/*
Theme Name: Excel Business
Theme URI: http://exceltheme.com/wordpress-theme/excel-business/
Author: Excel Theme
Author URI: http://exceltheme.com/
Description: Excel Business is clean, beautiful and powerful multipurpose WordPress theme that can be used to showcase your business. It is fully responsive and renders perfectly in any device. It has different features like social media integration, custom widgets, advance slider to highlight your post. It also has different section like portfolio, testimonial, team and contact.
Version: 1.0.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: excel-business
Tags: Blog, one-column, two-columns, right-sidebar, footer-widgets, custom-background, custom-menu, custom-logo, featured-images, threaded-comments, translation-ready, full-width-template, theme-options

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: #121212;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0;
}

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 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	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/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	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: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 30px;
	margin-top: 0;
}

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 #ee1d24;
	border-radius: 5px;
	background: #ee1d24;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	padding: 10px 35px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: none;
	color: #ee1d24;
}

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 {
	background: none;
	color: #ee1d24;
}

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: #121212;
	border: 1px solid #8b8b8b;
	border-radius: 5px;
	padding: 5px 10px;
	/*text-transform: uppercase;*/
	background: none;
	font-size: 14px;
	outline: none;
}

select {
	border: 1px solid #8b8b8b;
}

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: #121212;
}

textarea {
	width: 100%;
	height: 120px;
	resize: none;
}

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

a:hover,
a:focus {
	color: #ee1d24;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	float: right;
	margin: 16px 0 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	font-weight: 600;
}

.main-navigation ul:after{
	content: '';
	display: block;
	clear: both;
}

.main-navigation ul li {
	float: left;
	position: relative;
	margin-left: 39px;
}

.main-navigation ul li:first-child{
	margin-left: 0;
}

.main-navigation ul li a {
	display: block;
	text-decoration: none;
	color: #121212;
	padding: 0 0 12px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li:hover > a,
.main-navigation ul li:focus > a{
	text-decoration: none;
	color: #ee1d24;
}

.main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: -10px;
	left: 0;
	z-index: 99999;
	width: 200px;
	background: #ee1d24;
	display: none;
}

.main-navigation ul li:hover > ul{
	display: block;
}

.main-navigation ul ul:before{
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ee1d24;
	content: '';
	position: absolute;
	top: -10px;
	left: 10px;
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul ul:before{display: none;}

.main-navigation ul ul li {
	float: none;
	display: block;
	margin: 0;
}

.main-navigation ul ul li a{
	padding: 7px 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
}

.main-navigation ul ul li a:hover,
.main-navigation ul ul li a:focus,
.main-navigation ul ul li:hover > a,
.main-navigation ul ul li:focus > a,
.main-navigation ul ul .current_page_item > a,
.main-navigation ul ul .current-menu-item > a,
.main-navigation ul ul .current_page_ancestor > a,
.main-navigation ul ul .current-menu-ancestor > a{
	background: rgba(255, 255, 255, 0.3);
	color: #fff;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	color: #ee1d24;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

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

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
# 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;
	margin-left: -15px;
	margin-right: -15px;
}

.gallery:after{
	content: "";
	display: block;
	clear: both;
}

.gallery-item {
	float: left;
	text-align: center;
	vertical-align: top;
	width: 100%;
	padding: 0 15px;
	margin: 0 0 1.5em;
}

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

/*=======================================
 General site style
=======================================*/
.site{
	background: #fff;
}

.custom-background .site{
	max-width: 80%;
	margin: 0 auto;
}

.row{
	margin-left: -15px;
	margin-right: -15px;
}

.row:after{
	content: '';
	display: block;
	clear: both;
}

.container{
	max-width: 1170px;
	padding: 0 15px;
	margin: 0 auto;
}

.container:after{
	content: '';
	display: block;
	clear: both;
}

/*=====================================
 Header style
=====================================*/
.site-header .header-t{
	background: #404040;
	color: #fff;
	padding: 5px 0 7px;
}

.site-header .header-t a{color: #fff;}

.site-header .header-t .left{
	float: left;
	width: 50%;
	padding: 0 15px;
}

.site-header .header-t .left .email-link{
	float: left;
	padding-left: 21px;
	margin-top: 2px;
	margin-right: 29px;
	position: relative;
}

.site-header .header-t .left .email-link:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\f003';
	font-family: 'FontAwesome';
	font-size: 13px;
}

.site-header .header-t .left .tel-link{
	float: left;
	padding-left: 20px;
	position: relative;
	margin-top: 3px;
}

.site-header .header-t .left .tel-link:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\f095';
	font-family: 'FontAwesome';
	font-size: 13px;
}

.site-header .header-t .right{
	float: right;
	padding: 0 15px;
	width: 50%;
}

.site-header .header-t .right .btn-search{
	float: right;
	margin-left: 33px;
	position: relative;
}

.site-header .header-t .right .btn-search a:hover,
.site-header .header-t .right .btn-search a:focus{
	text-decoration: none;
	outline: none;
}

.site-header .header-t .right .btn-search .form-holder{
	position: absolute;
    right: 0;
    top: 35px;
    z-index: 1;
    display: none;
}

.site-header .header-t .right .btn-search .form-holder .search-form{
	background: #ededed;
    float: right;
    width: 260px;
}

.site-header .header-t .right .btn-search .form-holder .search-form input[type="search"]{
	background: none;
    border: 0;
    border-radius: 0;
    float: left;
    font-size: 14px;
    margin: 0;
    padding: 4px 0 0 13px;
    width: 200px;
}

.site-header .header-t .right .btn-search .form-holder .search-form input[type="submit"]{
	background: #ee1d24 url("images/bg-search2.png") no-repeat 11px 8px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    float: right;
    height: 31px;
    padding: 0;
    text-indent: -9999px;
    width: 37px;
}

.site-header .header-t .right .social-networks{
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-header .header-t .right .social-networks li{
	float: left;
	margin-left: 25px;
}

.site-header .header-t .right .social-networks li:first-child{margin-left: 0;}

.site-header .header-t .right .social-networks li a:hover,
.site-header .header-t .right .social-networks li a:focus{
	text-decoration: none;
}

.site-header .header-b{
	background: #fff;
	padding: 20px 0 17px;
}

.site-header .site-branding{
	float: left;
	font-weight: 300; 
}

.site-header .site-branding .site-title{
	font-size: 30px;
	line-height: 34px;
	margin: 0;
	font-family: 'Abril Fatface', cursive; 
}

.site-header .site-branding .site-title::first-letter{
	font-size: 45px;
	color: #ee1d24;
}

.site-header .site-branding .site-title a{color: #121212;}

.site-header .site-branding .site-title a:hover,
.site-header .site-branding .site-title a:focus{text-decoration: none;}

.site-header .site-branding .site-description{
	margin: 0;
	font-size: 13px;
}

/*================================
 Banner style
================================*/
.banner{
	position: relative;
}

.banner img{
	width: 100%;
	vertical-align: top;
	height: 811px;
	object-fit: cover;
}

.banner .banner-text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner .banner-text .container{height: 100%;}

.banner .banner-text .table{
	display: table;
	width: 100%;
	height: 100%;
}

.banner .banner-text .table-row{
	display: table-row;
	height: 100%;
}

.banner .banner-text .table-cell{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.banner .banner-text .text-holder{
	max-width: 818px;
	margin: 0 auto;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	line-height: 22px;
	text-transform: uppercase;
	text-align: center;
	padding: 50px 30px;
}

.banner .banner-text .text-holder .title{
	font-size: 40px;
	line-height: 48px;
	font-weight: 800;
	text-transform: none;
	margin: 0 0 15px;
}

.banner .banner-text .text-holder .btn-view{
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background: #ee1d24;
	border: 1px solid #ee1d24;
	display: inline-block;
	padding: 13px 40px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.banner .banner-text .text-holder .btn-view:hover,
.banner .banner-text .text-holder .btn-view:focus{
	background: none;
	text-decoration: none;
	color: #ee1d24;
}

.banner .owl-carousel .owl-nav{margin: 0;}

.banner .owl-carousel .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	left: 0;
	margin: -20px 0 0;
	background: #fff;
	color: #000;
	border-radius: 0 50px 50px 0;
	padding: 10px 20px 10px 10px;
	text-transform: uppercase;
}

.banner .owl-carousel .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	right: 0;
	margin: -20px 0 0;
	background: #fff;
	color: #000;
	border-radius: 50px 0  0 50px;
	padding: 10px 10px 10px 20px;
	text-transform: uppercase;
}

.banner .owl-carousel .owl-dots{
	position: absolute;
	width: 100%;
	bottom: 30px;
}

.banner .owl-carousel .owl-dots .owl-dot span{
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	border-radius: 0;
	margin: 0 5px;
	background: #fff;
}

.banner .owl-carousel .owl-dots .active span,
.banner .owl-carousel .owl-dots .owl-dot span:hover{
	background: #ee1d24;
}

/*==========================
 section header style
==========================*/
.section-header{
	max-width: 750px;
	margin: 0 auto 60px;
	text-align: center;
}

.section-header .section-title{
	font-size: 32px;
	line-height: 38px;
	text-transform: uppercase;
	font-weight: 600;
	color: #ee1d24;
	margin: 0 0 20px;
}

/*============================================
 intro sectio style
===========================================*/
.intro{
	padding: 80px 0 50px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.intro .section-header{margin-bottom: 90px;}

.intro .widget{
	float: left;
	width: 33.3333%;
	padding: 0 15px;
	margin: 0 0 30px;
}

.intro .widget .icon-wrapper{
	padding: 0;
	background: none;
	border-top: 0;
}

.intro .widget .icon-holder{
	width: 165px;
	height: 165px;
	background: #ee1d24;
	text-align: center;
	color: #fff;
	font-size: 50px;
	line-height: 160px;
	margin: 0 auto 70px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	box-shadow: 8px 8px 0 #e8e8e8;
}

.intro .widget .icon-holder .fa,
.intro .widget .icon-holder img{
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.intro .widget .icon-holder img{
	vertical-align: top;
	width: 165px;
	height: 165px;
	object-fit: cover;
}

.intro .widget .text-holder{
	text-align: center;
	padding: 0 5px;
}

/*============================================
 services section style
===========================================*/
.services{
	background: #eee;
	padding: 80px 0;
}

.services .col{
	float: left;
	width: 33.3333%;
	padding: 0 15px;
	margin: 0 0 30px;
}

.services .col .icon-holder{
	width: 190px;
	height: 190px;
	background: #ee1d24;
	border-radius: 50%;
	color: #fff;
	font-size: 50px;
	text-align: center;
	line-height: 190px;
	margin: 0 auto 30px;
}

.services .col .text-holder{
	text-align: center;
	padding: 0 15px;
}

.services .col .text-holder .title{
	font-size: 18px;
}

.services .col .text-holder .title a{
	color: #121212;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.services .col .text-holder .title a:hover,
.services .col .text-holder .title a:focus{
	text-decoration: none;
	color: #ee1d24;
}

.services .btn-holder{text-align: center;}

.services .btn-holder .btn-view{
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background: #ee1d24;
	border: 1px solid #ee1d24;
	display: inline-block;
	padding: 13px 40px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.services .btn-holder .btn-view:hover,
.services .btn-holder .btn-view:focus{
	text-decoration: none;
	background: none;
	color: #ee1d24;
}

/*=====================================
 Portfolio section style
=====================================*/
.portfolio{
	padding: 80px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.portfolio .button-group{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 0 0 34px;
}

.portfolio .button-group:after{
	content: '';
	display: block;
	clear: both;
}

.portfolio .button-group button{
	border: 0;
	background: none;
	border-radius: 0;
	padding: 10px 20px;
	margin: 0;
	float: left;
	font-size: 15px;
	line-height: 22px;
	text-transform: uppercase;
	color: #121212;
	border-right: 1px solid #eee;
	position: relative;
}

.portfolio .button-group .is-checked{
	background: #ee1d24;
	color: #fff;
}

.portfolio .button-group .is-checked:after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #ee1d24;
	margin-left: -10px;
}

.portfolio .grid{
	margin: 0 -15px;
}

.portfolio .grid:after{
	content: '';
	display: block;
	clear: both;
}

.portfolio .grid .element-item{
	float: left;
	width: 33.3333%;
	padding: 0 15px;
	margin: 0 0 30px;
}

.portfolio .grid .element-item .img-holder{
	position: relative;
}

.portfolio .grid .element-item .img-holder img{
	vertical-align: top;
}

.portfolio .grid .element-item .img-holder .text-holder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(238, 29, 36, 0.8);
	color: #fff;
	text-align: center;
	opacity: 0;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
	overflow-y: auto;
}

.portfolio .grid .element-item .img-holder:hover .text-holder,
.portfolio .grid .element-item .img-holder:focus .text-holder{opacity: 1;}

.portfolio .grid .element-item .img-holder .text-holder .table{
	display: table;
	width: 100%;
	height: 100%;
}

.portfolio .grid .element-item .img-holder .text-holder .table-row{
	display: table-row;
	height: 100%;
	width: 100%;
}

.portfolio .grid .element-item .img-holder .text-holder .table-cell{
	display: table-cell;
	height: 100%;
	width: 100%;
	vertical-align: middle;
	padding: 15px 35px;
}

.portfolio .grid .element-item .img-holder .text-holder .btn-view{
	display: inline-block;
	background: #fff;
	color: #ee1d24;
	border: 1px solid #fff;
	text-transform: uppercase;
	padding: 5px 20px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.portfolio .grid .element-item .img-holder .text-holder .btn-view:hover,
.portfolio .grid .element-item .img-holder .text-holder .btn-view:focus{
	text-decoration: none;
	color: #fff;
	background: none;
}

.portfolio .btn-holder{text-align: center;}

.portfolio .btn-holder .btn-view{
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background: #ee1d24;
	border: 1px solid #ee1d24;
	display: inline-block;
	padding: 13px 40px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.portfolio .btn-holder .btn-view:hover,
.portfolio .btn-holder .btn-view:focus{
	text-decoration: none;
	background: none;
	color: #ee1d24;
}

/*========================================
 Testimonial section style
========================================*/
.testimonial{
	padding: 80px 0;
	background: #ee1d24;
	background-size: cover !important;
	background-attachment: fixed !important;
	background-position: center !important;
	position: relative;
}

.testimonial:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	left: 0;
}

.testimonial .section-header{
	color: #fff;
}

.testimonial .section-header .section-title{color: #fff;}

.testimonial .container{
	position: relative;
	z-index: 1;
}

.testimonial .testimonial-holder{
	max-width: 750px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.testimonial .testimonial-holder .img-holder{
	width: 140px;
	margin: 0 auto 30px;
}

.testimonial .testimonial-holder .img-holder img{
	border-radius: 50%;
	border: 3px solid #ee1d24;
}

.testimonial .testimonial-holder .text-holder{font-weight: 600;}

.testimonial .testimonial-holder .text-holder .cite{
	font-size: 20px;
	display: block;
}

.testimonial .testimonial-holder .owl-nav{margin: 0;}

.testimonial .testimonial-holder .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	left: -80px;
	margin: 0;
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 0;
	color: #ee1d24;
	padding: 0;
	font-size: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.testimonial .testimonial-holder .owl-nav .disabled{opacity: 0;}

.testimonial .testimonial-holder .owl-nav .owl-prev:after{
	content: '\f100';
	font-family: 'FontAwesome';
	font-size: 26px;
	position: absolute;
	top: 13px;
	left: 15px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.testimonial .testimonial-holder .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	right: -80px;
	margin: 0;
	background: #fff;
	width: 50px;
	height: 50px;
	border-radius: 0;
	color: #ee1d24;
	padding: 0;
	font-size: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.testimonial .testimonial-holder .owl-nav .owl-next:after{
	content: '\f101';
	font-family: 'FontAwesome';
	font-size: 26px;
	position: absolute;
	top: 12px;
	left: 19px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/*=========================
 Team section style
=========================*/
.team{
	padding: 80px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.team .col{
	float: left;
	width: 25%;
	padding: 0 15px;
	margin: 0 0 30px;
}

.team .team-holder{
	position: relative;
}

.team .team-holder .img-holder img{
	vertical-align: top;
}

.team .team-holder .name-holder{
	text-transform: uppercase;
	font-weight: 600;
	line-height: 38px;
	border: 1px solid #c3c3c3;
	text-align: center;
	padding: 5px 15px;
	margin: 0;
}

.team .team-holder .text-holder{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #ee1d24;
	text-align: center;
	padding: 20px 15px;
	box-sizing: border-box;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	transform: scale(0);
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.team .team-holder:hover .text-holder,
.team .team-holder:focus .text-holder{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);	
}

.team .team-holder .text-holder .heading{
	margin: 0 0 15px;
}

.team .team-holder .text-holder .heading .name{
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
}

.team .team-holder .text-holder .social-networks{
	margin: 0;
	padding: 0;
	list-style: none;
}

.team .team-holder .text-holder .social-networks li{
	display: inline-block;
	margin: 0 2px 3px;
}

.team .team-holder .text-holder .social-networks li a{
	color: #fff;
	border: 2px solid #fff;
	border-radius: 50%;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.team .team-holder .text-holder .social-networks li a:hover,
.team .team-holder .text-holder .social-networks li a:focus{
	text-decoration: none;
	background: #fff;
	color: #ee1d24;
}

.team .btn-holder{
	text-align: center;
	margin-top: 50px;
}

.team .btn-holder .btn-view{
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background: #ee1d24;
	border: 1px solid #ee1d24;
	display: inline-block;
	padding: 13px 40px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.team .btn-holder .btn-view:hover,
.team .btn-holder .btn-view:focus{
	text-decoration: none;
	background: none;
	color: #ee1d24;
}

/*================================
 stats section style
================================*/
.stats{
	padding: 80px 0;
	background: #ee1d24;
	background-size: cover !important;
	background-attachment: fixed !important;
	background-position: center !important;
	position: relative;
}

.stats:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	left: 0;
}

.stats .section-header{
	color: #fff;
}

.stats .section-header .section-title{color: #fff;}

.stats .container{
	position: relative;
	z-index: 1;
}

.stats .col{
	float: left;
	width: 25%;
	padding: 0 15px;
	margin: 0 0 30px;
}

.stats .col .box{
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	padding: 20px;
}

.stats .col .box .icon-holder{
	font-size: 50px;
	margin: 0 0 15px;
}

.stats .col .box .text-holder strong{
	display: block;
	font-size: 40px;
	line-height: 48px;
	margin: 0 0 10px;
}

.stats .col .box .text-holder span{
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;
}

/*=============================
 Blog section style
=============================*/
.blog-section{
	padding: 80px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-section .col{
	float: left;
	width: 33.3333%;
	padding: 0 15px;
	margin: 0 0 30px;
}

.blog-section .post .post-thumbnail a{display: block;}

.blog-section .post .post-thumbnail img{vertical-align: top;}

.blog-section .post .text-holder{
	background: #eee;
	padding: 30px;
}

.blog-section .post .text-holder .entry-header{margin: 0 0 15px;}

.blog-section .post .text-holder .entry-header .entry-title{
	font-size: 18px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.blog-section .post .text-holder .entry-header .entry-title a{
	color: #121212;
}

.blog-section .post .text-holder .entry-header .entry-title a:hover,
.blog-section .post .text-holder .entry-header .entry-title a:focus{
	text-decoration: none;
	color: #ee1d24;
}

.blog-section .post .text-holder .entry-header .entry-meta{
	font-size: 14px;
	line-height: 17px;
}

.blog-section .post .text-holder .entry-header .entry-meta a{
	color: #121212;
}

.blog-section .post .text-holder .entry-header .entry-meta a:hover,
.blog-section .post .text-holder .entry-header .entry-meta a:focus{
	text-decoration: none;
	color: #ee1d24;
}

.blog-section .post .text-holder .entry-header .entry-meta .byline{
	display: inline-block;
}

.blog-section .post .text-holder .entry-header .entry-meta span{
	margin-right: 17px;
}

.blog-section .post .text-holder .entry-header .entry-meta .fa{margin-right: 4px;}

.blog-section .post .text-holder .entry-content{margin: 0;}

.blog-section .post .text-holder .entry-footer .readmore{
	font-weight: 600;
	text-transform: uppercase;
}

.blog-section .post .text-holder .entry-footer .readmore:hover,
.blog-section .post .text-holder .entry-footer .readmore:focus{
	text-decoration: none;
	color: #121212;
}

.blog-section .btn-holder{
	text-align: center;
	margin-top: 50px;
}

.blog-section .btn-holder .btn-view{
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background: #ee1d24;
	border: 1px solid #ee1d24;
	display: inline-block;
	padding: 13px 40px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.blog-section .btn-holder .btn-view:hover,
.blog-section .btn-holder .btn-view:focus{
	text-decoration: none;
	background: none;
	color: #ee1d24;
}

/*=============================
 CTA section style
=============================*/
.cta{
	padding: 80px 0;
	background: #ee1d24;
	background-size: cover !important;
	background-attachment: fixed !important;
	background-position: center !important;
	position: relative;
}

.cta:before{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	position: absolute;
	top: 0;
	left: 0;
}

.cta .section-header{
	color: #fff;
}

.cta .section-header .section-title{color: #fff;}

.cta .container{
	position: relative;
	z-index: 1;
}

.cta .btn-holder{
	text-align: center;
	margin: 30px 0 0;
}

.cta .btn-holder .btn-purchase{
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	background: #ee1d24;
	border: 1px solid #ee1d24;
	display: inline-block;
	padding: 13px 40px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
	margin: 0 6px 6px;
}

.cta .btn-holder .btn-purchase:hover,
.cta .btn-holder .btn-purchase:focus{
	text-decoration: none;
	background: #fff;
	color: #ee1d24;
	border-color: #fff;
}

.cta .btn-holder .btn-contact{
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff;
	/*background: #ee1d24;*/
	border: 1px solid #fff;
	display: inline-block;
	padding: 13px 40px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
	margin: 0 6px 6px;
}

.cta .btn-holder .btn-contact:hover,
.cta .btn-holder .btn-contact:focus{
	text-decoration: none;
	background: #fff;
	color: #ee1d24;
}

/*=======================================
 Clients section style
=======================================*/
.clients{
	padding: 80px 0;
	background: #eee;
}

.clients .col{
	float: left;
	width: 20%;
	padding: 0 15px;
	margin: 0 0 30px;
}

.clients .col .client-holder{
	background: #fff;
	text-align: center;
	height: 70px;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.clients .col .client-holder img{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

/*=======================================
 Contact section style
=======================================*/
.contact{
	padding: 80px 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.contact .contact-holder{position: relative;}

.contact form{
	/*float: left;*/
	max-width: 398px;
	margin: 0 auto;
	background: #f6f6f6;
	padding: 20px;
	box-shadow: 0 7px 10px rgba(0, 0, 0, 0.27);
}

.contact form input[type="text"],
.contact form input[type="email"],
.contact form input[type="url"],
.contact form input[type="password"],
.contact form input[type="search"],
.contact form input[type="number"],
.contact form input[type="tel"],
.contact form input[type="range"],
.contact form input[type="date"],
.contact form input[type="month"],
.contact form input[type="week"],
.contact form input[type="time"],
.contact form input[type="datetime"],
.contact form input[type="datetime-local"],
.contact form input[type="color"]{width: 100%;}

.contact .map-holder{
	float: right;
	max-width: 780px;
}

.contact .map-holder img{vertical-align: top;}

/*==============================
 Inner page style
==============================*/
.site-content{
	padding: 60px 0;
}

.page-header{
	margin: 0 0 40px;
}

.page-header .page-title{
	font-size: 32px;
	line-height: 38px;
	text-transform: uppercase;
	margin: 0;
	font-weight: 600;
}

#primary{
	float: left;
	width: 66.6667%;
	padding: 0 15px;
	margin: 0 0 30px;
}

.full-width #primary{width: 100%;}

/*==============================
 Breadcrumbs style
===============================*/
.breadcrumbs{
	background: #eee;
	padding: 15px 0;
}

#crumbs a:hover,
#crumbs a:focus{
	text-decoration: none;
	color: #121212;
}

/*==============================
 About page style
=============================*/
.about-page .intro .section-header{
	margin: 0 0 30px;
}

/*==============================
 Blog page style
=============================*/
#primary .post{margin: 0 0 80px;}

.single #primary .post{margin: 0;}

#primary .post .img-holder,
.search #primary .post .img-holder{
	float: left;
	width: 335px;
	margin-right: 40px;
	margin-bottom: 0;
	position: relative;
}

#primary .post .img-holder .post-thumbnail{
	display: block;
}

#primary .post .img-holder .post-thumbnail img{
	vertical-align: top;
}

#primary .post .text-holder{
	overflow: hidden;
}

#primary .post .text-holder .entry-header{
	margin: 0 0 12px;
}

#primary .post .text-holder .entry-header .entry-title{
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}

#primary .post .text-holder .entry-header .entry-title a{
	color: #121212;
}

#primary .post .text-holder .entry-header .entry-title a:hover,
#primary .post .text-holder .entry-header .entry-title a:focus{
	text-decoration: none;
	color: #ee1d24;
}

#primary .post .text-holder .entry-content{margin: 0;}

#primary .post .text-holder .entry-footer .btn-holder{margin: 0 0 15px;}

#primary .post .text-holder .entry-footer .btn-holder a{
	font-weight: 700;
	text-transform: uppercase;
}

#primary .post .text-holder .entry-footer .btn-holder a:hover,
#primary .post .text-holder .entry-footer .btn-holder a:focus{
	text-decoration: none;
	color: #121212;
}

#primary .post .text-holder .entry-footer .entry-meta{
	font-weight: 300;
	font-style: italic;
	color: #a8a8a8;
	line-height: 18px;
	font-size: 13px;
}

#primary .post .text-holder .entry-footer .entry-meta a{color: #a8a8a8;}

#primary .post .text-holder .entry-footer .entry-meta a:hover,
#primary .post .text-holder .entry-footer .entry-meta a:focus{
	text-decoration: none;
	color: #ee1d24;
}

#primary .post .text-holder .entry-footer .entry-meta span{
	padding-left: 7px;
	margin-left: 7px;
	border-left: 1px solid #a8a8a8;
	display: inline-block;
}

#primary .post .text-holder .entry-footer .entry-meta span span,
#primary .post .text-holder .entry-footer .entry-meta span:first-child{
	margin: 0;
	padding: 0;
	border: 0;
}

#primary .post .text-holder .entry-footer .entry-meta span .fa{margin-right: 5px;}

#primary .format-quote .img-holder:after{
	background: #ee1d24;
    box-shadow: 2px 2px 1px #000;
    color: #fff;
    content: "\f10d";
    font-family: "FontAwesome";
    font-size: 18px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

#primary .format-gallery .img-holder:after{
	background: #ee1d24;
    box-shadow: 2px 2px 1px #000;
    color: #fff;
    content: "\f030";
    font-family: "FontAwesome";
    font-size: 18px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

#primary .format-image .img-holder:after{
	background: #ee1d24;
    box-shadow: 2px 2px 1px #000;
    color: #fff;
    content: "\f03e";
    font-family: "FontAwesome";
    font-size: 18px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

#primary .format-video .img-holder:after{
	background: #ee1d24;
    box-shadow: 2px 2px 1px #000;
    color: #fff;
    content: "\f03d";
    font-family: "FontAwesome";
    font-size: 18px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

#primary .format-audio .img-holder:after{
	background: #ee1d24;
    box-shadow: 2px 2px 1px #000;
    color: #fff;
    content: "\f01d";
    font-family: "FontAwesome";
    font-size: 18px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

#primary .format-status .img-holder:after{
	background: #ee1d24;
    box-shadow: 2px 2px 1px #000;
    color: #fff;
    content: "\f040";
    font-family: "FontAwesome";
    font-size: 18px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

#primary .format-aside .img-holder:after{
	background: #ee1d24;
    box-shadow: 2px 2px 1px #000;
    color: #fff;
    content: "\f013";
    font-family: "FontAwesome";
    font-size: 18px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

#primary .format-link .img-holder:after{
	background: #ee1d24;
    box-shadow: 2px 2px 1px #000;
    color: #fff;
    content: "\f0c1";
    font-family: "FontAwesome";
    font-size: 18px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

#primary .format-chat .img-holder:after{
	background: #ee1d24;
    box-shadow: 2px 2px 1px #000;
    color: #fff;
    content: "\f086";
    font-family: "FontAwesome";
    font-size: 18px;
    height: 40px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
}

/*==============================
 pagination style
==============================*/
.pagination a{
	display: inline-block;
	border: 1px solid #ee1d24;
	padding: 3px 11px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
	font-weight: 600;
}

.pagination a:hover,
.pagination a:focus{
	text-decoration: none;
	background: #ee1d24;
	color: #fff;
}

.pagination .current{
	display: inline-block;
	border: 1px solid #ee1d24;
	padding: 3px 11px;
	background: #ee1d24;
	color: #fff;
	font-weight: 600;
}

/*=====================================
 single post navigation style
=====================================*/
.site-main .post-navigation{margin: 50px 0 1.5em;}

.post-navigation .nav-links{overflow: hidden;}

.post-navigation .nav-links .nav-next,
.post-navigation .nav-links .nav-previous{
	width: 45%;
}

.post-navigation .nav-links .nav-next a,
.post-navigation .nav-links .nav-previous a{
	display: block;
	background: #ee1d24;
	color: #fff;
	padding: 8px 20px;
	font-weight: 700;
	position: relative;
}

/*=====================================
 single post/style guide style
====================================*/
#primary .post .entry-header{margin: 0 0 20px;}

#primary .post .entry-header .entry-title{
	font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	margin: 0 0 20px;
}

#primary .post .entry-header .entry-meta a{
	color: #121212;
}

#primary .post .entry-header .entry-meta a:hover,
#primary .post .entry-header .entry-meta a:focus{
	text-decoration: none;
	color: #ee1d24;
}

#primary .post .entry-header .entry-meta span{
	margin-right: 30px;
	display: inline-block;
}

#primary .post .entry-header .entry-meta span span{
	margin: 0;
}

#primary .post .entry-header .entry-meta .fa{
	margin-right: 5px;
}

#primary .post .img-holder .post-thumbnail img,
#primary .page .img-holder .post-thumbnail img{
	vertical-align: top;
}

.single #primary .post .img-holder,
#primary .page .img-holder{
	margin: 0 0 30px;
	float: none;
	display: block;
	width: 100%;
}

#primary .post .entry-content,
#primary .page .entry-content{margin: 0;}

#primary .post .entry-content h1,
#primary .page .entry-content h1{
	font-size: 48px;
	line-height: 58px;
	font-weight: 400;
	margin: 0 0 30px;
}

#primary .post .entry-content h2,
#primary .page .entry-content h2{
	font-size: 40px;
	line-height: 48px;
	font-weight: 400;
	margin: 0 0 25px;
}

#primary .post .entry-content h3,
#primary .page .entry-content h3{
	font-size: 32px;
	line-height: 38px;
	font-weight: 400;
	margin: 0 0 20px;
}

#primary .post .entry-content h4,
#primary .page .entry-content h4{
	font-size: 28px;
	line-height: 34px;
	font-weight: 400;
	margin: 0 0 18px;
}

#primary .post .entry-content h5,
#primary .page .entry-content h5{
	font-size: 24px;
	line-height: 29px;
	font-weight: 400;
	margin: 0 0 15px;
}

#primary .post .entry-content h6,
#primary .page .entry-content h6{
	font-size: 22px;
	line-height: 26px;
	font-weight: 400;
	margin: 0 0 15px;
}

#primary .post .entry-content .alignleft,
#primary .page .entry-content .alignleft,
#primary .post .entry-content .alignright,
#primary .page .entry-content .alignright{
	margin-top: 5px;
}

#primary .post .entry-content blockquote,
#primary .page .entry-content blockquote{
	margin: 0 0 30px 40px;
	padding-left:  22px;
	border-left: 5px solid #ee1d24;
	position: relative;
}

#primary .post .entry-content blockquote:before,
#primary .page .entry-content blockquote:before{
	position: absolute;
	top: 0;
	left: -40px;
	content: '\f10d';
	font-family: 'FontAwesome';
	font-size: 22px;
	color: #ee1d24;
}

#primary .post .entry-content blockquote cite,
#primary .page .entry-content blockquote cite{
	font-style: normal;
	font-weight: 700;
}

#primary .post .entry-content .highlight,
#primary .post .entry-content .highlight{
	background: #ee1d24;
	color: #fff;
}

#primary .post .entry-content .dropcap,
#primary .page .entry-content .dropcap{
	font-size: 46px;
	line-height: 56px;
	font-weight: 700;
	color: #fff;
	background: #ee1d24;
	margin: 4px 10px 0 0;
	padding: 0 8px;
	float: left;
}

#primary .post .entry-content .pull-right,
#primary .page .entry-content .pull-right{
	float: right;
	width: 262px;
	margin: 0 0 30px 30px;
	border-top: 3px solid #ee1d24;
	text-align: right;
	padding-top: 10px;
}

#primary .post .entry-content .pull-left,
#primary .page .entry-content .pull-left{
	float: left;
	margin: 0 30px 30px 0;
	border-top: 3px solid #ee1d24;
	padding-top: 10px;
	width: 262px;
}

#primary .post .entry-content ul,
#primary .page .entry-content ul{
	margin: 0 0 30px;
	padding: 0 0 0 20px;
}

#primary .post .entry-content ul li,
#primary .page .entry-content ul li{margin: 0 0 5px;}

#primary .post .entry-content ol,
#primary .page .entry-content ol{
	margin: 0 0 30px;
	padding-left: 20px;
}

#primary .post .entry-content ol li,
#primary .page .entry-content ol li{
	margin: 0 0 5px;
}

#primary .post .entry-content li > ul,
#primary .post .entry-content li > ol,
#primary .page .entry-content li > ul,
#primary .page .entry-content li > ol{
	margin-bottom: 0;
	margin-top: 5px;
}

#primary .post .entry-content table,
#primary .page .entry-content table{border: 1px solid #ebebeb;}

#primary .post .entry-content table thead,
#primary .page .entry-content table thead{
	background: #ebebeb;
}

#primary .post .entry-content table th,
#primary .page .entry-content table th,
#primary .post .entry-content table td,
#primary .page .entry-content table td{
	padding: 1vw 2vw;
	text-align: left;
}

#primary .post .entry-content table tr,
#primary .page .entry-content table tr{border-bottom: 1px solid #ebebeb;}

#primary .post .entry-content input[type="range"],
#primary .page .entry-content input[type="range"]{
	padding: 0;
	border: 0;
}

/*.single #primary .post .entry-content{margin: 0 0 30px;}*/

#primary .post .entry-footer .cat-links,
#primary .page .entry-footer .cat-links{
	padding-left: 20px;
	position: relative;
	margin: 0 0 10px;
}

#primary .post .entry-footer .cat-links:before,
#primary .page .entry-footer .cat-links:before{
	content: '\f07c';
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'FontAwesome';
}

#primary .post .entry-footer .cat-links a,
#primary .page .entry-footer .cat-links a{
	color: #121221;
}

#primary .post .entry-footer .cat-links a:hover,
#primary .page .entry-footer .cat-links a:hover,
#primary .post .entry-footer .cat-links a:focus,
#primary .page .entry-footer .cat-links a:focus{
	text-decoration: none;
	color: #ee1d24;
}

#primary .post .entry-footer .tags-links,
#primary .page .entry-footer .tags-links{
	padding-left: 20px;
	position: relative;
	margin: 0 0 10px;
}

#primary .post .entry-footer .tags-links:before,
#primary .page .entry-footer .tags-links:before{
	content: '\f02c';
	position: absolute;
	top: 0;
	left: 0;
	font-family: 'FontAwesome';
}

#primary .post .entry-footer .tags-links a,
#primary .page .entry-footer .tags-links a{
	color: #121212;
}

#primary .post .entry-footer .tags-links a:hover,
#primary .page .entry-footer .tags-links a:hover,
#primary .post .entry-footer .tags-links a:focus,
#primary .page .entry-footer .tags-links a:focus{
	text-decoration: none;
	color: #ee1d24;
}

#primary .post .entry-footer .social-share ul,
#primary .page .entry-footer .social-share ul{
	list-style: none;
    margin: 0 0 15px;
    overflow: hidden;
    padding: 0;
}

#primary .post .entry-footer .social-share ul li,
#primary .page .entry-footer .social-share ul li{
	float: left;
    margin-right: 3px;
    margin-bottom: 3px;
}

#primary .post .entry-footer .social-share ul li a,
#primary .page .entry-footer .social-share ul li a{
	background: #ee1d24;
    color: #fff;
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
    width: 40px;
}

#primary .post .entry-footer .social-share ul li a[href*="facebook"],
#primary .page .entry-footer .social-share ul li a[href*="facebook"]{background: #3B5998;}

#primary .post .entry-footer .social-share ul li a[href*="twitter"],
#primary .page .entry-footer .social-share ul li a[href*="twitter"]{background: #1DA1F2;}

#primary .post .entry-footer .social-share ul li a[href*="linkedin"],
#primary .page .entry-footer .social-share ul li a[href*="linkedin"]{background: #0173B2;}

#primary .post .entry-footer .social-share ul li a[href*="pinterest"],
#primary .page .entry-footer .social-share ul li a[href*="pinterest"]{background: #CB1F27;}

#primary .post .entry-footer .social-share ul li a[href*="google"],
#primary .page .entry-footer .social-share ul li a[href*="google"]{background: #DC4A38;}

#primary .post .entry-footer .social-share ul li a[href*="stumbleupon"],
#primary .page .entry-footer .social-share ul li a[href*="stumbleupon"]{background: #EB4924;}

#primary .post .entry-footer .social-share ul li a[href*="reddit"],
#primary .page .entry-footer .social-share ul li a[href*="reddit"]{background: #FF4500;}

#primary .post .entry-footer .social-share ul li a:hover,
#primary .page .entry-footer .social-share ul li a:hover,
#primary .post .entry-footer .social-share ul li a:focus,
#primary .page .entry-footer .social-share ul li a:focus{
	border-radius: 50%;
}

/*author section style*/
.author-section{
	margin-top: 90px;
	overflow: hidden;
	background: #eee;
	padding: 20px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.author-section .img-holder{
	float: left;
	margin-right: 30px;
}

.author-section .text-holder{overflow: hidden;}

/*===============================
 comments section style
===============================*/
.comments-area{
	margin-top: 90px;
}

.comments-area .comments-title{
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	margin: 0 0 50px;
	padding: 0 30px 10px 35px;
	border-bottom: 1px solid #000;
	color: #000;
	display: inline-block;
	position: relative;
}

.comments-area .comments-title:before{
	content: '\f086';
	font-family: 'FontAwesome';
	font-size: 23px;
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
}

.comments-area ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments-area .children{margin-left: 75px;}

.comments-area .comment-list .comment-body{
	padding: 15px;
	border: 1px solid #e2e2e2;
	margin: 0 0 18px;
	overflow: hidden;
}

.comments-area .comment-list .comment-body .comment-meta{
	float: left;
	width: 60px;
	margin-right: 22px;
}

.comments-area .comment-list .comment-body .comment-meta .comment-author img{
	width: 60px;
	height: 60px;
	object-fit: cover;
	vertical-align: top;
}

.comments-area .comment-list .comment-body .comment-content{
	overflow: hidden;
}

.comments-area .comment-list .comment-body .comment-content .fn{
	font-size: 15px;
	line-height: 25px;
	font-weight: 600;
	color: #000;
}

.comments-area .comment-list .comment-body .comment-content .says{display: none;}

.comments-area .comment-list .comment-body .comment-metadata{
	font-size: 13px;
	color: #878787;
	line-height: 17px;
	margin: 0 0 8px;
}

.comments-area .comment-list .comment-body .comment-metadata a{color: #878787;}

.comments-area .comment-list .comment-body .comment-metadata a:hover,
.comments-area .comment-list .comment-body .comment-metadata a:focus{
	text-decoration: none;
	color: #ee1d24;
}

.comments-area .comment-list .comment-body .comment-content p{margin: 0 0 10px;}

.comments-area .comment-list .comment-body .reply a{
	font-size: 14px;
	color: #000;
	padding-right: 20px;
	position: relative;
}

.comments-area .comment-list .comment-body .reply a:after{
	content: '\f112';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	right: 0;
	color: #ee1d24;
}

.comments-area .comment-list .comment-body .reply a:hover,
.comments-area .comment-list .comment-body .reply a:focus{
	text-decoration: none;
	color: #ee1d24;
}

/*==================================
 comment form style
==================================*/
.comments-area .comment-reply-title{
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	margin: 0 0 50px;
	padding: 0 30px 10px 35px;
	border-bottom: 1px solid #000;
	color: #000;
	display: inline-block;
	position: relative;
}

.comments-area .comment-reply-title:before{
	content: '\f044';
	font-family: 'FontAwesome';
	font-size: 23px;
	color: #000;
	position: absolute;
	top: 0;
	left: 0;
}

.comments-area .comment-form .comment-form-holder{
	overflow: hidden;
	margin: 0 -15px;
}

.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-url{
	float: left;
	width: 33.3333%;
	padding: 0 15px;
	margin: 0 0 40px;
}

.comments-area .comment-form label{
	display: none;
}

.comments-area .comment-form input[type="text"],
.comments-area .comment-form input[type="email"],
.comments-area .comment-form input[type="url"],
.comments-area .comment-form textarea{
	border: 0;
	border-radius: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

.comments-area .comment-form .comment-form-comment{
	padding: 0 15px;
	margin: 0 0 40px;
} 

.comments-area .comment-form textarea{height: 80px;}

.comments-area .comment-form input[type="submit"]{
	border-radius: 0;
}

/*==========================
 testimonial page style
==========================*/
.testimonial-page{
	padding: 60px 0;
}

.testimonial-page .page-header{
	margin: 0 auto 60px;
    max-width: 750px;
    text-align: center;
}

.testimonial-page .page-header .page-title{
	color: #ee1d24;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.testimonial-page .testimonial-holder{
	overflow: hidden;
	margin: 0 0 50px;
}

.testimonial-page .testimonial-holder .img-holder{
	float: left;
	width: 263px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.testimonial-page .testimonial-holder .img-holder img{vertical-align: top;}

.testimonial-page .testimonial-holder .text-holder{
	overflow: hidden;
	padding-right: 80px;
}

.testimonial-page .testimonial-holder .text-holder .name{
	display: block;
	font-size: 20px;
	line-height: 25px;
}

.testimonial-page .testimonial-holder:nth-child(2n+1) .img-holder{
	float: right;
	margin-right: 0;
	margin-left: 30px;
}

.testimonial-page .testimonial-holder:nth-child(2n+1) .text-holder{
	text-align: right;
	padding-right: 0;
	padding-left: 80px;
}

/*==========================
 team page style
==========================*/
.team-page{
	padding: 60px 0;
}

.team-page .page-header{
	margin: 0 auto 60px;
    max-width: 750px;
    text-align: center;
}

.team-page .page-header .page-title{
	color: #ee1d24;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.team-page .team-holder{
	overflow: hidden;
	margin: 0 0 60px;
	background: #f8f8f8;
	border: 1px solid #dedede;
	padding: 35px;
}

.team-page .team-holder .img-holder{
	float: left;
	width: 229px;
	margin-right: 30px;
	margin-bottom: 30px;
}

.team-page .team-holder .img-holder img{vertical-align: top;}

.team-page .team-holder .text-holder{
	overflow: hidden;
}

.team-page .team-holder .text-holder .header{margin: 0 0 10px;}

.team-page .team-holder .text-holder .header .name{
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
}

.team-page .team-holder .text-holder .header .designation{
	font-style: italic;
	color: #ee1d24;
	font-weight: 300;
}

.team-page .team-holder:nth-child(2n+1) .img-holder{
	float: right;
	margin-right: 0;
	margin-left: 30px;
}

.team-page .team-holder:nth-child(2n+1) .text-holder{
	text-align: right;
}

/*=======================
 contact page style
=======================*/
.contact-page{
	padding: 60px 0;
}

.contact-page .page-header{
	margin: 0 auto 60px;
    max-width: 750px;
    text-align: center;
}

.contact-page .page-header .page-title{
	color: #ee1d24;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.contact-page .map-holder{margin: 0 0 70px;}

.contact-page .map-holder img{
	width: 100%;
	vertical-align: top;
}

.contact-page .form-holder{
	float: left;
	width: 57.6667%;
	padding: 0 15px;
	margin: 0 0 30px;
}

.contact-page .contact-info{
	float: left;
	width: 42.3333%;
	padding: 0 15px;
	margin: 0 0 30px;
}

.contact-page .contact-info h2{
	font-size: 25px;
	line-height: 32px;
	font-weight: 700;
	margin: 0 0 10px;
}

.contact-page .contact-info address{
	font-style: normal;
	padding-left: 30px;
	position: relative;
	margin: 0 0 30px;
}

.contact-page .contact-info address:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\f041';
	font-family: 'FontAwesome';
	font-size: 20px;
}

.contact-page .contact-info .email{
	padding-left: 30px;
	position: relative;
	margin: 0 0 15px;
	display: block;
}

.contact-page .contact-info .email a{color: #121212;}

.contact-page .contact-info .email a:hover,
.contact-page .contact-info .email a:focus{
	text-decoration: none;
	color: #ee1d24;
}

.contact-page .contact-info .email:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\f0e0';
	font-family: 'FontAwesome';
	font-size: 14px;
}

.contact-page .contact-info .phone{
	padding-left: 30px;
	position: relative;
	margin: 0 0 15px;
	display: block;
}

.contact-page .contact-info .phone a{color: #121212;}

.contact-page .contact-info .phone a:hover,
.contact-page .contact-info .phone a:focus{
	text-decoration: none;
	color: #ee1d24;
}

.contact-page .contact-info .phone:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\f098';
	font-family: 'FontAwesome';
	font-size: 16px;
}

.contact-page .contact-info .fax{
	padding-left: 30px;
	position: relative;
	margin: 0 0 15px;
	display: block;
}

.contact-page .contact-info .fax a{color: #121212;}

.contact-page .contact-info .fax a:hover,
.contact-page .contact-info .fax a:Focus{
	text-decoration: none;
	color: #ee1d24;
}

.contact-page .contact-info .fax:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\f1ac';
	font-family: 'FontAwesome';
	font-size: 16px;
}

.contact-page .contact-info .social-networks{
	margin: 50px 0 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 16px;
}

.contact-page .contact-info .social-networks li{
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}

.contact-page .contact-info .social-networks li a{
	display: block;
	width: 37px;
	height: 37px;
	border-radius: 50%;
	text-align: center;
	line-height: 37px;
	color: #fff;
	background: #ee1d24;
}

.contact-page .contact-info .social-networks li a:hover,
.contact-page .contact-info .social-networks li a:focus{
	text-decoration: none;
}

.contact-page .contact-info .social-networks li .fa-facebook{background: #3b5998;}

.contact-page .contact-info .social-networks li .fa-twitter{background: #1da1f2;}

.contact-page .contact-info .social-networks li .fa-linkedin{background: #0173b2;}

.contact-page .contact-info .social-networks li .fa-google-plus{background: #dd4b3e;}

/*=======================
 Services page style
=======================*/
.services-page{
	padding: 60px 0 0;
}

.services-page .page-header{
	margin: 0 auto 60px;
    max-width: 750px;
    text-align: center;
}

.services-page .page-header .page-title{
	color: #ee1d24;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    margin: 0 0 20px;
    text-transform: uppercase;
}

.services-page .services-holder{margin: 0 0 50px;}

.services-page .services-holder .col{
	float: left;
    margin: 0 0 30px;
    padding: 0 15px;
    width: 33.3333%;
}

.services-page .services-holder .col .icon-holder{
	background: #ee1d24;
    border-radius: 50%;
    color: #fff;
    font-size: 50px;
    height: 190px;
    line-height: 190px;
    margin: 0 auto 30px;
    text-align: center;
    width: 190px;
}

.services-page .services-holder .col .icon-holder img{
	vertical-align: top;
	border-radius: 50%;
}

.services-page .services-holder .col .text-holder{
	padding: 0 15px;
    text-align: center;
}

.services-page .services-holder .col .text-holder .title{font-size: 18px;}

.services-page .services-holder .col .text-holder .title a{
	color: #121212;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.services-page .services-holder .col .text-holder .title a:hover,
.services-page .services-holder .col .text-holder .title a:focus{
	text-decoration: none;
	color: #ee1d24;
}

.services-page .services-holder .col .text-holder .btn-readmore{
	background: #ee1d24;
    border: 1px solid #ee1d24;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 7px 15px;
    text-transform: uppercase;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
}

.services-page .services-holder .col .text-holder .btn-readmore:hover,
.services-page .services-holder .col .text-holder .btn-readmore:focus{
	text-decoration: none;
	background: none;
	color: #ee1d24;
}

.services-page .cta{margin: 0 0 80px;}

.services-page .more-info{margin: 0 0 80px;}

.services-page .more-info .img-holder{
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

.services-page .more-info .text-holder{
	overflow: hidden;
}

.services-page .more-info .text-holder .title{
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
    margin: 0 0 20px;
}

.services-page .gallery{margin: 0 0 50px;}

/*===============================
 Gallery style
================================*/
#gallery-slider .owl-nav{margin: 0;}

#gallery-slider .owl-nav .owl-prev{
	position: absolute;
	top: 50%;
	left: 0;
	margin: -20px 0 0;
	background: #fff;
	color: #000;
	border-radius: 0 50px 50px 0;
	padding: 10px 20px 10px 10px;
	text-transform: uppercase;
}

#gallery-slider .owl-nav .owl-next{
	position: absolute;
	top: 50%;
	right: 0;
	margin: -20px 0 0;
	background: #fff;
	color: #000;
	border-radius: 50px 0  0 50px;
	padding: 10px 10px 10px 20px;
	text-transform: uppercase;
}

/*=======================
 about page style
=======================*/
.about-page{
	padding: 60px 0 0;
}

.about-page .about-us{margin: 0 0 60px;}

.about-page .about-us .img-holder{
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

.about-page .about-us .text-holder .title{
	font-size: 32px;
	line-height: 38px;
	font-weight: 600;
	margin: 0 0 15px;
}

.video-container{
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*==================================
 sidebar style
=================================*/
#secondary{
	float: left;
	width: 33.3333%;
	padding: 0 15px 0 35px;
	margin: 0 0 30px;
}

/*===================================
 Widget style
===================================*/
/*common widget style*/
.widget{
	margin: 0 0 55px;
}

.widget .widget-title{
	font-size: 16px;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.widget ul{
	margin: 0;
	list-style: none;
	background: #f6f6f6;
	padding: 30px 20px;
	font-size: 16px;
	border-top: 1px solid #000;
}

.widget ul ul{
	padding: 10px 0 0;
	border-top: 0;
}

.widget ul li{
	margin: 0 0 10px;
	padding-left: 15px;
	position: relative;
}

.widget ul li:before{
	content: '';
	width: 7px;
	height: 7px;
	background: #ee1d24;
	position: absolute;
	top: 10px;
	left: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

.widget ul li a{
	color: #121212;
}

.widget ul li a:hover,
.widget ul li a:focus{
	text-decoration: none;
	color: #ee1d24;
}

/*==============================
 search widget style
==============================*/
.widget_search .search-form{
	border-bottom: 1px solid #000;
	padding: 5px 10px;
}

.widget_search .search-form:after{
	content: '';
	display: block;
	clear: both;
}

.widget_search .search-form label{
	float: left;
	width: 90%;
}

.widget_search .search-form input[type="search"]{
	width: 100%;
	padding: 0;
	margin: 0;
	float: left;
	border: 0;
	border-radius: 0;
}

.widget_search .search-form input[type="submit"]{
	float: right;
	text-indent: -9999px;
	width: 15px;
	height: 15px;
	background: url(images/bg-search.png) no-repeat;
	border: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

/*=================================
 featured post style
==================================*/
.widget_excel_addon_featured_post .text-holder{
	padding: 30px 20px;
	background: #f6f6f6;
	border-top: 1px solid #000;
}

.widget_excel_addon_featured_post .img-holder{margin: 0;}

.widget_excel_addon_featured_post .text-holder .readmore{
	text-transform: uppercase;
	font-weight: 700;
}

.widget_excel_addon_featured_post .text-holder .readmore:hover,
.widget_excel_addon_featured_post .text-holder .readmore:focus{
	text-decoration: none;
	color: #121212;
}

/*===================================
 Popular / Recent post style
===================================*/
.widget_excel_addon_popular_post ul li,
.widget_excel_addon_recent_post ul li{
	padding: 0;
	margin: 0 0 25px;
	overflow: hidden;
}

.widget_excel_addon_popular_post ul li:before,
.widget_excel_addon_recent_post ul li:before{display: none;}

.widget_excel_addon_popular_post ul li:last-child,
.widget_excel_addon_recent_post ul li:last-child{margin: 0;}

.widget_excel_addon_popular_post ul li .post-thumbnail,
.widget_excel_addon_recent_post ul li .post-thumbnail{
	float: left;
	width: 60px;
	margin-right: 20px;
	margin-top: 5px;
}

.widget_excel_addon_popular_post ul li .post-thumbnail img,
.widget_excel_addon_recent_post ul li .post-thumbnail img{
	vertical-align: top;
	width: 60px;
	height: 60px;
	object-fit: cover;
}

.widget_excel_addon_popular_post ul li .text-holder,
.widget_excel_addon_recent_post ul li .text-holder{
	overflow: hidden;
}

.widget_excel_addon_popular_post ul li .text-holder .entry-title,
.widget_excel_addon_recent_post ul li .text-holder .entry-title{
	font-size: 14px;
	line-height: 21px;
	margin: 0 0 7px;
}

.widget_excel_addon_popular_post ul li .text-holder .entry-meta,
.widget_excel_addon_recent_post ul li .text-holder .entry-meta{
	font-size: 13px;
	line-height: 1.5em;
	color: #a4a4a4;
}

.widget_excel_addon_popular_post ul li .text-holder .entry-meta .posted-on,
.widget_excel_addon_recent_post ul li .text-holder .entry-meta .posted-on{display: block;}

.widget_excel_addon_popular_post ul li .text-holder .entry-meta a,
.widget_excel_addon_recent_post ul li .text-holder .entry-meta a{
	color: #a4a4a4;
}

.widget_excel_addon_popular_post ul li .text-holder .entry-meta a:hover,
.widget_excel_addon_popular_post ul li .text-holder .entry-meta a:focus,
.widget_excel_addon_recent_post ul li .text-holder .entry-meta a:hover,
.widget_excel_addon_recent_post ul li .text-holder .entry-meta a:focus{
	color: #ee1d24;
}

/*=======================================
 Icon text widget
=======================================*/
.widget_excel_addon_icon_widget .icon-wrapper{
	padding: 30px 20px;
	background: #f6f6f6;
	border-top: 1px solid #000;
	text-align: center;
}

/*===============================
 tag cloud style
===============================*/
.widget_tag_cloud .tagcloud{
	background: #f6f6f6;
	padding: 30px 20px;
	overflow: hidden;
	font-size: 14px;
	border-top: 1px solid #000;
}

.widget_tag_cloud .tagcloud a{
	color: #121212;
	float: left;
	border: 1px solid #ee1d25;
	margin: 0 6px 6px 0;
	border-radius: 20px;
	padding: 3px 15px;
	-webkit-transition: linear 0.2s;
	-moz-transition: linear 0.2s;
	transition: linear 0.2s;
}

.widget_tag_cloud .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:focus{
	text-decoration: none;
	background: #ee1d25;
	color: #fff;
}

/*==============================
 widget calendar style
===============================*/
.widget_calendar .calendar_wrap{
	padding: 20px;
	background: #f6f6f6;
	border-top: 1px solid #000;
}

.widget.widget_calendar caption{
	font-size: 14px;
	line-height: 20px;
	padding: 12px 0;
	font-weight: 700;
}

.widget.widget_calendar table{
	position: relative;
}

.widget.widget_calendar thead th{
	font-size: 14px;
	color: #fff;
	height: 35px;
	background: #ee1d25;
}

.widget.widget_calendar tbody td{
	text-align: center;
	font-size: 14px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #e0e0e0;
}

.widget_calendar table #prev a{
    left: 15px;
    position: absolute;
    top: 20px;
    background: url(images/btn-prev-month.png) no-repeat;
    width: 7px;
    height: 11px;
    text-indent: -9999px;
}

.widget.widget_calendar table #next a {
    position: absolute;
    right: 15px;
    top: 20px;
    background: url(images/btn-next-month.png) no-repeat;
    width: 7px;
    height: 11px;
    text-indent: -9999px;
}

.widget.widget_calendar table tbody td a{
	display: block;
	height: 100%;
	background: #ee1d25;
	color: #fff;
}

/*==============================
 widget recent comments style
==============================*/
.widget_recent_comments ul li a{color: #ee1d24;}

.widget_recent_comments ul li a:hover,
.widget_recent_comments ul li a:focus{color: #121212;}

/*==============================
 widget rss style
==============================*/
.widget_rss .widget-title a{color: #121212;}

.widget_rss .widget-title a:hover,
.widget_rss .widget-title a:focus{
	color: #ee1d24;
	text-decoration: none;
}

.widget_rss ul li a{color: #ee1d24;}

.widget_rss ul li a:hover,
.widget_rss ul li a:focus{
	color: #121212;
}

/*==============================
 Footer style
=============================*/
.site-footer{
	background: #0b0b0b;
}

.site-footer .footer-t{
	padding: 75px 0 0;
	border-bottom: 1px solid #272727;
}

/*================================
 Footer widget style
================================*/
.site-footer .footer-t .col{
	float: left;
	width: 33.3333%;
	padding: 0 15px;
}

.site-footer .footer-t{
	color: #adadad;
}

.site-footer .footer-t .widget .widget-title{
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.site-footer .widget_featured_post .text-holder{
	background: none;
	padding: 0 20px 0 0;
	font-size: 15px;
	font-weight: 600;
	border-top: 0;
}

.site-footer .widget_featured_post .text-holder .readmore{
	font-weight: 600;
	color: #adadad;
}

.site-footer .widget_featured_post .text-holder .readmore:hover,
.site-footer .widget_featured_post .text-holder .readmore:focus{
	color: #fff;
}

.site-footer .widget ul{
	background: none;
	border-top: 0;
	padding: 0;
	font-weight: 600;
}

.site-footer .widget ul li{padding-left: 0;}

.site-footer .widget ul li:before{display: none;}

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

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

.site-footer .widget_excel_business_recent_posts ul li .entry-header .entry-meta a:hover,
.site-footer .widget_excel_business_recent_posts ul li .entry-header .entry-meta a:focus,
.site-footer .widget_excel_business_popular_posts ul li .entry-header .entry-meta a:hover,
.site-footer .widget_excel_business_popular_posts ul li .entry-header .entry-meta a:focus,
.site-footer .widget_excel_business_popular_posts ul li .entry-header .entry-meta a:hover,
.site-footer .widget_excel_business_popular_posts ul li .entry-header .entry-meta a:focus{color: #fff;}

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

.site-footer .widget_recent_comments ul li a:hover,
.site-footer .widget_recent_comments ul li a:focus{
	color: #adadad;
}

.site-footer .widget_rss .widget-title a{color: #fff;}

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

.site-footer .widget_rss ul li a:hover,
.site-footer .widget_rss ul li a:focus{
	color: #adadad;
}

.site-footer .widget_search .search-form{
	border-bottom-color: #fff;
}

.site-footer .widget_search .search-form input[type="search"]{color: #fff;}

.site-footer .widget_tag_cloud .tagcloud{
	background: none;
	padding: 0;
}

.site-footer .widget_tag_cloud .tagcloud a{
	border-color: #adadad;
	color: #adadad;
}

.site-footer .widget_tag_cloud .tagcloud a:hover,
.site-footer .widget_tag_cloud .tagcloud a:focus{
	background: #fff;
	border-color: #fff;
	color: #ee1d24;
}

.site-footer .footer-b{
	padding: 35px 0;
}

.site-footer .footer-b{
	color: #adadad;
	font-weight: 600;
}

.site-footer .footer-b a{
	color: #fff;
}

#mobile-header{display: none;}

/* Back to Top */
#excel-top{
	position: fixed;
	bottom: 10px;
	right: 10px;
	/*background: rgba(0, 0, 0, 0.5);*/
	background: #000;
	color: #fff;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	display: none;
	opacity: 0.5;
}

#excel-top:hover,
#excel-top:focus{opacity: 1;}

#excel-top .fa{font-size: 25px;}

#excel-top .fa:hover{color: #fff;}
/* Back to Top Ends */

/*==================================
 Responsive layout style
===================================*/
@media only screen and (max-width: 1199px){
	.custom-background .site{max-width: 90%;}

	.container{
		max-width: 970px;
	}

	.main-navigation ul li{margin-left: 25px;}

	.portfolio .grid .element-item .img-holder .text-holder .table-cell{padding: 15px 10px;}

	#primary .post .img-holder{
		width: 250px;
		margin-right: 30px;
	}

	.banner img{height: 660px;}
}

@media only screen and (max-width: 991px){
	.container{
		max-width: 750px;
	}

	.site-header .header-t .left,
	.site-header .header-t .right{
		width: 100%;
	}

	.site-header .header-t .left .tel-link{float: right;}

	.site-header .header-t .right .social-networks{float: left;}

	.site-header .header-t .left{margin: 0 0 10px;}

	.site-header .header-t .right .btn-search .form-holder{top: 32px;}

	#mobile-header{
		display: block;
		float: right;
		margin: 15px 0 0;
	}

	#mobile-header a{
		display: block;
		width: 35px;
		height: 30px;
		border: 1px solid #ee1d24;
		text-align: center;
		font-size: 21px;
	}

	.main-navigation{display: none;}

	.banner .banner-text .text-holder{
		max-width: 580px;
		padding: 20px;
	}

	.banner .banner-text .text-holder .title{
		font-size: 30px;
		line-height: 38px;
	}

	.banner .owl-carousel .owl-dots{bottom: 10px;}

	.banner img{
		height: 420px;
		object-fit: cover;
	}

	.portfolio .grid .element-item{width: 50%;}

	.testimonial .testimonial-holder .owl-nav .owl-next{right: 0;}

	.testimonial .testimonial-holder .owl-nav .owl-prev{left: 0;}

	.testimonial .testimonial-holder .text-holder{padding: 0 60px;}

	.team .col{width: 50%;}

	.team .team-holder .img-holder img{width: 100%;}

	.stats .col{width: 50%;}

	.site-footer .footer-t .col{width: 50%;}

	.about-page .about-us .img-holder{width: 50%;}

	#primary,
	#secondary{width: 100%;}

	#secondary{
		padding-left: 15px;
	}

	.widget_excel_business_popular_posts ul li .post-thumbnail img{height: auto;}

	.services-page .services-holder .col,
	.services-page .more-info .img-holder,
	.services-page .more-info .text-holder{width: 100%;}
}

@media only screen and (max-width: 767px){
	.site-header .header-t .left{
		text-align: center;
	}

	.site-header .header-t .left .email-link,
	.site-header .header-t .left .tel-link{
		float: none;
		display: inline-block;
		margin-bottom: 10px;
		margin-left: 15px;
		margin-right: 15px;
	}

	.site-header .site-branding{width: 85%;}

	.site-header .site-branding .site-title{
		font-size: 20px;
		line-height: 26px;
	}

	.site-header .site-branding .site-description{line-height: 15px;}

	.site-header .site-branding .site-title::first-letter{font-size: 35px;}

	#mobile-header{margin: 7px 0 0;}

	.banner img{height: 385px;}

	/*.banner .banner-text{
		position: unset;
		background: #000;
	}*/

	/*.banner .banner-text .text-holder{
		padding: 10px 0 60px;
	}*/

	.banner .banner-text .text-holder .title{
		font-size: 20px;
		line-height: 26px;
	}

	.banner .banner-text .text-holder{
		line-height: 20px;
		text-transform: none;
	}

	.banner .owl-carousel .owl-nav .owl-next,
	.banner .owl-carousel .owl-nav .owl-prev{display: none;}

	.banner .owl-carousel .owl-dots{display: none;}

	/*.banner .owl-carousel .owl-nav .owl-next{
		font-size: 13px;
		padding: 5px 5px 5px 10px;
	}

	.banner .owl-carousel .owl-nav .owl-prev{
		font-size: 13px;
		padding: 5px 10px 5px 5px;
	}*/

	.intro,
	.services,
	.portfolio,
	.testimonial,
	.team,
	.stats,
	.blog-section,
	.cta,
	.clients,
	.contact{padding: 20px 0;}

	.section-header .section-title{
		font-size: 25px;
		line-height: 32px;
	}

	.intro .widget,
	.services .col,
	.team .col,
	.portfolio .grid .element-item,
	.stats .col,
	.blog-section .col,
	.clients .col,
	.site-footer .footer-t .col{
		width: 100%;
	}

	.portfolio .button-group button{
		width: 100%;
		border-right: 0;
		border-bottom: 1px solid #eee;
	}

	.portfolio .button-group{
		border: 1px solid #eee;
		border-bottom: 0;
	}

	.portfolio .button-group .is-checked:after{display: none;}

	.testimonial,
	.stats,
	.cta{background-attachment: scroll !important;}

	.testimonial .testimonial-holder .owl-nav .owl-next:after{
		font-size: 21px;
		top: 1px;
		left: 10px;
	}

	.testimonial .testimonial-holder .owl-nav .owl-prev:after{
		top: 3px;
		left: 8px;
	}

	.testimonial .testimonial-holder .owl-nav .owl-next,
	.testimonial .testimonial-holder .owl-nav .owl-prev{
		width: 30px;
		height: 30px;
	}

	.testimonial .testimonial-holder .text-holder{padding: 0;}

	.testimonial .testimonial-holder .owl-nav .owl-next,
	.testimonial .testimonial-holder .owl-nav .owl-prev{
		top: 50px;
	}

	.team .btn-holder,
	.blog-section .btn-holder{margin-top: 0;}

	.stats .col .box .icon-holder{font-size: 30px;}

	.stats .col .box .text-holder strong{
		font-size: 30px;
		line-height: 35px;
	}

	.cta .btn-holder .btn-contact,
	.cta .btn-holder .btn-purchase{
		margin-left: 0;
		margin-right: 0;
		display: block;
	}

	.contact .form-holder{
		position: unset;
		width: 100%;
		margin: 0 0 30px;
	}

	.site-footer .footer-t{padding: 20px 0 0;}

	.portfolio .grid .element-item .img-holder img,
	.blog-section .post .post-thumbnail img{width: 100%;}

	.about-page .about-us .img-holder{
		width: 100%;
		margin: 0 0 30px;
	}

	.about-page{padding: 20px 0 0;}

	#primary .post .img-holder{
		width: 100%;
		margin: 0 0 30px
	}

	#primary .post .text-holder{
		width: 100%;
	}

	#primary .post .text-holder .entry-footer .entry-meta span{
		display: block;
		border: 0;
		padding: 0;
		margin: 0 0 5px;
	}

	#primary .post .text-holder .entry-footer .entry-meta span span{display: inline-block;}

	#primary .post .text-holder .entry-footer .entry-meta span:first-child{margin-bottom: 5px;}

	#secondary{margin: 0;}

	#secondary .widget:last-child{margin: 0;}

	.site-content,
	.contact-page,
	.services-page,
	.team-page,
	.testimonial-page{padding: 30px 0;}

	.page-header{margin: 0 0 20px;}

	.page-header .page-title,
	.contact-page .page-header .page-title,
	.services-page .page-header .page-title,
	.team-page .page-header .page-title,
	.testimonial-page .page-header .page-title{
		font-size: 28px;
		line-height: 34px;
	}

	.contact-page .map-holder{margin: 0 0 30px;}

	.contact-page .form-holder,
	.contact-page .contact-info{width: 100%;}

	.author-section .img-holder{
		width: 100%;
		margin: 0 0 20px;
	}

	.author-section .text-holder{width: 100%;}

	.comments-area .comment-list .comment-body .comment-content{width: 100%;}

	.comments-area .comment-list .comment-body .comment-meta{
		margin-bottom: 10px;
		margin-right: 0;
	}

	.comments-area .children{margin-left: 15px;}

	.comments-area .comment-form .comment-form-author,
	.comments-area .comment-form .comment-form-email,
	.comments-area .comment-form .comment-form-url{
		width: 100%;
	}

	#primary .post .entry-header .entry-title{
		font-size: 30px;
		line-height: 38px;
	}

	.team-page .team-holder{padding: 20px;}

	.team-page .team-holder .text-holder{width: 100%;}

	.team-page .team-holder:nth-child(2n+1) .text-holder{
		text-align: left;
	}

	.testimonial-page .testimonial-holder .text-holder{
		width: 100%;
		padding: 0;
	}

	.testimonial-page .testimonial-holder .img-holder{margin-right: 0;}

	.testimonial-page .testimonial-holder:nth-child(2n+1) .img-holder{
		float: left;
		margin-left: 0;
	}

	.testimonial-page .testimonial-holder:nth-child(2n+1) .text-holder{
		text-align: left;
		padding: 0;
	}
}








