/*
Theme Name: Business One Page Pro
Theme URI: http://raratheme.com/wordpress-themes/business-one-page-pro/
Author: Rara Theme
Author URI: http://raratheme.com/
Description: Business One Page Pro is a clean, modern and engaging one page WordPress Theme suitable for business website, digital agency, freelancers, portfolio, product showcase, bloggers and everyone one who appreciate beautiful design. The design is responsive and shows very well in mobile and tablet devices. The theme is SEO friendly and make it easy to find on Google and other search engines. It is loaded with theme options and provides several features to make user-friendly, interactive and visually stunning website. Such features includes advance slider options, portfolio and product showcase, team member, our services showcase, 2 clear Call to Actions (CTA) buttons, testimonials, social media, contact details with contact form. It also includes 3 custom widgets for recent posts, popular posts and social media. The theme is also translation ready.
Version: 1.1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: business-one-page-pro
Tags: Blog, two-columns, right-sidebar, footer-widgets, custom-background, custom-menu, featured-image-header, featured-images, post-formats, threaded-comments, translation-ready, full-width-template, theme-options

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 One Page is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: 'Source Sans Pro', 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 {
	text-decoration:none;
    color:#bbbcc1;
    outline:none;
}

a:active,
a:hover {
	text-decoration:underline;
    color: #f4b400;
}

a:focus{outline: none;}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

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

figure {
	margin: 1em 40px;
}

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

pre {
	overflow: auto;
}

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

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

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

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

input {
	line-height: normal;
}

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

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

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

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

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

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

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #59595b;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 17px;
	line-height: 26px;
}

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

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

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

body {
	color:#59595b;
    font:17px/26px 'Source Sans Pro', sans-serif;
    background:#fff;
     overflow-y: scroll;
    -webkit-text-size-adjust:100%;
    -ms-text-size-adjust:none;
}

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

blockquote,
q {
	quotes: "" "";
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 19px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #fff;
	background: #ffbc00;
	border-radius: 5px;
	border: 0;
	box-shadow: none;
	text-align: center;
	text-shadow: none;
	padding: 10px 15px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.8;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	opacity: 0.8;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 15px;
    line-height: 18px;
    outline: medium none;
    padding: 15px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	/*padding: 3px;*/
}

textarea {
	padding: 15px;
	width: 100%;
}

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

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

a:focus {
	outline: none;
}

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

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

.main-navigation ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1px;
}

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

.main-navigation ul li{
	float: left;
	/*margin: 0 0 0 49px;*/
	margin: 0 0 0 40px;
	position: relative;
}

.main-navigation ul li a{
	color: #59595b;
	display: block;
	/*padding: 0 0 41px;*/
	padding-bottom: 23px;
}

.main-navigation ul .current-menu-item a{
	/*padding: 0 0 41px;*/
	/*border-bottom: 1px solid #1c5d8c;*/
	color: #1c5d8c;
}

.main-navigation ul li a:hover,
.main-navigation ul li:hover > a{
	color: #1c5d8c;
	text-decoration: none;
	/*padding: 0 0 40px;*/
	/*border-bottom: 1px solid #1c5d8c;*/
}

.main-navigation ul ul{
	position: absolute;
	top: 100%;
	/*left: 0;*/
	right: 0;
	width: 222px;
	box-shadow: none;
	display: none;
}

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

.main-navigation ul ul li a{
	background: #f7f7f7;
	display: block;
	padding: 11px 16px;
	border-bottom: 1px solid #d6d6d7;
	width: 100%;
}

.main-navigation ul ul li a:hover,
.main-navigation ul ul li:hover > a{
	/*border-bottom: 1px solid #d6d6d7;*/
	padding: 11px 16px;
}

.main-navigation ul li:hover ul{display: block;}
.main-navigation ul li:hover ul ul{display: none;}
.main-navigation ul ul li:hover > ul{display: block;}
.main-navigation ul ul ul{
	right: 100%;
	top: 0;
}

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

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

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

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

.hentry {
	margin: 0 0 1.5em;
}

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

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

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

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
}

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

.gallery-item img{width: 100%;}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
	font: 700 18px/23px 'Oxygen', sans-serif;
	color: #252626;
}

.site{background: #fff;}

.custom-background-image .site,
.custom-background-color .site{margin: 20px;}
/*common site style*/
.container{
	width: 1170px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

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

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

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

/*header style*/
.top-header{
	background: #0b578e;
	position: relative;
	z-index: 1;
}

.top-header .social-networks{
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 13px;
	text-align: center;
}

.top-header .social-networks li{
	float: left;
	margin-right: 1px;
}

.top-header .social-networks li a{
	display: block;
	color: #fff;
	/*background: #135c92;*/
	background: rgba(0, 0, 0, 0.1);
	width: 38px;
	height: 45px;
	line-height: 45px;
}

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

.site-header{
	/*padding: 29px 0 0;*/
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	background: #fff;
	right: 0;
}

.site-header .header-b{padding: 29px 0 10px;}

.headroom--not-top{box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);}

.headroom {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
    transition: all 0.5s;
}

.headroom--pinned {
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}

.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.site-branding{
	float: left;
}

.site-branding .site-title{
	margin: 0;
}

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

.site-branding .site-description{
	margin: 0;
	font-size: 13px;
	line-height: 27px;
	color: #5b5b5d;
	letter-spacing: 0.03em;
}

/*navigation style*/
.top-menu{float: right;}

.top-menu ul{
	margin: 0 13px 0 0;
	padding: 0;
	list-style: none;
	font-size: 14px;
}

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

.top-menu ul li{
	float: left;
	margin-left: 27px;
	position: relative;
}

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

.top-menu ul li a{
	display: block;
	color: #fff;
	padding: 9px 0;
}

.top-menu ul li a:hover,
.top-menu ul li a:focus,
.top-menu ul .current-menu-item > a,
.top-menu ul li:hover > a,
.top-menu ul li:focus > a{
	border-bottom: 1px solid #fff;
	text-decoration: none;
	color: #cbced0;
}

.top-menu ul ul{
	position: absolute;
	top: 100%;
	right: 0;
	width: 200px;
	background: #0B578E;
	display: none;
	margin: 0;
}

.top-menu ul ul li{
	float: none;
	display: block;
	width: 100%;
	margin: 0;
}

.top-menu ul li:hover ul{display: block;}

.top-menu ul ul li a{
	display: block;
	padding: 10px;
	/*border-top: 1px solid #0d69ac;*/

	border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.top-menu ul ul li a:hover,
.top-menu ul ul li a:focus,
.top-menu ul ul .current-menu-item a,
.top-menu ul ul li:hover > a,
.top-menu ul ul li:focus > a{border-bottom: 0;}

.top-menu ul ul ul{
	/*right: 100%;*/
	left: -100%;
	top: 0;
}

.top-menu ul li:hover ul ul{display: none;}

.top-menu ul ul li:hover ul{display: block;} 

/*banner style*/
.banner{
	margin-top: 140px;
	position: relative;
}

.banner .flexslider{
	border: 0;
	background: none;
	border-radius: 0;
	margin: 0;
	overflow: hidden;
}

.banner img{
	width: 100%;
	vertical-align: top;
}

.banner-text{
	position: absolute;
	/*width: 100%;*/
	/*left: 0;*/
	bottom: 30%;
	z-index: 2;
	width: 100%;
	text-align:center;
}

.banner .flexslider .slides > li{position: relative;}

.banner .lSSlideOuter .lightSlider > *,
.banner .lSSlideOuter .lSGallery li{
	position: relative;
}

.banner-text .text{
	max-width: 100%;

/* float: left; */
display:inline-block;

text-align: center;

color: #fffcf7;

background: rgba(0, 121, 28, 0.75);

padding: 16px;
}

.banner-text .text .category{
	font-size: 14px;
	line-height: 17px;
	color: #fffaf3;
	font-weight: 700;
	letter-spacing: 2px;
	margin: 0 0 19px;
	display: block;
}

.banner-text .text .category a{color: #fff;}

.banner-text .text .title{
	font-size: 30px;
	line-height: 38px;
	/*font-family: 'Oxygen', sans-serif;*/
	font-weight: 300;
	letter-spacing: 1px;
	/*float: right;*/
	padding: 15px 0;
	border-top: 1px solid #e5e6e6;
	border-bottom: 1px solid #e5e6e6;
	margin: 0px;
	display: block; 
}

.banner-text .text .btn-more{
	float: right;
	font-size: 18px;
	line-height: 22px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	background: #ffbc00;
	padding: 15px 25px;
}

.banner-text .text .btn-more:hover{
	text-decoration: none;
	opacity: 0.8;
}

.banner .lightslider .lSPager{
	bottom: 60px;
	position: absolute;
	width: 100%;
}

.banner .lSSlideOuter .lSPager.lSpg > li a{
	width: 13px;
	height: 13px;
	background: none;
	border: 1px solid #eef0f5;
}

.banner .lSSlideOuter .lSPager.lSpg > li.active a{
	background: #257cbb;
	border-color: #257cbb;
}

/*about style*/
#about{
	padding: 70px 0 52px;
}

#about .heading{
	max-width: 855px;
	margin: 0 auto 33px;
	position: relative;
	padding: 0 0 7px;
	text-align: center;
}
#contact .heading h1:after,#testimonial .heading h1:after,.blog-section .heading h1:after,#clients .heading h1:after,#portfolio .heading h1:after,#about .heading h1:after,.services .heading h1:after,.our-team .heading h1:after {
    content: "";
	width: 80px;
	height: 15px;
	background: url(http://2workinoz.com.au/wordpress/wp-content/uploads/2018/03/header-after.png) no-repeat;
	bottom: -20px;
	left: 0%;
	right:0px;
	position: absolute;
	display: inline-block;
	margin:0 auto;
}
#about .heading:after{
	/* content: '';
	position: absolute;
	left: 45.5%;
	top: 86px;
	width: 74px;
	height: 1px;
	background: #cccccc; */
}

#about .heading h1{
	font: 42px/46px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 26px;
}

#about .heading p{margin: 0 0 1.5em;}

#about .widget{
	float: left;
	width: 33.333%;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-mox-box-sizing: border-box;
	box-sizing: border-box;
}

.widget_business_one_page_pro_icon_text_widget .col.style1{text-align: center;}

.widget_business_one_page_pro_icon_text_widget .col.style1 .icon-holder{margin: 0 0 18px;}

.widget_business_one_page_pro_icon_text_widget .col.style1 .icon-holder img{max-width: 100px;}

.widget_business_one_page_pro_icon_text_widget .col.style1 .widget-title{
	font: 700 19px/22px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 18px;
	letter-spacing: 2px;
}

.widget_business_one_page_pro_icon_text_widget .col.style1 p{margin-top: 0;}

.widget_business_one_page_pro_icon_text_widget .col.style1 .text-holder{padding: 0 5px;}

.widget_business_one_page_pro_icon_text_widget .col.style1 .icon-holder .fa{
	width: 100px;
	height: 100px;
	font-size: 25px;
	line-height: 100px;
	border: 1px solid #bdbdbe;
	-webkit-border-radius: 100px;
	border-radius: 50%;
}

.widget_business_one_page_pro_icon_text_widget .col.style1 .widget-title a{
	color: #252626;
}

.widget_business_one_page_pro_icon_text_widget .col.style1 .widget-title a:hover,
.widget_business_one_page_pro_icon_text_widget .col.style1 .widget-title a:focus{
	text-decoration: none;
	color: #f4b400;
}

/*services section style*/
.services{
	background-image: url(wordpress/wp-content/uploads/2017/04/farm.jpg) no-repeat bottom;
	background: #dbebdd;
	/* padding: 70px 80px 60px; */
 padding: 70px 0px;
}

#portfolio .heading{
	display: none;
	text-align: center;
	max-width: 855px;
	margin: 0 auto 40px;
}
.services .heading{
	text-align: center;
	max-width: 100%;
	margin: 0 auto 40px;
}
section#services {
    padding-bottom: 0px;
}

.services .heading h1,
#portfolio .heading h1{
	font: 42px/46px 'Oxygen', sans-serif;
	color: #305315; 252626;
	margin: 0 0 21px;
	position: relative;
	padding: 0 0 21px;
	letter-spacing: 1px; 
}


/* #portfolio .heading h1:after{
	width: 45px;
	height: 2px;
	position: absolute;
	top: 100%;
	left: 48%;
	background: #838a95;
	content: '';
} */

.services .heading p{margin-top: 0;}
.services .widget{
	float: left;
	width: 45%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.widget_business_one_page_pro_icon_text_widget .col.style2 .widget-title{
	font: 700 19px/22px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 16px;
	letter-spacing: 1px;
}

.widget_business_one_page_pro_icon_text_widget .col.style2 .widget-title a{
	color: #305315;
}

.widget_business_one_page_pro_icon_text_widget .col.style2 .widget-title a:hover,
.widget_business_one_page_pro_icon_text_widget .col.style2 .widget-title a:focus{
	text-decoration: none;
	color: #f4b400;
}

.widget_business_one_page_pro_icon_text_widget .col.style2 .icon-holder{
	float: left;
	margin: 6px 0 0 0;
	width: 63px;
}

.widget_business_one_page_pro_icon_text_widget .col.style2 .icon-holder img{max-width: 40px;}

.widget_business_one_page_pro_icon_text_widget .col.style2 .icon-holder .fa{
	font-size: 33px;
}

.widget_business_one_page_pro_icon_text_widget .col.style2 .text-holder{
	overflow: hidden;
}

.widget_business_one_page_pro_icon_text_widget .col.style2 p{margin-top: 0;}

/*promotional-block style*/
.widget_business_one_page_pro_cta_widget .text{
	background-size: cover !important;
	text-align: center;
	color: #fff;
	padding: 78px 70px 74px;
	position: relative;
	margin-left: 50px;
	width:75%;
	height: 100%;
}

/*.widget_business_one_page_pro_cta_widget .text:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}*/

.widget_business_one_page_pro_cta_widget .text .container{
	position: relative;
	z-index: 2;
	height: 100;
	width: 45;
}

.widget_business_one_page_pro_cta_widget .style1 .widget-title{
	font: 42px/46px 'Oxygen', sans-serif;
	letter-spacing: 1px;
	margin: 0 0 26px;
	display: block;
}

.promotional-block p{
	margin: 30px 150px 30px; 
	width: 75%
}


.promotional-block .btn-start{
	font-size: 19px;
	line-height: 25px;
	color: #fff;
	display: inline-block;
	background: #ffbc00;
	letter-spacing: 0;
	border-radius: 5px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 600;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	padding: 15px 20px;
}

.promotional-block .btn-start:hover{
	text-decoration: none;
	opacity: 0.8;
}

/*portfolio style
#portfolio{padding: 69px 0 28px;}*/


#portfolio .heading h1{
	display: none;
	padding: 0 0 16px;
	margin: 0 0 17px;
}

#portfolio .heading p{margin-top: 0;}

#portfolio .portfolio-holder .btn-holder{
	overflow: hidden;
	text-align: center;
	margin: 0 0 30px;
}

#portfolio .portfolio-holder .btn-holder .btn{
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	color: #737376;
	border: 1px solid #e1e1e2;
	border-radius: 3px;
	background: none;
	margin: 0 5px;
	box-shadow: none;
	text-shadow: none; 
}

#portfolio .portfolio-holder .btn-holder .btn:hover,
#portfolio .portfolio-holder .btn-holder .active{
	background: #257cbb;
	border-color: #257cbb;
	color: #fff;
}

#portfolio .portfolio-col{
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	margin-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#portfolio .portfolio-col .img-holder{
	position: relative;
	float: left;
}

#portfolio .portfolio-col .img-holder img{vertical-align: top;}
#portfolio .portfolio-col .img-holder .text{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(11, 83, 136, 0.8);
	color: #f3f3f3;
	padding: 40px;
	opacity: 0;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

#portfolio .portfolio-col .img-holder:hover .text{opacity: 1;}

#portfolio .portfolio-col .img-holder .text .box{
	border: 1px solid #fff;
	width: 100%;
	height: 100%;
	display: table;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#portfolio .portfolio-col .img-holder .text .box .holder{
	display: table-row;
}

#portfolio .portfolio-col .img-holder .text .box .holder .frame{
	display: table-cell;
	vertical-align: middle;
}

#portfolio .portfolio-col .img-holder .text .title{
	font-size: 32px;
	line-height: 36px;
	font-weight: 400;
	color: #fff;
	display: block;
	font-family: 'Oxygen', sans-serif;
	position: relative;
	padding-bottom: 8px; 
	margin: 0 0 8px;
}

#portfolio .portfolio-col .img-holder .text .title:after{
	width: 27px;
	height: 1px;
	position: absolute;
	top: 100%;
	left: 0;
	background: #e6e6e6;
	content: '';
}

#portfolio .portfolio-col .img-holder .text p{margin-top: 0;}

#portfolio .portfolio-col .img-holder .text .category{
	font-size: 16px;
	line-height: 26px;
	display: block;
	margin: 0 0 1.5em;
}

#portfolio .portfolio-col .img-holder .text .btn-more{
	font-size: 16px;
	line-height: 42px;
	height: 42px;
	width: 123px;
	text-align: center;
	color: #5c5858;
	background: #fff;
	border-radius: 5px;
	float: left;
	letter-spacing: 1px;
}

#portfolio .portfolio-col .img-holder .text .btn-more:hover{
	background: #e4e4e4;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#portfolio .btn-view{
	font-size: 18px;
	line-height: 48px;
	height: 48px;
	width: 154px;
	display: inline-block;
	color: #3c3b3b;
	background: #ffbc00;
	border-radius: 5px;
	text-align: center;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#portfolio .btn-view:hover{
	text-decoration: none;
	background: #daa100;
}

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

#portfolio .btn-holder a{
	background: #ffbc00;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#portfolio .btn-holder a:hover,
#portfolio .btn-holder a:focus{
	text-decoration: none;
	opacity: 0.8;
}

/*our team style*/
.our-team{
	background: #dbebdd;
	text-align: center;
	padding: 67px 0 77px;
}

.our-team .heading h1{
	font: 42px/46px 'Oxygen', sans-serif;
	color: #305315;
	margin: 0 0 21px;
	position: relative;
	padding: 0 0 20px;
	letter-spacing: 1px; 
}

/* .our-team .heading h1:after{
	width: 45px;
	height: 2px;
	position: absolute;
	top: 100%;
	left: 48%;
	background: #838a95;
	content: '';
} */

.our-team .heading p{margin-top: 0;}

.our-team .heading{
	max-width: 855px;
	margin: 0 auto 37px;
}

.our-team .team-holder .box{
	background: #fff;
	padding: 10px;
	position: relative;
	border-bottom: 2px solid #dddfe4;
}

.our-team .team-holder .box .img-holder{margin: 0 0 23px;}

.our-team .team-holder .box .img-holder img{
	width: 100%;
	vertical-align: top;
}

.our-team .team-holder .box .name{
	font: 700 21px/26px 'Oxygen', sans-serif;
	color: #252626;
	text-transform: uppercase;
	display: block;
	position: relative;
	padding: 0 0 15px;
	margin: 0 0 13px;
}

.our-team .team-holder .box .name:after{
	width: 40px;
	height: 1px;
	background: #adadb3;
	position: absolute;
	top: 100%;
	left: 0px;
	right:0px;
	margin:0 auto;
	content: '';
}

.our-team .team-holder .box .designation{
	font-size: 16px;
	line-height: 20px;
	display: block;
	font-style: italic;
	color: #0b578e;
}

.our-team .team-holder .box .social-networks{
	font-size: 16px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 10px 0;
    text-align: center;
}

.our-team .team-holder .box .social-networks li{
	display: inline-block;
    margin: 0 5px;
}

.our-team .team-holder .box .social-networks li a{
	color: #8e8f92;
}

.our-team .team-holder .box .social-networks li a:hover,
.our-team .team-holder .box .social-networks li a:focus{
	text-decoration: none;
	color: #f4b400;
}

.our-team .team-holder .box .hover-state .social-networks li a{color: #fff;}

.our-team .team-holder .box .hover-state .social-networks li a:hover,
.our-team .team-holder .box .hover-state .social-networks li a:focus{
	color: #f4b400; 
}

.our-team .team-holder .box .hover-state{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #0b5388;
	color: #f3f3f3;
	padding: 0 25px;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	border: 10px solid #fff;
}

.our-team .team-holder .box:hover .hover-state{
	opacity: 1;
}

.our-team .team-holder .box .hover-state .table{
	display: table;
	height: 100%;
}

.our-team .team-holder .box .hover-state .name{color: #f8ffff;}

.our-team .team-holder .box .hover-state .name:after{background: #efeff6;}

.our-team .team-holder .box .hover-state .designation{
	color: #d5edff;
	margin-bottom: 12px;
}

.our-team .team-holder .box .hover-state .tabel-row{
	display: table-row;
}

.our-team .team-holder .box .hover-state .tabel-cell{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.our-team .team-holder .box .hover-state .tabel-cell .team-content{
	height: 360px;
	overflow-y: auto;
}

.lSAction > .lSPrev{
	background: url(images/btn-prev.png) no-repeat;
	width: 30px;
	height: 40px;
}

.lSAction > .lSNext{
	background: url(images/btn-next.png) no-repeat;
	width: 30px;
	height: 40px;
	background-position: 0 0;
}

.lSAction > a{z-index: 1;}

.our-team .team-holder{margin: 0 0 30px;}

.our-team .btn-holder a{
	background: #ffbc00;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.our-team .btn-holder a:hover,
.our-team .btn-holder a:focus{
	text-decoration: none;
	opacity: 0.8;
}

/*clients section style*/
#clients{
	/*background: url(images/img11.jpg) no-repeat;
	background-size: cover;*/
	padding: 78px 0 61px;
}

.home #clients{
	/*background: url(images/img11.jpg) no-repeat;*/
	background-size: cover;
	background-repeat: no-repeat;
}

#clients .heading{
	text-align: center;
}

#clients .heading h1{
	font: 42px/46px 'Oxygen', sans-serif;
	color: #fff;
	margin: 0 0 48px;
	padding: 0 0 20px;
	letter-spacing: 1px;
	position: relative; 
}

/* #clients .heading h1:after{
	width: 45px;
	height: 2px;
	position: absolute;
	top: 100%;
	left: 48%;
	background: #fff;
	content: '';
} */

#clients .columns-2{
	float: left;
	width: 16.666%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

/*blog-section style*/
.blog-section{padding: 71px 0 86px;}

.blog-section .heading{
	text-align: center;
	max-width: 855px;
	margin: 0 auto 40px;
}

.blog-section .heading h1{
	font: 42px/46px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 21px;
	position: relative;
	padding: 0 0 20px;
	letter-spacing: 1px; 
}

.blog-section .heading h1:after{
	width: 45px;
	height: 2px;
	position: absolute;
	top: 100%;
	left: 48%;
	background: #838a95;
	content: '';
}

.blog-section .columns-3{
	float: left;
	width: 33.3333%;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.blog-section .columns-3 .post .img-holder{
	position: relative;
	margin: 0 0 27px;
}

.blog-section .columns-3 .post .img-holder .category{
	position: absolute;
	font-size: 14px;
	line-height: 17px;
	color: #f1f7fa;
	/*background: #50504e;*/
	top: 10px;
	left: 10px;
	border-radius: 3px;
}

.blog-section .columns-3 .post .img-holder .category a{
	color: #f1f7fa;
	display: inline-block;
	padding: 5px 10px;
	background: #50504e;
	border-radius: 3px;
}

.blog-section .columns-3 .post .img-holder .category a:hover{
	text-decoration: none;
	background: #000;
	border-radius: 3px;
}

.blog-section .columns-3 .post .img-holder img{vertical-align: top;}

.blog-section .columns-3 .post .entry-header .entry-title{
	font: 700 25px/30px 'Oxygen', sans-serif;
	margin: 0 0 24px;
	letter-spacing: 1px;
	color: #252626;
}

.blog-section .columns-3 .post .entry-header .entry-title a{
	color: #252626;
}

.blog-section .columns-3 .post .entry-header .entry-title a:hover{
	text-decoration: none;
	color: #ffbc00;
}

.blog-section .columns-3 .post .entry-content{margin: 0;}

.blog-section .columns-3 .post .entry-content p{margin-top: 0;}

.blog-section .columns-3 .post .entry-meta{
	font-size: 14px;
	line-height: 17px;
	color: #88888c;
 }

.blog-section .columns-3 .post .entry-meta a{
 	color: #88888c;
 }

 .blog-section .columns-3 .post .entry-meta a:hover{
 	text-decoration: none;
 	color: #ffbc00;
 }

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

 .blog-section .btn-holder a{
 	background: #ffbc00;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
 }

 .blog-section .btn-holder a:hover,
 .blog-section .btn-holder a:focus{
 	text-decoration: none;
 	opacity: 0.8;
 }

 /*testimonail style*/
 #testimonial{
 	background: #ffffff;
 	padding: 70px 0 68px;
 }

 #testimonial .heading{
	text-align: center;
	max-width: 855px;
	margin: 0 auto 40px;
}

#testimonial .heading h1{
	font: 42px/46px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 21px;
	position: relative;
	padding: 0 0 20px;
	letter-spacing: 1px; 
}

/* #testimonial .heading h1:after{
	width: 45px;
	height: 2px;
	position: absolute;
	top: 100%;
	left: 48%;
	background: #838a95;
	content: '';
} */

.testimonial-slider{
	max-width: 945px;
	margin: 0 auto;
	text-align: center;
}

/*.testimonial-slider .flexslider{
	background: none;
	border: 0;
	border-radius: 0;
	margin: 0;
	text-align: center;
}*/

.testimonial-slider .lightSlider .img-holder{
	width: 111px;
	margin: 0 auto;
}

.testimonial-slider .lightSlider .img-holder img{
	-webkit-border-radius: 200px;
	border-radius: 50%;
}

.testimonial-slider .lightSlider .name{
	font: 700 21px/25px 'Oxygen', sans-serif;
	color: #252626;
	letter-spacing: 1px;
	display: block;
	position: relative;
	padding: 0 0 13px;
	margin: 0 0 10px;
}

.testimonial-slider .lightSlider .name:after{
	width: 40px;
	height: 1px;
	position: absolute;
	top: 100%;
	left: 0%;
	right:0%;
	margin:0 auto;
	background: #adadb3;
	content: '';
}

.testimonial-slider .lightSlider .testimonail-designation{margin-bottom: 45px;}

.testimonial-slider .lSAction{display: none !important;}

.testimonial-slider .lSPager{
	position: relative;
	bottom: 0;
}

.testimonial-slider .lSSlideOuter .lSPager.lSpg > li a{
	background: none;
    border: 1px solid #aeb2aa;
    height: 13px;
    width: 13px;
}

.testimonial-slider .lSSlideOuter .lSPager.lSpg > li.active a,
.testimonial-slider .lSSlideOuter .lSPager.lSpg > li a:hover,
.testimonial-slider .lSSlideOuter .lSPager.lSpg > li a:focus{
	background: #257cbb;
	border-color: #257cbb;
}

/*contact style*/
#contact{padding: 73px 0 70px;}

#contact .heading{
	text-align: center;
	max-width: 855px;
	margin: 0 auto 40px;
}

#contact .heading h1{
	font: 42px/46px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 21px;
	position: relative;
	padding: 0 0 20px;
	letter-spacing: 1px; 
}

/* #contact .heading h1:after{
	width: 45px;
	height: 2px;
	position: absolute;
	top: 100%;
	left: 48%;
	background: #838a95;
	content: '';
} */

#contact .columns-6{
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#contact h2{
	font: 700 21px/26px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 21px;
	letter-spacing: 1px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="url"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="number"],
.wpcf7-form input[type="password"],
.wpcf7-form textarea{
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	padding: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}

.wpcf7-form textarea{
	height: 249px;
	resize: none;
	padding: 15px;
}

.wpcf7-form input[type="submit"]{
	font-size: 19px;
	line-height: 52px;
	letter-spacing: 1px;
	color: #fff;
	background: #ffbc00;
	border-radius: 5px;
	border: 0;
	box-shadow: none;
	width: 100%;
	text-align: center;
	text-shadow: none;
}

.wpcf7-form input[type="submit"]:hover{
	/*background: #dda300;*/
	opacity: 0.8;
}

.contact-info-lists{
	margin: 0 0 60px;
	padding: 0 0 0 10px;
	list-style: none;
	font-size: 17px;
	font-weight: 600;
}

.contact-info-lists li{
	padding-left: 60px;
	margin: 0px !important;
	display: block;
	padding-top: 14px !important;
	position: relative;
	font-size:22px;
	color:#969696;
	font-weight:normal;
	padding-bottom: 10px !important;
	text-align: left;
}

.contact-info-lists .address{position:relative;
	/* background: url(images/icon-address.png) no-repeat 0 6px;  */
}
.contact-info-lists .address:after{position:absolute; left:0px; height: 50px;
width: 50px; top: 0px; content:""; 	background: url(images/icon-address.png) no-repeat 0 0px; 
}

.contact-info-lists address{
	font-style: normal;
	margin: 0;
	font-size: 22px;
	color: #969696;
	font-weight:normal;
}

.contact-info-lists .phone{
	/* background: url(images/icon-phone.png) no-repeat 0 6px; */
}
.contact-info-lists .phone:after{position:absolute; left:0px; height: 50px;
width: 50px; top: 0px;content:""; background: url(images/icon-phone.png) no-repeat 0 0px; 
}

.contact-info-lists .fax{
	background: url(images/icon-fax.png) no-repeat 0 6px;
}

.contact-info-lists .email{
	/* background: url(images/icon-email.png) no-repeat 0 6px; */
}
.contact-info-lists .email:after{position:absolute; left:0px;height: 50px;
width: 50px; top: 0px; content:""; background: url(images/icon-email.png) no-repeat 0 0px;
}

.contact-info-lists li a{
	color: #969696 !important;
	font-size: 22px;
}

#contact .social-networks{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

#contact .social-networks li{
	float: left;
	margin-left: 10px;
}

#contact .social-networks li a{
	display: block;
	width: 38px;
	height: 38px;
	-webkit-border-radius: 100px;
	border-radius: 50%;
	background: none;
	text-align: center;
	font-size: 18px;
	line-height: 38px;
	color: #9d9da1;
	border: 1px solid #9f9fa3;
}

#contact .social-networks li a:hover,
#contact .social-networks li a:focus{
	background: #3b5998;
	color: #fff;
	border-color: #3b5998;
}

/*inner page style*/
.site-content{
	border-top: 1px solid #d9dbde;
	margin-top: 101px;
	padding-bottom: 50px;
	overflow: hidden;
}

.inner-page .site-content{margin-top: 0;}

.site-content .content-area{
	padding-top: 51px;
	float: left;
	width: 66.6667%;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.leftsidebar .site-content .content-area{
	float: right;
}

.content-area .post .post-thumbnail{margin-bottom: 36px;}

.blog-medium .content-area .post .post-thumbnail,
.blog-round .content-area .post .post-thumbnail,
.search .content-area .post .post-thumbnail,
.search .content-area .page .post-thumbnail{
	float: left;
	width: 293px;
	margin-right: 32px;
}

.content-area .post .post-thumbnail img{
	/*width: 100%;*/
	vertical-align: top;
}

.blog-round .content-area .post .post-thumbnail img{
	-webkit-border-radius: 200px;
	border-radius: 50%;
}

.content-area .post .entry-header .byline{
	display: inline-block;
	padding-left: 22px;
	background: url(images/icon11.png) no-repeat 0 4px;
}

.content-area .post .entry-header .entry-meta{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 15px;
}

.content-area .post .entry-header .entry-meta a{color: #88888c;}
.content-area .post .entry-header .entry-meta a:hover,
.content-area .post .entry-header .entry-meta a:focus{
	text-decoration: none;
	color: #f4b400;
}

.content-area .post .entry-header .entry-meta .posted-on{
	background: url(images/icon10.png) no-repeat 0 4px;
	padding-left: 21px;
}

.content-area .post .entry-header .entry-meta span{margin-right: 30px;}

.content-area .post .entry-header .entry-meta span > span{margin-right: 0;}

.content-area .post .entry-header .entry-meta span span{margin-right: 0;}

.content-area .post .entry-header .entry-title,
.content-area .page .entry-header .entry-title{
	font: 42px/46px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 29px;
}

.content-area .post .entry-content p,
.content-area .page .entry-content p{margin-top: 0;}

.post .entry-content h1,
.page .entry-content h1{
	font: 700 42px/46px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 24px;
}

.post .entry-content h2,
.page .entry-content h2{
	font: 700 32px/36px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 24px;
}

.post .entry-content h3,
.page .entry-content h3{
	font: 700 25px/29px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 21px;
}

.post .entry-content h4,
.page .entry-content h4{
	font: 700 23px/27px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 17px;
}

.post .entry-content h5,
.page .entry-content h5{
	font: 700 21px/25px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 10px;
}

.post .entry-content h6,
.page .entry-content h6{
	font: 700 19px/23px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 10px;
}

.post .entry-content blockquote,
.page .entry-content blockquote{
	margin: 0 0 1.5em 65px;
	font-size: 20px;
	line-height: 30px;
	font-style: italic;
	color: #939393;
	border-left: 5px solid #ddd;
	padding: 0 0 0 21px;
	position: relative;
}

.post .entry-content blockquote:after,
.page .entry-content blockquote:after{
	background: url(images/bg-quote.png) no-repeat;
	width: 48px;
	height: 36px;
	position: absolute;
	top: 0;
	left: -69px;
	content: '';
}

.post .entry-content blockquote cite,
.page .entry-content blockquote cite{
	font-weight: 700;
	color: #939393;
}

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

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

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

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

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

.post .entry-content table td,
.page .entry-content table td{
	background: #f0f2f5;
	font: 17px/24px 'Source Sans Pro', sans-serif;
	color: #59595b;
	padding: 25px 30px;
	text-align: left;
}

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

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

.post .entry-content pre,
.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;
}

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

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

.tags-block{
	font-size: 16px;
	line-height: 20px;
	color: #59595b;
	padding: 31px 0 0;
	border-top: 1px solid #d9dbde;
	margin-top: 20px;
	margin-bottom: 50px;
}

.tags-block span{margin-right: 30px;}

.tags-block a{
	color: #4d4d4f;
}

.tags-block a:hover,
.tags-block a:focus{
	text-decoration: none;
	color: #ffbc00;
}

.tags-block .fa{
	font-size: 14px;
	color: #59595b;
	margin-right: 5px;
}

.author-block{
	padding: 0 0 50px;
	border-bottom: 1px solid #d9dbde;
	margin: 0 0 51px;
}

.author-block .author-title{
	font: 32px/36px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 32px;
}

.author-block .author-holder{overflow: hidden;}

.author-block .img-holder{
	float: left;
	margin-right: 20px;
}

.author-block .img-holder img{
	-webkit-border-radius: 200px;
	border-radius: 50%;
}

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

.author-block .text-holder .author-name{
	font-size: 21px;
	line-height: 25px;
	font-weight: 600;
	color: #252626;
	margin: 0 0 19px;
	position: relative;
	padding: 0 0 14px;
}

.author-block .text-holder .author-name:after{
	width: 28px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 100%;
	background: #8e8f91;
	content: '';
}

#comments .comments-title{
	font: 32px/36px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 36px;
}

.comment-list{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.comment-list .comment-body img{
	-webkit-border-radius: 200px;
	border-radius: 50%;
	float: left;
	margin-right: 20px;
}

.comment-list .comment-body .says{display: none;}
.comment-list .comment-body .fn{
	font-size: 21px;
	font-weight: 600;
	line-height: 26px;
	color: #252626;
}

.comment-list .comment-metadata a{
	font-size: 16px;
	line-height: 20px;
	color: #88888c;
}

.comment-list .comment-metadata a:hover{
	text-decoration: none;
	color: #f4b400;
}

.comment-list .comment-content{
	float: left;
	width: 80%;
}
.comment-list .comment-content p{margin: 0 0 20px;}

.comment-list .comment-body{
	overflow: hidden;
	border-bottom: 1px solid #d9dbde;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.comment-list .reply{
	float: right;
	width: 85%;
}

.comment-list .comment-metadata{margin: 0 0 5px;}

.comment-list .children{list-style: none;}

.comment-reply-title{
	font: 32px/36px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 36px;
}

.comment-form p{margin-top: 0;}

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

.comment-form label{
	font: 17px/26px 'Source Sans Pro', sans-serif;
	color: #636366;
	display: block;
	margin: 0 0 5px;
}

.comment-form .comment-form-author{
	float: left;
	width: 48%;
}

.comment-form .comment-form-email{
	float: right;
	width: 48%;
}

.comment-form .comment-form-url{
	display: block;
	width: 100%;
	overflow: hidden;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"]{
	width: 100%;
	border-color: #cfcfd4;
	padding: 6px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.comment-form textarea{
	width: 100%;
	border-color: #cfcfd4;
	padding: 6px 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 160px;
	resize: none;
}

.comment-form input[type="submit"]{
	font: 600 16px/38px 'Source Sans Pro', sans-serif;
	color: #fff;
	background: #ffbc00;
	border-radius: 5px;
	border: 0;
	box-shadow: none;
	height: 38px;
	text-shadow: none;
	padding: 0 25px;
}

.comment-form input[type="submit"]:hover{
	/*background: #eaad00;*/
	opacity: 0.8;
}

/*testimonial page style*/
.inner-page .testimonail-section{padding-top: 20px;}

.inner-page .testimonial-wrap{
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.inner-page .testimonial-wrap .testimonial-holder{
	background: #f6f8fd;
	text-align: center;
	padding: 30px;
}

.inner-page .testimonial-wrap .testimonial-holder .testimonail-content{
	font-size: 16px;
	padding: 75px 0 0;
	background: url(images/bg-quote2.png) no-repeat 50% 10px;
}

.inner-page .testimonial-wrap .testimonial-holder .testimonial-img{
	margin: 0 0 15px;
	position: relative;
}

.inner-page .testimonial-wrap .testimonial-holder .testimonial-img:before{
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #e2e3e8;
	content: '';
}

.inner-page .testimonial-wrap .testimonial-holder .testimonial-img img{
	-webkit-border-radius: 100px;
	border-radius: 50%;
	vertical-align: top;
	position: relative;
}

.inner-page .testimonial-wrap .testimonial-holder .testimonial-title{
	font-size: 17px;
	font-family: 'Oxygen', sans-serif;
	color: #252626;
	margin: 0;
}

.inner-page .testimonial-wrap .testimonial-holder .testimonail-designation{
	font-size: 13px;
	line-height: 15px;
}

/*testimonial page style*/
.inner-page .portfolio-section{
	padding-top: 50px;
	padding-bottom: 50px;
}

.inner-page .portfolio-section .button-group{
	text-align: center;
	margin: 0 0 40px;
}

.inner-page .portfolio-section .button-group button{
	font-size: 16px;
	color: #737376;
	border: 1px solid #e1e1e2;
	border-radius: 3px;
	background: none;
	box-shadow: none;
	margin: 0 5px;
	padding: 10px 20px;
}

.inner-page .portfolio-section .button-group .is-active{
	background: #257cbb;
	border-color: #257cbb;
	color: #fff;
}

.inner-page .portfolio-section .portfolio-grid{
	overflow: hidden;
	margin-left: -15px;
	margin-right: -15px;
}

.inner-page .portfolio-section .portfolio-grid .portfolio-element{
	float: left;
	width: 33.3333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.inner-page .portfolio-section .portfolio-grid .portfolio-element .portfolio-image{position: relative;}

.inner-page .portfolio-section .portfolio-grid .portfolio-element .portfolio-image img{
	vertical-align: top;
	width: 100%;
}

.inner-page .portfolio-section .portfolio-grid .portfolio-element .portfolio-hover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(11, 80, 136, 0.8);
	color: #fff;
	text-align: center;
	padding: 20px;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.inner-page .portfolio-section .portfolio-grid .portfolio-element .portfolio-image:hover .portfolio-hover,
.inner-page .portfolio-section .portfolio-grid .portfolio-element .portfolio-image:hover .portfolio-focus{opacity: 1;}

.inner-page .portfolio-section .portfolio-grid .portfolio-element .portfolio-hover .table{
	display: table;
	width: 100%;
	height: 100%;
	padding: 10px;
	border: 1px solid #fff;
}

.inner-page .portfolio-section .portfolio-grid .portfolio-element .portfolio-hover .table .table-row{display: table-row;}

.inner-page .portfolio-section .portfolio-grid .portfolio-element .portfolio-hover .table .table-cell{
	display: table-cell;
	vertical-align: middle;
}

.inner-page .portfolio-section .portfolio-grid .portfolio-element .portfolio-hover h2{
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 3px;
	font-weight: 400;
	font-family: 'Oxygen', sans-serif;
}

.inner-page .portfolio-section .portfolio-grid .portfolio-element .portfolio-hover .fa-search{
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #fff;
	color: #252626;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	-webkit-border-radius: 100px;
	border-radius: 50%;
	margin: 0 0 10px;
}

.inner-page .portfolio-section .portfolio-grid .portfolio-element .portfolio-hover .category a{
	font-size: 16px;
	color: #f3f3f3;
}

.inner-page .portfolio-section .portfolio-grid .portfolio-element .portfolio-hover .category a:hover,
.inner-page .portfolio-section .portfolio-grid .portfolio-element .portfolio-hover .category a:focus{
	text-decoration: none;
	color: #f4b400;
}

/*sidebar style*/
.sidebar{
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	width: 33.3333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/*.sidebar .widget-area*/
#secondary{
	background: #f0f2f7;
	padding: 51px 9999px 9999px 30px;
	margin-right: -9999px;
	margin-bottom: -9999px;
}

.leftsidebar #secondary{
	padding-right: 30px;
	padding-left: 9999px;
	margin-right: 0;
	margin-left: -9999px;
}

#secondary .widget{
	margin-bottom: 47px;
}

#secondary .widget ul{
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 17px;
	line-height: 24px;
}

#secondary .widget ul ul{
	margin-top: 17px;
	margin-left: 15px;
}

#secondary .widget ul li{
	border-bottom: 1px solid #e0e1e5;
	padding-bottom: 14px;
	margin-bottom: 17px;
}

#secondary .widget ul ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#secondary .widget ul li a{color: #59595b;}

#secondary .widget ul li a:hover{
	color: #f4b400;
	text-decoration: none;
}

#secondary .widget .search-form{
	overflow: hidden;
	border: 1px solid #c7c7c9;
	border-radius: 5px;
	padding: 12px 17px 14px 19px;
	margin: 0 15px 0 0;
}

#secondary .widget .search-form label{
	float: left;
	width: 85%;
}

#secondary .widget .search-form input[type="search"]{
	border: 0;
	background: none;
	border-radius: 0;
	float: left;
	width: 100%;
	padding: 0;
	font-size: 15px;
}

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

#secondary .widget .search-form input[type="submit"]:hover{
	background: url(images/bg-search.png) no-repeat;
	box-shadow: none;
}

#secondary .widget .widget-title{
	font: 700 21px/25px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 18px;
	position: relative;
	padding: 0 0 9px;
}

#secondary .widget .widget-title:after{
	width: 35px;
	height: 2px;
	background: #8e8f91;
	position: absolute;
	left: 0;
	top: 100%;
	content: '';
}

#secondary .widget.widget_text{border-bottom: 1px solid #d6d8dd;}

#secondary .widget.widget_business_one_page_pro_social_links{border-bottom: 1px solid #d6d8dd;}

#secondary .widget.widget_business_one_page_pro_social_links .social-networks{
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 16px;
	line-height: 36px;
}

#secondary .widget.widget_business_one_page_pro_social_links .social-networks li{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border-bottom: 0;
	padding-bottom: 0;
}

#secondary .widget.widget_business_one_page_pro_social_links .social-networks li a{
	width: 36px;
	height: 36px;
	background: #4c4e4e;
	display: block;
	text-align: center;
	-webkit-border-radius: 100px;
	border-radius: 50%;
	color: #f9f9ff;
	line-height: 36px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

#secondary .widget.widget_business_one_page_pro_social_links .social-networks li a:hover,
#secondary .widget.widget_business_one_page_pro_social_links .social-networks li a:focus{
	text-decoration: none;
	background: #292a2a;
}

#secondary .widget.widget_business_one_page_pro_twitter_feeds_widget ul li a{color: #f4b400;}

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

/*instagram style*/
#secondary .widget.widget_business_one_page_pro_instagram_widget ul{
	margin-left: -5px;
	margin-right: -5px;
}

#secondary .widget.widget_business_one_page_pro_instagram_widget ul:after{
	content: '';
	display: block;
	clear: both;
}

#secondary .widget.widget_business_one_page_pro_instagram_widget ul li{
	float: left;
	width: 33.3333%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 10px;
}

#secondary .widget.widget_business_one_page_pro_instagram_widget ul.instagram-size-thumbnail li{width: 25%;}

#secondary .widget.widget_business_one_page_pro_instagram_widget ul.instagram-size-large li{width: 50%;}

#secondary .widget.widget_business_one_page_pro_instagram_widget ul.instagram-size-original li{width: 100%;}

#secondary .widget.widget_business_one_page_pro_instagram_widget ul li a{
	display: block;
	height: 100%;
}

#secondary .widget.widget_business_one_page_pro_instagram_widget ul li img{
	vertical-align: top;
	width: 100%;
}

/*flickr style*/
#secondary .widget.widget_business_one_page_pro_flickr_widget ul{
	margin-left: -5px;
	margin-right: -5px;
}

#secondary .widget.widget_business_one_page_pro_flickr_widget ul:after{
	content: '';
	display: block;
	clear: both;
}

#secondary .widget.widget_business_one_page_pro_flickr_widget ul li{
	float: left;
	width: 33.3333%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 10px;
}

#secondary .widget.widget_business_one_page_pro_flickr_widget ul.col-4 li{width: 25%;}

#secondary .widget.widget_business_one_page_pro_flickr_widget ul.col-2 li{width: 50%;}

#secondary .widget.widget_business_one_page_pro_flickr_widget ul.col-1 li{width: 100%;}

#secondary .widget.widget_business_one_page_pro_flickr_widget ul.col-5 li{width: 20%;}

#secondary .widget.widget_business_one_page_pro_flickr_widget ul.col-6 li{width: 16.6667%;}

#secondary .widget.widget_business_one_page_pro_flickr_widget ul li a{
	display: block;
	height: 100%;
}

#secondary .widget.widget_business_one_page_pro_flickr_widget ul li img{
	vertical-align: top;
	width: 100%;
}

/*featured-post widget style*/
#secondary .widget.widget_business_one_page_pro_featured_post .img-holder{margin: 0 0 15px;}

#secondary .widget.widget_business_one_page_pro_featured_post .img-holder a{
	display: block;
	height: 100%;
}

#secondary .widget.widget_business_one_page_pro_featured_post .img-holder img{
	vertical-align: top;
}


/*popular entries style*/
#secondary .widget.widget_business_one_page_pro_popular_post,
#secondary .widget.widget_business_one_page_pro_recent_post,
#secondary .widget.widget_business_one_page_pro_category_post,
#secondary .widget.widget_business_one_page_pro_author_post{
	padding: 0;
	list-style: none;
	border-bottom: 0;
}

#secondary .widget.widget_business_one_page_pro_popular_post ul li,
#secondary .widget.widget_business_one_page_pro_recent_post ul li,
#secondary .widget.widget_business_one_page_pro_category_post ul li,
#secondary .widget.widget_business_one_page_pro_author_post ul li{
	overflow: hidden;
	padding: 0 0 10px;
	border-bottom: 1px solid #e3e5ea;
	margin: 0 0 10px;
}

#secondary .widget.widget_business_one_page_pro_popular_post .post-thumbnail,
#secondary .widget.widget_business_one_page_pro_recent_post .post-thumbnail,
#secondary .widget.widget_business_one_page_pro_category_post .post-thumbnail,
#secondary .widget.widget_business_one_page_pro_author_post .post-thumbnail{
	float: left;
	margin-right: 15px;
	width: 80px;
}

#secondary .widget.widget_business_one_page_pro_popular_post .post-thumbnail img,
#secondary .widget.widget_business_one_page_pro_recent_post .post-thumbnail img,
#secondary .widget.widget_business_one_page_pro_category_post .post-thumbnail img,
#secondary .widget.widget_business_one_page_pro_author_post .post-thumbnail img{vertical-align: top;}

#secondary .widget.widget_business_one_page_pro_popular_post .entry-header,
#secondary .widget.widget_business_one_page_pro_recent_post .entry-header,
#secondary .widget.widget_business_one_page_pro_category_post .entry-header,
#secondary .widget.widget_business_one_page_pro_author_post .entry-header{
	overflow: hidden;
}

#secondary .widget.widget_business_one_page_pro_popular_post .entry-header .entry-title,
#secondary .widget.widget_business_one_page_pro_recent_post .entry-header .entry-title,
#secondary .widget.widget_business_one_page_pro_category_post .entry-header .entry-title,
#secondary .widget.widget_business_one_page_pro_author_post .entry-header .entry-title{
	font-weight: 700;
	font-size: 19px;
	line-height: 22px;
	font-family: 'Oxygen', sans-serif;
	margin: 0 0 7px;
}

#secondary .widget.widget_business_one_page_pro_popular_post .entry-header .entry-title a,
#secondary .widget.widget_business_one_page_pro_recent_post .entry-header .entry-title a,
#secondary .widget.widget_business_one_page_pro_category_post .entry-header .entry-title a,
#secondary .widget.widget_business_one_page_pro_author_post .entry-header .entry-title a{color: #252626;}

#secondary .widget.widget_business_one_page_pro_popular_post .entry-header .entry-title a:hover,
#secondary .widget.widget_business_one_page_pro_recent_post .entry-header .entry-title a:hover,
#secondary .widget.widget_business_one_page_pro_category_post .entry-header .entry-title a:hover,
#secondary .widget.widget_business_one_page_pro_popular_post .entry-header .entry-title a:focus,
#secondary .widget.widget_business_one_page_pro_recent_post .entry-header .entry-title a:focus,
#secondary .widget.widget_business_one_page_pro_category_post .entry-header .entry-title a:focus,
#secondary .widget.widget_business_one_page_pro_author_post .entry-header .entry-title a:focus,
#secondary .widget.widget_business_one_page_pro_author_post .entry-header .entry-title a:hover{color: #f4b400;}

#secondary .widget.widget_business_one_page_pro_popular_post .entry-header .entry-meta a:hover,
#secondary .widget.widget_business_one_page_pro_popular_post .entry-header .entry-meta a:focus,
#secondary .widget.widget_business_one_page_pro_recent_post .entry-header .entry-meta a:hover,
#secondary .widget.widget_business_one_page_pro_recent_post .entry-header .entry-meta a:focus,
#secondary .widget.widget_business_one_page_pro_category_post .entry-header .entry-meta a:focus,
#secondary .widget.widget_business_one_page_pro_category_post .entry-header .entry-meta a:hover,
#secondary .widget.widget_business_one_page_pro_author_post .entry-header .entry-meta a:hover,
#secondary .widget.widget_business_one_page_pro_author_post .entry-header .entry-meta a:focus{
	text-decoration: none;
	color: #f4b400;
}

#secondary .widget.widget_business_one_page_pro_popular_post .entry-header .entry-meta,
#secondary .widget.widget_business_one_page_pro_recent_post .entry-header .entry-meta,
#secondary .widget.widget_business_one_page_pro_category_post .entry-header .entry-meta,
#secondary .widget.widget_business_one_page_pro_author_post .entry-header .entry-meta{
	font-size: 14px;
	line-height: 24px;
}

#secondary .widget.widget_business_one_page_pro_popular_post .entry-header .entry-meta a,
#secondary .widget.widget_business_one_page_pro_recent_post .entry-header .entry-meta a,
#secondary .widget.widget_business_one_page_pro_category_post .entry-header .entry-meta a,
#secondary .widget.widget_business_one_page_pro_author_post .entry-header .entry-meta a{
	color: #88888c;
}

#secondary .widget.widget_business_one_page_pro_popular_post .entry-header .entry-meta .view-count{margin-left: 5px;}


/*categories style*/
#secondary .widget.widget_categories ul{text-align: right;}

#secondary .widget.widget_categories ul li{overflow: hidden;}

#secondary .widget.widget_categories ul li a{float: left;}

#secondary .widget.widget_categories ul li .count{float: right;}

/*tag-cloud style*/
#secondary .widget.widget_tag_cloud{border-bottom: 1px solid #d6d8dd;}

#secondary .widget.widget_tag_cloud .tagcloud{
	overflow: hidden;
	margin-bottom: 22px;
}

#secondary .widget.widget_tag_cloud a{
	font-size: 15px;
	color: #59595b;
	float: left;
	border: 1px solid #bcbcc0;
	border-radius: 3px;
	line-height: 18px;
	padding: 10px 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
#secondary .widget.widget_tag_cloud a:hover,
#secondary .widget.widget_tag_cloud a:focus{
	text-decoration: none;
	background: #f4b400;
	border-color: #f4b400;
	color: #fff;
}

/*calendar style*/
#secondary .widget.widget_calendar{border-bottom: 1px solid #d6d8dd;}

#secondary .widget_calendar caption{
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #262626;
	background: #e0e2e7;
	padding: 12px 0;
}

#secondary .widget_calendar table th{
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #3c3b3b;
	height: 45px;
}

#secondary .widget_calendar table td{
	text-align: center;
	height: 32px;
	width: 32px;
	font-size: 16px;
	line-height: 32px;
	color: #3c3b3b;
}

#secondary .widget_calendar table a{
	display: block;
	height: 100%;
	background: #ffbc00;
	color: #fff;
}

#secondary .widget.widget_business_one_page_flicker,
#secondary .widget.widget_business_one_page_instagram,
#secondary .widget.widget_business_one_page_facebook,
#secondary .widget.widget_business_one_page_advertise,
#secondary .widget.widget_business_one_page_twitter{
	border-bottom: 1px solid #d6d8dd;
	padding-bottom: 30px;
}

.widget.widget_business_one_page_flicker ul,
#secondary .widget.widget_business_one_page_flicker ul,
.widget.widget_business_one_page_instagram ul,
#secondary .widget.widget_business_one_page_instagram ul{
	margin-left: -5px;
	margin-right: -5px;
	overflow: hidden;
}

.widget.widget_business_one_page_flicker ul li,
#secondary .widget.widget_business_one_page_flicker ul li,
.widget.widget_business_one_page_insstagram ul li,
#secondary .widget.widget_business_one_page_instagram ul li{
	float: left;
	width: 25%;
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
	border-bottom: 0;
	padding-bottom: 0;
}

.widget.widget_business_one_page_flicker ul li a,
.widget.widget_business_one_page_instagram ul li a{
	display: block;
}

.widget.widget_business_one_page_flicker ul li img,
.widget.widget_business_one_page_instagram ul li img{vertical-align: top;}

#secondary .widget.widget_business_one_page_featured_posts .post-thumbnail{
	display: block;
	margin: 0 0 15px;
}

#secondary .widget.widget_business_one_page_featured_posts .post-thumbnail img{vertical-align: top;}

#secondary .widget.widget_business_one_page_featured_posts .entry-title{
	font: 700 19px/22px "Oxygen",sans-serif;
}

#secondary .widget.widget_business_one_page_featured_posts .entry-title a{color: #252626;}

#secondary .widget.widget_business_one_page_featured_posts .entry-title a:hover,
#secondary .widget.widget_business_one_page_featured_posts .entry-title a:focus{
	text-decoration: none;
	color: #f4b400;
}

#secondary .widget.widget_business_one_page_featured_posts .entry-meta{font-size: 16px;}

#secondary .widget.widget_business_one_page_featured_posts .entry-meta a{color: #88888c;}

#secondary .widget.widget_rss ul li a{color: #f4b400;}

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

#secondary .widget.widget_nav_menu ul ul{
	border-top: 1px solid #e0e1e5;
    margin-top: 17px;
    padding-left: 20px;
    padding-top: 14px;
}

#secondary .widget.widget_nav_menu ul ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

#secondary .widget.widget_business_one_page_pro_cta_widget .text{
	background: #dbebdd;  none !important;
	padding: 0;
	text-align: left;
	color: #305315; 
}

#secondary .widget.widget_business_one_page_pro_cta_widget .text .container{width: 70%;}

#secondary .widget_business_one_page_pro_cta_widget .text:after{background: none;}

#secondary .widget.widget_business_one_page_pro_cta_widget .text .btn-start{
	background: #ffbc00;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    padding: 15px 20px;
}

#secondary .widget.widget_business_one_page_pro_cta_widget .text .btn-start:hover,
#secondary .widget.widget_business_one_page_pro_cta_widget .text .btn-start:focus{
	text-decoration: none;
	opacity: 0.8;
}

#secondary .widget.widget_business_one_page_pro_cta_widget .style2 .widget-title:after{
	height: 1px;
	left: 0;
	display: none;
}

#secondary .widget.widget_business_one_page_pro_cta_widget .style2 .widget-title{
    /*font: 21px/26px "Oxygen",sans-serif;
    font-size: 21px;*/
    /*line-height: 26px;*/
    margin: 0 0 20px;
    padding: 0;
    position: relative;
}

#secondary .widget.widget_business_one_page_pro_icon_text_widget .text-holder .widget-title{
    /*font: 21px/26px "Oxygen",sans-serif;*/
    margin: 0 0 10px;
    padding: 0;
}

#secondary .widget.widget_business_one_page_pro_icon_text_widget .text-holder .widget-title:after{display: none;}

#secondary .widget.widget_business_one_page_pro_icon_text_widget .style3 .icon-holder .fa{color: #59595b;}

#secondary .widget.widget_business_one_page_pro_icon_text_widget .style3 .text-holder,
#secondary .widget.widget_business_one_page_pro_icon_text_widget .style3 .text-holder .widget-title{color: #59595b}

#secondary .widget.widget_business_one_page_pro_stat_counter_widget{
	text-align: center;
}

#secondary .widget.widget_business_one_page_pro_stat_counter_widget .text-holder .widget-title{
	margin: 0 0 10px;
	padding: 0;
}

#secondary .widget.widget_business_one_page_pro_stat_counter_widget .text-holder .widget-title:after{display: none;}


.full-width .site-content .content-area{width: 100%;}

/*blog page style*/
.blog .content-area .post,
.search .content-area .post,
.search .content-area .page{margin: 0 0 18px;}

.blog .post .text-holder{
	margin: -35px 20px 0;
	background: #fff;
	padding: 40px;
	position: relative;
}

.blog.blog-medium .content-area .post,
.blog.blog-round .content-area .post,
.search .content-area .post,
.search .content-area .page{overflow: hidden;}

.blog.blog-medium .post .text-holder,
.blog.blog-round .post .text-holder,
.search .post .text-holder,
.search .page .text-holder{
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.blog.blog-large .text-holder{
	margin: 0;
	padding: 40px 0;
}

.blog .content-area .post .entry-header .entry-title,
.search .content-area .post .entry-header .entry-title,
.search .content-area .page .entry-header .entry-title{
	font: 25px/32px 'Oxygen', sans-serif;
	margin: 0 0 15px;
}

.blog .content-area .post .entry-header .entry-title a,
.search .content-area .post .entry-header .entry-title a,
.search .content-area .page .entry-header .entry-title a{
	color: #252626;
}

.blog .content-area .post .entry-header .entry-title a:hover,
.blog .content-area .post .entry-header .entry-title a:focus,
.search .content-area .post .entry-header .entry-title a:hover,
.search .content-area .post .entry-header .entry-title a:focus,
.search .content-area .page .entry-header .entry-title a:hover,
.search .content-area .page .entry-header .entry-title a:focus{
	text-decoration: none;
	color: #f4b400;
}

.blog .content-area .post .entry-content{
	margin: 0;
}

.blog .content-area .post .entry-content:after{
	content: '';
	display: block;
	clear: both;
}

.blog .content-area .post .entry-content .btn-readmore,
.search .content-area .post .entry-content .btn-readmore,
.search .content-area .page .entry-content .btn-readmore{
	font-size: 16px;
	line-height: 42px;
	font-weight: 600;
	color: #fff;
	background: #ffbc00;
	width: 122px;
	height: 42px;
	text-align: center;
	float: left;
	border-radius: 5px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.blog .content-area .post .entry-content .btn-readmore:hover,
.blog .content-area .post .entry-content .btn-readmore:focus,
.search .content-area .post .entry-content .btn-readmore:hover,
.search .content-area .post .entry-content .btn-readmore:focus,
.search .content-area .page .entry-content .btn-readmore:hover,
.search .content-area .page .entry-content .btn-readmore:focus{
	text-decoration: none;
	opacity: 0.8;
}

.search .content-area .post .post-thumbnail,
.search .content-area .page .post-thumbnail{margin-bottom: 0;}

.search .content-area .post,
.search .content-area .page{margin-bottom: 50px;}

.search .content-area .search-form{
	margin: 0 0 30px;
	border: 1px solid #c7c7c9;
	border-radius: 5px;
	overflow: hidden;
	width: 554px;
	padding: 10px 15px;
}

.search .content-area .search-form label{
	float: left;
	width: 75%;
}

.search .content-area .search-form input[type="search"]{
	background: none;
	border: 0;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
}

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

/*pagination style*/
.pagination{
	margin: 0 0 30px;
	text-align: center;
	font-size: 14px;
	line-height: 32px;
}

.pagination a{
	display: inline-block;
	background: #f0f2f7;
	border-radius: 3px;
	padding: 0 12px;
	color: #a4a4a4;
	margin: 0 1px;
}

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

.pagination .current{
	background: #1c5d8c;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 0 12px;
	border-radius: 3px;
}

.category .content-area .main-title{
	font: 42px/46px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 50px;
}

/*footer style*/
.site-footer{
	background: #037500 !important;
	padding: 10px 0 0;
	color: #d3d7d9;
	position: relative;
}

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

.site-footer a:hover{
	text-decoration: underline;
	color: #fff;
}

.site-footer .footer-t{
	/* border-bottom: 1px solid #95bf6a; */
	padding-bottom: 5%;
}

.footer-t .columns-3{
	float: left;
	width: 33.333%;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-right:1px solid #ffffff;
}
.footer-t .columns-3:last-child{border-right:0px;}
.footer-t .columns-3 section{margin-bottom:0px;}
.footer-t .widget .widget-title{
	margin: 0 0 20px;
	font: 21px/26px 'Oxygen', sans-serif;
	color: #f8ffff;
	position: relative;
	padding: 0 0 20px;
}

.footer-t .widget .widget-title:after{
	width: 27px;
	height: 1px;
	background: #838a95;
	position: absolute;
	left: 0;
	top: 100%;
	content: '';
}

.footer-t .widget ul{
	margin: 0 0 0 15px;
	padding: 0;
	list-style: square;
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
	color: #babdbf;
}

.footer-t .widget ul li{margin: 0 0 15px; list-style:none; color: #ffffff;
font-weight: normal; padding-top: 4px; position:relative;}

.footer-t .widget ul li a{color: #ffffff;}

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

/*social-widget style for footer*/
.footer-t .widget.widget_business_one_page_pro_social_links ul{
	margin: 0;
	list-style: none;
	overflow: hidden;
}

.footer-t .widget.widget_business_one_page_pro_social_links ul li{
	float: left;
	margin: 0 10px 10px 0;
}

.footer-t .widget.widget_business_one_page_pro_social_links ul li a{
	background: #4c4e4e;
    border-radius: 50%;
    color: #f9f9ff;
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 36px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.footer-t .widget.widget_business_one_page_pro_social_links ul li a:hover,
.footer-t .widget.widget_business_one_page_pro_social_links ul li a:focus{
	text-decoration: none;
	background: #292a2a;
}

/*instagram style*/
.footer-t .widget.widget_business_one_page_pro_instagram_widget ul{
	margin-left: -5px;
	margin-right: -5px;
	list-style: none;
}

.footer-t .widget.widget_business_one_page_pro_instagram_widget ul:after{
	content: '';
	display: block;
	clear: both;
}

.footer-t .widget.widget_business_one_page_pro_instagram_widget ul li{
	float: left;
	width: 33.3333%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 10px;
}

.footer-t .widget.widget_business_one_page_pro_instagram_widget ul.instagram-size-thumbnail li{width: 25%;}

.footer-t .widget.widget_business_one_page_pro_instagram_widget ul.instagram-size-large li{width: 50%;}

.footer-t .widget.widget_business_one_page_pro_instagram_widget ul.instagram-size-original li{width: 100%;}

.footer-t .widget.widget_business_one_page_pro_instagram_widget ul li a{
	display: block;
	height: 100%;
}

.footer-t .widget.widget_business_one_page_pro_instagram_widget ul li img{
	vertical-align: top;
	width: 100%;
}

/*flickr style*/
.footer-t .widget.widget_business_one_page_pro_flickr_widget ul{
	margin-left: -5px;
	margin-right: -5px;
	list-style: none;
}

.footer-t .widget.widget_business_one_page_pro_flickr_widget ul:after{
	content: '';
	display: block;
	clear: both;
}

.footer-t .widget.widget_business_one_page_pro_flickr_widget ul li{
	float: left;
	width: 33.3333%;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0;
	border-bottom: 0;
	margin-bottom: 10px;
}

.footer-t .widget.widget_business_one_page_pro_flickr_widget ul.col-4 li{width: 25%;}

.footer-t .widget.widget_business_one_page_pro_flickr_widget ul.col-2 li{width: 50%;}

.footer-t .widget.widget_business_one_page_pro_flickr_widget ul.col-1 li{width: 100%;}

.footer-t .widget.widget_business_one_page_pro_flickr_widget ul.col-5 li{width: 20%;}

.footer-t .widget.widget_business_one_page_pro_flickr_widget ul.col-6 li{width: 16.6667%;}

.footer-t .widget.widget_business_one_page_pro_flickr_widget ul li a{
	display: block;
	height: 100%;
}

.footer-t .widget.widget_business_one_page_pro_flickr_widget ul li img{
	vertical-align: top;
	width: 100%;
}

/*twitter style*/
.footer-t .widget.widget_business_one_page_pro_twitter_feeds_widget ul li a{color: #fff;}

.footer-t .widget.widget_business_one_page_pro_twitter_feeds_widget ul li a:hover,
.footer-t .widget.widget_business_one_page_pro_twitter_feeds_widget ul li a:focus{text-decoration: underline;}

.footer-t .widget.widget_recent_entries .entry-title{
	font-size: 17px;
	line-height: 20px;
	font-weight: 600;
	color: #babdbf;
	margin: 0 0 10px; 
}

/*featured-post widget style*/
.footer-t .widget.widget_business_one_page_pro_featured_post .img-holder{margin: 0 0 15px;}

.footer-t .widget.widget_business_one_page_pro_featured_post .img-holder a{
	display: block;
	width: 100%;
}

.footer-t .widget.widget_business_one_page_pro_featured_post .img-holder img{vertical-align: top;}

.footer-t .widget.widget_recent_entries .entry-meta{font-size: 12px;}

/*popular entries style*/
.footer-t .widget.widget_business_one_page_pro_popular_post,
.footer-t .widget.widget_business_one_page_pro_recent_post,
.footer-t .widget.widget_business_one_page_pro_category_post,
.footer-t .widget.widget_business_one_page_pro_author_post{
	padding: 0;
	list-style: none;
	border-bottom: 0;
}

.footer-t .widget.widget_business_one_page_pro_popular_post ul,
.footer-t .widget.widget_business_one_page_pro_recent_post ul,
.footer-t .widget.widget_business_one_page_pro_category_post ul,
.footer-t .widget.widget_business_one_page_pro_author_post ul{margin: 0;}

.footer-t .widget.widget_business_one_page_pro_popular_post ul li,
.footer-t .widget.widget_business_one_page_pro_recent_post ul li,
.footer-t .widget.widget_business_one_page_pro_category_post ul li,
.footer-t .widget.widget_business_one_page_pro_author_post ul li{
	overflow: hidden;
}

.footer-t .widget.widget_business_one_page_pro_popular_post .post-thumbnail,
.footer-t .widget.widget_business_one_page_pro_recent_post .post-thumbnail,
.footer-t .widget.widget_business_one_page_pro_category_post .post-thumbnail,
.footer-t .widget.widget_business_one_page_pro_author_post .post-thumbnail{
	float: left;
	margin-right: 15px;
	width: 80px;
}

.footer-t .widget.widget_business_one_page_pro_popular_post .post-thumbnail img,
.footer-t .widget.widget_business_one_page_pro_recent_post .post-thumbnail img,
.footer-t .widget.widget_business_one_page_pro_category_post .post-thumbnail img,
.footer-t .widget.widget_business_one_page_pro_author_post .post-thumbnail img{vertical-align: top;}

.footer-t .widget.widget_business_one_page_pro_popular_post .entry-header,
.footer-t .widget.widget_business_one_page_pro_recent_post .entry-header,
.footer-t .widget.widget_business_one_page_pro_category_post .entry-header,
.footer-t .widget.widget_business_one_page_pro_author_post .entry-header{
	overflow: hidden;
}

.footer-t .widget.widget_business_one_page_pro_popular_post .entry-header .entry-title,
.footer-t .widget.widget_business_one_page_pro_recent_post .entry-header .entry-title,
.footer-t .widget.widget_business_one_page_pro_category_post .entry-header .entry-title,
.footer-t .widget.widget_business_one_page_pro_author_post .entry-header .entry-title{
	font: 700 19px/22px 'Oxygen', sans-serif;
	margin: 0 0 7px;
}

.footer-t .widget.widget_business_one_page_pro_popular_post .entry-header .entry-meta,
.footer-t .widget.widget_business_one_page_pro_recent_post .entry-header .entry-meta,
.footer-t .widget.widget_business_one_page_pro_category_post .entry-header .entry-meta,
.footer-t .widget.widget_business_one_page_pro_author_post .entry-header .entry-meta{
	font-size: 14px;
	line-height: 24px;
}

/*calendar style*/
.footer-t .widget.widget_calendar .calendar_wrap{
	background: #f0f2f7
}

.footer-t .widget_calendar caption{
	font: 700 16px/20px 'Oxygen', sans-serif;
	text-transform: uppercase;
	color: #262626;
	background: #e0e2e7;
	padding: 12px 0;
}

.footer-t .widget_calendar table th{
	font: 700 16px/20px 'Source Sans Pro', sans-serif;
	color: #3c3b3b;
	height: 45px;
}

.footer-t .widget_calendar table td{
	text-align: center;
	height: 32px;
	width: 32px;
	font: 16px/32px 'Source Sans Pro', sans-serif;
	color: #3c3b3b;
}

.footer-t .widget_calendar table a{
	display: block;
	height: 100%;
	background: #ffbc00;
	color: #3c3b3b;
}

/*widget rss*/
.footer-t .widget.widget_rss ul li a{color: #fff;}

.footer-t .widget.widget_rss ul li a:hover,
.footer-t .widget.widget_rss ul li a:focus{
	text-decoration: underline;
}

.footer-t .widget.widget_business_one_page_pro_popular_post .entry-header .entry-meta .view-count{margin-left: 5px;}

/*widget search*/
.footer-t .widget .search-form{
	overflow: hidden;
	border: 1px solid #c7c7c9;
	border-radius: 5px;
	padding: 12px 17px 14px 19px;
	margin: 0 15px 0 0;
}

.footer-t .widget .search-form label{
	float: left;
	width: 85%;
}

.footer-t .widget .search-form input[type="search"]{
	border: 0;
	background: none;
	border-radius: 0;
	float: left;
	width: 100%;
	padding: 0;
	font-size: 15px;
	color: #fff;
}

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

.footer-t .widget .search-form input[type="submit"]:hover{
	background: url(images/bg-search.png) no-repeat;
	box-shadow: none;
}

/*tag-cloud style*/
.footer-t .widget.widget_tag_cloud .tagcloud{
	overflow: hidden;
	margin-bottom: 22px;
}

.footer-t .widget.widget_tag_cloud a{
	font-size: 15px;
	float: left;
	border: 1px solid #bcbcc0;
	border-radius: 3px;
	line-height: 18px;
	padding: 10px 12px;
	margin-right: 5px;
	margin-bottom: 5px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.footer-t .widget.widget_tag_cloud a:hover{
	text-decoration: none;
	background: #f4b400;
	border-color: #f4b400;
}

.footer-t .widget.widget_business_one_page_pro_cta_widget .text{
	background: none !important;
	padding: 0;
	text-align: left;
}

.footer-t .widget.widget_business_one_page_pro_cta_widget .text .container{width: 100%;}

.footer-t .widget_business_one_page_pro_cta_widget .text:after{background: none;}

.footer-t .widget.widget_business_one_page_pro_cta_widget .text .btn-start{
	background: #ffbc00;
    border-radius: 5px;
    color: #3b3a3a;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    padding: 15px 20px;
}

.footer-t .widget.widget_business_one_page_pro_cta_widget .text .btn-start:hover,
.footer-t .widget.widget_business_one_page_pro_cta_widget .text .btn-start:focus{
	text-decoration: none;
	background: #daa100;
}

.footer-t .widget.widget_business_one_page_pro_cta_widget .style2 .widget-title:after{
	height: 1px;
	left: 0;
}

.footer-t .widget.widget_business_one_page_pro_cta_widget .style2 .widget-title{
	color: #f8ffff;
    font: 21px/26px "Oxygen",sans-serif;
    margin: 0 0 20px;
    padding: 0 0 20px;
    position: relative;
}

.footer-t .widget.widget_business_one_page_pro_icon_text_widget .text-holder .widget-title{
	color: #f8ffff;
    font: 21px/26px "Oxygen",sans-serif;
    margin: 0 0 10px;
    padding: 0
}

.footer-t .widget.widget_business_one_page_pro_icon_text_widget .text-holder .widget-title:after{display: none;}

.footer-t .widget.widget_business_one_page_pro_icon_text_widget .style3 .icon-holder .fa{color: #59595b;}

.footer-t .widget.widget_business_one_page_pro_icon_text_widget .style3 .text-holder,
.footer-t .widget.widget_business_one_page_pro_icon_text_widget .style3 .text-holder .widget-title{color: #59595b}

.footer-t .widget.widget_business_one_page_pro_stat_counter_widget{
	text-align: center;
}

.footer-t .widget.widget_business_one_page_pro_stat_counter_widget .text-holder .widget-title{
	margin: 0 0 10px;
	padding: 0;
}

.footer-t .widget.widget_business_one_page_pro_stat_counter_widget .text-holder .widget-title:after{display: none;}

.site-info{
	font-size: 17px;
	line-height: 26px;
	color: #cbcecf;
	padding: 30px 0;
}

.site-footer .site-info a{color: #cbcecf;}

.site-footer .site-info a:hover,
.site-footer .site-info a:focus{
	color: #fff;
	text-decoration: none;
}

.scrollup {
    width: 38px;
    height: 38px;
    position: absolute;
    bottom: 23px;
    right: 115px;
    text-indent: -9999px;
    background: url(images/to-top.png) no-repeat;
}

/*nav-menu widget*/
.footer-t .widget.widget_nav_menu ul ul{margin-top: 24px;}

/*inner-page style*/
.inner-page{margin-top: 146px;}

.top-section{
	background: #f0f2f7;
	padding: 45px 0;
	text-align: center;
	border-bottom: 1px solid #d9d9d9;
}

.page-header .page-title{
	font-size: 28px;
	line-height: 32px;
	margin: 0 0 15px;
	color: #252626;
	font-family: 'Oxygen', sans-serif;
}

#crumbs{
	font-size: 13px;
	line-height: 17px;
	color: #59595b;
	/*font-family: 'Oxygen', sans-serif;*/
}

#crumbs a{
	color: #257cbb;
	display: inline-block;
}

/*about page style*/
.page-template-template-about .about-us{padding: 78px 0;}

.page-template-template-about .about-us .text-holder .alignright,
.page-template-template-about .about-us .text-holder .alignleft,
.page-template-template-about .about-us .text-holder .aligncenter{
	margin-bottom: 20px;
}

.page-template-template-about .about-us .img-holder{
	float: left;
	width: 41.6667%;
	padding-left: 15px;
	padding-right: 15px;
}

.page-template-template-about .stats{
	background: #f0f2f7;
	padding: 75px 0;
	text-align: center;
}

.page-template-template-about .stats .widget{
	/*float: left;*/
	display: inline-block;
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
	margin-bottom: 30px;
}

.widget_business_one_page_pro_stat_counter_widget .col .icon-holder{margin: 0 0 20px;}

.widget_business_one_page_pro_stat_counter_widget .col .icon-holder .fa{font-size: 35px;}

.widget_business_one_page_pro_stat_counter_widget .col .icon-holder img{width: 34px;}

.widget_business_one_page_pro_stat_counter_widget .col .text-holder strong{
	display: block;
	font-size: 36px;
	line-height: 40px;
	color: #858588;
	font-weight: 700;
	margin: 0 0 10px;
}

.widget_business_one_page_pro_stat_counter_widget .col .text-holder .widget-title{
	font-size: 19px;
	line-height: 24px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 400;
}

.page-template-template-about .our-mission{
	padding: 75px 0;
}

.page-template-template-about .our-mission .title{
	font-size: 32px;
	line-height: 36px;
	font-weight: 400;
	font-family: 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 22px;
	padding: 0 0 22px;
	position: relative;
}

.page-template-template-about .our-mission .title:after{
	position: absolute;
	top: 100%;
	left: 0;
	height: 2px;
	width: 45px;
	background: #838a95;
	content: '';
}

.page-template-template-about .our-mission ul{
	margin: 0 -15px;
	padding: 0;
	list-style: none;
	overflow: hidden;
	font-size: 16px;
}

.page-template-template-about .our-mission ul li{
	float: left;
	width: 50%;
	padding-left: 30px;
	padding-right: 15px;
	margin: 0 0 15px;
	background: url(images/caret.png) no-repeat 15px 9px;
}

.page-template-template-about .our-values{
	background: #f0f2f7;
	padding: 75px 0;
}

.page-template-template-about .our-values .title{
	font-size: 32px;
	line-height: 36px;
	font-weight: 400;
	font-family: 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 22px;
	padding: 0 0 22px;
	position: relative;
}

.page-template-template-about .our-values .title:after{
	position: absolute;
	top: 100%;
	left: 0;
	height: 2px;
	width: 45px;
	background: #838a95;
	content: '';
}

.page-template-template-about .our-values .widget{
	float: left;
	width: 33.3333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.widget_business_one_page_pro_icon_text_widget .col.style3 .table{
	background: #fff;
	padding: 50px 0;
	display: table;
	width: 100%;
	text-align: center;
}

.widget_business_one_page_pro_icon_text_widget .col.style3 .table-row{
	display: table-row;
	height: 100%;
}

.widget_business_one_page_pro_icon_text_widget .col.style3 .table-cell{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}

.widget_business_one_page_pro_icon_text_widget .col.style3 .text-holder,
.widget_business_one_page_pro_icon_text_widget .col.style3 .icon-holder{padding: 0 30px;}

.widget_business_one_page_pro_icon_text_widget .col.style3 .icon-holder{margin: 0 0 10px;}

.widget_business_one_page_pro_icon_text_widget .col.style3 .icon-holder .fa{font-size: 35px;}

.widget_business_one_page_pro_icon_text_widget .col.style3 .icon-holder img{max-width: 65px;}

.widget_business_one_page_pro_icon_text_widget .col.style3 .widget-title{
	font-size: 19px;
	line-height: 23px;
	color: #252626;
}

.widget_business_one_page_pro_icon_text_widget .col.style3 .widget-title a{color: #252525;}

.widget_business_one_page_pro_icon_text_widget .col.style3 .widget-title a:hover,
.widget_business_one_page_pro_icon_text_widget .col.style3 .widget-title a:focus{
	text-decoration: none;
	color: #f4b400;
}

.page-template-template-about .our-clients{
	padding: 75px 0;
}

/*.page-template-template-about*/ .our-clients .title{
	color: #252626;
    font-family: "Oxygen",sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
    margin: 0 0 50px;
    padding: 0 0 22px;
    position: relative;
    text-align: center;
}

/*.page-template-template-about*/ .our-clients .title:after{
	position: absolute;
	top: 100%;
	left: 48%;
	height: 2px;
	width: 45px;
	background: #838a95;
	content: '';
}

#client-slider li{text-align: center;}

.our-clients .lSAction > .lSPrev{
	background: url(images/prev.png) no-repeat;
	width: 12px;
	height: 21px;
	margin-top: 0;
}

.our-clients .lSAction > .lSNext{
	background: url(images/next.png) no-repeat;
	width: 12px;
	height: 21px;
	margin-top: 0;
}

/*services page style*/
.page-template-template-services .our-services{padding: 50px 0;}

.page-template-template-services .our-services .widget{
	float: left;
	width: 45%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.page-template-template-services .our-services .col .title{
	font: 700 19px/23px 'Oxygen', sans-serif;
	color: #252626;
}

.page-template-template-services .our-services .row{margin-top: 50px;}

.page-template-template-services .vedio-holder{
	background: url(images/img34.jpg) no-repeat;
	background-size: cover;
	position: relative;
	color: #f9f9f9;
	/*padding: 100px 0;*/
	font-size: 16px;
}

.page-template-template-services .vedio-holder:before{
	/*background: rgba(0, 0, 0, 0.5);*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
}

.page-template-template-services .vedio-holder .video-frame{
	height: 0;
    margin-bottom: 0;
    padding-bottom: 35%;
    position: relative;
}

.page-template-template-services .vedio-holder iframe{
	height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.page-template-template-services .vedio-holder .container{
	position: relative;
	text-align: center;
}

.page-template-template-services .vedio-holder .btn-play{
	width: 44px;
	height: 44px;
	border: 2px solid #fff;
	-webkit-border-radius: 100px;
	border-radius: 50%;
	display: block;
	margin: 0 auto 30px;
	color: #fff;
	font-size: 25px;
	padding: 7px 0;
}

.page-template-template-services .vedio-holder .btn-play span{margin-left: 5px;}

.page-template-template-services .vedio-holder .title{
	font-size: 23px;
	font-family: 'Oxygen', sans-serif;
	position: relative;
	padding-bottom: 10px;
	margin: 0 0 10px;
	color: #fff;
}

.page-template-template-services .vedio-holder .title:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 48%;
	width: 45px;
	height: 1px;
	background: #fff;
}

.page-template-template-services .our-features{
	padding: 70px 0;
}

.page-template-template-services .our-features .title{
	font-weight: 400;
	font-size: 32px;
	line-height: 36px;
	font-family: 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 25px;
	padding: 0 0 25px;
	position: relative;
}

.page-template-template-services .our-features .title:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 45px;
	height: 2px;
	background: #838a95;
}

.page-template-template-services .our-features .row{margin-top: 50px;}

.page-template-template-services .our-features .widget{
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.widget_business_one_page_pro_icon_text_widget .col.style4 .icon-holder{
	float: left;
	width: 100px;
	height: 100px;
	border: 1px solid #bdbdbe;
	text-align: center;
	margin-right: 22px;
	-webkit-border-radius: 100px;
	border-radius: 50%;
	overflow: hidden;
	font-size: 35px;
	line-height: 97px;
}

.widget_business_one_page_pro_icon_text_widget .col.style4 .text-holder{
	overflow: hidden;
	margin: 5px 0 0;
}

.widget_business_one_page_pro_icon_text_widget .col.style4 .text-holder .widget-title{
	font-weight: 700;
	font-size: 23px;
	line-height: 27px;
	color: #252626;
	margin: 0 0 15px;
}

.widget_business_one_page_pro_icon_text_widget .col.style4 .text-holder .widget-title a{color: #252626;}

.widget_business_one_page_pro_icon_text_widget .col.style4 .text-holder .widget-title a:hover,
.widget_business_one_page_pro_icon_text_widget .col.style4 .text-holder .widget-title a:focus{
	text-decoration: none;
	color: #f4b400;
}

/*.page-template-template-services .promotional-block{
	background: url(images/img35.jpg) no-repeat;
	background-size: cover;
	position: relative;
}*/

/*.page-template-template-services .promotional-block:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
}*/

/*.page-template-template-services .promotional-block .container{
	position: relative;
	z-index: 2;
}*/

/*.widget_business_one_page_pro_cta_widget .style2 .text{
	max-width: 780px;
	margin: 0 auto;
}*/

.widget_business_one_page_pro_cta_widget .style2 .widget-title{
	font-size: 32px;
	line-height: 36px;
	position: relative;
	padding-bottom: 22px;
}

.widget_business_one_page_pro_cta_widget .style2 .widget-title:after{
	position: absolute;
	width: 45px;
	height: 2px;
	background: #f8f4f4;
	top: 100%;
	left: 48%;
	content: '';
}

.page-template-template-services .more-about-us{padding: 70px 0;}

.page-template-template-services .more-about-us .title{
	font: 400 32px/36px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 25px;
	padding: 0 0 25px;
	position: relative;
}

.page-template-template-services .more-about-us .title:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 45px;
	height: 2px;
	background: #838a95;
}

.page-template-template-services .more-about-us .btn-more{
	font-size: 18px;
	color: #fff;
	background: #ffbc00;
	display: inline-block;
	border-radius: 5px;
	padding: 10px 25px;
	letter-spacing: 1px;
}

.page-template-template-services .more-about-us .btn-more:hover,
.page-template-template-services .more-about-us .btn-more:focus{
	text-decoration: none;
	opacity: 0.8;
}

/*team-page style*/
.page-template-template-team .team-section{padding: 45px 0;}

.page-template-template-team .team-section .row{margin-top: 45px;}

.page-template-template-team .team-section .col{
	width: 33.3333%;
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.page-template-template-team .team-section .col .box{
	text-align: center;
	background: #f5f7fc;
	padding: 10px;
}

.page-template-template-team .team-section .col .box .img-holder{margin-bottom: 25px;}

.page-template-template-team .team-section .col .box .text-holder{
	padding: 0 16px;
	border-bottom: 1px solid #e1e2e7;
}

.page-template-template-team .team-section .col .box .text-holder .name{
	font: 700 21px/24px 'Oxygen', sans-serif;
	color: #252626;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
}

.page-template-template-team .team-section .col .box .text-holder .name:after{
	position: absolute;
	width: 40px;
	height: 1px;
	background: #adadb3;
	top: 100%;
	left: 44%;
	content: '';
}

.page-template-template-team .team-section .col .box .text-holder .designation{
	font-size: 16px;
	font-style: italic;
	color: #0b578e;
	display: block;
	margin: 0 0 15px;
}

.page-template-template-team .team-section .col .box .social-networks{
	margin: 0;
	padding: 20px 0 10px;
	list-style: none;
	overflow: hidden;
	font-size: 16px;
}

.page-template-template-team .team-section .col .box .social-networks li{
	display: inline-block;
	margin: 0 10px;
}

.page-template-template-team .team-section .col .box .social-networks li a{
	color: #8e8f92;
}

.page-template-template-team .team-section .col .box .social-networks li a:hover,
.page-template-template-team .team-section .col .box .social-networks li a:focus{
	/*color: #f4b400;*/
	text-decoration: none;
}

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

.page-template-template-contact .map-holder iframe{
	width: 100%;
	height: 320px;
	vertical-align: top;
}

.contact-section{padding: 73px 0 70px;}

.contact-section .columns-6{
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.contact-section h2{
	font: 700 21px/26px 'Oxygen', sans-serif;
	color: #252626;
	margin: 0 0 21px;
	letter-spacing: 1px;
}

.contact-info-lists{
	margin: 0 0 7%;
	padding: 0 0 0 15%;
	list-style: none;
	font-size: 17px;
	font-weight: 600;
	text-align:center;
}

.contact-section .social-networks{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.contact-section .social-networks li{
	float: left;
	margin-left: 10px;
}

.contact-section .social-networks li a{
	display: block;
	width: 32px;
	height: 32px;
	-webkit-border-radius: 100px;
	border-radius: 50%;
	background: none;
	text-align: center;
	font-size: 12px;
	line-height: 32px;
	color: #9d9da1;
	border: 1px solid #9f9fa3;
}

.contact-section .social-networks li a:hover{
	background: #3b5998;
	color: #fff;
	border-color: #3b5998;
}

/*gallery page style*/
.page-template-template-gallery .gallery-section{padding: 70px 0;}

.page-template-template-gallery .gallery-section .title{
	font: 400 32px/36px 'Oxygen', sans-serif;
	color: #252626;
}

/*error page style*/
.error404 .error-holder{
	max-width: 615px;
	margin: 0 auto;
	text-align: center;
	padding: 70px 0;
}

.error404 .error-holder h1{
	font: 700 140px/140px 'Oxygen', sans-serif;
	color: #95b7d8;
	margin: 0 0 35px;
	padding: 0 0 35px;
	position: relative;
}

.error404 .error-holder h1:after{
	content: '';
	position: absolute;
	top: 100%;
	left: 45%;
	width: 70px;
	height: 2px;
	background: #c6c7c8;
}

.error404 .error-holder .search-form{
	width: 554px;
	margin: 0 auto 20px;
	border: 1px solid #c7c7c9;
	border-radius: 5px;
	overflow: hidden;
	padding: 10px 15px;
}

.error404 .error-holder .search-form label{
	float: left;
	width: 75%;
}

.error404 .error-holder .search-form input[type="search"]{
	float: left;
	width: 100%;
	border: 0;
	background: none;
	font-size: 15px;
}

.error404 .error-holder .search-form input[type="submit"]{
	float: right;
	background: url(images/bg-search.png) no-repeat;
	width: 16px;
	height: 16px;
	margin: 8px 0 0;
	padding: 0;
	border: 0;
	box-shadow: none;
	text-indent: -9999px;
}

.error404 .error-holder .btn-prev-page{
	display: inline-block;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	background: #ffbc00;
	border-radius: 5px;
	padding: 15px 50px;
}

.error404 .error-holder .btn-prev-page:hover,
.error404 .error-holder .btn-prev-page:focus{
	text-decoration: none;
	opacity: 0.8;
}

#mobile-header {
    display: none;
}

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

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

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

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

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

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

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

#primary .post .entry-content .rara_accordian .rara_accordian_title:after,
#primary .page .entry-content .rara_accordian .rara_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 .rara_accordian .rara_accordian_title.active:after,
#primary .page .entry-content .rara_accordian .rara_accordian_title.active:after{opacity: 0;}

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

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

#primary .entry-content .rara_call_to_action_button{
	background: #ffbc00;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 24px;
    text-align: center;
    padding: 15px 33px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#primary .entry-content .rara_call_to_action_button:hover,
#primary .entry-content .rara_call_to_action_button:focus{
	opacity: 0.8;
	text-decoration: none;
}

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

#primary .entry-content .rara_call_to_action.right .rara_call_to_action_button{
	float: right;
}

#primary .entry-content .rara_call_to_action.left .rara_call_to_action_button{
	float: left;
}

/*dropcap*/
.rara-drop-cap2 {
    float: left;
    font-size: 53px;
    padding-right: 10px;
    padding-top: 16px;
}

.rara-drop-cap3 {
    float: left;
    font-size: 80px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-top: 30px;
}

.rara-drop-cap4 {
    float: left;
    font-size: 115px;
    margin-bottom: 32px;
    padding-right: 10px;
    padding-top: 45px;
}

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

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

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

#primary .post .entry-content .rara-list li,
#primary .page .entry-content .rara-list li{
	padding-left: 30px;
	position: relative;
}

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

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

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

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

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

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

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

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

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

#primary .post .entry-content .rara-list.rara-list-style10 li:before,
#primary .page .entry-content .rara-list.rara-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{
	background: #4c4e4e;
	-webkit-border-radius: 100px;
    border-radius: 50%;
    float: left;
    height: 36px;
    padding: 2px 0;
    vertical-align: middle;
    width: 36px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    margin: 0 10px 10px 0;
    font-size: 16px;
}

#primary .entry-content .social-shortcode a:hover,
#primary .entry-content .social-shortcode a:focus{
	text-decoration: none;
	background: #292a2a;
}

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

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

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

#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title.active,
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title:hover,
#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title:focus{
	background: #f4b400;
	color: #fff;
}

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

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

#primary .entry-content .rara_tab_wrap.vertical .rara_tab_content{overflow: hidden;}

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

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

.rara_toggle .rara_toggle_title{
	background: #f4b400;
    color: #fff;
    cursor: pointer;
    padding: 7px 15px 7px 35px;
    position: relative;
}

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

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

.rara_toggle .rara_toggle_title.active:after{opacity: 0;}

.rara_toggle .rara_toggle_content{padding: 10px 20px;}

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

#primary .entry-content .shortcode-slider .lSAction > a{top: 41%;}

#primary .entry-content .shortcode-slider .lSAction > .lSNext{
	 background: url("images/btn-next.png") no-repeat;
    height: 40px;
    width: 30px;
}

#primary .entry-content .shortcode-slider .lSAction > .lSPrev{
	background: url("images/btn-prev.png") no-repeat;
    height: 40px;
    width: 30px;
}

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

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

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

.rara-span1{width: 16.66%;}

.rara-span2{width: 33.33%;}

.rara-span3{width: 50%;}

.rara-span4{width: 66.66%;}

.rara-span5{width: 83%;}

.rara-span6{width: 100%;}

.divider{margin: auto;}

.ajax-search-results-container{
	position: relative;
	top: 10px;
	overflow: hidden;
	width: 100%;
	text-align: left;
}

.ajax-search-results{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#load-posts a{
	display: block;
	background: #f4b400;
	color: #fff;
	border-radius: 5px;
	padding: 15px 10px;
	text-align: center;
}

#load-posts a.disabled{display: none;}

#load-posts a:hover,
#load-posts a:focus{
	opacity: 0.8;
	text-decoration: none;
}

#load-posts a .fa{margin-right: 5px;}

#mobile-header-primary{display: none;}



/*.site-header .header-b{
	padding:0;
}
.main-navigation{
	margin:0;
}
.site-branding{
	padding: 10px 0;
	margin: 10px 0 0;
}
.banner{
	margin-top: 115px;
}
.main-navigation ul li{
	margin-left: 0;
}
.main-navigation ul li a{
	padding:48px 15px; 
	transition: background 0.3s linear 0s;
}
.site-header .header-b{
	background: #101722;
}
.main-navigation ul li a:hover, .main-navigation ul li:hover > a{
	background:rgba(255, 255, 255, 0.1);
	color: #59595b;
}*/

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

	.main-navigation ul li{margin: 0 0 0 20px;}
}

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

	#mobile-header-primary{display: block;}
	
	#mobile-header-primary a{
		background: url(images/btn-menu.png) no-repeat;
		width: 30px;
		height: 30px;
		float: right;
		cursor: pointer;
		text-indent: -9999px;
	}

	.sidr-inner .btn-closed{
		color: #333;
		font-size: 15px;
		line-height: 48px;
		padding: 0 15px;
		display: block;
	}

	.sidr-inner .btn-closed:hover,
	.sidr-inner .btn-closed:focus{
		text-decoration: none;
		box-shadow: 0 0 15px 3px #ebebeb inset;
	}

	#site-navigation{display: none;}

	.site-header{padding-bottom: 12px;}

	.site-header .container{position: relative;}

	.services .widget{width: 50%;}

	.our-team .team-holder .box .name{
		font-size: 19px;
		line-height: 23px;
	}

	.our-team .team-holder .box .hover-state{
		font-size: 16px;
		line-height: 20px;
	}

	.our-team .team-holder .box .name::after{
		/* left: 36%; */
	}

	.banner-text .text .title{
		font-size: 25px;
		line-height: 32px;
	}

	.banner-text .text .btn-more{
		font-size: 14px;
		line-height: 17px;
	}

	.banner .flexslider .flex-control-nav{bottom: 20px;}

	.banner-text{bottom: 35px;}

	.site-content .content-area{
		width: 100%;
	}

	.sidebar{width: 100%;}

	.sidebar .widget-area{
		padding: 51px 30px 9999px;
		margin-right: 0;
	}

	#mobile-header {
    	display: block;
    	/*float: right;*/
    	float: left;
    	margin: 7px 0 8px;
	}

	.top-header .social-networks{
		float: right;
		width: 85%;
	}

	.top-header .social-networks li{float: right;}

	#mobile-header a{
		background: url(images/btn-menu.png) no-repeat;
    	width: 30px;
    	height: 30px;
    	display: block;
    	text-indent: -9999px;
	}

	.top-menu{display: none;}

	.page-template-template-services .our-services .widget{width: 50%;}

	.page-template-template-team .team-section .col{width: 50%;}

	.inner-page .portfolio-section .portfolio-grid .portfolio-element{width: 50%;}

	.inner-page .portfolio-section .portfolio-grid .portfolio-element .portfolio-hover .fa-search{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}

	.inner-page .portfolio-section .portfolio-grid .portfolio-element .portfolio-hover h2{
		font-size: 20px;
		line-height: 25px;
	}

	.page-template-template-about .our-values .widget{width: 50%;}

	.banner .lightslider .lSPager{display: none;}
}

@media only screen and (max-width: 767px){
	.container{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.banner .flexslider .flex-control-nav{bottom: 0;}

	#about,
	.services,
	#portfolio,
	.our-team,
	#clients,
	.blog-section,
	#testimonial,
	#contact{padding: 20px 0;}

	#about .heading h1,
	.services .heading h1,
	#portfolio .heading h1,
	.our-team .heading h1,
	#clients .heading h1,
	.blog-section .heading h1,
	#testimonial .heading h1,
	#contact .heading h1{
		font-size: 30px;
		line-height: 36px;
	}

	#about .col,
	.services .col{
		width: 100%;
		margin-bottom: 30px;
	}

	.promotional-block .title{font-size: 36px;}

	.promotional-block .btn-start{
		font-size: 14px;
	}

	#portfolio .portfolio-col,
	#portfolio .portfolio-col .img-holder{
		width: 100%;
		float: none;
		display: block;
	}

	#portfolio .portfolio-col .img-holder img{width: 100%;}

	#clients .columns-2{
		width: 100%;
		margin-bottom: 30px;
	}

	.blog-section .columns-3{
		width: 100%;
		margin-bottom: 30px;
	}

	.blog-section .columns-3 .post .img-holder img{width: 100%;}

	#contact .columns-6{
		width: 100%;
		margin-bottom: 30px;
	}

	.footer-t .columns-3{
		width: 100%;
		margin-bottom: 30px;
	}

	#portfolio .portfolio-holder .btn-holder .btn{
		float: left;
		margin-bottom: 10px;
	}

	#portfolio .portfolio-col .img-holder .text .title{
		display: none;
		font-size: 20px;
		line-height: 24px;
	}

	#portfolio .portfolio-col .img-holder .text p{display: none;}

	#portfolio .portfolio-col .img-holder .text .btn-more{
		height: 32px;
		line-height: 32px;
	}

	.scrollup{right: 15px;}

	.main-navigation ul{display: block;}

	.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: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

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

	.comment-list .children{
		margin-left: 0;
		padding-left: 0;
	}

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

	.content-area .post .entry-content table td,
	.content-area .page .entry-content table td{
		padding: 10px;
		font-size: 15px;
		line-height: 18px;
	}

	.content-area .post .entry-content table th,
	.content-area .page .entry-content table th{
		font-size: 15px;
		line-height: 18px;
		padding: 10px;
	}

	.error404 .error-holder h1{
		font-size: 90px;
		line-height: 90px;
	}

	.error404 .error-holder .search-form,
	.page-template-template-about .stats .col,
	.page-template-template-about .our-values .col,
	.page-template-template-about .our-mission ul li,
	.search .content-area .search-form{width: 100%;}

	.top-section{padding: 20px 0;}

	.page-header .page-title{
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 8px;
	}

	.page-template-template-about .about-us,
	.page-template-template-about .stats,
	.page-template-template-about .our-mission,
	.page-template-template-about .our-values,
	.page-template-template-about .our-clients,
	.contact-section,
	.page-template-template-gallery .gallery-section{padding: 20px 0;}

	.blog .post .text-holder{
		margin-left: 5px;
		margin-right: 5px;
		padding: 20px;
	}

	.blog-medium .content-area .post .post-thumbnail,
	.blog-round .content-area .post .post-thumbnail,
	.search .content-area .post .post-thumbnail,
	.search .content-area .page .post-thumbnail{
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.blog.blog-medium .post .text-holder,
	.blog.blog-round .post .text-holder,
	.search .post .text-holder,
	.search .page .text-holder,
	.contact-section .columns-6,
	.page-template-template-services .our-services .col,
	.page-template-template-services .our-features .col,
	.page-template-template-team .team-section .col{width: 100%;}

	.page-template-template-services .our-features .col .icon-holder{
		width: 77px;
		height: 77px;
		line-height: 77px;
	}

	#about .widget,
	.services .widget,
	.inner-page .testimonial-wrap,
	.inner-page .portfolio-section .portfolio-grid .portfolio-element{width: 100%;}

	.inner-page .portfolio-section .portfolio-grid .portfolio-element .portfolio-hover{padding: 10px;}

	.inner-page .portfolio-section .button-group button{
		width: 100%;
		margin-bottom: 5px;
	}

	.page-template-template-services .our-features .widget,
	.page-template-template-services .our-services .widget,
	.page-template-template-about .stats .widget,
	.page-template-template-about .our-values .widget{width: 100%;}

	.rara-span1,
	.rara-span2,
	.rara-span3,
	.rara-span4,
	.rara-span5,
	.rara-span6{width: 100%;}

	#primary .entry-content .rara_tab_wrap .rara_tab_group .tab-title{
		width: 100%;
		margin-bottom: 3px;
	}

	#primary .entry-content .rara_tab_wrap.vertical .rara_tab_group,
	#primary .entry-content .rara_tab_wrap.vertical .rara_tab_content{width: 100%;}

	#portfolio .portfolio-col .img-holder .text{padding: 15px;}

	.banner-text{
		position: relative;
		background: rgba(0, 0, 0, 0.5);
		bottom: 0;
		padding: 20px 0;
	}

	.banner-text .text{
		max-width: 100%;
		width: 100%;
	}
}

/* end responsive */
.sidr-open{
	position: unset !important;
	-webkit-transition: none !important;
	-moz-transition: none !important;
	transition: none !important;
}
.clearfix{clear:both;}


.services_tab {
    overflow: hidden;
    background-color: transparent;
	padding-bottom: 15px;
}

/* Style the buttons inside the tab */
.services_tab button {
    background-color: inherit;
    display:inline-block;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 20px;
	border-radius: 0px;
	background:#749E47;
}

/* Change background color of buttons on hover */
.services_tab button:hover {
    background-color: #007A1D;
}

/* Create an active/current tablink class */
.services_tab button.active {
    background-color: #007A1D;
	position:relative;
}

.services_tab button.active:after{position:absolute; left:0px; content:""; width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 15px solid #007C1E;
	bottom: -12px;
	margin: 0 auto;
	right: 0px;
}
	
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tablinks .widget {
    width: 100% !important;
    float: none !important;
    height: auto !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
}
.tablinks .widget p{padding:0px; margin-bottom:0px;}
#service_section {
    background: #ffffff;
    border: 5px solid #dcdcdc;
    padding: 25px 10px;
}

#service_section #media_image-2 {
    width: 100% !important;
}

#service_section #text-2 {
    width: 48% !important;
}
#service_section #gform_widget-2{width: 48% !important; float:right;}

#service_section_1 {
    background: #ffffff;
    border: 5px solid #dcdcdc;
    padding: 25px 10px;
}
#service_section_1  #text-3 {
    width: 48% !important;
}
#service_section_1  #gform_widget-3{width: 48% !important; float:right;}


#service_section input, #service_section_1 input {
    margin: 0px;
    padding: 10px 5px;
    border-radius: 0px;
    border: 1px solid #dedede;
	line-height: 25px;
}

#service_section textarea, #service_section_1 textarea {
    margin: 0px;
    padding: 10px 5px;
    border-radius: 0px;
    border: 1px solid #c0bbbb;
}

.right-top-header {
    float: right;
}
.right-top-header section{margin:0px;}
.right-top-header p {

    margin: 0px;
    padding: 10px 0px;
    color: #ffff;

}

#about .heading h1{position:relative; padding-bottom:44px; margin:0px;}
/* #about .heading h1:after{position:absolute; content:""; width:40px; height:7px; border-top:1px solid #cccccc; border-bottom:1px solid #cccccc; bottom:0px; left:0px; right:0px; margin:0 auto;} */
#about .heading p{display:none;}

.three-cols .col.style1{height:100%; padding:15px; transition:0.5s ease all; border:1px solid #ffffff;}
.three-cols .col.style1:hover{transition:0.5s ease all;border: 1px solid #C8C8C8;}
.three-cols .col.style1:hover span {
    color: #007B1D;
    border:1px solid #007B1D !important;
    background: #99C87B;
}
/* .three-cols:hover section{ border:1px solid #cccccc;} */

.ftr-form-left {
    float: left;
    width: 48%;
    min-height: 435px;
    margin: 0px 0px 0px 0px;
    padding:15px;
	background:#ffffff;
	border: 1px solid #e7e7e7;
}
.ftr-fb-right {
    /* float: right;
    width: 48%; */
    height: auto;
    margin: 0px;
    padding: 15px;
	/* background:#ffffff;
	border: 1px solid #e7e7e7; */
	text-align: center;
}

.ftr-form-left .gform_wrapper ul.gform_fields li.gfield input{
	margin: 0px;
    padding: 10px 5px;
    border-radius: 0px;
    border: 1px solid #c0bbbb;
	line-height: 25px;}
	
	.ftr-form-left .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px;
}

.left-copy{
width: 48%;
height: auto;
margin:0px;
padding: 21px 0px;
float: left;}

.right-social{width: 48%;
    height: auto;
    margin: 15px 0px;
    padding: 0px;
    float: right;
    text-align: right;
}

#colophon .right-social .social-networks{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	text-align:right;
}

#colophon .right-social .social-networks li{
	/* float: left; */
	display:inline-block;
	margin-left: 10px;
}

#colophon .right-social .social-networks li a{
	display: block;
	width: 38px;
	height: 38px;
	-webkit-border-radius: 100px;
	border-radius: 50%;
	background: none;
	text-align: center;
	font-size: 18px;
	line-height: 38px;
	color: #ffffff;
	border: 1px solid #ffffff;
}

#colophon .social-networks li a:hover,
#colophon .social-networks li a:focus{
	background: #3b5998;
	color: #fff;
	border-color: #3b5998;
}
.copy-right-bg { background: #03263D;}
.left-copy section{margin-bottom:0px;}
.left-copy p{color:#ffffff; margin-bottom:0px;}
.ftr-form-left h1 {
    text-align: left;
    color: #799f3a;
    padding: 10px 0% 13px 80px;
	font-weight: bold;
	border: 1px solid #e7e7e7;
	background: #f2f2f2;
	margin-bottom: 10%;
	font-size: 28px;
}
#services .heading h1 {
    font-size: 42px;
}
#services_1 .heading h1 {
    font-size: 42px;
}

.services .heading h1{
    font-size: 42px;
    line-height: 46px;
    color: #252626;
    font-family: Oxygen;
    font-weight: 400;
    font-style: normal;
}

.right-top-header .contact-info-lists li { 
    float: left;
	margin-right: 5px !important;
	color: white;
	font-size: 18px;
	padding-left: 20px;
	padding-top:9px;
}
.right-top-header .contact-info-lists li a {
	color: white !important;
	font-size: 18px;
}
.right-top-header .contact-info-lists {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    font-size: 13px;
    text-align: center;
}
.right-top-header .contact-info-lists li i {
    margin-right: 10px;
}



@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px){
	.right-top-header{display:none;}
	.ftr-form-left{width:100%; min-height:auto; float:none;}
	.ftr-form-right{width:100%; min-height:auto; float:none;}	
	.ftr-fb-right{width:100%; min-height:auto; float:none; margin-top:20px;}
	.services_tab button{padding: 10px 8px; font-size: 15px;}
	#service_section #text-2{width:100% !important; float:none;}
	#service_section_1 #text-3{width:100% !important; float:none;}
	#service_section #gform_widget-2{width:100% !important; float:none;}
	#service_section_1 #gform_widget-3{width:100% !important; float:none;}
	.contact-info-lists{margin:0px; padding:0px;}
	.ftr-form-left h1{font-size: 24px; padding: 10px;}
	.contact-info-lists address{font-size:20px;}
	.contact-info-lists li{font-size:20px;}
	.contact-info-lists li a{font-size:20px;}
	.left-copy{width:100%; float:none; text-align:center;}
	.right-social{width:100%; float:none; text-align:center; margin:0px;}
	#colophon .right-social .social-networks{ text-align:center; margin-bottom:20px;}
	.copy-right-bg{padding-bottom: 25px;}
	#services .heading h1, #services_1 .heading h1, #testimonial .heading h1, #team .heading h1{font-weight: bold !important; font-size: 24px !important;}
	#service_section h2, #service_section_1 h2{font-size: 24px;}
	.sidr-inner #text-6 .contact-info-lists li {font-size: 14px; color: #333333; line-height: 15px; padding: 15px !important;}
	.sidr-inner #text-6 .contact-info-lists li a{ padding-left: 0px; font-size: 14px; color: #333333 !important; display:inline-block;}
	.sidr-inner #text-6 .contact-info-lists li i {margin-right: 10px; color: #007D1D;}
	.sidr-inner #text-6 .contact-info-lists li:hover{border-top:1px solid white;}
	
	}
	
@media only screen 
and (min-device-width : 481px) 
and (max-device-width : 640px){.right-top-header{display:none;}
	.ftr-form-left{width:100%; min-height:auto; float:none;}
	.ftr-form-right{width:100%; min-height:auto; float:none;}	
	.ftr-fb-right{width:100%; min-height:auto; float:none; margin-top:20px;}
	.services_tab button{padding: 10px 8px; font-size: 15px;}
	#service_section #text-2{width:100% !important; float:none;}
	#service_section_1 #text-3{width:100% !important; float:none;}
	#service_section #gform_widget-2{width:100% !important; float:none;}
	#service_section_1 #gform_widget-3{width:100% !important; float:none;}
	.contact-info-lists{margin:0px; padding:0px;}
	.ftr-form-left h1{font-size: 24px; padding: 10px;}
	.contact-info-lists address{font-size:20px;}
	.contact-info-lists li{font-size:20px;}
	.contact-info-lists li a{font-size:20px;}
	.left-copy{width:100%; float:none; text-align:center;}
	.right-social{width:100%; float:none; text-align:center; margin:0px;}
	#colophon .right-social .social-networks{ text-align:center; margin-bottom:20px;}
	.copy-right-bg{padding-bottom: 25px;}
	#services .heading h1, #services_1 .heading h1, #testimonial .heading h1, #team .heading h1{font-weight: bold !important; font-size: 24px !important;}
	#service_section h2, #service_section_1 h2{font-size: 24px;}
	.sidr-inner #text-6 .contact-info-lists li {font-size: 14px; color: #333333; line-height: 15px; padding: 15px !important;}
	.sidr-inner #text-6 .contact-info-lists li a{ padding-left: 0px; font-size: 14px; color: #333333 !important; display:inline-block;}
	.sidr-inner #text-6 .contact-info-lists li i {margin-right: 10px; color: #007D1D;}
	.sidr-inner #text-6 .contact-info-lists li:hover{border-top:1px solid white;}
	
}

@media only screen 
and (min-device-width : 641px) 
and (max-device-width : 768px) {	
.right-top-header{display:none;}
.sidr-inner #text-6 .contact-info-lists li {font-size: 14px; color: #333333; line-height: 15px; padding: 15px !important;}
.sidr-inner #text-6 .contact-info-lists li a{ padding-left: 0px; font-size: 14px; color: #333333 !important; display:inline-block;}
.sidr-inner #text-6 .contact-info-lists li i {margin-right: 10px; color: #007D1D;}
	.sidr-inner #text-6 .contact-info-lists li:hover{border-top:1px solid white;}

}



@media only screen 
and (min-device-width : 769px) 
and (max-device-width : 980px) {
	.right-top-header{display:none;}
	.sidr-inner #text-6 .contact-info-lists li {font-size: 14px; color: #333333; line-height: 15px; padding: 15px !important;}
	.sidr-inner #text-6 .contact-info-lists li a{ padding-left: 0px; font-size: 14px; color: #333333 !important; display:inline-block;}
	.sidr-inner #text-6 .contact-info-lists li i {margin-right: 10px; color: #007D1D;}
	.sidr-inner #text-6 .contact-info-lists li:hover{border-top:1px solid white;}

}