/*
Theme Name: Hamza Pro
Theme URI: http://8degreethemes.com/wordpress-themes/hamza-pro/
Author: 8Degree Themes
Author URI: https://8degreethemes.com/
Description: Hamza Pro - is beautifully designed, multi-purpose, feature-rich modern responsive theme. It is - Woocommerce, bbPress compatible, RTL supported, translation ready, cross-browser compatible and SEO friendly.  It features: different page layout like portfolio, testimonial, gallery, blog etc and has a strong call to action to help achieve greater conversion. With its extensive theme option panel, configuring theme is easy, fast and fun. Hamza Pro is multi-purpose and is suitable for travel, corporate, portfolio, photography, nature, health, small biz, personal, creative, corporate, agencies, bloggers anyone and everyone. Demo: http://8degreethemes.com/hamza-pro/ Support forum:http://8degreethemes.com/support/
Version: 2.0.0
Text Domain: hamza-pro
License: GNU General Public License, version 3 (GPLv3)
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-logo, custom-header, custom-background, custom-colors, featured-image-header, sticky-post, threaded-comments, featured-images, full-width-template, portfolio, blog, education

Hamza Pro WordPress Theme, Copyright 2014 http://8degreethemes.com/
Hamza Pro is distributed under the terms of the GNU GPL
Hamza Pro is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
*/

/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	text-rendering: optimizeLegibility;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
}
body {
	background: #fff;
	font-family: 'Catamaran', sans-serif;
	-ms-overflow-x: hidden;
	    overflow-x: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}

/*--------------------------------------------------------------
Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #87878e;
	font-family:  'Catamaran', sans-serif;
	font-size: 16px;
	line-height: 1.8;
	font-weight: 300;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Catamaran', sans-serif;
	line-height: 1.3;
	margin-bottom: 15px;
	color: #1b1b1d;
	font-weight: 300;
}
h4, h5 {
	font-family:  'Catamaran', sans-serif;
}
p {
	margin-bottom:20px;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	font-size: 16px;
	margin: 40px 0px;
	padding: 30px 50px 20px 80px;
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-weight: 500;
	position: relative;
	color: #555;
}
blockquote:before {
	content: "“";
	position: absolute;
	font-family: 'Montserrat', sans-serif;
	color: #555555;
	font-size: 70px;
	font-weight: 800;
	position: absolute;
	left: 20px;
	top: 20px;
	font-style: normal;
}
address {
	margin: 0 0 15px;
}
pre {
	background: #eee;
	font-family: 'Catamaran', sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px 'Catamaran', sans-serif;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}

h1{ font-size:30px;}
h2{ font-size:26px;}
h3{ font-size:22px;}
h4{ font-size:24px;}
h5{ font-size:18px;}
h6{ font-size:16px;}
/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 15px;
}
ul, ol {
	margin: 0 0 15px 20px;
}
ul {
	list-style: circle;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 15px;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 15px 15px;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
	vertical-align: middle;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 15px;
	width: 100%;
	border-collapse: collapse;
}
th {
	font-weight: bold;
	border: 1px solid #CCC;
	padding:5px 10px;
}
td{
	border: 1px solid #CCC;
	padding: 5px 10px;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: middle;
}
.navigation .nav-links:before, .navigation .nav-links:after {
	content: "";
	display: table;
	clear: both;
}
.navigation .nav-links a,
.slider-caption br + a,
.bttn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: transparent;
	color: #58b25e;
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	font-size: 16px;
	border: 1px solid  #58b25e;
	border-radius: 0px;
	padding: 3px 35px;
	font-weight: 300;
	display: inline-block;
	position:relative;
	text-shadow:none;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.slider-caption br + a{
	margin-top: 10px;
}
.navigation .nav-links a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 90%;
	line-height: 32px;
	text-align: center;
}
.navigation .nav-links a:hover,
.bttn:hover,
button,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover{
	background: #58b25e;
	color: #fff;
}

.bttn:active,
button,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active{
	box-shadow: 0 0 5px #346f38 inset;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"]
{
	color: #666;
	border: 1px solid #ccc;
	height: 36px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border: 1px solid #AAA;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px 6px;
	width: 100%;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	color: #666;
	border: 1px solid #ccc;
	height: 160px;
	width: 100%;
}

/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
	color: inherit;
	text-decoration: none;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	display: inline-block;
}
a:visited {
}
a:hover,
a:focus,
a:active {
	color: inherit;
	color: #444;
}
input:focus,
a:focus {
	outline: none;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 15px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 15px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/*--------------------------------------------------------------
Clearings
--------------------------------------------------------------*/
.skill-wrap:before,
.skill-wrap:after,
.clearfix:before,
.clearfix:after,
.row:before,
.row:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.ed-container:after,
.ed-container:before {
	content: '';
	display: table;
}
.skill-wrap:after,
.clearfix:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.ed-container:after {
	clear: both;
}
.clear{
	clear:both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 25px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
	width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
Posts and pages
--------------------------------------------------------------*/
h1.entry-title, .page-title {
	border-bottom: 1px solid #e5e5e5;
	color: #4c4c4c;
	font-family: 'Catamaran', sans-serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 22px;
	padding-bottom: 7px;
	padding-left: 0px;
	text-transform: uppercase;
}
.single h1.entry-title{
	border-bottom: none;
	color: #015389;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-bottom: 0;
	text-transform: inherit;
}
h1.entry-title span, .page-title span{
	color: #58b25e;
}
h1.entry-title a{
	color:#666;
}
.hentry {
	margin: 0 0 15px;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline,
.posted-on {
	display: inline;
	font-size: 12px;
	font-weight: 300;
	color: #777;
	padding-right: 10px;
}
.cat-links a:hover,
.single .byline a:hover,
.group-blog .byline a:hover,
.posted-on a:hover {
	color: #015389;
}
.single .byline{
	float: right;
	color: #58b25e;
}
.single .byline a{
	color: #58b25e;
}
.single .byline a:hover{
	text-decoration: underline;
}
/*.entry-content img{
	margin-bottom: 20px;
	}*/
	.page-content,
	.entry-content,
	.entry-summary {
		color: #777;
		font-size: 18px;
		line-height: 30px;
		margin: 15px 0 0;
	}
	.entry-content .wpcf7-form img{
		float: none;
	}
	.page-links {
		clear: both;
		margin: 0 0 15px;
	}
	.edit-link .post-edit-link{
		background: #015389;
		padding: 10px 12px 8px;
		color: #FFF !important;
		line-height: 1;
		border-radius: 3px;
		font-size: 13px;
	}

	.edit-link .post-edit-link:before{
		content: "\f044";
		font-family:FontAwesome;
		margin-right: 5px;
	}
	#blog-post article.hentry,
	.search article.hentry,
	.archive article.hentry,
	.tag article.hentry,
	.category article.hentry{
		margin-bottom: 20px;
		padding-bottom: 20px;
		border-bottom: 1px dashed #DDD;
	}
	article.hentry .edit-link{
		display: block;
		margin-top: 25px;
	}
	article.hentry .entry-footer > span{
		margin-right: 15px;
		font-size: 13px;
	}
	.posted-on:before{
		content: "\f073";
		font-family: FontAwesome;
		font-style: normal;
		margin-right: 5px;
	}
	.cat-links:before{
		content: "\f07c";
		font-family: FontAwesome;
		font-style: normal;
		margin-right: 5px;
	}
	.comments-link:before{
		content: "\f075";
		font-family: FontAwesome;
		font-style: normal;
		margin-right: 5px;
	}
	.tags-links:before{
		content: "\f02c";
		font-family: FontAwesome;
		font-style: normal;
	}
	.entry-footer a{
		color: #999;
	}
	.entry-footer a:hover{
		color:#015389;
	}
	.nav-links .meta-nav{
		display: none;
	}
	.paging-navigation:before, .paging-navigation:after {
		content: "";
		display: table;
		clear: both;
	}
	.paging-navigation{
		margin-top: 0px;
	}
	.nav-links .nav-previous{
		width: 50%;
		float: left;
		margin-top: 0px;
		padding-right: 10px;
	}
	.nav-links .nav-next{
		width: 50%;
		float: right;
		margin-top: 0px;
		padding-right: 10px;
	}
	.nav-links .nav-next{
		text-align: right;
	}
	.nav-links .nav-previous a:before{
		content: "\f104";
		position: absolute;
		font-family: FontAwesome;
		font-style: normal;
		margin-right: 10px;
		vertical-align: middle;
		top: 48%;
		left: 15px;
		font-size: 24px;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.nav-links .nav-next a:after{
		content: "\f105";
		font-family: FontAwesome;
		position: absolute;
		font-style: normal;
		margin-left: 10px;
		vertical-align: middle;
		top: 48%;
		right: 15px;
		font-size: 24px;
		-webkit-transform: translateY(-50%);
		   -moz-transform: translateY(-50%);
		    -ms-transform: translateY(-50%);
		     -o-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.entry-thumbnail{
		width: 100%;
	}
	.entry-exrecpt{

	}
	.short-content{
		margin-bottom: 10px;

		margin-top: 20px;
	}

	.entry-footer{
		margin-top: 10px;
	}
	.full-width{
		float: none;
		width: 100%;
	}
	.search .header-wrap .main-navigation{
		clear: both;
	}
	.search .site-branding.main-logo{
		padding: 10px 0;
	}

/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
#comments h2.comments-title {
	border-bottom: 1px solid #eee;
	color: #333;
	display: inline-block;
	font-size: 36px;
	line-height: 45px;
	font-weight: 700;
	margin: 45px 0 40px;
	padding-bottom: 25px;
	text-transform: capitalize !important;
	width: 100%;
}
#comments h3.comment-reply-title {
	color: #464646;
	display: inline-block;
	font-size: 36px;
	line-height: 45px;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.comments-area .comment-form{
	color: #333;
}
.comments-area .comment-form a{
	color: #58b25e;
}
.comments-area .comment-form a:hover{
	text-decoration: underline;
}
#commentform label{
	display: block;
	padding-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
	color: #777;
}
textarea#comment{ 
	width: 60%;
	height: 150px;
}

/*Comment Lists*/
.comments-area ol{
	margin: 0;
	padding: 0;
	list-style: none;
}
.comments-area ol.children{
	margin: 0 0 0 13%;
}
.comments-area ol.children ol.children{
	margin: 0;
}
.comment-list .comment-body{
	margin-bottom: 20px;
}
.comment-author img{
	height: 80px;
	vertical-align: text-top;
	width: 80px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.comment-author{
	float: left;
	width: 13%;
	margin: 0;
}
.reply {
	display: inline-block;
	float: right;
}
.comment-meta {
	display: inline-block;
	font-size: 13px;
	color: #29bb9c;
}
.coment-meta-wrap > p {
	font-size: 14px;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 0;
}
.comment-meta a {
	margin-right: 5px;
}
.comment-meta a:hover {
	text-decoration: underline;
}
.comment-meta-wrap {
	float: left;
	width: 87%;
	margin: 0;
}
.comment-meta-wrap .comment-content p{
	font-size: 16px;
	line-height: 28px;
	padding-top: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.author-name {
	color: #464646;
	display: inline-block;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	margin-right: 30px;
}
.author-name cite.fn {
	font-style: normal;
	display: block;
}
.author-name .fn{
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 20px;
}
.author-name span.comment-date{
	font-weight: 500;
	color: #999;
}
.comment-author .fn .url{
	color: #464646;
	padding: 0 5px;
}

.comment-author .fn .url:hover{
	background: transparent;
	color: #58b25e;
}
.comment-author .says{
	display: none;
}
.commentmetadata{
	float: right; 
	font-weight: normal;
	font-size: 12px;
	font-weight: 300;
}
.commentmetadata a{
	color: #29bb9c;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.commentmetadata a:hover{
	text-decoration: underline;
}
em.comment-awaiting-moderation {
	color: red;
	display: inline-block;
	float: right;
	text-align: right;
}
.commentmetadata .comment-edit-link{
	color:#015389;
}
.commentmetadata + .clear{
	margin-bottom: 20px;
}
.comment-body .comment-edit-link, .reply .comment-reply-link{
	color: #666;
	background: #efefef;
	padding: 5px 15px 3px;
	font-weight: 500;
	font-size: 14px;
	margin-left: 5px;
	text-transform: uppercase;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.commet-body .reply{
	margin-top: 5px;
}
.comment-body .comment-edit-link:hover, .reply .comment-reply-link:hover{
	background: #58b25e;
	border-radius: 0px;
	color: #fff;

}
.comment-body a.comment-edit-link:hover{
	text-decoration: none; 
}
#respond{
	background: transparent;
	border: 0px;
	color: #ccc;
	margin-top: 10px;
	margin-bottom: 50px;
	padding: 15px 0px;
}
#respond .comment-notes{
	margin-bottom: 20px;
}
#respond p{
	margin-bottom: 0;
}
#respond p.logged-in-as{
	font-size: 16px;
	font-weight: 500;
	color: #58B25E;
	padding: 10px 0 20px;
}
#respond p.logged-in-as a:last-of-type{
	float: right;
}
#respond .comment-form-author, #respond .comment-form-email {
	float: left;
	width: 50%;
}
#respond .comment-form-author {
	padding-right: 20px;
}
#respond input[type="text"], #respond textarea{
	padding: 10px;
	min-height: 45px;
	border-color: #eee;
	background: #F6FAFA;
	margin-bottom: 22px;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}
#respond textarea{
	width: 100%;
	resize: none;
}
#respond textarea:focus {
	outline: none;
}
#respond .comment-form-email{
	margin-right: 0;
}
#commentform .form-submit{
	margin-top: 20px;
}

.newsletter.newsletter-widget .newsletter-submit, #commentform .form-submit input[type="submit"]{
	background: #58b25e none repeat scroll 0 0;
	border: 1px solid #58b25e;
	color: #fff;
	font-size: 18px;
	padding: 10px 20px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}
.newsletter.newsletter-widget .newsletter-submit:hover, #commentform .form-submit input[type="submit"]:hover{
	background: #fff;
	border: 1px solid #58b25e;
	color: #58b25e;
}
#cancel-comment-reply-link {
	border: 1px solid #cc444d;
	color: #cc444d;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	margin-left: 10px;
	padding: 5px 15px;
	vertical-align: top;
	margin-top: 5px;
}
#cancel-comment-reply-link:hover {
	background: #cc444d;
	color: #fff;
}
#cancel-comment-reply-link:before{
	font-family: FontAwesome;
	content: "\f057";
	font-style: normal;
	margin-right: 5px;
}
.logged-in-as a{
	color: #CCC;
}
.bypostauthor {
	display: block;
}
/*--------------------------- PAGINATION ---------------------------------*/
.paging-navigation .num-nav-links {
	/*float: left;*/
	margin-top: 25px;
	text-align: center;
}
.paging-navigation .num-nav-links a.page-numbers, .paging-navigation .num-nav-links span.page-numbers {
	background: #ecf0f1 none repeat scroll 0 0;
	border-radius: 3px;
	color: #58b25e;
	font-size: 16px;
	font-weight: bold;
	margin-right: 3px;
	padding: 9px 19px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.paging-navigation .num-nav-links a.page-numbers:hover, .paging-navigation .num-nav-links span.page-numbers.current {
	background: #58b25e;
	color: #fff;
}
	.paging-navigation .nav-links a{
		background: #fff;
		border: 1px solid #58b25e;
		color: #58b25e;
		transition: all ease-in-out 0.3s;
		-webkit-transition: all ease-in-out 0.3s;
		-moz-transition: all ease-in-out 0.3s;
	}
	.paging-navigation .nav-links a:hover{
		background: #58b25e;
		color: #fff;
		border: 1px solid #58b25e;
	}
	.paging-navigation .nav-links .nav-next, .paging-navigation .nav-links .nav-previous{
		width: 50%;
		margin: 0;
	}
	.paging-navigation .nav-links .nav-previous{
	}

/*-----------------------------------------------------------
SHORTCODES
------------------------------------------------------------*/
.ed-spacing {
	background: transparent none repeat scroll 0 0;
}
.ed_column {
	float:left;
	-webkit-box-sizing:border-box;
	background-clip:padding-box !important;
	padding:0 0%;
}
.ed-row .ed_column:first-child {
	margin-left:0;
}
.ed-span1 {
	margin-left: 0;
	padding: 0 15px;
	width: 16.66%;
}
.ed-span2 {
	padding: 0 15px;
	width: 33.33%;
}
.ed-span3 {
	padding: 0 15px;
	width: 50%;
}
.ed-span4 {
	padding: 0 15px;
	width: 66%;
}
.ed-span5 {
	padding: 0 15px;
	width: 83%;
}
.ed-span6 {
	padding: 0 15px;
	width: 100%;
}
/*--------------------------- TESTIMONIAL SHORTCODE ----------------------------------*/
.round {
	background: #fff none repeat scroll 0 0;
	border: 5px solid #fff;
	border-radius: 100%;
	box-shadow: 0 0 5px #999;
	display: inline-block;
	height: 200px;
	margin-right: 20px;
	overflow: hidden;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	vertical-align: middle;
	width: 200px;
}
.square {
	background: #fff none repeat scroll 0 0;
	border: 5px solid #fff;
	box-shadow: 0 0 5px #999;
	display: inline-block;
	height: 200px;
	margin-right: 20px;
	overflow: hidden;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	vertical-align: middle;
	width: 200px;
}
.testimonial-block {
	margin-bottom: 20px;
	margin-top: 20px;
	position: relative;
	background: #eee;
	padding: 20px;
	border-radius: 5px;
}
.testimonial-block .testimonial-image {
	float: left;
}
.testimonial-block:nth-child(2n) .testimonial-image {
	float: right;
	margin-left: 20px;
	margin-right: 0px;
}
.testimonial-block .testimonial-content, .testimonial-block .client-detail{
	float: right;
	width: 79%;
	padding: 0;
	color: #777;
	font-size: 16px;
	line-height: 24px;
	vertical-align: top;
	margin-bottom: 10px;
}
.testimonial-block:nth-child(2n) .testimonial-content, .testimonial-block:nth-child(2n) .client-detail{
	float: left;
}
.left-sidebar .testimonial-block .testimonial-content, .left-sidebar .testimonial-block .client-detail, 
.right-sidebar .testimonial-block .testimonial-content, .right-sidebar .testimonial-block .client-detail {
	width: 69%;
}
.both-sidebar .testimonial-block .testimonial-content, .both-sidebar .testimonial-block .client-detail {
	width: 60%;
}
.testimonial-block .client-name {
	margin-bottom: 0;
	font-size: 18px;
	color: #666;
}
.testimonial-block .client-designation {
	font-size: 14px;
	font-style: italic;
}
/*=============================================
VEDIO SECTION
==============================================*/
.video-section {}
.video-section .widget.widget_hamza_pro_cta_video {
	padding-bottom: 0;
}
.video-section .video-cta {
	padding-bottom: 450px;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.video-section .video-cta .cta-desc{
	padding-top: 10px !important;
	width: 100% !important;
	-ms-text-overflow: initial !important;
	    text-overflow: initial !important;
	overflow: visible !important;
	white-space: normal !important;
}
.video-section .video-cta:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	opacity: 0.5;
	z-index: -1;
}
.video-section .cta-wrapper {
	position: absolute;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    width: 60%;
    margin: 0 auto;
    transform: translateY(-50%);
    padding: 0 60px;
}
.video-section .cta-wrapper h3 {
	color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    margin-top: 30px;
}
.video-section .cta-desc {
	font-size: 18px;
}
.video-section a.various.iframe {
	background: url('images/ed-play.png') no-repeat;
	-webkit-background-size: contain;
	     -o-background-size: contain;
	        background-size: contain;
    border: none;
    width: 80px;
    height: 80px;
    margin: 40px auto 30px;
}
.cta-video .various .fa-play{
	padding-left: 5px;
}

/*-------------------------------------------------------------
Contact Page
-------------------------------------------------------------*/

div.wpcf7 {
	float: left;
	margin-right: 0;
	padding: 0;
	width: 50%;
}
.contact-info{
	float: left;
	width: 50%;
	padding-left: 0px;
	margin: 0;
}
.contact-info p.bef-title{
	font-size: 16px;
	font-weight: 400;
	text-transform: uppercase;
	color: #888A8B;
	margin-bottom: 20px;
}
.contact-info h3{
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 20px;
}
.contact-info p.intro-txt{
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	color: #888A8B;
	margin-bottom: 30px;
}
.contact-info a:hover{
	color: #58b25e;
}
.contact-info p{
	margin-bottom: 0;
}
.contact-info span{
	font-size: 20px;
	font-weight: bold;
	color: #58b25e;
}
.contact-info p b{
	position: relative;
	color: #888A8B;
	padding-left: 30px;
	padding-right: 20px;
	min-width: 150px;
	display: inline-block;
	font-weight: 500;
}
.contact-info p b:before{
	font-family: fontawesome;
	position: absolute;
	font-size: 20px;
	color: #888A8B;
	left: 0;
	top: -2px;
	font-weight: normal;
}
.contact-info .cont-locate b:before{
	content: "\f041";
}
.contact-info .cont-phon b:before{
	content: "\f10b";
	font-size: 24px;
}
.contact-info .cont-enq b:before{
	content: "\f025";
	font-size: 18px;
}
.contact-info .cont-supp b:before{
	content: "\f05a";
}
.contact-info .cont-sales b:before{
	content: "\f0e0";
	font-size: 16px;
}
.page-wrapper div.wpcf7 .wpcf7-form{
	padding-right: 60px;
}
.page-wrapper div.wpcf7 .wpcf7-form p{
	font-size: 18px;
	font-weight: 400;
	color: #888A8B;
}
.page-wrapper div.wpcf7 .wpcf7-form input[type="text"], 
.page-wrapper div.wpcf7 .wpcf7-form input[type="email"], 
.page-wrapper div.wpcf7 .wpcf7-form input[type="url"], 
.page-wrapper div.wpcf7 .wpcf7-form input[type="password"], 
.page-wrapper div.wpcf7 .wpcf7-form input[type="search"],
.page-wrapper div.wpcf7 .wpcf7-form textarea{
	-webkit-box-shadow: 0 0 20px 0 rgba(64, 64, 64, .05);
	box-shadow: 0 0 20px 0 rgba(64, 64, 64, .05);
	border: 1px solid #eee;
	height: 45px;
	margin-top: 5px;
	padding: 0px 15px;
	-webkit-border-radius: 4px;
	        border-radius: 4px;
}
.page-wrapper div.wpcf7 .wpcf7-form textarea{
	min-height: 200px;
	padding: 15px;
}
.page-wrapper div.wpcf7 .wpcf7-form input[type="submit"]{
	margin-top: 30px;
	background: #58B25E;
	color: #FFF;
	font-weight: 500;
	border-width: 2px;
	-webkit-border-radius: 40px;
	        border-radius: 40px;
	padding: 8px 40px 6px;
}
.page-wrapper div.wpcf7 .wpcf7-form input[type="submit"]:hover{
	color: #58B25E;
	background: #FFF;
}
.page-wrapper div.wpcf7 .wpcf7-form .wpcf7-response-output{
	margin: 20px 0px;
}
.page-wrapper div.wpcf7 .wpcf7-form .ajax-loader{
	background-repeat: no-repeat;
	margin-top: 24px;
}
.page-wrapper div.wpcf7 .wpcf7-form .wpcf7-not-valid-tip{
	font-size: 14px;
	margin-top: 5px;
}
/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
#infinite-footer{
	display: none;
}

/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 15px;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 10px 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd,
.site-main .gallery figcaption {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 0.5%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
COMMON CSS
--------------------------------------------------------------*/
body{
	font-weight: 300;
}
body.boxed-layout{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.ed-container{ 
	width:1168px; 
	margin: 0 auto;
}
.roboto-light{
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;

}
.roboto-light a{
	color:inherit;
}
.widget a:hover {
	color: #58b25e;
}
.widget a.bttn:hover {
	color: #fff;
}

/*------------------------------------------------
SCROLL TO TOP  BUTTON
-------------------------------------------------*/
div#hamza-pro-top {
	position: fixed;
	bottom: 10px;
	font-size: 30px;
	width: 50px;
	-webkit-border-radius: 0;
	        border-radius: 0;
	background: rgba(0, 0, 0, 0.1);
	text-align: center;
	height: 50px;
	right: 10px;
	z-index: 999;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	color: #FFF;
}

div#hamza-pro-top:hover {
	background: #015389;
	color: #fff;
}

/*-----------------------------
RIGHT-SIDEBAR
-------------------------------*/
.sidebar {
	margin-bottom: 40px;
}
.right-sidebar #primary {
	float: left;
    width: 70%;
    padding-left: 0px;
    padding-right: 30px;
    margin: 0px;
}
.right-sidebar #primary .site-main{
	padding-right: 10px;
}
.right-sidebar #primary.content-area.testimonial-fullwidth {
	width: 100%;
}
.right-sidebar.sidebar {
	float: left;
	width: 20%;
	margin: 0px;
}

.sidebar aside {
	margin-bottom: 60px;
}
.sidebar aside:last-child {
	margin-bottom: 0;
}
.sidebar h1.widget-title {
	font-size: 22px;
	padding: 0px 0 7px 0px;
	text-transform: uppercase;
}
.sidebar .event-list {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.sidebar .event-list .event-thumbnail {
	float: left;
	position: relative;
	width: 30%;
}
.sidebar .event-list .event-thumbnail img {
	display: block;
}
.sidebar .event-list .event-detail {
	float: right;
	width: 65%;
}
.sidebar .event-list .event-detail a{
	color:#23a38f;
}
.sidebar .event-thumbnail .event-date {
	font-size: 13px;
	padding: 5px 0;
	width: 50px;
}
.sidebar .event-thumbnail .event-date {
	background: none repeat scroll 0 0 #23a38f;
	color: #fff;
	font-weight: 600;
	left: 0;
	line-height: 1;
	padding: 10px 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 60px;
}
.sidebar .event-date .event-date-day {
	display: block;
	margin-bottom: 3px;
}
.sidebar .event-date .event-date-month {
	display: block;
	font-weight: 300;
}
.sidebar .widget-title {
	color: #4c4c4c;
	font-family: 'Catamaran', sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 22px;
	padding-top: 9px;
	padding-bottom: 7px;
	padding-left: 0px;
	text-transform: uppercase;
}


/*-----------------------------
LEFT-SIDEBAR
-------------------------------*/
.left-sidebar #primary {
	float: right;
	width: 71%;
	padding-right: 10px;
}
.left-sidebar.sidebar {
	float: left;
	width: 29%;
	padding-right: 35px;
	text-align: left;
	padding-left: 10px;
}
.widget-area.sidebar#secondary-left.left-sidebar.sidebar a {
	margin-left: 0;
}

/*** SEARCH-ASIDE ***/
.sidebar .widget_search .searchform{
	position: relative;
}
.sidebar .widget_search .searchsubmit {
	position: absolute;
	right: 0;
	top: 0;
	background: none repeat scroll 0 0  #58b25e;
	border: medium none;
	height: 45px;
	padding: 8px 24px;
	color: #fff;
	float: left;
	margin: 0;
	-webkit-border-radius: 0px;
	        border-radius: 0px;
	box-shadow: none;
	font-size: 13px;
}
.sidebar .widget_search .searchsubmit:hover{
	background: #015389;
}
.sidebar .widget_search input[type="text"]{
	width: 100%;
	float: left;
	margin: 0;
	font-size: 16px;
	padding-left: 15px;
	height: 45px;
}
.sidebar .widget_search input[type="text"]:focus, .sidebar .widget_search input[type="text"]:active{
	border:1px solid #23a38f;
}
.sidebar ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
.sidebar ul li {
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.sidebar aside.widget_hamza_pro_social_icons ul li{
    padding-left: 0;
    border: none;
    display: inline-block;
    margin-bottom: 0;
}
.sidebar ul li:before {
	content: "\f105";
	font-family: 'fontawesome';
	margin-right: 10px;
	color: #666;
}
.widget.widget_archive ul li,
.widget.widget_recent_comments ul li{
	position: relative;
}
.widget.widget_archive ul li:before,
.widget.widget_recent_comments ul li:before{
	position: absolute;
	left: 0;
	top: 0;
	margin-top: -2px;
	content: "\f105";
	font-family: 'fontawesome';
	margin-right: 10px;
	color: #666;
}
.sidebar ul li:last-child{
	border-bottom: none;
}
.sidebar ul li a {
	color: #666;
	font-weight: 300;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a{
	font-weight: 500;
}
.widget-area.sidebar .widget.widget_recent_entries {}
.widget-area.sidebar .widget.widget_recent_entries ul li {
	position: relative;
}
.widget-area.sidebar .widget.widget_recent_entries ul li:before {
	position: absolute;
}
.widget-area.sidebar .widget.widget_recent_entries span.post-date,
.widget-area.sidebar .widget.widget_recent_entries ul li a {
	padding-left: 25px;
}
.sidebar.widget-area.sidebar .widget.widget_recent_entries span.post-date,
.sidebar.widget-area.sidebar .widget.widget_recent_entries ul li a {
	padding-left: 0;
}
#top-footer .footer .widget.widget_recent_entries ul li a,
.widget-area.sidebar .widget.widget_recent_entries span.post-date {
	display: block;
}
#top-footer .footer .widget.widget_recent_entries ul li a{
	line-height: 26px;
}
.sidebar ul li a:hover{
	color: #58B25E;
}

/*-----------------------------
BOTH-SIDEBAR
-------------------------------*/
.both-sidebar #primary-wrap{
	float: left;
	width: 76%;
}
.both-sidebar #primary-wrap #primary {
	float: right;
	width: 70%;
}
.both-sidebar #primary-wrap .left-sidebar.sidebar {
	float: left;
	width: 28%;
}
.both-sidebar .right-sidebar{
	float: right;
	width: 22%;
}

/*-----------------------------
NO-SIDEBAR
-------------------------------*/
.no-sidebar #primary{
	width: 100%;
	float: none;
	margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
}

/*---------------------------------------------
BREADCRUMBS
---------------------------------------------*/
.banner-image #hamza-pro-breadcrumbs {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-size: 16px;
	margin-top: 0;
	min-width: inherit;
	padding: 0;
}

#hamza-pro-breadcrumbs {
	background: #eee none repeat scroll 0 0;
	border: 1px solid #ddd;
	font-size: 16px;
	margin-top: 30px;
	padding: 5px 20px;
}


#hamza-pro-breadcrumbs a:hover {
	color: #58b25e;
}
#hamza-pro-breadcrumbs span.current {
	font-weight: 300;
}

/*--------------------------------------------------------------
HEADER
--------------------------------------------------------------*/

/*--------------------------------------------------------------
HEADER LAYOUT ONE
--------------------------------------------------------------*/
.ed-email-phone {
	display: inline-block;
	text-align: right;
	width: 69%;
	font-size: 15px;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
.ed-email-phone a {
	color: #333333;
	font-weight: 500;
	font-size: 14px;
	position: relative;
}

.ed-email {
	display: inline-block;
}
.ed-email a::before {
	position: absolute;
	top: -1px;
	left: -26px;
	content: "\f003";
	font-family: "fontawesome";
	margin-right: 8px;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	color: #58b25e;
	font-weight: normal;
}

.ed-phone {
	display: inline-block;
	margin-left: 75px;
}
.ed-phone a::before {
	position: absolute;
	top: -9px;
	left: -20px;
	content: "\f10b";
	font-family: "fontawesome";
	margin-right: 8px;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	color: #58b25e;
	font-weight: normal;
	font-size: 25px;
}
.ed-email a:hover, .ed-email a:hover:before, .ed-phone a:hover, .ed-phone a:hover:before {
	color: #58b25e;
}
header.site-header {
	box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
	position: relative;
}
.right-header-top{
	display: inline-block;
	margin: 20px 0 0;
	text-align: right;
	vertical-align: middle;
	width: 49%;
}
.menu-toggle{
	display: none;
}
.site-branding.main-logo{
	display: inline-block;
	padding: 0;
	vertical-align: middle;
	width: 30%;
}
.main-logo h1 {
	font-family: 'Catamaran', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin: 10px 0 5px;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
.sticky-header .main-logo h1 {
	font-size: 25px;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
.main-logo .tagline{
	font-size: 13px;
	line-height: 1;
	margin-bottom: 5px;
}
.nav-search-wrapper {
	margin-bottom: 10px;
}
.header-wrap .main-navigation{
	line-height: 20px;
	vertical-align: middle;
	display: inline-block;
	width: auto;
	float: right;
}
.header-wrap .main-navigation.nav-without-social-search {
	display: inline-block;
	margin: 0;
}
.header-wrap.logo-center  .ed-email-phone{
	float: none;
	text-align: center;
	width: 100%;
}
.header-wrap .search-icon{
	float: right;
	position: relative;
}
.header-wrap .search-icon {
	border-left: 1px solid #000;
	cursor: pointer;
	padding: 0 18px;
}

.header-wrap .search-icon > .fa.fa-search {
	font-size: 20px;
	line-height: 87px;
	color: #666;
}
.header-wrap .searchform{
	border: 0px;
	border-radius: 3px;
	height: 34px;
	width: 250px;
	background: transparent;
}
.header-wrap .searchform .s {
	background: #ebebeb;
	border: 0px;
	color: #000;
	float: left;
	font-family:  'Catamaran', sans-serif;
	font-size: 14px;
	height: 37px;
	padding: 5px 15px;
	vertical-align: middle;
	width: 215px;
	margin: 0px;
}
.header-wrap .searchform .searchsubmit {
	background: none;
	border:none;
	box-shadow: none;
	color: #58b25e;
	float: left;
	font-size: 14px;
	height: 37px;
	padding: 0;
	width: 35px;
	margin: 0px;
}
.header-wrap .searchform .searchsubmit .fa.fa-search{
	color: #55c42d;;
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
}
.header-wrap .searchform .searchsubmit:hover .fa.fa-search{
	color: #55c42d;
}
.header-wrap ul{
	margin: 0;
	list-style:none;
	width: auto;
}
.admin-bar #page .site-header.sticky-header.logo-right #site-navigation .menu li.menu-item-has-children:last-child:after,
.admin-bar #page .site-header.sticky-header.logo-center #site-navigation .menu li.menu-item-has-children:last-child:after,
.admin-bar #page .site-header.sticky-header.logo-left #site-navigation .menu li.menu-item-has-children:last-child:after {
	right: 1px;
}
#site-navigation .menu > ul > li:last-child ul {
	left: auto;
	right:0;
}
/*--------------------------------------------------------------
HEADER LAYOUT TWO AND FOUR
--------------------------------------------------------------*/
.style-2 .site-branding.main-logo{
	width: 30%;
}
.style-2 .ed-email-phone {
	width: 69%;
}
.search-results .page-wrapper h2.entry-title{
	font-size: 36px;
	font-weight: 700;
	line-height: 48px;
}
.search-results .page-wrapper h2.entry-title a{
	position: relative;
	color: #444;
	margin-bottom: 40px;
}
.search-results .page-wrapper h2.entry-title a:after{
	content: "";
	position: absolute;
	background: #58b25e;
	width: 50px;
	height: 2px;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(22px);
	-moz-transform: translateY(22px);
	-ms-transform: translateY(22px);
	-o-transform: translateY(22px);
	transform: translateY(22px);
}
.search-results .page-wrapper article{
	padding: 40px 0 40px;
	border-bottom: 1px solid #eee;
}
.search-results .page-wrapper article:first-of-type{
	padding-top: 0;
}
.search-results .page-wrapper article:last-of-type{
	border-bottom: none;
}
.search-results .page-wrapper article .entry-footer{
	padding-top: 10px;
}
.search-results .page-wrapper article .entry-footer span{
	font-size: 16px;
}


.nav-wrapper .main-navigation ul {
	margin: 0;
}
.style-2 #site-navigation .menu > ul > li > a, .style-2 .menu li.menu-item-has-children::after {
	color: #fff;
}

/*------------------------- HEADER LAYOUT TWO LOGO CENTER ------------------------------*/
.style-2 .logo-center .site-branding.main-logo, .style-4 .logo-center .site-branding.main-logo {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.style-4 .header-wrap.logo-center .ed-email-phone {
	margin-bottom: 10px;
}

/*--------------------------------------------------------------
HEADER LAYOUT THREE
--------------------------------------------------------------*/
.style-3 .ed-email-phone {
	border-bottom: 1px solid #eee;
	margin: 10px 0 0px;
	padding-bottom: 15px;
	width: 100%;
}
.style-3 .header-wrap .ed-email-phone .ed-search {
	width: auto;
	margin-left: 55px;
}
.style-3 .site-branding.main-logo {
	max-width: 240px;
	padding: 17px 0px;
}
.site-branding.main-logo .site-text{
	margin: 0px;
	line-height: 0px;
	padding: 0px;
}

/*------------------------------------
STICKY HEADER LAYOUT
------------------------------------*/

.sticky-header.sticky-ready div#top-header {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.nav-without-social-search .menu{
	display: inline-block;
	margin: -20px 0;
	text-align: right;
	vertical-align: middle;
}
#site-navigation.main-navigation.nav-without-social-search .menu {
	margin: 0;
}

#site-navigation ul li{
	position: relative;
}
#site-navigation .menu > ul > li{
	display: inline;
	vertical-align: middle;

}
.menu li.menu-item-has-children::after {
	display: none;
}
#site-navigation .menu > ul > li > a{
	color: #000;
	padding: 30px 15px;
	display: inline-block;
	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	margin: 0 auto;
	position: relative;
}
#site-navigation .menu > ul > li > a:after{
	content: "";
	position: absolute;
	top: -1px;
	width: 0px;
	height: 2px;
	transition: all 0.3s ease-in-out;
	transition-duration: 0.3s;
	opacity: 0;
	right: calc(50%);
	background-color: #58b25e;
}
#site-navigation .menu > ul > li > a:before{
	content: "";
	position: absolute;
	top: -1px;
	width: 0px;
	height: 2px;
	transition: all 0.3s ease-in-out;
	transition-duration: 0.3s;
	opacity: 0;
	left: calc(50%);
	background-color: #58b25e;
}
#site-navigation .menu > ul > li > a:hover:after,
#site-navigation .menu > ul > li > a:hover:before{
	width: 50%;
	opacity: 1;
}
#site-navigation .menu > ul > li:hover > a:after,
#site-navigation .menu > ul > li:hover > a:before,
#site-navigation .menu > ul > li.current-menu-ancestor > a:after,
#site-navigation .menu > ul > li.current-menu-ancestor > a:before,
#site-navigation .menu > ul > li.current_page_item > a:after,
#site-navigation .menu > ul > li.current_page_item > a:before{
	width: 50%;
	opacity: 1;
}
#site-navigation .menu > ul > li:hover > a {
	color:#58b25e;
}
#site-navigation .menu > ul > li.current_page_item > a,
#site-navigation .menu > ul > li.current-menu-item > a,
#site-navigation .menu > ul > li.current_page_ancestor > a,
#site-navigation .menu > ul > li.current-menu-ancestor > a{
	color:#58b25e;
}


/*** SUB-MENU ****/
#site-navigation .menu ul ul{
	background: #fff none repeat scroll 0 0;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	visibility: hidden;
	left: 0;
	opacity: 0;
	filter:alpha(opacity= 0);
	position: absolute;
	top: auto;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	z-index: 99999;
	margin-top: 30px;
	padding: 20px 30px;
}

#site-navigation .menu li:hover > ul{
	display: block;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
	margin-top: 0px;
}
#site-navigation .menu ul ul li {
	display: block;
	font-size: 14px;
	line-height: 20px;
	margin: 0 !important;
	text-align: left;
	transition:all ease-in-out 0.3s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
}
#site-navigation .menu ul ul li a span{
	position: relative;
}
#site-navigation .menu ul ul li a span:after{
	content: "";
	position: absolute;
	bottom: 0px;
	width: 0px;
	height: 1px;
	-webkit-transition: width .3s ease-in-out;
	-moz-transition: width .3s ease-in-out;
	-ms-transition: width .3s ease-in-out;
	-o-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
	opacity: 0;
	left: 0px;
	background-color: #58b25e;
	z-index: 10;
}
#site-navigation .menu ul ul li a:hover span:after{
	content: "";
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 1px;
	transition: all 0.3s ease-in-out;
	transition-duration: 0.3s;
	opacity: 1;
	left: 0px;
	background-color: #58b25e;
}
#site-navigation .menu ul ul li:last-child{
	border-bottom: none;
}
.menu ul ul li.menu-item-has-children::after {
	color: #666;
	content: "\f0da";
	font-family: fontawesome;
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
}
#site-navigation .menu ul ul li a{
	color: #666;
	display: block;
	font-weight: 300;
	min-width: 180px;
	padding:10px 0px;
	position: relative;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;

}
#site-navigation .menu ul ul li:last-child > a:hover, 
#site-navigation .menu ul ul li.current_page_item:last-child > a{
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
#site-navigation .menu ul ul li > a:hover, 
#site-navigation .menu ul ul li.current_page_item > a {
	color: #58b25e;
}


#site-navigation .menu ul ul ul{
	top: 0px;
	left: 100%;
}


/*===============================================
LOGO CENTER STYLE
================================================*/

.logo-center .searchform .s {
	font-size: 13px;
	height: 32px;
	padding: 5px 10px;
	vertical-align: middle;
	width: 83%;
}
.logo-center #site-navigation .menu > ul > li > a{
	line-height: 20px;
}
.logo-center #site-navigation .menu > ul > li > a{

	border-left: none;
}
.logo-center #site-navigation .menu{
	display: inline-block;
	float: none;	
}

.logo-center .right-header-top{
	float:none;
	margin: 0 auto;
}
.header-wrap .ed-search {
	display: inline-block;
	vertical-align: middle;
	width: 18%;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
.logo-center.header-wrap .search-icon > .fa.fa-search{
	line-height: 50px;
}
.logo-center.header-wrap .search-icon{
	border: none;
}
.logo-center .site-branding.main-logo{
	float: none;
	text-align: center;
	width: 100%;
	padding: 10px 0;
}
.logo-center .footer-socials {
	display:inline;
	float:left;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	margin-top:0;
	text-align:right;
	width:54%;
}

/*--------------------------------------------------------------
Slider
--------------------------------------------------------------*/
#slider-banner{ 
	margin-top: 0;
	overflow: hidden;
	position: relative;
}
.sticky-header + #slider-banner + .site-content {
	margin-top: 0;
}  

/*All the css of the banner slider is includes in css/jquery.bxslider.css */

.slider-caption {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	bottom: 0;
	left: 0;
	margin-top: 0 !important;
	padding: 40px 0;
	position: absolute;
	text-align: left;
	top: 50%;
	width: 100%;
	z-index: 9999;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.slider-wrap .bx-wrapper .bx-controls-direction {
	padding-top: 0;
}
.bx-wrapper .bx-controls-direction a {
	height: 100px;
	text-align: center;
	border-bottom: none !important;
	top: 40%;
	opacity: 0;
}
.slider-wrap .bx-wrapper .bx-controls-direction a.bx-prev {
	left: 0;
	right: inherit;
}
.slider-wrap .bx-wrapper .bx-controls-direction a.bx-next {
	right: 0;
	left: inherit;
}
.slider-wrap .bx-wrapper .bx-controls-direction a.bx-prev:hover {
	background-position: -80% 50%;
	opacity: 1;
	filter: alpha(opacity= 100);
	transform: scale(1);
	-webkit-transform: scale(1);
}

.slider-wrap .bx-wrapper .bx-controls-direction a.bx-next:hover {
	background-position: 180% 50%;
	opacity: 1;
	filter: alpha(opacity= 100);
	transform: scale(1);
	-webkit-transform: scale(1);
}
#slider-banner .bx-wrapper .bx-pager.bx-default-pager a{
	border-radius: 100%;
	box-shadow: 0 0 0 1px #787878 inset;
	height: 13px;
	width: 13px;
	background: transparent;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
#slider-banner .bx-wrapper .bx-pager.bx-default-pager a::after{
	left: 0;
	top: 0;
	width: 13px;
	height: 13px;
	box-shadow: 0 0 0 1px #58b25e inset;
	background: #58b25e;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.multi-border{
	display: none;
}
.multi-border {
	display: block;
	width: 100%;
	z-index: 20;
}
.multi-border > ul {
	list-style-type: none;
	margin: 0;
}
.multi-border li{    
	content: "";
	float: left;
	height: 4px;
	width: 20%;
}
.multi-border li.dark-green{
	background: none repeat scroll 0 0 #23a38f;
}
.multi-border li.yellow{
	background: none repeat scroll 0 0 #b7c11e;
}
.multi-border li.cream{
	background: none repeat scroll 0 0 #eff1c2;
}
.multi-border li.orange{
	background: none repeat scroll 0 0 #f0563d;
}
.multi-border li.light-green{
	background: none repeat scroll 0 0 #00a651;
}
#slider-banner .scroll-down{
	background:url(images/scroll-down.png) no-repeat;
	bottom: 57px;
	display: inline-block;
	left: 50%;
	height:22px;
	margin: 0 auto 0 -22px;
	position: absolute; 	
	text-indent: -9999px;
	width: 44px;
	z-index: 100;
}

.slider-caption .caption-title {
	display: inline-block;
	font-family:  'Catamaran', sans-serif;
	font-size: 2.5vw;
	font-weight: 700;
	line-height: inherit;
	margin-bottom: 0px;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

/*------------------------- HEADER LAYOUT TWO LOGO CENTER ------------------------------*/
/*===============================================
LOGO RIGHT STYLE
================================================*/
.site-header.style-1.sticky-header.logo-right .site-branding.main-logo,
.site-header.style-2.sticky-header.logo-right .site-branding.main-logo,
.site-header.style-3.sticky-header.logo-right .site-branding.main-logo,
.site-header.style-4.sticky-header.logo-right .site-branding.main-logo {
	float: right;
    text-align: right;
    width: 30%;
    padding-top: 10px;
}
.site-header.style-1.sticky-header.logo-right .ed-email-phone.phone-without-search,
.site-header.style-2.sticky-header.logo-right .ed-email-phone.phone-without-search,
.site-header.style-3.sticky-header.logo-right .ed-email-phone.phone-without-search,
.site-header.style-4.sticky-header.logo-right .ed-email-phone.phone-without-search {
	float: left;
    text-align: left;
    width: 70%;
    padding-top: 10px;
    margin-top: 10px;
}
.site-header.style-3.sticky-header.logo-right .ed-email-phone.phone-without-search {
	width: 100%;
}
.site-header.style-3.sticky-header.logo-right .site-branding.main-logo {
	display: inline-block;
	vertical-align: middle;
}
.site-header.style-3.sticky-header.logo-right .header-wrap .main-navigation {
	width: 70%;
}
.site-header.style-1.sticky-header.logo-right .ed-email-phone {
	text-align: left;
}
.site-header.style-1.sticky-header.logo-right .nav-search-wrapper,
.site-header.style-2.sticky-header.logo-right .nav-wrapper {
	right: auto;
	left: 0;
}
.slider-caption .caption-description {
	color: #000;
	display: inline-block;
	font-family:  'Catamaran', sans-serif;
	letter-spacing: 0;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	margin: 0 auto;
	padding: 0;
	text-transform: inherit;
}

/*=============================
SLIDER-SECTION
================================*/
/*=============================
Layout-1/2-slider
================================*/
.slider-section .slider-caption {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(0%);
}
.slider-section.ed-overlay .slider-caption {
  background-color: rgba(0,0,0,0.6); 
  }
.slider-section .slider-caption-container {
	width: 45%;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.slider-section .slides .slider-caption-container .caption-title,
.slider-section .slider-caption-container {
	text-align: center;
}
.slider-section .slides .slider-caption-container .caption-title {
	line-height: 1;
	color: #fff;
	font-family: 'Catamaran', sans-serif;
	font-size: 64px;
	line-height: 64px;
	font-weight: 700;
	text-transform: capitalize;
}
.slider-section .slides .slider-caption-container h2 {
	margin-bottom: 2vw;
}
.slider-section .slides .slider-caption-container .caption-description p {
	font-family: 'Catamaran', sans-serif;
	font-size: 22px;
	line-height: 1.8vw;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 0px;
	overflow: hidden;
}
.slider-caption-container {
    padding: 2vw;
}

.slider-section .slides .slider-caption-container .caption-description {
	border: none; 
}
.slider-section .slides .slider-caption-container .caption-description {
	text-align: center;
}
.slider-section .slides .slider-caption-container a.ed-bttn {
	padding: 12px 35px 10px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	background: transparent;
	border: 2px solid #FFF;
	border-radius: 0px;
	margin-top: 50px;
	line-height: 20px;
	position: relative;
 	overflow:hidden;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.slider-section .slides .slider-caption-container a.ed-bttn:after{
	position: absolute;
	-moz-transition: all ease 0.5s;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
	content: '';
	width: 0;
	left: 50%;
	bottom: 0;
	height: 3px;
	background: #FFF;
	height: 120%;
	left: -10%;
	-webkit-transform: skewX(0deg);
	transform: skewX(0deg);
	z-index: -1;
	outline: none;
}
.slider-section .slides .slider-caption-container a.ed-bttn:hover:after{
	left: -10%;
  	width: 120%;
}
.slider-section .slides .slider-caption-container a.ed-bttn:hover {
	color: #000;
	background: #FFF;
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none;
}
.slider-section .bx-controls-direction a.bx-prev,
.slider-section .bx-controls-direction a.bx-next {
    background: rgba(0,0,0,0.10);
    width: 60px;
    height: 60px;
    text-indent: -73px;
    color: #FFF;
    transition: all ease-in-out 0.3s;
    -webkit- transition: all ease-in-out 0.3s;
    -moz- transition: all ease-in-out 0.3s;
    opacity: 0;
    visibility: hidden;
    border-radius: 50% !important;
}
.slider-section:hover .bx-controls-direction a.bx-prev,
.slider-section:hover .bx-controls-direction a.bx-next {
	opacity: 1;
    visibility: visible;
    z-index: 1;
    text-indent: 90px;
}
.slider-section .bx-controls-direction a.bx-prev #hp-control-image,
.slider-section .bx-controls-direction a.bx-next #hp-control-image{
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	outline: medium none currentcolor;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
    box-sizing: border-box;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.slider-section .bx-controls-direction a.bx-prev #hp-control-image{
	display: block;
	height: 100%;
	position: absolute;
	opacity: 0;
	top: 0px;
	left: 0px;
	background-position: center center;
	background-size: cover;
	transform: translateX(-50%) scale(0);
	-webkit-transform: translateX(-50%) scale(0);
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	image-rendering: crisp-edges;
}
.slider-section .bx-controls-direction a.bx-prev:hover #hp-control-image{
	transform: translateX(0) scale(1);
	-webkit-transform: translateX(0) scale(1);
	opacity: 1;
}
.slider-section .bx-controls-direction a.bx-next #hp-control-image{
	display: block;
	height: 100%;
	position: absolute;
	opacity: 0;
	top: 0px;
	left: 0px;
	background-position: center center;
	background-size: cover;
	border-radius: 50%;
	outline: medium none currentcolor;
    box-shadow: rgb(153, 153, 153) 0px 0px 0px 0px;
    box-sizing: border-box;
	transform: translateX(50%) scale(0);
	-webkit-transform: translateX(50%) scale(0);
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	image-rendering: crisp-edges;
}
.slider-section .bx-controls-direction a.bx-next:hover #hp-control-image{
	transform: translateX(0) scale(1);
	-webkit-transform: translateX(0) scale(1);
	opacity: 1;
}
.slider-section:hover .bx-controls-direction a.bx-prev {
	text-indent: -85px;
}
.slider-section .bx-controls-direction a.bx-prev:before,
.slider-section .bx-controls-direction a.bx-next:before {
	content: "\f104";
    position: absolute;
    font-family: fontawesome;
    font-size: 25px;
    text-indent: 0;
    text-align: center;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.slider-section .bx-controls-direction a.bx-next:before {
	content: "\f105";
}

.slider-section:hover .bx-controls-direction a.bx-prev:hover,
.slider-section:hover .bx-controls-direction a.bx-next:hover {
	background: #000;
	color: #fff;
	border-radius: 100%;
}
.slider-section .bx-controls-direction a.bx-prev:hover {
	left: 10px;
}
.slider-section:hover .bx-controls-direction a.bx-prev {
	border-radius: 5px;
	left: 10px;
	z-index: 99;
}
.slider-section:hover .bx-controls-direction a.bx-next {
	right: 10px;
	border-radius: 5px;
	z-index: 99;
}
#slider-banner.slider-section .bx-pager.bx-default-pager {
	position: absolute;
    bottom: 20px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}
#slider-banner.slider-section .bx-pager.bx-default-pager .bx-pager-item a {
	width: 13px;
    height: 13px;
    border-radius: 100%;
    margin: 0 4px;
    background: #eee;
    box-shadow: none;
    border: 1px solid #eee;
}
#slider-banner.slider-section .bx-pager.bx-default-pager .bx-pager-item a:after {
	content: "";
	position: absolute;
	box-shadow: none;
	background: none;
}
#slider-banner.slider-section .bx-pager.bx-default-pager .bx-pager-item a.active {
	background: #58b25e;
	border: 1px solid #58b25e;
}


.slider-section .slider-wrap .slides .slider-caption .slider-caption-container .caption-title{
	width: 100%;
	left: 0;
	top: 0;
	text-align: center;
	margin-left: -150px;
	opacity: 0;
	visibility: hidden;
	filter: alpha(opacity= 0);
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
}
.slider-section .slider-wrap .slides.active-slide .slider-caption .slider-caption-container .caption-title{
	margin-left: 0px;
	opacity: 1;
	visibility: visible;
	filter: alpha(opacity= 1);
}
.slider-section .slider-wrap .slides .slider-caption .slider-caption-container .caption-description{
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	margin-right: -150px;
	opacity: 0;
	visibility: hidden;
	filter: alpha(opacity= 0);
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	width: 100%;
}
.slider-section .slider-wrap .slides.active-slide .slider-caption .slider-caption-container .caption-description{
	margin-right: 0px;
	opacity: 1;
	visibility: visible;
	filter: alpha(opacity= 1);
}



/*--------------------------------------------------------
SLIDER BELOW SERVICE SECTION
---------------------------------------------------------*/
section.service-section {
	padding-bottom: 52px;
	padding-top: 82px;
}
section.service-section .service-header {
	margin-bottom: 45px;
}
section.service-section .service-header h2.roboto-light.main-title {
	margin-bottom: 15px;
}
section.service-section .service-header .service-desc {
	text-align: center;
	color: #888A8B;
}
section.service-section.layout3 .service-header .service-desc{
	color: #FFF;
}
.inner-pages-wrapper .service-post-wrapper .service-post-wrap {
	margin: 70px 0 35px 0;
}
.inner-pages-wrapper .service-post-wrapper .service-post-wrap,
.service-section .service-post-wrap {
	 margin-left: -2.4%;
}
.service-section .service-image-content {
	display: inline-block;
    width: 30.33%;
    margin-left: 2.4%;
    vertical-align: top;
    position: relative;
	background: -webkit-linear-gradient(#81C965, #63b860);
	background: -moz-linear-gradient(#81C965, #63b860);
	background: -ms-linear-gradient(#81C965, #63b860);
	background: -o-linear-gradient(#81C965, #63b860);
	background: linear-gradient(#81C965, #63b860);
	text-align: center;
	border-radius: 5px;
	margin-bottom: 35px;
	margin-top: 65px;
	padding:80px 20px 20px;
}
.service-section.layout1 .service-image-content {
	text-align: center;
}
.service-section .service-image-content:nth-of-type(4n+1) {
	clear: left;
}
.service-section.layout1 .service-icon-wrap {
	position: absolute;
	top: -30px;
	left: 50%;
	-moz-transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
.service-section.layout1 .service-icon-wrap:before {
	content: "";
	border-top: 4px solid #81c965;
	width: 55px;
	position: absolute;
	top: -26%;
	z-index: 1;
	transform: skewY(30deg);
	-webkit-transform: skewY(30deg);
	left: 50%;
}

.service-section.layout1 .service-icon-wrap:after {
	content: "";
	border-top: 4px solid #81c965;
	width: 55px;
	position: absolute;
	top: -26%;
	z-index: 1;
	transform: skewY(-30deg);
	-webkit-transform: skewY(-30deg);
	right: 50%;
}
.service-section.layout1 .service-image-content figure {
	background: #fff none repeat scroll 0 0;
	border-left: 4px solid #81c965;
	border-right: 4px solid #81c965;
	height: 70px;
	margin: 0 auto;
	position: relative;
	text-align: center;
	width: 110px;
}
.service-section.layout1 .service-image-content figure:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 25px solid #fff;
	right: 0;
	margin: 0 auto;
}
.service-section.layout1 .service-image-content figure:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 25px solid #fff;
	right: 0;
	margin: 0 auto;
}
.service-section.layout1 .service-image-content figure i.fa {
	font-size: 40px;
	color: #464d52;
	opacity: 1;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	top: 10px;
}
.service-section.layout1 .service-image-content:hover figure i.fa {
	top: 0px;
}
.service-section.layout1 .service-image-content figure i.fa:after {
	content: "";
	background: -webkit-radial-gradient(#aaa, transparent 50%);
	background: -moz-radial-gradient(#aaa, transparent 50%);
	background: -ms-radial-gradient(#aaa, transparent 50%);
	background: -o-radial-gradient(#aaa, transparent 50%);
	background: radial-gradient(#aaa, transparent 50%);
	position: absolute;
	width: 80px;
	height: 20px;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	opacity: 0;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
.service-section.layout1 .service-image-content:hover figure i.fa:after {
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.service-post-title {
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
	margin-bottom: 5px;
}
.service-post-content {
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 0;
}
.service-post-content p {
	margin: 0;
}

/*================================
SERVICE SECTION LAYOUT TWO
===============================*/
.service-section.layout2 .service-image-content figure {
	font-size: 2.3em;
	width: 100px;
	height: 100px;
	margin: 0 auto 50px;
	line-height: 105px;
	background: #eff2f7;
	color: #58b25e;
	border-radius: 100%;
	position: relative;
	z-index: 1;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.service-section.layout2 .service-image-content:hover figure {
	color: #fff;
}
.service-section.layout2 .service-image-content figure:before {
	content: "";
	border: 1px solid #eff2f7;
	position: absolute;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	border-radius: 100%;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.service-section.layout2 .service-image-content:hover figure:before {
	border: solid 1px transparent;
}
.service-section.layout2 .service-image-content figure:after {
	content: "";
	background: #58b25e;
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 100%;
	right: 0px;
	bottom: 0px;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.service-section.layout2 .service-image-content:hover figure:after {
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.service-section.layout2 .service-image-content {
	background: none;
	padding: 0 15px;
	margin-top: 10px;
	border-radius: 0;
	height: auto;
}
.service-section.layout2 .service-image-content:nth-child(4n) {
	margin-right: 0;
}
.service-section.layout2 .service-post-title {
	color: #333;
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 600;
}
.service-section.layout2 .service-post-title a{
	position: relative;
	padding-bottom: 22px;
	width: 100%;
}
.service-section.layout2 .service-post-title a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 25px;
	height: 4px;
	text-align: center;
	background: #58b25e;
}
.service-section.layout2 .service-post-content {
	color: #87878e;
}
/*================================
SERVICE SECTION LAYOUT THREE
===============================*/
.inner-pages-wrapper.layout3 .service-post-wrapper .service-post-wrap,
.service-section.layout3 .service-post-wrap {
	 margin-left: 0%;
}
.service-section.layout3 .service-image-content {
	margin-left: 0;
	margin-bottom: 40px;
	margin-top: 0px;
	padding: 0;
}
.service-section.layout3 .service-image-content:nth-of-type(4n+1) {
	clear: none;
}
/*================================
SERVICE SECTION LAYOUT THREE
===============================*/
.service-section.layout3 {
	background: #58b25e;
    padding: 80px 0;
}
.service-section.layout3 h2.roboto-light.main-title {
	color: #fff;
    margin-bottom: 15px;
    font-size: 42px;
	line-height: 52px;
	text-transform: capitalize;
}
.service-section.layout3 .service-desc,
.service-section .service-desc {
	font-size: 20px;
    text-align: center;
   	width: 60%;
    margin: 0 auto;
    margin-bottom: 65px;
}
.service-section.layout3 .service-image-content {
	background: none;
	text-align: center;
}
.service-section.layout3 figure,
.service-section.layout3 h4.service-post-title {
    display: inline-block;
    vertical-align: bottom;
    font-size: 24px;
    text-transform: normal;
}
.service-section.layout3 figure {
	display: block;
	width: 85px;
	height: 85px;
	line-height: 90px;
	margin: 0 auto;
    font-size: 33px;
    border: 1px solid #FFF;
    background: #FFF;
    color: #58B25E;
    border-radius: 100%;
    text-align: center;
}
.service-section figure i:before{
	font-weight: normal !important;
}
.service-section.layout3 figure img {
	width: 50%;
    margin: 3px auto 0;
}
.service-section.layout3 h4.service-post-title {
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	letter-spacing: 1px;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
	margin-top: 25px;
	margin-bottom: 0px;
}
.service-section.layout3 .service-post-content {
	margin-top: 20px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
}
.service-section.layout3 .bx-pager-item {
	position: relative;
}
.service-section.layout3 .bx-wrapper .bx-pager .bx-pager-item{
	width: 15% !important;
	left: 5.5%;
}
.service-section.layout3 .bx-wrapper .bx-pager-item:first-child a.bx-pager-link:before {
	display: none;
}
.service-section.layout3 .bx-wrapper .bx-pager-item a.bx-pager-link:before {
	content: '';
	width: 125px;
	height: 5px;
	background: #fff;
	position: absolute;
	right: 95%;
	z-index: -1;
	top: 50%;
	bottom: 0;
	transform: translateY(-50%);
}
.service-section.layout3 .bx-wrapper .bx-pager-item a.active:before{
	background: #468f4b;
}
.inner-pages-wrapper .service-post-wrapper .service-post-wrap h4 a:hover, 
.service-section .service-post-wrap h4 a:hover,
.featured-section.layout2 .featured-post-wrapper.featured-icon .featured-post-wrap h4 a:hover,
.service-section.layout3 h4.service-post-title a:hover,
.featured-section.layout1 .featured-content-wrap h4 a:hover,
.featured-section.layout2 .featured-content-wrap h4 a:hover,
.blog-section h4.blog-title a:hover,
.team-member-section.layout1 .team-members .team-member-wrap .team-title-wrap h4 a:hover,
.team-member-section.layout2 .team-member-wrap h4.team-post-title a:hover{
	color: #015389;
	 transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
}
/*-----------------------------
TOP-FOOTER
-------------------------------*/
.hide{
	display: none;
}
#top-footer{
	color:#777;
	font-size: 14px;
	font-weight: 300;
	padding: 80px 0 50px;
	background-color: #f3f4f6;
}
#top-footer .footer {
	width: 25%;
    padding: 0 20px;
}
#top-footer .footer {
	float: left;
	min-height: 200px;
	color: #9b9999;
}
#top-footer .footer:first-of-type{
	padding-left: 0px;
}
#top-footer .footer:last-of-type{
	padding-right: 0px;
}
.sidebar ul,
#top-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar ul li,
#top-footer ul li {
	position: relative;
    padding-left: 15px;
    font-size: 17px;
    margin-bottom: 5px;
    color: rgba(64,64,64,0.8);
}
.widget.widget_recent_entries ul li:before,
.widget.widget_pages ul li:before,
.widget.widget_categories ul li:before {
	content: "\f105";
    position: absolute;
    font-family: fontawesome;
    left: 0;
    top: 46%;
    transform: translateY(-50%);
}
.sidebar .hamza_pro-contact-info ul li,
#top-footer .hamza_pro-contact-info ul li {
	padding-left: 20px;
	margin-bottom: 5px;
}
.sidebar .hamza_pro-contact-info ul li li,
#top-footer .hamza_pro-contact-info ul li i {
	border: none;
	text-align: left;
	font-size: 13px;
}
#top-footer ul li a{
	display: block;
}
.sidebar .hamza_pro-contact-info ul li:nth-child(5) i,
#top-footer .hamza_pro-contact-info ul li:nth-child(5) i {
	top: 4%;
}
.sidebar .widget.widget_recent_entries ul li:before,
#top-footer .widget.widget_recent_entries ul li:before {
	top: -2px;
	transform: translateY(0);
}
.sidebar .widget.widget_nav_menu .menu li::after,
#top-footer .widget.widget_nav_menu .menu li::after {
    color: #9b9999;
    content: "\f105";
    right: 0;
    left: 0;
    font-family: fontawesome;
    font-size: 14px;
    position: absolute;
    right: auto;
    top: 0px;
    transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
}
.sidebar .widget.widget_hamza_pro_recent_post .hamza_pro-recent-rightbar-img,
.sidebar .widget.widget_hamza_pro_recent_post .hamza_pro-recent-rightbar-content,
#top-footer .widget.widget_hamza_pro_recent_post .hamza_pro-recent-rightbar-img,
#top-footer .widget.widget_hamza_pro_recent_post .hamza_pro-recent-rightbar-content {
	width: 30%;
    vertical-align: top;
    margin: 0;
    margin-bottom: 35px;
    float: left;
}
.sidebar .widget.widget_hamza_pro_recent_post .thumbnail-show .hamza_pro-recent-rightbar-content,
#top-footer .widget.widget_hamza_pro_recent_post .thumbnail-show .hamza_pro-recent-rightbar-content {
	width: 70%;
	float: left;
	margin: 0;
	margin-bottom: 35px;
}
.sidebar .widget.widget_hamza_pro_recent_post .thumbnail-show .hamza_pro-recent-rightbar-content h6,
#top-footer .widget.widget_hamza_pro_recent_post .thumbnail-show .hamza_pro-recent-rightbar-content h6 {
	font-style: 13px;
	margin-left: 20px;
}
.sidebar .widget.widget_hamza_pro_recent_post .thumbnail-show .hamza_pro-recent-rightbar-content .hamza_pro-recent-rightbar-date,
#top-footer .widget.widget_hamza_pro_recent_post .thumbnail-show .hamza_pro-recent-rightbar-content .hamza_pro-recent-rightbar-date {
	font-size: 15px;
    margin-left: 20px;
}
.sidebar .widget.widget_hamza_pro_recent_post .hamza_pro-recent-rightbar-content,
#top-footer .widget.widget_hamza_pro_recent_post .hamza_pro-recent-rightbar-content {
	width: 100%;
	margin-bottom: 10px;
}

.sidebar .widget.widget_hamza_pro_recent_post .hamza_pro-recent-rightbar-content h6.hamza_pro-recent-rightbar-title,
#top-footer .widget.widget_hamza_pro_recent_post .hamza_pro-recent-rightbar-content h6.hamza_pro-recent-rightbar-title {
    margin-bottom: 3px;
    font-size: 20px;
    padding-left: 0px;
    font-weight: 500;
}
#top-footer .widget.widget_hamza_pro_recent_post .hamza_pro-recent-rightbar-content h6.hamza_pro-recent-rightbar-title{
	font-size: 17px;
	color: rgba(64,64,64,0.8);
	line-height: 26px;
	font-weight: 300;
}
#top-footer ul li span.post-date{
	font-size: 14px;
	color: rgb(155, 153, 153);
}
.sidebar .widget_categories ul{
	padding: 25px 20px 15px;
	background: #F3F3F3;
	border: 1px solid #dfdfdf;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 60px;
}
.sidebar .widget_categories ul li{
	border-bottom: 1px solid #eaeaea;
	padding-left: 0;
	text-align: right;
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	display: block;
	padding: 5px 0;
	height: 50px;
}
.sidebar .widget_categories ul li:last-child{
	border-bottom: none;
}
.sidebar .widget_categories ul li a{
	text-align: left;
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	float: left;
}
.sidebar .widget_categories ul li:before{
	display: none;
}
.sidebar .widget.widget_nav_menu .menu ul > li a:hover,
.sidebar .widget.widget_nav_menu .menu li:hover:after,
.sidebar .widget.widget_recent_entries ul li:hover a,
.sidebar .widget.widget_recent_entries ul li:hover:before,
.sidebar .widget.widget_pages ul li:hover,
.sidebar .widget.widget_categories ul li:hover,
.sidebar .widget.widget_pages ul li:hover:before,
.sidebar .widget.widget_categories ul li:hover:before,
#top-footer .widget.widget_nav_menu .menu ul > li a:hover,
#top-footer .widget.widget_nav_menu .menu li:hover:after,
#top-footer .widget.widget_recent_entries ul li:hover a,
#top-footer .widget.widget_recent_entries ul li:hover:before,
#top-footer .widget.widget_pages ul li:hover,
#top-footer .widget.widget_categories ul li:hover,
#top-footer .widget.widget_pages ul li:hover:before,
#top-footer .widget.widget_categories ul li:hover:before {
	color: #58b25e;
}
#top-footer .footer .widget-title{
	color:#4e4c4c;
	letter-spacing: 1px;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: capitalize;
}
#top-footer .textwidget ul{
	margin: 0
}
#top-footer .textwidget ul li{
	line-height: 18px;
	list-style-type: none;
	margin-bottom: 15px;
	padding-left: 24px;
	position: relative;
}
#top-footer .textwidget ul li:before {
	content: "\f058 ";
	font-family: FontAwesome;
	left: 0;
	margin-right: 10px;
	position: absolute;
	top: 0px;
}
#top-footer .footer p{
	margin-bottom: 10px;
}
#top-footer input[type="email"], #top-footer textarea{
	background: #4e4c4c none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #999;
	float: left;
	height: 55px;
	padding: 10px;
	margin-right: 5px;
	width: 62%;
	font-family:  'Catamaran', sans-serif;
	font-weight: bold;
	font-size: 16px;
}
.widget_newsletterwidget .tnp-widget .tnp-field {
	margin-bottom: 0;
}
#top-footer textarea{
	height: 90px;
	resize: none;
}
#top-footer .newsletter{
	margin-top:10px;
}
#top-footer input[type="submit"]{
	background: #58b25e none repeat scroll 0 0;
	border: medium none;
	border-radius: 0;
	color: #fff;
	font-size: 17px;
	display: inline-block;
	padding: 15px 7px 14px;
	text-transform: uppercase;
	vertical-align: middle;
	width: auto;
	float: left;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition:all ease-in-out 0.3s;
	-moz-transition:all ease-in-out 0.3s;
}
#top-footer input[type="submit"]:hover{
	background: #3498db;
}
/* ================================
TOP FOOTER SOCIAL PLUGIN CSS
=================================*/
#top-footer .apsc-theme-2 .apsc-each-profile {
	float: left;
	margin: 0 5px 5px 0;
	min-height: 73px;
	text-align: center;
}
#top-footer .apsc-theme-2 .apsc-each-profile a{
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
#top-footer .apsc-theme-2 .apsc-each-profile a:hover{
	transform:scale(1) rotate(0deg);
	-webkit-transform:scale(1) rotate(0deg);
	-moz-transform:scale(1) rotate(0deg);
}
#top-footer .apsc-theme-2 .social-icon .fa {
	font-size: 30px;
}


/* STYLE FOR TWITTER FEEDS*/
#top-footer .aptf-single-tweet-wrapper {
	border-bottom: 1px solid #e5e5e5;
	clear: both;
	float: left;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}
#top-footer .aptf-tweet-actions {
	font-size: 12px;
}
#top-footer .aptf-tweet-username{
	font-size: 90%;
}


/*-----------------------------
MIDDLE-FOOTER
-------------------------------*/
footer #middle-footer {
	color: #777;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
	vertical-align: middle;
	width: 70%;
}
.menu-footer-menu-container{
	margin-bottom: 5px;
}
.footer-menu ul{
	list-style-type: none;
	margin:0;	
}
.footer-menu ul li{
	display: inline-block;
}
.footer-menu ul li a{
	border-right: 1px solid #fff;
	color: #fff;
	display: block;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
	text-transform: uppercase;
}
.footer-menu ul li:last-child a{
	border-right: none;
	margin-right: 0px;
	padding-right:0px;
}
.footer-menu ul li a:hover{
	color: #31722a;
}
.footer-menu ul li .children{
	display: none;
}

.copyright{
	color: rgba(255,255,255,0.7);
	font-weight: 300;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
}
.copyright a{
	color: #fff;
}
.copyright a:hover{
	color: #fff;
	text-decoration: underline;
}

.footer a.bttn{
	margin-top: 15px;
}


/*-----------------------------
BOTTOM-FOOTER
-------------------------------*/
#left-footer{
	padding: 25px 0;
	background: #333;
}

footer #bottom-footer{
	background: none repeat scroll 0 0 #2e313d;
	color: #ffffff;
	text-align: center;
	padding: 20px;
	font-size: 13px;
}
.footer-wrap a{
	color:#ffffff;
}
.footer-wrap a:hover{
	color:#23a38f;
}
.footer-logo a {
	margin-bottom: 5px;
	display: block;
}
#left-footer .footer-socials {
	display: inline-block;
	text-align: right;
	vertical-align: middle;
	width: 29%;
}
.footer-socials a{
	display: inline-block;
	color: #adadad;
	text-align: center;
	font-size: 13px;
	margin: 0 24px 0 0;
	padding: 3px;
}
.footer-socials a:last-child{
	margin-right: 0px;
}
.footer-socials a:hover{
	color: #3498db;
}
.tagcloud{
	padding: 40px 20px 25px;
	border: 1px solid #dfdfdf;
	background: #F3F3F3;
}
.tagcloud a{
	margin-right: 10px;
	padding-bottom: 5px;
	border: none;
	display: inline-block;
	line-height: 1;
	color: #333;
	border-radius: 0px;
	position: relative;
	overflow: hidden;
	border-bottom: solid 1px transparent;
	font-size: 18px !important;
	font-weight: 500;
}
.tagcloud a:hover{
	color: #58b25e;
	border-bottom: solid 1px #58B25E;
	background: transparent;
}

.newsletter.newsletter-widget .newsletter-email {
	border-radius: 3px;
	box-shadow: 0 3px 5px #eee;
	height: 42px;
}
.newsletter.newsletter-widget p {
	margin-bottom: 10px;
	text-align: right;
}

/*-----------------------------
ABOUT-SECTION
-------------------------------*/
/*=============================
About--Layout-1
===============================*/
#about-section {
	height: auto; 
	padding: 91px 0;
	text-align: center;
	background: #FFF;
}
.main-title{
	font-family: 'Catamaran', sans-serif;
	letter-spacing: 0.5px;
	font-size: 42px;
	max-width: 60%;
	margin: 0 auto;
	line-height: 52px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 20px;
	color: #404040;
}
#about-section .main-title a{
	display: block;
	line-height: 1;
	margin-bottom: 21px;
	color: #222;
}

#about-section .welcome-detail {
	color: #4b4b4b;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	padding: 0 17%;
}

#about-section .welcome-content, .hamza_lite-featured-excerpt{
	margin-bottom: 30px;
}
#about-section .welcome-content b{
	font-size: 22px;
	font-weight: normal;
}
/*=============================
about-Layout-2
===============================*/
.about-section.layout2 .section-header.about-header {
	padding-left: 0;
	padding-right: 90px;
}

.welcome-detail a.read-more.bttn{
	margin-right: 19px;
}
a.read-more.bttn{
	padding: 15px 35px;
}
.about-section {
	background: #f7f8fb;
	padding: 90px 0;
}
.about-section .ed-container{
	display: table;
	position: relative;
}
.about-section figure,
.about-section .section-header.about-header{
	margin: 0;
    display: table-cell;
    vertical-align: middle;
}
.about-section .section-header.about-header{
	width: 55%;
}
.about-section figure{
	width: 45%;
}
.about-section figure img{
	width: 100%;
}
.about-section.layout1 .section-header.about-header {
	padding-left: 90px;
    padding-right: 15px;
}
.about-section .section-header.about-header h2.roboto-light.main-title{
	text-align: left;
	margin-bottom: 30px;
	max-width: 100%;
}
.about-section .section-header.about-header h4.sub-title{
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	color: #555;
}

.about-section .section-header.about-header .about-desc-wrap{
	padding-top: 20px;
	padding-left: 2px;
}
.about-section .section-header.about-header .about-desc {
	font-size: 16px;
    font-family: 'Catamaran', sans-serif;
    color: #6b6b6b;
    font-weight: 300;
}
.about-section .section-header.about-header .about-desc ul {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.about-section .section-header.about-header .about-desc ul li {
	display: block;
    padding-left: 20px;
    margin-bottom: 2px;
    position: relative;
}
.about-section .section-header.about-header .about-desc ul li:before {
	content: "\f105";
    position: absolute;
    font-family: fontawesome;
    left: 10px;
    right: 0;
}
.about-section .section-header.about-header .about-desc-wrap .ed-about-button{
	display: block;
}
.about-section .section-header.about-header .about-desc-wrap a.about-bttn.ed-bttn {
	width: 260px;
	position: relative;
	margin-top: 2.5vw;
    color: #015389;
	padding-top: 7px;
	padding-bottom: 6px;
	padding-left: 25px;
	padding-right: 10px;
	cursor: pointer;
	box-shadow: inset 0 0 0 0 #015389;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.about-section .section-header.about-header .about-desc-wrap a.about-bttn.ed-bttn:before {
	content: "\f178";
	color: #015389;
    position: absolute;
    font-family: fontawesome;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    transition: all cubic-bezier(0.25, 0.1, 0.24, 0.81) 0.5s;
    -webkit-transition: all cubic-bezier(0.25, 0.1, 0.24, 0.81) 0.5s;
    -moz-transition: all cubic-bezier(0.25, 0.1, 0.24, 0.81) 0.5s;
 
}
.about-section .section-header.about-header .about-desc-wrap a.about-bttn.ed-bttn:hover{
    box-shadow: inset 168px 0 0 0 #015389;
	color: #fff;
	padding-left: 45px;
	padding-right: 30px;
}
.about-section .section-header.about-header .about-desc-wrap a.about-bttn.ed-bttn:hover:before{
	color: #FFF;
	left: 17px;
}
.featured-content-wrap a.view-more {
	position: absolute;
	margin: 35px auto;
    color: #58b25e;
	padding-top: 3px;
	padding-bottom: 2px;
	padding-left: 35px;
	padding-right: 10px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	box-shadow: inset 0 0 0 0 #58b25e;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	transition: all ease 0.7s;
	left: 31%;
}
.featured-content-wrap a.view-more:before {
	content: "\f178";
	color: #58b25e;
    position: absolute;
    font-family: fontawesome;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    transition: all cubic-bezier(0.25, 0.1, 0.24, 0.81) 0.5s;
    -webkit-transition: all cubic-bezier(0.25, 0.1, 0.24, 0.81) 0.5s;
    -moz-transition: all cubic-bezier(0.25, 0.1, 0.24, 0.81) 0.5s;
 
}
.featured-content-wrap a.view-more:hover{
    box-shadow: inset 300px 0 0 0 #58b25e;
	color: #fff;
	padding-left: 40px;
	padding-right: 20px;
}
.featured-content-wrap a.view-more:hover:before{
	color: #FFF;
	left: 17px;
}
/*-----------------------------
CLIENTS-SAY
-------------------------------*/
.clients-say-section .testimonial-content::before {
	background: rgba(1, 83, 137, 0.75) none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}
.clients-say-section{
	padding-top: 80px;
	padding-bottom: 75px;
	text-align: center;
	color: #444;
	position: relative;
	background-size: cover;
	width: 100%;
	background-repeat: no-repeat;
	overflow: visible;
}
.clients-say-section h2.main-title{
	max-width: 100%;
}
.clients-say-section.layout1 h4.testimoinal-client-name, 
.clients-say-section .main-title {
	color: #555;
}
.clients-say-section .testimonial-content{
	font-size: 18px;
	color: #444;
	line-height: 30px;
	margin-bottom: 30px;
}
.clients-say-section .testimonial-slider-wrap .bx-wrapper .bx-pager {
	bottom: -60px;
	right: auto;
	text-align: center;
	width: 100%;
}
.clients-say-section .bx-wrapper .bx-pager.bx-default-pager a {
	background: none repeat scroll 0 0 #23a38f;
	display: block;
	height: 11px;
	margin: 0 4px;
	outline: 0 none;
	text-indent: -9999px;
	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;
	width: 11px;
	border-radius: 0;
}
.clients-say-section .testimonial-wrap {
	margin: 0 auto;
	width: 970px;
}
.clients-say-section .testimonial-slide{
	background: no-repeat ;
	font-size: 16px;
	font-weight: 300;
	line-height: 30px;
}
.clients-say-section .testimonial-slide .testimonial-excerpt{
	margin-bottom: 40px;
	padding-left: 110px;
}
.testimonial-list{
	margin: 0 auto; 
	width: 40%;
}
.clients-say-section .testimonial-thumbnail {
	border: 0px;
	border-radius: 100%;
	display: inline-block;
	height: 88px;
	margin-right: 15px;
	overflow: hidden;
	vertical-align: middle;
	width: 88px;
}
.clients-say-section .testimonial-thumbnail img{
	border-radius: 100%;
}
.clients-say-section .testimonial-name-box{
	display: inline-block;
	margin-left: 0;
   vertical-align: middle;
   width: 100%;
}
.clients-say-section .testimoinal-client-name{
	font-size: 18px;
	font-weight: 600;
	text-align: left;
}
.clients-say-section .testimonail-designation{
	color: #58b25e;
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	font-weight: 600;
}

.clients-say-section .bx-wrapper .bx-pager.bx-default-pager a.active, 
.clients-say-section .bx-wrapper .bx-pager.bx-default-pager a:hover{
	background: #F0563D;
}
.clients-say-section .bx-wrapper .bx-controls-direction a {
	margin-top: 0;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	z-index: 9999;
	padding: 20px;

}

.clients-say-section .bx-wrapper .bx-controls-direction a.bx-prev{
	left: -108%;
	background: no-repeat;
	width: 32px;
	height: 106px;
	
}
.clients-say-section .bx-wrapper .bx-controls-direction a.bx-prev:hover {
	left: -109%;
}
.clients-say-section .bx-wrapper .bx-controls-direction a.bx-next{
	background: no-repeat;
	width: 32px;
	height: 106px;
	right: -108%;
}
.clients-say-section .bx-wrapper .bx-controls-direction a.bx-next:hover {
	right: -109%;
}
/*============================
layout2- testimoial
==============================*/
.clients-say-section{
	background: #EEF2F5;
}
.clients-say-section .testimonial-section-header {
	width: 36%;
	margin: 0 auto;
	margin-bottom: 55px;
}
.clients-say-section.layout1 .testimonial-description,
.clients-say-section.layout2 .testimonial-description {
	margin: 0 auto;
	color: #888A8B;
}
.clients-say-section.layout2 .testimonial-wrap {
	position: relative;
}
.clients-say-section.layout2 .testimonial-wrap:before,
.clients-say-section.layout2 .testimonial-wrap:after {
	content: "“";
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-size: 320px;
    line-height: 0;
    color: #58b25e;
    z-index: 0;
    margin: 0px;
    top: 5px;
    opacity: 0.2;
    font-weight: 800;
}
.clients-say-section.layout2 .testimonial-wrap:before {
	left: -73px;
	top: 115px;
}
.clients-say-section.layout2 .testimonial-wrap:after {
	content: "”";
	top: auto;
	right: -72px;
	bottom: 30px;
}
.clients-say-section.layout2 .testimonial-content-wrap {
	background: #fff;
    color: #666;
    border-radius: 3px;
    margin-top: 50px;
    padding: 80px 50px 55px;
    min-height: 320px;
    font-weight: 300;
}
.clients-say-section.layout2 .testimonial-thumbnail {
	position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 10px;
}
.clients-say-section .testimonial-excerpt{
	line-height: 26px;
}
.clients-say-section.layout1 h4.testimoinal-client-name{
	margin-top: 15px;
}
.owl-theme .owl-nav.disabled + .owl-dots{
	margin-top: 65px;
}
.clients-say-section.layout2 .testimonial-list {
	width: 100%;
}
.clients-say-section h4.testimoinal-client-name,
.clients-say-section .testimonail-designation {
	text-align: center;
	margin-bottom: 5px;
	text-transform: capitalize;

}
.clients-say-section .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link {
   border-radius: 100%;
    margin: 0 2px;
    background: #eee;
    border: 1px solid #ccc;
    width: 10px;
    height: 10px;
}
.clients-say-section .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link.active {
	background: #58b25e;
	border: 1px solid #58b25e;
}
.service-section .bx-wrapper .bx-pager.bx-default-pager a.bx-pager-link:after{

	background: none;
}
.owl-theme .owl-dots .owl-dot span{
	background: #e5e5e5;
	transition: ease-in-out 0.3s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background: #58b25e;
}
.clients-say-section.layout1 .testimonial-slider .testimonial-post{
	padding: 0px;
}
.clients-say-section.layout1 .testimonial-slider .testimonial-post .testimonial-excerpt{
	background: #FFF;
	padding: 45px 35px;
	position: relative;
}
.clients-say-section.layout1 .testimonial-slider .testimonial-post .testimonial-excerpt:before{
	content: "”";
	font-size: 120px;
	color: #58b25e;
	display: block;
	line-height: 120px;
	margin-bottom: -60px;
	text-align: center;
	
}
.clients-say-section.layout1 .testimonial-slider .testimonial-post .testimonial-excerpt:after{
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 20px 0 20px;
	border-color: transparent;
	border-top-color: #ffffff !important;
	position: absolute;
	bottom: -0.5em;
	left: 50%;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.clients-say-section.layout1 .testimonial-thumbnail{
	margin-top: 30px;
	margin-right: 0;
	width: 72px;
	height: 72px;
}
.clients-say-section.layout1 .testimonial-slider .owl-item{
	opacity: 0.3;
	-webkit-transition: all ease-in 0.3s;
	   -moz-transition: all ease-in 0.3s;
	    -ms-transition: all ease-in 0.3s;
	     -o-transition: all ease-in 0.3s;
	        transition: all ease-in 0.3s;
}
.clients-say-section.layout1 .testimonial-slider .owl-item.center{
	opacity: 1;
}
/*-----------------------------------------------------------
SKILLS SECTION
-----------------------------------------------------------*/
.skill-section {
	padding: 80px 0px 65px;
}
.skill-section .skill-header {
	text-align: center;
	margin-bottom: 45px;
}
.skill-section .skill-description {
	width: 60%;
	margin: 0 auto;
	color: #888A8B;
}
.skill-section .skill-wrap{
	margin-top: 80px;
}
.skill-section .skill-wrap .widget.widget_hamza_pro_progress_bar {
    width: 49%;
    float: left;
}
.skill-section .skill-wrap .widget.widget_hamza_pro_progress_bar:nth-child(2n) {
	float: right;
}
.skill-section .skill-wrap .widget.widget_hamza_pro_progress_bar .hamza-pro-progress-bar {
	padding-top: 17px;
}
.skill-section .skill-wrap .widget.widget_hamza_pro_progress_bar .hamza-pro-progress-bar h5 {
	font-size: 13px;
	font-weight: 700;
    margin-bottom: 10px;
}
.widget-area.sidebar .ed-progress-bar,
.skill-section .skill-wrap .widget.widget_hamza_pro_progress_bar .hamza-pro-progress-bar .ed-progress-bar {
	background: #eee;
    height: 25px;
    position: relative;
    -moz-box-shadow:    inset 0 0 5px rgba(0,0,0,0.1);
   -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
   box-shadow:         inset 0 0 5px rgba(0,0,0,0.1);
}
.widget-area.sidebar span.ed-progress-bar-percentage,
.skill-section .skill-wrap .widget.widget_hamza_pro_progress_bar .hamza-pro-progress-bar .ed-progress-bar .ed-progress-bar-percentage {
	position: absolute;
    height: 25px;
    left: 0;
    top: 0;
    background: #58b25e;
    overflow: visible !important;
}
.widget-area.sidebar .ed-progress-bar i.widget-percent,
.skill-section .skill-wrap .widget.widget_hamza_pro_progress_bar .hamza-pro-progress-bar .ed-progress-bar .ed-progress-bar-percentage i {
	font-size: 11px;
	position: absolute;
	background: #58b25e;
	color: #fff;
	right: 0;
	top: -45px;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.widget-area.sidebar .ed-progress-bar i.widget-percent:after,
.skill-section .skill-wrap .widget.widget_hamza_pro_progress_bar .hamza-pro-progress-bar .ed-progress-bar .ed-progress-bar-percentage i:after {
	content: "";
	position: absolute;
	border-top: 12px solid #58b25e;
	border-left: 12px solid transparent;
	border-right: 14px solid transparent;
	width: 13px;
	left: 2px;
	right: 0px;
	margin: 0 auto;
	top: 28px;
}
/*-----------------------------
BUSINESS-ACTIVITIES
-------------------------------*/
.business-section{
	background: #23A38F;
	padding: 45px 0;
	color:#FFF;
}
.business-section a{
	color:#FFF;
}
.business-section .widget-title{
	color: #FFF;
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 300;
	font-family: 'Catamaran', sans-serif;
}
.business-activities-wrapper{
	margin-left: -1.33%;
}
.business-section .business-wrapper{
	color: #FFF;
	font-size: 16px;
	font-weight: 300;
	line-height: 29.81px;
	float: left;
	margin-left: 1.33%;
	position: relative;
	width: 32%;
}

.business-section .business-image img{
	float: left;
}
.business-section .business-content{
	clear: both;
	margin-top: 14px;
}
.business-section .widget, .business-section .gallery{
	margin-bottom: 0;
}

/*----------------------------------------------
SERVICE SECTION
-----------------------------------------------*/
.service-title-section, .service-content{
	font-size: 18px;
	line-height: 27px;
}
.service-title-section {
	margin-bottom: 10px;
}
.service-section .service-section-desc {
	text-align: center;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: 300;
	line-height: 24px;
	padding: 0 23%;
	margin-bottom: 30px;
}
.service-box {
	border: 1px solid rgba(255, 255, 255, 0.3);
	float: left;
	padding: 20px;
	width: 30%;
}
.service-box:last-child {
	margin-right: 0;
}
.service-title-section > figure {
	border: 1px solid #fff;
	border-radius: 100%;
	display: inline-block;
	height: 60px;
	line-height: 65px;
	text-align: center;
	vertical-align: text-bottom;
	width: 60px;
	vertical-align: middle;
}
.service-title-section > figure > .fa {
	font-size: 27px;
}
.service-title {
	color: #fff;
	display: inline-block;
	font-size: 20px;
	letter-spacing: 2px;
	margin-left: 15px;
	text-transform: uppercase;
	vertical-align: middle;
	margin-bottom: 0;
}
.service-content > p {
	padding: 0;
	text-align: left;
	margin-bottom: 0;
}

ul.service-line{
	list-style: none;
	margin: 105px auto 0 auto;
	padding: 0;
	text-align: center;
	position: relative;
	display: none;
}

ul.service-line li{
	width: 100px;
	display: inline-block;
}
ul.service-line li > a{
	background: #fff;
	width: 26px;
	height: 26px;
	border-radius: 100%;
	display: inline-block;
}
ul.service-line li.service-slide-active > a{
	background: #1f881a;
}
ul.service-line li > a:after{
	border-bottom: 4px solid #fff;
	content: "";
	position: absolute;
	top: 11px;
	width: 100px;
	z-index: -1;
}
ul.service-line li:last-child > a:after{
	border-bottom: 0;
}
ul.service-line li.border-green > a:after{
	border-bottom-color: #1f881a;
}

.service-section .bx-wrapper{
	padding-bottom: 110px;
}
.service-section .bx-wrapper .bx-pager{
	bottom: 0px;
}
.service-section .bx-wrapper .bx-pager .bx-pager-item, 
.service-section .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	width: auto !important;
}
.service-section .bx-wrapper .bx-pager.bx-default-pager a{
	background: #fff;
	height: 30px;
	width: 30px;
	border-radius: 100%;
	position: relative;
}
.service-section .bx-wrapper .bx-pager.bx-default-pager a:after {
	content: "";
	background: #777;
	position: absolute;
	width: 0%;
	height: 0%;
	border-radius: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	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;
}
.service-section .bx-wrapper .bx-pager.bx-default-pager a:hover:after, 
.service-section .bx-wrapper .bx-pager.bx-default-pager a.active:after {
	width: 100%;
    height: 100%;
    background: #468f4b; 
    box-shadow: none;
}

/*-----------------------------
FEATURED-POST
-------------------------------*/
.featured-section{
	padding: 80px 0px 90px;
	background: #EEF2F5;
}
.blog-section{
	padding: 80px 0px 55px;
	background: #EEF2F5;
}
.featured-section .main-title{
	position: relative;
	z-index: 1;
}
.featured-section .main-title span{
	color: #3498db;
}
.featured-section .feature-desc {
	text-align: center;
	width: 60%;
    margin: 0 auto;
    color: #888A8B;
}
.featured-section .featured-post-wrap .featured-icon i {
	font-size: 40px;
	border: 3px solid #808080;
	border-radius: 100%;
	color: #808080;
	width: 80px;
	line-height: 1.8;
	height: 80px;
}
.featured-section .sub-desc {
	color: #444;
	display: block;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 30px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.featured-section .sub-desc a{
	color: #F6F6F6;
	border-bottom: 1px dotted #F6F6F6;
}
.featured-section .featured-post {
	background: #fff none repeat scroll 0 0;
	color: #333;
	float: left;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	text-align: center;
	position: relative;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.featured-post .featrued-post-border span{
	content: "";
	visibility: hidden;
	display: none;
}
.featured-section .featured-post:last-child {
	margin-right: 0;
}

.featured-post:hover .view-more{
	background: #0a5487;
}
.featured-section .featured-post .featured-image {
	height: 181px;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	border-bottom: 2px solid transparent;
	position: relative;
	z-index: 1;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.featured-section .featured-post .featured-image img {
	overflow: hidden;
	margin: 0 auto;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.featured-section .featured-post:hover .featured-image img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	opacity: 0.7;
}
.featured-section .bx-wrapper .bx-pager {
	bottom: 0;
	margin-top: 30px;
	padding-top: 0;
	position: static;
}
.featured-section .featured-content-wrap p{
	line-height: 26px;
}
/*---------------------------- FEATURE SLIDER CONTROLS -----------------------*/
.featured-section .bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	border: 1px solid #777;
	border-radius: 100%;
}
.featured-section .bx-wrapper .bx-pager.bx-default-pager a:hover, .featured-section .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #58b25e;
	border-color: #58b25e;
}
.featured-section .bx-controls-direction a, .work-section .bx-controls-direction a {
	position: absolute;
	top: 30%;
	background: no-repeat;
	width: 33px;
	height: 106px;
}
.work-section .bx-controls-direction a {
	top: 20%;
}
.featured-section .bx-controls-direction a.bx-prev, .work-section .bx-controls-direction a.bx-prev {
	left: -108%;
	background-position: -10px 0;
}
.featured-section .bx-controls-direction a.bx-next, .work-section .bx-controls-direction a.bx-next {
	right: -108%;
	background-position: -60px 0;
}
.featured-section .bx-wrapper .bx-prev:hover, .work-section .bx-wrapper .bx-prev:hover {
	left: -109%;
}
.featured-section .bx-wrapper .bx-next:hover, .work-section .bx-wrapper .bx-next:hover {
	right: -109%;
}

.featured-section .featured-content {
	margin-top: 20px;
	position: relative;
	z-index: 1;
}
.featured-section .featured-content p{
	font-size: 18px;
	color: #444;
	line-height: 25px;
	margin-bottom: 0;
	font-weight: 300;
}
.featured-post .featured-icon{
	background: #58b25e none repeat scroll 0 0;
	color: #fff;
	font-size: 60px;
	height: 194px;
	line-height: 200px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	border-bottom: 2px solid #fff;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.featured-post:hover .featured-icon{
	background: #0a5487
}
.featured-post .featured-content .view-more {
	margin-top: 15px
}
.view-more {
	margin-top: 30px;

}

.featured-post h2.featured-title {
	color: #000;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 5px;
	text-transform: inherit;
}
.featured-post h2.featured-title a{
	color: #000;
	font-size: 18px;
	font-weight: 600;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.featured-post h2.featured-title a:hover{
	color: #0a5487;
}
/*================================
SERVICE SECTION LAYOUT TWO
===============================*/
.featured-section.layout1 .featured-icon {
	margin-bottom: 20px;
}
.featured-section.layout1 .featured-icon i {
	text-align: center;
}
.featured-section .featured-header {
	margin-bottom: 65px;
}
.featured-section.layout1 .featured-content-wrap h4{
	font-size: 26px;
	margin-top: 30px;
	line-height: 32px;
	letter-spacing: 0.5px;
	font-weight: 600;
	color: rgb(31, 35, 43);
}
.featured-section.layout1 .featured-content-wrap h4 a{
	color: rgb(31, 35, 43);
}
.featured-section.layout2 .featured-post-wrapper,
.featured-section.layout2 .featured-post-wrapper.featured-icon-show {
    margin-left: -3%;
}
.featured-section.layout2 .featured-post-wrap {
	width: 30%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 3%;
    margin-bottom: 35px;
    border: 1px solid #808080;
}
.featured-section.layout2 .featured-post-wrap:nth-of-type(3n+1) {
	clear: both;
}
.featured-section.layout2 .featured-post-wrap .featured-content-wrap {
    padding: 40px 45px;
    background: #FFF;
}
.featured-section.layout2 .featured-post-wrapper.featured-icon-show .featured-content-wrap {
    padding: 65px 20px 15px;
}
.featured-section.layout2 .featured-post-wrapper .featured-post-wrap,
.featured-section.layout2 .featured-post-wrapper.featured-icon-show .featured-post-wrap {
	position: relative;
	margin-bottom: 0px;
	border: 0px !important;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
}
.featured-section.layout2 .featured-post-wrapper.featured-icon-show .featured-post-wrap .featured-icon {
	position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    transform: translateY(-50%);
}
.featured-section.layout2 .featured-icon i {
	background: #fff;
}
.featured-section.layout2 .featured-content-wrap h4 a{
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
	color: #1f232b;
	letter-spacing: 0.5px;
}
.featured-section.layout2 .featured-content-wrap p {
	color: #808080;
	margin-bottom: 0px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	font-style: normal;
}
/*-------------------------------------------------
CALL TO ACTION SECTION
--------------------------------------------------*/
section.call-to-action {
	background: #58b25e;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 80px;
	margin-top: 120px;
}
section.call-to-action.layout2,
section.call-to-action.layout3 {
	margin-top: 0;
	margin-bottom: 0;
}
section.call-to-action.layout1{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 80px;
	padding-bottom: 60px;
}
section.call-to-action.layout3{
	padding-top: 82px;
	padding-bottom: 65px;
}
.call-to-action h2.roboto-light.main-title{
	width: 100%;
	max-width: 100%;
}
section.call-to-action.layout3 .cta-description {
	width: 80%;
    margin: 20px auto 0;
}
.call-to-action h2.roboto-light.main-title {
	text-align: left;
	margin-bottom: 20px;
	color: #FFF;
}
.page-template-template-about section.call-to-action {
	margin-top: 0px;
}
section.call-to-action .ed-container {
	position: relative;
}
.call-to-action .cta-content {
	display: inline-block;
	width: 55%;
	margin-right: 30px;
	vertical-align: middle;
	font-size: 16px;
	line-height: normal;
	color: #fff;
}
.call-to-action .cta-content h3 {
	color: #333;
	font-size: 3.2vw;
	margin-bottom: 0;
}
.call-to-action .cta-image {
	display: inline-block;
	vertical-align: middle;
	width: 30%;
	text-align: right;
	position: absolute;
	top: -110px;
	right: 0;
}
.call-to-action.layout2 {
	padding: 80px 0 75px;
	margin: 0 0;
}
.call-to-action.layout2 .cta-content {
	width: 100%;
	margin-right: 0;
}
.call-to-action.layout2 .cta-content h2,
.call-to-action.layout2 .cta-description {
	text-align: left;
	width: 42%;
    display: inline-block;
    vertical-align: top;
    margin-right: 0;
    text-transform: uppercase;
    margin: 0px;
    float: left;
}
.call-to-action.layout2 .cta-description {
	width: 58%;
	float: left;
	padding-left: 110px;
	text-transform: none;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}
.call-to-action.layout3 h2.roboto-light.main-title,
.call-to-action.layout3 .cta-content {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	display: block;
}
.call-to-action.layout2 h2.roboto-light.main-title span{
	display: block;
	font-weight: 300 !important;
}
.call-to-action.layout3 .cta-description a {
	text-align: center;
    margin: 20px auto 0;
}
/*------------------------------------------------------
TEAM MEMBER SECTION
------------------------------------------------------*/
.team-member-section {
	padding: 80px 0 30px;
}
.team-members:before, .team-members:after {
	content: "";
	display: table;
	clear: both;
}
.team-member-section h3.main-title {
	text-align: center;
	color: #015389;
}
.team-member-section .team-content {
	font-size: 16px;
	text-align: center;
	width: 55%;
	margin: 0 auto;
	line-height: 25px;
	margin-bottom: 40px;
}

#team.layout2 .team-members .team-member-wrap .team-image img{
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: ease-in-out 0.4s;
    -moz-transition: ease-in-out 0.4s;
    transition:  ease-in-out 0.4s;
}
#team.layout2 .team-members .team-member-wrap:hover .team-image img{
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    cursor: pointer;
}

/*====================================
CTA
=====================================*/

.call-to-action a.cta-button {
	position: relative;
	margin-top: 15px;
	color: #fff;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 40px;
	padding-right: 25px;
	cursor: pointer;
	box-shadow: inset 0 0 0 0 #015389;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
	border: solid 1px #fff;
}
.call-to-action a.cta-button:before {
	content: "\f178";
	color: #FFF;
	position: absolute;
	font-family: fontawesome;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	margin-left: 15px;
}
.call-to-action a.cta-button:hover{
    box-shadow: inset 200px 0 0 0 #015389;
	color: #fff;
	padding-left: 55px;
	padding-right: 30px;
	border-color: #015389;
}
.call-to-action a.cta-button:hover:before{
	color: #fff;
	transform: translateY(-50%);
	margin-left: 35px;
	padding-right: 35px;
}

/*--------------------------- END OF EXPERTS HOVER EFFECTS --------------------------*/
/*============================
layout2-team
==============================*/
#team-page.inner-pages-wrapper.layout2{
	padding: 90px 0px 0px;
}
.team-member-section.layout2 {
	padding-bottom: 0;
}
.team-member-section .team-header {
	margin-bottom: 65px;
	text-align: center;
}
.team-member-section .team-description {
	width: 60%;
	margin: 0 auto;
	color: #888A8B;
}
#team-page.inner-pages-wrapper.layout2 .team-members .team-member-wrap .team-details,
.team-member-section.layout2 .team-members .team-details {
	position: relative;
    width: 100%;
    z-index: 1;
}
.team-member-section.layout2 .team-member-wrap {
	padding: 0;
    margin-right: 0;
    width: 25%;
    float: left;
}
#team-page.inner-pages-wrapper.layout2 .team-members .team-mem-inn-wrap{
	width: 33.33%;
	float: left;
	margin: 0;
}
#team-page.inner-pages-wrapper.layout2 .team-members .team-mem-inn-wrap:nth-of-type(3n+1){
	padding-right: 40px;
}
#team-page.inner-pages-wrapper.layout2 .team-members .team-mem-inn-wrap:nth-of-type(3n+2){
	padding-right: 20px;
	padding-left: 20px;
}
#team-page.inner-pages-wrapper.layout2 .team-members .team-mem-inn-wrap:nth-of-type(3n+3){
	padding-left: 40px;
}
#team-page.inner-pages-wrapper.layout2 .team-members .team-mem-inn-wrap .team-member-wrap{	
	text-align: center;
}
#team-page.inner-pages-wrapper.layout2 .team-members .team-mem-inn-wrap .team-member-wrap .team-details{
	padding: 20px 20px 30px;
}
#team-page.inner-pages-wrapper.layout2 .team-members .team-member-wrap {
	margin-bottom: 60px;
}
#team-page.inner-pages-wrapper.layout2 .team-members .team-member-wrap:before,
.team-member-section.layout2 .team-member-wrap:before {
	border: none;
}
#team-page.inner-pages-wrapper.layout2 .team-members .team-member-wrap:after,
.team-member-section.layout2 .team-member-wrap:after {
	content: "";
	position: absolute;
	background: none;
	width: 100%;
}
#team-page.inner-pages-wrapper.layout2 .team-members .team-member-wrap h4,
.team-member-section.layout2 .team-member-wrap h4,
.team-member-section.layout2 .team-designation {
	width: 100%;
	margin-bottom: 0;
	text-align: center;
	margin-bottom: 5px;
    line-height: 1;
}

#team-page.inner-pages-wrapper.layout2 .team-members .team-member-wrap .team-designation{
	width: 100%;
	margin-bottom: 0;
	text-align: center;
	margin-bottom: 5px;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #58B25E;
}
#team-page.inner-pages-wrapper.layout2 .team-members .team-member-wrap .team-excerpt{
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
}
#team-page.inner-pages-wrapper.layout2 .team-members .team-member-wrap .team-name,
.team-member-section.layout2 .team-member-wrap .team-name {
	padding: 15px;
    z-index: 1;
    background: #FFF;
}
.team-member-section.layout2 .team-member-wrap h4.team-post-title {
	margin-bottom: 10px;
	font-size: 20px;
	font-style: normal;
	font-weight: 300;
	text-transform: uppercase;
}
#team-page.inner-pages-wrapper.layout2 .team-members .team-member-wrap h4.team-post-title{
	margin-bottom: 10px;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	text-transform: uppercase;
}
#team-page.inner-pages-wrapper.layout2 .team-members .team-member-wrap h4.team-post-title a:hover{
	color: #58B25E;
}

.team-member-section.layout2 .team-member-wrap:hover h4.team-post-title {
	color: #000;
}
.team-member-section.layout2 .team-designation {
	font-size: 14px;
	font-style: normal;
}
.team-member-section.layout2 .team-member-wrap .team-social {
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    z-index: -1;
    padding: 23px 0;
    color: #fff;
    background: rgba(88, 178, 94, 0.8);
    height: 75px;
}
.team-member-section.layout2 .team-member-wrap:hover .team-social {
	visibility: visible;
	opacity: 1;
	transform: translateY(-100%);
}
.team-member-section.layout2 .team-member-wrap .team-social a {
	font-size: 13px;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    height: 28px;
    width: 28px;
    text-align: center;
    vertical-align: middle;
}
.team-member-section.layout2 .team-members .team-member-wrap .team-social a:hover{
	background: #0a5487;
	border-color: #0a5487;
}
.team-member-section.layout2 .team-member-wrap .team-social a i:hover {
	border: none;
	cursor: pointer;
	z-index: 1;
}
.team-member-section .team-member-wrap .team-social a.team-facebook{
	padding: 3px 7px 0px 8px;
}
.team-member-section .team-member-wrap .team-social a.team-twitter{
	padding: 3px 5px 0px 4px;
}
.team-member-section .team-member-wrap .team-social a.team-linkedin{
	padding: 3px 5px 0px 5px;
}
.team-member-section .team-member-wrap .team-social a.team-instagram{
	padding: 3px 5px 0px 5px;
}
.team-member-section .team-member-wrap .team-social a.team-googleplus{
	padding: 3px 5px 0px 4px;
}
#team-page.inner-pages-wrapper.layout2 .team-members .team-member-wrap .team-social a{
	padding: 0 10px;
	color: #bebebe;
}
#team-page.inner-pages-wrapper.layout2 .team-members .team-member-wrap .team-social a:hover{
	color: #58B25E;
}
.single-team .ed-container .content-area{
	padding: 90px 0px;
}
.team-single-description{
	display: flex;
	width: 100%;
	margin-bottom: 60px;
}
.right-sidebar .single-team #primary{
	width: 100%;
}
.right-sidebar .single-team #primary .sing-team-img-wrap{
	width: 40%;
	float: left;
	margin: 0;
}
.team-single-content{
	width: 60%;
	float: left;
	margin: 0;
	padding-left: 50px;
	padding-right: 30px;
}
.team-single-content h4.single-team-title{
	font-weight: 600;
	color: #444;
}
.team-single-content .team-designation{
	font-weight: 400;
	color: #777;
	margin-bottom: 10px;
}
.team-single-content blockquote p{
	font-size: 14px;
}
.single-team-desig-wrap{
	text-align: center;
	padding: 10px 0 20px;
}
.single-team-desig-wrap h4.single-team-title{
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 0;
}
.single-team-desig-wrap .team-designation{
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: #58B25E;
}
.single-team-desig-wrap .team-social{
	padding: 20px 0;
}
.single-team-desig-wrap .team-social a{
	color: #999;
	border: solid 1px #999;
	width: 35px;
	height: 35px;
	line-height: 37px;
	text-align: center;
}
.single-team-desig-wrap .team-social a:hover{
	border-color: #58B25E;
	background: #58B25E;
	color: #FFF;
}

.team-single-content ul{
	list-style: none;
}
.team-single-content ul li{
	position: relative;
	padding-left: 10px;
}
.team-single-content ul li:before{
	content: "\f00c";
	font-family: FontAwesome;
	position: absolute;
	left: -20px;
	top: 0px;
	color: #58B25E;
}
/*Team Section 1*/
.team-member-section.layout1 .team-members{
	display: block;
	width: 100%;
	position: relative;
}
.team-member-section.layout1 .team-members .team-member-wrap{
	width: 33.33%;
	float: left;
	margin: 0;
	padding: 0 10px 50px;
}
.team-member-section.layout1 .team-members .team-member-wrap:nth-child(4n+4),
.team-member-section.layout1 .team-members .team-member-wrap:first-child{
	padding-left: 0;
	padding-right: 20px;
}
.team-member-section.layout1 .team-members .team-member-wrap:nth-child(3n+3){
	padding-right: 0;
	padding-left: 20px;
}
.team-member-section.layout1 .team-members .team-member-wrap .team-image{
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
}
.team-member-section.layout1 .team-members .team-member-wrap .team-image:after{
	visibility: hidden;
	opacity: 0;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all ease-in 0.3s;
	   -moz-transition: all ease-in 0.3s;
	    -ms-transition: all ease-in 0.3s;
	     -o-transition: all ease-in 0.3s;
	        transition: all ease-in 0.3s;
	z-index: 0;
}
.team-member-section.layout1 .team-members .team-member-wrap:hover .team-image:after{
	visibility: visible;
	opacity: 1;
	cursor: default;
}
.team-member-section.layout1 .team-members .team-member-wrap .team-image .team-social{
	position: absolute;
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	width: 100%;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(20%);
	   -moz-transform: translateY(20%);
	        transform: translateY(20%);
	text-align: center;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: ease-in-out 0.3s;
	   -moz-transition: ease-in-out 0.3s;
	    -ms-transition: ease-in-out 0.3s;
	     -o-transition: ease-in-out 0.3s;
	        transition: ease-in-out 0.3s;
	z-index: 9;
}
.team-member-section.layout1 .team-members .team-member-wrap:hover .team-image .team-social{
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.team-member-section.layout1 .team-members .team-member-wrap .team-image .team-social a{
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	margin-left: 5px;
	border: 1px solid #FFF;
	color: #FFF;
	background: transparent;
}
.team-member-section.layout1 .team-members .team-member-wrap .team-image .team-social a:first-child{
	margin-left: 0;
}
.team-member-section.layout1 .team-members .team-member-wrap .team-image .team-social a:hover{
	background: #FFF;
	color: #58B25E;
}
.team-member-section.layout1 .team-members .team-member-wrap .team-title-wrap{
	text-align: center;
}
.team-member-section.layout1 .team-members .team-member-wrap .team-title-wrap h4{
	margin-bottom: 0px;
	margin-top: 30px;
}
.team-member-section.layout1 .team-members .team-member-wrap .team-title-wrap h4 a{
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.team-member-section.layout1 .team-members .team-member-wrap .team-designation{
	font-size: 16px;
	font-weight: 300;
}
/*-----------------------------------------------------------
PRICING TABLE SECTION
-----------------------------------------------------------*/
section.pricing-table .pricing-header {
	margin-bottom: 80px;
	text-align: center;
}
section.pricing-table .pricing-header .pricing-description {
	width: 60%;
	margin: 0 auto;
	color: #888A8B;
}
section.pricing-table {
	position: relative;
	background-size: cover;
	padding: 80px 0 90px 0; 
}
.pricing-table .ed-container {
	position: relative;
	z-index: 1;
}
.pricing-table h2.main-title {
	text-align: center;
	color: #555;
}
.pricing-table aside.widget_hamza_pro_pricing {
	display: inline-block;
	width: 25%;
	margin: 0px;
	float: left;
	margin-bottom: 0;
}
.pricing-table aside.widget_hamza_pro_pricing:last-child {
	margin-right: 0;
	border-left: 1px solid rgba(0, 0, 0, 0.05);
}
.pricing-table .hamza_pro-pricing-table {
	position: relative;
	text-align: center;
	color: #787d84;
}
.pricing-table .hamza_pro-pricing-table.featured-pricing{
	background: #58b25e;
}
.pricing-table .hamza_pro-pricing-table.featured-pricing .hamza_pro-pricing-head{
	border-bottom: solid 1px rgba(255,255,255,0.4);
	padding: 40px 0px;
	margin-top: -20px;
}

.pricing-table .hamza_pro-pricing-table .hamza_pro-pricing-head {
	letter-spacing: 1px;
	margin-bottom: 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
	padding: 30px 0;
	line-height: 0px;
}
.pricing-table .hamza_pro-pricing-table .hamza_pro-pricing-head h2.hamza_pro-pricing-plan{
	font-size: 20px;
	text-transform: uppercase;
	color: #000;
	line-height: 15px;
	margin: 0px;
}
.pricing-table .hamza_pro-pricing-table .hamza_pro-price{
	position: relative;
	padding: 5px 0px;
}
.pricing-table .hamza_pro-pricing-table .hamza_pro-price:after{
	content: "";
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80px;
	height: 2px;
	background: #000;
}
.pricing-table .hamza_pro-pricing-table.featured-pricing .hamza_pro-price:after{
	content: "";
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80px;
	height: 2px;
	background: rgba(255,255,255,0.5);
}
.pricing-table .hamza_pro-pricing-table .hamza_pro-pricing-features{
	padding: 30px 0px 90px;
}
.pricing-table .hamza_pro-pricing-table.featured-pricing h2.hamza_pro-pricing-plan {
	font-size: 23px;
	color: #fff;
}
.pricing-table .hamza_pro-pricing-table.featured-pricing .featured-text{
	padding-top: 20px;
}
.pricing-table .hamza_pro-pricing-table .hamza_pro-pricing-plan-sub-text {
	font-size: 21px;
}
.pricing-table .hamza_pro-pricing-table.featured-pricing .hamza_pro-pricing-plan-sub-text {
	font-size: 24px;
	color: #fff;
}
.pricing-table .hamza_pro-pricing-table .hamza_pro-price {
	font-size: 64px;
	margin: 10px 0;
	font-weight: 300;
	color: #000;
	position: relative;
	padding-left: 30px;
}
.pricing-table .hamza_pro-pricing-table .hamza_pro-price .hamza_pro-per{
	color: #999;
	font-size: 16px;
	font-weight: 300;
	vertical-align: baseline;
	letter-spacing: 0;
	text-transform: lowercase;
}
.pricing-table .hamza_pro-pricing-table.featured-pricing .hamza_pro-price .hamza_pro-per{
	color: rgba(255,255,255,0.8);
}
.pricing-table .hamza_pro-pricing-table.featured-pricing .hamza_pro-price {
	font-size: 64px;
	color: rgba(255,255,255,1);
}
.pricing-table .hamza_pro-pricing-table .hamza_pro-price span.pricing-currency{
	font-size: 22px;
	position: absolute;
	top: auto;
	left: auto;
	margin-top: 24px;
	margin-left: -15px;
	font-weight: 300;
}
.pricing-table ul.hamza_pro-pricing-features-inner {
	list-style: none;
	margin: 0 0 25px 0;
	padding: 0;
}
.pricing-table .hamza_pro-pricing-table ul.hamza_pro-pricing-features-inner li {
	font-size: 16px;
	line-height: 35px;
	font-weight: 300;
}
.pricing-table .hamza_pro-pricing-table.featured-pricing ul.hamza_pro-pricing-features-inner li {
	font-size: 16px;
	color: rgba(255,255,255,0.9);
}
.pricing-table .hamza_pro-pricing-readmore a.bttn:before{
	content: "\f178";
	position: absolute;
	font-family: fontawesome;
	left: 0;
	top: 50%;
	transform: translateY(-50%) translateX(100%);
	font-size: 16px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.pricing-table .hamza_pro-pricing-table.featured-pricing .hamza_pro-pricing-readmore a.bttn:before{
	color: #FFF;
}
.pricing-table .hamza_pro-pricing-readmore a.bttn {
	border: solid 1px #58b25e;
	border-radius: 0px;
	position: absolute;
	margin: 5px auto;
	color: #58b25e;
	padding-top: 8px;
	padding-bottom: 6px;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
	left: 0;
	right: 0;
	max-width: 175px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	bottom: 0;
	margin-bottom: 40px;
	overflow: hidden;
	text-align: center;
	padding-right: 0;
}
.pricing-table .featured-pricing .hamza_pro-pricing-readmore a.bttn {
	border-color: #FFF;
	position: absolute;
	margin: 5px auto;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 6px;
	padding-right: 0px;
	display: inline-block;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
	left: 0;
	right: 0;
	max-width: 175px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	bottom: 0;
	margin-bottom: 40px;
	overflow: hidden;
}
.pricing-table .hamza_pro-pricing-readmore a.bttn:hover {
	box-shadow: inset 300px 0 0 0 #58b25e;
	color: #fff;
	padding-left: 25px;
	padding-right: 25px;
}
.pricing-table .featured-pricing .hamza_pro-pricing-readmore a.bttn:hover{
	box-shadow: inset 300px 0 0 0 #FFF;
	color: #58b25e;
}
.pricing-table .hamza_pro-pricing-readmore a.bttn:hover:before{
	left: 105%;
}
.pricing-table .featured-pricing .featured-text {
	color: #f1f1f1;
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	font-weight: 300;
}
.sidebar .widget.widget_hamza_pro_pricing {
	text-align: center;
	color: #fff;
}
.sidebar .widget.widget_hamza_pro_pricing  .hamza_pro-pricing-table{
	border: 1px solid rgba(0, 0, 0, 0.05);
}
.sidebar .widget.widget_hamza_pro_pricing .hamza_pro-pricing-head{
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 30px 0px;	
}
.sidebar .widget.widget_hamza_pro_pricing .hamza_pro-pricing-plan {
	font-size: 20px;
	text-transform: uppercase;
    font-weight: 300;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.sidebar .widget.widget_hamza_pro_pricing .hamza_pro-pricing-plan-sub-text {
	font-size: 15px;
	color: #000;
	background: #eee;
	padding: 15px 5px;
}
.sidebar .widget.widget_hamza_pro_pricing .hamza_pro-price {
	font-size: 64px;
    line-height: 1;
    padding: 30px 15px;
    color: #000;
    position: relative;
}
.sidebar .widget.widget_hamza_pro_pricing .hamza_pro-price span.pricing-currency{
	font-size: 22px;
	position: absolute;
	top: auto;
	left: auto;
	margin-top: 7px;
	margin-left: -18px;
	font-weight: 300;
}
.sidebar .widget.widget_hamza_pro_pricing .hamza_pro-price span.hamza_pro-per{
	color: #999;
	font-size: 16px;
	font-weight: 300;
	vertical-align: baseline;
	letter-spacing: 0;
	text-transform: lowercase;
}
.sidebar .widget.widget_hamza_pro_pricing .hamza_pro-price:after{
	content: "";
	position: absolute;
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 80px;
	height: 2px;
	background: #000;
}
.sidebar .widget.widget_hamza_pro_pricing .hamza_pro-per {
	display: inline-block;
    line-height: 1;
}
.sidebar .widget.widget_hamza_pro_pricing .hamza_pro-pricing-features{
	padding: 40px 0px;
}
.sidebar .widget.widget_hamza_pro_pricing li {
	padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
    margin-bottom: 0;
    border-bottom: none;
}

.sidebar .widget.widget_hamza_pro_pricing li:before {
	display: none;
}
.sidebar .widget.widget_hamza_pro_pricing .hamza_pro-pricing-readmore {
	    margin-top: 0px;
}
.sidebar .widget.widget_hamza_pro_pricing .hamza_pro-pricing-readmore a.bttn{
	border: solid 1px #58b25e;
	border-radius: 0px;
	position: relative;
	margin: 5px auto;
	margin-bottom: 5px;
	color: #58b25e;
	padding-top: 10px;
	padding-bottom: 8px;
	display: inline-block;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: inset 0 0 0 0 #58b25e;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
	left: 0;
	right: 0;
	min-width: 160px;
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	bottom: 0;
	margin-bottom: 40px;
	overflow: hidden;
	text-align: center;
	padding-right: 0;
}
.sidebar .widget.widget_hamza_pro_pricing .hamza_pro-pricing-readmore a.bttn:before{
	content: "\f178";
	position: absolute;
	font-family: fontawesome;
	left: 0;
	top: 50%;
	transform: translateY(-50%) translateX(100%);
	font-size: 16px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
	    transition-delay: 0s;
	-moz-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.sidebar .widget.widget_hamza_pro_pricing .hamza_pro-pricing-readmore a.bttn:hover{
	box-shadow: inset 300px 0 0 0 #58b25e;
	color: #fff;
	padding-left: 25px;
	padding-right: 25px;
}
.sidebar .widget.widget_hamza_pro_pricing .hamza_pro-pricing-readmore a.bttn:hover:before{
	left: 105%;
}
.sidebar .widget.widget_hamza_pro_pricing .featured-pricing .hamza_pro-pricing-head{
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
.sidebar .widget.widget_hamza_pro_pricing .featured-pricing{
	background: #58B25E;
	color: #FFF;
}
.sidebar .widget.widget_hamza_pro_pricing .featured-pricing .hamza_pro-pricing-plan{
	font-size: 23px;
	color: #FFF;
}
.sidebar .widget.widget_hamza_pro_pricing .featured-pricing .featured-text{
	color: #f1f1f1;
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	font-weight: 300;
}
.sidebar .widget.widget_hamza_pro_pricing .featured-pricing .hamza_pro-price{
	color: #FFF;
}
.sidebar .widget.widget_hamza_pro_pricing .featured-pricing .hamza_pro-price span.hamza_pro-per{
	color: rgba(255,255,255,.8);
}
.sidebar .widget.widget_hamza_pro_pricing .featured-pricing .hamza_pro-price::after{
	background: rgba(255,255,255,0.5);
}
.sidebar .widget.widget_hamza_pro_pricing .featured-pricing li{
	color: #FFF;
}
.sidebar .widget.widget_hamza_pro_pricing .featured-pricing .hamza_pro-pricing-readmore a.bttn{
	border: solid 1px #fff;
	color: #FFF;
	box-shadow: inset 0 0 0 0 #fff;
}
.sidebar .widget.widget_hamza_pro_pricing .featured-pricing .hamza_pro-pricing-readmore a.bttn:hover{
	box-shadow: inset 300px 0 0 0 #fff;
	color: #58b25e;
}
/*-----------------------------------------------------------
PRICING TABLE SECTION
-----------------------------------------------------------*/
/*-----------------------------------------------------------
CALL-TEXT-SECTION
-----------------------------------------------------------*/
.call-text-section {
    background: #58b25e;
    background-size: cover;
    padding: 80px 0;
}
.call-text-section .cta-text-content,
.call-text-section .cta-text-button {
	width: 75%;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
    font-weight: 700;
    float: left;
    margin: 0px;
    padding-right: 100px;
    white-space: 
}
.call-text-section .cta-text-button{
	padding-right: 0px;
}
.call-text-section .cta-text-content{
	font-size: 18px;
}
.call-text-section .cta-text-content h2.roboto-light.main-title {
	max-width: 100%;
	width: 100%;
	margin-bottom: 15px;
    line-height: 1;
    font-size: 26px;
	color: #FFF;
    text-align: left;
}
.call-text-section .cta-text-content .cta-text-description{
	font-weight: 300;
}
.call-text-section .cta-text-button {
	width: 25%;
	text-transform: uppercase;
	float: left;
	margin: 0px;
}
.call-text-section .cta-text-button a {
	background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    font-size: 14px;
    padding: 14px 30px 12px;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
    position: relative;
    float: right;
}
.call-text-section .cta-text-button i {
    padding-right: 10px;
}

.call-text-section .cta-text-button a:hover {
	background: transparent;
	border: 1px solid rgba(255,255,255,1);
}
.call-text-section .cta-text-button a:hover i:after{
	background: rgba(255,255,255,0.2);
}
/*-----------------------------------------------------------
CLIENT SECTION
-----------------------------------------------------------*/
.client-section {
	padding: 55px 0 40px;
	background-color: #fff;
}
.client-section .client-header {
	margin-bottom: 40px;
}
.client-description {
	text-align: center;
	width: 60%;
	margin: 0 auto;
	color: #888A8B;
}
.client-section.layout1 .client-post-wrap {
	text-align: center;
}
.client-post-wrap figure a:hover{
	cursor: grab;
}
.client-section.layout1 .client-thumbnail {
	width: 18%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    margin: 0 7px 15px;
    text-align: center;
}
.client-section.layout2 {
	padding: 65px 0 55px;
}
.client-thumbnail.clearfix{
	padding: 30px;
}
/*pagination*/
.client-section.layout2 .bx-wrapper .bx-pager {
	bottom: -45px;
    left: 0;
    position: absolute;
    right: 0;
}
.client-section.layout2 .bx-wrapper .bx-pager .bx-pager-item a.bx-pager-link {
	border-radius: 100%;
    margin: 0 4px;
    background: #eee;
    border: 1px solid #ccc;
}
.client-section.layout2 .bx-wrapper .bx-pager .bx-pager-item a.bx-pager-link.active {
	background: #58b25e;
    border: 1px solid #58b25e;
}
/*slider*/
.client-section.layout2 .bx-controls-direction a.bx-prev,
.client-section.layout2 .bx-controls-direction a.bx-next {
    background: rgba(0,0,0,0.5) !important;
    width: 30px;
    height: 30px;
    text-indent: -73px;
    color: #fff;
    overflow: hidden;
    transition: all ease-in-out 0.3s;
    -webkit- transition: all ease-in-out 0.3s;
    -moz- transition: all ease-in-out 0.3s;
    opacity: 0;
    visibility: hidden;
    right: 100%;
    border-radius: 100%;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    transition: all ease-in-out 0.3s;
    top: 25%;
}
.client-section.layout2 .bx-controls-direction a.bx-next {
	left: 102%;
}

.client-section.layout2 .bx-controls-direction a.bx-prev:before,
.client-section.layout2 .bx-controls-direction a.bx-next:before {
	content: "\f104";
    position: absolute;
    font-family: fontawesome;
    font-size: 25px;
    text-indent: 0;
    text-align: center;
    left: -2px;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
}
.client-section.layout2 .bx-controls-direction a.bx-next:before {
	content: "\f105";
	left: 2px;
}
.client-section.layout2 .bx-wrapper .bx-controls-direction a.bx-prev{
	left: -60px;
}
.client-section.layout2:hover .bx-controls-direction a.bx-prev,
.client-section.layout2:hover .bx-controls-direction a.bx-next {
	opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    animation-name: control-pulse;
    -webkit-animation-name: control-pulse;
    -moz-animation-name: control-pulse;
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    background: #333;
    color: #fff;
    border-radius: 100%;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all ease-in-out 0.3s;
}



/*-----------------------------------------------
WORK SECTION
-----------------------------------------------*/
.work-section, .list-of-portfolio {
	text-align: center;
	color: #888A8B;
}
.portfolio-description {
	width: 60%;
	margin: 0 auto;
}
.work-section {
	padding-bottom: 45px;
	padding-top: 80px;
	position: relative;
}
.work-section.layout3{
	padding-bottom: 0;
}
.list-of-portfolio {
	padding-top: 80px
	padding-bottom: 70px;
}
.work-section-bg .ed-container {
	position: relative;
	z-index: 1;
}
.border-bottom{
	border-bottom: 1px solid #dad9d9;
	margin-bottom: 58px;
}
.work-section h3.work-img-title{
	font-size: 18px;
	text-transform: capitalize;
	margin-bottom: 0;
}
.work-section p{
	color: #3a3a3a;
	font-size: 18px;
	line-height: 24px;
	width: 70%;
	margin: 0 auto 30px auto;
}
.no-margin{
	margin-right: 0 !important;
}
.work-pc {
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
}
.work-pc:hover .work-detail-img {
	visibility: visible;
	opacity: 1;
	filter: Alpha(opacity=100); /* IE8 and earlier */
	animation-name: blast;
	-webkit-animation-name: blast;
	animation-duration: 0.75s;
	-webkit-animation-duration: 0.75s;
}
.work-detail-img {
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	vertical-align: middle;
	z-index: 999;
	opacity: 0;
	filter: Alpha(opacity=0);
	visibility: hidden;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.work-detail-img .fa {
	background: #464c52 none repeat scroll 0 0;
	color: tan;
	font-size: 25px;
	padding: 10px 15px;
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
}
.work-detail-img .fa:hover {
	border-radius: 100%;
}
.work-img-title{
	color: #666262;
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
	overflow: hidden;
	padding: 0 15px;
	text-align: center;
	text-overflow: ellipsis;
	text-transform: capitalize;
	white-space: nowrap;
}

@keyframes blast{
	0%{
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}
	50%{
		transform: scale(1.2);
		-webkit-transform: scale(1.2);	
	}
	100%{
		transform: scale(1);
		-webkit-transform: scale(1);	
	}

}
@-webkit-keyframes blast{
	0%{
		transform: scale(0.5);
		-webkit-transform: scale(0.5);
	}
	50%{
		transform: scale(1.2);
		-webkit-transform: scale(1.2);	
	}
	100%{
		transform: scale(1);
		-webkit-transform: scale(1);	
	}
}

.scroll-pane {
	overflow: auto;
	width: 100%;
	float: left;
}
.scroll-pane .scroll-content {
	display: table !important;
	float: left;
	margin-bottom: 60px;
}
.scroll-pane .scroll-content-item {
	display: table-cell;
	margin: 0;
	position: relative;
}
.scroll-pane .scroll-content-item > figure {
	display: block;
	position: relative;
	z-index: 2;
}
.scroll-pane .scroll-content-item img {
	width: auto;
	max-width: none;
	height: 350px;
	vertical-align: middle;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.scroll-pane .scroll-content-item .work-img-title {
	position: absolute;
	left: 0;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	z-index: 3;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.85);
	margin: 0;
	text-align: left;
	opacity: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.scroll-pane .scroll-content-item:hover .work-img-title {
	opacity: 1;
}
.scroll-pane .scroll-content-item .work-img-title a {
	position: absolute;
	bottom: 10px;
	left: 20px;
	opacity: 0;
	visibility: hidden;
}
.scroll-pane .scroll-content-item:hover .work-img-title a {
	bottom: 30px;
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
}
.scroll-pane .scroll-content-item:hover .work-img-title a:before{
	content: "";
	height: 12px;
	width: 12px;
	border: solid 2px #58B25E;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	position: absolute;
	top: -30px;
	left: 0;
	color: #58B25E;
}
.scroll-pane .scroll-content-item .work-img-title a:hover {
	color: #58b25e;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
}
.scroll-pane .scroll-bar-wrap {
	clear: left;
	margin: 50px auto;
}
.scroll-pane .scroll-bar-wrap .scroll-bar {
	margin: 0 auto;
	max-width: 400px;
}
.scroll-pane .scroll-bar-wrap .scroll-bar .ui-handle-helper-parent {
	width: 100% !important;
	height: 4px;
	background: #555;
	position: relative;
	margin: 0 auto;
	-moz-border-radius: 14px;
	-webkit-border-radius: 14px;
	border-radius: 14px;
}
.scroll-pane .scroll-bar-wrap .scroll-bar .ui-slider-handle {
	height: 12px;
	width: 40px !important;
	margin: -4px 0 -4px -20px !important;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 20px;
	display: block;
	position: relative;
	cursor: pointer;
	background: #58b25e;
	top: -4px;
	border: 1px solid #6bab52;
}
.scroll-pane .scroll-bar-wrap .scroll-bar .ui-slider-handle:hover,
.scroll-pane .scroll-bar-wrap .scroll-bar .ui-slider-handle:active {
	background: #036cb1;
	border-color: #015389;
}
/*==================================
PORTFOLIO SECTION LAYOUT ONE
==================================*/
.work-section.layout1 .portfolio-post {
	float: left;
	width: 25%;
	position: relative;
	padding: 1px;
}
.work-section.layout1 h3.work-img-title {
	position: absolute;
	top: 1px;
	left: 1px;
	right: 1px;
	bottom: 1px;
	background: rgba(0,0,0,0.55);
	margin: 0;
	padding: 15px;
	font-size: 16px;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.work-section.layout1 .portfolio-post:hover h3.work-img-title {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.work-section.layout1 h3.work-img-title a {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	display: block;
	color: #fff;
	text-transform: uppercase;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.work-section.layout1 .portfolio-post:hover h3.work-img-title a {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	animation-name: text-rubberband;
	-webkit-animation-name: text-rubberband;
	-moz-animation-name: text-rubberband;
	animation-duration: 0.5s;
	-webkit-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-timing-function: ease-in;
	-webkit-animation-timing-function: ease-in;
	-moz-animation-timing-function: ease-in;
	animation-delay: 0.3s;
	-webkit-animation-delay: 0.3s;
	-moz-animation-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
}
@-webkit-keyframes text-rubberband {
	0% {
		transform: scale(1) translateY(-50%);
		-webkit-transform: scale(1) translateY(-50%);
		-moz-transform: scale(1) translateY(-50%);
	}
	25% {
		transform: scale(1.4) translateY(-50%);
		-webkit-transform: scale(1.4) translateY(-50%);
		-moz-transform: scale(1.4) translateY(-50%);
	}
	50% {
		transform: scale(0.8) translateY(-50%);
		-webkit-transform: scale(0.8) translateY(-50%);
		-moz-transform: scale(0.8) translateY(-50%);
	}
	75% {
		transform: scale(1.2) translateY(-50%);
		-webkit-transform: scale(1.2) translateY(-50%);
		-moz-transform: scale(1.2) translateY(-50%);
	}
	100% {
		transform: scale(1) translateY(-50%);
		-webkit-transform: scale(1) translateY(-50%);
		-moz-transform: scale(1) translateY(-50%);
	}
}
@keyframes text-rubberband {
	0% {
		transform: scale(1) translateY(-50%);
		-webkit-transform: scale(1) translateY(-50%);
		-moz-transform: scale(1) translateY(-50%);
	}
	25% {
		transform: scale(1.4) translateY(-50%);
		-webkit-transform: scale(1.4) translateY(-50%);
		-moz-transform: scale(1.4) translateY(-50%);
	}
	50% {
		transform: scale(0.8) translateY(-50%);
		-webkit-transform: scale(0.8) translateY(-50%);
		-moz-transform: scale(0.8) translateY(-50%);
	}
	75% {
		transform: scale(1.2) translateY(-50%);
		-webkit-transform: scale(1.2) translateY(-50%);
		-moz-transform: scale(1.2) translateY(-50%);
	}
	100% {
		transform: scale(1) translateY(-50%);
		-webkit-transform: scale(1) translateY(-50%);
		-moz-transform: scale(1) translateY(-50%);
	}
}

/*==================================
WORK SECTION LAYOUT THREE
==================================*/
.blog-section .blog-header,
.work-section .portfolio-header {
	margin-bottom: 65px;
}
.work-section.layout3 .portfolio-post-wrap:before, 
.work-section.layout3 .portfolio-post-wrap:after {
	content: "";
	display: table;
}
.work-section.layout3 .portfolio-post-wrap:after {
	clear: both;
}
.work-section.layout3 .portfolio-item {
	float: left;
	width: 25%;
	position: relative;
}
.work-section.layout3 .portfolio-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(1, 83, 137, 0.9);
	padding: 15px;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.work-section.layout3 .portfolio-item:hover .portfolio-content {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.work-section.layout3 h3.work-img-title {
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	right: 0;
	color: #fff;
	top: 50%;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.work-section.layout3 .portfolio-item:hover h3.work-img-title {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
}
.work-section.layout3 .portfolio-item h3.work-img-title a:hover{
	color: #58b25e;
}
ul.button-portfolio {
	margin-bottom: 30px;
	margin-left: 0;
	list-style: none;
}
.button-portfolio li.button {
	background: none;
	margin-right: 5px;
	border-radius: 0px;
	padding: 12px 25px 8px;
	line-height: 1.5;
	text-transform: uppercase;
	font-size: 13px;
	text-shadow: none;
	font-weight: 600;
	border: 1px solid #ECECEC;
	box-shadow: 0 5px 15px rgba(0,0,0,0.051);
	margin-bottom: 5px;
	transition: all ease 0.3s;
}
.button-portfolio li.button.is-checked, 
.button-portfolio li.button:hover {
	border: 1px solid #015389;
	background: #f7f7f7;
	box-shadow: none;
	color: #015389;
}
section#portfolio{
	overflow: visible;
}
/*==================================
BLOG SECTION
===================================*/
.blog-section .blog-description {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	color: #888A8B;
}
.blog-section .blog-post-single {
	float: left;
	width: 30.33%;
	margin-left: 3%;
	margin-bottom: 40px;
	background: #FFF;
}
.blog-section .blog-post-single:nth-of-type(3n+1) {
	clear:left;
}
.blog-section .blog-post-wrapper {
	margin-left: -3%;
}
.blog-section figure.blog-thumbnail {
	margin-bottom: 20px;
}
.blog-section h4.blog-title {
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 10px;
}
.blog-section h4.blog-title a{
	color: #000;
	font-weight: 600;
}
.blog-section a:hover {
	color: #58b25e;
}
.date-byline-wrap {
	margin-bottom: 20px;
}
.date-byline-wrap > div {
	display: inline-block;
	margin-right: 5px;
	font-size: 12px;
	font-weight: 300;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.date-byline-wrap > div.by-line a{
	text-decoration: underline;
	letter-spacing: 1px;
}
.blog-section a.view-more{
	margin-top: 15px;
	font-size: 12px;
	font-weight: 600;
	color: #777;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.blog-section a.view-more:hover {
	color: #015389;
}
.blog-post-single .blog-detail{
	padding: 0px 25px 20px;
}

/*=============================
BLOG SECTION LAYOUT ONE and TWO
=============================*/
.blog-section.layout1 figure.blog-thumbnail,
.blog-section.layout2 figure.blog-thumbnail {
	position: relative;
}
.blog-section.layout2 .blog-post-single .blog-detail{
	padding: 0px 25px 25px;
}
.blog-section.layout2 h4.blog-title {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
    margin-top: 15px;
}
.blog-section.layout2 .date-byline-wrap{
	margin-bottom: 5px;
}
.blog-section.layout1 .blog-cat-comment,
.blog-section.layout2 .blog-cat-comment {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 35px;
}
.blog-section.layout1 .blog-post-single .blog-cat,
.blog-section.layout2 .blog-post-single .blog-cat {
	font-size: 12px;
	color: #fff;
	padding: 6px 15px;
	margin-left: 0;
	display: inline-block;
	line-height: 24px;
	float: left;
	max-width: 85%;
	background: #58b25e;
	text-transform: uppercase;
	font-weight: 600;
	height: 35px;
	overflow: hidden;
}
.blog-section.layout1 .blog-post-single .blog-cat a,
.blog-section.layout2 .blog-post-single .blog-cat a {
	margin-right: 5px;
	margin-left: 5px;
	display: inline-block;
}
.blog-section.layout1 .blog-post-single .blog-cat a:first-child,
.blog-section.layout2 .blog-post-single .blog-cat a:first-child {
	margin-left: 0;
}
.blog-section.layout1 .blog-post-single .blog-cat a:last-child,
.blog-section.layout2 .blog-post-single .blog-cat a:last-child {
	margin-right: 0;
}
.blog-section.layout1 .blog-post-single .blog-cat a:hover,
.blog-section.layout2 .blog-post-single .blog-cat a:hover {
	color: #015389;
}
.blog-section.layout1 .blog-comment,
.blog-section.layout2 .blog-comment {
    display: inline-block;
    background: #FFF;
    color: #666;
    padding: 10px;
    line-height: 1;
    float: left;
}
.blog-section.layout1 .blog-comment:before,
.blog-section.layout2 .blog-comment:before {
    content: "\f0e6";
    font-family: fontawesome;
    margin-right: 5px;
}

/*--------------------------BLOG PAGE ---------------------------*/
#primary.blog-fullwidth, .right-sidebar #primary.faq-fullwidth {
	float: none;
	width: 100%;
}
h1.blog-title {
	font-size: 22px;
}
h1.blog-title a {
	color: #333;
}
h1.blog-title a:hover {
	color: #58b25e;
}
.meta-btn-wrap {
	font-size: 12px;
}
.blog-author, .blog-cat, .tags-links {
	color: #777;
	display: inline;
	margin-left: 5px;
}
.blog-author i.fa, .blog-cat i.fa {
	margin-right: 5px;
}
.short-content {
	font-size: 18px;
	font-weight: 300;
	color: #777;
	line-height: 30px;
}
.entry-excerpt a.bttn{
	display: block;
	padding: 0px;
	border: 2px solid #58b25e;
	background: #58b25e;
	height: 50px;
	width: 200px;
	text-align: center;
	line-height: 50px;
	color: #FFF;
	-webkit-border-radius: 3px;
	        border-radius: 3px;
}
.entry-excerpt a.bttn:hover{
	border: 2px solid #58b25e;
	background: #FFF;
	color: #58B25E;
}
article.archive-wrap{
	margin-bottom: 60px;
}
article.archive-wrap:last-of-type{
	margin-bottom: 40px;
}
.blog-square_alternate a.bttn, .blog-square a.bttn,
.blog-circular-alternate a.bttn, .blog-circular a.bttn {
	margin-top: 10px;
}
.blog-circular, .blog-circular-alternate {
	border-bottom: 2px solid #eee;
	margin-bottom: 25px;
	padding-bottom: 25px;
}
.blog-circular:last-child, .blog-circular-alternate:last-child {
	border-bottom: none;
}
.blog-circular:last-child, .blog-circular-alternate:last-child {
	border-bottom: none;
}
.blog-square_alternate, .blog-square {
	margin-bottom: 50px;
	background: #eee;
	padding: 20px;
}
.blog-square_alternate .blog-thumbnail, .blog-square .blog-thumbnail {
	float: left;
	margin-right: 20px;
	width: 35%;
}
.blog-square_alternate .blog-exrecpt, .blog-square .blog-exrecpt {
	float: right;
	width: 62%;
}
.blog-fullwidth .blog-square_alternate .blog-exrecpt, .blog-fullwidth .blog-square .blog-exrecpt, 
.blog-fullwidth .blog-circular .blog-exrecpt, .blog-fullwidth .blog-circular-alternate .blog-exrecpt {
	width: 75%;
}
.blog-circular .blog-thumbnail, .blog-circular-alternate .blog-thumbnail {
	width: 220px;
	height: 220px;
	border-radius: 100%;
	overflow: hidden;
	border: 1px solid #fff;
	box-shadow: 0 0 0 7px #eee;
	margin-right: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
}
.blog-circular .blog-exrecpt, .blog-circular-alternate .blog-exrecpt {
	width: 63%;
	float: left;

	width: 57%;
}
.blog-square_alternate:nth-child(odd) .blog-thumbnail, .blog-circular-alternate:nth-child(odd) .blog-thumbnail {
	float: right;
	margin-left: 20px;
	margin-right: 0;
	width: 35%;
}
.blog-circular-alternate:nth-child(odd) .blog-thumbnail {
	width: 30%;
}
.blog-square_alternate:nth-child(even) .blog-thumbnail, .blog-circular-alternate:nth-child(even) .blog-thumbnail {
	width: 30%;
}
.blog-square_alternate:nth-child(odd) .blog-exrecpt, .blog-circular-alternate:nth-child(odd) .blog-exrecpt {
	float: left;
}


/*RECENT POST*/
.recent-post-box {
	margin-bottom: 41px;
}
.recent-post-box:last-child {
	margin-bottom: 0px;
}
.recent-post-title {
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	margin: 0;
}
.recent-post-box .date-byline-wrap {
	color: #4b4b4b;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 15px;
}
.recent-post-box .date-byline-wrap .by-line, .recent-post-box .date-byline-wrap .blog-date {
	display: inline-block;
	text-align: left;
}
.recent-post-box .recent-post-content{
	font-size: 12px;
	color: #4b4b4b;
	font-weight: 300;
	line-height: 16px;
}



/*-----------------------------
CONTACT-GOOGLE-MAP
-------------------------------*/
	.page-template-template-about footer#colophon {
		margin-top: 0;
	}
	.home footer#colophon {
		margin-top: 0px;
	}
	#google-map .ed-overlay::after{
		z-index: 0;
	}
	#google-map{
		position: relative;
	}
	.google-section-wrap{
		width: 650px;
		right: 85px;
		position: absolute;
		background: #FFF;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.41);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.41);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.41);
		min-height: 535px;
		top: 60px;
		bottom: 60px;
	}
	#google-map .map-widget-social{
		width: 300px;
		float: left;
		display: inline-block;
		margin: auto 0px;
		margin-left: -50px;
		margin-top: 9%;
		background: #58b25e;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.41);
		-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.41);
		box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.41);
		padding: 25px 20px;
	}
	#google-map .map-form{
		width: 60%;
		float: left;
		display: inline-block;
		margin: 0px;
		padding: 50px 30px 25px 50px;
	}
	#google-map iframe{
		width:100%;
		height: 100%;
	}
	#google-map img{
		max-width: none;
	}
	.googlemaps br, 
	.googlemaps small{
		display: none;
	}
	#google-map .ed-contact-address {
		background: rgba(255,255,255,0.9);
		box-shadow: 0px 0px 5px #aaa;
		float: right;
		margin-top: 60px;
		padding: 30px;
		width: 70%;
		z-index: 10;
		position: relative;
	}
	.map-content strong {
		color: #222222;
		font-size: 20px;
		font-weight: 300;
		line-height: 27px;
		margin-bottom: 25px;
		display: block;
	}
	.map-content .contact-support {
		color: #222;
		font-size: 14px;
	}
	#google-map .trialgle {
		border-bottom: 40px solid transparent;
		border-right: 40px solid rgba(255, 255, 255, 0.9);
		border-top: 40px solid transparent;
		height: 0;
		left: -40px;
		position: absolute;
		top: 40%;
		width: 0;
	}
	#google-map .ed-contact-address > h3 {
		color: #4c4c4c;
		font-size: 30px;
		font-weight: bold;
		line-height: 25px;
		text-transform: uppercase;
	}
	#google-map .ed-contact-address p{
		color: #4b4b4b;
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 25px;
	}
	#google-map .ed-contact-address .socials {
		margin-top: 30px;
	}
	#google-map .ed-contact-address .socials a {
		background: transparent none repeat scroll 0 0;
		border: 1px solid #444;
		border-radius: 100%;
		color: #777777;
		display: inline-block;
		font-weight: bold;
		height: 50px;
		line-height: 50px;
		margin-bottom: 5px;
		margin-right: 3px;
		text-align: center;
		width: 50px;
	}
	.hamza_pro-contact-info{
		color: #FFF;
	}
	.hamza_pro-contact-info h3{
		color: #FFF;
		font-size: 26px;
		margin-left: 5px;
	}
	.map-widget-social .hamza_pro-contact-info .hamza_pro-contact-info-wrapper li{
		color: rgba(255,255,255,0.9);
		padding-top: 10px;
		padding-bottom: 10px;
		font-weight: 300;
		font-size: 14px;
	}
	.map-widget-social .hamza_pro-contact-info .hamza_pro-contact-info-wrapper li i.fa{
		border: 0px;
		font-size: 16px;
		color: rgba(255,255,255, 0.5);
	}
	.hamza_pro-contact-info-wrapper,
	.hamza_pro-contact-info-wrapper li{
		list-style: none;
		margin: 0px;
	}
	#google-map .ed-contact-address .socials a:hover{
		background: #58b25e;
		border: 1px solid #58b25e;
		color: #fff;
		transition: all ease-in-out 0.3s;
		-webkit-transition: all ease-in-out 0.3s;
		-moz-transition: all ease-in-out 0.3s;
	}
	.google-section-wrap .map-content{
		float: left;
		width: 50%;
	}
	.map-widget-social .socials{
		text-align: center;
	}
	.map-widget-social .socials a{
		color: rgba(255,255,255,0.7);
		padding-right: 10px;
	}
	.map-widget-social .socials a:hover{
		color: #015389;
	}
	.map-widget-social .socials a:last-child{
		padding-right: 0px;
	}
	.map-form h3{
		font-size: 26px;
		margin-bottom: 5px;
		color: #0a3158;
	}
	.map-form div.contact-desc{
		font-size: 18px;
		color: #c2cdd4;
	}
	.map-form div.wpcf7{
		width: 100%;
		padding-top: 20px;
	}
	.map-form div.wpcf7 input[type="text"], .map-form div.wpcf7 input[type="email"], .map-form div.wpcf7 textarea{
		padding: 10px 20px;
		border-radius: 5px;
		border: 0px;
		height: 35px;
		background: #f8f9fb;
		color: #aaa;
		font-size: 15px;
		font-family:  'Catamaran', sans-serif;
		transition: all ease-in-out 0.3s;
		-webkit-transition: all ease-in-out 0.3s;
		-moz-transition: all ease-in-out 0.3s;
		border: solid 1px rgba(0,0,0,0);
	}
	.map-form div.wpcf7 input[type="text"]:focus, 
	.map-form div.wpcf7 input[type="email"]:focus, 
	.map-form div.wpcf7 textarea:focus{
		border: solid 1px rgba(88, 178, 94, 0.5);
		background: rgba(88, 178, 94, 0.01);
		color: #999;
	}
	.map-form div.wpcf7 textarea{
		height: 100px;
	}
	.map-form div.wpcf7 input[type="submit"]{
		background: #58b25e;
		border-radius: 30px;
		border: solid 1px transparent;
		color: #fff;
		font-size: 16px;
		width: 120px;
		height: 38px;
		line-height: 10px;
		padding-top: 11px;
		text-transform: uppercase;
		letter-spacing: 2px;
		font-weight: 300;
		transition: ease-in-out 0.3s;
		-webkit-transition: ease-in-out 0.3s;
		-moz-transition: ease-in-out 0.3s;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.map-form div.wpcf7 input[type="submit"]:hover{
		border: solid 1px #58b25e;
		background: #FFF;
		color: #58b25e;
		-webkit-box-shadow: 0px 2px 15px 0px rgba(88, 178, 94,0.4);
		-moz-box-shadow: 0px 2px 15px 0px rgba(88, 178, 94,0.4);
		box-shadow: 0px 2px 15px 0px rgba(88, 178, 94,0.4);
	}

	#left-footer .footer-socials .socials a{
		background: transparent;
		border-radius: 100%;
		color: #fff;
		display: inline-block;
		font-weight: bold;
		height: 30px;
		line-height: 25px;
		margin-bottom: 5px;
		margin-right: 5px;
		text-align: center;
		width: 30px;
	}
	#left-footer .footer-socials .socials a span{
		padding-top: 5px;
	}
	#left-footer .footer-socials .socials a:hover{
		background: #58b25e;
		color: #fff;
		transition: all ease-in-out 0.3s;
		-webkit-transition: all ease-in-out 0.3s;
		-moz-transition: all ease-in-out 0.3s;	
	}



/*-----------------------------
INNER-PAGES
-------------------------------*/
.inner-pages-wrapper, .not-found, .search-results .site-content, .single .site-content, .archive-wrapper {
	margin-top: 40px;
}
.search-results .site-content, .single .site-content, .archive-wrapper {
    margin-top: 0px;
}
.inner-pages-wrapper {
	margin-top: 0;
}
.flickr_badge_image {
	float: left;
	height: 55px;
	margin-bottom: 1.5%;
	margin-right: 1.5%;
	overflow: hidden;
	width: 60px;
	border: 2px solid #dfdfdf;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.flickr_badge_image:nth-of-type(4n) {
	margin-right: 0;
}
.flickr_badge_image:hover {
	transform: scale(0.9);
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	box-shadow: 0px 0px 5px #666;
}
.search-results .entry-header h2 a {
	color: #333;
}
.search-results .entry-header h2 a:hover {
	color: #58b25e;
}
.search-no-results input.s {
	width: 80%;
	border-radius: 0px;
	height: 45px;
	float: left;
	margin: 0;
	padding: 5px 15px;
}
.search-no-results .content-area .searchform button.searchsubmit {
	width: 18%;
	height: 45px;
	float: left;
	margin: 0;
	box-shadow: none;
	border: none;
	color: #FFF;
	font-size: 16px;
	line-height: 16px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.search-no-results .no-results .page-content p{
	text-align: left;
}
.search-no-results button.searchsubmit:hover {
	background: #015389;
}

/*--------------------------------
COMMON INNER HEADER
--------------------------------*/
.banner-image {
	position: relative;
}
.banner-image:after {
	content: "";
	background: rgba(0, 0, 0, 0.55);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.banner-image .title-with-banner {
	left: 0;
	margin-top: -50px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	z-index: 1;
}
.banner-image h1 {
	color: #fff;
	font-size: 3.5em;
	margin-bottom: 0;
}

/*-----------------------------------------
INNER ABOUT PAGE 
-----------------------------------------*/
.main-content {
	overflow: hidden;
}
.content {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	margin-top: 50px;
}
.content p {
	width: 100%;
	padding-left: 60px;
	font-size: 20px;
	line-height: 30px;
}
.content p b{
	font-size: 24px;
	border-bottom-width: 1px;
}
#about-page .content-section{
	max-width: 1168px;
	width: 100%;
	padding: 90px 0px;
	margin: 0 auto;
	display: table;
	position: relative;
}
#about-page .content-section .additional-image{
	width: 45%;
	float: left;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	padding-right: 30px;
}
#about-page .content-section .content{
	width: 55%;
	float: left;
	margin: 0;
	display: table-cell;
	vertical-align: middle;
	padding-left: 30px;
}
#about-page .content-section .content p{
	padding-left: 0;
}
/*----------------------------------------
INNER VIDEO SECTION
-----------------------------------------*/
	.widget_hamza_pro_cta_video {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		margin-bottom: 0;
	}
	.widget_hamza_pro_cta_video iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/*---------------------------------------
PROGRESS BAR
----------------------------------------*/
.progress-bar .ed-container {
	padding: 100px 0 50px 0;
}
section.progress-bar aside.widget_hamza_pro_progress_bar {
	width: 600px;
	margin: 0 auto 30px auto;
}
aside.widget_hamza_pro_progress_bar span {
	font-size: 18px;
	font-weight: 300;
	color: #444;
	margin-bottom: 5px;
	display: block;
	text-align: left;
}
.right-sidebar span.ed-progress-bar-percentage i,
aside.widget_hamza_pro_progress_bar span i {
	float: right;
	font-style: normal;
}
aside.widget_hamza_pro_progress_bar span.hamza-pro-progress-bg {
	background: #d5d5da;
	width: 100%;
	height: 10px;
}
aside.widget_hamza_pro_progress_bar span.hamza-pro-progress-bar-percentage {
	background: #7ee154;
	width: 0;
	height: 10px;
	margin: 0 auto;
}

/*-----------------------------
INNER-PAGES-TESTIMONIALS
-------------------------------*/
.cat-testimonial-list{
	margin-bottom: 40px;
	position: relative;
	min-height: 230px;
}
.cat-testimonial-list .viewmore {
	background: #fff none repeat scroll 0 0;
	position: relative;
	z-index: 100;
}
.cat-testimonial-image {
	border-radius: 100%;
	height: 60px;
	overflow: hidden;
	width: 60px;
	float: left;
	margin: 0;
	vertical-align: middle;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
.testimonial-layout2 .cat-testimonial-image {
	float: right;
	margin-right: 5px;
	margin-left: 20px;
}
.cat-testimonial-list .cat-testimonial-excerpt {
	display: inline-block;
	width: 100%;
	padding: 20px 20px 0 0;
	color: #777;
	font-size: 16px;
	line-height: 24px;
	vertical-align: middle;
}
.testimonial-layout2 .cat-testimonial-list .cat-testimonial-excerpt {
	float: left;
	padding-right: 0;
	padding-left: 20px;
}
.testimonial-fullwidth .cat-testimonial-list .cat-testimonial-excerpt {
	width: 79%;

	width: 70%;
}

.cat-testimonial-list .entry-header h3 {
	margin-bottom: 0;
	font-size: 18px;
	color: #666;
}
.cat-testimonial-list .entry-header{
	width: 85%;
	float: left;
	margin: 0;
	padding-left: 15px;
}
.cat-testimonial-list .entry-header .testimonail-designation {
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #58b25e;
}
.archive.category-blog .cat-portfolio-list{
	float: none;
	width: 100%;
	margin:0 0 5% 0;
	height: auto;
}
.archive.category-blog .cat-portfolio-list:last-child{
	border-bottom: 2px dashed #eee;
}
.archive .paging-navigation {
	border-top: 1px solid #ccc;
	padding-top: 20px;
	margin-bottom: 40px;
}

/*-----------------------------
INNER-PAGES-PORTFOLIO
-------------------------------*/
.cat-portfolio-list{
	float: left;
	margin: 0 2% 2% 0;
	position: relative;
	width: 48%;
	overflow: hidden;
	height: 230px;
}

.cat-portfolio-list .portofolio-layout{
	background: rgba(7, 101, 13, 0.5);
	height: 100%;
	left: -500px;
	opacity: 0;
	position: absolute;	  
	text-align: center;
	top:0;
	width: 100%;
	padding: 13% 0 0;
	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
	z-index: -1;
	visibility: hidden;
}
.cat-portfolio-list:hover .portofolio-layout{
	left: 0;
	opacity: 1;
	z-index: 1;
	visibility: visible;
}
.cat-portfolio-list .portofolio-content-wrap h1{
	border: medium none;
	color: #ffffff !important;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: center;
	position: relative;
	top: -110px;
	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
	transition-delay:0.51s;
	-webkit-transition-delay:0.51s;
	-moz-transition-delay:0.51s;

}
.cat-portfolio-list .portofolio-layout .cat-portfolio-excerpt{
	color: #ffffff;
	border: medium none;
	font-size: 17px;
	font-style: italic;
	line-height: 30px;
	font-weight: 300;
	margin: 0;
	padding: 0;
	padding: 0 40px;
	position: relative;
	bottom: -150px;
	transition: all 1s ease-out 0s;
	-webkit-transition: all 1s ease-out 0s;
	-moz-transition: all 1s ease-out 0s;
	transition-delay:0.51s;
	-webkit-transition-delay:0.51s;
	-moz-transition-delay:0.51s;
}
.cat-portfolio-list .portofolio-layout:hover .portofolio-content-wrap h1{
	top: 0;
}
.cat-portfolio-list .portofolio-layout:hover .cat-portfolio-excerpt{
	bottom: 0;   
}

.cat-portfolio-list .entry-meta{
	display: inline;
	margin-right: 20px;
}
.cat-portfolio-list .cat-links{
	display: inline;
}
.entry-header .entry-meta h4{
	font-size: 36px;
	font-weight: 700;
	line-height: 48px;
	margin-top: 20px;
}
.entry-header .entry-meta h4 a{
	position: relative;
	color: #444;
	margin-bottom: 30px;
}
.entry-header .entry-meta h4 a:hover{
	color: #58b25e;
}
.entry-header .entry-meta h4 a:after{
	content: "";
	position: absolute;
	background: #58b25e;
	width: 50px;
	height: 2px;
	bottom: 0;
	left: 0;
	-webkit-transform: translateY(22px);
	   -moz-transform: translateY(22px);
	    -ms-transform: translateY(22px);
	     -o-transform: translateY(22px);
	        transform: translateY(22px);
}
/*----------------------------------------------
WIDGET PORTFOLIO SECTION
-----------------------------------------------*/
.widget_hamza_pro_recent_portfolio{
	position: relative;
	display: table;
	width: 100%;
}
.widget_hamza_pro_recent_portfolio .hamza_pro-recent-rightdivs {
	margin: 0;
	width: 33.33%;
	float: left;
	overflow: hidden;
	vertical-align: top;
	padding: 2px;
	overflow: hidden;
}
.widget_hamza_pro_recent_portfolio .hamza_pro-recent-rightdivs .hamza_pro-recent-rightbar-img {
	margin-right: 0;
}

.widget_hamza_pro_recent_portfolio .hamza_pro-recent-rightdivs img {
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
}
.widget_hamza_pro_recent_portfolio .hamza_pro-recent-rightdivs:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	filter: contrast(50%);
	-webkit-filter: contrast(50%);
}

/*-------------------------------------------------------
WIDGET CALL TO ACTIO SIMPLE
--------------------------------------------------------*/
.widget_hamza_pro_cta_simple .cta-title_simple.main-title {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 10px;
	color: #275CA2;
}
.widget_hamza_pro_cta_simple .cta-desc_simple {
	font-size: 15px;
	line-height: 23px;
	margin-bottom: 20px;
	color: #444;
}
.widget_hamza_pro_cta_simple a.btn {
	font-size: 20px;
	font-weight: 600;
	background: #58b25e;
	min-width: 200px;
	display: inline-block;
	text-align: center;
	height: 45px;
	line-height: 45px;
	color: #fff;
	border-radius: 4px;
	position: relative;
	margin-left: 10px;
}
.widget_hamza_pro_cta_simple a.btn i.fa {
	margin-right: 10px;
}
.widget_hamza_pro_cta_simple a.btn:hover {
	background: #015389;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.widget_hamza_pro_cta_simple a.btn:before {
	content: "";
	border: 5px solid transparent;
	border-radius: 4px;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	opacity: 1;
	filter: Alpha(opacity= 100);
	visibility: visible;
}
.widget_hamza_pro_cta_simple a.btn:hover:before {
	border-color: #3498db;
	opacity: 0;
	visibility: hidden;
	top: -5px;
	right: -5px;
	bottom: -5px;
	left: -5px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}

/*-------------------------------------------
WIDGET CONTACT INFO
--------------------------------------------*/
.sidebar .widget_hamza_pro_contact_info ul li:before {
	display: none;
}
.widget_hamza_pro_contact_info ul li {
	font-size: 16px;
	color: #444;
	position: relative;
	padding-left: 35px;
}
.widget_hamza_pro_contact_info ul li i.fa {
	margin-right: 10px;
	width: 25px;
	text-align: center;
	height: 25px;
	line-height: 30px;
	border: 1px solid #a1a8af;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0;
}
.widget_hamza_pro_contact_info ul li p {
	display: inline-block;
	margin: 0 !important;
}

/*------------------------------------------------
WIDGET FEATURED POST
------------------------------------------------*/
.widget_hamza_pro_featured_post .widget-preview-thumbnail {
	border: 1px solid #ccc;
	padding: 5px;
	margin-bottom: 20px;
}
.sidebar .widget_hamza_pro_featured_post .widget-title {
	border-left: none;
	padding-left: 0;
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 5px;
	font-family:  'Catamaran', sans-serif;
	letter-spacing: 0px;
}
.widget_hamza_pro_featured_post .widget-preview-excerpt {
	font-size: 14px;
	line-height: 20px;
	color: #777;
	margin-bottom: 20px;
}
.widget_hamza_pro_featured_post a.read-more.bttn {
	padding: 10px 15px;
	font-size: 16px;
}

/*------------------------------------------------
WIDGET TESTIMONIAL
------------------------------------------------*/
.widget_hamza_pro_testimonial {
	border: 1px solid #f7f7f7;
    background: #f6f6f6;
	margin-left: 0;
	margin-top: 80px;
	padding: 50px 20px 10px;
	position: relative;
	width: 100%;
}
.widget_hamza_pro_testimonial .hamza_pro-testimonial{
	padding-top: 10px;
	padding-bottom: 15px;
}
.widget_hamza_pro_testimonial .hamza_pro-client-image {
	width: 70px;
	height: 70px;
	position: absolute;
	top: 0;
	left: 0px;
	right: 0;
	margin: 0 auto;
	margin-top: -35px;
	background: #fff;
}
@-moz-document url-prefix() {
	.widget_hamza_pro_testimonial .hamza_pro-client-image {
		margin-top: -85px;
	}
}
.widget_hamza_pro_testimonial .hamza_pro-client-image img{
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.widget_hamza_pro_testimonial h4.hamza_pro-client-name {
	font-family:  'Catamaran', sans-serif;
	font-size: 18px;
	letter-spacing: 0.25px;
	line-height: 25px;
	margin-bottom: 0px;
	font-weight: 600;
	text-transform: capitalize;
}
.widget_hamza_pro_testimonial h6.hamza_pro-client-position {
	font-family:  'Catamaran', sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.25px;
	margin-bottom: 5px;
	text-transform: capitalize;
	color: #58b25e;
}
.widget_hamza_pro_testimonial .hamza_pro-client-message {
	color: #666;
	font-size: 16px;
	line-height: 25px;
}
/*===========================
widget-vedio
==============================*/
.widget-area.sidebar .widget.widget_hamza_pro_cta_video {
	padding-bottom: 0;
}
.widget.widget_hamza_pro_cta_video .widget-title{
	color: #FFF;
}
.widget-area.sidebar .widget.widget_hamza_pro_cta_video .video-cta {
	background-size: cover;
	position: relative;
	z-index: 1;
	padding: 40px 10px;
}
.widget-area.sidebar .widget.widget_hamza_pro_cta_video .video-cta:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    z-index: -1;
    background: #000;
}
.widget.widget_hamza_pro_cta_video .cta-desc {
	text-align: center;
    padding-top: 0px;
    color: #fff;
    z-index: 0;
    width: 60%;
	margin: 0 auto;
}
.widget-area.sidebar .widget.widget_hamza_pro_cta_video{
	text-align: center;
}
.widget-area.sidebar .widget.widget_hamza_pro_cta_video a{
	background: url('images/ed-play.png') no-repeat;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	border: none;
	width: 60px;
	height: 60px;
	margin: 20px auto 0px;
}
.widget-area.sidebar .widget.widget_hamza_pro_cta_video a i:hover {
	color: #58b25e;
	border: 2px solid #58b25e;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.widget-area.sidebar .widget.widget_hamza_pro_cta_video .widget-title{
	color: #FFF;
	padding: 0px;
	position: relative;
}


/*===========================
widgetcalender
==============================*/
.widget.widget_calendar tfoot,
.widget.widget_calendar tbody {
	text-align: center;
}
table tr th,
table tr td#today {
	background: #58b25e;
	color: #fff;
}
table tr td#prev,
table tr td#next {}
table tr td:visited,
table tr td a,
table tr td a:visited {
	color: #333;
}



/*------------------------------------------------
WIDGET TOGGLE
------------------------------------------------*/
aside.widget_hamza_pro_toggle {
	margin-bottom: 10px;
}
.widget_hamza_pro_toggle .pointer {
	display: none;
}
.widget_hamza_pro_toggle h6.hamza_pro-toggle-title, .faq-listing .faq-question {
	font-size: 14px;
	margin-bottom: 0px;
	position: relative;
	background: #ddd;
	border: 1px solid #ddd;
	color: #333;
	line-height: 22px;
	padding: 5px 10px 5px 35px;
	cursor: pointer;
	letter-spacing: 0.5px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.widget_hamza_pro_toggle h6.hamza_pro-toggle-title, .faq-listing.faq-hide .faq-question {
	background-color: #58b25e;
	border: 1px solid #58b25e;
	color: #fff;
	padding: 15px 30px;
}
.faq-listing .faq-question {
	margin-top: 10px;
	text-transform: uppercase;
	font-weight: 500;
}
.faq-listing .faq-question:first-child {
	margin-top: 0;
}
.widget_hamza_pro_toggle h6.hamza_pro-toggle-title:hover, .widget_hamza_pro_toggle h6.hamza_pro-toggle-title.open,
.faq-listing.faq-hide .faq-question:hover, .faq-listing.faq-hide .faq-question.active {
	background: #015389;
	border-color: #015389;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.widget_hamza_pro_toggle h6.hamza_pro-toggle-title:after, .faq-listing .faq-question:after {
	border-bottom: 3px solid #fff;
	content: "";
	right: 30px;
	position: absolute;
	top: 48%;
	width: 15px;
}
.widget_hamza_pro_toggle h6.hamza_pro-toggle-title:before, .faq-listing .faq-question:before {
	border-bottom: 3px solid #fff;
	content: "";
	right: 30px;
	position: absolute;
	top: 48%;
	width: 15px;
	transform: rotate(90deg) scale(1);
	-webkit-transform: rotate(90deg) scale(1);
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.widget_hamza_pro_toggle h6.hamza_pro-toggle-title.open:before, .faq-listing .faq-question.active:before {
	transform: rotate(90deg) scale(2);
	-webkit-transform: rotate(90deg) scale(2);
	opacity: 0;
	filter: Alpha(opacity= 0);
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}

.widget_hamza_pro_toggle .hamza_pro-toggle-content, .faq-listing .faq-answer {
	line-height: 21px;
	color: #818181;
	padding: 30px;
}
.faq-listing .faq-answer p{
	font-size: 16px;
	margin: 0;
	line-height: 24px;
}
.widget_hamza_pro_toggle .hamza_pro-toggle-content, .faq-listing.faq-hide .faq-answer {
	border: 1px solid #015389;
}
.widget_hamza_pro_toggle h6.hamza_pro-toggle-title.close + .hamza_pro-toggle-content {
	display: none;
}
.inner-pages-wrapper .faq-listing.faq-hide .faq-answer{
	border: 0px;
}
/*-------------------------------------------------------
ICON TEXT WIDGET
--------------------------------------------------------*/
.widget_hamza_pro_icon_text {
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.widget_hamza_pro_icon_text .hamza_pro-icon-text .hamza_pro-icon-text-icon {
	font-size: 2em;
	width: 80px;
	height: 80px;
	text-align: center;
	margin: 0 auto 20px auto;
	position: relative;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.widget_hamza_pro_icon_text .hamza_pro-icon-text-content-wrap {
	text-align: center;
}

.widget_hamza_pro_icon_text .hamza_pro-icon-text-title {
	color: #4c4c4c;
	font-family:  'Catamaran', sans-serif;
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-weight: 500;
	padding-top: 10px;
}
.widget_hamza_pro_icon_text .hamza_pro-icon-text-content {
	color: #777;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 30px;
}
.hamza_pro-icon-text .hamza_pro-icon-text-readmore a.bttn{
	font-size: 14px;
	text-transform: uppercase;
	padding: 7px 25px 6px;
	font-weight: 500;
}

/*------------------------ ICON TEXT STYLE ONE ----------------------------------*/
.widget_hamza_pro_icon_text .hamza_pro-icon-text.style1 .hamza_pro-icon-text-icon {
	border: 1px solid #58b25e;
	line-height: 85px;
	color: #58b25e;
	border-radius: 100%;
}
.widget_hamza_pro_icon_text .hamza_pro-icon-text.style1 .hamza_pro-icon-text-icon:before {
	content: "";
	border: 1px solid #58b25e;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.widget_hamza_pro_icon_text .hamza_pro-icon-text.style1:hover .hamza_pro-icon-text-icon {
	background: #58b25e;
	border-color: #58b25e;
	color: #fff;
}
.widget_hamza_pro_icon_text .hamza_pro-icon-text.style1:hover .hamza_pro-icon-text-icon:before {
	opacity: 1;
	filter: Alpha(100);
	visibility: visible;
	top: -8px;
	right: -8px;
	bottom: -8px;
	left: -8px;
}

/*------------------------ ICON TEXT STYLE TWO ----------------------------------*/
aside.widget_hamza_pro_icon_text .style2 {
	padding-top: 20px;
}
.widget_hamza_pro_icon_text .hamza_pro-icon-text.style2 .hamza_pro-icon-text-icon {
	line-height: 85px;
	color: #58b25e;
	border: 1px solid #58b25e;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.widget_hamza_pro_icon_text .hamza_pro-icon-text.style2 .hamza_pro-icon-text-icon i.fa {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.widget_hamza_pro_icon_text .hamza_pro-icon-text.style2:hover .hamza_pro-icon-text-icon {
	color: #fff;
	background: #58b25e;
}
.widget_hamza_pro_icon_text .hamza_pro-icon-text.style2 .hamza_pro-icon-text-icon {
	margin-bottom: 35px;
}

/*------------------------ ICON TEXT STYLE THREE ----------------------------------*/
aside.widget_hamza_pro_icon_text .style3 {
	padding-top: 25px;
}
.widget_hamza_pro_icon_text .hamza_pro-icon-text.style3 .hamza_pro-icon-text-icon {
	background: #58b25e;
	height: 40px;
	color: #fff;
	line-height: 40px;
}
.widget_hamza_pro_icon_text .hamza_pro-icon-text.style3 .hamza_pro-icon-text-icon:before {
	content: "";
	border-bottom: 25px solid #58b25e;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	position: absolute;
	top: -25px;
	left: 0;
	right: 0;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.widget_hamza_pro_icon_text .hamza_pro-icon-text.style3 .hamza_pro-icon-text-icon:after {
	content: "";
	border-top: 25px solid #58b25e;
	border-left: 30px solid transparent;
	border-right: 30px solid transparent;
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.widget_hamza_pro_icon_text .hamza_pro-icon-text.style3:hover .hamza_pro-icon-text-icon {
	background: #015389;
}
.widget_hamza_pro_icon_text .hamza_pro-icon-text.style3:hover .hamza_pro-icon-text-icon:before {
	border-bottom-color: #015389;
}
.widget_hamza_pro_icon_text .hamza_pro-icon-text.style3:hover .hamza_pro-icon-text-icon:after {
	border-top-color: #015389;
}
.widget_hamza_pro_icon_text .hamza_pro-icon-text.style3 .hamza_pro-icon-text-icon {
	margin-bottom: 35px;
}

/*------------------------ ICON TEXT STYLE FOUR ----------------------------------*/
.widget_hamza_pro_icon_text .hamza_pro-icon-text.style4{
	position: relative;
	border: 1px solid #58b25e;
	padding: 35px 20px 30px;
	margin-top: 20px;
	border-radius: 20px;
}
.widget_hamza_pro_icon_text .hamza_pro-icon-text.style4 .hamza_pro-icon-text-icon {
	position: absolute;
	width: 55px;
	height: 55px;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	margin-top: -25px;
	line-height: 60px;
	display: inline-block;
	vertical-align: top;
	color: #58b25e;
	background: #FFF;
	border: solid 1px #58b25e;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
}
.widget_hamza_pro_icon_text .hamza_pro-icon-text.style4 .hamza_pro-icon-text-content-wrap {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.widget_hamza_pro_icon_text .hamza_pro-icon-text.style4

/*-----------------------------------------
SOCIAL MEDIA WIDGET
------------------------------------------*/
.widget_hamza_pro_social_icons ul li {
	display: inline-block;
	border-bottom: none;
	padding-bottom: 0;
	margin-right: 2px;
	padding-left: 0;
}
.widget_hamza_pro_social_icons ul li:before {
	display: none;
}
.widget_hamza_pro_social_icons ul li a {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 43px;
	font-size: 20px;
	border: 1px solid #ccc;
	text-align: center;
}
.widget_hamza_pro_social_icons ul li a:hover {
	color: #fff;
	background: #58B25E;
	border-color: #428f47;
}

/*----------------------------------------
STAT COUNTER WIDGET
-----------------------------------------*/
aside.widget_hamza_pro_stat_counter {
	text-align: center;
}
.widget_hamza_pro_stat_counter .hamza_pro-stat_counter-icon {
	width: 100px;
	text-align: center;
	height: 100px;
	line-height: 100px;
	font-size: 36px;
	margin: 0 auto;
	border-radius: 100%;
	box-shadow: 0 0 0 5px #fff inset;
	margin-bottom: 10px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	color: #58b25e;
	position: relative;
	border: 1px solid #58b25e;
}
.widget_hamza_pro_stat_counter .hamza_pro-stat_counter-icon i.fa:after {
	content: "";
	background: -webkit-radial-gradient(rgba(0, 0, 0, 0.2), transparent 60%);
	background: -moz-radial-gradient(rgba(0, 0, 0, 0.2), transparent 60%);
	background: -ms-radial-gradient(rgba(0, 0, 0, 0.2), transparent 60%);
	background: -o-radial-gradient(rgba(0, 0, 0, 0.2), transparent 60%);
	background: radial-gradient(rgba(0, 0, 0, 0.2), transparent 60%);
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 100px;
	height: 15px;
	border-radius: 100%;
	opacity: 0;
	visibility: hidden;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}

.widget_hamza_pro_stat_counter .hamza_pro-stat_counter-number {
	margin-bottom: 15px;
	margin-top: 20px;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	line-height: 25px;
}
.widget_hamza_pro_stat_counter .hamza_pro-stat_counter-title {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 300;
	color: #fff;
}
.widget-area.right-sidebar.sidebar .widget_hamza_pro_stat_counter .hamza_pro-stat_counter-number,
.widget-area.right-sidebar.sidebar .widget_hamza_pro_stat_counter .hamza_pro-stat_counter-title{
	color: #333;
}
.widget_hamza_pro_stat_counter:hover .hamza_pro-stat_counter-icon {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
}
.widget_hamza_pro_stat_counter .hamza_pro-stat_counter-icon{
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
}
.widget_hamza_pro_stat_counter:hover .hamza_pro-stat_counter-icon{
	-webkit-animation-name: hvr-wobble-vertical;
	animation-name: hvr-wobble-vertical;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}
@-webkit-keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  33.3% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  49.95% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  66.6% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  83.25% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  33.3% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }
  49.95% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  66.6% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  83.25% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  100% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
}

/*-----------------------------------------
TEAM MEMBER WIDGET
-----------------------------------------*/
.widget_hamza_pro_team .hamza_pro-team .hamza_pro-member-image {
	position: relative;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}
.widget_hamza_pro_team .hamza_pro-team .member-social-group {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 70px;
	text-align: center;
	line-height: 70px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	bottom: -70px;
}
.hamza_pro-team:hover .member-social-group {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	visibility: visible;
	opacity: 1;
	bottom: 0;
}
.widget_hamza_pro_team .hamza_pro-team .member-social-group {
	background: rgba(88, 178, 94, 0.8);
}
.widget_hamza_pro_team .hamza_pro-team .member-social-group a {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #015389;
	line-height: 35px;
	text-align: center;
	color: #fff;
	background: rgba(88, 178, 94, 0.8);
	border: 1px solid rgba(255,255,255,0.6);
}
.widget_hamza_pro_team .hamza_pro-team .member-social-group a:hover {
	background: #fff;
	color: #58b25e;
	border: 1px solid #fff;
}
.widget_hamza_pro_team .hamza_pro-member-name {
	color: #333;
	font-family:  'Catamaran', sans-serif;
	font-size: 20px;
	letter-spacing: 0;
	margin-bottom: 0;
	margin-top: 10px;

	text-align: center;
}
.widget_hamza_pro_team .hamza_pro-member-position {
	color: #666;
	font-family:  'Catamaran', sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: inherit;

	text-align: center;
	font-style: normal;
}
.widget_hamza_pro_team .hamza_pro-member-message {
	color: #777;
	line-height: 22px;
	text-align: center;
}
.widget_hamza_pro_team .hamza_pro-team.style2 .hamza_pro-member-message {
	position: absolute;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	line-height: 20px;
	width: 100%;
	left: 0;
	right: 0;
	height: 95px;
	padding: 10px;
	overflow: hidden;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	transform: translateY(100%);
	-webkit-transform: translateY(100%);
}
.widget_hamza_pro_team .hamza_pro-team.style2:hover .hamza_pro-member-message {
	transform: translateY(0);
	-webkit-transform: translateY(0);	
}
.widget_hamza_pro_testimonial .hamza_pro-client-message,
.widget_hamza_pro_testimonial .hamza_pro-client-testimonial-heading,
.right-siderbar .hamza_pro-client-testimonial .hamza_pro-client-testimonial-heading {
	text-align: center;
}
.widget_hamza_pro_testimonial .hamza_pro-client-testimonial-heading{
	margin-top: 20px;
}

/*--------------------------------------------------------------
404 Page
--------------------------------------------------------------*/
.not-found .page-title {
	border-left: none;
}
.error-404:before{
	background: linear-gradient(#eee, #fff, #eee) repeat scroll 0 0;
	background: -webkit-linear-gradient(#eee, #fff, #eee) repeat scroll 0 0;
	background: -moz-linear-gradient(#eee, #fff, #eee) repeat scroll 0 0;
	background: -ms-linear-gradient(#eee, #fff, #eee) repeat scroll 0 0;
	background: -o-linear-gradient(#eee, #fff, #eee) repeat scroll 0 0;
	border-color: #58b25e #015389;
	border-style: solid;
	border-width: 2px;
	box-shadow: 0 0 5px #ccc;
	content: "";
	height: 150px;
	margin: 0 auto;
	transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	width: 150px;
	

}
.error-404{   
	line-height: 0;
	margin: 90px auto 0;
	text-align: center;
	animation-name:rotate;
	animation-duration:4s;
	animation-iteration-count:Infinite;
}
.error-404 .breeze-404{
	bottom: 120px;
	font-size: 60px;
	left: 15px;
	line-height: 1;
	position: relative;
}
.error-404 .breeze-error{
	bottom: 95px;
	font-size: 16px;
	line-height: 1;
	margin: 0 auto;
	position: relative;
	right: 55px;
	text-align: center;
}
.not-found .page-content{
	text-align: center;
	font-size: 20px;
	margin-bottom: 40px;
}

@keyframes rotate{
	0% {transform:rotateY(0deg); -webkit-transform:rotateY(0deg);}
	50% {transform:rotateY(360deg); -webkit-transform:rotateY(360deg);}
}

@-webkit-keyframes rotate{
	0% {transform:rotateY(0deg); -webkit-transform:rotateY(0deg);}
	100% {transform:rotateY(360deg); -webkit-transform:rotateY(360deg);}
}

/*====================================
AUTHOR PAGE 
=========================================*/
.author .entry-thumbnail {
	float: left;
	margin-right: 2%;
	width: 30%;
}
.author .entry-exrecpt {
	float: right;
	width: 68%;
}
.faq-hide .faq-answer {
	display: none;
}
/*====================
FAQ
=======================*/
#faq-page.inner-pages-wrapper.layout2 {}
#faq-page.inner-pages-wrapper.layout1 .faq-post-wrap {
	margin-bottom: 10px;
}
#faq-page.inner-pages-wrapper.layout2 .faq-post-wrap {
	margin-bottom: 35px;
}
#faq-page.inner-pages-wrapper.layout2 .faq-question {
	background-color: #58b25e;
    padding: 15px 40px;
    border: none;
}
#faq-page.inner-pages-wrapper.layout2 .faq-answer {
	display: block;
	border: none;
	padding: 15px 10px 5px 10px;
}

/*==============================================
CSS for Jetpac Infinite Scroll (added by Sudin)
===============================================*/
/* Hides navigation links and site footer when infinite scroll is active */
.infinite-scroll #navigation,
.infinite-scroll.neverending #footer {
	display: none;
}
/* Shows the footer again in case all posts have been loaded */
.infinity-end.neverending #footer {
	display: block;
}

/*--------------------------------------------------------------
INNER PAGES 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
ABOUT-US
--------------------------------------------------------------*/
.page-header {
	height: 350px;
	position: relative;
	z-index: 1;
}
body.style-4 .page-header{
	min-height: 600px;
}
.page-header.overlay:after {
	content: "";
	position: absolute;
	background: #000;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: -1;
}
.page-header .page-header-wrapper {
	position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    width: 50%;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    padding: 0 30px;
}
body.style-4 .page-header .page-header-wrapper{
	top: 60%;
}
.page-header h2.page-title {
	border: none;
    text-align: center;
    font-size: 50px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1;
    padding-bottom: 0;
}
.page-header #hamza-pro-breadcrumbs {
	border: none;
	background: no-repeat;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	margin-top: 0;
	padding: 0;
	margin-bottom: 25px;
	vertical-align: middle;
}
.page-header #hamza-pro-breadcrumbs a {
	display: inline-block;
	padding-right: 15px;
	padding-left: 15px;
	color: #fff;
	position: relative;
}
.page-header #hamza-pro-breadcrumbs a:first-of-type{
	padding-left: 0;
}
.page-header #hamza-pro-breadcrumbs a:after{
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	background: rgba(255,255,255,0.7);
	bottom: 0;
	left: 0;
	-webkit-transition: all ease-in 0.2s;
	   -moz-transition: all ease-in 0.2s;
	    -ms-transition: all ease-in 0.2s;
	     -o-transition: all ease-in 0.2s;
	        transition: all ease-in 0.2s;
}
.page-header #hamza-pro-breadcrumbs a:hover:after{
	width: 100%;
}
.page-header #hamza-pro-breadcrumbs a{
	font-size: 18px;
}
.page-header #hamza-pro-breadcrumbs span{
	padding-left: 15px;
	font-size: 18px;
}
.page-header #hamza-pro-breadcrumbs span.ed-delimiter{
	font-size: 24px;
}
.page-header #hamza-pro-breadcrumbs span:first-of-type{
	padding-left: 0;
}
.page-header #hamza-pro-breadcrumbs span:first-of-type a{
	padding-left: 0;
}
/*--------------------------------------------------------------
OUR SERVICES-LAYOUT2
--------------------------------------------------------------*/
.inner-pages-wrapper.layout2 {
	margin-top: 0;
}
.inner-pages-wrapper.layout2 .service-post-wrapper {
	padding-top: 40px;
    padding-bottom: 20px;
}
.inner-pages-wrapper.layout2 .service-post-wrapper .service-post-wrap {
	margin: 40px 0 50px;
}
.inner-pages-wrapper.layout2 .service-post-wrapper .prev-next-posts {}
.inner-pages-wrapper.layout2 .service-post-wrapper .prev-next-posts .prev-posts-link,
.inner-pages-wrapper.layout2 .service-post-wrapper .prev-next-posts .next-posts-link {
	width: 49%;
    display: inline-block;
    vertical-align: middle;
}
.inner-pages-wrapper.layout2 .service-post-wrapper .prev-next-posts .next-posts-link {
	text-align: right;
}
.testimonial-wrap .bx-wrapper {
	padding-bottom: 0;
}
.testimonial-wrap .bx-pager.bx-default-pager {
	bottom: -45px;
}
.inner-pages-wrapper.service-section .service-image-content{
	margin-bottom: 60px;
}
/*--------------------------------------------------------------
PORTFOLIO
--------------------------------------------------------------*/
.inner-pages-wrapper.portfolio-section.layout1 .portfolio-post {
	width: 32%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 0px;
    position: relative;
    overflow: hidden;
    margin: 0 0.6% 20px;
}
.inner-pages-wrapper.portfolio-section.layout1 .portfolio-post:nth-child(3n) {
	margin-right: 0;
}
.inner-pages-wrapper.portfolio-section.layout1 figure.work-pc {
	position: relative;
	overflow: hidden;
}
.inner-pages-wrapper.portfolio-section.layout1 .portfolio-content.post-content {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.5);
	opacity: 0.7;
	padding: 15px;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.3s;	 
}
.inner-pages-wrapper.portfolio-section.layout1 .portfolio-post:hover .portfolio-content.post-content {
	visibility: visible;
	opacity: 1;
}
.inner-pages-wrapper.portfolio-section.layout1 h3.work-img-title {
	position: absolute;
    top: 0%;
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    transition: all ease-in-out 0.4s;
}
.inner-pages-wrapper.portfolio-section.layout1 .portfolio-post:hover h3.work-img-title {
	top: 50%;
	transform: translateY(-50%);
	visibility: visible;
	opacity: 1;
	z-index: 1;

}
.inner-pages-wrapper.portfolio-section.layout1 .portfolio-post-wrap,
.inner-pages-wrapper.portfolio-section.layout3 .portfolio-post-wrap {
	padding-top: 80px;
	padding-bottom: 40px;
}
.inner-pages-wrapper.portfolio-section.layout3 .sort-table {
	text-align: center;
}
.inner-pages-wrapper.portfolio-section.layout3 .portfolio-item {
	width: 32%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 1.3%;
	margin-bottom: 15px;
}
.inner-pages-wrapper.portfolio-section.layout3 .portfolio-item:nth-child(3n) {
	margin-right: 0;
}
.inner-pages-wrapper.portfolio-section.layout3 .portfolio-item .ed-grid-img {
	position: relative;
}
.inner-pages-wrapper.portfolio-section.layout3 .portfolio-item .portfolio-content.post-content {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: rgba(0,0,0,0.7);
	opacity: 0.7;
	padding: 15px;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.3s;
}
.inner-pages-wrapper.portfolio-section.layout3 .portfolio-item h4.work-img-title {
	position: absolute;
    z-index: -1;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 5px;
    opacity: 0;
    visibility: hidden;
	transition: all ease-in-out 0.3s;
}
.inner-pages-wrapper.portfolio-section.layout3 .portfolio-item:hover .portfolio-content.post-content,
.inner-pages-wrapper.portfolio-section.layout3 .portfolio-item:hover h3.work-img-title {
	opacity: 1;
	visibility: visible;
	z-index: 1;
}
.portfolio-section .portfolio-post-wrap{
	padding: 90px 0px;
}
.hamza-pro-related-wrapper .portfolio-post,
.portfolio-section .portfolio-post{
	width: 33.33%;
	float: left;
	margin-bottom: 30px;
}
.hamza-pro-related-wrapper .portfolio-post:nth-of-type(3n+1),
.portfolio-section .portfolio-post:nth-of-type(3n+1){
	padding-right: 20px;
}
.hamza-pro-related-wrapper .portfolio-post:nth-of-type(3n+2),
.portfolio-section .portfolio-post:nth-of-type(3n+2){
	padding-right: 10px;
	padding-left: 10px;
}
.hamza-pro-related-wrapper .portfolio-post:nth-of-type(3n+3),
.portfolio-section .portfolio-post:nth-of-type(3n+3){
	padding-left: 20px;
}
.hamza-pro-related-wrapper .portfolio-post .work-img-title,
.portfolio-section .portfolio-post .work-img-title{
	text-align: left;
	text-transform: uppercase;
	padding-left: 0;
	margin-bottom: 0px;
}
.hamza-pro-related-wrapper .portfolio-post figure.work-pc a,
.portfolio-section .portfolio-post figure.work-pc a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.hamza-pro-related-wrapper .portfolio-post .post-content h4 a:hover,
.portfolio-section .portfolio-post .post-content h4 a:hover{
	color: #58B25E;
}
.hamza-pro-related-wrapper .portfolio-post figure.work-pc a:before,
.portfolio-section .portfolio-post figure.work-pc a:before{
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.8);
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: ease-in-out 0.3s;
	   -moz-transition: ease-in-out 0.3s;
	    -ms-transition: ease-in-out 0.3s;
	     -o-transition: ease-in-out 0.3s;
	        transition: ease-in-out 0.3s;
}
.hamza-pro-related-wrapper .portfolio-post figure.work-pc a span,
.portfolio-section .portfolio-post figure.work-pc a span{
	font-size: 36px;
	color: #58b25e;
	text-align: center;
	left: 50%;
	top: 50%;
	position: absolute;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	     -o-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	-webkit-transition: ease-in-out 0.3s;
	   -moz-transition: ease-in-out 0.3s;
	    -ms-transition: ease-in-out 0.3s;
	     -o-transition: ease-in-out 0.3s;
	        transition: ease-in-out 0.3s;
}
.hamza-pro-related-wrapper .portfolio-post:hover figure.work-pc a span,
.portfolio-section .portfolio-post:hover figure.work-pc a span{
	visibility: visible;
	opacity: 1;
}
.hamza-pro-related-wrapper .portfolio-post figure.work-pc a span:before,
.portfolio-section .portfolio-post figure.work-pc a span:before{
	content: "";
	position: absolute;
	width: 5px;
	height: 32px;
	background: #58b25e;
	top: -13.5px;
	left: 0px;
}
.hamza-pro-related-wrapper .portfolio-post figure.work-pc a span:after,
.portfolio-section .portfolio-post figure.work-pc a span:after{
	content: "";
	position: absolute;
	width: 32px;
	height: 5px;
	background: #58b25e;
	top: 0px;
	left: -13.5px;
}
.hamza-pro-related-wrapper .portfolio-post:hover figure.work-pc a:before,
.portfolio-section .portfolio-post:hover figure.work-pc a:before{
	visibility: visible;
	opacity: 1;
}
.hamza-pro-related-wrapper .portfolio-post h5,
.portfolio-section .portfolio-post h5{
	font-size: 16px;
	font-weight: 400;
	color: #999;
}
.portfolio .single-content-wrap{
	display: block;
	width: 100%;
	position: relative;
	padding: 50px 0px 30px;
}
.portfolio .single-content-wrap .entry-content{
	padding-bottom: 30px;
}
.portfolio .single-content-wrap .ed-width-70-per{
	width: 70%;
	margin: 0;
	float: left;
	padding-right: 20px;
}
.portfolio .single-content-wrap .ed-width-30-per{
	width: 30%;
	margin: 0;
	float: left;
	text-align: right;
	padding-left: 20px;
}
.portfolio .single-content-wrap .ed-width-30-per .ed-port-details{
	padding-bottom: 35px;
}
.portfolio .single-content-wrap .ed-width-30-per .ed-port-title{
	margin: 0;
	margin-bottom: 10px;
	position: relative;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.2px;
	font-size: 15px;
}
.portfolio .single-content-wrap .ed-width-30-per .ed-port-content{
	font-weight: 400;
	font-size: 16px;
	color: #666;
	line-height: 24px;
}
.portfolio .single-content-wrap .ed-width-30-per .ed-port-title:after{
	position: absolute;
	content: "";
	width: 60px;
	height: 1px;
	right: 0;
	bottom: 0;
	background: #aaa;
}
.portfolio .single-content-wrap p a {
	width: 260px;
	position: relative;
	margin-top: 20px;
	font-weight: 400;
	text-transform: uppercase;
    color: #015389;
	padding-top: 9px;
	padding-bottom: 7px;
	padding-left: 25px;
	padding-right: 10px;
	cursor: pointer;
	box-shadow: inset 0 0 0 0 #015389;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.portfolio .single-content-wrap p a:before {
	content: "\f178";
	color: #015389;
    position: absolute;
    font-family: fontawesome;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    transition: all cubic-bezier(0.25, 0.1, 0.24, 0.81) 0.5s;
    -webkit-transition: all cubic-bezier(0.25, 0.1, 0.24, 0.81) 0.5s;
    -moz-transition: all cubic-bezier(0.25, 0.1, 0.24, 0.81) 0.5s;
 
}
.portfolio .single-content-wrap p a:hover{
    box-shadow: inset 200px 0 0 0 #015389;
	color: #fff;
	padding-left: 45px;
	padding-right: 30px;
}
.portfolio .single-content-wrap p a:hover:before{
	color: #FFF;
	left: 17px;
}
.hamza-pro-related-wrapper h4.related-title{
	font-family: 'Catamaran', sans-serif;
	letter-spacing: 0.5px;
	font-size: 42px;
	line-height: 52px;
	text-transform: capitalize;
	font-weight: 700;
	margin-bottom: 20px;
	color: #404040;
	text-align: center;
	margin-top: 90px;
	margin-bottom: 60px;
}
/*--------------------------------------------------------------
TESTIMONIAL
--------------------------------------------------------------*/
.page-wrapper .inner-pages-wrapper{
	margin: 40px 0 50px;
}
.inner-pages-wrapper.layout2 .cat-testimonial-list.square-image .cat-testimonial-image,
.inner-pages-wrapper.layout2 .cat-testimonial-list.round-image .cat-testimonial-image {
	float: right;
	overflow: hidden;
	margin: 15px 5px 5px 20px;
}
.inner-pages-wrapper.layout2 .cat-testimonial-list.square-image .cat-testimonial-excerpt,
.inner-pages-wrapper.layout2 .cat-testimonial-list.round-image .cat-testimonial-excerpt {
	float: left;
	padding: 20px 20px 0;
}
.inner-pages-wrapper.layout2 .cat-testimonial-list.square-image .cat-testimonial-excerpt:after,
.inner-pages-wrapper.layout2 .cat-testimonial-list.round-image .cat-testimonial-excerpt:after {
	left: 0;
}
.cat-testimonial-list .entry-header h4 {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 5px;
}

.inner-pages-wrapper.layout3 .cat-testimonial-list.square-image,
.inner-pages-wrapper.layout3 .cat-testimonial-list.round-image {
	width: 50%;
	float: left;
	margin: 0;
    text-align: left;
}
.inner-pages-wrapper .cat-testimonial-list:nth-of-type(2n+1){
	padding-right: 20px;
	padding-left: 0;
	padding-bottom: 15px;
}
.inner-pages-wrapper .cat-testimonial-list:nth-of-type(2n+2){
	padding-left: 20px;
	padding-right: 0;
	padding-bottom: 15px;
}
.inner-pages-wrapper .cat-testimonial-list .test-image-name{
	display: table;
	width: 100%;
}
.inner-pages-wrapper.layout3 .cat-testimonial-list.square-image .cat-testimonial-excerpt:after,
.inner-pages-wrapper.layout3 .cat-testimonial-list.round-image .cat-testimonial-excerpt:after {
	right: 0;
    left: 0;
    margin: 0 auto;
}
.cat-testimonial-list.square-image .cat-testimonial-image {
	border-radius: 0;
}
.inner-pages-wrapper.layout3 .cat-testimonial-list.square-image .cat-testimonial-image,
.inner-pages-wrapper.layout3 .cat-testimonial-list.round-image .cat-testimonial-image {
}
.inner-pages-wrapper.layout3 .cat-testimonial-list.square-image .cat-testimonial-excerpt,
.inner-pages-wrapper.layout3 .cat-testimonial-list.round-image .cat-testimonial-excerpt {
	padding: 20px 0px 0;
}
.inner-pages-wrapper.layout3 .testimonial-post-wrapper {
    margin-top: 0px;
}
.inner-pages-wrapper .cat-testimonial-list .cat-testimonial-excerpt p{
	font-size: 18px;
	color: #888A8B;
	line-height: 26px;
	font-weight: 400;
	margin-bottom: 10px;
}
#testimonial-page.inner-pages-wrapper{
	margin: 0;
}
/*-------------------------------------------------
FAQ
--------------------------------------------------*/
/*#portfolio-page,*/
/*.portfolio-post-wrap,*/
.inner-pages-wrapper.portfolio-section.layout2 .scroll-content,
#faq-page {
	padding-top: 80px;
	padding-bottom: 40px;
	padding-top: 40px;
	padding-bottom: 20px;
}
#faq-page.inner-pages-wrapper{
	padding: 90px 0px;
}
/*-------------------------------------------------
Team
--------------------------------------------------*/
#team-page {
	padding-top: 40px;
}
.inner-pages-wrapper.layut3 .team-members {
	padding-top: 40px;
}
.inner-pages-wrapper.layout3 .team-member-wrap {
	width: 33.33%;
    /* display: inline-block; */
    float: left;
    margin-bottom: 0px;
}
.inner-pages-wrapper.layout3 .team-member-wrap .team-name {
	position: relative;
    width: 100%;
    z-index: 1;
    text-align: center;
}
.inner-pages-wrapper.layout3 .team-member-wrap .team-designation,
.inner-pages-wrapper.layout3 .team-member-wrap h4.team-post-title {
	padding: 3px 15px 7px;
    z-index: 1;
    background: #eee;
    margin-bottom: 0;
}
.team-description {}
.inner-pages-wrapper.layout-3 .team-member-wrap h4.team-post-title {
	padding: 15px 15px 3px;
}
.inner-pages-wrapper.layout3 .team-member-wrap .team-social {
	margin: 0 auto;
    text-align: center;
    width: 100%;
     visibility: hidden; 
     opacity: 0; 
    transition: all ease-in-out 0.4s;
    -webkit-transition: all ease-in-out 0.4s;
    -moz-transition: all ease-in-out 0.4s;
    z-index: -1;
    padding: 10px 0;
    color: #fff;
    background: rgba(88, 178, 94, 0.8);
    font-size: 14px;
    top: 0;
    transform: translateY(0%);
    position: absolute;
}
.inner-pages-wrapper.layout3 .team-member-wrap:hover .team-social {
	visibility: visible;
	opacity: 1;
	/*top: 0%;*/
	transform: translateY(-100%);
	/*z-index: 1;*/
}
.inner-pages-wrapper.layout3 .team-member-wrap .team-social a {
	display: inline-block;
    padding: 0 5px;
    color: #fff;
    font-size: 13px;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.2)
}
.inner-pages-wrapper.layout3 .team-member-wrap .team-description {
	background: #eee;
	padding: 15px;
}
/*=================================
INNER-PAGES-PAGINATION
===================================*/
.paging-navigation .num-nav-links a.page-numbers {
	display: inline;
}
/*--------------------------------------------------------------
PAGES-LAYOUT PAGES 
--------------------------------------------------------------*/
.page-wrapper {
	padding: 90px 0 90px;
}
.entry-content {
	margin-top: 0;
}
.single-content-wrap .entry-content{
	border-bottom: 1px solid #eee;
}
.entry-content p{
	margin-bottom: 25px;
	line-height: 28px;
}
/*--------------------------------------------------------------
Left-sidebar 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Right-sidebar 
--------------------------------------------------------------*/
/*--------------------------------------------------------------
Both-sidebar 
--------------------------------------------------------------*/
.left-sidebar .hamza_pro-recent-rightdivs,
.right-sidebar .hamza_pro-recent-rightdivs,
.both-sidebar .hamza_pro-recent-rightdivs {
	margin-bottom: 0px;
}
.left-sidebar .hamza_pro-recent-rightbar-img,
.right-sidebar .hamza_pro-recent-rightbar-img,
.both-sidebar .hamza_pro-recent-rightbar-img {
	width: 100%;
	overflow: hidden;
}
.left-sidebar .hamza_pro-recent-rightbar-content,
.right-sidebar .hamza_pro-recent-rightbar-content,
.both-sidebar .hamza_pro-recent-rightbar-content {
	width: 62%;
    float: left;
    vertical-align: top;
}
.left-sidebar .hamza_pro-recent-rightbar-content h6.hamza_pro-recent-rightbar-title,
.right-sidebar .hamza_pro-recent-rightbar-content h6.hamza_pro-recent-rightbar-title, 
.both-sidebar .hamza_pro-recent-rightbar-content h6.hamza_pro-recent-rightbar-title {
	margin-bottom: 3px;
    font-size: 14px;
    font-weight: 300;
}
.both-sidebar .hamza_pro-recent-rightbar-content h6.hamza_pro-recent-rightbar-title a {}
.left-sidebar .hamza_pro-recent-rightbar-content .hamza_pro-recent-rightbar-date,
.right-sidebar .hamza_pro-recent-rightbar-content .hamza_pro-recent-rightbar-date,
.both-sidebar .hamza_pro-recent-rightbar-content .hamza_pro-recent-rightbar-date {
    font-size: 14px;
}
/*--------------------------------------------------------------
/*--------------------------------------------------------------
BLOGS-LAYOUT PAGES 
----------------------------------------------------------------*/
/*--------------------------------------------------------------
Blogs-defult-style
----------------------------------------------------------------*/
.left-sidebar-right,
.widget-area.right-sidebar.sidebar {
	width: 70%;
    display: inline-block;
    vertical-align: middle;
}
.left-sidebar-right {
	width: 75%;
    padding-right: 40px;
}
.left-sidebar-right .left-sidebar {
	width: 70%;
    display: inline-block;
    vertical-align: top;
    padding-right: 15px;
}
.left-sidebar-right .content-area {
	float: right;
    width: 66%;
    vertical-align: middle;
    padding-left: 25px;
    padding-right: 0px;
}
.left-sidebar-right .left-sidebar {
	width: 30%;
    padding-right: 0;
}
.widget-area.right-sidebar.sidebar {
	width: 30%;
    padding-left: 10px;
    padding-right: 0px;
}
.right-sidebar .widget.widget_search .searchsubmit i {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}
.search-no-results .right-sidebar button.searchsubmit {
	height: 45px;
}
.blog-circular-alternate .entry-meta .posted-on,
.blog-circular-alternate .entry-meta .byline,
.blog-circular-alternate .entry-meta .blog-author,
.blog-circular-alternate .entry-meta .blog-cat {
	display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-right: 4px;
    margin-left: 0;
}
.page-template-template-blog .content-area,
.page-template-template-blog .widget-area.right-sidebar.sidebar {
	width: 75%;
	display: inline-block;
	vertical-align: top;
}
.page-template-template-blog .widget-area.right-sidebar.sidebar {
	width: 30%;
    padding-left: 10px;
}
.page-template-template-blog .entry-meta {
	margin-bottom: 10px;
}
.page-template-template-blog .entry-meta .posted-on,
.page-template-template-blog .entry-meta .byline,
.page-template-template-blog .entry-meta .blog-author,
.page-template-template-blog .entry-meta .blog-cat {
	display: inline-block;
    vertical-align: top;
    font-size: 14px;
    margin-right: 4px;
    margin-left: 0;
}
.page-template-template-blog .meta-btn-wrap {
	margin-bottom: 50px;
}
.archive .entry-header .entry-meta h2:hover,
.category-latest-blogs h3 a:hover,
.page-template-template-blog h3 a:hover {
	color: #58b25e;
}
/*===========================================
WOOCOMMERCE
============================================*/
.woocommerce-info{
	border-top-color: #015389;
}
.woocommerce-info::before{
	color: #015389;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin: 0px 0px 60px;
    float: left;
    width: 33.33%;
    vertical-align: top;
    text-align: center;
}
.woocommerce ul.products li.product:nth-child(3n+1),
.woocommerce-page ul.products li.product:nth-child(3n+1) {
    padding-right: 10px;
}
.woocommerce ul.products li.product:nth-child(3n+2),
.woocommerce-page ul.products li.product:nth-child(3n+2) {
    padding-right: 5px;
    padding-left: 5px;
}
.woocommerce ul.products li.product:nth-child(3n+3),
.woocommerce-page ul.products li.product:nth-child(3n+3) {
    padding-left: 10px;
}
.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0 5px;
    border-bottom: 2px solid #58b25e;
    line-height: 15px;
    position: relative;
    -webkit-transition: ease-in-out 0.3s;
       -moz-transition: ease-in-out 0.3s;
        -ms-transition: ease-in-out 0.3s;
         -o-transition: ease-in-out 0.3s;
            transition: ease-in-out 0.3s;
}
.woocommerce ul.products li.product .star-rating{
	font-size: 14px;
	line-height: 13px;
}
.woocommerce ul.products li.product .price del{
	display: inline-block;
}
.woocommerce span.onsale{
	height: 50px;
	width: 50px;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	line-height: 45px;
}
.woocommerce ul.products li.product .onsale{
	margin: 5px 5px 0 0;
}
.woocommerce-page ul.products li.product h2.woocommerce-loop-product__title:hover {
	color: #015389;
}
.woocommerce-page ul.products li.product span.price {
    font-size: 18px;
    color: #333;
    font-style: normal;
    font-weight: 600;
}
.woocommerce ul.products li.product .button {
   background-color: #58b25e;
   color: #fff;
   display: block;
    width: 55%;
    margin: 25px auto 0;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
	padding: 13px 0px 11px;
	-webkit-border-radius: 2px;
	        border-radius: 2px;
}
.woocommerce ul.products li.product .button:hover {
	background: #015389;
}
.woocommerce-page ul.products li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
	background: #015389;
}
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove{
	margin-top: 35px;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width: 75px;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
    padding: 8px 0 8px 2em !important;
}
.left-sidebar ul.cart_list li, .left-sidebar ul.product_list_widget li {
    padding: 8px 0 8px 0 !important;
}
.right-sidebar ul.cart_list li, .right-sidebar ul.product_list_widget li {
    padding: 8px 0 8px 0 !important;
}
.woocommerce-page ul.products li.product .ed-product-loop-thumbnail {
	position: relative;
    overflow: hidden;
}
.woocommerce-page ul.products li.product .ed-product-loop-thumbnail:before {
	content:"";
	position: absolute;
	background: rgba(0, 0, 0, 0.1);
     top: 0; 
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s;
    -ms-transition: all ease 0.2s;
}
.woocommerce-page ul.products li.product .ed-product-loop-thumbnail:hover:before {
	visibility: visible;
	opacity: 1;
    color: #fff;
}
.woocommerce-page ul.products li.product .whislist-quickview {
    position: absolute;
    width: 100%;
    height: 100%;
}
.woocommerce-page ul.products li.product .whislist-quickview .yith-wcwl-add-to-wishlist {
	width: 100%;
    position: absolute;
    margin: 0 auto;
    bottom: -100px;
    background: rgba(255, 255, 255, 0.8);
    transition: all ease-in-out 0.3s;
}
.woocommerce-page ul.products li.product .whislist-quickview:hover .yith-wcwl-add-to-wishlist {
	bottom: 0;
}
.woocommerce-page ul.products li.product .whislist-quickview .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse{
	font-size: 12px;
	padding: 10px;
	color: #000;
	text-transform: uppercase;
}
.woocommerce-page ul.products li.product .whislist-quickview .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span{
	display: block;
}
.woocommerce-page ul.products li.product .whislist-quickview .button.yith-wcqv-button {
    font-size: 0;
    height: 40px;
    width: 40px;
    background: rgba(255, 255, 255, 1);
    border: none;
    padding: 0;
    display: block;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -ms-transition: all ease 0.3s;
    left: -100%;
    top: -10px;
    line-height: 38px;
    border-radius: 2px;
    text-align: center;
}
.woocommerce-page ul.products li.product .whislist-quickview .button.yith-wcqv-button:before {
	content: '\f06e';
    position: absolute;
    font-family: FontAwesome;
    font-size: 12px;
    color: #000;
    left: 14px;
}
.yith-wcwl-add-button a.add_to_wishlist{
	font-size: 12px;
	color: #000;
	text-transform: uppercase;
}
.woocommerce-page ul.products li.product .whislist-quickview .yith-wcwl-wishlistaddedbrowse a:hover{
	color: #015389;
}
.woocommerce-page ul.products li.product .whislist-quickview .button.yith-wcqv-button {
	visibility: hidden;
	opacity: 0;
	margin: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	     -o-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	
}
.woocommerce-page ul.products li.product .whislist-quickview:hover .button.yith-wcqv-button {
	visibility: visible;
	opacity: 1;
	margin: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	   -moz-transform: translateY(-50%) translateX(-50%);
	    -ms-transform: translateY(-50%) translateX(-50%);
	     -o-transform: translateY(-50%) translateX(-50%);
	        transform: translateY(-50%) translateX(-50%);
	
}
.woocommerce-page ul.products li.product .whislist-quickview .button.yith-wcqv-button:hover {
	background: #015389;
}
.woocommerce-page ul.products li.product .whislist-quickview .button.yith-wcqv-button:hover:before {
	color: #fff;
}
.woocommerce-page ul.products li.product .whislist-quickview .yith-wcwl-wishlistaddedbrowse,
.woocommerce-page ul.products li.product .whislist-quickview .yith-wcwl-add-button {
	padding: 10px 0;
}
.woocommerce-page ul.products li.product .whislist-quickview .yith-wcwl-wishlistaddedbrowse{
	text-transform: uppercase;
	color: #000;
	font-size: 12px;
	padding: 15px 0;
}
.woocommerce-page ul.products li.product .whislist-quickview .yith-wcwl-add-button a:hover,
.woocommerce-page ul.products li.product .whislist-quickview .yith-wcwl-wishlistexistsbrowse a:hover {
	color: #015389;
}
.woocommerce-cart .content-area,
.woocommerce-checkout .content-area,
.woocommerce-account .content-area,
.woocommerce-wishlist .content-area {
	width: 73%;
    display: inline-block;
    vertical-align: top;
}
.woocommerce-account .content-area .woocommerce-MyAccount-navigation {
	width: 28%
}
.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
    padding: 0;
}
.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a {
	margin-right: 10px;
    border: 1px solid #ccc;
    display: block;
    padding: 8px 15px;
    margin-bottom: 10px;
    border-radius: 2px;
    transition: all ease-in-out 0.3s;
}
.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a:hover {
	background: #015389;
	background: #58b25e;
	border: 1px solid #58b25e;
	color: #fff;
	transition: all ease-in-out 0.3s;
}
.woocommerce .woocommerce-Message a.button,
.woocommerce .woocommerce-message a.button{
	-webkit-border-radius: 2px;
	        border-radius: 2px;
	font-weight: 500;
}
.woocommerce .woocommerce-Address-title h3{
	display: block;
	width: 100%;
}
.woocommerce .woocommerce-Address-title a.edit{
	display: block;
	padding: 3px 20px 1px;
	border: 1px solid #aaa;
	float: left !important;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	-webkit-border-radius: 30px;
	        border-radius: 30px;
}
.woocommerce form .form-row input.input-text, 
.woocommerce form .form-row textarea{
	height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 45px;
}
.select2-container--default .select2-selection--single{
	height: 45px;
	-webkit-border-radius: 0px;
	        border-radius: 0px;
	border: 1px solid #ccc;
	color: #666;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 45px;
	color: #666;
}
.woocommerce .woocommerce-MyAccount-content input.button{
	font-weight: 500;
	margin-top: 20px;
}
.woocommerce .woocommerce-Address-title a.edit:hover{
	background: #58b25e;
	border: 1px solid #58b25e;
	color: #FFF;
}
.woocommerce .woocommerce-Address address{
	padding-top: 15px;
}
.woocommerce .edit-account input.button{
	font-weight: 500;
	margin-top: 20px;
}
.woocommerce form.edit-account .form-row input.input-text, 
.woocommerce form.edit-account .form-row textarea{
	height: 45px;
}
.woocommerce-account .content-area .woocommerce-MyAccount-content {
	width: 70%;
    border: 1px solid #ccc;
    padding: 25px;
    border-radius: 3px;
}
.woocommerce .page-header-wrapper h1.woocommerce-products-header__title.page-title {
	border: 0;
	margin-bottom: 5px;
	padding-bottom: 0;
	color: #fff;
	font-size: 50px;
}
.woocommerce-checkout .content-area .col-2 textarea {
	height: 138px;
	resize: none;
	padding: 10px 15px; 
}
.woocommerce-checkout input#billing_phone{
	border: 1px solid #ccc;
}
.woocommerce .woocommerce-checkout table.shop_table td,
.woocommerce .woocommerce-checkout table.shop_table td strong{
	font-weight: 300;
}
.woocommerce .woocommerce-checkout table.shop_table tfoot th{
	font-weight: 500;
}
.woocommerce .woocommerce-checkout .place-order input.button{
	font-weight: 400;
}
h3#order_review_heading{
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
}
.woocommerce .wishlist_table td.product-add-to-cart a,
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order,
.woocommerce-cart .site-content .wc-proceed-to-checkout a {
	background: #58b25e;
}
.woocommerce .wishlist_table td.product-add-to-cart a:hover, 
.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover, 
.woocommerce-cart .site-content .wc-proceed-to-checkout a:hover{
	background: #015389;
}
.woocommerce #respond input#submit, 
.woocommerce a.button, 
.woocommerce button.button, 
.woocommerce input.button{
	background: #58b25e;
	color: #FFF;
}
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover{
	background: #015389;
	color: #FFF;
}
.woocommerce a.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-cart .site-content .wc-proceed-to-checkout a:hover {
	background: #015389;
}
.woocommerce-message{
	border-top-color: #58B25E;
}
.woocommerce-message::before{
	color: #58B25E;
}
.woocommerce ul.products li.product .star-rating {
	margin: 10px auto;
}
.woocommerce-cart .woocommerce .woocommerce-cart-form tbody a:hover {
	color: #58b25e;
}
.left-sidebar #primary,
.woocommerce.left-sidebar #primary{
	padding-left: 15px;
	padding-right: 0;
}
.right-sidebar #primary,
.woocommerce.right-sidebar #primary{
	padding-right: 15px;
	padding-left: 0;
}
.left-sidebar .left-sidebar.sidebar,
.woocommerce.left-sidebar .left-sidebar.sidebar{
	padding-left: 0;
	padding-right: 15px;
}
.right-sidebar .right-sidebar.sidebar,
.woocommerce.right-sidebar .right-sidebar.sidebar{
	padding-left: 15px;
	padding-right: 0;
}
.both-sidebar .left-sidebar.sidebar{
	padding-left: 0;
	padding-right: 15px;
}
.both-sidebar .right-sidebar.sidebar{
	padding-left: 15px;
	padding-right: 0px;
}
.both-sidebar #primary{
	padding-left: 15px;
	padding-right: 15px;
}
.woocommerce.left-sidebar .left-sidebar.sidebar .star-rating{
	font-size: 13px;
	line-height: 12px;
}
.woocommerce .sidebar span.reviewer{
	font-size: 14px;
}
.cat-blog-list {
	margin-bottom: 35px;
}
.archive .entry-header {
	margin-top: 30px;
}
.archive .entry-header .blog-author-img {
	width: 5%;
    float: left;
    margin-right: 0;
}
.archive .entry-header .entry-meta {
    width: 100%;
    float: right;
    padding-left: 0px;
}
.archive .entry-header .entry-meta h2 {
	margin-bottom: 3px;
}
.single .entry-header .entry-meta .blog-date,
.single .entry-header .entry-meta .comment-count,
.single .entry-header .entry-meta .tags-links,
.single .entry-header .entry-meta .post-view-count,
.single .entry-header .entry-meta .by-line,
.archive .entry-header .entry-meta .blog-date,
.archive .entry-header .entry-meta .comment-count,
.archive .entry-header .entry-meta .tags-links,
.archive .entry-header .entry-meta .post-view-count,
.archive .entry-header .entry-meta .by-line {
	display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 300;
    color: #666;
}
.archive .entry-header .entry-meta div{
	position: relative;
	padding-left: 15px;
	padding-right: 10px;
}
.archive .entry-header .entry-meta div:before{
	position: absolute;
	content: "";
	width: 1px;
	height: 18px;
	top: 50%;
	left: 0;
	background: #aaa;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.archive .entry-header .entry-meta div:first-of-type{
	padding-left: 0;
}
.archive .entry-header .entry-meta div:first-of-type:before{
	display: none;
}
.archive .entry-header .entry-meta .tags-links:before {
	font-size: 11px;
}

.single .single-content-wrap .entry-meta .posted-on,
.single .single-content-wrap .entry-meta{
	padding: 20px 0 15px;
	font-size: 18px;
	font-weight: 500;
	color: #333;
}
.single .single-content-wrap .entry-meta span{
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	color: #333;
	display: inline-block;
	margin-right: 5px;
}
.single .single-content-wrap .entry-meta span:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 18px;
	background: #999;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.single .single-content-wrap .entry-meta span.posted-on:before{
	display: none;
}
.single .single-content-wrap .entry-meta .byline:before,
.single .single-content-wrap .entry-meta .author:before{
	display: none;
}
.single .single-content-wrap .entry-meta .byline,
.single .single-content-wrap .entry-meta .author{
	padding-left: 2px;
	padding-right: 0;
	margin: 0;
	padding-top: 12px;
}
.counter-section {
    padding: 100px 0;
    background: #ddd;
    color: #FFF;
}
.call-to-action.ed-overlay:after,
.counter-section.ed-overlay:after{
	background: rgba(88, 178, 94, 0.8);
}
.counter-section .widget.widget_hamza_pro_stat_counter {
	width: 25%;
    display: inline-block;
    vertical-align: top;
    margin: 15px 0 20px;
}
.counter-section .widget_hamza_pro_stat_counter .hamza_pro-stat_counter-icon {
	background: transparent;
    border: none;
    box-shadow: none;
    height: 85px;
    color: inherit;
}
.counter-section .widget_hamza_pro_stat_counter .hamza_pro-stat_counter-title {
	font-size: 22px;
	font-weight: 300;
	text-transform: uppercase;
}
.counter-section .widget_hamza_pro_stat_counter .hamza_pro-stat_counter-number {
	margin-bottom: 15px;
	font-size: 36px;
	font-weight: 700;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background: #58b25e;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: #468f4b;
}
.woocommerce div.product form.cart .button:focus,
.woocommerce-page .woocommerce div.product form.cart .button:focus {
	outline: none;
}
.woocommerce div.product form.cart .button,
.woocommerce-page .woocommerce div.product form.cart .button {
	background: #58b25e;
}
.woocommerce div.product form.cart .button{
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.woocommerce .quantity .qty{
	height: 40px;
}
.woocommerce div.product form.cart .button:hover,
.woocommerce-page .woocommerce div.product form.cart .button:hover {
	background: #015389;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
	-moz-transition: all ease-in-out 0.3s;
}
.both-sidebar .blog-square_alternate .blog-exrecpt,
.both-sidebar .blog-square_alternate:nth-child(even) .blog-thumbnail,
.both-sidebar .blog-square_alternate:nth-child(odd) .blog-thumbnail,
.both-sidebar .blog-square_alternate:nth-child(odd) .blog-exrecpt,
.both-sidebar .blog-square .blog-thumbnail,
.both-sidebar .blog-square .blog-exrecpt {
	width: 100%;
}
.both-sidebar .blog-square_alternate .blog-exrecpt,
.both-sidebar .blog-square_alternate:nth-child(odd) .blog-exrecpt,
.both-sidebar .blog-square .blog-exrecpt {
	margin-top: 20px;
}
/*=======================================
HOMEPAGE SECTION OVERLAY
=========================================*/
section.ed-overlay {
    position: relative;
    z-index: 0;
}
.ed-overlay:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(88, 178, 94, 0.8);
	z-index: -1;
}
.admin-bar #page .site-header.sticky-header.logo-left #site-navigation .menu li.menu-item-has-children:last-child:after{
    right: -13px;
}
.admin-bar #page .site-header.sticky-header.logo-left #site-navigation .menu li.menu-item-has-children:last-child:after{
    right: 3px;
}
.site-header.style-4.sticky-header.logo-center .header-wrap {
    padding-bottom: 10px;
}
.site-header.style-1.sticky-header.logo-right {
	padding: 10px;
}
.woocommerce.woocommerce-page.woocommerce div.product .product_title {
	padding-left: 0px;
}
.single h1.entry-title {
	padding-left: 5px;
	font-size: 36px;
}


.site-header.style-2.sticky-header.logo-center #site-navigation .menu {}
.admin-bar #page .site-header.style-2.sticky-header.logo-center #site-navigation .menu ul li:last-child:after {
	right: 2px;
}
.admin-bar #page .site-header.style-3.sticky-header .header-wrap #site-navigation .menu li:last-child:after {
	right: -13px;
}
.site-header.style-3.sticky-header.logo-left .header-wrap .main-navigation {
	text-align: right;
}
.site-header.style-2.sticky-header.logo-center .ed-email-phone,
.site-header.style-1.sticky-header.logo-center .ed-email-phone {
	text-align: left;
}
.boxed-layout .site-header.style-2.sticky-header.logo-right,
.boxed-layout .site-header.style-1.sticky-header.logo-right,
.site-header.style-4.sticky-header.logo-left .header-wrap,
.site-header.style-3.sticky-header.logo-left,
.site-header.style-2.sticky-header.logo-left,
.site-header.style-1.sticky-header.logo-left {
	padding-top: 20px;
}

#top-header {
	padding: 10px;
}
.site-header.style-2.sticky-header #top-header {
	padding-bottom: 0;
}
.site-header.style-3.sticky-header #top-header {
	padding: 10px 0 0px;
}
.site-header.sticky-header.sticky-ready #top-header {
	padding: 0px;
}
.site-header.sticky-header.sticky-ready {
	visibility: hidden;
	margin-top: -50px;
	padding: 0px;
	opacity: 0;
}
.site-header.sticky-header.sticky-ready #site-navigation .menu > ul > li > a{
	padding: 20px 15px;
}
.site-header.sticky-header.sticky-ready .site-branding.main-logo {
	max-width: 120px;
	padding: 14px 0px;
}
.site-header.style-3.sticky-header.logo-center .main-navigation {
	text-align: center;
	width: 100%;
	padding: 16px 0px;
}
.site-header.style-4.sticky-header #top-header {
	padding: 0;
}


/*header style 1*/
header.style-1 #top-header{
	padding-top: 15px;
	padding-bottom: 0;
}
header.style-1 .header-wrap .ed-search{
	width: auto;
	margin-left: 60px;
}
header.style-1 .header-wrap .nav-search-wrapper{
	display: table;
	width: 100%;
	margin-bottom: 0;
	border-top: solid 1px #efefef;
	margin-top: 15px;
}
header.style-1 .header-wrap .main-navigation{
	float: left;
	line-height: 5px;
}
header.style-1 .header-wrap #site-navigation .menu > ul > li > a{
	padding: 32px 15px 28px;
}
/*header style 2*/
header.style-2 #top-header{
	padding-top: 20px;
	padding-bottom: 0;
}
header.style-2 .header-wrap .ed-search{
	width: auto;
	margin-left: 60px;
}
header.style-2 .header-wrap .nav-search-wrapper{
	display: table;
	width: 100%;
	margin-bottom: 0;
	border-top: solid 1px #efefef;
	margin-top: 20px;
}
header.style-2 .nav-wrapper .main-navigation {
	background: #58b25e;
	margin-top: 20px;
	position: relative;
	margin-bottom: -33px;
	z-index: 9;
}
header.style-2 #site-navigation .menu > ul > li > a{
	padding: 22px 0px 18px;
}
header.style-2 #site-navigation .menu > ul > li > a span{
	position: relative;
	padding: 0px 45px;
	font-weight: 700;
	color: #FFF;
	-webkit-transition: ease-in-out 0.3s;
	   -moz-transition: ease-in-out 0.3s;
	    -ms-transition: ease-in-out 0.3s;
	     -o-transition: ease-in-out 0.3s;
	        transition: ease-in-out 0.3s;
}
header.style-2 #site-navigation .menu > ul > li > a:hover span{
	color: #015389;
}
header.style-2 #site-navigation .menu > ul > li > a span:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.5);
	top: 0;
	right: 0;
}
header.style-2 #site-navigation .menu > ul > li:last-child > a span:after{
	display: none;
}
header.style-2 #site-navigation .menu > ul > li > a::after,
header.style-2 #site-navigation .menu > ul > li > a::before{
	display: none;
}
header.style-2.sticky-ready .nav-wrapper .main-navigation{
	float: right;
	width: auto;
	margin-top: 0;
	margin-bottom: 0;
	background: transparent;
}
header.style-2.sticky-header.sticky-ready .nav-wrapper{
	border: 0px;
	margin-top: 0px;
	top: 0;
}
header.style-2.sticky-ready .nav-wrapper #site-navigation .menu > ul > li > a{
	padding: 20px 0px 15px;
}
header.style-2.sticky-ready .nav-wrapper #site-navigation .menu > ul > li > a span{
	padding: 2px 20px 1px;
	color: #000;
	font-weight: 300;
}
header.style-2.sticky-ready .nav-wrapper #site-navigation .menu > ul > li > a:hover span{
	color: #58b25e;
}
header.site-header.sticky-header.sticky-ready .nav-wrapper .ed-container{
	width: auto;
}
/*header style 4*/
.admin-bar header.site-header.style-4{
	margin-top: 32px;
}
header.site-header.style-4{
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}
header.style-4 #top-header{
	padding-top: 15px;
	padding-bottom: 0;
}
header.style-4 .ed-email-phone{
	width: 100%;
	text-align: left;
	display: block;
	padding: 15px 0px;
	border-bottom: solid 1px rgba(255,255,255,0.5);
}
header.style-4 .ed-email-phone .ed-email{
	margin-left: 30px;
}
header.style-4 .ed-email-phone .ed-search{
	float: right;
}
header.style-4 .ed-email-phone a, header.style-4 .ed-phone a{
	color: #FFF;
}
header.style-4 .ed-email-phone a:before, header.style-4 .ed-phone a:before{
	color: #FFF;
}
header.style-4 .header-wrap .searchform .searchsubmit .fa.fa-search{
	color: #FFF;
}
header.style-4 .site-branding.main-logo{
	float: left;
	margin: 0;
	padding: 10px 0px;
}
header.style-4 .header-wrap .ed-search{
	width: auto;
	margin-top: -4px;
}
header.style-4 .header-wrap .nav-search-wrapper{
	display: table;
	width: 100%;
	margin-bottom: 0;
	border-top: solid 1px #efefef;
	margin-top: 15px;
}
header.style-4 .header-wrap .main-navigation{
	float: left;
	width: 70%;
	margin: 0;
	line-height: 5px;
	text-align: right;
}
header.style-4.site-header.sticky-header.sticky-ready{
	display: none;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-animation: fadeinmine 0.5s;
       -moz-animation: fadeinmine 0.5s;
        -ms-animation: fadeinmine 0.5s;
         -o-animation: fadeinmine 0.5s;
            animation: fadeinmine 0.5s;
}
@keyframes fadeinmine {
    from { transform: translateY(-100%); }
    to   { transform: translateY(0%); }
}

@-moz-keyframes fadeinmine {
    from { -moz-transform: translateY(-100%); }
    to   { -moz-transform: translateY(0%); }
}
@-webkit-keyframes fadeinmine {
    from { -webkit-transform: translateY(-100%); }
    to   { -webkit-transform: translateY(0%); }
}
@-o-keyframes fadeinmine {
    from { -o-transform: translateY(-100%); }
    to   { -o-transform: translateY(0%); }
}
header.style-4 .header-wrap #site-navigation .menu > ul > li > a{
	padding: 32px 15px 28px;
	color: #FFF;
}
header.style-4 #site-navigation .menu > ul > li > a::after,
header.style-4 #site-navigation .menu > ul > li > a::before{
	background-color: rgba(255,255,255,0.5);
}
.slider-section.style-4 .slider-caption-container{
	top: 55%
}
/*Slider-1*/
.slider-section.layout1 .ed-container{
	position: relative;
	height: 100%;
	max-width: 1168px;
	width: 100%;
	
}
.slider-section.layout1 .slider-caption-container{
	width: 50%;
	margin-left: 0px;
	padding: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.slider-section.layout1 .slider-wrap .slides .slider-caption .slider-caption-container .caption-title{
	text-align: left;
	margin-left: auto;
	margin-right: -100px;
}
.slider-section.layout1 .slider-wrap .slides.active-slide .slider-caption .slider-caption-container .caption-title{
	margin-right: 0px;
}
.slider-section.layout1 .slider-wrap .slides .slider-caption .slider-caption-container .caption-description{
	text-align: left;
}
/*Slider-3*/
.slider-section.layout3 .ed-container{
	position: relative;
	height: 100%;
	max-width: 1168px;
	width: 100%;
}
.slider-section.layout3 .slider-caption-container{
	width: 50%;
	margin-left: auto;
	margin-right: 0px;
	padding: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.slider-section.layout3 .slider-wrap .slides .slider-caption .slider-caption-container .caption-title{
	text-align: right;
}
.slider-section.layout3 .slider-wrap .slides .slider-caption .slider-caption-container .caption-description{
	text-align: right;
	margin-right: auto;
	margin-left: -100px;
}
.slider-section.layout3 .slider-wrap .slides.active-slide .slider-caption .slider-caption-container .caption-description{
	margin-right: 0px;
	margin-left: 0px;
}
/*Fade Effect*/
.slider-section .slider-wrap .fade .slides .slider-caption .slider-caption-container .caption-title{
	margin-left: 0px;
	margin-right: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	-webkit-transform: scale(1.4, 1.4) translateZ(0);
	   -moz-transform: scale(1.4, 1.4) translateZ(0);
	    -ms-transform: scale(1.4, 1.4) translateZ(0);
	     -o-transform: scale(1.4, 1.4) translateZ(0);
	        transform: scale(1.4, 1.4) translateZ(0);
    opacity: 0.25;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.slider-section .slider-wrap .fade .slides.active-slide .slider-caption .slider-caption-container .caption-title{
	-webkit-filter: blur(0px);
	filter: blur(0px);
	opacity: 1;
	-webkit-transform: scale(1, 1) perspective(1px) translateZ(0);
	   -moz-transform: scale(1, 1) perspective(1px) translateZ(0);
	    -ms-transform: scale(1, 1) perspective(1px) translateZ(0);
	     -o-transform: scale(1, 1) perspective(1px) translateZ(0);
	        transform: scale(1, 1) perspective(1px) translateZ(0);
}
.slider-section .slider-wrap .fade .slides .slider-caption .slider-caption-container .caption-description{
	margin-left: 0px;
	margin-right: 0;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	-webkit-transform: scale(1.4, 1.4) translateZ(0);
	   -moz-transform: scale(1.4, 1.4) translateZ(0);
	    -ms-transform: scale(1.4, 1.4) translateZ(0);
	     -o-transform: scale(1.4, 1.4) translateZ(0);
	        transform: scale(1.4, 1.4) translateZ(0);
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	-webkit-transition-delay: .2s;
	-moz-transition-delay: .2s;
	transition-delay: .2s;
}
.slider-section .slider-wrap .fade .slides.active-slide .slider-caption .slider-caption-container .caption-description{
	-webkit-filter: blur(0px);
	filter: blur(0px);
	opacity: 1;
    -webkit-transform: scale(1, 1) perspective(1px) translateZ(0);
	   -moz-transform: scale(1, 1) perspective(1px) translateZ(0);
	    -ms-transform: scale(1, 1) perspective(1px) translateZ(0);
	     -o-transform: scale(1, 1) perspective(1px) translateZ(0);
	        transform: scale(1, 1) perspective(1px) translateZ(0);
}
/*Vertical Effect*/
.slider-section .slider-wrap .vertical .slides .slider-caption .slider-caption-container .caption-title{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
}
.slider-section .slider-wrap .vertical .slides.active-slide .slider-caption .slider-caption-container .caption-title{
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.slider-section .slider-wrap .vertical .slides .slider-caption .slider-caption-container .caption-description{
	margin-left: 0px;
	margin-right: 0px;
}
.slider-section .slider-wrap .vertical .slides.active-slide .slider-caption .slider-caption-container .caption-description{
	margin: 0px;
}
/*Form Validation Styles*/
.hamza-pro-contact-widget div.wpcf7-validation-errors,
.hamza-pro-contact-widget div.wpcf7-mail-sent-ng{
	border: 1px solid #58b25e;
	font-size: 12px;
}
.hamza-pro-contact-widget span.wpcf7-not-valid-tip{
	font-size: 12px;
}
.hamza-pro-contact-widget div.wpcf7-response-output{
	margin: 10px 0 0;
}
/*FancyBox Styles*/
.fancybox-container{
	z-index: 99999 !important;
}


/*Widget Styles*/
.woocommerce-product-search .search-field{
	max-width: 93%;
	font-size: 16px;
	padding-top: 5px;
	padding-left: 15px;
}
.woocommerce-product-search input[type="submit"]{
	margin-top: 20px;
	padding: 7px 25px 5px;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	background: #58b25e;
	color: #FFF;
}
.woocommerce-product-search input[type="submit"]:hover{
	background: #015389;
	border-color: #015389;
}
.widget_search{
	display: table;
	width: 100%;
}
.widget_media_image img.image{
	width: 100%;
}

/*Grid Layout Blog*/
.blog-grid{
	width: 100%;
	display: block;
	padding-right: 10px;
}
.blog-grid article{
	width: 50%;
	float: left;
	margin: 0;
	padding-bottom: 30px;
}
.blog-grid article .archive-wrap{
	border: solid 1px rgba(0,0,0,0.061);
	-webkit-border-radius: 4px;
	        border-radius: 4px;
	padding-bottom: 25px;
}
.blog-grid article:nth-of-type(2n+1){
	padding-right: 12.5px;
}
.blog-grid article:nth-of-type(2n+2){
	padding-left: 12.5px;
}
.blog-grid article .entry-thumbnail{
	-webkit-border-top-left-radius: 4px;
	        border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	        border-top-right-radius: 4px;
	    overflow: hidden;
}
.blog-grid .entry-header{
	padding-left: 15px;
	padding-right: 15px;
}
.blog-grid .entry-header .entry-meta h4{
	font-size: 20px;
	line-height: 24px;
	margin-top: 0;
	margin-bottom: 5px;
}
.blog-grid .entry-header .entry-meta h4 a:after{
	display: none;
}
.blog-grid .entry-header .entry-meta h4 a{
	margin-bottom: 0;
}
.blog-grid .entry-header .entry-meta div{
	font-size: 16px !important;
	font-weight: 400 !important;
}
.blog-grid .entry-header .entry-meta{
	margin-bottom: 8px;
}
.blog-grid .entry-content p{
	margin-bottom: 25px;
	padding: 0 25px 0 15px;
}
.blog-grid .entry-excerpt a.bttn{
	display: inline;
	border-width: 1px;
	width: auto;
	height: 40px;
	padding: 7px 25px 6px;
	line-height: 40px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	margin-left: 15px;
}
/*Wishlist and CheckOut Styles*/
.woocommerce a.remove{
	font-family: 'Montserrat', sans-serif;
	font-weight: 300 !important;
	font-size: 26px;
	color: #1f232b !important;
}
.woocommerce table.shop_table{
	border: 0;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	-webkit-border-radius: 0px;
	        border-radius: 0px;
}
table{
	border-spacing: 0;
	border-collapse: collapse;
}
table, th, td{
    border:1px solid #e5e5e5;
}
table {
    border-bottom:0;
    border-left:0;
}
td, th {
	background: transparent;
    border-top:0;
    border-right:0;
    border-bottom: 0;
    vertical-align: middle;
    text-align: left;
}
.woocommerce table thead th,/* .woocommerce table.wishlist_table tbody td,*/
.woocommerce table tr th{
	background: transparent;
	color: #1F232B;
	vertical-align: middle;
	padding: 20px 20px;
	font-size: 20px;
	font-weight: 300;
}
.woocommerce table tbody td{
	height: 100px;
	padding: 20px 20px;
	vertical-align: middle;
}
.woocommerce table thead th.product-remove{
	width: 80px;
}
.woocommerce table thead th.product-thumbnail{
	width: 120px;
}
.woocommerce #content table a.remove{
	font-size: 28px;
}
.woocommerce #content table.wishlist_table.cart a.remove:hover{
	background: transparent;
}
.woocommerce #content table a.remove:hover{
	background: transparent;
	color: #1F232B !important;
}
.woocommerce table tr td a.button.yith-wcqv-button{
	position: relative;
	background: transparent;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	float: right;
	padding: 12px 15px 10px;
	color: #999;
	border: 1px solid #eee;
}
.woocommerce table tr td a.button.yith-wcqv-button:hover{
	color: #58b25e;
	border: 1px solid #58b25e;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
	width: 80px;
}
.yith-quick-view-content{
	
}
#yith-quick-view-content div.summary{
	padding: 30px 40px;
}
.woocommerce div.product .product_title{
	padding-bottom: 20px;
}

.woocommerce table tbody td.product-price,
.woocommerce table tbody td.product-stock-status{
	font-size: 18px;
	text-align: left;
}
.woocommerce table tbody td.product-add-to-cart .add_to_cart_button{
	max-width: 120px;
	margin: 0 auto;
}
.woocommerce .wishlist-title h2{
	font-size: 36px;
	font-weight: 700;	
}
.woocommerce table.shop_table th,
.woocommerce-cart-form table thead tr th{
	border-top: 1px solid #e5e5e5;
	height: 80px;
	font-size: 20px;
	font-weight: 400;
	text-align: left;
}
.woocommerce #content table.cart td.actions .input-text, 
.woocommerce table.cart td.actions .input-text, 
.woocommerce-page #content table.cart td.actions .input-text, 
.woocommerce-page table.cart td.actions .input-text{
	height: 40px;
	width: 200px;
	padding: 10px;
}
.woocommerce table.cart td.actions input.button,
.woocommerce .coupon input.button{
	padding: 10px 35px;
	color: #58B25E;
	border: #58B25E solid 1px;
	font-weight: 400;
	background: transparent;
}
.woocommerce table.cart td.actions input.button:hover,
.woocommerce .coupon input.button:hover{
	background: #58B25E;
	color: #FFF;
}
.woocommerce table.cart td.actions input.button:disabled:hover{
	background: transparent;
	color: #58B25E;
}
.woocommerce table.cart td.actions input.button{
	font-weight: 400;
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.cart_totals h2{
	font-size: 32px;
	font-weight: 600;
	margin-top: 20px;
	margin-bottom: 20px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
	border-top: 1px solid #e5e5e5;
	vertical-align: middle;
	font-weight: 500;
}
.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td{
	height: 60px;
	vertical-align: middle;
	border-top: 1px solid #e5e5e5 !important;
	border-left: 1px solid #e5e5e5 !important;
	padding: 20px;
	font-weight: 400;
}
.woocommerce-cart .cart-collaterals .cart_totals table td strong{
	font-weight: 500;
	color: #333;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	font-size: 20px;
	padding: 20px;
	font-weight: 500;
}
.woocommerce #respond input#submit.loading::before, 
.woocommerce a.button.loading::before, 
.woocommerce button.button.loading::before, 
.woocommerce input.button.loading::before{
	background: #58B25E;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 4px;
}
.woocommerce #respond input#submit.loading::after, 
.woocommerce a.button.loading::after, 
.woocommerce button.button.loading::after, 
.woocommerce input.button.loading::after{
	width: 100%;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 100%;
	margin-left: 0px;
	vertical-align: middle;
	padding-top: 8%;
}
.woocommerce #respond input#submit.added::before, 
.woocommerce a.button.added::before, 
.woocommerce button.button.added::before, 
.woocommerce input.button.added::before{
	background: #58B25E;
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 4px;
}
.woocommerce #respond input#submit.added::after, 
.woocommerce a.button.added::after, 
.woocommerce button.button.added::after, 
.woocommerce input.button.added::after{
	width: 100%;
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 100%;
	margin-left: 0px;
	vertical-align: middle;
	padding-top: 8%;
}
.woocommerce a.remove:hover{
	background: transparent;
	color: #1F232B !important;
}
.woocommerce table.shop_table td.product-remove{
	text-align: center;
	padding: 10px 25px;
}
#about-page .content-section h2.main-title{
	width: 100%;
	max-width: 100%;
}
.page-wrapper .content-area article.service .entry-thumbnail{
	margin-bottom: 25px;
}


.cta-title_simple{
	margin: 0;
	max-width: 100%;
}
.widget_hamza_pro_cta_simple a.btn{
	font-size: 16px;
	min-width: auto;
	padding: 0px 30px;
	height: 40px;
	line-height: 40px;
}
.widget_hamza_pro_cta_simple a.btn i.fa{
	display: none;
}
body.both-sidebar .left-sidebar-right{
	width: 70%;
	padding-right: 20px;
}
body.both-sidebar .page-wrapper{
	padding: 50px 20px;
}
body.both-sidebar .left-sidebar-right .content-area{
	float: right;
	width: 65%;
}
body.both-sidebar .left-sidebar-right .left-sidebar{
	width: 35%;
	float: left;
}
.woocommerce .wishlist_table td.product-add-to-cart a{
	display: inline-block !important;
}
table#wp-calendar caption{
	text-align: left;
	color: #4c4c4c;
	font-family: 'Catamaran', sans-serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1px;
	padding-top: 9px;
	padding-bottom: 7px;
	padding-left: 0px;
	text-transform: uppercase;
}
table#wp-calendar tr th,
table#wp-calendar tr td{
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}

header.site-header.sticky-header .sticky-header-wrapper{
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	z-index: 9999;
	background-color: #fff;
	width: 100%;
	left: 0;
	margin-top: 0;
	-webkit-transition: all 500ms ease;
	   -moz-transition: all 500ms ease;
	    -ms-transition: all 500ms ease;
	     -o-transition: all 500ms ease;
	        transition: all 500ms ease;
}
header.site-header.sticky-header .site-branding.main-logo{
	width: 20%;
	float: left;
	padding: 10px 0;
}
header.site-header.sticky-header.style-1 .site-branding.main-logo,
header.site-header.sticky-header.style-2 .site-branding.main-logo{
	padding: 0;
}
header.site-header.sticky-header.style-1 .ed-email-phone,
header.site-header.sticky-header.style-2 .ed-email-phone{
	width: 80%;
}
header.site-header.sticky-header.style-1.fixeddd .site-branding.main-logo,
header.site-header.sticky-header.style-2.fixeddd .site-branding.main-logo{
	padding-top: 10px;
}
header.site-header.sticky-header .menu-wrapper{
	width: 80%;
	float: left;
}
header.site-header.sticky-header .header-wrap .main-navigation{
	float: right;
}
header.site-header.sticky-header .header-wrap #site-navigation .menu > ul > li > a{
	padding: 23px 15px 21px;
}
header.site-header.sticky-header.style-2 .sticky-header-wrapper #site-navigation .menu > ul > li > a{
	padding: 23px 0px 21px;
}
header.site-header.sticky-header.style-2 .sticky-header-wrapper #site-navigation .menu > ul > li > a span{
	padding: 0 15px;
	color: #000;
	font-weight: 300;
}
header.site-header.sticky-header.style-1 .sticky-header-wrapper #site-navigation .menu > ul > li > a,
header.site-header.sticky-header.style-4 .sticky-header-wrapper #site-navigation .menu > ul > li > a{
	color: #000;
	padding: 31px 15px 27px;
}
header.site-header.sticky-header.fixeddd .sticky-header-wrapper #site-navigation .menu > ul > li > a:hover span,
header.site-header.sticky-header.fixeddd .sticky-header-wrapper #site-navigation .menu > ul > li > a:hover{
	color: #58B25E;
}
header.site-header.sticky-header.fixeddd .sticky-header-wrapper{
	margin-top: 0;
	visibility: visible;
	opacity: 1;
	-webkit-animation-name: ToggledDown;
	   -moz-animation-name: ToggledDown;
	     -o-animation-name: ToggledDown;
	        animation-name: ToggledDown;
	-webkit-animation-duration: 300ms;
	   -moz-animation-duration: 300ms;
	     -o-animation-duration: 300ms;
	        animation-duration: 300ms;
	-webkit-animation-timing-function: linear;
	   -moz-animation-timing-function: linear;
	     -o-animation-timing-function: linear;
	        animation-timing-function: linear;
}

.admin-bar header.site-header.sticky-header .sticky-header-wrapper{
	margin-top: 32px;
}
.admin-bar header.site-header.sticky-header.fixeddd .sticky-header-wrapper{
	margin-top: 32px;
	-webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.1);
}
@keyframes ToggledDown {
	0% {
		transform: translateY(-50px);
		-webkit-transform: translateY(-50px);
	}
	100% {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
}

@-webkit-keyframes ToggledDown {
	0% {
		transform: translateY(-50px);
		-webkit-transform: translateY(-50px);
	}
	100% {
		transform: translateY(0px);
		-webkit-transform: translateY(0px);
	}
}
.site-main .has-post-thumbnail figure.ed-page-thumbnail{
	margin-bottom: 60px;
}
.entry-content a,
.entry-content p a{
	display: inline;
}
.entry-content a:hover{
	color: #015389;
}
.woocommerce-product-search button{
	-webkit-box-shadow: none;
	        box-shadow: none;
	color: #FFF;
	margin-top: 10px;
}
.woocommerce-product-search button:hover{
	background: #015389;
	border-color: #015389;
}
/*Box-Layout*/
.boxed-layout .slider-section .slider-caption-container{
	top: 60%;
	width: 65%;
}
.boxed-layout .slider-section .slides .slider-caption-container .caption-title{
	font-size: 48px;
	line-height: 48px;
}
.boxed-layout .slider-section .slides .slider-caption-container h2{
	margin-bottom: 1vw;
}
.boxed-layout.admin-bar header.site-header.style-4{
	margin-top: 0;
}
.boxed-layout header.style-4 #top-header{
	padding-top: 0;
}
header.style-4 #top-header{
	padding-top: 0;
}