/*!
Theme Name: TA Business
Theme URI: https://themesarray.com/wordpress_themes/ta-business/
Author: Themesarray
Author URI: https://themesarray.com/
Description: TA Business specially build for business proposal. Theme is fully responsive no matter which device you are using and tested with major browser. We are sure google will love it yes theme is SEO Optimized. Theme have special feature like Portfolio, Blog, Subscribe, Slider Banner, About Us Service, Counter, Countdown Sections and many more. Theme is fully Compatible with Woocommerce, Contact Form 7, Newsletter and tested with RTL Tester. Don't need any coding skill we make so easy for you and awesome support. Demo: https://demo.themesarray.com/ta-business/business/
Version: 1.0.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ta-business
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, right-sidebar, grid-layout, custom-header, footer-widgets, rtl-language-support, theme-options, e-commerce, portfolio 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: "Open Sans",sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: none;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
    text-align: left;
    border: 1px solid #b1b1b1;
    padding: 10px;
    text-align: center;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family:  "Open Sans",sans-serif;
	font-size: 14px;
	line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fbfbfb;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 20px 15px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #484848;
}

a:visited {
	color: #484848;
}

a:hover, a:focus, a:active {
	color: #6FB72F;
}

a:focus {
	outline: none;
}

a:hover, a:active, a {
	outline: 0;
    text-decoration: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    z-index: 99999;
    background: rgba(0, 0, 0, 0.78);
    display: none;
    opacity: 0;
    visibility: hidden;
    margin-left: 0;
}
.main-navigation ul ul li a{
	font-size: 14px;
}
.main-navigation ul ul li a{
	color: #fff;
}
.site-header.layout-2 .main-navigation ul ul a{
	color: #fff;
}
.main-navigation ul ul li {
    padding: 8px 0;
    border-bottom: solid 1px #444444;
}
.main-navigation ul ul ul {
	left: 101%;
	top: 20%;
}
.main-navigation ul ul a {
	width: 200px;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    margin: 0 15px;
}
.site-header.layout-1 .main-navigation a{
	color: #fff;
}
.site-header.layout-2 .main-navigation a{
	color: #484848;
}
ul#primary-menu > li {
    padding: 15px 0;
}
li.menu-item-has-children a {
    position: relative;
}
span.tab-submenu:after {
    content: "\f105";
    font-family: "FontAwesome";
    position: absolute;
    right: -15px;
    bottom: 0px;
    transform: rotate(90deg);
}
.site-headerlayout-1 span.tab-submenu:after{
	color: #c4c4c4;
}
.site-headerlayout-2 span.tab-submenu:after{
	color: #484848;
}
.widget span.tab-submenu {
    display: none;
}
.main-navigation ul ul li span.tab-submenu:after {
    transform: rotatex(0deg);
    right: 3px;
    bottom: 50%;
    transform: translateY(50%);
}
.main-navigation a:hover, .current_page_item a, .current-menu-item a {
    color: #6fb72f;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.widget ul.sub-menu {
    margin: 0;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	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. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear: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 {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery figure.gallery-item {
    margin: 0;
    line-height: 0;
    padding: 1px;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
#fancybox-content {
    border: none;
}
#fancybox-close {
    top: -2px;
    right: -24px;
}
.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;
}

/** ============================================== Themes Styles Basic ============================================== **/
.tab-clearfix:before, .tab-clearfix:after{
    content:'';
    display:block;
    clear:both;
}
.tab-container{
    max-width:1170px;
    width: 100%;
    margin: 0 auto;
}

div#content {
    padding-top: 35px;
}
.home.no-slider div#content{
    padding-top: 100px;
}
.home.yes-slider div #content {
    padding-top: 90px;
}
.blog div#content, .home.blog div#content {
    padding-top: 100px;
}
#primary {
    width: 69%;
    float: left;
    background: #fff;
    padding: 5px;
    box-shadow: 0 0 3px rgba(85, 175, 204,0.2);
    margin-bottom: 35px;
}
.secondary {
    width: 29%;
    background:#fff;
    margin-top: 30px;
    box-shadow: 0 0 3px rgba(85, 175, 204,0.2);
    padding: 40px 10px 10px 10px;
    margin-top: 0;
}
.secondary.sidebar-left{
    float: left;
}
.secondary.sidebar-right{
    float: right;
}
#primary.left_sidebar{
    margin-left: 2%;
}
#primary.left_right{
    margin-left: 2%;
}
#primary.both_sidebar{
    width: 48%;
    margin: 0 1%;
}
#primary.no_sidebar, .single-product #primary{
    width: 100%;
    margin: 0;
}
.secondary.both_sidebar{
    width: 25%
}
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.error404 form.search-form, 
.search-no-results form.search-form {
    margin-bottom: 45px;
}
section.error-404.not-found, section.no-results.not-found {
    text-align: center;
}
.error404 .content-area form.search-form, 
.search .content-area form.search-form{
    width: 50%;
    margin: 0 auto 20px auto;
}
ol.comment-list li {
    padding: 10px;
    border: solid 1px #f1f1f1;
    margin: 5px;
}
ol.children {
    padding: 0;
}
.comment-content p {
    margin: 5px 15px;
    padding: 0;
}
footer.comment-meta p.comment-awaiting-moderation {
    margin: 10px 0;
}
body.boxed-layout div#page {
    width: 1200px;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0 0 8px 0 #88888861;
    position: relative;
}
/** ============================================== Menu And Logo Style ==============================================  **/
header#masthead .secondary-masthead {
    padding: 10px 0;
    width: 100%;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.site-branding a img {
    line-height: 0;
    display: block;
}
.site-branding {
    width: 20%;
}
nav#site-navigation {
    width: 70%;
}
.tab-cart-header {
    width: 5%;
    text-align: right;
}
.tab-search-header {
    width: 5%;
    text-align: right;
}
.tab-search-header i {
    font-size: 18px;
}
.site-header.layout-1 .tab-search-header i{
	color: #fff;
}
.site-header.layout-2 .tab-search-header i{
	color: #484848;
}
h1.site-title {
    margin: 0;
    line-height: 25px;
}
h1.site-title a {
    text-transform: uppercase;
    color:#6FB72F;
}
p.site-description {
    margin: 0;
    font-style: italic;
    color: #484848;
}
header#masthead{
    width: 100%;
    opacity: 1;
    z-index: 999;
}
.site-header.layout-1#masthead{
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
}
.site-header.layout-2#masthead {
    background: #fff;
}
div#toggle span {
    width: 31px;
    margin-bottom: 5px;
    height: 4px;
    background: #fff;
    display: block;
}
div#toggle span:last-child {
    margin: 0;
}
div#toggle {
    display: none;
    position: absolute;
    right: 14%;
    bottom: 50%;
    transform: translatey(50%);
}
.main-navigation.on-menu span.three {
    display: none !important;
}
.main-navigation.on-menu span.one {
    transform: rotate(45deg);
}
.main-navigation.on-menu span.two {
    transform: rotate(45deg);
}
.main-navigation.on-menu span.one {
    transform: rotate(45deg) translatex(22%);
}
.main-navigation.on-menu span.two {
    transform: rotate(-45deg) translatex(17%);
}
/** Top Header **/
.tab-top-header {
    background: #6FB72F;
    padding: 10px 0;
}
.top-header-left {
    width: 65%;
    float: left;
    text-align: left;
}
.top-header-left div span, .top-header-left div i {
    color: white;
    padding-left: 5px;
}
.top-header-right {
    width: 35%;
    float: right;
    text-align: right;
}
.tab-cart-header i.fa.fa-cart-arrow-down {
    font-size: 30px;
}
.site-header.layout-1 .tab-cart-header i.fa.fa-cart-arrow-down{
	color: #fff;
}
.site-header.layout-2 .tab-cart-header i.fa.fa-cart-arrow-down{
	color: #484848;
}
.tab-cart-header i.fa.fa-cart-arrow-down:hover, 
.tab-search-header i:hover{
    cursor: pointer;
}
.widget_shopping_cart {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 99999999;
    right: 0;
    width: 300px;
    top: 104%;
    background: white;
    padding: 5px;
    border: solid 1px #6FB72F;
    border: 1px solid #d2d2d2;
    
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
        
}
.woocommerce-cart .widget_shopping_cart {
    display: none;
    opacity: 1;
    visibility: visible;    
}
.tab-cart-header p.woocommerce-mini-cart__buttons.buttons {
    text-align: center;
}
.tab-cart-header p.woocommerce-mini-cart__buttons.buttons a {
    background: #6FB72F;
    border-radius: 0px;
    color: #fff;
    border: solid 1px #6FB72F;
}
.tab-cart-header p.woocommerce-mini-cart__buttons.buttons a:hover {
    background: #fff;
    color: #6FB72F;
}
.tab-cart-header:hover .widget_shopping_cart {
    opacity: 1;
    visibility: visible;
}
.widget_shopping_cart h2.widget-title {
    color: #7d7d7d;
    border-bottom: solid 1px #b5b5b5;
    text-align: center;
    margin: 0;
    padding: 10px;
    margin-bottom: 20px;
}
.widget_shopping_cart_content {
    border: solid 1px #d6d6d6;
    padding: 5px;
}
.cart_list.product_list_widget li {
    margin-bottom: 30px !important;
}
.tab-search-form-header {
   	position: absolute;
    right: 0;
    bottom: 0;
    transform: translateY(100%);
    z-index: 999;
}
.tab-search-header input.search-field {
    width: 350px;
}
.top-header-left div:last-child:after{
    content: none;
}
.top-header-left .tab-header-phone, 
.top-header-left .tab-header-email, 
.top-header-left .tab-header-location {
    float: left;
    margin-left: 5px;
    margin-right: 15px;
    font-size: 13px;
    position: relative;
    line-height: 24px;
}
.top-header-left div:after {
    content: "";
    position: absolute;
    top: -1px;
    width: 1px;
    right: -14px;
    height: 25px;
    background: #dadada;
}
.tab-social-icon a i:hover {
    color: #d6d6d6;
}

.tab-social-icon a i {
    color: #fff;
    margin-right: 5px;
    height: 22px;
    width: 22px;
    text-align: center;
    line-height: 21px;
    font-size: 14px;
}

/** ============================================== All Widgets Styles ============================================== **/
.secondary h2.widget-title{
    background: #fbfbfb;
    line-height: 2;
    border-top: solid 1px #6FB72F;
    border-bottom: solid 1px #6FB72F;
    font-size: 20px;
    text-transform: uppercase;
    color: #6FB72F;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 400;
}
.site-footer h2.widget-title {
    background: #f5f5f5;
    padding: 5px;
    font-size: 20px;
    text-transform: uppercase;
    color: #6FB72F;
    text-align: center;
    margin-bottom: 30px;
    border-bottom: solid 1px #6FB72F;
}
.widget_nav_menu li a:before, 
.widget_categories a::before, 
.widget_recent_entries a::before, 
.widget_archive a::before, 
.widget_recent_comments li::before, 
.widget_pages li a:before, 
.widget_meta a::before, 
.widget_rss li:before{
    content: "\f105";
    font-family: "FontAwesome";
    color: #8c979e;
    position: absolute;
    left: 0;
    line-height: 24px;
}
.widget_nav_menu li a, 
.widget_categories a, 
.widget_recent_entries a, 
.widget_archive a, 
.widget_recent_comments li, 
.widget_pages li a, 
.widget_meta a, 
.widget_rss li{
    padding-left: 15px !important;
    position: relative;
}
.tab-footer-main {
    margin-top: 50px;
}
.secondary .widget li, .site-footer .widget li{
    border-bottom: dotted 1px #d0d0d0;
    padding: 8px 0;
}

.secondary .widget li:first-child, 
.site-footer .widget li:first-child{
    padding-top: 8px;
    border-top: dotted 1px #d0d0d0;
}
.secondary section.widget {
    margin-bottom: 50px;
}
.secondary input.search-submit:hover, 
.site-footer input.search-submit:hover {
    background: whitesmoke;
    color: #6FB72F;
}
.tab-footer:last-child {
    margin-right: 0;
}
.tab-footer {
    width: 31.333%;
    float: left;
    margin-right: 3%;
}
.widget_nav_menu li {
    border-top: none !important;
    border-bottom: none !important;
}
.widget_nav_menu ul.sub-menu {
    padding-left: 10px;
}
.widget_nav_menu .menu-item-has-children {
    padding: 0 !important;
}
.widget.widget_calendar tbody tr td {
    border: solid 1px #88c7db;
    padding: 1px;
    text-align: center;
}
table#wp-calendar caption {
    font-weight: 600;
    margin-bottom: 10px;
}
/** ============================================== Archive And Post ============================================== **/
.entry-header {
    position: relative;
    line-height: 0;
}
h1.entry-title a:hover{
    color: #6FB72F;
}
.comment-author-date span {
    padding-right: 10px;
}

.comment-author-date span:last-child {
    padding-right: 0px;
}
.entry-header .entry-meta {
    position: absolute;
    bottom: 0;
    padding: 10px;
    background: rgba(111, 183, 47,0.7);
    width: 50%;
}
.both_sidebar .entry-header .entry-meta {
    width: 100%;
}
.entry-meta.date-no-image {
    position: relative;
}
.comment-author-date a {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
}
.comment-author-date a i {
    padding-right: 5px;
}
.comment-author-date span:hover > a {
    color: #eaeaea;
}
h1.entry-title {
    font-size: 22px;
}
body.page header.entry-header h1.entry-title {
    padding: 20px;
}
.entry-content  {
    margin: 0;
    padding: 0 20px;
}
.entry-content p {
    margin: 0;
    margin-bottom: 20px;
}
header.entry-header {
    margin-bottom: 20px;
}
a.read-more i.fa.fa-angle-right {
    padding-left: 5px;
}
a.read-more {
    background: whitesmoke;
    border: solid 1px #6FB72F;
    padding: 7px 15px;
    color: #6FB72F;
}
a.read-more:hover{
    color:#fff;
    background: #6FB72F;
}
.content-area article {
    margin-bottom: 50px;
}
.reply a {
    color: #6FB72F;
}
.reply {
    margin-left: 15px;
}
div#comments ol {
    list-style: none;
}	
a.read-more i {
    padding-left: 10px;
}
form.search-form {
    position: relative;
}
input.search-field {
    width: 100%;
    border-radius: 0;
    height: 45px;
}
input.search-submit {
    position: absolute;
    border-radius: 0;
    background: #6FB72F;
    color: #fff;
    line-height: 2px;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 15px;
    top: 0;
    padding: 0 25px;
    right: 0;
    height: 45px;
    text-align: center;
}
nav.navigation.pagination{
    text-align: center;
    margin-bottom: 50px;
}
.post-navigation .nav-previous a, 
.post-navigation .nav-next a, 
nav.navigation.pagination a.prev.page-numbers, 
nav.navigation.pagination a.next.page-numbers{
	position: relative;
}
.nav-links a, nav.navigation.pagination .nav-links span {
    padding: 5px 15px;
    font-size: 15px;
    display: inline-block;
    border: solid 1px #6FB72F;
}
.post-navigation .nav-next a:after {
    content: "\f105";
    font-family: "FontAwesome";
    color: #8c979e;
    position: absolute;
    right: 5px;
    bottom: 50%;
    transform: translateY(45%);
}
.post-navigation .nav-previous a:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #8c979e;
    position: absolute;
    left: 5px;
    bottom: 50%;
    transform: translateY(45%) rotate(-180deg);
}
a.next.page-numbers:after {
    content: "\f105";
    font-family: "FontAwesome";
    color: #8c979e;
    position: absolute;
    right: 5px;
    bottom: 50%;
    transform: translateY(50%);
}

a.prev.page-numbers:before {
    content: "\f105";
    font-family: "FontAwesome";
    color: #8c979e;
    position: absolute;
    left: 5px;
    bottom: 50%;
    transform: translateY(50%) rotate(-180deg);
}
span.page-numbers.current {
    background: #6FB72F;
    color: #fff;
}
.nav-links a:hover{
    background: #6FB72F;
    color: #ffffff;
}
a.next.page-numbers:hover:after, a.prev.page-numbers:hover:before {
    color: #fff;
}
section.no-results.not-found h1, section.error-404.not-found h1 {
    color: #6FB72F;
    text-transform: uppercase;
}
form#commentform input {
    width: 100%;
}
form#commentform input#submit {
    width: 150px;
    border-radius: 0;
    color: #fff;
    background: #6FB72F;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
    text-transform: uppercase;
    border-color: #6FB72F;
}
form#commentform input#submit:hover {
    background: transparent;
    color: #6FB72F;
}
/** ============================================== Main Slider ========================================================= **/
.main-slider-contents {
    position: relative;
}
.slider-contents {
    position: absolute;
    bottom: 50%;
    right: 50%;
    width: 60%;
    z-index: 9999;
    transform: translate(50%,50%);
    margin: 0 auto;
    text-align: center;
}
h2.slider-title {
    line-height: 70px;
    position: relative;
    font-weight: 900;
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.slider-image {
    position: relative;
}
.slider-image:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.desc-slider {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
}
.desc-slider p {
    text-align: center;
    line-height: 24px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-size: 15px;
	margin-top: 25px;
}
.desc-slider a {
	padding: 11px 20px;
    background: #6FB72F;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    border: solid 1px #6FB72F;
    display: inline-block;
    margin: 0 auto;
    margin-top: 25px;
}
.secondary-slider {
    width: 100%;
    height: 100%;
    padding: 30px;
    padding-bottom: 0;
}
.desc-slider a:hover {
    color: #6FB72F;
    background: #fff;
}
.slider-loop-wrap .owl-prev {
    position: absolute;
    width: 35px;
    background: rgba(0,0,0,0.3);
    height: 80px;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    left: 0;
    border-radius: 0 5px 5px 0;
}
.slider-loop-wrap .owl-next {
    position: absolute;
    width: 35px;
    background: rgba(0,0,0,0.3);
    height: 80px;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    right: 0;
    border-radius: 5px 0 0 5px;
}
.slider-loop-wrap .owl-nav i {
    line-height: 80px;
    color: #fff;
}
.slider-feature-posts.layout-1 .tab-container {
    background: #fff;
}
.slider-feature-posts.layout-1 .tab-container .slider-feature-post-secondary:last-child {
    margin-right: 1.5%;
}

.slider-feature-posts.layout-1 .tab-container .slider-feature-post-secondary:first-child {
    margin-left: 1.5%;
}
.slider-feature-posts.layout-1 .tab-container .slider-feature-post-secondary {
    width: 23.126%;
    float: left;
    padding: 10px;
    margin-left: 1.5%;
    margin-top: 1.4%;
    margin-bottom: 1.4%;
}
.content-slider-feature i {
    width: 50px;
    height: 50px;
    border: solid 1px #fff;
    border-radius: 100%;
    padding-top: 13px;
    font-size: 20px;
    text-align: center;
    color: #fff;
}
.link-slider-feature {
    margin-top: 10px;
}
.link-slider-feature a{
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    position:relative;
}
.main-slider-wrap {
    position: relative;
    background: #fff;
}
.slider-feature-posts.layout-1{
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 99;
    transform: translatey(50%);
    -webkit-transition: translatey(50%);
    -ms-transition: translatey(50%);
    -moz-transition: translatey(50%);
}
.slider-feature-posts.layout-2{
    text-align: center;
    bottom: -8%;
    z-index: 99999;
    background: #efefef;
    width: 100%;
}

.slider-feature-posts.layout-2 .slider-feature-post-secondary {
    width: 25%;
    float: left;
    padding: 10px;
}
.slider-feature-posts.layout-2 .content-slider-feature i {
    margin: 10px;
}
.slider-feature-posts.layout-2 .tab-slider-feature-desc {
    color: white;
    margin: 20px 0;
    font-size: 16px;
}
.slider-feature-posts.layout-2 .read-more-slider-feature a{
    border: solid 1px #fff;
    padding: 7px 10px;
    text-transform: uppercase;
    color: #ffffff;
}
.slider-feature-posts.layout-2 .read-more-slider-feature a:hover {
    background: #fff;
    color: #6FB72F;
}

.slider-feature-posts.layout-2 .read-more-slider-feature {
    margin-bottom: 20px;
}
.link-slider-feature a:after {
    content: "\f105";
    font-family: FontAwesome;
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 13px;
    margin-left: 10px;
}
.slider-feature-post-secondary:hover a:after {
    margin-left: 15px;
}
.slider-feature-post-secondary:hover .content-slider-feature i{
    box-shadow: 0px 0px 5px white;
}
/** ============================================== Breadcrumb Style ==================================================== **/
.tab-breadcrumb {
    padding: 200px 0 100px 0;
    background: #f3f3f3;
    position: relative;
    background-size: cover;
    background-position: 0 0;
    z-index: 1;
}
.tab-breadcrumb-title h1.page-title {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    margin-top: 10px;
    position: relative;
}
.taxonomy-description p {
    color: #fff;
    font-size: 18px;
    margin: 5px 0;
    width: 50%;
}
div#tab-breadcrumb a, div#tab-breadcrumb i {
    color: #fff;
    font-size: 15px;
}
div#tab-breadcrumb a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
div#tab-breadcrumb span {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
}
div#tab-breadcrumb {
    font-size: 21px;
    color: #fff;
}
.tab-breadcrumb:before {
    content: "";
    background: rgba(0,0,0,0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}


/** ============================================== Home Section Styles ==================================================== **/

section.home-section {
    padding: 50px 0;
}
.layout-1 section.home-section {
    padding-bottom: 0;
}

.tab-home-section-title h2 {
    margin: 0;
    font-size: 35px;
    font-weight: 600;
    color: #6FB72F;
    display: inline-block;
    position: relative;
}
.tab-home-section-title.layout-1 h2:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 35px;
    top: -5px;
    left: -30px;
    border-left: solid 2px #6FB72F;
    border-top: solid 2px #6FB72F;
}
.tab-home-section-title.layout-1 h2:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 35px;
    bottom: -5px;
    right: -30px;
    border-right: solid 2px #6FB72F;
    border-bottom: solid 2px #6FB72F;
}
.tab-home-section-title.layout-2 h2{
	display: block;
}
.tab-home-section-title.layout-2 span {
    position: relative;
}
.tab-home-section-title.layout-2 span i {
    border: solid 1px #cbcbcb;
    border-radius: 100%;
    font-size: 18px;
    padding: 1px 1px 1px 2px;
    color: #6fb72f;
    width: 35px;
    line-height: 35px;
    height: 35px;
}
.tab-home-section-title.layout-2 span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -90px;
    background: url(images/title-bg.png) no-repeat;
    width: 100px;
    height: 2px;
}
.tab-home-section-title.layout-2 span:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -110px;
    background: url(images/title-bg.png) no-repeat;
    width: 100px;
    height: 2px;
}
.tab-home-section-title h4 {
    margin: 0;
    font-size: 15px;
    color: #686868;
    margin-top: 35px;
    font-weight: 100;
    font-style: italic;
    padding: 0px 5%;
}
.tab-home-section-title {
    text-align: center;
    width: 70%;
    margin: 0 auto;
    padding: 10px 0 50px 0;
}
.main-img-about {
    text-align: center;
}
section#home-about-section.layout-2 .main-img-about {
    margin: 0 auto;
}
.image-about {
    line-height: 0;
}
/** ============================================== About Section Style ==================================================== **/

section#home-about-section {
    background: #fff;
}
section#home-about-section.layout-2 .tab-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.left-about {
    float: left;
    width: 50%;
    padding-right: 50px;
    padding-top: 50px;
}
.right-about {
    float: right;
    width: 50%;
}

.title-about h3 {
    text-transform: capitalize;
    font-size: 35px;
    margin: 0;
    font-weight: 600;
    font-style: normal;
    line-height: 45px;
    color: #5a5a5a;
}
.title-about h2 {
    margin: 0;
    font-weight: 500;
    font-size: 35px;
    text-transform: uppercase;
    font-style: normal;
    line-height: 40px;
    color: #2b2b2b;
}
.about-post {
    margin-top: 20px;
}
.about-post h4 {
    margin: 0;
    font-size: 25px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 35px;
    color: #565656;
}
.tab-about-content p {
    margin: 0;
}
.tab-about-content {
    margin: 10px 0 30px 0;
}
a.read-more-button {
    background: #6FB72F;
    background: #6FB72F;
    padding: 10px 20px;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    border: solid 1px white;
}
a.read-more-button:hover {
    background: #fff;
    color: #6FB72F;
    border-color: #6FB72F;
}
.pbar-container{
    background: #eee;
    height: 7px;
    width: 100%;
    position: relative;
    line-height: 10px;
    color: #FFF;
    font-size: 13px;
    margin-bottom: 50px;
}
.main-progressbar:last-child .pbar-container{
    margin-bottom: 0;
}
.pbar-container .percent-bar,
.pbar-container .pbar-title{
    color: #5a5a5a;
    font-size: 14px;
    position: absolute;
    top: -20px;
}
.pbar-container .progress-bar-horizontal div{
    background: #6FB72F;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    -moz-transition: width 1s ease-out;
    -webkit-transition: width 1s ease-out;
    -ms-transition: width 1s ease-out;
    transition: width 1s ease-out;
}
.pbar-container .percent-bar{
    right: 0;
}
.pbar-container .pbar-title {
    left: 0;
    color: #5a5a5a;
    font-size: 15px;
    text-transform: uppercase;
}
.about-progress-bar {
    margin-top: 25px;
}
.right-about .title-about {
    margin-bottom: 50px;
}
/** ============================================== Blog Section Style ==================================================== **/
section#home-blog-section {
    background: #f8f8f8;
}
.blog-loop-wrap:nth-child(3n + 3) {
    margin-right: 0;
}
.blog-loop-wrap {
    margin-right: 3%;
    margin-bottom: 50px;
    width: 31.3333%;
    float: left;
}

.image-wrap-blog {
    line-height: 0;
    border-bottom: solid 3px #6FB72F;
}
.content-blog h2 {
    margin: 0;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 100;
    line-height: 1.2;
}
.content-blog {
    padding: 10px;
    background: #fff;
}
.desc-blog {
    margin-bottom: 10px;
}

.date-comment-author {
    border-top: solid 1px #f0f0f0;
    padding: 10px 5px;
    background: #fff;
}
.date-comment-author span {
    padding-right: 15px;
    font-size: 14px;
}
.date-comment-author span:last-child {
    margin-right: 0px;
}
.date-comment-author span i {
    margin-right: 5px;
}
a.blog-read-more {
    color: #6FB72F;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    position: relative;
    width: 90px;
}
a.blog-read-more:after {
    content: "\f105";
    font-family: "FontAwesome";
    color: #8c979e;
    position: absolute;
    right: 0;
    line-height: 24px;
}
a.blog-read-more:hover {
    color: #646464;
}
/** ============================================== Portfolio Section Style ==================================================== **/

section#home-portfolio-section {
    background: #fff;
}
.home-section.layout-1 .portfolio-post-wrape {
    width: 25%;
    float: left;
    padding: 10px;
}
.home-section.layout-2 .portfolio-post-wrape {
    width: 25%;
    float: left;
    padding: 1px;
}
.portfolio-post-wrape figure{
    margin: 0;
    position: relative;
    overflow: hidden;
}
.portfolio-post-wrape a {
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
}
.portfolio-post-wrape a.img-tag {
    line-height: 0;
    display: block;
    position: relative;
}
.portfolio-post-wrape:nth-child(1), .portfolio-post-wrape:nth-child(5){
    margin-left: 0;
}

.home-section.layout-1 #count-1, .home-section.layout-1 #count-7{
    width: 50%;
}
.hm-port-excerpt {
    position: absolute;
    bottom: 5%;
    padding: 0 10px;
    width: 100%;
    opacity: 0;
}
.portfolio-post-wrape figure:hover .hm-port-excerpt{
    bottom: 10%;
    opacity: 1;
}
h4.hm-port-title {
    text-align: center;
}
.portfolio-post-wrape .img-tag:after {
    content: '';
    width: 100%;
    left: 0;
    position: absolute;
    height: 100%;
    top: 0;
}
.portfolio-post-wrape figure:hover .img-tag:after {
    background: rgba(0, 0, 0, 0.6);
}
.hm-port-title a{
    color: #fff;
}
.hm-port-title a:hover{
    color: #6FB72F;
    
}
.home-section.layout-1 #count-1 .hm-port-excerpt, .home-section.layout-1 #count-7 .hm-port-excerpt {
    position: absolute;
    top: 35%;
    left: -5%;
    padding: 0 10px;
    width: 50%;
    opacity: 0;
}
.home-section.layout-1 #count-1.portfolio-post-wrape figure:hover .hm-port-excerpt, 
.home-section.layout-1 #count-7.portfolio-post-wrape figure:hover .hm-port-excerpt {
    opacity: 1;
    top: 35%;
    left: 1%;
}
.home-section.layout-1 #count-1 h4.hm-port-title, .home-section.layout-1 #count-7 h4.hm-port-title {
    text-align: left;
}
.home-section.layout-1 div#count-2 .hm-port-excerpt{
    
    bottom: 20%;
    opacity: 0;
}
.home-section.layout-1 #count-2.portfolio-post-wrape figure:hover .hm-port-excerpt{
    bottom: 25%;
    opacity: 1;
}
.titles-port {
    text-align: center;
    margin: 0 10px;
    padding: 10px 0;
    border-radius: 2px;
    margin-bottom: 22px;
}
.layout-2 .titles-port {
    border: none;
}
.titles-port .filter {
    display: inline-block;
    margin-right: 30px;
    font-size: 15px;
    text-transform: uppercase;
    color: #6FB72F;
    position: relative;
    cursor: pointer;
}
.layout-2 .titles-port .filter {
    margin-right: 25px;
    font-size: 17px;
}
.layout-2 .titles-port .filter:after {
    height: 17px;
    top: 16%;
    right: -17px;
    transform: rotate(20deg);
}
.titles-port .filter:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 17px;
    background: #d5d5d5;
    top: 20%;
    right: -14px;
}
.titles-port .filter:last-child:after{
    content: none;
}
.titles-port .filter.active, .titles-port .filter:hover {
    color: #2d2d2d;
}
.portfolio-links a {
    background: #fff;
    color: #6FB72F;
    padding: 10px 19px;
    border-radius: 100%;
    line-height: 30px;
    border: solid 1px #fff;
}
.portfolio-links a:hover, 
.portfolio-links a:hover{
    background: transparent;
    color: #fff;
    border-color: #fff;
}
.home-section.layout-1 #count-2 a.portfolio-lightbox, 
.home-section.layout-1 #count-3 a.portfolio-lightbox, 
.home-section.layout-1 #count-4 a.portfolio-lightbox, 
.home-section.layout-1 #count-5 a.portfolio-lightbox, 
.home-section.layout-1 #count-6 a.portfolio-lightbox, 
.home-section.layout-1 #count-8 a.portfolio-lightbox, 
.home-section.layout-1 #count-9 a.portfolio-lightbox{
    position: absolute;
    top: 15%;
    display: block;
    left: -5%;
    opacity: 0;
}
.home-section.layout-1 #count-2.portfolio-post-wrape figure:hover a.portfolio-lightbox, 
.home-section.layout-1 #count-3.portfolio-post-wrape figure:hover a.portfolio-lightbox, 
.home-section.layout-1 #count-4.portfolio-post-wrape figure:hover a.portfolio-lightbox, 
.home-section.layout-1 #count-5.portfolio-post-wrape figure:hover a.portfolio-lightbox, 
.home-section.layout-1 #count-6.portfolio-post-wrape figure:hover a.portfolio-lightbox, 
.home-section.layout-1 #count-8.portfolio-post-wrape figure:hover a.portfolio-lightbox, 
.home-section.layout-1 #count-9.portfolio-post-wrape figure:hover a.portfolio-lightbox{
    left: 25%;
    opacity: 1;
}
.home-section.layout-1 #count-2 a.portfolio-permalink, 
.home-section.layout-1 #count-3 a.portfolio-permalink, 
.home-section.layout-1 #count-4 a.portfolio-permalink, 
.home-section.layout-1 #count-5 a.portfolio-permalink, 
.home-section.layout-1 #count-6 a.portfolio-permalink, 
.home-section.layout-1 #count-8 a.portfolio-permalink, 
.home-section.layout-1 #count-9 a.portfolio-permalink{
    position: absolute;
    opacity: 0;
    display: block;
    top: 15%;
    right: -5%;
}
.home-section.layout-1 #count-2.portfolio-post-wrape figure:hover a.portfolio-permalink, 
.home-section.layout-1 #count-3.portfolio-post-wrape figure:hover a.portfolio-permalink, 
.home-section.layout-1 #count-4.portfolio-post-wrape figure:hover a.portfolio-permalink, 
.home-section.layout-1 #count-5.portfolio-post-wrape figure:hover a.portfolio-permalink, 
.home-section.layout-1 #count-6.portfolio-post-wrape figure:hover a.portfolio-permalink, 
.home-section.layout-1 #count-8.portfolio-post-wrape figure:hover a.portfolio-permalink, 
.home-section.layout-1 #count-9.portfolio-post-wrape figure:hover a.portfolio-permalink{
    right: 25%;
    opacity: 1;
}
.home-section.layout-1 #count-1 .portfolio-links a.portfolio-lightbox, 
.home-section.layout-1 #count-7 .portfolio-links a.portfolio-lightbox{
    position: absolute;
    display: block;
    top: -5%;
    right: 15%;
    opacity: 0;
}
.home-section.layout-1 #count-1.portfolio-post-wrape figure:hover a.portfolio-lightbox, 
.home-section.layout-1 #count-7.portfolio-post-wrape figure:hover a.portfolio-lightbox{
    top: 25%;
    opacity: 1;
}

.home-section.layout-1 #count-1 .portfolio-links a.portfolio-permalink, 
.home-section.layout-1 #count-7 .portfolio-links a.portfolio-permalink {
    bottom: -5%;
    right: 15%;
    opacity: 0;
    position: absolute;
    display: block;
}

.home-section.layout-1 #count-1.portfolio-post-wrape figure:hover a.portfolio-permalink, 
.home-section.layout-1 #count-7.portfolio-post-wrape figure:hover a.portfolio-permalink{
    bottom: 25%;
    opacity: 1;
}

.home-section.layout-2 .portfolio-post-wrape figure:hover a.portfolio-lightbox{
    left: 15%;
    opacity: 1;
}
.home-section.layout-2 a.portfolio-lightbox{
    position: absolute;
    top: 20%;
    display: block;
    left: -5%;
    opacity: 0;
}

.home-section.layout-2 .portfolio-post-wrape figure:hover a.portfolio-permalink{
    right: 15%;
    opacity: 1;
}
.home-section.layout-2 a.portfolio-permalink{
    position: absolute;
    opacity: 0;
    display: block;
    top: 20%;
    right: -5%;
}
/** ============================================== Service Section Style ============================================== **/

section#home-service-section {
    background: #f8f8f8;
}
.layout-1 .tab-left-service {
    float: left;
    width: 33.333%;
    text-align: right;
}
.layout-1 .mid-service-image {
    width: 33.333%;
    float: left;
    padding: 0 3%;
}
.layout-1 .tab-right-service {
    float: right;
    width: 33.333%;
    text-align: right;
}
.layout-1 .tab-left-service .tab-img-service {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    line-height: 0;
    text-align: center;
    padding-left: 5%;
}
.layout-1 .tab-right-service .tab-img-service {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    text-align: center;
    padding-right: 5%;
}
.layout-1 .tab-left-service .tab-content-service {
    display: table-cell;
    vertical-align: middle;
    width: 75%;
}
.layout-1 .tab-right-service .tab-content-service {
    display: table-cell;
    vertical-align: middle;
    width: 75%;
    text-align: left;
}
.layout-1 .tab-service-wrap {
    margin-bottom: 25px;
    display: table;
    padding: 25px 0;
}
.tab-content-service h2{
    margin: 0;
    font-size: 20px;
}
.secondary-img-service {
    margin: 0 auto;
}
.secondary-img-service img {
    padding-top: 16px;
}
section#home-service-section.layout-2 {
    background: -webkit-gradient(linear,left top,left bottom,color-stop(30%,#222a35),color-stop(30%,#fbfbfb));
    background: linear-gradient(vertical,#222a35 30%,#fbfbfb 30%);
    background: -webkit-linear-gradient(vertical,#222a35 30%,#fbfbfb 30%);
    background: -moz-linear-gradient(vertical,#222a35 30%,#fbfbfb);
    background: -o-linear-gradient(vertical,#222a35 30%,#fbfbfb 30%);
    background: -ms-linear-gradient(vertical,#222a35 30%,#fbfbfb 30%);
    
}
section#home-service-section.layout-2 .tab-home-section-title h2 {
    color: #ffffff;
}
section#home-service-section.layout-2 .tab-home-section-title h2:after, 
section#home-service-section.layout-2 .tab-home-section-title h2:before  {
    border-color: #ffffff;
}
.layout-2 .tab-left-service, .layout-2 .tab-right-service {
    margin-bottom: 40px;
}
.layout-2 .tab-secondary-left-wrap, 
.layout-2 .tab-secondary-right-wrap{
    text-align: center;
}
.home-section.layout-2 .tab-service-wrap {
    width: 23%;
    margin-right: 2%;
    float: left;
    background: #fff;
    padding: 45px 5px;
    border: solid 1px #ebebeb;
    margin-bottom: 50px;
}
.home-section.layout-2 .tab-service-wrap:nth-child(4n + 4) {
    margin-right: 0;
}
.home-section.layout-2 .tab-service-wrap:nth-child(5) {
    clear: both;
}
.layout-2 .tab-content-service {
    margin-top: 20px;
}
.tab-content-service h2 a {
    color: #656565;
    font-weight: 500;
}
.tab-content-service h2 a:hover {
    color: #6FB72F;
}
.layout-2 .tab-content-service span a{
    background: #6FB72F;
    padding: 12px 25px;
    color: #fff;
    font-size: 14px;
    border: solid 1px #6FB72F;
}
.layout-2 .tab-content-service span a:hover {
    background: #fff;
    color: #6FB72F;
}
.layout-2 .tab-content-service span {
    margin: 25px 0 6px 0;
    display: block;
}
.layout-2 .mid-service-image{
    text-align: center;
}
.layout-2 .tab-mid-service-image {
    line-height: 0;
    line-height: 0;
    width: 80%;
    margin: 0 auto;
}
section#home-service-section.home-section.layout-1 .tab-mid-service-image img {
    display: block;
}
section#home-service-section.home-section.layout-1 {
    padding-bottom: 0;
}
/** ============================================== Team Section Style ============================================== **/

section#home-team-section {
    background: #fff;
}
.member-contet-loop {
    margin: 0 2px;
    outline: none;
}
.home-section.layout-1 .img-wra-member img {
    padding: 4px;
    border-radius: 100%;
}
.home-section.layout-1 .img-wra-member{
    overflow: hidden;
}
.home-section.layout-1 .slick-center .img-wra-member img {
    border-color: #6FB72F;  
}

.img-wra-member img:hover {
    border-color: #6FB72F;
}
.full-member-image {
    width: 35%;
    float: left;
}
.member-detail {
    width: 65%;
    float: left;
    padding-left: 50px;
}
.home-section.layout-1 .member-name-designation h2 {
    margin: 0;
    text-transform: uppercase;
    position: relative;
}
.home-section.layout-1 .member-name-designation h2:after {
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #6FB72F;
    bottom: -2px;
    left: 0;
    margin-top: 5px;
}
.member-contet-loop-content {
    outline: none;
}
.slider.member-content {
    margin-top: 30px;
}
.slider.member-nav .fa-chevron-left {
    position: absolute;
    bottom: 50%;
    left: -3.5%;
    border: solid 1px #6FB72F;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #6FB72F;
    transform: translateY(50%);
}
.slider.member-nav .fa-chevron-right{
    position: absolute;
    bottom: 50%;
    right: -4%;
    border: solid 1px #6FB72F;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transform: translateY(50%);
    color: #6FB72F;
}
.slider.member-nav .fa-chevron-left:hover, .slider.member-nav .fa-chevron-right:hover {
    color: #fff;
    background: #6FB72F;
}
.slick-list {
    width: 100.5%;
}
.home-section.layout-2 .member-name-designation h2 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    background: #6FB72F;
    color: #fff;
    padding: 8px 5px;
    margin: 0;
}
.member-name-designation h2 span {
    font-size: 14px;
    font-weight: 100;
    color: #6FB72F;
    padding-left: 5px;
}
.home-section.layout-2 .member-name-designation h2 span {
    color: #fff;
}
.member-contet-loop:hover .img-wra-member img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.home-section.layout-2 .member-name-designation h2 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    background: #6FB72F;
    color: #fff;
    padding: 8px 5px;
    margin: 0;
}
/** ============================================== Countdown Section Style ============================================== **/

section#home-countdown-section {
    background: #f8f8f8;
}
.left-form-contact {
    width: 50%;
    float: left;
}
.right-cuntdown {
    width: 50%;
    float: left;
    margin-top: 20px;
}
.main-form {
    width: 70%;
    margin-left: 15%;
    background: #fff;
    text-align: center;
}
.secondary-form h2 {
    font-size: 20px;
    padding: 20px 20px;
    text-transform: uppercase;
    background: #6FB72F;
    font-weight: 500;
    color: #fff;
    border-bottom: solid 2px #9c9c9c;
}
.widget_newsletterwidgetminimal {
    text-align: center;
}
.widget_newsletterwidgetminimal h2.widget-title, .widget_newsletterwidget h2 {
    margin: 0;
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    position: relative;
    margin-bottom: 50px;
}
.tab-cf7 {
    padding: 0px 20px 0px 20px;
}
.tab-cf7 input, textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    border-radius: 0px;
    margin: 15px 0px;
    height: 50px;
    box-shadow: 2px 2px 3px 0px #c7c7c7;
    padding-left: 15px;
}
select.wpcf7-form-control.wpcf7-select {
    width: 100%;
    height: 50px;
    margin: 15px 0px;
    box-shadow: 2px 2px 3px 0px #c7c7c7;
    padding-left: 15px;
}
input.wpcf7-form-control.wpcf7-submit {
    border: #6FB72F;
    background: #6FB72F;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px;
    height: 45px;
	border-radius: 5px !important;
}
input.wpcf7-form-control.wpcf7-submit {
    border: solid 1px #6FB72F !important;
}
input.wpcf7-form-control.wpcf7-submit:hover {
    border: #6FB72F;
    background: #fff;
    color: #6FB72F;
}
textarea.wpcf7-form-control.wpcf7-textarea {
    height: 100px;
}
div#counter-countdown .ds-element {
    display: inline-block;
    width: 125px;
    height: 125px;
    border: solid 1px #6FB72F;
    margin-left: 10px;
    text-align: center;
    margin-bottom: 10px;
}
div#counter-countdown .ds-element div:first-child {
    color: #fff;
    background: #6FB72F;
    text-transform: uppercase;
    font-size: 15px;
}
div#counter-countdown .ds-element div:last-child {
    padding-top: 15px;
    font-size: 35px;
    color: #6FB72F;
    font-weight: 600;
}
.title-countdown h2 {
    font-size: 20px;
    color: #3f3f3f;
    margin: 25px 0px 20px 10px;
    line-height: 45px;
    width: 80%;
}
.title-countdown h4 {
    margin-left: 10px;
    font-size: 15px;
    font-weight: inherit;
    font-style: oblique;
    line-height: 25px;
}
.title-countdown a {
    margin-left: 10px;
}

/** ============================================== Testimonial Section Style ============================================== **/

section#home-testimonial-section {
    background: #fff;
}
.secondary-test-wrap {
    margin: 0 auto;
    width: 60%;
}
.test-contet-loop img{
    border-radius: 100%;
    margin-top: 10px;
}
.test-contet-loop.slick-center .img-wra-test img{
    border: solid 2px #6FB72F;
}
.test-contet-loop {
    display: inline-block !important;
    vertical-align: middle;
    text-align: center;
    outline: none;
}
.slider.test-nav {
    width: 60%;
    margin: 0 auto;
}
.img-wra-test {
    width: 65%;
    margin: 0 auto;
}
.test-contet-loop.slick-center .img-wra-test {
    text-align: center;
}
.slider.test-content {
    margin-bottom: 45px;
}
.test-detail {
    text-align: center;
}
.desc-test {
    color: #666666;
}
.test-contet-loop.slick-center .title-test {
    display: block;
    opacity: 1;
    font-size: 20px;
    color: #000;
    line-height: 20px;
    padding-bottom: 10px;
}
.title-test {
    opacity: 0;
    display: none;
    color: #404040;
    font-size: 20px;
    margin-top: 10px;
}
.secondary-test-wrap .fa-chevron-left {
    position: absolute;
    left: -20%;
    background: #6FB72F;
    color: #fff;
    padding: 10px 15px 10px 12px;
    border: solid 1px #6FB72F;
    font-size: 20px;
    top: 25%;
}
.secondary-test-wrap .fa-chevron-right{
    position: absolute;
    right: -20%;
    background: #6FB72F;
    color: #fff;
    padding: 10px 10px 9px 14px;
    border: solid 1px #6FB72F;
    font-size: 20px;
    top: 25%;
}
.secondary-test-wrap .fa-chevron-left:hover, 
.secondary-test-wrap .fa-chevron-right:hover{
    background: #fff;
    color: #6FB72F;
}
.title-test span {
    display: block;
    color: #505050;
    font-size: 18px;
    margin: 0;
}
/** ============================================== Client Section Style ============================================== **/
.img-title-client {
    border: solid 1px #ececec;
    background: #ffffff;
    margin-right: 5px;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.img-title-client:nth-child(5) {
    margin-right: 0;
}
section#home-client-section {
    background: #ffffff;
}
.main-client-wrap .owl-prev {
    position: absolute;
    width: 50px;
    background: rgba(0,0,0,0.1);
    height: 50px;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    left: 1px;
}
.main-client-wrap .owl-next {
    position: absolute;
    width: 50px;
    background: rgba(0,0,0,0.1);
    height: 50px;
    top: 50%;
    right: 6px;
    text-align: center;
    transform: translateY(-50%);
}
.main-client-wrap .owl-nav i {
    line-height: 50px;
    color: #6FB72F;
}
/** ============================================== Countdown Section Style ============================================== **/

.left-contact {
    width: 50%;
    float: left;
}
.right-contact {
    width: 50%;
    float: left;
}
.left-contact .secondary-contact {
    width: 70%;
    margin: 0 auto;
    margin-top: 60px;
}
.wpcf7-textarea {
    height: 100px;
    border-radius: 0px;
    margin-bottom: 10px;
}
.wpcf7-text {
    width: 100%;
    height: 45px;
    border-radius: 0px !important;
    margin-bottom: 5px;
    padding-left: 10px !important;
}
.left-contact .tab-cf7 input, 
.left-contact textarea.wpcf7-form-control.wpcf7-textarea{
    margin: 0px;
}
.main-form-contact input.wpcf7-form-control.wpcf7-submit {
    padding: 5px 50px;
    border-radius: 0px;
    border: solid 1px #6FB72F;
}
.main-form-contact input.wpcf7-form-control.wpcf7-submit:hover {
    background: #fff;
    color: #6FB72F;
}
section#home-contact-section {
    padding: 0;
    background: #f8f8f8;
}
.secondary-map p {
    margin: 0;
    line-height: 0;
}
.secondary-map iframe {
    width: 100%;
    height: 700px;
}
.title-sub-contact h2:after {
    content: "";
    position: absolute;
    width: 70px;
    height: 2px;
    background: #6FB72F;
    bottom: 0;
    left: 0;
}
.title-sub-contact h2 {
    font-size: 30px;
    position: relative;
    padding-bottom: 10px;
    color: #6FB72F;
}
.title-sub-contact p {
    margin-bottom: 30px;
    color: #666666;
}

/** ============================================== Footer Subscribe ============================================== **/

.footer-news-letter {
    width: 50%;
    margin: 0 auto;
    position: relative;
}
.footer-news-letter input.tnp-email {
    border: solid 1px #f4f4f4 !important;
    height: 50px;
    border-radius: 0px;
    width: 80% !important;
    float: left;
}
section#home-subscribe-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
}

section#home-subscribe-section {
    position: relative;
}
.secondary-subscribe-wrap {
    margin-bottom: 35px;
}
.footer-news-letter input.tnp-submit {
    position: absolute;
    right: 0;
    width: 20% !important;
    color: #fff !important;
    background: #6FB72F !important;
    border: solid 1px #6FB72F !important;
    font-size: 14px !important;
    text-transform: uppercase;
    height: 50px !important;
    float: left;
    border-radius: 0;
}
.footer-news-letter input.tnp-submit:hover {
    background: #fff !important;
    color: #6fb72f !important;
}
.site-info {
    text-align: center;
    background: #313131;
    padding: 8px 0;
}
.site-info a {
    color: #bbb;
    text-transform: capitalize;
    font-size: 17px;
    font-size: 17px;
}
.site-info {
    color: #fff;
    font-size: 17px;
}
.tnp-field.tnp-field-email label {
    display: none;
}
/** ============================================== Counter Section ============================================== **/

.counter-wrap-main {
    text-align: center;
    margin: 0 auto;
}
.layout-1 .secondary-wrap-counter-content {
    width: 24.25%;
    float: left;
    border: solid 2px #6FB72F;
    padding: 40px 10px;
    margin-right: 1%;
    position: relative;
    background: #6FB72F;
}
.layout-1 .counter-wrap-main {
    margin-top: 50px;
}
.layout-2 .secondary-wrap-counter-content {
    width: 24%;
    float: left;
    border: solid 1px #6FB72F;
    padding: 25px 10px 25px 10px;
    margin-right: 1%;
    position: relative;
}
.layout-2 .secondary-wrap-counter-content:before {
    content: "";
    width: 50px;
    position: absolute;
    height: 50px;
    top: 0;
    left: 0;
    background: transparent;
    border-top: solid 1px #6FB72F;
    border-left: solid 1px #6FB72F;
}
.layout-2 .secondary-wrap-counter-content:after {
    content: "";
    width: 50px;
    position: absolute;
    height: 50px;
    right: 0;
    bottom: 0;
    background: transparent;
    border-right: solid 1px #6FB72F;
    border-bottom: solid 1px #6FB72F;
}
.layout-2 .secondary-wrap-counter-content:hover:before, 
.layout-2 .secondary-wrap-counter-content:hover:after {
    width: 100%;
    height: 100%;
}
.secondary-wrap-counter-content:last-child {
    margin-right: 0;
}
.layout-1 .fa-counter-icon i {
    font-size: 35px;
    border: solid 2px #6FB72F;
    height: 75px;
    width: 75px;
    line-height: 74px;
    color: #3a3a3a;
    background: #fff;
}
.layout-1 .fa-counter-icon {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.layout-2 .fa-counter-icon i {
    font-size: 35px;
    border: solid 2px #6FB72F;
    height: 90px;
    width: 90px;
    line-height: 90px;
    border-radius: 100%;
    color: #6FB72F;
}
.counter-title h4 {
    font-size: 17px;
    color: #fff;
    font-weight: 100;
    margin: 20px 0px 0px 0px;
}
.counter-count span {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
}
section#home-counter-section.layout-2 .counter-count span, 
section#home-counter-section.layout-2 .counter-title h4{
	color: #838383;
}
/** ============================================== TA Business Random ============================================== **/
.comment-author-date span:hover, a.read-more, h1.entry-title a,  
.nav-links a, .secondary input.search-submit:hover, 
h1.site-title a, .desc-slider a, .main-slider-wrap .owl-dot span, 
form#commentform input#submit, a.read-more-button, .content-blog h2 a, a.blog-read-more, 
.date-comment-author span a, .titles-port .filter, .portfolio-links a.portfolio-permalink, 
.portfolio-links a.portfolio-lightbox, .portfolio-links a, .img-tag:after, .hm-port-title a, 
#count-1 .hm-port-excerpt, .hm-port-excerpt, .portfolio-post-wrape figure, 
.img-wra-member img, .slider.member-nav .fa-chevron-left, 
.slider.member-nav .fa-chevron-right, input.wpcf7-form-control.wpcf7-submit, .title-test, 
.link-slider-feature a:after, .content-slider-feature i, .tab-content-service h2 a, 
.secondary-wrap-counter-content, .layout-2 .tab-content-service span a, 
.secondary-wrap-counter-content .fa-counter-icon i, .read-more-slider-feature a, 
.layout-2 .secondary-wrap-counter-content:before, .tab-cart-header i, 
.tab-cart-header p.woocommerce-mini-cart__buttons.buttons a, 
.layout-2 .secondary-wrap-counter-content:after, .secondary-test-wrap .fa-chevron-left, 
.secondary-test-wrap .fa-chevron-right, .tab-social-icon a i, 
.woocommerce ul.products li.product .button, .woocommerce div.product form.cart .button{
    -webkit-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
