/*
Theme Name: Unify
Theme URI: http://underscores.me/
Author: Masud Rana
Author URI: http://bootitems.com/
Developed By: Md. Masud Rana
Description: Unify is full responsive wordpress theme. It is suitable for all creative people, corporate, agency, business, company, individual or agencies, product or service selling websites. It is highly super flexible, with a clean and professional design.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: unify
Tags: one-column, two-columns, right-sidebar, left-sidebar

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.

Unify || Corporate WordPress Theme is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> 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: "Lato",sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body {
	margin: 0;
-ms-word-wrap: break-word;
word-wrap: break-word;
}
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: 1px dotted;
}
b,
strong {
    font-weight: 600;
	color:#353535;
}
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;
}
input,
select,
textarea {
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	background: #ffffff none repeat scroll 0 0;
	color: #555555;
	font-family: "Lato",sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	padding:0;
	margin:0 0 20px;
	font-weight:600;
	letter-spacing:1px;
}
h1 {
    font-size: 32px;
    line-height: 48px;
}
h2 {
    font-size: 28px;
    line-height: 32px;
}
h3 {
	font-size: 24px;
	line-height: 38px;
}
h4 {
	font-size: 20px;
	line-height: 30px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
p {
	margin:0 0 20px;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 24px 40px;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	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-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 14px;
}
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 http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	height: 1px;
    margin: 60px 0;
    padding: 0px;
    border-bottom: 1px solid #eceff8;
    border-top: 0px;
}
*,
*:before,
*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
ul,
ol {
	margin: 0 0 1.5em 3em;
}
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, .8);
	font-size: 14px;
	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:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	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: #555;
	border: 1px solid #ccc;
	border-radius: 0;
	padding: 3px;
}
select {
	border: 1px solid #ccc;
}
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;
}
textarea {
	width: 100%;
}
table, th, td {
    border: 1px solid #ededed;
}
table {
    border-collapse: collapse;
    margin: 0 0 35px;
    width: 100%;
}
th {
    background: #f8f8f8 none repeat scroll 0 0;
    font-size: 1.4rem;
    font-weight: bold;
    padding: 8px 15px;
}
td {
    padding: 5px 15px;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color:#8EC448;
	-webkit-transition:all 0.3s ease-in-out;
	   -moz-transition:all 0.3s ease-in-out;
		 -o-transition:all 0.3s ease-in-out;
	     transition:all 0.3s ease-in-out;
	text-decoration:none;
}
a:visited {
	color: #353535;
}
a:hover,
a:focus,
a:active {
	color:#838383;
	text-decoration:none;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a { 
    color: inherit 
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
}
.main-navigation ul ul li {

}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
.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 {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	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;
	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: 15px;
}
.alignright {
	display: inline;
	float: right;
    margin-left: 15px;
}
.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 0;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
 .widget th,
 .widget td{
	 padding:5px 8px;
 }
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0;
}
.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 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, /* 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;
}
/*--------------------------------------------------------------
# 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%;
}
/*--------------------------------------------------------------
## 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 {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.post-carousel .gallery-columns-2 .gallery-item {
	max-width: 100%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.post-carousel .gallery-columns-3 .gallery-item {
	max-width: 100%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.post-carousel .gallery-columns-4 .gallery-item {
	max-width: 100%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.post-carousel .gallery-columns-5 .gallery-item {
	max-width: 100%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.post-carousel .gallery-columns-6 .gallery-item {
	max-width: 100%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.post-carousel .gallery-columns-7 .gallery-item {
	max-width: 100%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.post-carousel .gallery-columns-8 .gallery-item {
	max-width: 100%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.post-carousel .gallery-columns-9 .gallery-item {
	max-width: 100%;
}
.gallery-caption {
	display: block;
}
/*================================
    1. Globar Styles
==================================*/
/*------------------------
 1.5 Other Fixes ---------*/
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.uppercase{
	text-transform:uppercase;
}
.floatleft {
    float: left
}
.floatright {
    float: right
}
.trans-5{
	-webkit-transition:all 0.5s ease 0s;
	-moz-transition:all 0.5s ease 0s;
	transition:all 0.5s ease 0s;
}
.trans-3{
	-webkit-transition:all 0.3s ease 0s;
	-moz-transition:all 0.3s ease 0s;
	transition:all 0.5s ease 0s;
}
.pos-relative{
	position:relative;
}
.dis-table {
    display: table;
    height: 100%;
    width: 100%;
}
.dis-table-cell {
    display: table-cell;
    vertical-align: middle;
}
/* =======================================
  2. Basic margin paddings ===============*/
.m-0 {
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.p-0 {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}
/*************************
    Margin top
*************************/
.mt-0 { margin-top: 0 }
.mt-5 { margin-top: 5px }
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-25 { margin-top: 25px }
.mt-30 { margin-top: 30px }
.mt-35 { margin-top: 35px }
.mt-40 { margin-top: 40px }
.mt-45 { margin-top: 45px }
.mt-50 { margin-top: 50px }
.mt-55 { margin-top: 55px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }
.mt-80 { margin-top: 80px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }

/*************************
    Margin right
*************************/
.mr-0 { margin-right: 0 }
.mr-5 { margin-right: 5px }
.mr-10 { margin-right: 10px }
.mr-15 { margin-right: 15px }
.mr-25 { margin-right: 25px }
.mr-20 { margin-right: 20px }
.mr-30 { margin-right: 30px }
.mr-35 { margin-right: 35px }
.mr-40 { margin-right: 40px }
.mr-45 { margin-right: 45px }
.mr-50 { margin-right: 50px }
/*************************
    Margin bottom
*************************/
.mb-0 { margin-bottom: 0 }
.mb-5 { margin-bottom: 5px }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-25 { margin-bottom: 25px }
.mb-30 { margin-bottom: 30px }
.mb-35 { margin-bottom: 35px }
.mb-40 { margin-bottom: 40px }
.mb-45 { margin-bottom: 45px }
.mb-50 { margin-bottom: 50px }
.mb-55 { margin-bottom: 55px }
.mb-60 { margin-bottom: 60px }
.mb-70 { margin-bottom: 70px }
.mb-80 { margin-bottom: 80px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
/*************************
    Margin left
*************************/
.ml-0 { margin-left: 0 }
.ml-5 { margin-left: 5px }
.ml-10 { margin-left: 10px }
.ml-15 { margin-left: 15px }
.ml-20 { margin-left: 20px }
.ml-25 { margin-left: 25px }
.ml-30 { margin-left: 30px }
.ml-35 { margin-left: 35px }
.ml-40 { margin-left: 40px }
.ml-45 { margin-left: 45px }
.ml-50 { margin-left: 50px }

/*************************
    Padding Top
*************************/
.pt-0{padding-top:0;}
.pt-5{padding-top:5px;}
.pt-10 {padding-top: 10px}
.pt-15 {padding-top: 15px}
.pt-20 {padding-top: 20px}
.pt-25 {padding-top: 25px}
.pt-30 {padding-top: 30px}
.pt-35 {padding-top: 35px}
.pt-40 {padding-top: 40px}
.pt-45 {padding-top: 45px}
.pt-50 {padding-top: 50px}
.pt-55 {padding-top: 55px}
.pt-60 {padding-top: 60px}
.pt-65 {padding-top: 65px}
.pt-70 {padding-top: 70px}
.pt-75 {padding-top: 75px}
.pt-80 {padding-top: 80px}
.pt-85 {padding-top: 85px}
.pt-90 {padding-top: 90px}
.pt-95 {padding-top: 95px}
.pt-100 {padding-top: 100px}
.pt-105 {padding-top: 105px}
.pt-110 {padding-top: 110px}
/*************************
    Padding Right
*************************/
.pr-0{padding-right:0;}
.pr-5{padding-right:5px;}
.pr-10 {padding-right: 10px}
.pr-15 {padding-right: 15px}
.pr-20 {padding-right: 20px}
.pr-25 {padding-right: 25px}
.pr-30 {padding-right: 30px}
.pr-35 {padding-right: 35px}
.pr-40 {padding-right: 40px}
.pr-45 {padding-right: 45px}
.pr-50 {padding-right: 50px}
.pr-55 {padding-right: 55px}
.pr-60 {padding-right: 60px}
.pr-65 {padding-right: 65px}
.pr-70 {padding-right: 70px}
.pr-75 {padding-right: 75px}
.pr-80 {padding-right: 80px}
.pr-85 {padding-right: 85px}
.pr-90 {padding-right: 90px}
.pr-95 {padding-right: 95px}
.pr-100 {padding-right: 100px}
.pr-105 {padding-right: 105px}
.pr-110 {padding-right: 110px}
/*************************
    Padding Bottom
*************************/
.pb-0 {padding-bottom: 0}
.pb-5 {padding-bottom: 5px}
.pb-10 {padding-bottom: 10px}
.pb-15 {padding-bottom: 15px}
.pb-20 { padding-bottom: 20px}
.pb-25 {padding-bottom: 25px}
.pb-30 {padding-bottom: 30px}
.pb-35 {padding-bottom: 35px}
.pb-40 {padding-bottom: 40px}
.pb-45 {padding-bottom: 45px}
.pb-50 {padding-bottom: 50px}
.pb-55 {padding-bottom: 55px}
.pb-60 {padding-bottom: 60px}
.pb-65 {padding-bottom: 65px}
.pb-70 {padding-bottom: 70px}
.pb-75 {padding-bottom: 75px}
.pb-80 {padding-bottom: 80px}
.pb-85 {padding-bottom: 85px}
.pb-90 {padding-bottom: 90px}
.pb-95 {padding-bottom: 95px}
.pb-100 { padding-bottom: 100px}
.pb-105 {padding-bottom: 105px}
.pb-110 {padding-bottom: 110px}
/*************************
    Padding Left
*************************/
.pl-0 {padding-left: 0}
.pl-5 {padding-left: 5px}
.pl-10 {padding-left: 10px}
.pl-15 {padding-left: 15px}
.pl-20 { padding-left: 20px}
.pl-25 {padding-left: 25px}
.pl-30 {padding-left: 30px}
.pl-35 {padding-left: 35px}
.pl-40 {padding-left: 40px}
.pl-45 {padding-left: 45px}
.pl-50 {padding-left: 50px}
.pl-55 {padding-left: 55px}
.pl-60 {padding-left: 60px}
.pl-65 {padding-left: 65px}
.pl-70 {padding-left: 70px}
.pl-75 {padding-left: 75px}
.pl-80 {padding-left: 80px}
.pl-85 {padding-left: 85px}
.pl-90 {padding-left: 90px}
.pl-95 {padding-left: 95px}
.pl-100 { padding-left: 100px}
.pl-105 {padding-left: 105px}
.pl-110 {padding-left: 110px}

/*************************
        Padding Top Bottom
*************************/
.ptb-10{padding:10px 0}
.ptb-20{padding:20px 0}
.ptb-25{padding:25px 0}
.ptb-30{padding:30px 0}
.ptb-35{padding:35px 0}
.ptb-40{padding:40px 0}
.ptb-45{padding:45px 0}
.ptb-50{padding:50px 0}
.ptb-60{padding:60px 0}
.ptb-65{padding:65px 0}
.ptb-70{padding:70px 0}
.ptb-75{padding:75px 0}
.ptb-80{padding:80px 0}
.ptb-100{padding:100px 0}

/*************************
  Custom Widths
*************************/
.full-width{
	width:100%;
}
.width-one-half{
	width:50%;
}
.width-one-third{
	width:33.333%;
}
.width-two-third{
	width:66.666%;
}
.width-one-fourth{
	width:25%;
}
.width-two-fourth{
	width:50%;
}
.width-three-fourth{
	width:75%;
}
.width-one-fifth{
	width:20%;
}
.width-two-fifth{
	width:40%;
}
.width-three-fifth{
	width:60%;
}
.width-four-fifth{
	width:80%;
}
/*==================================
  3. Background variation set 
====================================*/
.gray-bg{
	background:#f0f0f0;
}
.black-bg{
	background:#000 !important;
	color:#fff;
}
/* Overly Background */
.overlay-bg{
    position: relative;
	z-index:2;
}
.overlay-bg, 
.overlay-bg-7, 
 .overlay-bg-6, 
.overlay-bg-5 { 
    position: relative; 
	z-index:2; 
 } 
.overlay-bg::before, 
.overlay-bg-7::before, 
.overlay-bg-6::before, 
.overlay-bg-5::before, 

.overlay-bg-4::before { 
	content: ""; 
	display: block !important; 
	height: 100%;
	left: 0; 
	position: absolute;
	top: 0; 
	width: 100%; 
	z-index: 1; 
 } 
.overlay-bg::before{
	content: "";
	display: block !important;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.overlay-bg::before{
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
}
.overlay-bg-4::before{
    background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
} 
.overlay-bg-5::before{
    background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0; 
} 
.overlay-bg-6::before{ 
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
} 
.overlay-bg-7::before{ 
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0; 
} 
.overlay-bg > div,
.overlay-bg-7 > div,
.overlay-bg-6 > div,
.overlay-bg-5 > div{
	position: relative;
	z-index:5;
}
/* Text Colors */
.text-blue{color:#0199ED !important;}
.text-yellow{color:#ffac0e !important;}
.text-golden{color:#fcda9a !important;}

/*=======================================
 4. Section Title Styles
=========================================*/
/* Default Section Title */
.section-title {
	margin-bottom: 25px;
	/* text-align: center; */
}
.section-title  h2 {
	display: inline-block;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 24px;
	margin-bottom: 32px;
	position: relative;
	text-transform: uppercase;
}
.section-title h2::before {
	background: #353535 none repeat scroll 0 0;
	bottom: -12px;
	content: "";
	height: 1px;
	left: 50%;
	margin-left: -30px;
	position: absolute;
	width: 60px;
}
.section-title.seperator-0 h2{
	margin-bottom: 25px;
}
.section-title.seperator-0 h2::before {
    display:none
}
.section-title.seperator-2 h2::before {
	height: 2px;
	bottom: -12px;
}
.section-title.seperator-3 h2::before {
	height: 3px;
	bottom: -14px;
}
.section-title.seperator-4 h2::before {
	height: 4px;
	bottom: -16px;
}
.section-title.text-left h2::before {
	left: 0;
	margin-left: 0;
}
.section-title.text-right h2::before {
	left: inherit;
	right: 0;
	margin-left: 0;
}
.section-title p {
	font-style: italic;
	font-weight: 300;
	line-height: 28px;
}
/* White Title */
.white-heading h2 {
    color:#ffffff;
}
.white-heading p{
    color:#f5f5f5;
}
.white-heading h2:before{
    background:#fff;	
}
/* ===========================
	5. Buttons
============================== */
.btn {
    font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight:700;
	letter-spacing: 1px;
	padding: 7px 20px;
	position: relative;
	text-transform: uppercase;
}
/* Corporate Page Buttons */
.btn-cor.btn-borders{
	background: transparent none repeat scroll 0 0;
	border: 1px solid #353535;		
	color: #353535;	
}
.btn-cor.btn-borders:hover{
	background-color: #8ec448;
	color: #fff;	
}
.btn-load.btn-borders {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #353535;
}
.btn-load.btn-borders:hover{
	background-color: #8ec448;
	color: #fff;
}
.btn.btn-borders:hover{
	border:1px solid rgba(0, 0, 0, 0.1);
}
.btn-cor{
	background-color: #8ec448;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #fff;
}
.btn-cor:hover{
	background: #77b527;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color:#fff;
}
.loadmore-area .btn-cor.btn-lg, .about-right .btn-cor.btn-lg {
	border-radius: 4px;
	font-size: 13px;
	padding: 12px 24px;
    font-family: 'Raleway', sans-serif;
	font-weight:900;
}
.btn-lg, .btn-group-lg > .btn {
	font-size: 14px;
	font-weight: 500;
	padding: 13px 28px;
}
.btn-md, .btn-group-md > .btn {
	padding: 10px 25px;
}
.btn-sm, .btn-group-sm > .btn {
	font-size: 12px;
	padding: 6px 18px;
}
.btn-xs, .btn-group-xs > .btn {
	font-size: 10px;
	padding: 4px 12px;
}
.btn-flat{
	border-radius:0;
}
.btn-primary{
	background-color: #0199ed;
	border-color: #0179cd;	
}
.btn-3d{
	border-bottom: 4px solid rgba(0, 0, 0, 0.4);
}
/* Buttons */
.btn-borders {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #353535;
	color: #353535;
}
.btn:hover{
	opacity:0.8;
}
.btn-unify{
	background-color: #8ec448;
	border-color: #8ec448;
}
.btn-fill{
	color:#fff !important;
}
.btn-gray.btn-fill{
	color:#555 !important;
}
.btn-borders.btn-unify,
.btn-borders.btn-gray,
.btn-borders.btn-black,
.btn-borders.btn-blue,
.btn-borders.btn-green,
.btn-borders.btn-yellow,
.btn-borders.btn-orange,
.btn-borders.btn-red,
.btn-borders.btn-pink,
.btn-borders.btn-petrol {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #b4b4b4;
	color: #555;
}
.btn-borders.btn-unify:hover,
.btn-borders.btn-gray:hover,
.btn-borders.btn-black:hover,
.btn-borders.btn-blue:hover,
.btn-borders.btn-green:hover,
.btn-borders.btn-yellow:hover,
.btn-borders.btn-orange:hover,
.btn-borders.btn-red:hover,
.btn-borders.btn-pink:hover,
.btn-borders.btn-petrol:hover {
    color:#ffffff;
	opacity:1;
}
.btn-borders.btn-unify:hover{
	background-color: #8ec448;
	border-color: #8ec448;
}
.btn-gray{
	background-color: #F0F0F0;
	border-color: #F0F0F0;	
}
.btn-borders.btn-gray:hover{
	background-color: #F0F0F0;
	border-color: #F0F0F0;	
}
.btn-black{
	background-color: #353535;
	border-color: #353535;	
}
.btn-borders.btn-black:hover{
	background-color: #353535;
	border-color: #353535;
}
.btn-blue{
	background-color: #0078D7;
	border-color: #0078D7;	
}
.btn-borders.btn-blue:hover{
	background-color: #0078D7;
	border-color: #0078D7;
}
.btn-green{
	background-color: #13A381;
	border-color: #13A381;	
}
.btn-borders.btn-green:hover{
	background-color: #13A381;
	border-color: #13A381;	
}
.btn-yellow{
	background-color: #FF4800;
	border-color: #FF4800;	
}
.btn-borders.btn-yellow:hover{
	background-color: #FF4800;
	border-color: #FF4800;
}
.btn-orange{
	background-color: #FFA500;
	border-color: #FFA500;	
}
.btn-borders.btn-orange:hover{
	background-color: #FFA500;
	border-color: #FFA500;
}
.btn-red{
	background-color: #B10000;
	border-color: #B10000;	
}
.btn-borders.btn-red:hover{
	background-color: #B10000;
	border-color: #B10000;
}
.btn-pink{
	background-color: #FF7F50;
	border-color: #FF7F50;	
}
.btn-borders.btn-pink:hover{
	background-color: #FF7F50;
	border-color: #FF7F50;
}
.btn-petrol{
	background-color: #8224E3;
	border-color: #8224E3;	
}
.btn-borders.btn-petrol:hover{
	background-color: #8224E3;
	border-color: #8224E3;
}
/* ===================================
    6. Basic Form Styles
====================================== */
.single-field {
	height: auto;
	margin: 0 0 15px;
	padding: 0;
	width: 100%;
	overflow:hidden;
}
.single-field  label,
.checkbox-field {
	display: block;
	font-weight: 400;
	margin-bottom: 10px;
}
.single-field input,
.single-field select{
    height: 32px;	
}
.single-field input,
.single-field select,
.single-field textarea{
	background: transparent none repeat scroll 0 0;
	border: 1px solid #dddddd;
	box-shadow: none;
	color: #555;
	padding: 0 10px;
	width: 100%;
}
.half-field,
.half-field-last {
	float: left;
	width: 48.5%;
}
.half-field-last {
	float: right;
}
/*================================= 
    7. Header Area
===================================*/
.header-area {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 99;
}
/* 7.1 Header Top Bar */
.header-top-bar {
	background-color: #8ec448;
	color: #fff;
	margin: 0;
	padding: 7px 0;
	width: 100%;
}
.header-top-bar p{
	margin:0;
}
.header-top-bar a{
	color:#fff;
}
.header-top-bar a:hover{
	opacity:0.7;
}
.top-left-info{
	padding:5px 0;
}
.top-right-info ul, .list-menu ul{
    padding:0;
	margin:0;
	list-style:none;
}
.list-menu > li {
	display: inline-block;
	list-style: outside none none;
	margin-bottom: 0;
	margin-left: 35px;
	margin-top: 0;
	padding: 5px 0;
	position: relative;
}
.list-menu > li:first-child {
    margin-left: 0;
}
.list-menu > li::after {
	content: "/";
	position: absolute;
	right: -18px;
	top: 5px;
}
.list-menu > li:last-child::after{
	display:none;
}
.list-menu > li i {
    margin-right: 5px;
}
/* 7.2 Header Navigation Area */
.header-navigation-area {
	position: relative;
	width: 100%;
}
.header-navigation {
	background-color: rgba(255, 255, 255, 0.8);
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 10;
}
.logo {
	margin: 0;
	padding: 15px 0;
	position: relative;
	z-index: 99;
}
.logo > a {
	display: block;
	padding: 0;
}
.logo h1.logo-text {
	font-size: 20px;
	font-weight: 900;
	line-height: 26px;
	margin-bottom: 0;
	padding-top: 20px;
	transition: all 0.5s ease 0s;
}
.logo h1.logo-text a:hover{
	color:#8ec448;
}
.sticky .logo h1.logo-text {
	font-size: 18px;
	padding-top: 10px;
	line-height: 24px;
	transition: all 0.5s ease 0s;
}
.sticky-logo img {
	height: 63px;
	transition: all 0.5s ease 0s;
}
.admin-bar .sticky .header-navigation {
    top: 32px;
}
/*========================================*/
/*  2.1  mainmenu area 
/*----------------------------------------*/
.main-menu{
	clear: both;
	z-index: 10;
}
.main-ul, .main-ul ul, .main-ul li{
	list-style:none;
}
nav.main-menu .main-ul {
	position: relative;
	text-align: center;
	margin:0;
}
nav.main-menu .main-ul > li{
	display: inline-block;
	position: relative;
}
nav.main-menu .main-ul > li > a {
	box-sizing: border-box;
	color: #353535;
	display: block;
	 font-family: "Raleway",sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
	opacity: 1;
	padding: 32px 15px 10px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.3s ease-in-out 0s;
	visibility: visible;
}
nav.main-menu .main-ul > li > a:hover,
nav.main-menu .main-ul > li.current-menu-item > a,
nav.main-menu .main-ul > li.current-menu-ancestor > a,
nav.main-menu .main-ul > li.current-menu-parent > a,
nav.main-menu .main-ul ul li > a:hover,
nav.main-menu .main-ul ul li.current-menu-item > a,
ul.restrain.language li.current-menu-item a {
	color:#8ec448;
}
.header-four .main-menu ul li a {
    color: #171819;
}
nav.main-menu .main-ul > li > a > i {
	font-size: 14px;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 55px;
	transition: opacity 0.3s;
}
nav.main-menu .main-ul > li:hover > a i {
	opacity: 1;
	transition: opacity 0.3s;
}
.sub-menu-li{
	position:relative;
}
nav.main-menu .main-ul ul.sub-menu li{
	position:relative;
}
nav.main-menu .main-ul .sub-menu {
	background: #ffffff none repeat scroll 0 0;
	left: 0;
	padding: 12px 0;
	position: absolute;
	top: 100%;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.5s ease 0s;
	width: 205px;
	position:absolute;
}
nav.main-menu .main-ul ul.sub-menu ul.sub-menu{
	left:100%;
	top:0;
	transform: scaleY(0);
	padding:12px 0;
	box-shadow:0 1px 2px rgba(86, 86, 90, 0.5);
}
nav.main-menu .main-ul ul.sub-menu li:hover > ul.sub-menu{
	transform: scaleY(1);	
}
nav.main-menu .main-ul .nocls .sub-menu ul {
	margin: 0;
	padding: 0 0 10px 20px;
	width: 100%;
}
nav.main-menu .main-ul > li > .sub-menu{
	width: 200px !important;
	margin-left: 0 !important;
	z-index: 999999;
	box-shadow:0 1px 2px rgba(86, 86, 90, 0.5);
}
nav.main-menu .main-ul .mega-menu-ul a.ttl-hd-cls span{
	margin-left: 16px;
}
nav.main-menu .main-ul .mega-menu-ul ul.sub-menu.pto{
	padding-top: 0 !important;
}
nav.main-menu .main-ul .sub-menu > li a{
	display:block;
	padding:5px 20px;
	text-transform:capitalize;
	font-size:13px;
	text-align:left;
}
nav.main-menu .main-ul li a i {
    margin-right: 5px;
}
nav.main-menu .main-ul .mega-menu-ul {
	border: 1px solid #eee;
	box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
	left: -200px;
	margin: 0;
	padding: 30px 10px 20px;
	position: absolute;
	top: 100%;
	transform: scaleY(0);
	transform-origin: 0 0 0;
	transition: all 0.5s ease 0s;
	width: 890px;
	z-index: 999;
}
nav.main-menu .main-ul .small-megamenu-li{
	position:relative;
}
nav.main-menu .main-ul .mega-menu-ul-two{
	position:absolute;
	left:0;
	top:100%;
}
nav.main-menu .main-ul ul{
	background:#ffffff;
	z-index:555;
}
nav.main-menu .main-ul li:hover .mega-menu-ul{
	transform: scaleY(1);
}
nav.main-menu .main-ul li:hover .sub-menu{
	transform: scaleY(1);
}
nav.main-menu .main-ul .mega-menu-ul > li{
	float:left;
	text-align:left;
	position: relative;
}
.mega-menu-ul .sub-menu{
	box-shadow: none !important
}
nav.main-menu .main-ul .mega-menu-ul > li .mega-menu{
	width:900px;
	padding:20px;
	overflow:hidden;
}
nav.main-menu .main-ul  .mega-menu-ul > li .mega-menu-two{
	width:680px;
	overflow:hidden;
	background:#fff;
}
nav.main-menu .main-ul .mega-menu-ul > li .sub-menu {
	padding: 0;
	position: inherit !important;
}
nav.main-menu .main-ul .sub-menu li.menu-item-has-children > a:after {
	content: "";
	font-family: fontawesome;
	font-size: 14px;
	margin-top: -10px;
	position: absolute;
	right: 20px;
	top: 50%;
}
nav.main-menu .main-ul .mega-menu-ul > li .mega-menu .single-mega-menu{
	float:left;
	width:200px;
	margin-right:20px;
}
nav.main-menu .main-ul .mega-menu-ul > li .mega-menu .single-mega-menu:last-child{
	margin-right:0px;
}
nav.main-menu .main-ul .mega-menu-ul > li .mega-menu .single-mega-menu a{
	display:block;
}
.mega-menu-ul .titleclass span {
	color: #171819;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
	padding: 0 0 10px;
	text-transform: uppercase;
}
nav.main-menu .mega-menu-ul li ul.sub-menu li a {
	padding-left:0;
	padding-right:0;
}
nav.main-menu .main-ul .mega-menu-ul > li .mega-menu .single-mega-menu h2 > a{
	color: #404e53 !important;
	font-size: 12px;
	font-weight: 700;
	line-height: 17px;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e5e5;
}
nav.main-menu .main-ul ul li a {
	color: #555555;
	display: block;
	font-family: "Lato",sans-serif;
	font-size: 13px;
	font-weight: 600;
	line-height: 22px;
	outline: medium none;
	text-transform: capitalize;
}
.mobile-menu-area .mega-menu-ul .titleclass span {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	margin-left: 0;
	padding: 0;
	text-transform: inherit;
}
.mobile-menu-area .mean-nav ul li a i {
    display:none;
}
/* Search Box */
.search-box-area {
	display: block;
	overflow: hidden;
	padding: 30px 0;
	position: relative;
	z-index: 99;
}
.search-box .single-input {
	background-color: #f3f3f3;
	border: 1px solid #dddddd;
	border-radius: 0;
	box-shadow: none;
	color: #353535;
	float: left;
	height: 34px;
	padding: 0 10px;
	width: calc(100% - 35px);
}
.search-box input:focus{
	box-shadow:none;
}
.search-box input[type="text"], 
.search-box button[type="submit"]{ 
    outline: none;
	box-shadow:none;
}
.src-btn {
	border-color: #dddddd #dddddd #dddddd currentcolor;
	border-radius: 0;
	border-style: solid solid solid none;
	border-width: 1px 1px 1px medium;
	float: left;
	height: 34px;
	line-height: 30px;
	margin: 0;
	padding: 0;
	transition: all 0.3s ease 0s;
	width: 35px;
}
.src-btn:hover {
	border-color: #ddd;
	border-style: solid solid solid none;
	color: #8ec448;
}
/* Sticky */
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 11;
	left: 0;
}
.boxed-layout .sticky {
	left: auto;
	margin: auto;
	width: 1240px;
}
.sticky .header-navigation{
	background:#fff;
    box-shadow:0 0 3px rgba(0, 0, 0, 0.1);
}
.sticky .logo {
    padding: 13px 0 10px;
}
.sticky .logo img {
	height: 48px;
	width:auto;
}
.sticky nav.main-menu .main-ul > li > a {
  padding: 21px 15px;
}
.sticky .search-box-area {
    padding: 20px 0;
}
/*===================================== 
   13. Mobile Menu Styles
=======================================*/
.mobile-menu-area {
	position: absolute;
	top: 22px;
	transition: all 0.3s ease 0s;
	width: 720px;
	z-index: 999;
}
.header-navigation-area.sticky .mobile-menu-area{
	top: 10px;
}
.header-navigation-area.sticky .mean-container .mean-nav {
    margin-top: 13px;
}
@media screen and (max-width: 782px) {
.admin-bar .sticky .header-navigation{
    top: 0;
  }
}
/*=======================================
 14. Page Banner Styles 
 ========================================*/
#page-header {
	background:url('img/banners/1.jpg') no-repeat scroll 0 0;
	display: block;
	height:420px;
	max-height: 450px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.custom-header {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.custom-header.parallax-bg {
	background-attachment:fixed;
}
.custom-header-overlay,
.blog-header-overlay{
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background-color:#000;
	opacity:0.4;
	z-index:1;
}
.banner-parallax {
	display: block;
	position: relative;
}
.banner-parallax:before{
    background-color: #000;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
	opacity:0.4;
}
.banner-content {
	height: 100%;
	margin: 0;
	padding: 90px 0 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.banner-container {
	height: 100%;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
	padding-top: 100px;
}
.page-header .page-title, .custom-header .page-title{
	color:#fff;
}
.banner-content .page-title span{
	color:#8ec448;
}
.text-dark .page-title, 
.text-dark .breadcrumbs > li > a, 
.text-dark .breadcrumbs > li::after {
	color: #353535 !important;
}
.page-title {
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	line-height: 24px;
	margin-bottom: 12px;
}
.entry-content .banner-container{
	padding:0;
}
/*=================================
 15. Breadcrumbs 
 ==================================*/
.breadcrumbs {
	display: block;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.breadcrumbs > li {
	color: #ffffff;
	display: inline-block;
	font-size: 16px;
	padding: 0 8px;
	position: relative;
}
.breadcrumbs > li::after {
	content: ">";
	display: block;
	position: absolute;
	right: -6px;
	top: 0;
	color:#ffffff;
}
.breadcrumbs > li.active::after{
	display:none;
}
.breadcrumbs > li > a{
    color:#ffffff;
}
.breadcrumbs > li > a:hover{
	color: #8ec448;
}
/* Page Header Styles */
.page-header-bg{
	background:url(../../img/page-header-bg.png) repeat scroll 0 0;
	min-height:320px;
}
.page-header-bg h2.page-title,
.page-header-bg .breadcrumbs > li > a,
.page-header-bg .breadcrumbs > li::after{
    color: #ddd;	
}
.page-header-light {
    background-color: #f1f1f1 !important;
	min-height:320px;	
}
.page-header-light .page-title{
	color:#353535 !important;
}
.page-header-light .breadcrumbs > li > a,
.page-header-light .breadcrumbs > li::after {
    color: #353535;
}
.search .breadcrumbs > li.active{
	color:#ffffff;
}
/*-----------------------------------------
    4.1 Service Area
------------------------------------------*/
.service-area {
	background-color: #ffffff;
	display: block;
}
.service-item{
	margin-bottom:55px;
}
.service-item i {
	color: #353535;
	display: block;
	font-size: 34px;
	margin-bottom: 20px;
	transition: all 0.5s ease 0s;
}
.service-item:hover i {
	color: #8ec448;
}
.service-item h6 {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}
.service-item.image_style{
	padding: 15px;
	transition: all 0.3s ease 0s;
	position: relative;
	z-index: 2;
	margin-bottom:15px;
}
.service-item.image_style img {
	display: block;
	height: auto;
	margin-bottom: 23px;
	max-width: 100%;
}
.service-item.image_style h6 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 15px;
	text-transform: capitalize;
}
.service-item.image_style p{
	margin-bottom:10px;
}
.service-item.image_style:hover {
	box-shadow: 0 35px 35px rgba(0, 0, 0, 0.2);
	transform: translate(0px, -10px);
	z-index: 100;
}
.service-item.icon_style_2{
	margin-bottom:52px;
}
.service-item.icon_style_2 h6 {
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.service-item.icon_style_2 i {
	background-color: #8ec448;
	display: inline-block;
	width: 75px;
	height: 75px;
	text-align: center;
	line-height: 75px;
	color: #fff;
	border-radius: 50%;
	margin-bottom: 30px;
}
.service-item.icon_style_2:hover i{
	transform: scale(1.05);
}
/*-----------------------------------------
    4.2 Our Works Area
-------------------------------------------*/
.works-area, .portfolio-area {
	background-color: #ffffff;
	display: block;
}
.filter-catagory-menu {
	display: block;
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
	list-style:none;
}
.filter-catagory-menu li {
	color: #353535;
	cursor: pointer;
	display: inline-block;
    font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 600;
	padding: 0 15px 10px 12px;
	position: relative;
	text-transform: uppercase;
	z-index: 2;
}
.filter-catagory-menu li::after {
	color: #353535;
	content: "/";
	padding-left: 15px;
	position: absolute;
	right: 0;
}
.filter-catagory-menu li:last-child::after {
    display: none;
}
.filter-catagory-menu li:hover,
.filter-catagory-menu li.active{
    color:#8ec448;
}
#popular-products .filter-catagory-menu li.active{
	color:#b83932;
}
.portfolio-items .mix, .product-items .mix{
	display: none;
}
.portfolio-item {
	display: block;
	margin-bottom: 30px !important;
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
}
.portfolio-img img {
    width: 100%;
}
.portfolio-content {
	left: 0;
	margin-top: -38px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 50%;
	width: 100%;
}
.portfolio-img > a::before {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 100%;
}
.portfolio-content > h6, .portfolio-content > h6 a {
	color: #fff;
	font-size: 14px;
	margin-bottom: 8px;
	opacity: 0;
	text-transform: uppercase;
	transform: translate3d(-10px, 0px, 0px);
	transition: all 0.5s ease 0s;
	visibility: hidden;
}
.portfolio-content > h6 a:hover{
	color:#8ec448;
}
.portfolio-content > p {
	color: #fff;
	margin-bottom: 0;
	opacity: 0;
	transform: translate3d(10px, 0px, 0px);
	transition: all 0.5s ease 0s;
	visibility: hidden;
	font-style: italic;
}
.portfolio-content > p a{
	color: #fff;
    margin:0 5px;
	position:relative;
}
.portfolio-content > p a:hover{
	color: #8ec448;	
}
.portfolio-content > p a:after {
	content: "/";
	position: absolute;
	right: -7px;
	top: -2px;
}
.portfolio-content > p a:last-child:after {
	display:none;
}
.ovrly-btns {
	background-color: #8ec448;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 26px;
	height: 50px;
	line-height: 50px;
	margin: 4px 4px 40px;
	opacity: 0;
	text-align: center;
	transform: scale(0);
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 50px;
}
.ovrly-btns:hover{
	background: #fff;	
	color: #8ec448;
}
.portfolio-content .ovrly-btns:hover{
	background: #fff;	
	color: #8ec448;
}
.portfolio-content .ovrly-btns{
	color:#fff;
}
.portfolio-item:hover .portfolio-img > a::before {
	opacity: 1;
	visibility: visible;
}
.portfolio-item:hover .portfolio-content .ovrly-btns{
	transform: scale(1);
	visibility: visible;
	opacity:1;	
}
.portfolio-item:hover .portfolio-content h6,
.portfolio-item:hover .portfolio-content h6 a,
.portfolio-item:hover .portfolio-content p{
	transform: translate3d(0px, 0px, 0px);
	visibility: visible;
	opacity:1;	
}
.loadmore-area {
	display: block;
	padding: 12px 0 0;
	text-align: center;
}
/* Portfolio Single */
.portfolio-single {
	margin: 0;
	overflow: hidden;
	padding: 0;
}
.portfolio-thumbnail {
	display: block;
	margin-bottom: 30px;
	padding: 0;
}
.portfolio-thumbnail img{
	height: auto;
	width: 100%;
}
.project-shares {
	display: block;
	margin-bottom: 30px;
}
.project-meta {
	display: block;
	margin: 0 0 20px;
	padding: 0;
}
.portfolio-single .entry-header h2{
	margin-bottom: 30px;
}
.project-meta p {
	font-size: 16px;
	margin-bottom: 0;
}
.project-meta p span {
	margin-right: 20px;
}
.project-meta p span i {
	margin-right: 7px;
}
/*----------------------------------
    4.3 About Unify Area
------------------------------------*/
.about-area{
	background-color:#FFFFFF;
}
.about-left {
	display: block;
	height: 345px;
/* 	margin-bottom: 40px; */
	overflow: hidden;
	position: relative;
	width: 100%;
}
.about-left::before {
	background-color: #8ec448;
	content: "";
	height: 310px;
	margin-top: 18px;
	position: absolute;
	right: 76px;
	transform: rotate(26deg);
	width: 10px;
	z-index: 3;
}
.about-left::after {
	border-bottom: 347px solid #fff;
	border-left: 170px solid transparent;
	bottom: 0;
	content: "";
	position: absolute;
	right: 0;
	z-index: 2;
}
.about-left img{
	width:100%;
}
.about-right .section-title {
    margin-bottom: 34px;
}
/*----------------------------
   4.4 Our Skill Area
------------------------------*/
.progress-items {
	margin-bottom: 60px;
	padding-top: 15px;
	text-align: left;
}
.progress-item {
	display: block;
	margin-bottom: 26px;
}
.progess-heading {
    font-size: 12px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;	
}
.progress-name {
    float: left;
    font-size: 12px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
}
.progress-item .progress-value {
    text-align: right;
}
.progress-item .progress {
    height: 10px;
    background: #dddddd;
    box-shadow: none;
}
.progress-item .progress-bar {
    background-color: #8ec448;
}
.skill-man {
	display: block;
	margin: 0;
	padding: 0;
	text-align: center;
}
/*-------------------------------
    4.5 Team Area
---------------------------------*/
.team-area {
    background-color: #ffffff;
}
.team-member {
	background: #f7f7f7 none repeat scroll 0 0;
	display: block;
	margin-bottom: 40px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.team-member > a {
    display: block;
    position: relative;
}
.team-member > a::after {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 67%;
	width: 100%;
	transition: all 0.5s ease 0s;
}
.team-member:hover > a::after{
    top: 0;
}
.member-hidden {
	color: #fff;
	left: 0;
	position: absolute;
	top: 35%;
	width: 100%;
}
.namerole p {
	margin: 0;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}
.namerole p.member-name {
	font-size: 12px;
	font-weight: 700;
}
.namerole p.member-role {
	font-size: 10px;
	font-weight: 600;
	margin-bottom: 15px;
}
.member-hidden p.member-name,
.team-member:hover .member-bottom p.member-role{
	opacity:0;
	visibility:hidden;	
	transform: translate3d(-25%, 0px, 0px);
}
.member-hidden p.member-role,
.team-member:hover .member-bottom p.member-name{
	opacity:0;
	visibility:hidden;	
	transform: translate3d(25%, 0px, 0px);  
}
.team-member:hover .member-hidden p.member-name,
.team-member:hover .member-hidden p.member-role{
	transform: translate3d(0px, 0px, 0px);
	opacity:1;
	visibility:visible;	  
}
.member-bottom p.member-name,
.member-bottom p.member-role {
    transform: translate3d(0px, 0px, 0px);	
}
/* Social Links */
.social-links {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	transition: all 0.5s ease 0s;
}
.social-links > li {
    display: inline-block;
    padding: 0 3px;
}
.social-links > li > a {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ddd;
	border-radius: 50%;
	color: #353535;
	display: block;
	font-size: 16px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	width: 40px;
}
.social-links > li > a:hover{
	color:#8EC448;
}
.social-links > li > a.facebook:hover{
	color:#3B5998;	
}
.social-links > li > a.twitter:hover{
	color:#1da1f2;	
}
.social-links > li > a.googleplus:hover{
	color:#B31315;	
}
.social-links > li > a.behance:hover{
	color:#0896CD;	
}
.social-links > li > a.instagram:hover{
	color:#A16A4A;	
}
.social-links > li > a.linkedin:hover{
	color:#007BB5;	
}
.social-links > li > a.youtube:hover{
	color:#D92624;	
}
.social-links > li > a.pinterest:hover{
	color:#BD2125;	
}
.social-links > li > a.skype:hover{
	color:#62B1F6;	
}
.social-links > li > a.dribbble:hover{
	color:#EB4095;	
}
.social-links > li > a.rss:hover{
	color:#FFA500;	
}
.social-links > li > a.vimeo:hover{
	color:#17AEE1;	
}
.social-links > li > a.github:hover{
	color:#808080;	
}
.social-links > li > a.tumblr:hover{
	color:#A6D785;	
}
.team-member .social-links > li > a{
	color:#fff;
}
.team-member ul.social-links {
	opacity: 0;
	visibility:hidden;	
	transform: scaleY(0);
	transform-origin: center center 0;
	visibility: hidden;
}
.team-member:hover ul.social-links{
    opacity:1;
    visibility:visible;
	transform: scaleY(1);
}
.member-bottom {
	bottom: 25px;
	color: #fff;
	position: absolute;
	width: 100%;
}
/*---------------------------------------
    4.6 Happy Clients Area
---------------------------------------*/
.clients-area-parallax {
	position: relative;
	background-attachment:fixed;
}
.clients-area {
	margin: 0;
	overflow: hidden;
	padding: 45px 0;
	position: relative;
	z-index: 1;
}
.clients-area .section-title{
    margin-bottom: 60px;
}
.single-client {
	margin: 0 0 46px;
	padding: 0;
	position: relative;
}
.client-pic {
	border-radius: 50%;
	display: block;
	float: left;
	height: 150px;
	margin: auto;
	overflow: hidden;
	padding: 0;
	width: 145px;
	left: 0;
	margin-top: -75px;
	position: absolute;
	top: 50%;
}
.client-pic > img {
	border: 2px solid #fff;
	border-radius: 50%;
	display: block;
	outline: medium none;
	padding: 5px;
	width: 100%;
}
.client-content {
	padding-left: 190px;
	position: relative;
}
.client {
	background: #f7f7f7 none repeat scroll 0 0;
	padding: 45px 26px 25px;
	position: relative;
}
.client::before {
	border-bottom: 20px solid transparent;
	border-radius: 0 0 0 5px;
	border-right: 30px solid #f7f7f7;
	border-top: 20px solid transparent;
	content: "";
	height: 0;
	margin-top: -15px;
	position: absolute;
	right: 100%;
	top: 50%;
	width: 0;
}
.client-info {
	display: block;
	margin-bottom: 30px;
}
.client-info > h4 {
	font-size: 16px;
	font-weight: 700;
	line-height: 30px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.client-info > p {
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
}
.client-say > p {
	color: #000;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
}
/* client Carousel  */
#clients-carousel div.col-md-6{
	width:100%;
}
.carousel-control-1 .owl-controls,
.carousel-control-2 .owl-controls{
	line-height: 1;
	margin-top: 15px;
}
.carousel-control-1 .owl-controls .owl-page span,
.carousel-control-2 .owl-controls .owl-page span {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #fff;
	margin: 0 7px;
	opacity: 1;
}
.carousel-control-1 .owl-controls .owl-page.active span,
.carousel-control-1 .owl-controls.clickable .owl-page:hover span,
.carousel-control-2 .owl-controls .owl-page.active span,
.carousel-control-2 .owl-controls.clickable .owl-page:hover span {
	background-color: #8ec448;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius:50%;
}
/*---------------------------------------
    4.7 Our Blog Area
----------------------------------------*/
.blog-feed-area {
    background-color: #ffffff;
}
.have-overly {
	display: block;
	overflow: hidden;
	position: relative;
}
.have-overly > a {
	display: block;
	overflow: hidden;
	position: relative;
}
.have-overly > a:after{
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	content:"";
	left: 0;
	height:100%;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 100%;
}
.overly-content {
	left: 0;
	margin-top: 20px;
	position: absolute;
	top: 0;
	width: 100%;
	opacity: 0;
	transition: all 0.3s ease 0s;
	visibility: hidden;	
}
.have-overly:hover > a:after,
 .have-overly:hover .overly-content{
	visibility: visible;
	opacity: 1;
}
.single-blog-feed {
	display: block;
	margin-bottom: 40px;
	margin-top: 25px;
}
/* Blog Thumb Hover Effect */
.blog-thumb img {
	transition: all 0.75s ease 0s;
	width: 100%;
}
.blog-thumb .overly-content {
    margin-top: 30%;
}
.blog-thumb ul.social-links li a{
	transform:  scale(0); 	  
	transition: all 0.3s ease 0s;
    color:#fff;
}
.blog-thumb ul.social-links li a:hover{
	background-color:#8ec448;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.single-blog-feed:hover .have-overly > a:after,
.single-blog-feed:hover .have-overly .overly-content{
	visibility: visible;
	opacity: 1;	
}
.single-blog-feed:hover .blog-thumb ul.social-links li:nth-child(1) a {
	transition: all 0.3s ease 0s;
	transform:scale(1);
}
.single-blog-feed:hover .blog-thumb ul.social-links li:nth-child(2) a{
	transition: all 0.5s ease 0s;
	transform:scale(1);
}
.single-blog-feed:hover .blog-thumb ul.social-links li:nth-child(3) a{
	transition: all 0.8s ease 0s;
	transform:scale(1);	
}
/* Blog Meta */
.blog-meta {
	display: block;
	padding-top: 8px;
	text-align: left;
}
.single-blog-feed .blog-meta {
    padding-top: 0;
}
.blog-meta a, .blog-meta a i {
	color: #555;
}
.blog-meta a i {
    margin-right: 5px;
}
.blog-meta a:hover{
    color:#8ec448;
}
.blog-meta > p {
	font-size: 12px;
	font-weight: 700;
}
.blog-meta .date {
    float: right;
}
/* Blog Content */
.blog-content a {
    color: #353535;
}
.blog-content a:hover{
    color:#8ec448;	
}
.blog-post-heading {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 12px;
	text-transform: uppercase;
}
.blog-post-heading > a {
    color: #353535;
}
.readmore {
    font-family: 'Raleway', sans-serif;
	font-size: 12px;
	font-weight: 700;
}
.readmore > i {
    margin-left: 5px;
}
/* Blog Feed Carousel */
.blog-feed-carousel .owl-item > div.col-md-6{
	width:100%
}
.carousel-control-2 .owl-controls .owl-page span {
	border: 1px solid #353535;
}
.carousel-control-2 .owl-controls .owl-page.active span,
.carousel-control-1 .owl-controls.clickable .owl-page:hover span {
	background-color: #8ec448;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
/*----------------------------------
   4.8 Brand Area
------------------------------------*/
.partners-area{
    background-color: #ffffff;
}
.single-brand {
	border: 1px solid #ddd;
	height: 80px;
	line-height: 78px;
	text-align: center;
}
.single-brand > a {
    display: block;
}
/* Brand Logos Carousel */
#brand-logos-carousel div.col-md-3{
	width:100%;
}
.carousel-control-flat .owl-pagination {
	background: #dddddd none repeat scroll 0 0;
	border-radius: 5px;
	height: 10px;
	margin-left: 15px;
	margin-right: 16px;
}
.carousel-control-flat .owl-page {
	margin: 0 14px;
	width: 205px;
}
.carousel-control-flat .owl-controls{
	margin-top:30px;
}
.carousel-control-flat .owl-controls .owl-page span {
	background: #dddddd none repeat scroll 0 0;
	border-radius: 0;
	display: block;
	height: 10px;
	margin: 5px 7px;
	opacity: 1;
	position: relative;
	top: -5px;
	width: 100%;
}
.carousel-control-flat .owl-controls .owl-page span {
    margin: 5px 0;
}
.carousel-control-flat .owl-controls .owl-page.active span,
.carousel-control-flat .owl-controls.clickable .owl-page:hover span {
	background-color: #8ec448;
	border-radius: 5px;
}
.carousel-control-flat .owl-controls .owl-page:nth-child(1) {
    margin-left: 0;
}
.carousel-control-flat .owl-controls .owl-page:nth-last-child(1) {
    margin-right: 0;
} 
.brand-logos{
	position:relative;
}
.brand-logos div.col-md-3{width:100%;}
.brand-logos .owl-controls {
	margin:0;
}
.brand-logos .owl-buttons > div {
	background-color:#201719 !important;
	font-size: 32px !important;
	height: 35px;
	line-height: 30px;
	margin: 0 !important;
	opacity: 1;
	padding: 0 !important;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 35px;
	margin-top: -15px !important;
	visibility:hidden;
	transition: all 0.3s ease 0s;
}
.brand-logos:hover .owl-buttons > div{
    visibility:visible;
}
.brand-logos .owl-buttons > .owl-prev{
	left:-20px;
}
.brand-logos:hover .owl-buttons > .owl-prev{
	left:0;
}
.brand-logos .owl-buttons > .owl-next{
	right:-20px;
}
.brand-logos:hover .owl-buttons > .owl-next{
	right:0;
}
/*-----------------------------------------
    4.9 Newslatter Area
-------------------------------------------*/
.newsletter-area {
	position:relative;
	z-index:1;
}
.newsletter-area-parallax {
    background: rgba(0, 0, 0, 0) url("img/signup/bg.jpg") repeat scroll 0 0;
	background-attachment:fixed;
}
.subscribe-form {
    margin-top: 25px;
}
.subscribe-input, .wysija-input {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #fff;
	height: 50px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
	width: 100%;
	position: relative;
	z-index: 9999;
}
.newsletter-area  .wysija-paragraph label{
	display:none;
}
.newsletter-area form.widget_wysija{
	position:relative;
}
.newsletter-area .wysija-paragraph input[type=text] {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #fff;
	color: #fff;
	height: 50px;
	padding-bottom: 0;
	padding-left: 20px;
	padding-right: 85px;
	width: 100%;
	position: relative;
	z-index: 99
}
.newsletter-area .wysija-paragraph input[type=text]:focus {
	color:#ffffff;
}
.subscribe-submit {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #ffffff;
	border-radius:0 3px 3px 0;
	color: #fff;
	font-size: 16px;
	height: 50px;
	line-height: 1;
	margin-left: -3px;
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
	z-index: 100;
}
.subscribe-submit:hover {
	color: #8ec448;
	border-color:#ffffff;
}
.widget_wysija .widgettitle{
	display:none;
}
.widget_wysija {
    margin-top: 0;
}
.widget_recent_comments .comment-author-link {
	font-weight: 700;
	text-transform: capitalize;
}
#secondary .widget-area aside:last-child{
	margin-bottom:0;
}
/*=================================================================
 6. Footer css
===================================================================*/ 
/*  Footer Area */
.footer-area {
    display:block;
}
.footer-top-area {
    display:block;
	border-top: 1px solid #ddd;
}
.footer-top-area .widget {
	display: block;
	margin-bottom: 65px;
}
.footer-area .widget{}
.footer-area .widget ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.footer-area .widget ul li {
	line-height: 30px;
	padding-left: 18px;
	position: relative;
}
.footer-area .widget ul li:before{
	position:absolute;
	left:2px;
	font-size:10px;
	top:1px;
	content:"\f054";
	font-family:fontAwesome;
	transition:all 0.3s ease 0s;
}
.footer-area .widget ul li a{
	color:#353535;
}
.footer-area .widget ul li:hover:before,
.footer-area .widget ul li a:hover {
	color:#8ec448;
}
/* Footer Logo */
.footer-logo {
	display: block;
	margin-bottom: 25px;
	margin-top: -10px;
}
.footer-logo > a {
    display: block;
}
/* Footer Contact Widget */
.footer-area .footer-widget > p {
    margin-bottom: 25px;
}
.footer-area .widget-contact-info ul, .widget ul{
	margin:0;
	padding:0;
	list-style:none;
}
.footer-area .widget-contact-info ul li {
	border-top: 1px solid #dddddd;
	display: block;
	line-height: 26px;
	padding: 12px 0 12px 40px;
	position: relative;
}
.footer-area .widget-contact-info ul li span{
    display:block;
}
.footer-area .widget-right-info a {
    color: #353535;
}
.footer-area .widget-right-info a:hover {
	color:#8ec448;
}
.footer-area .widget-contact-info ul li.widget-phone::before,
.footer-area .widget-contact-info ul li.widget-email::before,
.footer-area .widget-contact-info ul li.widget-city::before {
	font-family: icofont;
	font-size: 20px;
	left: 0;
	margin-top: -11px;
	position: absolute;
	top: 46%;
}
.widget-contact-info ul li.widget-phone::before{
    content: "\f09c";	
}
.widget-contact-info ul li.widget-email::before{
    content: "\efe6";	
}
.widget-contact-info ul li.widget-city::before{
    content: "\ee10";	
}
.footer-area .widget-title {
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 40px;
	position: relative;
	text-transform: uppercase;
}
/*=============================================================*/
.unify-instagram-widget .item {
	float: left;
	margin-right: 6px;
	position: relative;
	width: 30%;
	margin-bottom: 6px;
}
.unify-instagram-widget .columns-3, .unify-instagram-widget .columns-3 {
    margin-left: 0;
    margin-right: 0;
}
.unify-instagram-widget  .item > a {
    display: block;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
}
.unify-instagram-widget  .item > a::after {
    content: "";
    font-family: icofont;
    left: 42%;
    opacity: 0;
    position: absolute;
    top: 39%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 99;
	color:#fff;
}
.unify-instagram-widget  .item:hover > a::after {
    opacity: 1;
    visibility: visible;
}
.unify-instagram-widget .item::after {
	background-color: rgba(0, 0, 0, 0.75);
	content: "";
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 100%;
}
.unify-instagram-widget  .item:hover::after {
    opacity: 0.7;
    visibility: visible;
}
/* Image Hover Effect */
.hover-efect a {
	display: block;
	position: relative;
	transition: all 0.3s ease 0s;
}
.hover-efect a::before {
	background: rgba(0, 0, 0, 0.25) none repeat scroll 0 0;
	content: "";
	height: 100%;
	opacity: 0;
	position: absolute;
	transform: scale(0);
	transform-origin: center center 0;
	transition: all 0.5s ease 0s;
	visibility: hidden;
	width: 100%;
}
.hover-efect a:hover::before {
    transform: scale(1);
	opacity: 1;
	visibility: visible;
}
.hover-efect img{
	width:100%;
}
 /* Footer Tweets Widget */
 .latest-tweets p {
    margin-bottom: 0;
}
.latest-tweets li {
	display: block;
	margin-bottom: 25px;
	padding-left: 35px;
	position: relative;
}
.latest-tweets li::before {
	color: #1da1f2;
	content: "\ee34";
	font-family: icofont;
	font-size: 16px;
	left:2px;
	left: 0;
	margin-top: -8px;
	position: absolute;
	top: 11px;
}
.latest-tweets a:hover{
	text-decoration:underline;
}
.tweet-text a {
	color: #8ec448;
	text-decoration: underline;
}
.tweet-text a:hover{
	text-decoration:none;
}
 /* Footer Widget Recent Blog */
.widget-blog li {
	display: block;
	line-height: 24px !important;
	margin-bottom: 10px !important;
	overflow: hidden;
}
.widget-blog li:hover .hover-efect a::before{
	opacity: 1;
	visibility: visible;	
	transform: scale(1);
}
.widget-blog-thumb {
	float: left;
	height: 80px;
	margin-right: 12px;
	width: 100px;
}
.widget-blog-content {
	margin-top: -6px;
	overflow: hidden;
}
.widget-blog-content > p {
	line-height: 24px;
	margin-bottom: 2px;
	text-transform: capitalize;
}
.widget-blog-content span {
	font-size: 13px;
	font-style: italic;
}
.widget-blog-content a {
    color: #353535;
}
.widget-blog-content a:hover{
    color: #8ec448;
}
/* Footer Bottom Area */
.footer-bottom-area {
	border-top: 1px solid #ddd;
	padding: 27px 0;
}
.copyright-text > p {
	margin-bottom: 0;
	padding-top: 6px;
}
.copyright-text a{
	color:#fefefe;
}
.corporate .copyright-text a{
	color:#353535;
}
/*========================== 
  14. Contact Us
============================ */
.site-content{
	background-color:#ffffff;
	overflow:hidden;
	display:block;
}
.contact-us {
	display: block;
	overflow: hidden;
}
.contact-us h5.entry-title {
	font-weight: 700;
	font-size: 20px;
}
.contact-us-form .btn{
	margin-left: 0;
	margin-top: 0;
	text-transform: none;
}
.contact-us-form .single-field{
	margin-bottom:30px;
}
.contact-us .widget-contact ul{
	margin:0;
	padding:0;
	list-style:none;
}
.contact-us .widget-contact li{
    padding: 7px 0;
}
.contact-us .widget-contact a{
	color:inherit;
}
.single-field input {
	background-color: #F0F0F0;
	border-radius: 0;
	height: 50px;
	border: 1px solid #ddd;
}
.single-field input:focus, 
.single-field textarea:focus{
    border: 1px solid #8ec448;
}
select.arrow-1 {
	-moz-appearance: none;
	background: #F0F0F0 url("img/select-bg1.png") no-repeat scroll right center;
	height: 50px;
	border-radius: 0;
	border: 1px solid #ddd;
}
.single-field textarea {
	max-height: 148px;
	border-radius: 0;
	border: 1px solid #ddd;
	background-color: #F0F0F0;
}
.form-style-2 .btn, .contact-us-form .btn{
	background-color: #8ec448;
	border: none;
	color:#FFFFFF;
	border-radius: 0;
	height: 46px;
	line-height: 45px;
	padding: 0 30px;
	text-transform: uppercase;
}
#google_map {
    background-color: #eee;
}
/*===========================
   15. Blog Page
 ============================ */
.content-area .single-post {
	margin-bottom: 45px;
	position: relative;
}
.content-area .single-post.sticky::after {
	background: #000 none repeat scroll 0 0;
	color: #fff;
	content: "Sticky";
	font-weight: 600;
	padding: 1px 10px;
	position: absolute;
	right: 120px;
	top: 0;
}
.content-area .post-detail{
	padding-left:0;
	padding-right:0;
}
.thumb-wrap {
	display: block;
	text-align: center;
}
.post-thumbnail {
	display: inline-block;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.post-thumbnail img {
	display: block;
	height: auto;
	margin: auto;
	max-width: 100%;
}
.post-thumbnail.have-overly::after {
	background-color: rgba(0, 0, 0, 0.5);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index:1;
	opacity:0;
	visibility:hidden;
	transition: all 0.3s ease 0s;
}
.single-post .post-thumbnail.have-overly:hover::after{
	opacity:1;
	visibility:visible;
}
.post-thumbnail.have-overly .overly-content{
	z-index:2;
}
.single-post  .overly-content {
	margin-top: -20px;
	top: 50%;
}
.post-thumbnail ul.social-links li a {
	transform: scale(0);
	transition: all 0.3s ease 0s;
	color:#fff;
}
.post-thumbnail ul.social-links li:hover a{
	background-color:#8ec448;
	border:1px solid rgba(0, 0, 0, 0.1);
	color:#ffffff;
}
.single-post:hover .post-thumbnail ul.social-links li:nth-child(1) a {
    transform: scale(1);
}
.single-post:hover .post-thumbnail ul.social-links li:nth-child(2) a {
	transform: scale(1);
	transition: all 0.5s ease 0s;
}
.single-post:hover .post-thumbnail ul.social-links li:nth-child(3) a {
	transform: scale(1);
	transition: all 0.7s ease 0s;
}

/* Social Share  */
.single-post .post-thumbnail .social-links li {
    position: relative;
}
.single-post .post-thumbnail .social-links li ul {
	margin-top: -44px;
	position: absolute;
	right: -30px;
	top: 50%;
	visibility:hidden;
	opacity:0;
	transition: all 0.3s ease 0s;
}
.single-post .post-thumbnail .social-links li.share-btn > a:hover{
	cursor:default !important;
}
.single-post .post-thumbnail .social-links li.share-btn:hover ul{
	visibility:visible;
	opacity:1;	
}
.single-post .post-thumbnail .social-links li ul li {
	display: block;
	list-style: outside none none;
	margin: 0 0 5px;
	padding: 0;
}
.single-post .post-thumbnail .social-links li ul li a {
	border: 1px solid #dddddd;
	background-color:transparent;
	border-radius: 24px;
	display: block;
	font-size: 12px;
	height: 24px;
	line-height: 22px;
	width: 24px;
	  -webkit-transform:scale(0);
	 -moz-transform:scale(0);
	transform:scale(0);
}
.single-post .post-thumbnail .social-links li ul li a:hover{
	border:1px solid #8EC448;
	background-color:#8EC448;;
}
.single-post .overly-content:hover,
.single-post .have-overly > a:hover::after{
	visibility:visible;
	opacity:1;
 }
.post-meta {
	display: block;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0;
}
.post-meta > p {
	display: block;
	margin: 0;
	overflow: hidden;
}
.post-meta a {
	color: #555555;
	font-size: 13px;
	font-weight: 700;
}
.post-meta a:hover{
	color:#8ec448;
}
.post-meta a i {
	font-size: 14px;
	margin-right: 5px;
}
.entry-header {
	height: auto;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}
.entry-title {
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	margin-bottom: 15px;
}
.entry-title a:hover{
	color:#8ec448;		
}
.single-post .readmore {
    color:#353535;
}
.single-post .readmore:hover {
	color:#8ec448;	
}
.entry-content {
	margin: 0;
	padding: 0;
}
.single-post .entry-content p{
	margin: 0 0 15px;	
}
.single-post .readmore {
	display: block;
	font-family: "Raleway",sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: capitalize;
}
.post-detail .post-thumbnail,
.post-detail .post-meta{
    margin: 0 0 25px;
}
.post-detail .entry-header h1.entry-title {
	font-size: 24px;
	line-height: 28px;
	margin-bottom: 25px;
}
/* Blog Post Carousel */
.post-carousel {
	display: block;
	overflow: hidden;
	width: 100%;
}
.post-carousel .post-thumbnail{
	width:100%;
}
.post-carousel:hover .post-thumbnail:hover  img{
	transform: scale(1);
}
.post-carousel .owl-controls .owl-buttons div {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	border: 1px solid #e3e3e3;
	border-radius: 0;
	color: #353535;
	font-size: 28px;
	height: 40px;
	line-height: 38px;
	margin-top: -20px;
	opacity: 0;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 40px;
}
.single-post:hover .post-carousel .owl-controls .owl-buttons div {
	opacity:1;
	visibility:visible;
}
.post-carousel .owl-controls .owl-buttons div.owl-prev {
    left: -45px;
}
.post-carousel .owl-controls .owl-buttons div.owl-next {
    right: -45px;
}
.single-post:hover .post-carousel .owl-controls .owl-buttons div.owl-prev{
	left: -10px;
}
.single-post:hover .post-carousel .owl-controls .owl-buttons div.owl-next{
    right: -10px;
}
.post-carousel .owl-controls .owl-buttons div:hover{
	background:#fff;
}
.single-post iframe {
	border: medium none;
	width: 100%;
}
/* Pagination */
.pagination_area {
    float: left;
    text-align: center;
    width: 100%;
}
.page-numbers {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.page-numbers > li {
    display: inline-block;
    margin: 0 4px;
}
.page-numbers > li > a, .page-numbers > li > span {
    background-color: #555555;
    color: #ddd;
    display: block;
    font-weight: 700;
    line-height: 33px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 35px;
}
.page-numbers > li > a:hover, 
.page-numbers > li .current {
    background-color: #8ec448;
    color: #fff;
}
.page-numbers > li > a > span {
    font-size: 18px;
    vertical-align: -1px;
}
.page-numbers > li:first-child > a, .page-numbers > li:first-child > span {
    border-radius: 0;
}
.page-numbers > li:last-child > a, .page-numbers > li:last-child > span {
    border-radius: 0;
}
.navigation.pagination {
    margin: 0;
}
/* Blog Widgets */
aside.widget {
	display: block;
	margin: 0 0 50px;
	padding: 0;
	width: 100%;
}
aside.widget .widget-title {
	border-bottom: 1px solid #ddd;
    font-family: 'Raleway', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-transform: uppercase;
}
aside.widget ul li {
	display: block;
	line-height: 20px;
	list-style: outside none none;
	margin-bottom: 5px;
	padding-left: 15px;
	position: relative;
}
aside.widget ul li::before {
	content: "";
	display: block;
	font-family: icofont;
	left: -1px;
	position: absolute;
	top: 4px;
}
aside.widget ul li a {
	color: #555;
	display: inline-block;
	padding: 2px 0;
}
aside.widget ul li a:hover, 
aside.widget ul li:hover::before {
    color: #8ec448;
}
.widget-search{
	position:relative;
}
.widget-search::after {
	color: #909090;
	content: "\edef";
	font-family:icofont;
	font-size: 15px;
	position: absolute;
	right: 15px;
	top: 8px;
}
.widget-search-field {
	border:1px solid #ddd;
	border-radius:2px;  
	height: 40px;
	line-height: 40px;
	padding: 0 40px 0 10px;
	width: 100%;
}
.blog_search {
    position: relative;
}
label input, .blog_search input, .search_bar form input[type="search"] {
	border: 1px solid #dddddd;
	border-radius: 2px;
	line-height: 40px;
	padding: 0 45px 0 20px;
	width: 100%;
}
.blog_search input:focus, .search_bar form input[type="search"]:focus {
    border-color: #8ec448;
    color: #8ec448;
}
.blog_search .blog_search_btn, .search_bar .blog_search_btn {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 0 none;
	border-radius: 0;
	color: #8e8e8e;
	line-height: 40px;
	padding: 0;
	position: absolute;
	right: 18px;
	top: 0;
}
.post-password-form input[type="submit"] {
	background: transparent none repeat scroll 0 0;
	border-left: 0 none;
	border-radius: 0;
	float: left;
	line-height: 32px;
	margin-top: 24px;
	text-align: center;
}
.post-password-form label {
    float: left;
}
.search_bar .blog_search_btn {
    width: 46px;
}
.blog_search .blog_search_btn:hover {
    color: #8ec448;
}
.tagcloud{
	display:block;
	overflow:hidden;
}
.widget .tagcloud a {
	background: #f1f1f1 none repeat scroll 0 0;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	float: left;
	color:#555555;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-right: 2px;
	padding: 5px 10px;
	position: relative;
	text-transform: uppercase;
}
.tagcloud a{
	font-size: 14px !important; 
}
.widget .tagcloud a:hover {
	background-color:#8ec448;
	color:#fff !important;
}
/* Widget Tabs */
.widget-tabs .nav-tabs li {
	display: inline-block;
	margin-bottom: -1px;
	padding-left: 0;
}
.widget-tabs .nav-tabs li a{
	display:block;
	padding:10px 15px;
}
.widget .widget-blog li {
	margin-bottom: 5px;
	padding-left: 0 !important;
}
.widget .widget-blog li:before{
	display:none;
}
.footer-area .widget.unify_recent .widget-blog li {
	margin-bottom:6px !important;
 }
/*==========================================
   16. Blog Single
=========================================== */
.single-blog .entry-title {
	line-height: 28px;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.single-blog .post-thumbnail,
.single-blog .post-meta {
    margin: 0 0 25px;
}

.content-area ul{
	padding-left:0;
}
.content-area ol {
	padding-left:0;
}
.content-area ul li,
.content-area ol li{
	position:relative;
}
/* comments */
.comments-container {
	padding: 30px 0 50px;
	width: 100%;
}
.comments-container > h2,
.comment-form-area h2 {
	font-size: 16px;
	font-weight:700;
	line-height:16px;
	margin-bottom: 50px;
	text-transform: uppercase;
}
.comments-area > ul{
	margin-left:0;
}
.comments-list {
	margin-top: 30px;
	position: relative;
}
.comments-list::before {
	background: #c7cacb none repeat scroll 0 0;
	content: "";
	height: 96%;
	left: 49px;
	position: absolute;
	top: 0;
	width: 2px;
}
.reply-list:before{
	display: none;
}
.reply-list li::before {
	background: #c7cacb none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: -88px;
	position: absolute;
	top: 39px;
	width: 88px;
}
.comments-list li {
	margin-bottom: 0;
	position: relative;
}
.content-area ul.children {
    margin-left: 75px;
}
.comments-area ul, 
.comments-area li{
	list-style:none;
}
.comments-area .comment-content ul, 
.comments-area .comment-content li{
	list-style:inherit;
}
.comments-area .comment-content ul{
	list-style:disc;
}
.comments-list article {
    margin-bottom: 35px;
}
.comments-list li:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	width: 0;
}
.reply-list {
	clear: both;
	margin-top: 35px;
	padding-left: 138px;
}
.comments-list .comment-avatar {
	background-color: #eee;
	border: 5px solid #fff;
	border-radius: 4px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	float: left;
	height: 90px;
	overflow: hidden;
	position: relative;
	width: 90px;
	z-index: 2;
}
.comments-list .comment-avatar img {
	height: 100%;
	width: 100%;
}
.reply-list .comment-avatar {
	height: 80px;
	width: 80px;
}
.comment-main-level::after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	width: 0;
}
.comments-list .comment-box {
	border: 1px solid #e5e5e5;
	float: right;
	position: relative;
	width: 80%;
}
.comments-list .comment-box:before,
.comments-list .comment-box:after {
	content: '';
	height: 0;
	width: 0;
	position: absolute;
	display: block;
	border-width: 10px 12px 10px 0;
	border-style: solid;
	border-color: transparent #f1f1f1;
	top: 8px;
	left: -11px;
}
.comments-list .comment-box::before {
	border-color: transparent #ddd;
	border-width: 11px 11px 9px 0;
	left: -12px;
}
.reply-list .comment-box {
    width: 85%;
}
.comment-box .comment-head {
	background: #f1f1f1;
	padding: 10px 12px;
	border-bottom: 1px solid #ddd ;
	overflow: hidden;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
.comment-box .comment-head i {
	float: right;
	margin-left: 14px;
	position: relative;
	top: 2px;
	color: #A6A6A6;
	cursor: pointer;
	-webkit-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
.comment-box .comment-head i:hover {
    color: #8ec448;
}
.comment-box .comment-name {
	color: #555;
	display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 0;
	margin-right: 10px;
	margin-top: 5px;
	text-transform: capitalize;
}
.comment-box .comment-head span {
	color: #999;
	float: left;
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
	position: relative;
}
.comment-box .comment-content {
	padding: 12px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
.comment-reply-link {
    float: right;
	color:#353535;
}
.comment-reply-link:hover{
	color:#8ec448;
}
.comments-area > .comment-respond{
	width:100%;
}
.comment-respond {
	display: block;
	float: right;
	margin-bottom: 25px;
	position: relative;
	width: 80%;
	z-index: 9;
}
.comment-respond > h3#reply-title {
	font-size: 20px;
	margin-bottom: 0;
}
.comment-respond > h3#reply-title small a {
	background-color: #8ec448;
	color: #fff;
	font-weight: bold;
	padding: 2px 5px;
	text-transform: capitalize;
}
.comment-respond > h3#reply-title small a:hover{
	opacity: 0.7;
	color:#ffffff;
}
.comment-form .form-submit .submit{
	background-color: #8ec448;
	border: medium none;
	border-radius: 0;
	height: 46px;
	line-height: 45px;
	padding: 0 30px;
	text-transform: uppercase;
	color:#fff;
}
.comment-form .form-submit .submit:hover{
	opacity:0.8;
}
.content-area ul.children ul.children ul.children ul.children {
	margin-left: 0;
}
/*======================================
    17. Coming Soon 
========================================*/
.coming-soon .single-field {
	margin: auto auto 30px;
	max-width: 350px;
}
.coming-soon .single-field input {
	height: 40px;
	line-height: 40px;
}
/*=======================================
    18. 404 Page
=========================================*/
.error-404 {
	display: block;
	padding: 175px 0 120px;
	text-align: center;
}
.error-404 > img {
	display: block;
	margin: auto auto 50px;
}
.error-404 h3 {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.error-404 > p {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 30px;
}
.error-404 .btn{
	margin-bottom: 60px;
}
.error-404 .blog_search{
	max-width:400px;
	margin:auto;
}

/* List Style */
ul.iconlist, ul.iconlist li{
	list-style:none;
	margin:0;
	padding:0;
}
ul.iconlist li{
	line-height:28px;
}
ul.iconlist li i{
	margin-right:5px;
}
/* Callto Action */
.callto-action-area {
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.callto-overlay {
	background-color: #000;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.4;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}
.callto-container {
	height: 100%;
	margin: 0;
	padding: 80px 0;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 2;
	color:#ffffff;
}
.callto-container .text-dark, 
.callto-container .text-dark p{
    color:#555555;
}
.callto-container h2 {
	color: #ffffff;
	font-size: 26px;
	line-height: 32px;
	margin-bottom: 22px;
}
.callto-container p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
}
/* Accordion */
div.vc_tta-panel {
    margin-bottom: 15px;
}
h4.vc_tta-panel-title{
	font-size:14px;
}
.vc_tta-panel .vc_tta-panel-heading:focus, 
.vc_tta-panel .vc_tta-panel-heading:hover {
	color:#8ec448 !important;
}
.vc_tta-panel .vc_tta-panel-heading {
	background-color: #F0F0F0 !important ;
	border-color: #ddd !important;
}
div.vc_tta.vc_general .vc_tta-panel-title > a {
    padding: 18px 20px 18px 46px !important;
}
.vc_tta-panel.vc_active .vc_tta-panel-heading {
	border-color: transparent !important;
	color:#ffffff !important;
}
.wpb-js-composer .vc_tta.vc_general div.vc_tta-panel-body {
    padding: 8px 20px 8px;
}
.vc_tta-panel .vc_tta-panel-body, 
.vc_tta-panel .vc_tta-panel-body::after, 
.vc_tta-panel .vc_tta-panel-body::before {
    border-color: transparent !important;
}
/* .vc_tta-panel .vc_tta-panel-body { */
	/* background-color: #8ec448 !important; */
	/* color:#ffffff !important; */
/* } */

/*=======================
    19. Scroll UP 
=========================*/
#scrollUp {
	background: #201719 none repeat scroll 0 0;
	bottom: 75px;
	color: #fff;
	font-size: 32px;
	height: 38px;
	line-height: 36px;
	right: 8px;
	text-align: center;
	width: 38px;
}
#scrollUp:hover{
	opacity:0.8;
}
/*=======================
    20. Preloader
=========================*/
.preloader-wrap {
	background-color: #212121;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.unify-preloader {
	left: 50%;
	margin-left: -27px;
	margin-top: -15px;
	position: absolute;
	top: 50%;
}
.unify-preloader span {
	display: block;
	bottom: 0px;
	width: 9px;
	height: 5px;
	background-color: #9b59b6;
	position: absolute;
	animation: preloader 1.5s infinite ease-in-out;
}
.unify-preloader span:nth-child(2) {
	left: 11px;
	animation-delay: .2s;
}
.unify-preloader span:nth-child(3) {
	left: 22px;
	animation-delay: .4s;
}
.unify-preloader span:nth-child(4) {
	left: 33px;
	animation-delay: .6s;
}
.unify-preloader span:nth-child(5) {
	left: 44px;
	animation-delay: .8s;
}
@keyframes preloader {
	0% {
		height: 5px;
		transform: translateY(0px);
		background: #9b59b6;
	}
	25% {
		height: 30px;
		transform: translateY(15px);
		background: #8ec448;
	}
	50% {
		height: 5px;
		transform: translateY(0px);
		background: #9b59b6;
	}
	100% {
		height: 5px;
		transform: translateY(0px);
		background: #9b59b6;
	}
}
/*========================================
    ***End***
==========================================*/