/*
Theme Name: Eight Degree Pro
Theme URI: http://8degreethemes.com/wordpress-themes/eight-degree-pro/
Author: 8DegreeThemes
Author URI: http://8degreethemes.com
Description: Eight Degree Pro theme is a Premium wordpress theme. It is ideal for business, corporate, portfolio, blog, agency, freelancer and any other modern and creative website. It has fullwidth and boxed layout and is fully responsive. Demo: http://8degreethemes.com/demo/eight-degree-pro Support forum: support@8degreethemes.com
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eight-degree-pro
Tags: one-column, right-sidebar, full-width-template, custom-logo, custom-menu, custom-background, threaded-comments, translation-ready, 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.

Eight Degree Pro 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: 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: 1px dotted;
}

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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Hind', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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 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;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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: 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: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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #3c6abb;
	text-decoration: none;
}

a:visited {
	color: #689AF1;
}

a:hover,
a:focus,
a:active {
	color: #689AF1;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.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%;
	padding: 0 32px 0 0;
}

/*--------------------------------------------------------------
# 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: 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,
.ed-container:before,
.ed-container:after,
.portfolio-post:before,
.portfolio-post:after,
.blog-page.medium-image article:before,
.blog-page.medium-image article:after,
.ed-search form:before,
.ed-search form:after,
.blog-page.large-image article:before,
.blog-page.large-image article:after,
.archive-page.large-image article:before,
.archive-page.large-image article:after, 
.archive-page.medium-image article:before,
.archive-page.medium-image article:after,
.contact-wrap:before,
.contact-wrap:after,
.content-area:before,
.content-area:after,
#primary.content-area h4:before,
#primary.content-area h4:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.ed-container:after,
.portfolio-post:after,
.blog-page.medium-image article:after,
.ed-search form:after,
.blog-page.large-image article:after,
.archive-page.large-image article:after,
.archive-page.medium-image article:after,
.contact-wrap:after,
.content-area:after,
#primary.content-area h4:after {
	clear: both;
}

.clearfix:after {
	clear: both;
	content: "";
	display: block;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/


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




/*-----------icon widgets design here -----------*/

.widget_eight_degree_pro_icon_text .eight_degree_pro-icon-text{
	padding: 40px;
	text-align: center;
	min-height: 283px;
}

.widget_eight_degree_pro_icon_text .eight_degree_pro-icon-text{
	min-height: unset;
}

.widget_eight_degree_pro_icon_text .eight_degree_pro-icon-text.style2{
	text-align: left;
	padding: 0;
}

.widget_eight_degree_pro_icon_text .style2 .eight_degree_pro-icon-text-readmore,
.widget_eight_degree_pro_icon_text .style2 .eight_degree_pro-icon-text-content-wrap {
	padding: 0 40px;
}

.widget_eight_degree_pro_icon_text .style2 .eight_degree_pro-icon-text-content-wrap {
	padding: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #3858a1;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	z-index: 2;
}

.widget_eight_degree_pro_icon_text .style2:hover .eight_degree_pro-icon-text-content-wrap {
	bottom: 100%;
}

.widget_eight_degree_pro_icon_text .style2 .eight_degree_pro-icon-text-content-wrap:after {
	border-right: 20px solid #3858a1;
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	position: absolute;
	bottom: 0px;
	left: 40px;
	content: "";
	-webkit-transition: .7s;
	-moz-transition: .7s;
	-ms-transition: .7s;
	-o-transition: .7s;
	transition: .7s;
	opacity: 0;
	visibility: hidden;
}

.widget_eight_degree_pro_icon_text .style2:hover .eight_degree_pro-icon-text-content-wrap:after {
	bottom: -20px;
	opacity: 1;
	visibility: visible;
}

.widget_eight_degree_pro_icon_text .style2 .eight_degree_pro-icon-text-icon,
.widget_eight_degree_pro_icon_text .style2 .eight_degree_pro-icon-text-content {
	color: #FFF;
}

.widget_eight_degree_pro_icon_text .style2:hover .eight_degree_pro-icon-text-content-wrap {
	opacity: 1;
	visibility: visible;
}

.widget_eight_degree_pro_icon_text:nth-child(odd) {
	background-color: #f7f7f7;
}

.widget_eight_degree_pro_icon_text:nth-child(even) {
	background-color: #f2f2f2;
}

.widget_eight_degree_pro_icon_text .eight_degree_pro-icon-text-content,
.widget_eight_degree_pro_icon_text .eight_degree_pro-icon-text-readmore a {
	color: #888888;
}

.widget_eight_degree_pro_icon_text .eight_degree_pro-icon-text-icon{
	color: #3858a1;
	font-size: 30px;
}

.widget_eight_degree_pro_icon_text .eight_degree_pro-icon-text-readmore a {
	text-decoration: none;
	font-weight: 600;
	margin-top: 10px;
	display: inline-block;
}

.widget_eight_degree_pro_icon_text .style2 .eight_degree_pro-icon-text-readmore {
	padding: 0;
}

.widget_eight_degree_pro_icon_text .style2 .eight_degree_pro-icon-text-readmore a {
	display: block;
	padding: 0 40px 0 10px;
}

.widget_eight_degree_pro_icon_text .style2:hover .eight_degree_pro-icon-text-readmore a {
	padding: 0 40px;
}

.widget_eight_degree_pro_icon_text .style2 {
	position: relative;
}

.widget_eight_degree_pro_icon_text .style2 .eight_degree_pro-icon-text-readmore{
	padding: 33px 0;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	bottom: 0;
	right: 0;
}

.widget_eight_degree_pro_icon_text .style2:hover .eight_degree_pro-icon-text-readmore{
	opacity: 1;
	visibility: visible;
}

.widget_eight_degree_pro_icon_text .style2 .eight_degree_pro-icon-text-readmore a{
	margin-top: 0;
	color: #000;
	font-size: 20px;
}

.widget_eight_degree_pro_icon_text .style2 .eight_degree_pro-icon-text-readmore a:after{
	content: "\f178";
	font-family: FontAwesome;
	padding-left: 10px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.widget_eight_degree_pro_icon_text .style2 .eight_degree_pro-icon-text-readmore:hover a:after{
	padding-left: 20px;
}

.widget_eight_degree_pro_icon_text .style2 .eight_degree_pro-icon-text-wrap-show {
	padding: 10px 40px;
	width: 100%;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.flaticon-014-carrot:before {
	line-height: 39px;
}


.eight_degree_pro-icon-text-show {
	margin: 5px 0 0;
}

.eight_degree_pro-icon-text-wrap-show {
	font-size: 20px;
}

.eight_degree_pro-icon-text-title {
	margin: 8px 0;
}

.widget_eight_degree_pro_loader {
	float: left;
	width: 33%;
}

.widget_eight_degree_pro_loader h3 {
	margin: 0;
}

.widget_eight_degree_pro_loader .widget-title {
	padding: 0 0 0 20px;
}

.widget_eight_degree_pro_loader .ed-loader-description {
	padding: 0 0 0 20px;
	margin-top: 10px;
	color: #929292;
}



.widget_eight_degree_pro_counter {
	width: 23.5%;
	min-height: 240px;
	border: 1px solid rgba(64,64,64,.5);
	float: left;
	margin-right: 2%;
	padding: 15px 20px;
	margin-top: 20px;
}

.sidebar .widget_eight_degree_pro_counter {
	border-color: transparent;
	margin-top: 0;
}

.ed-white-text .widget_eight_degree_pro_counter {
	border: 1px solid rgba(255,255,255,.5);
}

.widget_eight_degree_pro_counter:nth-child(4n+1) {
	clear: left;
}

.widget_eight_degree_pro_counter:nth-child(4n) {
	margin-right: 0;
}

.widget_eight_degree_pro_counter .ed-counter-number .counter,
.widget_eight_degree_pro_counter .ed-counter-number .counter-symbol {
	font-size: 54px;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
	display: inline-block;
}

.widget_eight_degree_pro_counter .widget-title {
	margin: 12px 0 0;
}

.widget_eight_degree_pro_pricing {
	width: 32%;
	float: left;
	margin-right: 2%;
	border: 1px solid #dadfe3;
	overflow: hidden;
	margin-top: 20px;
}

.widget_eight_degree_pro_pricing:nth-child(3n) {
	margin-right: 0;
}

.widget_eight_degree_pro_pricing:nth-child(3n+1) {
	clear: left;
}

.widget_eight_degree_pro_pricing .eight_degree_pro-pricing-head {
	position: relative;
	padding: 20px 30px;
	color: #404040;
	border-bottom: 1px solid #ccc;
}

.widget_eight_degree_pro_pricing .featured-pricing .eight_degree_pro-pricing-head {
	background-color: #3c6abb;
	color: #FFF;
	border-bottom: 1px solid transparent;
}

.widget_eight_degree_pro_pricing .eight_degree_pro-pricing-head .pricing-content {
	margin: 0;
	line-height: 22px;
	padding-top: 7px;
}

.widget_eight_degree_pro_pricing .eight-degree-pro-pricing-features-wrap {
	padding: 0 30px 30px;
}

.widget_eight_degree_pro_pricing .eight_degree_pro-pricing-head .eight_degree_pro-pricing-plan {
	margin: 0;
	color: #404040;
	font-weight: 700;
	font-size: 36px;
	font-family: 'Ubuntu', sans-serif;
}

.widget_eight_degree_pro_pricing .featured-pricing .eight_degree_pro-pricing-head .eight_degree_pro-pricing-plan {
	color: #FFF;	
}

.widget_eight_degree_pro_pricing .eight_degree_pro-pricing-head .featured-text {
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	line-height: 34px;
	background-color: #000;
	color: #fff;
	padding: 0 10px;
}

.widget_eight_degree_pro_pricing .eight_degree_pro-pricing-head .pricing-subtitle {
	padding-top: 5px;
}

.widget_eight_degree_pro_pricing .eight_degree_pro-pricing-readmore a {
	background-color: #000;
	text-decoration: none;
	color: #fff;
	height: 45px;
	line-height: 47px;
	display: inline-block;
	padding: 0 20px;
	border: 1px solid #000;
}

.widget_eight_degree_pro_pricing .eight_degree_pro-pricing-readmore a:hover {
	background-color: transparent;
	color: #000;
}

.widget_eight_degree_pro_pricing .eight_degree_pro-pricing-features-inner {
	margin: 0;
	padding: 20px 0;
}

.widget_eight_degree_pro_pricing .eight_degree_pro-pricing-features-inner li {
	list-style: none;
	color: #666;
	line-height: 26px;
}

.eight_degree_pro-price {
	font-weight: 600;
	font-size: 36px;
	border-top: 1px solid #ccc;
	padding-top: 15px;
}

.eight_degree_pro-price span {
	font-size: 16px;
	color: #949ba0;
}

.eight_degree_pro-price span.pricing-currency {
	display: inline-block;
	vertical-align: top;
	padding-top: 5px;
}

/*-----------icon widgets design here -----------*/




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

.hentry {
	margin: 0 0 1.5em;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.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, /* 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%;
}

.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;
}
.ed-container {
	max-width: 1170px;
	margin: 0 auto;
}
.service-post:hover figure,
#back-to-top:hover,
.featured-tab-wrap .featured-title:hover,
.sort-table ul li,
a {
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
}
/*=============================================================================
HEADER
==============================================================================*/

/*top header starts here*/

#top-header {
	background-color: #211d1e;
	line-height: 42px;
}

#top-header .top-header-left {
	float: left;
}

#top-header .top-header-left div{
	float: left;
	color: #7D7D7D;
	position: relative;
}

#top-header .top-header-left div:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 17px;
	width: 1px;
	background-color: #7D7D7D;
}

#top-header .top-header-left div:last-child:after {
	opacity: 0;
	visibility: hidden;
}

#top-header .top-header-left .welcome-text{
	padding-right: 16px;
}

#top-header .top-header-left .working-text{
	padding: 0 16px;
}

#top-header .top-header-right {
	float: right;
}

#top-header .top-header-right .social-icons{
	float: left;
}

#top-header .top-header-right .social-icons a {
	float: left;
	width: 40px;
	color: #7D7D7D;
	position: relative;
	text-align: center;
}

#top-header .top-header-right .social-icons a:hover {
	color: #fff;
}

#top-header .top-header-right .social-icons a:before{
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 1px;
	height: 17px;
	background-color: #7D7D7D;
	content: "";
}

#top-header .top-header-right .social-icons a:first-child:before{
	opacity: 0;
	visibility: hidden;
}

/*top header ends here*/

/*middle header starts here*/

.header-wrap .site-branding h1,
.header-wrap .site-branding p {
	margin: 0;
}

.site-header.center .ed-container {
	text-align: center;
}

.site-header.center .site-branding {
	float: none;
	display: inline-block;
	width: 100%;
}

.site-header.center .top-header-right {
	float: none;
	display: inline-block;
	margin-top: 15px;
}

.header-wrap .site-branding a,
.header-middle .site-branding a{
	text-decoration: none;
	color: #787878;
}

.header-middle .site-branding h1{
	margin: 0;
}

.header-middle .site-branding p{
	margin: 0;
}

.site-header.center .header-middle .header-contact-details {
	float: none;
	display: inline-block;
}

.header-middle .header-contact-details .phone-details {
	float: left;
	padding-right: 30px;
	padding-left: 24px;
	position: relative;
	height: 92px;
}

.header-middle .header-contact-details .email-details h5,
.header-middle .header-contact-details .phone-details h5 {
	margin: 26px 0 0;
	font-size: 14px;
	text-transform: uppercase;
}

.header-middle .header-contact-details .email-details {
	float: left;
	padding-right: 30px;
	padding-left: 24px;
	height: 92px;
	position: relative;
}

.header-middle .header-contact-details .email-details:after,
.header-middle .header-contact-details .phone-details:after {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 40px;
	width: 1px;
	background-color: #C9C9C9;
	content: "";
}

.site-header .contact-button {
	float: left;
	border: 2px solid #e7e7e7;
	padding: 12px 25px 8px;
	text-align: center;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	margin: 19px 5px 0 50px;
	font-size: 16px;
}

.site-header .contact-button:hover {
	background-color: #3c6abb;
	border-color: #3C6ABB;
	color: #fff;
}

/*middle header ends here*/

/*header bottom starts here*/

.header-layout2 .menu-toggle {
	display: none; 
}

.header-layout2 .header-bottom {
	background-color: #3c6abb;
	line-height: 58px;
}

.site-header nav.main-navigation .ed-menu {
	float: left;
	display: inline-block;
	width: calc(100% - 335px);
}

.header-layout1 .site-header nav.main-navigation .ed-menu {
	width: unset;
}

.site-header nav.main-navigation .ed-search-wrap {
	vertical-align: top;
	float: none;
	display: inline-block;
}

.site-header nav.main-navigation .ed-search-wrap {
	float: right;
}

.header-layout1 .site-header.right nav.main-navigation .ed-menu {
	float: left;
	display: inline-block;
}

.header-layout1 .site-header.right nav.main-navigation .ed-search-wrap {
	vertical-align: top;
	float: none;
	display: inline-block;
}

.header-layout1 .site-header.right nav.main-navigation .ed-search-wrap {
	float: right;
}

.header-layout1 .site-header.right nav.main-navigation {
	float: left;
}

.header-layout1 .site-header.center nav.main-navigation {
	float: none;
	display: inline-block;
	width: 100%;
}

nav.main-navigation .ed-menu ul {
	padding: 0;
	margin: 0;
}

nav.main-navigation .ed-menu ul li {
	float: left;
	list-style: none;
	position: relative;
}

nav.main-navigation .ed-menu ul li a {
	padding: 20px;
	text-decoration: none;
}

nav.main-navigation .ed-menu ul li ul li a {
	padding: 15px 20px;
}

.header-layout1 nav.main-navigation .ed-menu ul li a{
	color: #969696;
	display: block;
}

.header-layout1 nav.main-navigation .ed-menu .menu-menu-1-container > ul > li > a{
	color: #222;
}

.header-layout1 nav.main-navigation .ed-menu ul li:hover > a{
	color: #3c6abb;
}

nav.main-navigation .ed-menu ul li.menu-item-has-children a {
	padding-right: 40px;
}

.header-layout1 nav.main-navigation .ed-menu ul li i {
	position: absolute;
	right: 0;
	top: 0;
}

.header-layout1 nav.main-navigation .ed-menu ul li i:before {
	position: absolute;
	top: 22px;
	right: 6px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.header-layout2 nav.main-navigation .ed-menu ul li i:before {
	right: 6px;
	position: absolute;
	top: 22px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.header-layout2 nav.main-navigation .ed-menu ul li i:after {
	position: absolute;
	right: 8px;
	top: 22px;
	color: #FFF;
	content:"\f0d7";
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.header-layout1 nav.main-navigation .ed-menu > div > ul > li > i:before{
	right: 16px;
	position: absolute;
	top: 22px;
	color: #969696;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.header-layout2 nav.main-navigation .ed-menu > div > ul > li > i:before{
	right: 16px;
	position: absolute;
	top: 22px;
	color: #FFF;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.header-layout2 nav.main-navigation .ed-menu > div > ul > li > i:after{
	position: absolute;
	right: 16px;
	top: 20px;
	color: transparent;
	content:"\f0d7";
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

.header-layout2 nav.main-navigation .ed-menu > div > ul > li:after{
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 25px;
	width: 1px;
	background-color: rgba(255,255,255,.4);
	content: "";
}

.header-layout2 nav.main-navigation .ed-menu > div > ul > li:last-child:after{
	height: 0;
}

.header-layout2 nav.main-navigation .ed-menu li > a{
	color: #FFF;
	text-decoration: none;
}

nav.main-navigation .ed-menu > div > ul > li > ul.sub-menu,
nav.main-navigation .ed-menu > div > ul > li > ul.children{
	position: absolute;
	left: 0;
	top: 65px;
	background-color: #1a1a1a;
	opacity: 0;
	visibility: hidden;
	z-index: 9999;
	width: 200px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.header-layout2 nav.main-navigation .ed-menu > div > ul > li > ul.sub-menu,
.header-layout2 nav.main-navigation .ed-menu > div > ul > li > ul.children{
	top: 61px;
}

nav.main-navigation .ed-menu > div > ul > li:hover > ul.sub-menu,
nav.main-navigation .ed-menu > div > ul > li:hover > ul.children{
	opacity: 1;
	visibility: visible;
}

nav.main-navigation .ed-menu > div > ul > li > ul.sub-menu > li ,
nav.main-navigation .ed-menu > div > ul > li > ul.children > li {
	position: relative;
}

nav.main-navigation .ed-menu > div > ul > li > ul.sub-menu > li a,
nav.main-navigation .ed-menu > div > ul > li > ul.children > li a{
	color: #7e848e;
	text-decoration: none;
}

nav.main-navigation .ed-menu > div > ul > li > ul.sub-menu > li > ul.sub-menu,
nav.main-navigation .ed-menu > div > ul > li > ul.children > li > ul.children{
	left: 200px;
	top: 0;
	position: absolute;
	width: 200px;
	background-color: #1a1a1a;
	opacity: 0;
	visibility: hidden;
}

nav.main-navigation .ed-menu > div > ul > li > ul.sub-menu > li:hover > ul.sub-menu,
nav.main-navigation .ed-menu > div > ul > li > ul.children > li:hover > ul.children{
	opacity: 1;
	visibility: visible;
}

nav.main-navigation .ed-menu > div > ul > li > ul li{
	float: none;
}
.header-layout2 .search-icon > .fa-search,
.header-layout2 .search-icon > .fa-close {
	display: none;
}

nav.main-navigation .ed-search-wrap .search-icon .fa-close {
	display: none;
}

.header-layout1 nav.main-navigation .ed-search-wrap.show .search-icon .fa-close {
	display: block;
}

.header-layout2 .search-form label input[type="search"] {
	width: 270px;
	height: 60px;
	line-height: 60px;
	background-color: transparent;
	border: none;
	border-left: 1px solid rgba(255,255,255,.4);
	color: #FFF;
	outline: none;
	padding: 0 10px;
}

.header-layout1 .search-form label input[type="search"]::placeholder,
.header-layout2 .search-form label input[type="search"]::placeholder {
	color: #fff;
}

.header-layout2 button.search-submit {
	border: none;
	border-radius: 0;
	background: rgba(255,255,255,.4);
	color: #fff;
	height: 60px;
	line-height: 60px;
	padding: 0;
	text-align: center;
	width: 60px;
	outline: none;
}

.header-layout1 .ed-search {
	display: none;
}

.header-layout1 button.menu-toggle {
	display: none;
}

.header-layout1 .ed-search-wrap .search-icon > .fa-search {
	width: 58px;
	height: 58px;
	text-align: center;
	line-height: 58px;
	color: #969696;
	cursor: pointer;
}

.header-layout1 .site-header {
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.43);
	position: relative;
	z-index: 2;
}

.close-sidebar {
	float: left;
}
/*header bottom ends here*/

/*sticky header starts here*/
.site-header.sticky-header.fixed .header-stick {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.43);
}

.header-layout3 .site-header.sticky-header.fixed .header-stick {
	background-color: #FFF;
}

.header-layout3 .sticky-header .header-stick {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
}

.header-layout3.admin-bar .sticky-header .header-stick{
	top: 32px;
}

.admin-bar .site-header.sticky-header.fixed .header-stick {
	top: 32px;
}

.site-header.sticky-header.fixed #top-header {
	display: none;
}

.site-header.sticky-header.fixed + .site-content .slider-section {
	margin-top: 165px;
}

.header-layout3 .site-header.sticky-header.fixed + .site-content .slider-section {
	margin-top: 0;
}

.admin-bar .site-header.sticky-header.fixed {
	top: 32px;
}

.site-header.sticky-header.fixed #top-header {
	display: none;
}

.header-layout3 .site-header.sticky-header.fixed {
	background-color: #FFF;
	-webkit-box-shadow: 0px 0px 20px #777;
	box-shadow: 0px 0px 20px #777;
}

.header-layout3 .site-header.sticky-header.fixed .header-wrap .site-branding a, 
.header-layout3 .site-header.sticky-header.fixed .header-middle .site-branding a {
	color: #787878;
}

.header-layout1 .fixed .header-wrap {
	background-color: #fff;
}

.header-layout3 .site-header.sticky-header.fixed .social-icons a .fa:hover:before{
	border-color: #3c6abb;
	color: #3c6abb;
}

.header-layout2 .site-header.sticky-header.fixed #top-header,
.header-layout2 .site-header.sticky-header.fixed .header-middle {
	display: none;
}

.header-layout3 button.menu-toggle {
	display: none;
}

/*sticky header ends here*/

/*banner starts here*/

.site-content .slides .caption-wrapper {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}

.header-layout2 .site-content .slides .caption-wrapper {
	background: none;
}

.slider-section.ed-curve {
	-webkit-clip-path: ellipse(125% 80% at 48% 19%);
	clip-path: ellipse(125% 80% at 48% 19%);
	-moz-clip-path: ellipse(125% 80% at 48% 19%);
}

.page-template-tpl-home .slider-curve .site-content > :nth-child(2) {
	margin-top: -100px;
	padding-top: 180px;
}
/*slider design here*/
.bx-wrapper .bx-viewport {
	border: none;
	left: 0;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	border-radius: 0;
	height: 5px;
	width: 20px;
}

.header-layout2 .bx-wrapper .bx-pager.bx-default-pager a {
	display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #1c9cdb;
}

.bx-pager.bx-default-pager {
	bottom: 10px;
	left: 0;
	position: absolute;
	right: 0;
}

.testimonial-post-wrap .bx-pager.bx-default-pager {
	bottom: -130px;
}

.bx-wrapper .bx-controls-direction a {
	width: 70px;
	height: 70px;
	text-indent: -99999999999px;
	line-height: 70px;
	background: rgba(0,0,0,0.1);
	color: #fff;
	z-index: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.bx-wrapper .bx-controls-direction a:hover {
	background-color: rgba(0,0,0,.3);
}

.bx-controls-direction .bx-prev:before, 
.bx-controls-direction .bx-next:before {
	content: "\f104";
	position: absolute;
	font-family: fontawesome;
	font-size: 25px;
	left: 0;
	right: 0;
	text-indent: 0;
	text-align: center;
	color: #FFF;
}

.bx-controls-direction .bx-next:before {
	content: "\f105";
}

/*slider design here*/

.center-caption .caption-wrapper .slider-caption {
	text-align: center;
	width: 70%;
	margin: 0 auto;
}

.left-caption .caption-wrapper .slider-caption {
	text-align: left;
}

.caption-wrapper .slider-caption .slider-title {
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	line-height: 20px;
}

.caption-wrapper .slider-caption .slider-content {
	font-size: 50px;
	color: #fff;
	margin: 20px auto 0 auto;
	line-height: 1.2;
	font-weight: 600;
}

.caption-wrapper .slider-caption .slider-content p {
	margin: 0px;
}

.ed-bttn {
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	border: 3px solid rgba(255, 255, 255, 0.5);
	padding: 10px 35px;
	border-radius: 40px;
	color: #3c6abb;
	line-height: 1.7;
	display: inline-block;
	background: rgba(255, 255, 255, 0.5);
	text-transform: uppercase;
}

.ed-bttn:hover {
	background: #3c6abb;
	color: #fff;
}

.slider-section a:visited {
	color: #3c6abb;
}

.slider-section a:visited:hover {
	color: #fff;
}

.caption-wrapper .slider-caption .slider-content a {
	margin-top: 35px;
}

.caption-wrapper {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.caption-wrapper .slider-caption .slider-title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 55px;
	line-height: 64px;
}

.caption-wrapper .slider-caption .slider-content p{
	font-size: 18px;
	font-weight: 500;
	margin: 3px 0 0;
	line-height: 24px;
}

.slider-section {
	position: relative;
}

/*------------------------search overlay start here----------------------------*/

.header-layout1 .ed-search-wrap.show {
	background-color: rgba(34, 34, 34, 0.9);
	width: 100%;
	height: 100%;
	position: fixed;
	transition: all 0.35s ease 0s;
	-webkit-transition: all 0.35s ease 0s;
	-moz-transition: all 0.35s ease 0s;
	left: 0;
	top: 0;
}

.header-layout1.admin-bar .ed-search-wrap.show {
	top: 32px;
}

.header-layout1 .ed-search-wrap.show .search-icon .fa-close {
	color: #FFF;
	font-size: 30px;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.header-layout1 .ed-search-wrap.show .search-icon > i.fa-search {
	display: none;
}

.header-layout1 .ed-search-wrap.show .ed-search {
	display: block;
}

.header-layout1 .site-header form.search-form {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%);
	-moz-transform: translate(-50%);
	-ms-transform: translate(-50%);
	-o-transform: translate(-50%);
	transform: translate(-50%);
	width: 50%;
	margin: 0 auto;
	border-bottom: 2px solid #fff;
}

.header-layout1 .site-header .ed-search label input {
	font-size: 20px;
	background-color: transparent;
	border: none;
	color: #fff;
	outline: none;
	height: 60px;
	padding: 0 10px;
	width: 100%;
	border-radius: 0;
}

.header-layout1 .site-header .ed-search label {
	width: 80%;
	float: left;
}

.header-layout1  button.search-submit {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: none;
	color: #FFF;
	font-size: 25px;
	width: 20%;
	text-align: center;
	float: left;
}

/*layout 3 design starts here*/

/*overlay color starts here*/
.ed-overlay {
	position: relative;
	z-index: 0;
}
.ed-overlay:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(62, 94, 216, 0.58);
	content: "";
}

.section.ed-overlay:after {
	z-index: -1;
}

.slider-caption.caption-bg-color {
	background-color: #8abb2f;
	padding: 25px 45px 35px;
	color: #fff;
}
.slider-section.right-caption .slider-caption {
	text-align: right;
	margin-left: auto;
	margin-right: 0;
}
.slider-section.right-caption .slider-caption,
.slider-section.left-caption .slider-caption {
	width: 50%;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	border: 1px solid #3C6ABB;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #3C6ABB;
	border: 1px solid #fff;
}

.header-layout3 .site-header {
	position: absolute;
	left: 0;
	top: 10px;
	z-index: 3;
	width: 100%;
}

.header-layout3 .site-branding a {
	color: #FFF;
}

.no-slider.header-layout3 .site-branding a {
	color: #000;
}

.header-layout3 .social-icons {
	float: left;
}

.header-layout3 header .social-icons a {
	float: left;
	margin-right: 15px;
}

.header-layout3 header .social-icons a .fa{
	font-size: 12px;
}

.header-layout3 header .social-icons a .fa:before{
	line-height: 25px;
	width: 25px;
	height: 25px;
	text-align: center;
	background-color: #fff;
	float: left;
	color: #3c6abb;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.header-layout3 .site-header.sticky-header.fixed .social-icons a .fa:before,
.no-slider.header-layout3 header .social-icons a .fa:before{
	color: #FFF;
	background-color: #3c6abb;
	border-color: #3c6abb;
}

.header-layout3 header .social-icons a .fa:hover:before{
	color: #FFF;
	background-color: transparent;
}

.header-layout3 .site-header.sticky-header.fixed .social-icons a:hover .fa:before,
.no-slider.header-layout3 header .social-icons a:hover .fa:before{
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.header-layout3 .header-sidebar {
	opacity: 0;
	visibility: hidden;
}

.header-layout3 .header-sidebar-wrap {
	float: left;
}

.header-layout3 .sidebar-menu-open {
	position: relative;
}

.header-layout3 .sidebar-menu-open span {
	height: 2px;
	width: 20px;
	background-color: #fff;
	position: absolute;
	left: 0;
}

.header-layout3 .sidebar-menu-open:hover span {
	background-color: rgba(255,255,255,.5);
}

.header-layout3.no-slider .site-header.sticky-header .sidebar-menu-open span,
.header-layout3 .site-header.sticky-header.fixed .sidebar-menu-open span {
	background-color: #3c6abb;
}

.header-layout3 .sidebar-menu-open .toggle1 {
	top: 0;
}

.header-layout3 .sidebar-menu-open .toggle2 {
	top: 8px;
}

.header-layout3 .sidebar-menu-open .toggle3 {
	top: 16px;
}

.header-layout3 .header-sidebar-wrap.show-menu .header-sidebar {
	visibility: visible;
	opacity: 1;
	right: 0;
}

.header-layout3 .header-sidebar-wrap .header-sidebar {
	background-color: #fff;
	padding: 20px;
	width: 290px;
	text-align: right;
	height: 100vh;
	position: fixed;
	top: 0;
	right: -200px;
	z-index: 5;
	-webkit-box-shadow: -5px 0 15px rgba(0, 0, 0, .45);
	box-shadow: -5px 0 15px rgba(0, 0, 0, .45);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.header-layout3.admin-bar .site-header {
	top: 32px;
}

.header-layout3.admin-bar .header-sidebar-wrap .header-sidebar {
	top: 32px;
}

.header-layout3 .header-sidebar-wrap .header-sidebar {
	top: 0;
}

.header-layout3 .header-sidebar-wrap .header-sidebar .close-sidebar {
	width: 100%;
	text-align: left;
}

.header-layout3 .header-sidebar-wrap .header-sidebar .close-sidebar .fa-close {
	cursor: pointer;
}

.header-layout3 .header-sidebar-wrap .header-sidebar .close-sidebar .fa-close:hover {
	color: #3c6abb;
}

.no-slider.header-layout3 .site-header {
	top: 0;
	background-color: #FFF;
}

.no-slider.header-layout3.admin-bar .site-header {
	top: 32px;
	background-color: #FFF;
}

.header-layout3 nav.main-navigation .ed-menu,
.header-layout3 nav.main-navigation .ed-menu ul li,
.header-layout3 nav.main-navigation .ed-search-wrap {
	float: none;
}

.header-layout3 nav.main-navigation .ed-menu {
	width: 100%;
}

.header-layout3 nav.main-navigation .ed-menu ul li {
	border-bottom: 1px solid #ccc;
}

.header-layout3 nav.main-navigation .ed-menu ul li a {
	display: block;
}

.close-sidebar {
	position: relative;
}

.close-sidebar:before {
	position: absolute;
}

.header-layout3 .ed-search-wrap .search-icon > i.fa {
	display: none;
}

.header-layout3 .sidebar-menu-open {
	width: 20px;
	height: 20px;
	cursor: pointer;
	margin-top: 3px;
}

.header-layout3 .header-contact-details h5 {
	display: inline-block;
	margin: 0;
}

.header-layout3 .header-contact-details .phone-details > div ,
.header-layout3 .header-contact-details .email-details > div {
	display: inline-block;
}

.header-layout3 .header-contact-details,
.header-layout3 .header-ww-text {
	margin-top: 20px;
}

.header-layout3 .mCustomScrollBox,
.header-layout3 .mCSB_container {
	overflow: visible;
}

.header-layout3 nav.main-navigation .ed-menu ul li i.menu-caret {
	position: absolute;
	top: 14px;
	left: 10px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.header-layout3 nav.main-navigation .ed-menu ul li:hover > i.menu-caret {
	left: 0;
	opacity: 0;
	visibility: hidden;
}

.header-layout3 .site-header.right nav.main-navigation .ed-menu ul li:hover > i.menu-caret {
	left: unset;
	right: 0;
	opacity: 0;
	visibility: hidden;
}

.header-layout3 nav.main-navigation .ed-menu > div > ul > li > ul.sub-menu > li > ul.sub-menu, 
.header-layout3 nav.main-navigation .ed-menu > div > ul > li > ul.children > li > ul.children{
	left: -215px;
	top: 0;
	border-right: 1px solid #ccc;
	padding: 0 15px;
	z-index: 5;
	background-color: #FFF;
}
.header-layout3 nav.main-navigation .ed-menu > div > ul > li > ul.sub-menu, 
.header-layout3 nav.main-navigation .ed-menu > div > ul > li > ul.children {
	left: -220px;
	top: 0;
	border-right: 1px solid #ccc;
	padding: 0 15px;
	z-index: 5;
	background-color: #FFF;
}

.header-layout3 nav.main-navigation .ed-menu ul li a {
	padding: 10px;
	color: #444;
	font-weight: 500;
}

.header-layout3 nav.main-navigation .ed-menu ul li:hover > a {
	color: #3c6abb;
}

.header-layout3 nav.main-navigation .ed-menu ul li.current-menu-item > a {
	color: #3c6abb;
}

.header-layout3 nav.main-navigation .ed-menu > div > ul > li ul.sub-menu:before, 
.header-layout3 nav.main-navigation .ed-menu > div > ul > li ul.children:before {
	position: absolute;
	right: -10px;
	top: 10px;
	border-left: 10px solid #ccc;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	content: "";
}

.header-layout3 nav.main-navigation .ed-menu > div > ul > li ul.sub-menu:after, 
.header-layout3 nav.main-navigation .ed-menu > div > ul > li ul.children:after {
	position: absolute;
	right: -9px;
	top: 10px;
	border-left: 10px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	content: "";
}

.header-layout3 .site-header.right .header-sidebar-wrap .header-sidebar {
	right: unset;
	left: 0;
	text-align: left;
}

.header-layout3 .site-header.right  nav.main-navigation .ed-menu ul li i {
	left: unset;
	right: 10px;
}

.header-layout3 .site-header.right nav.main-navigation .ed-menu > div > ul > li > ul.sub-menu, 
.header-layout3 .site-header.right nav.main-navigation .ed-menu > div > ul > li > ul.children {
	left: unset;
	right: -220px;
	border-right: unset;
	border-left: 1px solid #ccc;
}

.header-layout3 .site-header.right nav.main-navigation .ed-menu > div > ul > li ul.sub-menu:before, 
.header-layout3 .site-header.right nav.main-navigation .ed-menu > div > ul > li ul.children:before {
	position: absolute;
	left: -10px;
	right: unset;
	top: 10px;
	border-left: unset;
	border-right: 10px solid #ccc;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	content: "";
}

.header-layout3 .site-header.right nav.main-navigation .ed-menu > div > ul > li ul.sub-menu:after, 
.header-layout3 .site-header.right nav.main-navigation .ed-menu > div > ul > li ul.children:after {
	position: absolute;
	left: -9px;
	top: 10px;
	right: unset;
	border-left: unset;
	border-right: 10px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	content: "";
}

.header-layout3 .site-header.right nav.main-navigation .ed-menu > div > ul > li > ul.sub-menu > li > ul.sub-menu, 
.header-layout3 .site-header.right nav.main-navigation .ed-menu > div > ul > li > ul.children > li > ul.children{
	right: -215px;
	left: unset;
	top: 0;
	border-right: unset;
	border-left: 1px solid #ccc;
	padding: 0 15px;
}

.header-layout3 .ed-search form {
	border: 1px solid #ccc;
}

.header-layout3 .ed-search form input[type="search"] {
	border: unset;
	-webkit-border-radius: 0;
	border-radius: 0;
	outline: none;
	height: 36px;
}

.header-layout3 .ed-search form button {
	background-color: transparent;
	border-color: transparent;
}

.header-layout3 .sidebar-image {
	text-align: center;
	padding: 20px 0;
	width: 100%;
}

.header-layout3 .sidebar-image img {
	display: inline-block;
}

.header-layout3 .bx-wrapper {
	margin-bottom: 0;
}

.bx-wrapper {
	margin: 0 auto;
}

/*--------------------------------------------- slider and header finished here ------------------------------------------------*/


/*--------------------------------------------- feature section design starts here ----------------------------------------------*/

.featured-section {
	width: 100%;
	position: relative;
}

.featured-section:after {
	clear: both;
	content: "";
	display: block;
}

.featured-section .widget_eight_degree_pro_icon_text {
	float: left;
	width: 20%;
}

.featured-section .ed-container .widget_eight_degree_pro_icon_text {
	width: 33.33%;
	border: 1px solid #eee;
}

.featured-section .widget_eight_degree_pro_icon_text {
	border: 1px solid #eee;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.header-layout1 aside.widget_eight_degree_pro_icon_text:hover {
	background-color: #3c6abb;
	color: #fff;
	cursor: pointer;
}
.header-layout1 aside.widget_eight_degree_pro_icon_text:hover .eight_degree_pro-icon-text-icon,
.header-layout1 aside.widget_eight_degree_pro_icon_text:hover .eight_degree_pro-icon-text-title,
.header-layout1 aside.widget_eight_degree_pro_icon_text:hover .eight_degree_pro-icon-text-content {
	color: #fff;
}

/*--------------------------------------------- feature section design ends here ----------------------------------------------*/


/*--------------------------------------------- about section design starts here ----------------------------------------------*/
.ed-about-section {
	padding: 100px 0;
}

.about-content-wrap {
	float: left;
	width: 100%;
}

.about-content-wrap figure img {
	float: right;
}

.layout1 .about-content-wrap figure {
	float: none;
	display: inline-block;
	vertical-align: middle;
	width: 49.5%;
	margin: 0;
}

.layout1 .about-content-wrap .about-description-wrapper {
	float: none;
	width: 49.5%;
	margin-bottom: 70px;
	display: inline-block;
	vertical-align: middle;
}

.about-content-wrap .about-description-wrapper .section-title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 45px;
	line-height: 50px;
}

.about-content-wrap .about-description-wrapper .section-desc {
	font-size: 18px;
	color: #555;
}

.ed-bttn.button1 {
	height: 50px;
	border: 1px solid #ccc;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	padding: 0 30px;
	display: inline-block;
	line-height: 50px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	color: #222;
	background-color: #fff;
}

.ed-bttn.button1:hover {
	color: #fff;
	background-color: #222;
	border-color: #222;
}

.ed-bttn.button4 {
	height: 50px;
	border: 1px solid #3c6abb;
	background-color: #3c6abb;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 16px;
	font-weight: 700;
	padding: 0 30px;
	display: inline-block;
	line-height: 50px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}

.ed-bttn.button4:hover {
	background-color: #FFF;
	color: #3c6abb;
}

.about-content-wrap .ed-bttn{
	margin-top: 28px;
}

.ed-about-section.layout2 .about-content-wrap .about-description-wrapper {
	float: left;
	width: 40%;
	padding-right: 60px;
}

.ed-about-section.layout2 .about-content-wrap .about-post-wrap{
	float: left;
	width: 60%;
}

.ed-about-section.layout2 .about-content-wrap .about-post-wrap .about-content-wrap {
	margin: 0;
}

.ed-about-section.layout2 .about-content-wrap .about-post-wrap .about-content-wrap a {
	color: #222;
	text-decoration: none;
	font-weight: 500;
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
}

.ed-about-section.layout2 .about-content-wrap .about-post-wrap .about-content-wrap h4 {
	margin: 24px 0 0;
}

.ed-about-section.layout2 .about-content-wrap .about-post-wrap .about-content-wrap p {
	font-weight: 300;
	font-size: 16px;
	color: #666;
	margin: 12px 0 0;
	line-height: 26px;
}

.ed-about-section.layout2 .owl-carousel {
	z-index: 0;
}

.ed-about-section.layout2 .owl-carousel .owl-nav .owl-prev, 
.ed-about-section.layout2 .owl-carousel .owl-nav .owl-next {
	width: 30px;
	height: 30px;
	background-color: #7f7f7f;
	position: absolute;
	top: 35%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	text-indent: -99999px;
}

.ed-about-section.layout2 .owl-carousel .owl-nav .owl-prev {
	left: 0;
}

.ed-about-section.layout2 .owl-carousel .owl-nav .owl-prev:before {
	border-right: 6px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	position: absolute;
	content: "";
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ed-about-section.layout2 .owl-carousel .owl-nav .owl-prev:after {
	border-right: 6px solid #7f7f7f;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	position: absolute;
	content: "";
	left: 60%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ed-about-section.layout2 .owl-carousel .owl-nav .owl-next {
	right: 0;
}

.ed-about-section.layout2 .owl-carousel .owl-nav .owl-next:before {
	border-left: 6px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	position: absolute;
	content: "";
	left: 55%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ed-about-section.layout2 .owl-carousel .owl-nav .owl-next:after {
	border-left: 6px solid #7f7f7f;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	position: absolute;
	content: "";
	left: 45%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*--------------------------------------------- about section design ends here ----------------------------------------------*/

/*--------------------------------------------- service section design starts here -------------------------------------------*/

.ed-service-section .section-header {
	text-align: center;
	width: 80%;
	margin: 0 auto 60px;
}

.ed-service-section .section-header .section-title {
	font-size: 45px;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
	color: #222;
	margin: 0;
}

.ed-service-section .section-header .section-desc {
	font-size: 18px;
	color: #929292;
	line-height: 26px;
}

.ed-service-section.layout2 .section-header .section-desc {
	color: #555;
}

.ed-service-section.layout3 {
	background-color: #fff;
}

.ed-service-section.layout3 .service-post-wrap .service-tab-wrap {
	clear: both;
	width: 100%;
}

.ed-service-section.layout3 .service-post-wrap .service-tab-title {
	float: left;
	width: 33.33%;
	padding: 30px 30px;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.ed-service-section.layout3 .service-post-wrap .service-tab-title.active {
	background-color: #fff;
}

.ed-service-section.layout3 .service-post-wrap .service-tab-title.active,
.ed-service-section.layout3 .service-post-wrap .service-tab-title:hover .service-title,
.ed-service-section.layout3 .service-post-wrap .service-tab-title:hover i {
	color: #3c6abb;
}

.ed-service-section.layout3 .service-post-wrap .service-tab-title i {
	padding-top: 2px;
	display: inline-block;
}

.ed-service-section.layout3 .service-post-wrap .service-tab-title .service-title {
	display: inline-block;
	margin: 0;
	padding-left: 10px;
}

.ed-service-section.layout3 .service-post-wrap .service-tab-figure {
	margin: 0;
	float: left;
	width: 40%;
	padding: 60px 15px 0;
}

.ed-service-section.layout3 .service-post-wrap .service-tab-desc {
	float: left;
	width: 60%;
	padding: 40px;
}

.ed-service-section.layout3 .service-post-wrap .service-tab-title.active {
	position: relative;
}

.ed-service-section.layout3 .service-post-wrap .service-tab-title.active:before {
	position: absolute;
	content: "";
	bottom: 0px;
	left: 50%;
	border-bottom: 10px solid #ccc;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ed-service-section.layout3 .service-post-wrap .service-tab-title.active:after {
	position: absolute;
	content: "";
	bottom: -1px;
	left: 50%;
	border-bottom: 10px solid #fff;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ed-service-section.layout3 .service-post-wrap .service-tab-desc h4 {
	font-size: 22px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	line-height: 32px;
	margin: 55px 0 0;
}

.ed-service-section.layout3 .service-post-wrap .service-tab-desc p {
	font-size: 18px;
	color: #888;
	line-height: 26px;
	margin: 24px 0 0;
}

.ed-service-section.layout2 {
	background-color: #f9f9f9;
	padding: 100px 0;
}

.ed-service-section.layout2 .section-header {
	text-align: center;
}

.ed-service-section.layout2 .service-post-wrap {
	padding-top: 30px;
}

.ed-service-section.layout2 .service-post-wrap .service-post {
	width: 33.33%;
	float: left;
	margin: 0 0 30px;
}

.ed-service-section.layout2 .service-post-wrap .service-post:nth-child(3n+1) {
	clear: left;
}

.ed-service-section.layout2 .service-post-wrap .service-post figure {
	margin: 0;
}

.ed-service-section.layout2 .service-post-wrap .service-post figure a {
	display: block;
	width: 90px;
	height: 90px;
	color: #3c6abb;
	border: 1px solid #ccc;
	line-height: 90px;
	text-align: center;
	font-size: 40px;
}

.ed-service-section.layout2 .service-post-wrap .service-post figure a:hover {
	background-color: #3c6abb;
	color: #f9f9f9;
	-moz-box-shadow:    3px 3px 5px 0px #ccc;
	-webkit-box-shadow: 3px 3px 5px 0px #ccc;
	box-shadow:         3px 3px 5px 0px #ccc;
}

.ed-service-section.layout2 .service-post-wrap .service-post .service-content {
	margin-left: 16px;
	border-left: 1px solid #ccc;
	padding: 40px 40px 0;
}

.ed-service-section.layout2 .service-post-wrap .service-post .service-content .service-title {
	margin: 0;
}

.ed-service-section.layout2 .service-post-wrap .service-post .service-content .service-title a {
	text-decoration: none;
	color: #262626;
	font-weight: 500;
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
}

.ed-service-section.layout2 .service-post-wrap .service-post .service-content p {
	margin: 10px 0 0;
	color: #666;
	font-weight: 300;
	font-size: 16px;
	line-height: 26px;
}

.ed-service-section {
	padding: 100px  0;
	background-color: #F9F9F9;
}

.ed-service-section .service-left {
	width: 34%;
	display: inline-block;
	vertical-align: middle;
}

.ed-service-section .service-image {
	width: 29%;
	display: inline-block;
	padding: 0 40px;
	vertical-align: middle;
}

.ed-service-section .service-right {
	width: 34%;
	display: inline-block;
	vertical-align: middle;
}

.ed-service-section .service-right .service-post figure {
	float: left;
	margin: 0;
}

.ed-service-section .service-right .service-post .service-content-wrap {
	float: right;
	width: calc(100% - 90px);
	padding-left: 20px;
}

.ed-service-section .service-left .service-post figure {
	float: right;
	margin: 0;
}

.ed-service-section .service-left .service-post .service-content-wrap {
	float: left;
	width: calc(100% - 90px);
	padding-right: 20px;
}

.ed-service-section .service-left .service-post .service-content-wrap .service-title,
.ed-service-section .service-right .service-post .service-content-wrap .service-title {
	margin: 0;
}

.ed-service-section .service-left .service-post .service-content-wrap .service-title a,
.ed-service-section .service-right .service-post .service-content-wrap .service-title a {
	text-decoration: none;
	color: #262626;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
}

.ed-service-section .service-left .service-post .service-content-wrap p,
.ed-service-section .service-right .service-post .service-content-wrap p {
	margin: 0;
	color: #999;
	line-height: 22px;
	margin-top: 12px;
}

.ed-service-section .service-left .service-post,
.ed-service-section .service-right .service-post {
	margin-top: 90px;
	float: left;
	width: 100%;
}

.ed-service-section .service-left {
	text-align: right;
}

.ed-service-section .service-post-wrap .service-right .service-post figure a,
.ed-service-section .service-post-wrap .service-left .service-post figure a {
	display: block;
	width: 90px;
	height: 90px;
	color: #fff;
	background-color: #3c6abb;
	line-height: 90px;
	text-align: center;
	font-size: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ed-service-section .service-post-wrap .service-right .service-post figure a:hover,
.ed-service-section .service-post-wrap .service-left .service-post figure a:hover {
	-moz-box-shadow:    5px 5px 1px 0px #aaa;
	-webkit-box-shadow: 5px 5px 1px 0px #aaa;
	box-shadow:         5px 5px 1px 0px #aaa;
}

/*--------------------------------------------- service section design ends here -------------------------------------------*/

/*--------------------------------------------- skill section design starts here -------------------------------------------*/

.section.ed-skill-section {
	padding: 100px 0;
}



.section.ed-skill-section.layout1 figure{
	margin: 0;
	display: inline-block;
	width: 49%;
	text-align: right;
	vertical-align: middle;
}

.section.ed-skill-section.layout1 .skill-content-wrapper {
	display: inline-block;
	width: 49%;
	text-align: left;
	vertical-align: middle;
}

.section .section-title {
	margin: 0;
	font-size: 45px;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
	-ms-word-break: break-word;
	word-break: break-word;
	line-height: 50px;
}

.section .section-desc {
	font-size: 18px;
	line-height: 26px;
	padding-top: 15px;
}

.ed-pricing-section .section-desc {
	width: 80%;
	margin: 0 auto;
	color: #555;
}

.section.ed-skill-section .skill-content-wrapper .section-desc {
	color: #929292;
	margin: 0px 0 43px;
}

.section.ed-skill-section.layout2 figure{
	margin: 0;
	float: right;
	width: 50%;
	text-align: left;
}

.section.ed-skill-section.layout2 .skill-content-wrapper {
	float: left;
	width: 50%;
	text-align: right;
}

.section.ed-skill-section.layout3 figure{
	display: none;
}

.section.ed-skill-section.layout3 .skill-content-wrapper {
	float: left;
	text-align: center;
	margin: 0 auto;
}

.ed-skill-section .ed-bttn {
	margin-top: 40px;
} 

/*--------------------------------------------- skill section design ends here -------------------------------------------*/

/*--------------------------------------------- counter section design starts here -----------------------------------------*/

.section.ed-counter-section {
	text-align: center;
	padding: 100px 0;
}

.section.ed-counter-section.ed-white-text {
	color: #FFF;
}

.section.ed-counter-section .section-header {
	width: 80%;
	margin: 0 auto 40px;
} 

/*--------------------------------------------- counter section design ends here -----------------------------------------*/

/*--------------------------------------------- team section design starts here ------------------------------------------*/

.section.ed-team-section {
	padding: 100px 0;
}

.section.ed-team-section .section-desc {
	color: #929292;
}

.section.ed-team-section .section-header {
	text-align: center;
	width: 80%;
	margin: 0 auto 40px;
}

.team-post-wrap .team-post {
	width: 31.33%;
	margin: 0 1%;
	float: left;
	text-align: center;
	-webkit-box-shadow: 0px 0px 5px 2px #eee;
	-moz-box-shadow: 0px 0px 5px 2px #eee;
	box-shadow: 0px 0px 5px 2px #eee;
	margin-bottom: 25px;
}

.team-post-wrap .team-post:first-child {
	/*margin-top: 0;*/
}

.team-post-wrap .team-post:nth-child(3n+1) {
	clear: left;
}

.team-post-wrap .team-post:hover {
	-webkit-box-shadow: 0px 0px 5px 5px #eee;
	-moz-box-shadow: 0px 0px 5px 5px #eee;
	box-shadow: 0px 0px 5px 5px #eee;
}

.team-post-wrap .team-post figure {
	margin: 0;
}

.team-content-wrap {
	padding: 30px 40px 50px;
}

.team-content-wrap h4{
	margin: 0;
}

.team-content-wrap h4 a {
	font-weight: 700;
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	color: #1F232B;
	text-decoration: none;
}

.team-content-wrap .ed-designation {
	margin: 0;
}

.team-content-wrap p {
	font-size: 18px;
	color: #808080;
	line-height: 30px;
}

.team-social a {
	color: #bebebe;
	padding: 0 10px;
	display: inline-block;
}

.team-social a:hover {
	color: #777;
}
/*--------------------------------------------- team section design ends here --------------------------------------------*/

/*--------------------------------------------- portfolio section design starts here --------------------------------------------*/
.section.ed-portfolio-section {
	padding: 100px 0;
}

.section.ed-portfolio-section .portfolio-header {
	text-align: center;
	width: 80%;
	margin: 0 auto;
}

.section.ed-portfolio-section .portfolio-header p {
	color: #929292;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
}

.section.ed-portfolio-section .portfolio-header h2 {
	margin: 0;
	font-size: 45px;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
	-ms-word-break: break-word;
	word-break: break-word;
}

.section.ed-portfolio-section .section-header {
	width: 80%;
	margin: 0 auto 50px;
	text-align: center;
}

.ed-portfolio-section .filters-button-group {
	margin: 0 auto 50px;
	padding: 0;
	clear: both;
	text-align: center;
	width: 80%;
}

.ed-portfolio-section .filters-button-group li {
	list-style: none;
	display: inline-block;
	padding: 0 20px 20px;
	border-bottom: 1px solid #ccc;
	font-weight: 700;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
	color: #999;
	position: relative;
	cursor: pointer;
}

.ed-portfolio-section .filters-button-group li.is-checked {
	color: #3c6abb;
}

.ed-portfolio-section .filters-button-group li.is-checked:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px;
	content: "";
	background-color: #3c6abb;
}

.ed-portfolio-section .filters-button-group li .postnum-tooltip{
	position: absolute;
	top: -20px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #999;
	color: #fff;
	padding: 0 8px;
	height: 24px;
	line-height: 24px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.ed-portfolio-section .filters-button-group li .postnum-tooltip:after{
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -5px;
}

.ed-portfolio-section .filters-button-group li:hover .postnum-tooltip{
	opacity: 1;
	visibility: visible;
	top: -30px;
}

.portfolio-post {
	padding: 10px;
}

.portfolio-post-inner {
	overflow: hidden;
	position: relative;
}

.portfolio-post.small-square {
	width: 25%;
}

.portfolio-post.large-square{
	width: 50%;
}

.portfolio-post figure {
	margin: 0;
	line-height: 0;
}

.portfolio-content {
	position: absolute;
	left: -25%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #FFF;
	width: 90%;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 6px 6px 8px 0 rgba(0,0,0,0.5);
	box-shadow: 6px 6px 8px 0 rgba(0,0,0,0.5);
}

.portfolio-post:hover .portfolio-content {
	left: 0px;
	opacity: 1;
	visibility: visible;
}

.portfolio-content .portfolio-post-title {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	font-family: 'Ubuntu', sans-serif;
	line-height: 35px;
}

.portfolio-content .portfolio-post-title a {
	color: #777;
	text-decoration: none;
	-ms-word-break: break-word;
	word-break: break-word;
}

.portfolio-content .portfolio-post-title:hover a {
	color: #000;
}

.portfolio-content p {
	margin: 0;
	font-size: 16px;
	padding-top: 6px;
}
/*--------------------------------------------- portfolio section design ends here --------------------------------------------*/

/*--------------------------------------------- blog section design starts here -----------------------------------------------*/

.section.ed-blog-section {
	padding: 100px 0;
}

.section.ed-blog-section .section-header {
	margin-bottom: 50px;
}

.section.ed-blog-section .section-header {
	text-align: center;
	width: 80%;
	margin: 0 auto 60px;
}

.ed-blog-section.layout2 .section-header {
	text-align: center;
	width: 80%;
	margin: 0 auto 60px;
}

.section.ed-blog-section.layout1 .section-header {
	text-align: left;
	margin-left: 0;
}

.blog-post-wrap .blog-post {
	width: 32.33%;
	float: left;
	margin-right: 1.5%;
	margin-bottom: 1.5%;
	position: relative;
	overflow: hidden;
}

.blog-post-wrap .blog-post figure {
	margin: 0;
	line-height: 0;
}

.blog-post-wrap .blog-post figure a{
	position: relative;
	display: block;
}

.blog-post-wrap .blog-post figure a:after{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: -webkit-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.3));
	background: -o-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.3));
	background: -moz-linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.3));
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,.3));
}

.blog-post-wrap .blog-post:nth-child(3n) {
	margin-right: 0;
}

.blog-post-wrap .blog-post:nth-child(3n+1) {
	clear: left;
}

.section.ed-blog-section .section-desc {
	color: #555;
}

.blog-post-wrap .blog-post .blog-content-wrap {
	position: absolute;
	left: 0;
	top: 60%;
	color: #fff;
	width: 100%;
	padding: 20px 40px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}


.blog-post-wrap .blog-post .blog-title {
	margin: 10px 0 0;
}

.ed-blog-section.layout1 .blog-post-wrap .blog-post .blog-title {
	line-height: 22px;
}

.blog-post-wrap .blog-post .blog-title a {
	color: #FFF;
	text-decoration: none;
}

.blog-post-wrap .blog-post .blog-content-wrap p,
.blog-post-wrap .blog-post .blog-content-wrap .author {
	display: none;
}

.blog-post-wrap .blog-post .blog-content-wrap .author {
	padding-top: 15px;
	margin-top: 15px;
	width: 100%;
	border-top: 1px solid #ccc;
}

.blog-post-wrap .blog-post .blog-content-wrap p {
	margin: 12px 0;
	line-height: 26px;
}

@media only screen and (max-width: 1170px) and (min-width: 1050px){
	.blog-post-wrap .blog-post .blog-content-wrap p {
		line-height: 20px;
		font-size: 14px;
	}

	.blog-post-wrap .blog-post .blog-content-wrap {
		padding: 20px;
	}
}

@media only screen and (max-width: 1080px) {
	.blog-post-wrap .blog-post {
		width: 49%;
		margin-right: 2%;
	}

	.blog-post-wrap .blog-post:nth-child(2n) {
		margin-right: 0;
	}
}

@media only screen and (max-width: 800px) and (min-width: 480px){
	.blog-post-wrap .blog-post .blog-content-wrap p {
		line-height: 20px;
		font-size: 14px;
	}
}

.blog-post-wrap .blog-post:hover .blog-content-wrap {
	bottom: unset;
	top: 0;
	background-color: #3c6abb;
	height: 100%;
}

.blog-post-wrap .blog-post:hover .blog-content-wrap p,
.blog-post-wrap .blog-post:hover .blog-content-wrap .author {
	display: block;
}

.ed-blog-section.layout2 .blog-post-wrap .blog-post:hover {
	-webkit-box-shadow: 5px 5px 8px #888;
	box-shadow: 5px 5px 8px #888;
}

.ed-blog-section.layout2 .blog-post-wrap .blog-post .blog-content-wrap {
	position: static;
	left: unset;
	top: unset;
}

.ed-blog-section.layout2 .blog-post-wrap .blog-post .blog-content-wrap p,
.ed-blog-section.layout2 .blog-post-wrap .blog-post .blog-content-wrap .author {
	display: block;
}

.ed-blog-section.layout2 .blog-post-wrap .blog-post .blog-content-wrap p {
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

.ed-blog-section.layout2 .blog-post-wrap .blog-post .blog-content-wrap {
	bottom: unset;
	top: 0;
	background-color: #eff5f5;
	height: 100%;
	color: #666;
}

.ed-blog-section.layout2 .blog-post-wrap .blog-post .blog-title a{
	color: #282828;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
}

.ed-blog-section.layout2 .blog-post-wrap .blog-post .blog-title a:hover {
	color: #3c6abb;
}

.ed-blog-section.layout2 .blog-post-wrap .blog-post figure {
	position: relative;
}

.ed-blog-section.layout2 .blog-post-wrap .blog-post .posted-on{
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 40px;
}

.ed-blog-section.layout2 .blog-post-wrap .blog-post .posted-on .entry-date{
	background-color: #3c6abb;
	padding: 0 10px;
	display: block;
	height: 25px;
	line-height: 27px;
}

.ed-bttn.button2 {
	text-decoration: none;
	color: #222;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	border: unset;
	border-radius: 0;
	background: unset;
	padding: unset;
	line-height: unset;
}

.ed-bttn.button2:after {
	position: absolute;
	right: -20px;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "\f178";
	font-family: FontAwesome;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.ed-bttn.button2:hover:after {
	right: -30px;
}

/*--------------------------------------------- blog section design ends here -------------------------------------------------*/

/*--------------------------------------------- cta section design starts here ------------------------------------------------*/

.section.ed-cta-section {
	padding: 100px 0;
	background-color: #ccc;
}

.section.ed-cta-section.ed-white-text {
	color: #FFF;
}

.section.ed-cta-section .section-desc {
	margin-top: 20px;
	font-size: 16px;
	line-height: 26px;
}

.section.ed-cta-section .cta-content-wrap {
	float: left;
	width: 40%;
	padding-right: 40px;
}

.section.ed-cta-section .cta-content-wrap .section-title {
	line-height: 50px;
}

.section.ed-cta-section .cta-section-form {
	float: left;
	width: 60%;
}

.section.ed-cta-section .cta-section-form .ufbl-form-field-wrap {
	float: left;
	width: 50%;
	padding-right: 35px;
	padding-bottom: 10px;
}

.section.ed-cta-section .cta-section-form .ufbl-form-field-wrap.ed-submit {
	padding-top: 24px;
}

.section.ed-cta-section .cta-content-wrap .ed-bttn {
	margin-top: 25px;
}

.section.ed-cta-section .cta-section-form .ufbl-form-field-wrap label {
	font-weight: 700;
	font-size: 16px;
}

.section.ed-cta-section .cta-section-form .ufbl-form-field-wrap .ufbl-form-submit,
.section.ed-cta-section .cta-section-form .ufbl-form-field-wrap .ufbl-form-dropdown,
.section.ed-cta-section .cta-section-form .ufbl-form-field-wrap input[type="text"], 
.section.ed-cta-section .cta-section-form .ufbl-form-field-wrap input[type="email"], 
.section.ed-cta-section .cta-section-form .ufbl-form-field-wrap input[type="password"] {
	height: 50px;
	line-height: 50px;
	padding: 0 10px;
	outline: none;
	width: 100%;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.section.ed-cta-section .cta-section-form .ufbl-form-field-wrap .ufbl-form-submit{
	background-color: #3c6abb;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	border-color: #3c6abb;
}

.section.ed-cta-section .nice-select:after {
	height: unset;
	width: unset;
	margin-top: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	border-top: 6px solid #999;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: unset;
}

.section.ed-cta-section .nice-select.open:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	margin-top: -4px;
	right: 16px;
}

.section.ed-cta-section .nice-select .list {
	margin: 0;
	width: 100%;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.section.ed-cta-section.layout2 .cta-content-wrap {
	float: right;
	padding-right: 0;
	padding-left: 40px;
}

.section.ed-cta-section.no-form .cta-content-wrap {
	width: 50%;
}

/*--------------------------------------------- cta section design ends here ------------------------------------------------*/

/*--------------------------------------------- pricing section design starts here ------------------------------------------------*/

.section.ed-pricing-section {
	padding: 100px 0;
}

.section.ed-pricing-section .section-header {
	text-align: center;
	margin-bottom: 40px;
}

/*--------------------------------------------- pricing section design ends here --------------------------------------------------*/

/*--------------------------------------------- testimonials section design ends here --------------------------------------------------*/

.section.ed-testimonial-section {
	padding: 100px 0 145px;
}

.section.ed-testimonial-section.layout2 {
	padding: 100px 0;
}

.section.ed-testimonial-section.ed-white-text {
	color: #fff;
}

.section.ed-testimonial-section .section-header {
	text-align: center;
	width: 80%;
	margin: 0 auto 60px;
}

.section.ed-testimonial-section .section-header .section-desc {
	padding-top: 10px;
	color: #555;
}

.section.ed-testimonial-section.ed-white-text .section-header .section-desc {
	color: #fff;
}

.ed-testimonial-section.layout1 .testimonial-post-wrap {
	text-align: center;
	position: relative;
	padding-top: 80px;
}

.ed-testimonial-section.layout1 .testimonial-post-wrap p {
	width: 80%;
	margin: 0 auto;
}

.ed-testimonial-section .bx-wrapper .bx-prev ,
.ed-testimonial-section .bx-wrapper .bx-next {
	opacity: 0;
	visibility: hidden;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.ed-testimonial-section.layout1 .testimonial-post-wrap:hover .bx-wrapper .bx-prev ,
.ed-testimonial-section.layout1 .testimonial-post-wrap:hover .bx-wrapper .bx-next {
	opacity: 1;
	visibility: visible;
}

.ed-testimonial-section.layout1 .testimonial-post .testimonial-title-wrap{
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.ed-testimonial-section.layout1 .testimonial-post-wrap:before {
	font-family: FontAwesome;
	content: "\f10e";
	font-size: 20px;
	font-weight: 400;
	color: rgba(0,0,0,.5);
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	border: 2px solid rgba(0,0,0,.5);
	display: inline-block;
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ed-testimonial-section.layout1.ed-white-text .testimonial-post-wrap:before {
	color: rgba(255,255,255,.5);
	border: 2px solid rgba(255,255,255,.5);
}

.section.ed-testimonial-section.layout1 img {
	display: inline-block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.section.ed-testimonial-section.layout1 .testimonial-title {
	margin: 0;
}

.section.ed-testimonial-section.layout1 .testimonial-title a {
	text-decoration: none;
	font-size: 22px;
	font-weight: 400;
	color: #404040;
}

.section.ed-testimonial-section.layout1.ed-white-text .testimonial-title a {
	color: #fff;
}

.testimonial-designation .ed-designation {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
}

.testimonial-post figure{
	width: 60px;
	margin: 12px auto;
}

.testimonial-post.active-slide figure{
	width: 90px;
	margin: 0 auto;
}

.testimonial-post-wrap .bx-wrapper .bx-viewport {
	background-color: transparent;
}

.ed-testimonial-section.layout2 .testimonial-post figure {
	display: block;
	width: 90px;
	height: 90px;
	color: #3c6abb;
	border: 1px solid #ccc;
	line-height: 90px;
	text-align: center;
	font-size: 40px;
	margin: 0;
}

.ed-testimonial-section.layout2 .testimonial-post figure:hover {
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
}

.ed-testimonial-section.layout2 .testimonial-post .testimonial-content-wrap {
	margin-left: 16px;
	border-left: 1px solid #ccc;
	padding: 40px 40px 0;
}

.ed-testimonial-section.layout2 {
	background-color: #f2f2f2;
	color: #666;
}

.ed-testimonial-section.layout2 .section-title,
.ed-testimonial-section.layout2 .testimonial-name{
	color: #222;
}

.ed-testimonial-section.ed-white-text .section-title,
.ed-testimonial-section.layout2.ed-white-text .testimonial-name{
	color: #fff;
}

.ed-testimonial-section.layout2 .testimonial-name{
	text-decoration: none;
	color: #262626;
	font-weight: 500;
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
}

.ed-testimonial-section.layout2 .testimonial-content p {
	margin-top: 0;
	font-weight: 300;
}

.ed-testimonial-section .bx-wrapper .bx-prev {
	left: -20px;
}

.ed-testimonial-section .bx-wrapper .bx-next {
	right: -20px;
}

.testimonial-post-wrap .bx-wrapper:nth-child(2) .bx-viewport {
	margin: 30px 0;
}

.section.ed-testimonial-section.layout2 .owl-dots {
	text-align: center;
	margin-top: 15px;
}

.section.ed-testimonial-section.layout2 .owl-dots .owl-dot {
	width: 30px;
	height: 7px;
	background-color: #fff;
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #3c6abb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.section.ed-testimonial-section.layout2 .owl-dots .owl-dot.active {
	background-color: #3c6abb;
}

.section.ed-testimonial-section.layout2.ed-overlay .owl-dots .owl-dot {
	border-color: #FFF;
}
.section.ed-testimonial-section.layout2.ed-overlay .owl-dots .owl-dot.active {
	background-color: transparent;
}

/*--------------------------------------------- testimonials section design ends here --------------------------------------------------*/



/*--------------------------------------------- clients section design starts here --------------------------------------------------*/

.section.ed-client-section {
	text-align: center;
	background-color: #eee;
	padding: 100px 0;
}

.section.ed-client-section .section-desc {
	color: #555;
}

/*--------------------------------------------- clients section design ends here --------------------------------------------------*/




/*--------------------------------------------- contacts section design starts here --------------------------------------------------*/

.section.ed-contact-section {
	position: relative;
}

.section.ed-contact-section .ed-container {
	position: absolute;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	height: 100%;
	width: 1170px;
}

.section.ed-contact-section .contact-details {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #3c6abb;
	color: #fff;
	padding: 40px;
	width: 355px;
}

.contact-details .contact-subtitle {
	margin: 0;
	font-size: 18px;
	font-weight: 500;
}

.contact-details .contact-title {
	font-weight: 500;
	font-size: 46px;
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
	line-height: 48px;
	border-bottom: 4px solid #fff;
	padding-bottom: 5px;
}

.contact-details .contact-content {
	font-weight: 500;
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	line-height: 29px;
	padding-top: 5px;
}

.contact-details .contact-phone-title,
.contact-details .contact-email-title,
.contact-details .contact-address-title {
	margin-bottom: 0;
	border-bottom: 2px solid #fff;
	display: inline-block;
}

.contact-map .widget_text .textwidget p,
.contact-details p {
	margin: 0;
}

.contact-map {
	overflow: hidden;
}


/*--------------------------------------------- contacts section design ends here --------------------------------------------------*/




/*--------------------------------------------- footer section starts here ---------------------------------------------------------*/

.site-footer {
	background-color: #181e25;
	color: #fff;
}

.top-footer .footer-block{
	float: left;
	width: 25%;
}

.site-footer .top-footer {
	margin: 90px 0;
}

.site-footer .widget {
	margin-bottom: 20px;
}

.site-footer .footer-block {
	padding-right: 30px;
}

.site-footer .widget ul {
	margin: 15px 0 0;
	padding: 0;
}

.site-footer .widget ul li {
	list-style: none;
	color: #5a6875;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 10px 0;
}

.site-footer .widget ul li:first-child {
	padding-top: 1px;
}

.site-footer .widget ul li span{
	display: block;
}

.site-footer .widget ul li a {
	color: #aaa;
	text-decoration: none;
}

.site-footer .widget ul li a:hover {
	color: #fff;
}

.site-footer .widget .textwidget strong,
.site-footer .widget .widget-title {
	font-weight: 500;
	font-size: 18px;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	margin: 0;
}

.site-footer .widget .widget-title {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.site-footer .widget .widget-title:after {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background-color: #3c6abb;
	content: "";
}

.site-footer .widget .textwidget strong {
	font-size: 16px;
	padding-bottom: 15px;
	display: inline-block;
}

.site-footer .widget .textwidget span {
	color: #5a6875;
}

.site-footer .bottom-footer {
	line-height: 90px;
	border-top: 1px solid #5a6875;
}

.site-footer .bottom-footer .site-info {
	float: left;
	color: #5a6875;
}

.site-footer .bottom-footer .site-info a{
	color: #aaa;
	text-decoration: none;
	padding-right: 10px;
	float: left;
}

.site-footer .bottom-footer .site-info a:hover,
.site-footer .bottom-footer .footer-social a:hover {
	color: #fff;
}

.site-footer .bottom-footer .footer-social {
	float: right;
}

.site-footer .bottom-footer .footer-social a {
	color: #5a6875;
	text-decoration: none;
	padding: 0 10px;
}

#back-to-top {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	position: fixed;
	bottom: 66px;
	right: 10px;
	opacity: 0;
	visibility: hidden;
	background-color: #3c6abb;
}

#back-to-top:hover {
	background-color: #fff;
	color: #3c6abb;
	border-color: #3C6ABB;
}

#back-to-top.show{
	opacity: 1;
	visibility: visible;
}

/*.site-footer .site-info a,*/
.site-footer .site-info .copyright-wrap {
	float: left;
}

.site-footer .site-info a img {
	display: inline-block;
	vertical-align: middle;
	padding-right: 15px;
}

/*--------------------------------------------- footer section ends here -----------------------------------------------------------*/




/*--------------------------------------------- shop section design starts here -----------------------------------------------------------*/

.section.ed-shop-section .eight-degree-pro-product-wrap {
	margin: 0;
	padding: 0;
}

.section.ed-shop-section .eight-degree-pro-product-wrap li{
	list-style: none;
	width: 23.5%;
	float: left;
	margin-right: 2%;
	text-align: center;
}

.section.ed-shop-section .eight-degree-pro-product-wrap li:nth-child(4n){
	margin-right: 0;
}

/*--------------------------------------------- shop section design ends here -----------------------------------------------------------*/





/*--------------------------------------------- cta2 section design starts here -----------------------------------------------------------*/
section#cta2-section {
	padding: 60px 0;
}

.section.ed-cta2-section {
	background-color: #3c6abb;
}
.section.ed-cta2-section.ed-white-text {
	color: #fff;
}

.section .section-title span {
	font-weight: 300;
}

.section.ed-cta2-section .section-header {
	float: left;
	width: calc(100% - 250px);
}

.section.ed-cta2-section .ed-bttn {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section.ed-cta2-section .ed-container {
	position: relative;
}

.section.ed-cta2-section .ed-bttn.button1{
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*--------------------------------------------- cta2 section design ends here -----------------------------------------------------------*/





/*--------------------------------------------- inner page blog page design start here --------------------------------------------------*/

#primary {
	display: inline-block;
	width: 69%;
}

.no-sidebar #primary {
	width: 100%;
	padding-right: 0;
	float: none;
}

.right-sidebar #primary {
	padding-right: 40px;
}

.left-sidebar #primary {
	padding-left: 40px;
}

.sidebar.right-sidebar {
	float: right;
	width: 30%;
}

.sidebar.left-sidebar {
	float: left;
	width: 30%;
}

#primary .contact-page-content.full {
	width: 100%;
	margin-right: 0;
}

.sidebar .widget {
	background-color: #F5F5F5;
	padding: 30px;
	margin-bottom: 25px;
}

.sidebar .widget .product-description {
	margin-bottom: 20px;
}

.widget:last-child {
	margin-bottom: 0;
}

.widget.widget_eight_degree_pro_pricing {
	padding: 0;
}

.widget .widget-title {
	margin: 0;
	font-size: 26px;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
	margin-bottom: 20px;
}

.widget.widget_products .widget-title {
	margin-bottom: 0;
}

.widget_eight_degree_pro_counter .widget-title {
	font-size: 22px;
	margin-bottom: 13px;
}

#primary .entry-content blockquote {
	position: relative;
	padding-left: 10px;
}

#primary .entry-content blockquote:before {
	width: 8px;
	height: 100%;
	background-color: #3c6abb;
	position: absolute;
	left: -15px;
	top: 0;
	content: "";
}

#primary .entry-content blockquote:after {
	font-family: FontAwesome;
	content: "\f10d";
	opacity: .15;
	font-size: 30px;
	position: absolute;
	left: 10px;
	top: -10px;
}

.page-header {
	text-align: center;
	background-color: #f9f9f9;
	border-bottom: 1px solid #d3d3d3;
}

.header-layout3 .page-header {
	margin-top: 100px;
}

.page-header {
	padding: 50px 0 60px;
}

.page-header .page-title {
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 42px;
	margin: 0;
	line-height: 46px;
}

.page-header #eight-degree-pro-breadcrumbs {
	font-size: 18px;
	text-decoration: none;
	margin: 8px 0 0px;
	margin-top: 20px;
}

.page-header #eight-degree-pro-breadcrumbs a{
	color: #404040;
	text-decoration: none;
}

.sidebar aside ul{
	margin: 0;
	padding: 0;
}

.sidebar aside ul li {
	list-style: none;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
	-ms-word-break: break-word;
	word-break: break-word;
}

.sidebar aside ul li:last-child {
	margin-bottom: 0;
}

.sidebar aside ul li i {
	padding-right: 10px;
}

.sidebar aside ul li a {
	color: #888888;
	text-decoration: none;
}
.sidebar aside ul li a:hover {
	color: #3c6abb;
}
.sidebar aside ul li a .woocommerce-loop-product__title {
	margin-bottom: 0;
}

.sidebar .search-form label input[type="search"] {
	width: 100%;
	border: 1px solid #ccc;
	background-color: #FFF;
	color: #6C6C6C;
	height: 50px;
	padding: 0 50px 0 10px;
	position: relative;
}

.sidebar .search-form label {
	position: relative;
}

.sidebar .search-form label:after {
	font-family: FontAwesome;
	content: "\f176";
	position: absolute;
	top: 50%;
	right: 10px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	-webkit-transform: translateY(-50%) rotate(90deg);
	-moz-transform: translateY(-50%) rotate(90deg);
	-ms-transform: translateY(-50%) rotate(90deg);
	-o-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
}

.sidebar .search-form label:hover:after {
	right: 0px;
}

.sidebar button.search-submit {
	display: none;
}

.sidebar .search-form label input[type="search"]::placeholder {
	color: #6c6c6c;
}

.widget_eight_degree_pro_recent_post .eight_degree_pro-recent-rightdivs.thumbnail-show {
	margin-top: 30px;
}

.widget_eight_degree_pro_recent_post .eight_degree_pro-recent-rightbar-img{
	float: left;
	width: 40%;
	overflow: hidden;
}

.widget_eight_degree_pro_recent_post .eight_degree_pro-recent-rightbar-img img{
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.widget_eight_degree_pro_recent_post .eight_degree_pro-recent-rightdivs.thumbnail-show:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.widget_eight_degree_pro_recent_post .eight_degree_pro-recent-rightbar-content{
	float: left;
	padding: 10px;
}

.widget_eight_degree_pro_recent_post .eight_degree_pro-recent-rightbar-title {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
}

.widget_eight_degree_pro_recent_post .eight_degree_pro-recent-rightbar-title a {
	text-decoration: none;
	color: #000;
}

.footer-block .widget_eight_degree_pro_recent_post .eight_degree_pro-recent-rightbar-title a {
	color: #aaa;
}

.widget_eight_degree_pro_recent_post .eight_degree_pro-recent-rightbar-date {
	font-size: 14px;
	font-weight: 500;
	color: #6C6C6C;
	padding-top: 5px;
}

.widget_eight_degree_pro_recent_portfolio .eight_degree_pro-recent-porfolio-wrap {
	padding-top: 2px;
}

.widget_eight_degree_pro_recent_portfolio .eight_degree_pro-recent-porfolio {
	float: left;
	margin-right: 2%;
	height: auto;
	width: 32%;
	overflow: hidden;
	margin-bottom: 2%;
}

.widget_eight_degree_pro_recent_portfolio .eight_degree_pro-recent-porfolio:nth-child(3n) {
	margin-right: 0;
}
.widget_eight_degree_pro_recent_portfolio .eight_degree_pro-recent-porfolio:nth-child(3n+1) {
	clear: left;
}

.widget_eight_degree_pro_recent_portfolio .eight_degree_pro-recent-porfolio img {
	display: block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.widget_eight_degree_pro_recent_portfolio .eight_degree_pro-recent-porfolio:hover img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.archive-page.archive-layout.large-image .entry-content-wrap .entry-date {
	width: 70px;
	height: 70px;
	background-color: #3c6abb;
	text-align: center;
	color: #fff;
	padding: 4px;
	float: left;
	font-weight: 500;
	font-size: 14px;
	font-family: 'Ubuntu', sans-serif;
}

.archive-page.archive-layout.large-image .entry-content-wrap .entry-date span {
	display: block;
	font-size: 26px;
	line-height: 22px;
	margin-top: 10px;
}

.archive-page.archive-layout.large-image .entry-content-wrap .entry-content-inner {
	float: left;
	width: calc(100% - 70px);
	padding-left: 30px;
}

.entry-header .entry-title{
	margin: 8px 0 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 26px;
	font-weight: 500;
	color: #404040;
}

.archive-page.archive-layout.large-image .entry-content-wrap .entry-content-inner .entry-title{
	margin: 8px 0 0;
	font-family: 'Ubuntu', sans-serif;
	font-size: 26px;
	font-weight: 500;
	line-height: 32px;
}

#primary .archive-page.archive-layout.large-image .entry-content-wrap .entry-content-inner .entry-content {
	margin-top: 12px;
}
.archive-page.archive-layout.large-image .entry-content-wrap .entry-content-inner .entry-title a {
	text-decoration: none;
	color: #000;
}

.archive-page.archive-layout.large-image .entry-content-wrap .entry-content-inner .entry-content p {
	margin: 0;
	color: #888;
	line-height: 28px;
}

.archive-page.archive-layout.large-image .entry-content-wrap .entry-content-inner .author.vcard {
	font-weight: 500;
	font-size: 15px;
}

.archive-page.archive-layout.large-image .entry-content-wrap .entry-content-inner .ed-bttn {
	margin-top: 18px;
}

.ed-bttn.button3 {
	color: #3c6abb;
	text-decoration: none;
	font-size: 18px;
	font-family: 'Ubuntu', sans-serif;
	margin-top: 14px;
	display: inline-block;
	position: relative;
	border: unset;
	background: unset;
	padding: unset;
	line-height: unset;
	border-radius: unset;
	font-weight: unset;
	text-transform: unset;
}

.ed-bttn.button3:after {
	content: "\f176";
	font-family: FontAwesome;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	position: absolute;
	right: -20px;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.ed-bttn.button3:hover:after {
	right: -30px;
}

.archive-page.archive-layout figure {
	margin: 0;
}

.archive-page.archive-layout.large-image .entry-content-wrap {
	margin: 25px 0 28px;
}

.archive-page.archive-layout.large-image img {
	display: block;
}

.site-content > .ed-container {
	margin: 60px auto;
}

/*blog grid starts here*/

.archive-page.archive-layout.grid figure {
	position: relative;
}

.archive-page.archive-layout.grid figure img {
	display: block;
}

.archive-page.archive-layout.grid .posted-on {
	background-color: #3c6abb;
	padding: 0 10px;
	display: block;
	height: 25px;
	line-height: 27px;
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 40px;
}

.archive-page.archive-layout.grid .entry-content-wrap {
	background-color: #eff5f5;
	height: 100%;
	color: #6c6c6c;
	padding: 20px 40px;
}

.right-sidebar .grid article{
	width: 49%;
	float: left;
}

.right-sidebar .grid article{
	margin-right: 2%;
}

.no-sidebar .grid article:nth-child(3n),
.right-sidebar .grid article:nth-child(2n){
	margin-right: 0;
}

.no-sidebar .grid article{
	width: 32%;
	float: left;
	margin-right: 2%;
}

.archive-page.archive-layout.grid a:visited:hover{
	color: #000;
}

.archive-page.archive-layout.grid .entry-title {
	margin: 10px 0 0;
	line-height: 24px;
}

.archive-page.archive-layout.grid .entry-title a {
	color: #282828;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
	text-decoration: none;
}

.archive-page.archive-layout.grid .entry-content {
	margin: 0;
}

.archive-page.archive-layout.grid .entry-content p {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
}

/*blog grid ends here*/



/*blog medium starts here*/

.archive-page.archive-layout.medium-image figure {
	position: relative;
	float: left;
	width: 50%;
}

.archive-page.archive-layout.medium-image figure img {
	display: block;
}

.archive-page.archive-layout.medium-image .posted-on {
	background-color: #3c6abb;
	padding: 0 10px;
	display: block;
	height: 25px;
	line-height: 27px;
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 40px;
}

.archive-page.archive-layout.medium-image article {
	background-color: #eff5f5;
}

.archive-page.archive-layout.medium-image .entry-content-wrap {
	background-color: #eff5f5;
	height: 100%;
	color: #6c6c6c;
	padding: 20px 40px;
	float: left;
	width: 50%;
}

.right-sidebar .medium-image article{
	width: 100%;
}

.no-sidebar .medium-image article{
	width: 100%;
}

.archive-page.archive-layout.medium-image a:visited:hover{
	color: #000;
}

.archive-page.archive-layout.medium-image .entry-title {
	margin: 10px 0 0;
	line-height: 24px;
}

.archive-page.archive-layout.medium-image .entry-title a {
	color: #282828;
	font-size: 20px;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
	text-decoration: none;
}

.archive-page.archive-layout.medium-image .entry-content {
	margin: 0;
}

.archive-page.archive-layout.medium-image .entry-content p {
	font-weight: 500;
	font-size: 16px;
	line-height: 26px;
}

/*blog medium ends here*/

/*widget cart modification here*/
.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: 3px;
}
/*--------------------------------------------- inner page blog page design ends here --------------------------------------------------*/



/*contact us page starts here*/

.page-template-tpl-contact #primary{
	width: 100%;
	padding-right: 0;
}

#primary .contact-page-content {
	width: 65%;
	margin-right: 3%;
	display: inline-block;
	background-color: #f5f5f5;
	padding: 30px;
	vertical-align: top;
}

#primary .contact-page-content .entry-content .ed-underline,
#primary .contact-page-content .entry-content {
	margin-top: 0;
}

#primary .contact-page-content .entry-content .ed-underline{
	position: relative;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-size: 24px;
	margin-bottom: 0;
}

#primary .contact-details .contact-title {
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 0;
}
#primary .contact-page .contact-page-content  .ed-underline{
	position: relative;
	padding-bottom: 5px;
}
#primary .contact-page .contact-page-content  .ed-underline:after,
#primary .contact-page-content .entry-content .ed-underline:after,
#primary .contact-details .contact-title:after {
	width: 60px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #3c6abb;
	content: "";
}
#primary .contact-details {
	width: 30%;
	display: inline-block;
	padding: 30px;
	vertical-align: top;
}

#primary .contact-details .contact-content {
	font-size: 16px;
	font-weight: 400;
	padding-top: 0;
}

#primary .contact-details .contact-title,
.contact-details .contact-phone-title, 
.contact-details .contact-email-title, 
.contact-details .contact-address-title {
	border: unset;
}

.contact-page .contact-details .contact-phone-title, 
.contact-page .contact-details .contact-email-title, 
.contact-page .contact-details .contact-address-title {
	color: #3c6abb;
}

#primary .contact-page-content form textarea{
	margin-top: 5px;
	background-color: transparent;
}

#primary .contact-page-content form input {
	margin: 5px 0 10px;
}

#primary .contact-page-content .hentry {
	margin: 0;
}

input[type="submit"].ufbl-form-submit {
	border: 2px solid transparent;
	display: inline-block;
	border-radius: 0px;
	font-size: 14px;
	font-weight: 500;
	height: 40px;
	line-height: 40px;
	padding: 0 24px;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.15s ease-in-out 0s;
	vertical-align: middle;
	white-space: nowrap;
	background-color: #3c6abb;
	border-color: #3c6abb;
	color: #fff;
}

input[type="submit"].ufbl-form-submit:hover {
	background-color: transparent;
	color: #3c6abb;
}

#primary .contact-details .contact-subtitle {
	color: #3c6abb;
}

#primary .contact-page-content p{
	margin: 10px 0;
}

#primary .contact-details .contact-content {
	margin: 10px 0 0;
}

/*contact us page ends here*/

/*my acocunt page starts here*/

#primary .woocommerce-MyAccount-navigation ul{
	margin: 0;
	padding: 0;
}

#primary .woocommerce-MyAccount-navigation ul li {
	list-style: none;
}

#primary .woocommerce-MyAccount-navigation ul li a {
	background: #f4f4f4 none repeat scroll 0 0;
	border: 1px solid #ddd;
	display: inline-block;
	margin-top: -1px;
	padding: 5px 10px;
	position: relative;
	width: 100%;
	color: #333;
	text-decoration: none;
}

#primary .woocommerce-MyAccount-navigation ul li a:hover,
#primary .woocommerce-MyAccount-navigation ul li.is-active a {
	background: #eee;
	color: #3c6abb;
	font-weight: 600;
}

.woocommerce-account .woocommerce-MyAccount-content p:first-child {
	margin-top: 0;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
	color: #404040;
	text-decoration: none;
}

/*my account page ends here*/



/*cart page starts here*/
#primary .entry-content {
	margin-top: 0;
}
/*cart page ends here*/

/*--------------------------------------------------------------
SHORTCODE LAYOUT
--------------------------------------------------------------*/
.eight_degree_pro_column {
	float:left;
	-webkit-box-sizing:border-box;
	background-clip:padding-box !important;
}
.eight_degree_pro_column {
	padding:0 0%;
}
.eight-degree-pro-row .eight_degree_pro_column:first-child {
	margin-left:0;
}
.eight-degree-pro-span1 {
	margin-left: 0;
	padding: 2%;
	width: 16.55%;
}
.eight-degree-pro-span2 {
	padding: 15px;
	width: 33.33%;
}
.eight-degree-pro-span3 {
	padding: 15px;
	width: 50%;
}
.eight-degree-pro-span4 {
	padding: 15px;
	width: 66.66%;
}
.eight-degree-pro-span5 {
	padding: 15px;
	width: 83%;
}
.eight-degree-pro-span6 {
	padding: 15px;
	width: 100%;
}

/*----------------------------------------------------------------
TESTIMONIAL SHORTCODE LAYOUT
-----------------------------------------------------------------*/
.eight-degree-pro-testimonial:before, .eight-degree-pro-testimonial:after {
	content: "";
	display: table;
	clear: both;
}
.eight-degree-pro-testimonial {
	margin-bottom: 30px;
}
.eight-degree-pro-testimonial .testimonial-img-wrap{
	float: left;
	margin-right: 30px;
	position: relative;
}
.eight-degree-pro-testimonial .testimonial-img-wrap::after {
	background-image: url("images/testimonial-shortcode-arrow-right.png");
	content: "";
	height: 40px;
	position: absolute;
	right: -20px;
	top: 10px;
	width: 65px;
	z-index: -1;
}
.eight-degree-pro-testimonial .eight-degree-pro-client-image.round {
	border: 10px solid #eee;
	border-radius: 100%;
	height: 150px;
	overflow: hidden;
	width: 150px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
}
.eight-degree-pro-testimonial .eight-degree-pro-client-image.round img {
	border-radius: 0;
}
.eight-degree-pro-testimonial .eight-degree-pro-client-testimonial-heading {
	margin-top: 10px;
}
.eight-degree-pro-testimonial .eight-degree-pro-client-testimonial-heading .eight-degree-pro-client-name {
	font-weight: bold;
	line-height: 20px;
	margin: 0;
}
.eight-degree-pro-testimonial .eight-degree-pro-client-testimonial-heading .eight-degree-pro-client-position {
	font-size: 13px;
	font-style: italic;
	line-height: 20px;
	margin: 12px 0;
}
.eight-degree-pro-testimonial .eight-degree-pro-client-testimonial::before {
	border-bottom: 30px solid #eee;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	content: "";
	left: 130px;
	position: absolute;
	top: -30px;
	transform: skew(50deg);
	-webkit-transform: skew(50deg);
}
.eight-degree-pro-client-image.square + .eight-degree-pro-client-testimonial::before {
	left: 155px;
}
.eight-degree-pro-testimonial .eight-degree-pro-client-testimonial {
	background: #eee none repeat scroll 0 0;
	border-radius: 5px;
	margin-top: 20px;
	padding: 10px 20px 20px;
	position: relative;
}
.sidebar .eight-degree-pro-testimonial .eight-degree-pro-client-testimonial {
	float: none;
	width: 100%;
	border-left: none;
	padding-left: 0;
	margin-left: 0;
	border-top: 2px dashed #cecece;
	padding-top: 10px;
}
.sidebar .eight-degree-pro-testimonial .eight-degree-pro-client-image.round, 
.sidebar .eight-degree-pro-testimonial .eight-degree-pro-client-image.square {
	float: none;
	margin: 0 auto 20px;
}

/*------------------------ TESTIMONIAL SQUARE LAYOUT ----------------------------*/
.eight-degree-pro-testimonial .eight-degree-pro-client-image.square {
	border: 10px solid #eee;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
	height: 150px;
	width: 150px;
	overflow: hidden;
}

/*------------------------------------------------------------------
SHORTCODE TEAM MEMBER LAYOUT
-------------------------------------------------------------------*/
.eight-degree-pro-team {
	margin-top: 30px;
	text-align: center;
}
.eight-degree-pro-team .team-image-wrap {
	margin-bottom: 30px;
	text-align: center;
}
.eight-degree-pro-team .eight-degree-pro-member-image.round {
	border: 2px solid #fff;
	border-radius: 100%;
	box-shadow: 0 0 0 10px #ccc;
	height: 250px;
	margin: 0 auto 20px;
	width: 250px;
	overflow: hidden;
}
.eight-degree-pro-team .eight-degree-pro-member-image.round img {
	border-radius: 0;
}
.eight-degree-pro-team .eight-degree-pro-member-name {
	color: #333;
	font-size: 18px;
	margin-bottom: 0;
}
.eight-degree-pro-team .eight-degree-pro-member-position {
	font-size: 14px;
	font-style: italic;
	margin: 10px 0 12px;
}
/*------------------------ TEAM SQUARE LAYOUT ----------------------------*/
.eight-degree-pro-team .eight-degree-pro-member-image.square {
	border: 2px solid #fff;
	box-shadow: 0 0 0 10px #ccc;
	height: 250px;
	margin: 0 auto 20px;
	overflow: hidden;
	width: 260px;
}

/*----------------------------------------------------------------
SOCIAL SHORTCODE LAYOUT
-----------------------------------------------------------------*/
.social-shortcode a {
	background: #ccc none repeat scroll 0 0;
	border-radius: 5px;
	display: inline-block;
	font-size: 22px;
	height: 50px;
	line-height: 54px;
	margin-right: 5px;
	position: relative;
	text-align: center;
	width: 50px;
}
.social-shortcode a:after {
	background: #3c6abb none repeat scroll 0 0;
	border-radius: 5px;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	transform: scale(0);
	-webkit-transform: scale(0);
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	width: 100%;
}
.social-shortcode a:hover {
	border-radius: 100%;
}
.social-shortcode a:hover:after {
	content: "";
	color: #fff;
	transform: scale(1);
	-webkit-transform: scale(1);
	border-radius: 100%;
}
.social-shortcode .fa {
	position: relative;
	transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	color: #3c6abb;
}
.social-shortcode a:hover .fa {
	color: #fff;
	z-index: 1;
}

/*------------------------------------------------------------
TOGGLE SHORTCODE LAYOUT
-------------------------------------------------------------*/
.eight_degree_pro_toggle {
	margin-bottom: 20px;
}
.eight_degree_pro_toggle .eight_degree_pro_toggle_title {
	background: #ddd none repeat scroll 0 0;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0);
	color: #333;
	cursor: pointer;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 5px 20px 5px 40px;
	position: relative;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.eight_degree_pro_toggle .eight_degree_pro_toggle_title:before {
	content: "\f067";
	font-family: fontawesome;
	position: absolute;
	left: 15px;
	top: 7px;
	transition: all ease-in-out 0.3s;
	-webkit-transition: all ease-in-out 0.3s;
}
.eight_degree_pro_toggle.open .eight_degree_pro_toggle_title:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.eight_degree_pro_toggle .eight_degree_pro_toggle_title:hover, .eight_degree_pro_toggle_title:hover {
	background: #3c6abb none repeat scroll 0 0;
	color: #fff;
}

.eight_degree_pro_toggle .eight_degree_pro_toggle_title_content {
	background: #f1f1f1 none repeat scroll 0 0;
	padding: 20px;
}

/*-------------------------------------------------------------
CALL TO ACTION SHORTCODE LAYOUT
--------------------------------------------------------------*/
.eight_degree_pro_call_to_action.center {
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.eight_degree_pro_call_to_action .eight_degree_pro_call_to_action_content {
	display: inline-block;
	padding-right: 30px;
	vertical-align: middle;
	width: 70%;
}
.eight_degree_pro_call_to_action .eight_degree_pro_call_to_action_button {
	background: #3c6abb;
	border: 2px solid #3c6abb;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0);
	display: inline-block;
	padding: 10px 30px;
	font-size: 20px;
	font-weight: 400;
	position: relative;
	color: #fff;
	text-align: center;
	border-radius: 40px;
	vertical-align: middle;
	text-decoration: none;
}
.eight_degree_pro_call_to_action.center .eight_degree_pro_call_to_action_content {
	width: 100%;
	margin-bottom: 20px;
}
.eight_degree_pro_call_to_action .eight_degree_pro_call_to_action_button:hover {
	background: transparent;
	color: #3c6abb;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.sidebar .eight_degree_pro_call_to_action .eight_degree_pro_call_to_action_content {
	padding-right: 0;
	width: 100%;
	margin-bottom: 20px; 
}

/*--------------------------------------------------------------
SLIDER SHORTCODE LAYOUT
---------------------------------------------------------------*/
.shortcode-slider {
	position: relative;
	overflow: hidden;
}
.shortcode-slider .bx-caption {
	background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	left: 0;
	padding: 10px;
	position: absolute;
	right: 0;
	font-weight: 500;
}
.shortcode-slider:hover .bx-controls-direction a {
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.shortcode-slider:hover .bx-controls-direction .bx-prev {
	left: 0;
}
.shortcode-slider:hover .bx-controls-direction .bx-next {
	right: 0;
}

/*----------------------------------------------------------
TABS GROUP
-----------------------------------------------------------*/
.eight_degree_pro_shortcode_tab_wrap.horizontal .tab-title {
	background: #fff;
	font-size: 14px;
	font-weight: 600;
	display: inline-block;
	border: 1px solid #ddd;
	border-bottom: none;
	border-right: none;
	padding: 8px 25px;
	cursor: pointer;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.eight_degree_pro_shortcode_tab_wrap.horizontal .tab-title:last-child {
	border-right: 1px solid #ddd;
}
.eight_degree_pro_shortcode_tab_wrap.horizontal .eight_degree_pro_shortcode_tab_group .tab-title:hover, 
.eight_degree_pro_shortcode_tab_wrap.horizontal .eight_degree_pro_shortcode_tab_group .active{
	background: #3c6abb;
	border-color: #3c6abb;
	color: #fff;
}
.eight_degree_pro_tab_content .eight_degree_pro_tab {
	display: none;
}
.eight_degree_pro_tab_content {
	font-size: 16px;
	line-height: 24px;
	padding: 15px;
	border: 1px solid #ddd;
}
.eight_degree_pro_shortcode_tab_wrap.horizontal .eight_degree_pro_shortcode_tab > img {
	margin-bottom: 10px;
}
.eight_degree_pro_shortcode_tab_content .eight_degree_pro_tab {
	display: none;
}
.eight_degree_pro_shortcode_tab_content {
	font-size: 14px;
	line-height: 24px;
	padding: 20px 22px 15px;
	border: 1px solid #ddd;
}
/*--------------------- VERTICLE TABS GROUP -----------------------*/
.eight_degree_pro_shortcode_tab_wrap.vertical .eight_degree_pro_shortcode_tab_group {
	float: left;
	width: 30%;
}
.eight_degree_pro_shortcode_tab_wrap.vertical .tab-title {
	border: 1px solid #ddd;
	border-bottom: medium none;
	padding: 8px 10px;
	cursor: pointer;
	position: relative;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.eight_degree_pro_shortcode_tab_wrap.vertical .tab-title:after {
	content: "";
	border-right: 5px solid #fff;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
	opacity: 0;
	visibility: hidden;
}
.eight_degree_pro_shortcode_tab_wrap.vertical .tab-title:hover:after, 
.eight_degree_pro_shortcode_tab_wrap.vertical .tab-title.active:after {
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}
.eight_degree_pro_shortcode_tab_wrap.vertical .tab-title:hover, 
.eight_degree_pro_shortcode_tab_wrap.vertical .tab-title.active {
	background: #3c6abb;
	color: #fff;
	border-right: none;
}
.eight_degree_pro_shortcode_tab_wrap.vertical .tab-title.active {
	border-right: none;
}
.eight_degree_pro_shortcode_tab_wrap.vertical .tab-title:last-child {
	border-bottom: 1px solid #ddd;
}
.eight_degree_pro_shortcode_tab_wrap.vertical .tab-title.active{
	position: relative;
}
.eight_degree_pro_shortcode_tab_wrap.vertical .eight_degree_pro_shortcode_tab_content {
	border: medium none;
	float: left;
	padding: 0 0 0 20px;
	width: 70%;
}

/*----------------------------------------------------
LIST ITEMS 
-----------------------------------------------------*/
ul.eight-degree-pro-list {
	margin: 0;
	padding: 0;
	list-style: outside none none;
}
ul.eight-degree-pro-list li {
	padding-left: 20px;
	position: relative;
	margin-bottom: 5px;
	display: block;
}
ul.eight-degree-pro-list.eight_degree_pro-list1 li::before {
	content: "\f0e7";
	font-family: fontawesome;
	left: 0;
	position: absolute;
}
ul.eight-degree-pro-list.eight_degree_pro-list2 li::before {
	content: "\f08d";
	font-family: fontawesome;
	left: 0;
	position: absolute;
}
ul.eight-degree-pro-list.eight_degree_pro-list3 li::before {
	content: "";
	font-family: fontawesome;
	left: 0;
	position: absolute;
}
ul.eight-degree-pro-list.eight_degree_pro-list4 li::before {
	content: "\f005";
	font-family: fontawesome;
	left: 0;
	position: absolute;
}
ul.eight-degree-pro-list.eight_degree_pro-list5 li::before {
	content: "\f0f2";
	font-family: fontawesome;
	left: 0;
	position: absolute;
}
ul.eight-degree-pro-list.eight_degree_pro-list6 li::before {
	background: #666 none repeat scroll 0 0;
	content: "";
	height: 7px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 7px;
}


/*error page starts here*/

#primary .site-main .error-404.not-found .page-content {
	text-align: center;
	margin-top: 0;
}

#primary .site-main .error-404.not-found .page-content .error-404-text h1 {
	font-size: 10em;
	font-weight: 900;
	margin: 0;
	line-height: 0.8;
}

#primary .site-main .error-404.not-found .page-content .error-404-text {
	color: #ddd;
	font-size: 20px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
}

#primary .site-main .error-404.not-found .page-content .error-404-text p {
	content: "";
	position: absolute;
	font-weight: 500;
	word-break: break-all;
	right: 7px;
	top: 5px;
	line-height: 17px;
	display: inline-block;
	width: 15px;
	margin: 0;
	color: #363636;
	font-family: 'Ubuntu', sans-serif;
}

/*error page ends here*/

/*------------- socail icon widget starts here ---------------*/

.widget_eight_degree_pro_social_icons .widget-social-icons li{
	float: left;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border: 1px solid #3c6abb;
	margin: 5px 10px 5px 0;
}

.sidebar .widget_eight_degree_pro_social_icons .widget-social-icons li i {
	padding-right: 0;
	color: #3c6abb;
}

.sidebar .widget_eight_degree_pro_social_icons .widget-social-icons li:hover {
	background-color: #3c6abb;
}

.sidebar .widget_eight_degree_pro_social_icons .widget-social-icons li:hover i {
	color: #f5f5f5;
}

.sidebar .widget_eight_degree_pro_loader,
.sidebar .widget_eight_degree_pro_counter,
.sidebar .widget_eight_degree_pro_pricing {
	width: 100%;
	float: none;
}

/*------------- socail icon widget ends here ---------------*/



/*------------- gallery widget starts here -----------------*/

.widget_media_gallery .gallery {
	margin-bottom: 0;
	margin-top: 25px;
}

.widget_media_gallery .gallery figure {
	margin: 0;
	padding: 1%;
}

.widget_media_gallery .gallery figure img {
	display: block;
}

/*------------- gallery widget ends here -----------------*/

/*---------------------------------------------- team page starts here -----------------------------------------------*/

.team-page.list .team-post {
	width: 100%;
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.team-page.list .team-post:hover {
	-webkit-box-shadow: unset;
	box-shadow: unset;
}

.team-page.list .team-post figure {
	float: left;
	width: 30%;
}

.team-page.list .team-post .team-content-wrap {
	float: left;
	width: 70%;
	text-align: left;
	padding: 20px 30px;
}

.team-page.list .team-post .team-content-wrap .team-social a:first-child {
	padding-left: 0;
}

.team-single-detail-page .team-single-image-detail {
	float: left;
	width: 30%;
}

.team-single-detail-page .team-single-content-wrap {
	float: left;
	width: 70%;
	padding-left: 40px;
}

.team-single-detail-page .team-single-content-wrap .team-title{
	font-size: 30px;
	margin: 0;
	text-transform: uppercase;
}

.team-single-detail-page .team-single-content-wrap .team-title a {
	text-decoration: none;
	color: #404040;
}

.team-single-detail-page .team-single-content-wrap .ed-designation {
	margin-top: 0;
	color: #3c6abb;
}

.team-single-detail-page .team-single-content-wrap .team-single-content {
	color: #8a8a8a;
}

.team-single-detail-page .team-single-details {
	padding: 20px;
	-ms-word-break: break-word;
	word-break: break-word;
}

.team-single-detail-page .team-single-image-detail figure {
	margin: 0;
}

.team-single-detail-page .team-single-details p {
	margin: 0;
}

.team-single-detail-page .team-phone-details-wrap ,
.team-single-detail-page .team-mail-details {
	margin-bottom: 10px;
}

.team-single-detail-page .team-phone-details-wrap i ,
.team-single-detail-page .team-mail-details i {
	display: inline-block;
	vertical-align: top;
	padding-right: 10px;
}

.team-single-detail-page .team-phone-details-wrap .team-phone-details,
.team-single-detail-page .team-mail-details .team-mail-details{
	display: inline-block;
	vertical-align: top;
}

/*---------------------------------------------- team page ends here -----------------------------------------------*/

/*---------------------------------------------- search page starts here -------------------------------------------*/
.search-results article {
	background-color: #f5f5f5;
	padding: 30px;
}
.search-results article h2 {
	font-size: 24px;
	font-weight: 300;
	margin-top: 17px;
	margin-bottom: 0;
	text-transform: capitalize;
}
.search-results article h2 a {
	color: #363636;
	text-decoration: none;
	font-size: 22px;
	font-weight: 400;
}
.search-results article .entry-summary {
	margin-top: 0;
}
#primary.content-area p {
	font-size: 16px;
	color: #666;
	line-height: 24px;
	font-weight: 300;
}

#primary.content-area .comment-form p {
	margin-top: 15px;
	margin-bottom: 15px;
}

#primary.content-area p.comment-form-comment {
	float: left;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 12px;
}

#primary.content-area p.form-submit {
	float: left;
}

.header-layout2 .no-results.not-found .search-form label input[type="search"] {
	border: 1px solid #ccc;
	color: #000;
}

.no-results.not-found .page-title {
	position: relative;
	border-bottom: 3px solid #ddd;
}


.widget .ed-search, .content-area .ed-search {
	display: block;
	width: 100%;
	padding: 0;
	position: static;
	background: none;
	-moz-transition: all 0.35s ease 0s;
	opacity: 1;
	visibility: visible;
}

aside.widget p {
	margin: 0;
}

.widget .search-icon > .fa-search,
.widget .search-icon > .fa-close,
.no-results.not-found .page-content .search-icon > .fa-search,
.no-results.not-found .page-content .search-icon > .fa-close {
	display: none;
}
.no-results.not-found .page-content .search-icon label {
	float: left;
	width: 85%;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
}
.no-results.not-found .page-content .search-icon label input {
	height: 50px;
	width: 100%;
	font-size: 20px;
}
.no-results.not-found button.search-submit {
	background: #1c9cdb;
	width: 15%;
	color: #fff;
	font-size: 25px;
	line-height: 50px;
	height: 50px;
	padding: 0;
	border-radius: 0;
}

.no-results.not-found .page-content .search-icon label input {
	padding: 0 10px;
}

#primary.content-area .no-results.not-found .page-content p {
	font-size: 18px;
	color: #a8a8a8;
	margin: 5px 0;
	line-height: 25px;
	font-weight: 300;
}

/*---------------------------------------------- search page ends here ---------------------------------------------*/

/*-------------------------------------- calendar starts here -------------------------------------------*/
.widget_calendar #wp-calendar tr td#today,
.widget_calendar #wp-calendar thead tr th {
	background-color: #3c6abb;
	color: #FFF;
}
.widget_calendar #wp-calendar thead tr th {
	padding: 6px 0 3px;
}
.widget_calendar #wp-calendar tr td {
	text-align: center;
	padding: 3px 0;
}

.widget_calendar #wp-calendar tbody tr td a {
	color: #3c6abb;
	text-decoration: none;
	font-weight: 600;
}

.widget_calendar #wp-calendar tfoot tr td#prev {
	text-align: left;
}
.widget_calendar #wp-calendar tfoot tr td#next {
	text-align: right;
}
.widget_calendar #wp-calendar tfoot tr td#prev a ,
.widget_calendar #wp-calendar tfoot tr td#next a {
	text-decoration: none;
	color: #3c6abb;
	font-weight: 600;
}

.widget_calendar .calendar_wrap {
	margin-top: 15px;
}

/*-------------------------------------- calendar ends here -------------------------------------------*/

/*---------------------------------------widget pro loader start here ---------------------------------*/
.widget_eight_degree_pro_loader .ed-loader .widget-title,
.widget_eight_degree_pro_loader .ed-loader .ed-loader-description {
	padding-left: 0;
}

.widget_eight_degree_pro_loader .ed-loader {
	text-align: center;
}

.widget_eight_degree_pro_loader .ed-loader .widget-title {
	font-size: 18px;
	font-family: 'Hind', sans-serif;
	font-weight: 700;
}
/*---------------------------------------widget pro loader ens here -----------------------------------*/

/*header submenu shadow start here*/
nav.main-navigation .ed-menu > div > ul > li:hover ul.sub-menu,
nav.main-navigation .ed-menu > div > ul > li:hover ul.children {
	-webkit-box-shadow: 5px 5px 10px rgba(64,64,64,.3);
	box-shadow: 5px 5px 10px rgba(64,64,64,.3);
}
/*header submenu shadow ends here*/

/*--------------- testimonial page starts here -----------------*/
.testimonial-page .testimonial-post-wrap .testimonial-post {
	float: left;
	width: 50%;
	padding-right: 10px;
	padding-bottom: 100px;
}
.testimonial-page .testimonial-post-wrap .testimonial-post:nth-child(2n+1) {
	clear: left;
}
/*--------------- testimonial page ends here -------------------*/

/*----------------------------- service page starts here ----------------------------------*/
.right-sidebar .service-page.ed-service-section.layout2 .service-post-wrap .service-post,
.left-sidebar .service-page.ed-service-section.layout2 .service-post-wrap .service-post {
	width: 50%;
}

.right-sidebar .service-page.ed-service-section.layout2 .service-post-wrap .service-post:nth-child(2n+1),
.left-sidebar .service-page.ed-service-section.layout2 .service-post-wrap .service-post:nth-child(2n+1) {
	clear: left;
}

.right-sidebar .service-page.ed-service-section.layout2 .service-post-wrap .service-post:nth-child(3n+1),
.left-sidebar .service-page.ed-service-section.layout2 .service-post-wrap .service-post:nth-child(3n+1) {
	clear: none;
}

.service-page.ed-service-section.layout2 {
	padding: 0;
	padding-left: 40px;
}
/*----------------------------- service page ends here ------------------------------------*/

/*----------------------------- portfolio page starts here --------------------------------*/
.portfolio-single-image-detail {
	display: inline-block;
	width: 40%;
	vertical-align: top;
	padding-right: 20px;
}

.portfolio-single-image-detail figure {
	margin: 0;
}

.portfolio-single-content-wrap {
	display: inline-block;
	width: 59%;
	vertical-align: top;
}

.portfolio-single-content-wrap .portfolio-title {
	margin: 0;
	font-size: 30px;
}

.portfolio-single-content-wrap .portfolio-title a {
	text-decoration: none;
	color: #000;
}

.portfolio-single-content-wrap .single-portfolio-category {
	display: block;
	font-weight: 600;
	color: #3c6abb;
}

/*----------------------------- portfolio page ends here ----------------------------------*/



/*post navigation css starts here*/
.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%;
	padding: 0 32px 0 0;
}

.site-main .nav-links .nav-previous a, 
.site-main .nav-links .nav-next a, 
.archive-page.medium-image .navigation.posts-navigation .nav-links .nav-previous a {
	text-decoration: none;
	color: #3c6abb;
	font-size: 16px;
	float: left;
	position: relative;
	padding: 0 0 0 50px;
	line-height: 22px;
	font-weight: 500;
}

.site-main .nav-links .nav-next a {
	float: right;
	padding: 0 18px 0 0;
}

.site-main .nav-links .nav-previous a:before, 
.site-main .nav-links .nav-next a:after {
	content: "\f177";
	position: absolute;
	font-family: fontawesome;
	font-size: 15px;
	left: 13px;
	top: 0;
	bottom: 0;
	right: 0;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.site-main .nav-links .nav-next a:after {
	content: "\f178";
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.4s;
	transition-duration: 0.4s;
	-webkit-transition-property: transform;
	transition-property: transform;
}
.site-main .nav-links .nav-previous a:hover:before {
	-webkit-transform: translateX(-8px);
	transform: translateX(-8px);
}
.site-main .nav-links .nav-next a:hover:after {
	-webkit-transform: translateX(8px);
	transform: translateX(8px);
}
/*post navigation css ends here*/

img {
	display: block;
	margin: auto;
}

/*single page from service starts here*/
.service-single-detail-page .service-single-content-wrap {
	margin: 30px 0;
	display: inline-block;
	width: 69%;
	vertical-align: top;
}

.service-single-detail-page .service-single-image-detail {
	display: inline-block;
	width: 30%;
	vertical-align: top;
}

.service-single-detail-page.no-image .service-single-content-wrap {
	width: 100%;
}

.service-single-detail-page .service-single-content-wrap i {
	display: block;
	width: 90px;
	height: 90px;
	color: #3c6abb;
	border: 1px solid #ccc;
	line-height: 90px;
	text-align: center;
	font-size: 40px;
}
.service-single-detail-page .service-single-content-wrap .service-single-content-innerwrap {
	margin-left: 16px;
	border-left: 1px solid #ccc;
	padding: 40px 40px 0;
}

.service-single-detail-page .service-single-content-wrap .service-single-content-innerwrap .service-title {
	margin: 0;
}

.service-single-detail-page .service-single-content-wrap .service-single-content-innerwrap .service-title a {
	text-decoration: none;
	color: #262626;
	font-weight: 500;
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
}
/*single page from service ends here*/

/*progress bar widget starts here*/
.widget_eight_degree_pro_progress_bar .ed-progress-bar {
	background-color: #fff;
	line-height: 15px;
	margin-top: 5px;
}
.widget_eight_degree_pro_progress_bar .ed-progress-bar-percentage {
	height: 15px;
	vertical-align: top;
	background-color: #3c6abb;
}
.widget_eight_degree_pro_progress_bar .ed-progress-bar-percentage {
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-background-size: 40px 40px;
	-moz-background-size: 40px 40px;
	-o-background-size: 40px 40px;
	background-size: 40px 40px;
	animation: progress-bar 2s linear infinite; 
}
@keyframes progress-bar {
	100% {
		background-position: 40px 0;
	}
}

.widget_eight_degree_pro_progress_bar .ed-progress-bar-text h5 {
	margin: 0;
	font-size: 18px;
	display: inline-block;
	padding-right: 50px;
}

.widget_eight_degree_pro_progress_bar .ed-progress-bar-text {
	position: relative;
}

.widget_eight_degree_pro_progress_bar .ed-progress-bar-text .widget-percent {
	position: absolute;
	right: 0;
}
/*progress bar widget ends here*/

/*widget pro team starts here*/
.widget_eight_degree_pro_team .member-social-group {
	padding-top: 25px;
}
.widget_eight_degree_pro_team .member-social-group a {
	text-decoration: none;
	padding: 0 10px;
	text-align: center;
	color: #000;
}

.widget_eight_degree_pro_team .member-social-group a:first-child {
	padding-left: 0;
}

.widget_eight_degree_pro_team .member-social-group a:last-child {
	padding-right: 0;
}

.widget_eight_degree_pro_team .member-social-group a:hover {
	color: #3c6abb;
}

.widget_eight_degree_pro_team .eight_degree_pro-member-name {
	font-size: 26px;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
	margin: 10px 0 0;
}

.widget_eight_degree_pro_team .eight_degree_pro-member-position {
	margin: 0 0 20px;
}
/*widget pro team ends here*/

/*widget nav menu starts here*/
.widget_nav_menu .menu ul {
	padding-left: 25px;
}
/*widget nav menu ends here*/

/*widget product category starts here*/
.widget_product_categories .nice-select {
	float: none;
	margin-top: 20px;
}

.widget_product_categories .nice-select .list{
	width: 100%;
}
/*widget product category ends here*/

/*widget contact info starts here*/
.widget_eight_degree_pro_contact_info .eight_degree_pro-contact-info-wrapper {
	color: #999;
}
.widget_eight_degree_pro_contact_info .eight_degree_pro-contact-info-wrapper li i {
	display: inline-block;
	vertical-align: top;
	line-height: unset;
	width: 30px;
}
.widget_eight_degree_pro_contact_info .eight_degree_pro-contact-info-wrapper li p{
	display: inline-block;
	vertical-align: top;
	margin: 0;
	line-height: unset;
}
/*widget contact info ends here*/


.widget_eight_degree_pro_cta_simple .cta-title_simple.main-title {
	font-size: 26px;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
}

.widget_eight_degree_pro_cta_simple .banner-btn {
	margin-top: 20px;
	text-decoration: none;
}

.widget_eight_degree_pro_cta_simple .banner-btn a {
	text-decoration: none;
	color: #000;
	background-color: #ccc;
	height: 40px;
	line-height: 40px;
	padding: 0 30px;
	display: inline-block;
	border: 1px solid #ccc;
}

.widget_eight_degree_pro_cta_simple .banner-btn a:hover {
	background-color: transparent;
}

.widget_eight_degree_pro_cta_simple .cta-desc_simple {
	margin-top: 10px;
}

/*video widget starts here*/
.sidebar .widget.widget_eight_degree_pro_cta_video {
	padding: 0;
}

.sidebar .widget.widget_eight_degree_pro_cta_video .video-cta{
	padding: 30px;
}

.widget_eight_degree_pro_cta_video .cta-wrapper {
	position: relative;
}

.widget_eight_degree_pro_cta_video .video-bkg-img {
	position: relative;
}
.widget_eight_degree_pro_cta_video .video-bkg-img .various,
.widget_eight_degree_pro_cta_video .cta-wrapper .various {
	position: absolute;
	left: 50%;
	top: 50%;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	opacity: .5;
	background-color: #000;
	color: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.widget_eight_degree_pro_cta_video .video-bkg-img .various:hover,
.widget_eight_degree_pro_cta_video .cta-wrapper .various:hover {
	opacity: 1;
}

.widget_eight_degree_pro_cta_video .video-bkg-img .various .fa,
.widget_eight_degree_pro_cta_video .cta-wrapper .various .fa{
	position: absolute;
	left: 54%;
	top: 48%;
	transform: translate(-50%, -50%);
}
.widget_eight_degree_pro_cta_video .cta-desc {
	margin-top: 10px;
}
/*video widget ends here*/

/*testiomnial widget starts here*/
.widget_eight_degree_pro_testimonial .eight_degree_pro-client-name {
	margin: 0;
	text-decoration: none;
	color: #262626;
	font-weight: 500;
	font-size: 20px;
	font-family: 'Ubuntu', sans-serif;
	margin: 0;
}

.widget_eight_degree_pro_testimonial .eight_degree_pro-client-position {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	color: #999;
}

.widget_eight_degree_pro_testimonial .eight_degree_pro-client-testimonial {
	margin-left: 16px;
	border-left: 1px solid #ccc;
	padding: 20px 20px 0;
}

.widget_eight_degree_pro_testimonial .eight_degree_pro-client-image{
	display: block;
	width: 90px;
	height: 90px;
	border: 1px solid #ccc;
	line-height: 90px;
	text-align: center;
	font-size: 40px;
	margin: 0;
	-moz-box-shadow: 3px 3px 5px 0px #ccc;
	-webkit-box-shadow: 3px 3px 5px 0px #ccc;
	box-shadow: 3px 3px 5px 0px #ccc;
}

.widget_eight_degree_pro_testimonial .eight_degree_pro-client-message {
	margin-top: 10px;
}
/*testimonial widget ends here*/

/*widget toggle starts here*/
.widget_eight_degree_pro_toggle .eight_degree_pro-toggle-title {
	margin: 0;
	font-size: 18px;
	position: relative;
}

.widget_eight_degree_pro_toggle .eight_degree_pro-toggle-title .pointer {
	position: absolute;
	right: 0;
	top: 0;
}

.widget_eight_degree_pro_toggle .eight_degree_pro-toggle-content {
	margin-top: 20px;
}

.widget_eight_degree_pro_toggle .eight_degree_pro-toggle-title i{
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	display: inline-block;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	cursor: pointer;
}

.widget_eight_degree_pro_toggle .eight_degree_pro-toggle-title.open i{
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
/*widget toggle ends here*/

/*widget category starts here*/
.widget_categories ul.children{
	padding-left: 20px;
	padding-top: 20px;
}
.widget_categories .nice-select {
	float: none;
	margin-top: 10px;
}

.widget_categories .nice-select .list{
	width: 100%;
}
/*widget category ends here*/

/*widget tags starts here*/
.widget_tag_cloud .tagcloud {
	margin-top: 10px;
}

.widget_tag_cloud .tagcloud a {
	text-decoration: none;
	padding: 5px 10px;
	border: 1px solid #ccc;
	color: #f5f5f5;
	display: inline-block;
	vertical-align: bottom;
	margin-bottom: 10px;
	background-color: #ccc;
	margin-right: 10px;
	-webkit-transition: .1s;
	-moz-transition: .1s;
	-ms-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}

.widget_tag_cloud .tagcloud a:hover {
	-webkit-box-shadow: 5px 5px 10px rgba(64,64,64,.5);
	box-shadow: 5px 5px 10px rgba(64,64,64,.5);
}
/*widget tags ends here*/

/*blog single page starts here*/
.single-post .entry-content .single-entry-meta a ,
.single-post .entry-content .single-entry-meta span {
	text-decoration: none;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Ubuntu', sans-serif;
	color: #222;
	display: inline-block;
	padding-right: 10px;
}

.single-post .entry-content p {
	font-size: 18px;
	font-family: 'Ubuntu', sans-serif;
	color: #888;
}

.site-main .eight-degree-pro-author-wrapper figure {
	float: left;
	border-radius: 50%;
	margin: 0;
	overflow: hidden;
	height: 150px;
	width: 150px;
}

.site-main .eight-degree-pro-author-wrapper .author-wrapper {
	float: left;
	width: calc(100% - 170px);
	margin: 0 0 0 20px;
}

#primary .site-main .eight-degree-pro-author-wrapper .author-wrapper .author-title{
	margin: 0 0 0px;
	font-size: 20px;
	color: #808080;
	font-weight: 400;
}

#primary .site-main .eight-degree-pro-author-wrapper .author-wrapper .author-name{
	color: #262626;
	font-size: 17px;
	text-transform: capitalize;
	font-weight: 400;
}

.site-main .eight-degree-pro-author-wrapper .author-wrapper .author-detail {
	font-size: 15px;
	color: #808080;
	display: inline-block;
	line-height: 30px;
	font-weight: 400;
}
#primary .site-main .eight-degree-pro-related-wrapper .related-post-title,
#primary .site-main .eight-degree-pro-related-wrapper .related-title {
	font-size: 34px;
	font-weight: 400;
	color: #363636;
	position: relative;
	text-align: center;
	margin: 5px 0;
}

#primary .site-main .eight-degree-pro-related-wrapper .related-posts-wrapper .related-single {
	width: 32%;
	float: left;
	margin-right: 2%;
}

#primary .site-main .eight-degree-pro-related-wrapper .related-posts-wrapper .related-single:nth-child(3n) {
	margin-right: 0;
}

#primary .site-main .eight-degree-pro-related-wrapper .related-posts-wrapper .related-single:nth-child(3n+1) {
	clear: left;
}
#primary .site-main .eight-degree-pro-related-wrapper .related-post-title {
	text-align: left;
	font-size: 24px;
}
#primary .site-main .eight-degree-pro-related-wrapper .related-post-title a {
	display: block;
	text-decoration: none;
	color: #363636;
}
#primary .site-main .eight-degree-pro-related-wrapper .related-posts-wrapper .related-single span {
	color: #808080;
	font-weight: 400;
	margin-bottom: 10px;
	display: block;
	font-size: 15px;
}
#primary .site-main .eight-degree-pro-related-wrapper .related-post-content {
	border-top: 1px solid #000;
}
.site-main .eight-degree-pro-related-wrapper {
	margin-bottom: 40px;
}
.site-main .comments-area .comments-title {
	border-bottom: 1px solid #ddd;
	margin: 0px 0 15px 0;
	padding-bottom: 5px;
	font-weight: 400;
}
.site-main .comments-area ol {
	list-style: outside none;
	margin: 0;
	padding: 0;
}
.site-main .comments-area ol li .children {
	padding-left: 26px !important;
}
.site-main .comments-area ol li .comment-body .comment-author img{
	display: inline-block;
}
.site-main .comments-area ol li article .comment-meta .comment-metadata {
	font-style: italic;
	margin-top: 10px;
	font-size: 14px;
	text-decoration: underline;
}
.site-main .comments-area ol li article .comment-meta .comment-metadata a {
	color: #000;
}
.reply a {
	font-size: 11px;
	font-weight: bold;
	background: #ddd none repeat scroll 0 0;
	display: inline-block;
	padding: 3px 10px;
	color: #636363;
	text-decoration: none;
}
.reply a:hover {
	background-color: #3c6abb;
	color: #fff;
}
.site-main .comments-area ol li article {
	margin-bottom: 25px;
}

.single-post #primary figure {
	margin-top: 0;
}

#primary .comment-respond .comment-form-author label,
#primary .comment-respond .comment-form-email label,
#primary .comment-respond .comment-form-url label,
#primary .comment-respond .comment-form-comment label {
	display: none;
}

#primary .comment-respond .comment-form-author input,
#primary .comment-respond .comment-form-email input,
#primary .comment-respond .comment-form-url input{
	padding: 0 10px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
}

#primary .comment-respond .comment-form-comment textarea {
	padding: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
}

#primary .comment-respond .comment-form-author,
#primary .comment-respond .comment-form-email,
#primary .comment-respond .comment-form-url {
	width: 32%;
	float: left;
}

#primary.content-area .comment-form .comment-notes {
	margin: 10px 0 5px;
}

#primary.content-area .comment-form .comment-form-cookies-consent {
	width: 100%;
	float: left;
}

#primary .comment-respond .comment-form-author,
#primary .comment-respond .comment-form-email {
	margin-right: 2%;
}
#primary .form-submit input[type="submit"] {
	padding: 14px 20px 12px;
	background-color: #3c6abb;
	border-color: #3c6abb;
	-webkit-border-radius: 0;
	border-radius: 0;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#primary .form-submit input[type="submit"]:hover {
	background-color: transparent;
	color: #3c6abb;
}

.logged-in-as a{
	text-decoration: none;
	color: #3c6abb;
}
/*blog single page ends here*/

/*------------------------------shop page starts here -------------------------------*/
.page-wrapper > .ed-container {
	margin: 25px auto;
}

.nice-select .list {
	margin: 0;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	width: 32%;
	margin: 0 2% 2% 0;	
}

.woocommerce ul.products li.product:nth-child(3n), 
.woocommerce-page ul.products li.product:nth-child(3n) {
	margin-right: 0;
}

.section.ed-shop-section .eight-degree-pro-product-wrap li .woocommerce-loop-product__title,
.woocommerce ul.products li.product .woocommerce-loop-category__title, 
.woocommerce ul.products li.product .woocommerce-loop-product__title, 
.woocommerce ul.products li.product h3{
	color: #8c8c8c;
	font-size: 16px;
	font-weight: 400;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.section.ed-shop-section .eight-degree-pro-product-wrap li .woocommerce-loop-product__title{
	margin: 20px 0 0;
	padding: .5em 0;
}
.section.ed-shop-section .eight-degree-pro-product-wrap li .woocommerce-LoopProduct-link{
	text-decoration: none;
}

.widget_eight_degree_pro_product .eight-degree-pro-product-wrap li.product .price,
.section.ed-shop-section .eight-degree-pro-product-wrap li .woocommerce-Price-amount,
.woocommerce ul.products li.product .price {
	color: #23232c;
	font-size: 16px;
	margin-bottom: 0;
	position: relative;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	display: block;
}

.woocommerce ul.products li.product .button{
	margin-top: 0;
}

.section.ed-shop-section .eight-degree-pro-product-wrap li .button.add_to_cart_button,
.woocommerce a.button.add_to_cart_button {
	padding: 5px 0;
	font-weight: 500;
	font-size: 16px;
	background-color: unset;
	opacity: 0;
	visibility: hidden;
	border-bottom: 1px solid #ccc;
}
.section.ed-shop-section .eight-degree-pro-product-wrap li .button.add_to_cart_button:before,
.woocommerce a.button.add_to_cart_button:before {
	content: "+";
	padding-right: 5px;
}
.widget_eight_degree_pro_product .eight-degree-pro-product-wrap li.product:hover .price,
.section.ed-shop-section .eight-degree-pro-product-wrap li:hover .woocommerce-Price-amount,
.woocommerce ul.products li.product:hover .price, 
.woocommerce-page ul.products li.product:hover .price {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
}

/*this is shop modification starts*/
.section.ed-shop-section {
	padding: 100px 0;
}
.section.ed-shop-section .eight-degree-pro-product-wrap li .button.add_to_cart_button{
	display: inline-block;
	border-bottom: unset;
	text-decoration: none;
	color: #4c4c4c;
	border-bottom: 1px solid #ccc;
}
.section.ed-shop-section .section-header {
	text-align: center;
	width: 80%;
	margin: 0px auto 60px;
}
.section.ed-shop-section .product-description {
	text-align: center;
	margin: 0 auto 60px;
	width: 80%;
}
/*this is shop modification ends*/
.widget_eight_degree_pro_product .eight-degree-pro-product-wrap li.product:hover .button.add_to_cart_button,
.section.ed-shop-section .eight-degree-pro-product-wrap li:hover .button.add_to_cart_button,
.woocommerce ul.products li.product:hover a.button.add_to_cart_button, 
.woocommerce-page ul.products li.product:hover a.button.add_to_cart_button{
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 1;
	visibility: visible;
}
.widget_eight_degree_pro_product .eight-degree-pro-product-wrap li.product:hover .button.add_to_cart_button:hover,
.section.ed-shop-section .eight-degree-pro-product-wrap li:hover .button.add_to_cart_button:hover,
.woocommerce ul.products li.product:hover a.button.add_to_cart_button:hover, 
.woocommerce-page ul.products li.product:hover a.button.add_to_cart_button:hover{
	color: #3c6abb;
}

.woocommerce ul.cart_list li img, 
.woocommerce ul.product_list_widget li img {
	width: 80px;
}

aside.widget_price_filter .widget-title {
	font-size: 18px;
	color: #201f1f;
	position: relative;
	font-weight: 500;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #323232;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
	border: 5px solid #3c6abb;
	background-color: #FFF;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #3c6abb;
}
.woocommerce .widget_price_filter .ui-slider-horizontal {
	height: 5px;
}

.ed-product-loop-thumbnail {
	position: relative;
}

.whislist-quickview {
	position: absolute;
	right: 10px;
	bottom: 0px;
	padding: 0 10px;
	background-color: #FFF;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.widget_eight_degree_pro_product .eight-degree-pro-product-wrap li.product:hover .whislist-quickview ,
.woocommerce ul.products li.product:hover .whislist-quickview , 
.woocommerce-page ul.products li.product:hover .whislist-quickview {
	opacity: 1;
	visibility: visible;
	bottom: 10px;
}
.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistaddedbrowse a,
.yith-wcwl-add-button {
	width: 20px;
	height: 40px;
	background-color: #fff;
	position: relative;
	border-bottom: 1px solid #ccc;
}

.sidebar aside ul li .whislist-quickview a,
.yith-wcwl-add-button a {
	color: transparent;
}

.yith-wcwl-add-button a:after {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "\f08a";
	font-family: FontAwesome;
	color: #4c4c4c;
}

.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistaddedbrowse a {
	position: relative;
	display: inline-block;
	overflow: hidden;
	color: transparent;
	display: inherit;
}
.yith-wcwl-wishlistexistsbrowse a:after,
.yith-wcwl-wishlistaddedbrowse a:after{
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "\f08a";
	font-family: FontAwesome;
	color: red;
}
.yith-wcwl-wishlistexistsbrowse span,
.yith-wcwl-wishlistaddedbrowse span{
	display: none;
}
.widget_eight_degree_pro_product .eight-degree-pro-product-wrap li a.button.yith-wcqv-button,
.woocommerce a.button.yith-wcqv-button {
	height: 40px;
	width: 20px;
	color: transparent;
	background-color: #FFF;
	position: relative;
	-webkit-border-radius: 0;
	border-radius: 0;
	padding: 0;
	line-height: unset;
}
.widget_eight_degree_pro_product .eight-degree-pro-product-wrap li a.button.yith-wcqv-button{
	display: block;
}

.widget_eight_degree_pro_product .eight-degree-pro-product-wrap li a.button.yith-wcqv-button:after,
.woocommerce a.button.yith-wcqv-button:after {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "\f002";
	color: #4c4c4c;
	font-family: FontAwesome;
	font-weight: 300;
}

.yith-wcwl-wishlistexistsbrowse {
	text-align: right;
}

.yith-wcwl-add-to-wishlist {
	margin-top: 0;
}

/*------------------------------shop page ends here -------------------------------*/

/*price widget starts here*/
.woocommerce .widget_price_filter .price_slider_amount .button {
	background-color: #323232;
	color: #fff;
	border-radius: 0;
	font-weight: 400;
}

.woocommerce .widget_price_filter .price_slider_amount .button:hover {
	background-color: #3c6abb;
}
/*price widget ends here*/

/*shortcode slider starts here*/
.shortcode-slider .bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #ddd;
}

.shortcode-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.shortcode-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #3C6ABB;
}

.shortcode-slider .bx-controls-direction .bx-next {
	visibility: hidden;
	opacity: 0;
}
.shortcode-slider .bx-controls-direction .bx-prev {
	visibility: hidden;
	opacity: 0;
}
.shortcode-slider:hover .bx-controls-direction .bx-next {
	right: 10px;
	opacity: 1;
	visibility: visible;
}
.shortcode-slider:hover .bx-controls-direction .bx-prev {
	left: 10px;
	opacity: 1;
	visibility: visible;
}
/*shortcode slider ends here*/

/*shop page single page starts here*/

.woocommerce table.wishlist_table thead th, 
.woocommerce table.wishlist_table tbody td{
	text-align: center;
}

.woocommerce .product-name a {
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #4c4c4c;
}

.woocommerce .product-name a.button.yith-wcqv-button {
	display: inline-block;
}

.woocommerce a.remove {
	width: 20px;
	height: 20px;
	line-height: 20px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
	background-color: red;
}

.woocommerce .product-remove a.remove {
	height: 30px;
	width: 30px;
	line-height: 35px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-checkout table.cart img {
	width: 80px;
}

.woocommerce form table thead {
	background-color: #f5f5f5;
}

.woocommerce #respond input#submit.alt, 
.woocommerce a.button.alt, 
.woocommerce button.button.alt, 
.woocommerce input.button.alt {
	background-color: #3c6abb;
}
.woocommerce #respond input#submit.alt:hover, 
.woocommerce a.button.alt:hover, 
.woocommerce button.button.alt:hover, 
.woocommerce input.button.alt:hover {
	background-color: #222;
}

.entry-footer .post-edit-link {
	text-decoration: none;
	color: #3c6abb;
}

/*shop page single page ends here*/

.ed-bttn.square {
	-webkit-border-radius: 0;
	border-radius: 0;
}
.widget_eight_degree_pro_icon_text .eight_degree_pro-icon-text.style2 .fa,
[class^="flaticon-"]:before, 
[class*=" flaticon-"]:before, 
[class^="flaticon-"]:after, 
[class*=" flaticon-"]:after {
	font-size: 40px;
}
.comments-link a,
.entry-header .entry-meta a,
.entry-header .entry-title a{
	color: #404040;
}

.comments-link a:hover,
.entry-header .entry-meta a:hover,
.entry-header .entry-title a:hover{
	color: #3c6abb;
}

.entry-header .entry-meta .post-date,
.entry-header .entry-meta .post-category {
	display: inline-block;
	padding-right: 10px;
}

table {
	text-align: center;
}

tbody tr:nth-child(odd) {
	background-color: #d2d2d2;
}

table thead {
	background-color: #3C6ABB;
	color: #fff;
}

.gallery figure img {
	display: inline-block;
}
.header-wrap .ed-container,
.header-middle .ed-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
}
.site-header .site-branding,
.header-middle .site-branding {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-flex-flow: row wrap;
	justify-content: flex-start;
	-webkit-order: 1;
	-ms-order: 1;
	order: 1;
	max-width: 250px;
	margin: 15px 0;
}

.header-layout1 .site-header .site-branding {
	margin: 25px 0;
}
.header-wrap .main-navigation,
.header-wrap .top-header-right,
.header-middle .header-contact-details {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-flex-flow: row wrap;
	justify-content: flex-end;
	-webkit-order: 2;
	-ms-order: 2;
	order: 2;
	width: calc(100% - 204px);
}

.header-layout2 .header-wrap .main-navigation {
	width: 100%;
}
.header-layout3 .header-wrap .main-navigation {
	width: unset;
}

.site-header.right .header-wrap .main-navigation,
.site-header.right .header-wrap .top-header-right,
.site-header.right .header-middle .header-contact-details {
	-webkit-order: 1;
	-ms-order: 1;
	order: 1;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.site-header.right .site-branding {
	-webkit-order: 2;
	-ms-order: 2;
	order: 2;
}
.site-header.center .header-wrap .top-header-right,
.site-header.center .header-middle .header-contact-details {
	-webkit-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
}

.site-header.center .header-wrap nav.main-navigation .ed-search-wrap,
.site-header.center .header-wrap nav.main-navigation .ed-menu,
.header-layout3 .site-header.center .header-sidebar-wrap,
.header-layout3 .site-header.center .social-icons,
.site-header.center .header-middle .header-contact-details .phone-details,
.site-header.center .header-middle .header-contact-details .email-details,
.site-header.center .contact-button {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.site-header.center .contact-button {
	margin-top: 0;
}

.header-layout3 .site-header.center .header-sidebar-wrap,
.header-layout3 .site-header.center .social-icons {
	vertical-align: top;
}

.site-header.center .header-wrap nav.main-navigation .ed-menu{
	width: unset;
}

.site-header.center .site-branding {
	max-width: 100%;
}

.site-header.center .site-branding img {
	margin: auto;
}

.client-post-wrap.owl-carousel {
	z-index: 0;
}

.widget.widget_products .product_list_widget li .product-title {
	padding-top: 25px;
}

.ufbl-form-field-wrap {
	width: calc(50% - 7.5px);
	margin-right: 15px;
	float: left;
}

.ufbl-form-field-wrap:nth-child(2n+1) {
	margin-right: 0;
}

.ufbl-form-field-wrap.ed-message {
	width: 100%;
	display: block;
}

#primary .contact-page-content form input[type="text"],
#primary .contact-page-content form input[type="email"],
#primary .contact-page-content form input[type="text"] {
	display: inline-block;
	background-color: transparent;
	padding: 10px;
}

#primary .contact-page-content form textarea {
	padding: 10px;
}

.eight-degree-pro-author-wrapper {
	margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
	.ufbl-form-field-wrap {
		width: 100%;
	}
}

/*------------------ comment css here ---------------------*/

.comment-body {
	margin: 20px 0;
}

.comment-body .comment-author {
	float: left;
	width: 60px;
}

.comment-body .comment-meta-wrap {
	float: left;
	margin-left: 20px;
	position: relative;
	padding: 15px 20px;
	border: 1px solid #eee;
	width: calc(100% - 80px);
}

.comment-body .comment-meta-wrap .author-reply-wrap {
	position: relative;
	color: #222222;
	line-height: 24px;
	font-size: 16px;
	font-weight: 500;
}

.comment-body .comment-meta-wrap .author-name {
	float: left;
}

.comment-body .comment-meta-wrap .author-name cite{
	font-style: normal;
}

.comment-body .comment-meta-wrap .reply {
	float: right;
}

.comment-body .comment-meta-wrap .reply a {
	margin-right: 5px;
}

.ed-search-wrap .fa-search {
	font-size: 18px;
	line-height: 10px;
}