/*
Theme Name: Business Ezone Pro
Theme URI: http://prosystheme.com/wordpress-themes/business-ezone-pro/
Author: Prosys Theme
Author URI: http://prosystheme.com
Description: Business Ezone Pro is a modern Multipurpose responsive Business style Premium WordPress theme suitable for business, portfolio, entertainment, sports, technology, food, travel, blogs, publishing and any kind of sites. The theme is built on Customizer and it allows you to easily customize your website with live previews. The theme is Speed and Search Engine Optimized (SEO) to help you easily climb the google rank. Business Ezone has typography option Which will help you make your theme attractive with your desire font. Other feature includes social media integration, custom widgets, author bio, breadcrumb, custom CSS, translation ready and more. Check demo at http://prosystheme.com/preview/business-ezone-pro/ and documentation at http://prosystheme.com/documentation/business-ezone-pro. Read theme details at http://prosystheme.com/wordpress-themes/business-ezone-pro and get free support at http://prosystheme.com/request-a-support.
Version: 2.0.10
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: business-ezone-pro
Tags: one-column, two-columns, right-sidebar, custom-background, custom-logo, custom-menu, featured-image-header, featured-images, post-formats, sticky-post, threaded-comments, translation-ready, theme-options, footer-widgets, blog, full-width-template, custom-colors , holiday, 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.

Business Ezone Pro is based on Underscores https://underscores.me/, (C) 2012-2017 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 https://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: 36px;
	line-height: 38px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 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,
optgroup,
textarea {
	color: #000;
	font: 16px/26px 'Oswald', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	font-size: 16px;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 200;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

body {
    background: #fff;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    min-width: 320px;
	/* Fallback for when there is no custom background color defined. */
}


blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
	background: url(images/quote-icon.jpg) no-repeat 0 16px;
	padding: 35px 0 0 35px;
}



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%;
    text-align: center;
}

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

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

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

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

select{
	width: 100%;
}

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;
	outline: none;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

/*a:visited {
	color: royalblue;
}*/

a:hover, a:focus, a:active {
	color: #9c9cdc;
}

a:focus {
	outline: thin dotted;
}

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

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

.main-navigation a{
	text-decoration: none;
}

.main-navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
}

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

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

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

.main-navigation ul li a{
	color: #fff;
	display: block;
	padding-bottom: 15px;
}

.main-navigation ul li a:hover,
.main-navigation ul li a:focus,
.main-navigation ul li:hover > a{
	border-bottom: 2px solid #1de9ea;
	text-decoration: none;
	color: #1de9ea;
	opacity: 0.8;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
	text-decoration: none;
	color: #1de9ea;
	border-bottom: 2px solid #1de9ea;
}

.main-navigation ul ul{
	position: absolute;
	top: 100%;
	left: 0;
	width: 275px;
	background: #fffefd;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	z-index: 2;
	display: none;
}

.main-navigation ul li:hover ul{display: block; animation: fadeInUp 500ms}

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

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

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

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

.main-navigation ul ul li a{
	color: #171616;
	display: block;
	border-bottom: 1px solid #f7f6f5;
	padding: 10px 20px;
}

.main-navigation ul ul li a:hover:before,
.main-navigation ul ul li a:focus:before,
.main-navigation ul ul li:hover:before > a{
	display: block;
    background: #1de9ea;
    height: 3px;
    width: 30px;
    content: '';
    margin-bottom: -2px;
}

.main-navigation ul ul li a:hover:after,
.main-navigation ul ul li a:focus:after,
.main-navigation ul ul li:hover:after > a{
	display: block;
    background: #1de9ea;
    height: 3px;
    width: 30px;
    content: '';
    margin-bottom: -2px;
}


.main-navigation ul ul li a:hover,
.main-navigation ul ul li a:focus,
.main-navigation ul ul li:hover > a{
	background: #f3f2f1;
	color: #171616;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
}

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	margin: 0 -5px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	padding: 0 5px;
	width: 100%;
	position: relative;
}

.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;
    margin-top: 30px;
}





/*--------------------------------------------------------------
## Custom CSS
--------------------------------------------------------------*/
.boxed {
    width: 1170px;
    margin: auto;
}

.container-wrapper {
    background: #fff;
}

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

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

.row{
	margin: 0 -15px;
}

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

/* column */
.col-3, .col-4, .col-6, .col-8, .col-9{
float: left;
padding-left: 15px;
padding-right: 15px;
}


.col-3{ 
width: 25%;
}

.col-4{
width: 33.3333333%;
}

.col-6{
	width: 50%;
}

.col-8{
	width: 66.66%;
}

.col-9{
	width: 75%;
}

.left {
    float: left;
}

.right {
    float: right;
}

img{
	vertical-align: top;
}

.advertise {
    padding: 10px;
    text-align: center;
}

.search-content.current-menu-item a {
    border-bottom: none;
    color: #fff;
}

/*header style*/

.header-top {
    background: #0d1535;
    line-height: 16px;
    padding: 10px 0;
}

.header-top:after{
	display: block;
	content: '';
	clear: both;
}

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

.header-top ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-top ul:after{
	display: block;
	content: '';
	clear: both;
}

.header-top ul li {
    float: left;
}


.header-top .top-menu ul li:first-child{
	border-left: 0;
}

.header-top .top-menu ul li:first-child a{
	padding-left: 0;
}

.header-top .top-menu ul li:last-child{ 
	padding-right: 0;
}

.header-top .top-menu ul li:last-child a{
	padding-right: 0;
}


.header-top .top-menu ul li{
	border-left: 1px solid #b7b7b7;
}

.header-top .top-menu ul li a{
	font-size: 15px;
	line-height: 15px;
	color: #b8b8b8;
	display: block;
	padding: 0 17px;
}

.header-top .top-menu ul li a:hover{
	color: #ededed;
}

.header-top h2.widget-title {
    float: left;
    margin-right: 10px;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
}

.header-top .header-contact {
    float: left;
    color: #ededed;
    font-weight: 200;
    font-size: 15px;
    line-height: 15px;
}

.header-contact a {
    color: #fff;
    margin-right: 10px;
    font-family: sans-serif;
}

.header-contact .fa {
    margin-right: 10px;
}

.header-top .widget.widget_pttk_pro_contact {
    float: left;
    margin: 0;
}

.header-top .widget.widget_pttk_pro_contact .widget-holder{
	display: flex;
	font-size: 16px;
    line-height: 16px;
    color: #b7b7b7;
}

.header-top .widget_pttk_pro_contact .widget-holder address {
    font-style: normal;
    margin: 0;
    padding-left: 20px;
    position: relative;
    margin-right: 10px;
}
.header-top .widget_pttk_pro_contact .widget-holder span {
    display: block;
    margin: 0px;
    margin-right: 10px;
    color: #b7b7b7;
}

.header-top .widget.widget_pttk_pro_contact .widget-holder a{
	color: #b7b7b7;
}

.header-top .widget.widget_pttk_pro_contact .widget-holder p {
    line-height: 1;
    padding: 0;
    display: contents;
}

.header-top .widget_pttk_pro_contact .widget-holder .tel-link:before {
    top: 2px;
}

.widget_pttk_pro_contact .widget-holder .email-link:before {
    top: 2px;
}

.contact .widget_pttk_pro_contact .widget-holder .email-link:before {
    top: 2px;
}

.header-top .widget_business_ezone_pro_social_links {
    top: 2px;
    display: inline-block;
    margin: 0;
}

.header-top .widget.widget_business_ezone_pro_social_links ul li a {
    border: 0;    
    margin: 0; 
    font-size: 16px;
    line-height: 16px;
}

.header-top .widget.widget_business_ezone_pro_social_links ul li {
    border: 0;    
    margin: 0; 
    font-size: 16px;
    line-height: 16px;
}

.header-top .widget.widget_business_ezone_pro_social_links ul.social-networks {
    display: inline-block;
}

 .social-networks li a:hover,
 .social-networks li a:focus{
 	color: #fff;
 }

/*header-bottom*/

.sticky-holder {
    background: transparent;
    position: absolute;
}

.header-bottom{
	position: unset;
	background: #03082b;
	padding: 20px 0px 5px;
}

.has-slider .header-bottom.sticky-menu,
.header-bottom.sticky-menu {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    z-index: 9999; 
    display: block;
    background: #03082b;
}

.has-slider .container-wrapper.boxed .header-bottom.sticky-menu, .container-wrapper.boxed .header-bottom.sticky-menu {
    width: auto;
}

.has-slider .header-bottom{
	position: absolute;
	width: 100%;
	background: rgba(0, 0, 0, 0.30);
	z-index: 3;
	
}

.header-bottom .site-branding{float: left;}

.header-bottom .site-branding .site-title{
	font-size: 28px;
	line-height: 29px;
	margin: 0;
	font-weight: 200;
	color: #fff;
	text-transform: uppercase;
}

.header-bottom .site-branding .site-title a{color: #fff; text-decoration: none;}

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

.header-bottom .site-branding .site-description{
	color: #fefefe;
	font-size: 14px;
	line-height: 17px;
}

.header-bottom  #menu-primary-id {
    display: inline-block;
    padding-top: 2px;
    float: right;
}

/* Header Media */

.has-header-image .video-header,
.has-header-video .video-header{
	position: relative;
	display: table;
	height: 500px;
	width: 100%;
}

.video-header .wp-custom-header{
    height: 100%;
}
.has-header-video .video-header .custom-header-media .wp-custom-header img {
    height: 100%;
    overflow: hidden;
}

#wp-custom-header-video-button{
	z-index: 2;
}

.custom-header-media {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.custom-header-media:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: fixed;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	padding-bottom: 1px; /* Prevent header from extending beyond the footer */
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button { /* Specificity prevents .color-dark button overrides */
	background-color: rgba(34, 34, 34, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	right: 30px;
	bottom: 30px;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus { /* Specificity prevents .color-dark button overrides */
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(34, 34, 34, 0.8);
	color: #fff;
}


/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
	.has-header-image .custom-header-media img,
	.has-header-video .custom-header-media video,
	.has-header-video .custom-header-media iframe,
	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
		position: absolute;
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

/* Hides div in Customizer preview when header images or videos change. */

body:not(.has-header-image):not(.has-header-video) .custom-header-media {
	display: none;
}

.wp-custom-header video {
    width: 100%;
    height: 100%;
    margin-bottom: -5px;
    padding: 0;
    line-height: 0;
}

/*--------------------------------------------------------------
 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0); /* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}

.icon{
	display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative;
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;
}

#responsive-menu-button-top {
    float: right;
}

#responsive-menu-button {
    float: right;
}


/* Banner */

.banner::before {
    background: rgba(0, 0, 0, 0.20);
    content: '';
}

.banner-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    padding-left: 25%;
    padding-right: 25%;
    padding-top: 15%;
    color: #fff;
    height: 100%;
    text-align: center;
}

.banner-text p{
	color: #fff;
	text-align: center;
}

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


/* button */
.button-holder {
    text-align: center;
    position: relative;
    width: 100%;
}

.video-header .button-holder {
    z-index: 2;
    padding-top: 15px;
}

.banner-buttons {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 150px;
    z-index: 50;
}

.banner .owl-carousel .owl-stage-outer {
    background: #3c3c3c;
}

a.btn {
    
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 10px;
    text-decoration:none;
}

a.btn:hover,
a.btn:focus,
a.btn:active {
color: #cdcdcd;
cursor: pointer;
}

.btn-continue a{
	color: #000;
}

.btn-continue a:hover,
.btn-continue a:focus
{
	opacity: 0.8;
}


a.btn.blue{
	background: #003471;
	/*border: 1px solid #081654;*/
	color: #fff;
}

a.btn.green{
	background: #0c5306;
	/*border: 1px solid #042d0a;*/
}

a.btn.blank{
	background: transparent;
	border:1px solid #fff;
	color: #cdcdcd;

}

a.btn.white{
	background: #fff;
	border: 1px solid #808080;
	color: #808080;
}

a.btn.blank:hover{
	background: #fff;
	border: 1px solid #808080;
	color: #808080;
}

a.btn.white:hover{
	background: transparent;
	border:1px solid #fff;
	color: #cdcdcd;
}

.form-submit input[type="submit"]{
	color: #fff;
    padding: 10px 20px;
    text-decoration: none;
}

.form-submit input[type="submit"]:hover{
    opacity: 1;
}
/* Banner */

.static-banner-text {
    padding: 250px 0 150px;
    color: #fff;
}

.banner .wpcf7,
.banner .quote-form{
	background: #168dd2;
	text-align: center;
	padding: 20px;
	position: relative;
	color: #fff;
	width: 387px;
	float: right;
}

.banner .wpcf7 .title,
.banner .quote-form .title{
	font-size: 30px;
	line-height: 34px;
	font-weight: 600;
	display: block;
	color: #fff;
	margin: 0 0 3px;
}

.banner .wpcf7 .form-row,
.banner .quote-form .form-row{
	overflow: hidden;
	margin: 0 0 20px;
}

.banner .wpcf7 input[type="text"],
.banner .wpcf7 input[type="email"],
.banner .quote-form input[type="text"],
.banner .quote-form input[type="email"]{
	width: 100%;
	display: block;
	padding: 7px 10px;
	margin: 0;
	background: #fff;
	border: 0;
	border-radius: 5px;
	color: #a6a6a6;
	font-weight: 400;
	font-size: 17px;
	outline: none;
}

.banner .wpcf7 textarea,
.banner .quote-form textarea{
	width: 100%;
	display: block;
	padding: 7px 10px;
	margin: 0;
	background: #fff;
	border: 0;
	border-radius: 5px;
	color: #a6a6a6;
	font-weight: 400;
	height: 102px;
	resize: none;
	font-size: 17px;
	outline: none;
}

.banner .wpcf7 input[type="submit"],
.banner .quote-form input[type="submit"]{
	display: block;
    width: 100%;
    border: 0;
    box-shadow: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: none;
    outline: none;
    line-height: 30px;
    letter-spacing: 2px;
}

.banner .wpcf7 input[type="submit"]:hover,
.banner .quote-form input[type="submit"]:hover{
	background: #e57f00;
	opacity: 0.8;
}

.banner .wpcf7 p{margin: 0 0 20px;}

.banner .wpcf7 br{display: none;}

.banner .wpcf7 .ajax-loader {
    float: left;
}

.banner  .banner-form-holder {
    margin-top: 100px;
}

/* Banner Slider */
.owl-carousel {
    z-index: unset;
}

.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    position: absolute;
    bottom: 0px;
    text-align: center;
    width: 100%;
}

.owl-theme .owl-nav {
    margin-top: 0px;
    width: 100%;
}

.owl-theme .owl-nav [class*='owl-'] {
	color: #fff;
    font-size: 20px;
    padding: 8px 15px;
    margin: 0;
    cursor: pointer;
    font-weight: 200;
    border-radius: 0;
    background: none;
}

 
.testimonial-slider.owl-theme:hover .owl-nav .owl-prev,
.testimonial-slider.owl-theme:hover .owl-nav .owl-next,
#banner .owl-theme:hover .owl-nav .owl-prev,
#banner .owl-theme:hover .owl-nav .owl-next {
    background: #ededed;
    color: #03082b;
}


#banner .owl-prev {
    bottom: 48%;
    position: absolute;
    left: 0;
}

#banner .owl-next {
    bottom: 48%;
    position: absolute;
    right: 0;
}

.owl-nav {
    width: 100%;
    position: absolute;
    bottom: 40%;
}

.owl-prev{
	float: left;
}

.owl-next{
	float: right;
}

/* About us */
#about, 
#latest-activity,
#skills,
#portfolio,
#teams,
#testimonial,
#home_video_section,
#cta,
#contact_section,
.sc-panel
{
	padding: 120px 0;
}

#cta{
	padding: 120px 15px;
}

.about-item {
    margin: 0 15px;
}

.about-item img {
    float: left;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 10px;
}

.about-item h1 {
   	display: contents;
}

.about-text{
 	overflow: hidden;
}

.about-text h1 {
    font-size: 36px;
    line-height: 31px;
}

/*.about-buttons{
	margin-top: 20px;
	text-align: center;
}*/

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

/* featured section */

.featured .featured-item{
	margin: 10px 0;
}

.featured .featured-item img{
	margin-right: 10px;
	border-radius: 50%;
	float: left;
    overflow: hidden;
    width: 78px;
    height: auto;
}

.featured .featured-text{
	overflow: hidden;
}

.featured .featured-text a {
    text-decoration: none;
}

.featured .featured-text a:hover,
.activity-text a:hover,
.skill-text a:hover {
    text-decoration: underline;
}

.featured .featured-text p {
    margin: 0;
}

#featured {
	background: #03082b;
    color: #fff;
    padding: 15px 0;
}

#featured i.fa {
    padding: 30px;
    border: 2px solid;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.featured-item-two {
    border: 2px solid;
    border-radius: 5px;
    background: #fff;
    color: #000;
}

#cta {
	background: #03082b;
    color: #fff;
    text-align: center;
}

.cta-btn {
    text-align: center;
    vertical-align: middle;
    padding-top: 15px;
}

.cta-btn a {
	color: #fff;
}

/* latest-activity */
#latest-activity,
#portfolio,
#testimonial,
.sc-panel{
	background: #0d004c;
	color: #fff;
}

#latest-activity header.entry-header{
	margin-bottom: 0;
}


.btn-continue {
    margin-bottom: 15px;
}

.activity-items{
	margin-bottom: 30px;
}



header.main-header, 
#about  header.main-header, 
#latest-activity header.main-header,
#skills  header.main-header,
#portfolio  header.main-header,
#teams  header.main-header,
#testimonial  header.main-header,
#client_section  header,
.sc-panel header.main-header {
    padding: 0 10px;
	text-align: center;
	margin-bottom: 65px;
}

#latest-activity .button-holder {
    text-align: center;
    position: unset;
    width: 100%;
}


#latest-activity .buttons {
    text-align: center;
    position: unset;
    width: 100%;
    z-index: 100;
    margin-top: 70px;
}

.activity-text {
    color: #000;
    background: #fff;
    padding: 15px;
}

.activity-text a{
    color: #000;
    text-decoration: none;
}

.activity-text .entry-content{
    margin: 0px;
}

#latest-activity .owl-theme .owl-dots,
#testimonial .owl-theme .owl-dots
 {
	margin-top: 20px;
    display: block;
    position: unset;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
}

#latest-activity .owl-theme .owl-prev,
#testimonial .owl-theme .owl-prev {
    left: -70px;
}

#latest-activity .owl-theme .owl-next,
#testimonial .owl-theme .owl-next {
    right: -70px;
}

.latest-act.owl-carousel.owl-theme .owl-nav {
    position: absolute;
    bottom: 100%;
    width: auto;
    right: 0;
    margin-bottom: 70px;
}

.latest-act .owl-prev, 
.latest-act .owl-next {
	float: none;
}

.latest-act.owl-theme .owl-nav [class*='owl-'] {
    border: 1px solid;
    padding: 5px;
    margin-right: 5px;
}

.latest-act.owl-carousel.owl-theme .owl-nav .fa {
    display: block;
}

/* Skills */

#skills {
    text-align: center;
}


.skill-item {
    border: 2px solid #333;
    border-radius: 5px;
    padding: 30px 15px;
    margin-bottom: 30px;
    text-align: center;
}

.skill-item:hover {
    border: 1px solid transparent;
    box-shadow: 0 10px 20px #000;
}
.skill-item .icon-holder {
    border-radius: 50%;
    border: 2px solid #333;
    margin-bottom: 30px;
    display: inline-block;
    overflow: hidden;
}
.skill-item .icon-holder:hover {
	background: #333;
}

.skill-item  .icon-holder .fa{
	font-size: 40px;
	color: #000;
	padding: 30px;
}

.skill-item  .icon-holder .fa:hover{
	color: #fff;
	background: #333;
	border-radius: 50%;
	animation: spinAround 2s linear ;
}

 @keyframes spinAround {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.skill-item  a {
	color: #000;
	text-decoration: none;
}

.skill-item img {
    border-radius: 50%;
}

#skills .skill-item a.btn.blue {
    margin: 20px;
    color: #fff;
    text-decoration: none;
}


#skills .skill-item a:hover.btn.blue {
    text-decoration: none;
}

/** portfolio */

#portfolio,
#teams {
    text-align: center;
}

.portfolio-item{
	margin-bottom: 30px;
	position: relative;
	border:10px solid #efefef;
	overflow: hidden;
	color: #fff;
}
 .portfolio-icon {
    position: relative;
    border: 10px solid #efefef;
    overflow: hidden;
}
.portfolio-item img{
	width: 100%;
	transition: all 0.2s linear;
}


.portfolio-mask{
	display: block;
	position: absolute;
	top: 0;
	background: rgba(3, 3, 76, 0.7);
	width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease-in-out;
}

.portfolio-mask a:hover.btn.blue{
	opacity: 0.9;
}
.portfolio-item h2 {
    transform: translateY(-100px);
    opacity: 0;
    transition: all 0.2s ease-in-out;
    background: rgba(0, 0, 0, 0.7);
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 8px;
}
.portfolio-item p { 
    transform: translateY(100px);
    opacity: 0;
	transition: all 0.2s linear;
}
.portfolio-item a.btn{
    opacity: 0;
	transition: all 0.2s ease-in-out;
	margin-top: 15px;
}
.portfolio-item:hover img { 
	transform: scale(1.1);
} 
.portfolio-item:hover .portfolio-mask { 
	opacity: 1;
}
.portfolio-item:hover h2,
.portfolio-item:hover p,
.portfolio-item:hover a.btn {
    opacity: 1;
    transform: translateY(0px);
}
.portfolio-item:hover p {
    transition-delay: 0.1s;
}
.portfolio-item:hover a.btn {
    transition-delay: 0.2s;
}

/* Portfolio page*/
.portfolio-holder {
    text-align: center;
}

#portfolio .button-group.filter-button-group,
.inner-page.portfolio-page .portfolio-holder .button-group{
	margin: 50px 0 30px; 
}

.portfolio-section button,
.inner-page.portfolio-page .portfolio-holder .button-group button{
	margin: 0 2px; 
	color: #fff;
	text-transform: capitalize;
	padding: 5px 20px;
}

.portfolio-section button.is-checked,
.inner-page.portfolio-page .portfolio-holder .button-group button.is-checked{
	background: #fff;
	border: 2px solid;
}

/* Home Video */
.home-video{
	text-align: center;
}

.home-video.full-width{
} 

.home-video iframe {
    width: 100%;
    margin-bottom: -6px;
}

/* Teams */
#teams img{
	width: 100%;
}

.team-item{
	border:10px solid #efefef;
	position: relative;
	background: #efefef;
	overflow: hidden;
	text-align: center;
	margin-bottom: 30px;
}

.team-mask{
	padding: 10px 0;
	display: block;
	position: absolute;
	top: 0;
	background: #efefef;
	width: 100%;
    height: 100%;
    transition: all 0.4s ease-in-out;
    transform: translateY(375px);
}

.team-mask:hover{
    transform: translateY(0px);
    transition-delay: 0.4s;

} 

.team-mask a {
    color: #000;
    text-decoration: none;
}

.team-mask a:hover {
    text-decoration: underline;
}

.single-team .img-holder {
    margin-bottom: 30px;
}

.single-team span.designation:before {
    content: '\F1FA';
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 16px;
}

.single-team span.mail:before {
    content: '\F0E0';
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 16px;
}

.single-team span.phone:before {
    content: '\F095';
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 16px;
}

.single-team span.designation {
    display: inline-block;
}

.team-designation,
.testimonial-designation{
	color: #239ee8;
	font-size: 12px;
}

.latest_post.testimonial-holder{
	display: flex;
}

.team-item:hover img,
.team-item:hover .team-mask,
.team-item:hover h2,
.team-item:hover p,
.team-item:hover a.btn {
    transform: translateY(0px);
}


.team-info a i.fa {
    color: #000;
    border: 1px solid;
    border-radius: 50%;
    padding: 10px;
}

.team-holder .text-holder p {
   border-top: 2px solid; 
}

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

.team-holder .text-holder {
    position: absolute;
    bottom: 0;
    background: #efefef;
    height: 100%;
    transition: all 0.4s ease-in-out;
    transform: translateY(345px);
    text-align: center;
}

.team-holder:hover .text-holder{
	transform: translateY( 0px );
}

/* Team archive page */

.inner-page.team-page .team-holder {
    border: 10px solid #efefef;
    background: #efefef;
}

.name a {
    color: #000;
    text-decoration: none;
}

.name a:hover {
    text-decoration: underline;
}

.team-holder .top {
    margin-top: 10px;
}

/* Testimonial */

.testimonial-thumbnail{
	text-align: center;
	border: 10px solid #efefef;
	background: #efefef;
	color: #000;
}

.testimonial-thumbnail img{
	width: 100%;
}

.testimonial-info {
	margin: 10px 0;
}

.testimonial-text {
    margin: 150px 0;
}

.testimonial-slider .owl-nav{
	position: absolute;
	bottom: 55%;
}

.testimonial-slider .owl-nav .fa{
	font-size: 36px;
}

/* client_section */
#client_section .owl-item .img-holder img{
	width: auto;
}


a.btn-request {
    color: #1de9ea;
}
.latest_post.testimonial-holder {
    display: flex;
}

#client_section {
    padding: 75px 0;
    text-align: center;
    background: #efefef;
}

#client_section .owl-item .img-holder img{
    padding: 30px;
    vertical-align: middle;
    width: auto;
    margin: auto; 
}


#client_section .owl-item .img-holder a {
    display: inline-block;
}

#clients-holder .fa {
    font-size: 40px;
}


/* counter-section */
.sc-panel{
	text-align: center;
}

.sc-panel .diamond{
	width: 0;
	height: 0;
	border: 50px solid transparent;
	border-bottom-color: #00fff6;;
	position: relative; 
}

.sc-panel .diamond:after{
	content: '';
	position: absolute;
	left: -50px;
	top: 50px;
	width: 0;
	height: 0;
	border: 50px solid transparent;
	border-top-color: #00fff6;;

}

.sc-panel i {
    padding: 25px;
    font-size: 30px;
    transform: rotate(-45deg);
}
.sc-panel img {
    transform: rotate(-45deg);
    vertical-align: -webkit-baseline-middle;
    vertical-align: -moz-middle-with-baseline;
    vertical-align: -o-baseline-middle;
}
#stat_section .widget.widget_pttk_pro_stat_counter_widget{
	padding: 30px 0;
}

.widget_pttk_pro_stat_counter_widget .col .icon-holder{
	color: #03082b;
}


#secondary .widget_pttk_pro_icon_text_widget .pttk-itw-holder .icon-holder, #secondary .widget_pttk_pro_icon_text_widget .pttk-itw-holder .text-holder {
	text-align: center;
}

#secondary .widget_pttk_pro_icon_text_widget .pttk-itw-holder .icon-holder .fa {
    padding: 50px;
    background: #0000d3;
    border-radius: 50%;
}

.widget_pttk_pro_cta_widget .widget-content .btn-donate {
    background: #1de9ea none repeat scroll 0 0;
    border: 1px solid #1de9ea;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.widget_pttk_pro_stat_counter_widget h2.widget-title {
    border: none;
}

.widget-area .widget_pttk_pro_stat_counter_widget .widget-title:after  {
    display: none;
}

.sc-panel .widget_pttk_pro_stat_counter_widget .col .icon-holder {
    border: 5px solid;
    width: fit-content;
    text-align: center;
    transform: rotate(45deg);
    overflow: hidden;
    margin-bottom: 36px;
    width: 100px;
    height: 100px;
}

.sc-panel .widget_pttk_pro_stat_counter_widget .col .icon-holder .fa{
	vertical-align: -webkit-baseline-middle;
	vertical-align: -moz-baseline-middle;
	vertical-align: -o-baseline-middle;
}

.widget.widget_pttk_pro_stat_counter_widget{
	width:25%;
	float: left;
}

.counter-item {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
    text-align: -o-center;
}

.counter-item:hover {
    opacity: 0.7;
}

.counter-text {
    margin-top: 80px;
}

.number {
    font-size: 24px;
}

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

.form-submit input[type="text"],
.form-submit input[type="url"],
.form-submit input[type="email"],
.form-submit input[type="select"]
{
    width: 100%;
}

.contact .widget_pttk_pro_contact .widget-holder .email-link:before {
    top: 0;
}
/*meta*/

.entry-meta{
	padding-bottom: 5px;
	margin-top: 5px;
}

.entry-meta a{
    color: #000;
    text-decoration: none;
}

.entry-meta a:hover{
    color: #000;
    text-decoration: underline;
}
.entry-meta span {
    border-left: 1px solid #777;
    padding: 0px 10px;
    font-size: 14px;
}

.entry-meta span:first-child {
    border-left: 0;
    padding-left: 0px;
}


.entry-meta span.posted-on:before {
    content: '\F017';
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 16px;
}

.entry-meta span.category:before {
    content: '\F114';
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 16px;
}

.entry-meta span.comments-link:before {
    content: '\F0E5';
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 16px;
}

.entry-meta span.author:before {
    content: '\F007';
    font-family: 'FontAwesome';
    margin-right: 5px;
    font-size: 16px;
}

/* primary */

#primary{
	float: left;
	width: 70%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 50px;
}

.leftsidebar #primary{
	float: right;
}

.full-width #primary{
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}

#secondary {
    float: left;
    width: 30%;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
    border-left: 1px solid #cdcdcd;
}

.leftsidebar #secondary{
	border-right: 1px solid #cdcdcd;
	border-left: 0;
}

/* widgets */

.calendar_wrap {
    background: aliceblue;
}


.content-area a {
    color: #000;
}

.content-area a:hover {
    color: #3a3a3a;
}

.widget-area .widget-title{
	font-size: 25px;
	line-height: 40px;
	margin: 0 0 16px;
	font-family: 'Oswald', serif;
	border-bottom: 1px solid #cdcdcd;
}

h2.widget-title a {
    text-decoration: none;
}

.widget-area .widget-title:after{
	display: block;
    background: #1de9ea;
    height: 3px;
    width: 35px;
    content: '';
    margin-bottom: -2px;
}

.widget-area select {
    border: 1px solid #c7c7c9;
    border-radius: 5px;
    padding: 8px 2px;
    margin: 0 15px 0 0;
    width: 100%;
}


.widget.widget_business_ezone_pro_listed_post ul li{
	list-style: none;
	padding: 0;
    position: unset;
    display: -webkit-box;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #cdcdcd;
}

.widget.widget_business_ezone_pro_social_links ul li{
	list-style: none;
	padding: 0;
    position: unset;
    padding-right: 10px;
    float: left;
}

.widget.widget_business_ezone_pro_social_links ul li a {
	border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 5px;
}
#secondary .widget.widget_business_ezone_pro_social_links ul li a:hover,
.site-footer .widget.widget_business_ezone_pro_social_links ul li a:hover {
	color: #fff;
}

.widget.widget_business_ezone_pro_social_links ul li:after{
content: '';
}

.contact .widget.widget_business_ezone_pro_social_links h2.widget-title{
    padding: 20px 0;
}

.contact .contact-info {
	padding: 17px 15px;
}

.contact .widget.widget_business_ezone_pro_social_links ul{
	margin: 0;
}

.contact .widget.widget_business_ezone_pro_social_links ul.social-networks {
    display: initial;
    margin: 0;
    padding: 0;
}
.contact .widget.widget_business_ezone_pro_social_links ul li a[title*="facebook"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a[title*="facebook"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a[title*="facebook"]{
	padding: 10px 17px;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a[title*="twitter"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a[title*="twitter"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a[title*="twitter"]{
	padding: 10px 13px;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a[title*="instagram"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a[title*="instagram"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a[title*="instagram"]{
	padding: 10px 14px;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a[title*="google"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a[title*="google"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a[title*="google"]{
	padding: 10px;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a[title*="pinterest"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a[title*="pinterest"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a[title*="pinterest"]{
	padding: 10px 14px;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a[title*="linkedin"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a[title*="linkedin"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a[title*="linkedin"]{
	padding: 10px 14px;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a[title*="youtube"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a[title*="youtube"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a[title*="youtube"]{
	padding: 10px 14px;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a[title*="vimeo"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a[title*="vimeo"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a[title*="vimeo"]{
	padding: 10px 12px;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a[title*="dribbble"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a[title*="dribbble"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a[title*="dribbble"]{
	padding: 10px 14px;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a[title*="foursquare"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a[title*="foursquare"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a[title*="foursquare"]{
	padding: 10px 15px;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a[title*="flickr"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a[title*="flickr"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a[title*="flickr"]{
	padding: 10px 13px;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a[title*="reddit"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a[title*="reddit"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a[title*="reddit"]{
	padding: 10px 12px;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a[title*="skype"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a[title*="skype"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a[title*="skype"]{
	padding: 10px 13px;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a[title*="stumbleupon"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a[title*="stumbleupon"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a[title*="stumbleupon"]{
	padding: 10px 12px;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a[title*="tumblr"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a[title*="tumblr"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a[title*="tumblr"]{
	padding: 10px 17px;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a[title*="odnoklassniki"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a[title*="odnoklassniki"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a[title*="odnoklassniki"]{
	padding: 10px 15px;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a[title*="vk"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a[title*="vk"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a[title*="vk"]{
	padding: 10px 12px;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a[title*="xing"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a[title*="xing"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a[title*="xing"]{
	padding: 10px 14px;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="facebook"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="facebook"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="facebook"]{
	background: #3B5998;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="twitter"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="twitter"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="twitter"]{
	background: #1DA1F2;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="instagram"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="instagram"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="instagram"]{
	background: #A37960;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="google"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="google"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="google"]{
	background: #E33E2B;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="pinterest"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="pinterest"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="pinterest"]{
	background: #D73532;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="linkedin"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="linkedin"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="linkedin"]{
	background: #0274B3;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="youtube"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="youtube"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="youtube"]{
	background: #C12025;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="vimeo"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="vimeo"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="vimeo"]{
	background: #23B6EA;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="dribbble"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="dribbble"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="dribbble"]{
	background: #E45189;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="foursquare"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="foursquare"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="foursquare"]{
	background: #EF4B78;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="flickr"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="flickr"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="flickr"]{
	background: #0062DD;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="reddit"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="reddit"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="reddit"]{
	background: #FF4500;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="skype"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="skype"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="skype"]{
	background: #00AFF0;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="stumbleupon"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="stumbleupon"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="stumbleupon"]{
	background: #EB4924;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="tumblr"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="tumblr"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="tumblr"]{
	background: #314358;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="odnoklassniki"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="odnoklassniki"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="odnoklassniki"]{
	background: #ed812b;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="vk"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="vk"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="vk"]{
	background: #4c75a3;
}

.contact .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="xing"],
#secondary .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="xing"],
.site-footer .widget.widget_business_ezone_pro_social_links ul li a:hover[title*="xing"]{
	background: #cfdc00;
}

.widget.widget_business_ezone_pro_listed_post ul li:after{
	content: '';
}

.widget.widget_business_ezone_pro_listed_post ul li img{
	float: left;
	margin-right: 10px;
}

.widget.widget_business_ezone_pro_listed_post ul li .entry-header{
	overflow: hidden;
}

.search-form{
	background: #fff;
	border: 1px solid #e5e5e5;
	overflow: hidden;
	padding: 7px 0 8px 14px;
}

.search-form input[type="search"]{
    width: 85%;
	background: none;
	border: 0;
	border-radius: 0;
	font-size: 14px;
}

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

.site-header form input[type="submit"]:hover {
    background: url(images/search-icon.png) no-repeat;
}

.search .search-form{
	max-width: 400px;
}

.site-footer .widget-area{
	background: #021633;
	font-size: 16px;;
	line-height: 26px;
	color: #b0b0b0;
	padding-bottom: 40px;
	padding-top: 60px;
}
.site-footer .widget{
	width: 100%;
	padding: 0 15px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	float: left;
}
.site-footer .widget-area .widget-title{
	font-size: 25px;
	line-height: 32px;
	margin: 0 0 16px;
	color: #f5f5f5;
	font-family: 'Oswald', serif;
}


#secondary .widget .text-holder a {
    text-decoration: none;
    color: #000;
}

#secondary .widget .text-holder a:hover,
#secondary .widget .text-holder a:focus
 {
    text-decoration: underline;
}

.widget-area ul{
	margin: 0;
	padding: 0;

}
.widget-area ul li{
	list-style: none;
	padding: 0 0 10px 15px;
	position: relative;
}
.widget-area ul li:after{
	position: absolute;
	top: 0;
	font-family: 'FontAwesome';
	left:0;
	content: "\F101";
	color: #b6b6b6;
}
.widget-area ul li a{
	color: #cecece;
	font-size: 17px;
	line-height: 22px;
}

#secondary ul li a{
	color: #3a3a3a;
}
#secondary ul li a:hover{
	opacity: 0.5;
}

.widget.widget_tag_cloud .tagcloud{overflow: hidden;}

.widget.widget_tag_cloud .tagcloud a{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	color: #666;
	border: 1px solid #dedede;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	float: left;
	margin: 0 5px 5px 0;
	padding: 0 11px;
}

.widget.widget_tag_cloud .tagcloud a:hover,
.widget.widget_tag_cloud .tagcloud a:focus{
	text-decoration: none;
	background: #639bbc;
	border-color: #639bbc;
	color: #fff;
}

.widget_pttk_pro_category_post ul li,  .widget_pttk_pro_listed_post ul li, .widget_pttk_pro_author_post ul li{
	padding: 0 0 15px 0px;
}

.widget_pttk_pro_category_post ul li:after, .widget_pttk_pro_listed_post ul li:after, .widget_pttk_pro_author_post ul li:after{
	content: "";
}

.widget-area ul li a:hover{
	color: #b0b0b0;
}

.footer-b {
    background: #04081d;
}

.site-info {
	text-align: center;
    color: #cdcdcd;
    padding: 20px 0;
    font-weight: 300;
}



#mobile-header-top,
#mobile-header{display: none;}

#mobile-header a {
    color: #fff;
}

#mobile-header a {
    opacity: 0.8;
}

/* Social Share */
/*single post social icon style*/
.single-post #primary .post .social-share{margin-top: 30px;}

.single-post #primary .post .social-share .share-links{
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.single-post #primary .post .social-share .share-links li{
	float: left;
	margin-right: 3px;
}

.single-post #primary .post .social-share .share-links li a{
	width: 40px;
	height: 40px;
	color: #fff;
	background: #386FA7;
	line-height: 40px;
	text-align: center;
	display: block;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.single-post #primary .post .social-share .share-links li a:hover,
.single-post #primary .post .social-share .share-links li a:focus{
	-webkit-border-radius: 100px;
	border-radius: 50%;
}

.single-post #primary .post .social-share .share-links li a[href*="twitter"]{
	background: #55ACEE;
}

.single-post #primary .post .social-share .share-links li a[href*="facebook"]{
	background: #3B5998;
}

.single-post #primary .post .social-share .share-links li a[href*="linkedin"]{
	background: #007BB6;
}

.single-post #primary .post .social-share .share-links li a[href*="pinterest"]{
	background: #CB1F27;
}

.single-post #primary .post .social-share .share-links li a[href*="google"]{
	background: #DD493D;
}

.single-post #primary .post .social-share .share-links li a[href*="stumbleupon"]{
	background: #EB4924;
}

.single-post #primary .post .social-share .share-links li a[href*="reddit"]{
	background: #FF4500;
}

.single-post #primary .post .social-share.floating-share{
	position: fixed;
	left: 0;
	top: 30%;
	z-index: 9999;
}

.single-post #primary .post .social-share.floating-share ul li{
	float: none;
	display: block;
}

.single-post #primary .post .social-share.floating-share ul li a:hover,
.single-post #primary .post .social-share.floating-share ul li a:focus{
	width: 50px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.single-post #primary .post .social-share.floating-share{
	position: fixed;
	left: 0;
	top: 30%;
	z-index: 9999;
}

.single-post #primary .post .social-share.floating-share ul li{
	float: none;
	display: block;
}

.single-post #primary .post .social-share.floating-share ul li a:hover,
.single-post #primary .post .social-share.floating-share ul li a:focus{
	width: 50px;
	-webkit-border-radius: 0;
	border-radius: 0;
}

.single-post #primary .post .social-share .share-links {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.site-header {
    position: relative;
}

/* Header Search */
.site-header .btn-search{
	color: #fff;
	font-size: 14px;
	margin-top: 2px;
	float: right;
    margin-left: 30px;
}

.site-header .nav-holder{
	
	padding-bottom: 6px;
}

.site-header .nav-holder .nav-content{
	border-top: 1px solid #ebebeb;
	margin-top: 20px;
}

.site-header .nav-holder:after{
	content: '';
	display: block;
	clear: both;
}

.site-header .modal {
	display: none;
    position: fixed;
    z-index: 9999;
    padding:5px 0 100px; 
    left: 0;
    top: 0;
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8); 
}

/* Modal Content */
.site-header .modal-content {
    margin: auto;
    padding: 20px;
    text-align: center;
}

.site-header .modal-content form{
	margin:95px auto 0;
	height: 46px;
	background: #fff;
	width: 50%;
}
.site-header form input[type="search"]{
	height: 100%;
	padding:0 10px;
	width: 90%;
	background: none;
	border: 0;
	float: left;
}
.site-header form input[type="submit"]{
	height: 100%;
	border-radius: 0;
	color: #fff;
	/*background: #386fa7;*/
	border: 0;
	float: right;
}

/* The Close Button */
.site-header .close {
    color: #fff;
    float: right;
    font-size: 28px;
    cursor: pointer;
    height: 20px;
    width: 20px;
   /* background: url(images/modal-close.png) no-repeat;*/
}

/* Request button */
a.btn-request {
    background: transparent;
    padding: 2px 15px;
    float: right;
    border-radius: 5px;
    text-decoration: none;
    margin-left: 30px;
    border: 2px solid;
}

a:hover.btn-request {
	background: #ffffff;
    border: 2px solid #ffffff;
}

a.sidr-class-btn-request {
    padding: 15px;
    position: unset;
    display: block;
    text-decoration: none;
    border: 1px solid #ebebeb;
}
a:hover.sidr-class-btn-request {
	background: #ffffff;
	border: 1px solid;
}
/*inner page style*/

.content-area header.page-header,
.page .content-area header.entry-header {
    margin-bottom: 25px;
}

.content-area .post .post-thumbnail,
.content-area .page .post-thumbnail,
.content-area .latest_post .post-thumbnail {
    vertical-align: top;
	margin-bottom: 20px;
	display: block;
}

.content-area .entry-title a{
	text-decoration: none;
}

.content-area .entry-title a:focus, 
.content-area .entry-title a:hover{
	text-decoration: underline;
}

.content-area .post .entry-content .pull-right {
    width: 262px;
    float: right;
    text-align: right;
    border-top: 3px solid #19b1de;
    padding: 16px 0 0;
    margin: 0 0 0 30px;
}

.content-area .post .entry-content .pull-left {
    width: 262px;
    float: left;
    border-top: 3px solid #19b1de;
    padding: 16px 0 0;
    margin: 0 30px 30px 0;
}

.content-area .post .entry-content .dropcap {
    color: #59595b;
    float: left;
    font-size: 100px;
    font-weight: 700;
    height: 80px;
    line-height: 73px;
    margin-right: 15px;
}

.content-area .post .entry-content .highlight {
    background: #19b1de;
    padding: 0 3px;
}

.content-area .post .entry-content table th,
.content-area .page .entry-content table th {
    background: #dcf1ff;
    font: 700 17px/24px 'Oswald', sans-serif;
    color: #4f4f51;
    padding: 25px 30px;
    text-align: left;
    font-weight: 400;
}

.content-area .post .entry-content table td,
.content-area .page .entry-content table td {
    background: #f4f8ff;
    font: 700 17px/24px 'Oswald', sans-serif;
    color: #59595b;
    padding: 25px 30px;
    text-align: left;
    font-weight: 200;
}

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

.content-area .post .entry-content table tr:first-child,
.content-area .page .entry-content table tr:first-child {
    border-bottom: 0;
}

.content-area .post .entry-content pre,
.content-area .page .entry-content pre {
    position: relative;
    background: #f0f2f7;
    font-family: "Courier New", Courier, monospace;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 1.5em;
    padding: 1.6em;
    overflow: auto;
    max-width: 100%;
    color: #59595b;
}

.content-area .post .entry-content ul,
.content-area .page .entry-content ul,
.content-area .post .entry-content ol,
.content-area .page .entry-content ol {
    padding: 0;
}

.content-area .post form label,
.content-area .post form label {
    font-size: 19px;
    line-height: 26px;
    display: block;
    margin: 0 0 10px;
}

.content-area .post form input[type="text"],
.content-area .post form input[type="email"],
.content-area .post form input[type="url"],
.content-area .post form input[type="password"],
.content-area .page form input[type="text"],
.content-area .page form input[type="email"],
.content-area .page form input[type="url"],
.content-area .page form input[type="password"] {
    width: 60%;
    border: 1px solid #cfcfd4;
    border-radius: 3px;
    padding: 5px 10px;
}

.content-area .post select{
}

.content-area .post form textarea,
.content-area .page form textarea {
    border: 1px solid #cfcfd4;
    border-radius: 3px;
    padding: 5px 10px;
    width: 100%;
    height: 160px;
    resize: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.content-area .post form select,
.content-area .page form select {
    width: 255px;
    border: 1px solid #cfcfd4;
    border-radius: 3px;
    padding: 5px 10px;
}

.content-area .post form .radio-group,
.content-area .page form .radio-group {
    overflow: hidden;
}

.content-area .post form .radio-button,
.content-area .page form .radio-button {
    float: left;
}

.content-area .post form .radio-button label,
.content-area .page form .radio-button label {
    float: left;
    margin-right: 30px;
}

.content-area .post form .radio-button input[type="radio"],
.content-area .page form .radio-button input[type="radio"] {
    float: left;
    margin: 6px 10px 0 0;
}

.content-area .post form .checkbox-button,
.content-area .page form .checkbox-button {
    overflow: hidden;
}

.content-area .post form .checkbox-button label,
.content-area .page form .checkbox-button label {
    float: left;
}

.content-area .post form .checkbox-button input[type="checkbox"],
.content-area .page form .checkbox-button input[type="checkbox"] {
    float: left;
    margin: 6px 10px 0 0;
}

.content-area .post form input[type="submit"],
.content-area .page form input[type="submit"] {
    font: 600 16px/38px 'Source Sans Pro', sans-serif;
    color: #3c3b3b;
    background: #ffbc00;
    border-radius: 5px;
    width: 102px;
    border: 0;
    box-shadow: none;
    height: 38px;
    padding: 0;
}

.content-area .post form input[type="submit"]:hover,
.content-area .page form input[type="submit"]:hover {
    background: #eaad00;
}

.content-area .post form input[type="reset"],
.content-area .page form input[type="reset"] {
    font: 600 16px/38px 'Source Sans Pro', sans-serif;
    color: #3c3b3b;
    background: none;
    border-radius: 5px;
    width: 102px;
    border: 1px solid #cbcbcb;
    box-shadow: none;
    height: 38px;
    padding: 0;
}

.content-area .post form input[type="reset"]:hover,
.content-area .page form input[type="reset"]:hover {
    background: #cbcbcb;
}

.content-area .author-section {
    border: 1px solid #cdcdcd;
    padding: 15px;
    display: inline-block;
    margin: 25px 0;
}

.author-section h2.title {
    margin-bottom: 10px;
}

.content-area .author-section .img-holder {
    float: left;
    margin-right: 10px;
    border: 6px solid #ddd;
}

.content-area .author-section .text-holder {
    overflow: hidden;
}
.content-area .author-section .text-holder p{
    margin: 0;
}

.content-area .entry-footer {
    margin-bottom: 100px;
}

.category .content-area article,
.search-results .content-area article {
    border-bottom: 4px double #808080;
}

.error404 .search-form {
	max-width: 400px;
	margin: auto;
}

.error404 .error-404{
	padding: 100px 0;
	text-align: center;
	max-width: 600px;
    margin: auto;
}

.error404 .error-404 h1{
	margin-bottom: 30px;
	font-size: 72px;
}

.similar-posts article {
    margin-bottom: 30px;
}

.similar-posts .post-thumbnail {
    vertical-align: top;
    margin-bottom: 15px;
    display: block;
}


/*comment area style*/
.comments-area{
	border: 1px solid #eee;
	padding: 27px 35px;
	margin: 0 0 45px;
}

.comments-area .comments-title,
.comments-area .comment-reply-title{
	font-size: 24px;
	line-height: 28px;
	font-weight: 400;
	color: #353d47;
	margin: 0 0 20px;
}

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

.comments-area .comment-list .comment-body .avatar{
	float: left;
	width: 70px;
	margin-right: 27px;
}

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

.comments-area .comment-list .comment-body .fn{
	font-size: 18px;
	line-height: 22px;
	color: #353d47;
	display: block;
	overflow: hidden;
}

.comments-area .comment-list .comment-body .comment-metadata{
	overflow: hidden;
	font-size: 14px;
	line-height: 17px;
	color: #999;
	margin: 0 0 10px;
}

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

.comments-area .comment-list .comment-body .comment-metadata a:hover{
	color: #639bbc;
	text-decoration: none;
}

.comments-area .comment-list .comment-body .comment-content,
.comments-area .comment-list .comment-body .reply{margin-left: 97px;}

.comments-area .comment-list .comment-body .reply a{
	display: inline-block;
	background: #639bbc;
	font-size: 13px;
	line-height: 25px;
	height: 25px;
	color: #fff;
	width: 70px;
	text-align: center;
}

.comments-area .comment-list .comment-body .reply a:hover,
.comments-area .comment-list .comment-body .reply a:focus{
	text-decoration: none;
	opacity: 0.8;
}

.comments-area .comment-list .comment-body{
	border-bottom: 1px solid #f2f2f2;
	padding-bottom: 27px;
	margin-bottom: 25px;
}

.comments-area .comment-list > li:last-child .comment-body{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.comments-area .comment-list .children{
	margin-left: 2.5em;
	margin-top: 1.5em;
}

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

.comments-area .comment-form .comment-form-author,
.comments-area .comment-form .comment-form-email,
.comments-area .comment-form .comment-form-url{
	float: left;
	width: 30.8%;
	margin-right: 27px;
}

.comments-area .comment-form .comment-form-url{margin-right: 0;}

.comments-area .comment-form .form-submit{margin: 0;}

.comments-area .comment-form input[type="text"],
.comments-area .comment-form input[type="url"],
.comments-area .comment-form input[type="email"]{width: 100%;}

.inner-page {
    margin-top: 50px;
}

.inner-page .entry-header {
    margin: 0 15px 15px;
}

/*---------------------------------------------------------------
 Shortcode style
----------------------------------------------------------------*/
/*shortcode accordion*/
#primary .post .entry-content .prosys_accordian,
#primary .page .entry-content .prosys_accordian{
	border: 1px solid;
	margin: 0 0 15px;
}

#primary .post .entry-content .prosys_accordian .prosys_accordian_title,
#primary .page .entry-content .prosys_accordian .prosys_accordian_title{
	padding: 7px 15px 7px 35px;
	color: #fff;
	position: relative;
	cursor: pointer;
}

#primary .post .entry-content .prosys_accordian .prosys_accordian_title:before,
#primary .page .entry-content .prosys_accordian .prosys_accordian_title:before{
	background: #fff;
    content: '';
    height: 3px;
    left: 12px;
    position: absolute;
    top: 50%;
    width: 15px;
}

#primary .post .entry-content .prosys_accordian .prosys_accordian_title:after,
#primary .page .entry-content .prosys_accordian .prosys_accordian_title:after{
	background: #fff;
    content: "";
    height: 3px;
    left: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(90deg) scale(1);
    -moz-transform: rotate(90deg) scale(1);
    transform: rotate(90deg) scale(1);
    width: 15px;
}

#primary .post .entry-content .prosys_accordian .prosys_accordian_title.active:after,
#primary .page .entry-content .prosys_accordian .prosys_accordian_title.active:after{opacity: 0;}

#primary .post .entry-content .prosys_accordian .prosys_accordian_content,
#primary .page .entry-content .prosys_accordian .prosys_accordian_content{
	padding: 10px 20px;
}

/*CTA button*/
#primary .entry-content .center{
	text-align: center;
}

#primary .entry-content .prosys_call_to_action_button{
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    padding: 12px 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    margin: 15px 5px;
}

#primary .entry-content .prosys_call_to_action_button:hover,
#primary .entry-content .prosys_call_to_action_button:focus{
	text-decoration: none;
    color: #fff;
}

#primary .entry-content .prosys_call_to_action.right:after{
	content: '';
	display: block;
	clear: both;
}

#primary .entry-content .prosys_call_to_action.right .prosys_call_to_action_button{
	float: right;
}

/*dropcap*/
.prosys-drop-cap2 {
    float: left;
    font-size: 53px;
    line-height: 48px;
    padding-right: 10px;
}

.prosys-drop-cap3 {
    float: left;
    font-size: 80px;
    padding-right: 10px;
    line-height: 67px;
}

.prosys-drop-cap4 {
    float: left;
    font-size: 115px;
    line-height: 90px;
    padding-right: 10px;
}

/*list-style*/
#primary .post .entry-content ul,
#primary .page .entry-content ul{
	margin: 0 0 30px 15px;
	padding: 0;
}

#primary .post .entry-content ul.prosys-list,
#primary .page .entry-content ul.prosys-list{list-style: none;}

#primary .post .entry-content .prosys-list li,
#primary .page .entry-content .prosys-list li{
	padding-left: 30px;
	position: relative;
	margin-bottom: 10px;
    background: none;
}

#primary .post .entry-content .prosys-list.prosys-list-style1 li:before,
#primary .page .entry-content .prosys-list.prosys-list-style1 li:before{
	content: '\f00c';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .prosys-list.prosys-list-style2 li:before,
#primary .page .entry-content .prosys-list.prosys-list-style2 li:before{
	content: '\f0da';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .prosys-list.prosys-list-style3 li:before,
#primary .page .entry-content .prosys-list.prosys-list-style3 li:before{
	content: '\f18e';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .prosys-list.prosys-list-style4 li:before,
#primary .page .entry-content .prosys-list.prosys-list-style4 li:before{
	content: '\f005';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .prosys-list.prosys-list-style5 li:before,
#primary .page .entry-content .prosys-list.prosys-list-style5 li:before{
	content: '\f04d';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 9px;
}

#primary .post .entry-content .prosys-list.prosys-list-style6 li:before,
#primary .page .entry-content .prosys-list.prosys-list-style6 li:before{
	content: '\f1cd';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .prosys-list.prosys-list-style7 li:before,
#primary .page .entry-content .prosys-list.prosys-list-style7 li:before{
	content: '\f1d8';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .prosys-list.prosys-list-style8 li:before,
#primary .page .entry-content .prosys-list.prosys-list-style8 li:before{
	content: '\f0a4';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .prosys-list.prosys-list-style9 li:before,
#primary .page .entry-content .prosys-list.prosys-list-style9 li:before{
	content: '\f069';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

#primary .post .entry-content .prosys-list.prosys-list-style10 li:before,
#primary .page .entry-content .prosys-list.prosys-list-style10 li:before{
	content: '\f056';
	font-family: 'FontAwesome';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 12px;
}

/*shortcode social icon*/
#primary .entry-content .social-shortcode:after{
	content: '';
	display: block;
	clear: both;
}

#primary .entry-content .social-shortcode a{
    color: #fff;
    border-radius: 3px;
    float: left;
    height: 30px;
    padding: 2px 0;
    vertical-align: middle;
    width: 30px;
    text-align: center;
    line-height: 25px;
    margin: 0 10px 10px 0;
    font-size: 15px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#primary .entry-content .social-shortcode a[href*="facebook"]{background: #3B5998;}

#primary .entry-content .social-shortcode a[href*="twitter"]{background: #1DA1F3;}

#primary .entry-content .social-shortcode a[href*="instagram"]{background: #8F49C5;}

#primary .entry-content .social-shortcode a[href*="google"]{background: #D95433;}

#primary .entry-content .social-shortcode a[href*="pinterest"]{background: #BD081C;}

#primary .entry-content .social-shortcode a[href*="linkedin"]{background: #0077B5;}

#primary .entry-content .social-shortcode a[href*="youtube"]{background: #CF1F1F;}

#primary .entry-content .social-shortcode a[href*="vimeo"]{background: #01B4EE;}

#primary .entry-content .social-shortcode a[href*="dribbble"]{background: #F26798;}

#primary .entry-content .social-shortcode a[href*="foursquare"]{background: #F94777;}

#primary .entry-content .social-shortcode a[href*="flickr"]{background: #0063DB;}

#primary .entry-content .social-shortcode a[href*="reddit"]{background: #FF4500;}

#primary .entry-content .social-shortcode a[href*="skype"]{background: #00ABE9;}

#primary .entry-content .social-shortcode a[href*="stumbleupon"]{background: #EE4813;}

#primary .entry-content .social-shortcode a[href*="tumblr"]{background: #36465D;}

#primary .entry-content .social-shortcode a .fa{
	font-size: 15px;
	line-height: 25px;
}

#primary .entry-content .social-shortcode a:hover,
#primary .entry-content .social-shortcode a:focus{
    -webkit-border-radius: 50%;
    border-radius: 50%;
	text-decoration: none;
}

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

/*shortcode tab*/
#primary .entry-content .prosys_tab_wrap{margin: 0 0 1.5em;}

#primary .entry-content .prosys_tab_wrap .prosys_tab_group .tab-title{
	float: left;
	padding: 5px 9px;
	border: 1px solid;
	cursor: pointer;
}

#primary .entry-content .prosys_tab_wrap .prosys_tab_group .tab-title.active,
#primary .entry-content .prosys_tab_wrap .prosys_tab_group .tab-title:hover,
#primary .entry-content .prosys_tab_wrap .prosys_tab_group .tab-title:focus{
	color: #fff;
}

#primary .entry-content .prosys_tab_wrap .prosys_tab_content{
	padding: 10px 20px;
	background: #f8f8f8;
}

#primary .entry-content .prosys_tab_wrap.vertical .prosys_tab_group{
	float: left;
	width: 225px;
}

#primary .entry-content .prosys_tab_wrap.vertical .prosys_tab_content{overflow: hidden;}

#primary .entry-content .prosys_tab_wrap.vertical .prosys_tab_group .tab-title{
	float: none;
	display: block;
}

/*shortcode toggle*/
.prosys_toggle{
	border: 1px solid;
	margin: 0 0 10px;
}

.prosys_toggle .prosys_toggle_title{
    color: #fff;
    cursor: pointer;
    padding: 7px 15px 7px 35px;
    position: relative;
}

.prosys_toggle .prosys_toggle_title:after{
	background: #fff;
    content: "";
    height: 3px;
    left: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(90deg) scale(1);
    -moz-transform: rotate(90deg) scale(1);
    transform: rotate(90deg) scale(1);
    width: 15px;
}

.prosys_toggle .prosys_toggle_title:before{
	background: #fff;
    content: "";
    height: 3px;
    left: 12px;
    position: absolute;
    top: 50%;
    width: 15px;
}

.prosys_toggle .prosys_toggle_title.active:after{opacity: 0;}

.prosys_toggle .prosys_toggle_content{padding: 10px 20px;}

/*shortcode slider*/
#primary .post .entry-content .shortcode-slider ul, 
#primary .page .entry-content .shortcode-slider ul{margin: 0;}

#primary .post .entry-content .shortcode-slider ul li, 
#primary .page .entry-content .shortcode-slider ul li{
    padding: 0;
    background: none;
}

#primary .entry-content .shortcode-slider .lSAction > .lSPrev{
    left: 10px;
}

/*shortcode grid layout*/
.prosys-row{
	margin: 0 -15px;	
}

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

.prosys_column{
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
}

.prosys-span1{width: 16.66%;}

.prosys-span2{width: 33.33%;}

.prosys-span3{width: 50%;}

.prosys-span4{width: 66.66%;}

.prosys-span5{width: 83%;}

.prosys-span6{width: 100%;}

.divider{margin: auto;}

/* CSS Code Below This Line is Added By Developer*/

.cat-links, .tags-links{
	margin-right: 10px;
}

.page-template-template-contact .site-content {
    padding: 75px 0;
}

/* scroll top */

.scrollup {
    width: 38px;
    height: 38px;
    position: fixed;
    bottom: 23px;
    right: 115px;
    text-align: center;
    background: #ededed;
    display: none;
    color: #000;
    font-size: 21px;
}

a:hover.scrollup {
	color: #000;
}

.scrollup .fa {
    vertical-align: text-bottom;
}



/*responsive style*/
@media only screen and (max-width: 1199px){
	.boxed, .container{
		width: 970px;
	}

	.has-header-image .video-header,
	.has-header-video .video-header{
		position: relative;
		display: table;
		height: 400px;
		width: 100%;
	}

	#latest-activity .owl-theme .owl-prev,
	#testimonial .owl-theme .owl-prev {
	    left: 0px;
	}

	#latest-activity .owl-theme .owl-next,
	#testimonial .owl-theme .owl-next {
	    right: 0px;
	}


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

	.vider-header .banner-text .title,
	.banner .banner-text .title{
		font-size: 40px;
		line-height: 49px;
	}

	.banner-text p{margin: 0 0 20px;}

	.video-header .btn-scroll-down,
	.banner .btn-scroll-down{padding: 0 0 37px;}




@media only screen and (max-width: 991px){

	.has-header-image .video-header,
	.has-header-video .video-header{
		position: relative;
		display: table;
		height: 350px;
		width: 100%;
	}

	.banner-text {
	    padding-left: 10%;
	    padding-right: 10%;
	}

	body.sidr-open{
		overflow: hidden;
	}

	a#responsive-menu-button {
	    line-height: 0;
	}
	
	span.sidr-class-screen-reader-text {
	    display: none;
	}

	.sidr-class-close{
		display: none;
	}

	input[type="search"].sidr-class-search-field {
	    width: 195px;
	}

	input[type="submit"].sidr-class-search-submit {
	    float: left;
	    position: absolute;
	    top: 0;
	    right: 0;
	    padding: 11px;
	    border: 0;
	    border-radius: unset;
	}

	.sidr input[type=button]:hover, 
	.sidr input[type=submit]:hover {
	    opacity: 0.8;
	}

	.sidr-class-search-content {
	    margin: 10px 10px 0 0;
	    position: relative;
	}
	#about, #latest-activity, #skills, #portfolio, #teams, #testimonial, .sc-panel {
	    padding: 100px 0;
	}

	p{
    	margin: 5px 0;
    	line-height: 23px;
	}

	.about-item img.size-business-ezone-pro-three-col{
		width: 50%;
		margin-bottom: 10px;
	}

	.boxed, .container{width: 750px;}
	
	#mobile-header-top{
		display: block;
		float: right;
		background: #666;
		padding: 2px 4px;
	}

	#mobile-header{
		display: block;
		float: right;
		margin-top: 5px;
		padding: 2px 4px;
		background: #666;
	}

	#mobile-header span{
		width: 22px;
		height: 3px;
		background: #fff;
		display: block;
		margin-bottom: 3px;
	}

	#mobile-header a{display: block;}

	.top-menu,
	.main-navigation{display: none;}

	.site-header{padding: 0px;}

	#about, #latest-activity, #skills, #portfolio, #teams, #testimonial, .sc-panel {
	    padding: 100px 0;
	}

	#about header.main-header, #latest-activity header.main-header, #skills header.main-header, #portfolio header.main-header, #teams header.main-header, #testimonial header.main-header, #client_section header.main-header, .sc-panel header.main-header {
	    text-align: center;
	    margin-bottom: 35px;
	}

	#skills .skill-item .btn.blue {
	    margin: 15px;
	}

	.video-header .banner-text .title,
	.banner .banner-text .title{
		font-size: 30px;
		line-height: 36px;
	}

	.banner .btn-scroll-down{padding: 0 0 30px;}

	.banner .btn-scroll-down span:after{
		background-size: 25px 12px;
		left: 25px;
	}

	.banner .btn-scroll-down span{
		background-size: 25px 36px;
		background-position: 50% 15px;
		font-size: 10px;
	}

	.skill-item {
	    padding: 15px 5px;
   		margin-bottom: 15px;
	}

	.portfolio-item h2 {
	    margin-top: 16px;
	}

	.team-mask {
		transform: translateY(195px);
	}
	
	#primary,
	#secondary{width: 100%;}
	#primary .site-main{padding-right: 0;}
	.widget.widget_foodlover_instagram ul li a img{width: 100%;}

	.testimonial-text {
	    margin: 20px 0;
	}

}

@media only screen and (max-width: 768px){
	.has-header-image .video-header,
	.has-header-video .video-header{
		position: relative;
		display: table;
		height: 300px;
		width: 100%;
	}

	.about-item img.size-business-ezone-pro-three-col{
		width: 100%;
		margin-bottom: 10px;
	}

	.col-3, .col-4, .col-6, .col-8, .col-9{
		width: 50%;
	}

	.nav-content {
    	display: inline-block;
    	/* width: 100%; */
    	float: right;
	}
	.about-item img {
	    overflow: hidden;
	    margin-right: 30px;
	    width: 100%;
	    margin-bottom: 30px;
	}

	.about-text {
	    overflow: initial;
	}

	.about-text h1 {
    	font-size: 36px;
    	line-height: 42px;
	}
	#latest-activity .col-4{
		width: 100%;
	}

	#latest-activity .col-4 img{
		width: 100%;
	}

	.boxed, .container{width: 100%;}

	.header-bottom {
	    padding: 5px 0px 0;
	}

	.video-header .banner-text{
		position: relative;
		top: 0;
	}
	.banner-text {
	    padding-left: 10%;
	    padding-right: 10%;
	}

	.banner .banner-text{
		position: relative;
		top: 0;
		background: #3c3c3c;
	}

	.banner .banner-text{padding: 20px 0 40px;}

	#banner .owl-theme .owl-prev {
	    top: 200px;
	}

	#banner .owl-theme .owl-next {
	    top: 200px;
	}


	#testimonial .owl-theme .owl-prev {
	    top: 200px;
	}

	#testimonial .owl-theme .owl-next {
	    top: 200px;
	}

	#testimonial .col-4{
		width: 50%;
		text-align: center;
	}

	 #testimonial .col-8{
		width: 50%;
	}

	.testimonial-thumbnail {
	    width: 100%;
	}

	.testimonial-text {
	    margin: 20px 0;
	}

	.team-mask {
	    transform: translateY(85%);
	}

	#stat_section .widget.widget_pttk_pro_stat_counter_widget{
		width: 50%;
	}

	.contact .contact-info {
	    padding: 0 15px;
	}

	.blog-section .post .post-thumbnail{margin: 0 0 30px;}
	#primary .author .text-holder{width: 100%;}
	
	.comments-area{
		padding: 10px;
	}

	.comments-area .comment-list .comment-body .avatar{
		float: none;
		clear: both;
	}

	.comments-area .comment-list .comment-body .comment-content,
	.comments-area .comment-list .comment-body .reply{
		margin-left: 0;
	}

	.comments-area .comment-list .children{margin-left: 20px;}

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

	.contact-info {
	    margin-top: 50px;
	}

	.scrollup {
	    position: fixed;
	    bottom: 23px;
	    right: 23px;
	}


	ul li.sidr-class-menu-item-has-children ul.sidr-class-sub-menu{
		display: none;
	}


	ul li.sidr-class-menu-item-has-children:hover ul.sidr-class-sub-menu{
		display: block;
	}
	
	}


@media only screen and (max-width: 480px){
	.has-header-image .video-header,
	.has-header-video .video-header{
		position: relative;
		display: table;
		height: unset;
		width: 100%;
	}

	.has-header-video .video-header .custom-header-media {
	    position: unset;
	}



	.header-top .widget.widget_pttk_pro_contact .widget-holder {
	    display: block;
	    font-size: 12px;
    	line-height: 16px;
	}


	a.btn-request {
	    color: #1de9ea;
	    display: block;
	    float: right;
	    margin: 0;
	}

	.nav-content {
	    display: block;
	    float: right;
	}

	#mobile-header {
	    display: block;
	    float: right;
	    margin-top: 3px;
	}

	#stat_section .widget.widget_pttk_pro_stat_counter_widget{
		width: 100%;
	}

	h1 {
	    font-size: 26px;
	}

	.owl-theme .owl-nav {
	    display: none;
	}

	a.btn-request.customize-unpreviewable {
	    float: left;
	    margin: 0;
	}

	.search-content{
		display:none;
	}

	.testimonial-thumbnail {
	    width: 100%;
	}


	h1{
		font-size: 32px;
	}

	#banner .owl-theme .owl-prev {
	    top: 100px;
	}

	#banner .owl-theme .owl-next {
	    top: 100px;
	}

	#testimonial .owl-theme .owl-prev {
	    top: 200px;
	}

	#testimonial .owl-theme .owl-next {
	    top: 200px;
	}


	.col-3, .col-4, .col-6, .col-8, .col-9{
		width: 100%;
	}


	.team-mask {
	    transform: translateY(88%);
	}
	.site-info .left,
	.site-info .right
	{
		float: none;
	}

	#testimonial .col-4{
		width: 100%;
	}

	 #testimonial .col-8{
		width: 100%;
	}

	.widget.widget_pttk_pro_stat_counter_widget{
		width: 100%;
	}
}