/*
Theme Name: Business One Page Pro
Theme URI: https://rarathemes.com/wordpress-themes/business-one-page-pro/
Author: Rara Theme
Author URI: https://rarathemes.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. Check the demo at https://rarathemes.com/previews/?theme=business-one-page-pro, documentation at https://docs.rarathemes.com/docs/business-one-page-pro/, and get support at https://rarathemes.com/support-ticket/.
Requires PHP: 5.6
Tested up to: 5.8
Version: 1.4.5
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;
}

svg.fallback-svg {
    vertical-align: top;
}

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: none; /* underline; cyril 12/03/24 */
}

a:focus {
    outline: none;
}

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


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    float: right;
    margin: 10px 13px 0 0;
    flex-basis: 0;
    flex-grow: 1;
    display: flex;
    justify-content: flex-end;
}

.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;
    margin-right: -99999px;
}

.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:focus>ul,
.main-navigation ul li.focus>ul,
.main-navigation ul li:hover>ul {
    margin-right: 0;
}


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


/*Language switcher*/

.language-dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.language-dropdown ul li {
    position: relative;
    padding-bottom: 10px;
    margin-left: 15px;
}

.language-dropdown ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 110px;
    display: none;
}

.language-dropdown ul.sub-menu li {
    display: block;
    padding-bottom: 0;
    margin-left: 0;
}

.language-dropdown ul.sub-menu li a {
    display: block;
    color: #333;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 15px;
}

.language-dropdown ul.sub-menu li:last-child a {
    border-bottom: none;
}

.language-dropdown ul.sub-menu li.current-lang>a,
.language-dropdown ul.sub-menu li>a:hover {
    background: rgba(0, 0, 0, 0.05);
    color: #dd3333;
}

.language-dropdown ul.sub-menu li a img {
    display: inline-block;
    vertical-align: middle;
}

.language-dropdown ul.sub-menu li a span {
    padding-left: 5px;
    vertical-align: middle;
    display: inline-block;
}


/*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;
    outline: dotted 1px rgba(255, 255, 255, 0.5);
}

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

.site-header .header-b .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.site-header .header-b .container:after {
    display: none;
}

.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;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.site-branding .custom-logo-link {
    margin-right: 10px;
}

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

.site-branding .site-title {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
}

.logo-text .site-logo {
    display: inline-block;
    vertical-align: top;
    width: 60px;
}

.logo-text .site-title-wrap {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 65px);
    padding-left: 15px;
}


/*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;
    opacity: 0;
    margin: 0;
    margin-right: -99999px;
}

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

.top-menu ul li:hover>ul,
.top-menu ul li.focus>ul,
.top-menu ul li:focus>ul {
    opacity: 1;
    margin-right: 0;
}

.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: 126px;
    z-index: 2;
    width: 100%;
}

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

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

.banner-text .text {
    max-width: 480px;
    float: right;
    text-align: right;
    color: #fffcf7;
}

.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: 24px 0;
    border-top: 1px solid #e5e6e6;
    border-bottom: 1px solid #e5e6e6;
    margin: 0 0 20px;
    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 {
    position: relative;
}

.banner .owl-theme .owl-dots {
    bottom: 65px;
    z-index: 2;
    width: 100%;
    position: absolute;
}

.banner .owl-theme .owl-dots .owl-dot span {
    height: 13px;
    width: 13px;
    background: none;
    border: 1px solid #fff;
}

.banner .owl-theme .owl-dots .owl-dot.active span,
.banner .owl-theme .owl-dots .owl-dot:hover span {
    border-color: #257cbb;
    background: #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;
}

#about .heading:after {
    content: '';
    position: absolute;
    left: 45.5%;
    top: 100%;
    width: 74px;
    height: 1px;
    background: #bdbdbe;
}

#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 span {
    width: 100px;
    height: 100px;
    font-size: 25px;
    line-height: 100px;
    border: 1px solid #bdbdbe;
    -webkit-border-radius: 100px;
    border-radius: 50%;
    margin: 0 auto 20px auto;
    display: block;
}

.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: #f0f2f7;
    padding: 70px 0 20px;
}

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

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

#services .heading .section-title:after,
#portfolio .heading .section-title: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: 33.333%;
    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: #252626;
}

.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 svg {
    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 0 74px;
    position: relative;
}


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

.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: 0 0 32px;
}

.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 {
    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;
    width: 360px;
    height: 340px;
    object-fit: cover;
}

#portfolio .portfolio-col:nth-child(2) .img-holder img {
    width: 750px;
    height: 460px;
}

#portfolio .portfolio-col:nth-child(3) .img-holder img {
    width: 360px;
    height: 500px;
}

#portfolio .portfolio-col:nth-child(4) .img-holder img {
    width: 360px;
    height: 380px;
}

#portfolio .portfolio-col:nth-child(5) .img-holder img {
    width: 360px;
    height: 380px;
}

#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,
#portfolio .portfolio-col .img-holder:focus .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: #f0f2f7;
    text-align: center;
    padding: 67px 0 77px;
}

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

.our-team .heading .section-title: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: 44%;
    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;
}

.owl-theme .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 40px;
    margin: 0 10px;
    border-radius: 0;
    text-indent: 40px;
    overflow: hidden;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.owl-theme .owl-nav [class*="owl-"]:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.owl-theme .owl-nav .owl-prev {
    background: url(images/btn-prev.png) no-repeat;
    left: 0;
}

.owl-theme .owl-nav .owl-prev:hover {
    background: url(images/btn-prev.png) no-repeat;
}

.owl-theme .owl-nav .owl-next {
    background: url(images/btn-next.png) no-repeat;
    right: 0;
}

.owl-theme .owl-nav .owl-next:hover {
    background: url(images/btn-next.png) no-repeat;
}

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

.our-clients .owl-carousel .owl-item {
    text-align: center;
}

.our-clients .owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}


/*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 .section-title {
    font: 42px/46px 'Oxygen', sans-serif;
    color: #252626;
    margin: 0 0 21px;
    position: relative;
    padding: 0 0 20px;
    letter-spacing: 1px;
}

.blog-section .heading .section-title: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: #f0f2f7;
    padding: 70px 0 68px;
}

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

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

#testimonial .heading .section-title: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 #testimonialSlider .img-holder {
    width: 111px;
    margin: 0 auto;
}

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

.testimonial-slider #testimonialSlider .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 #testimonialSlider .name:after {
    width: 40px;
    height: 1px;
    position: absolute;
    top: 100%;
    left: 48%;
    background: #adadb3;
    content: '';
}

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

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

.testimonial-slider .owl-theme .owl-dots {
    position: relative;
    bottom: 0;
}

.testimonial-slider .owl-theme .owl-dots .owl-dot span {
    background: none;
    border: 1px solid #aeb2aa;
    height: 13px;
    width: 13px;
}

.testimonial-slider .owl-theme .owl-dots .owl-dot.active span,
.testimonial-slider .owl-theme .owl-dots .owl-dot:hover span {
    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 .section-title {
    font: 42px/46px 'Oxygen', sans-serif;
    color: #252626;
    margin: 0 0 21px;
    position: relative;
    padding: 0 0 20px;
    letter-spacing: 1px;
}

#contact .heading .section-title: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: 41px;
    margin: 0 0 20px;
}

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

.contact-info-lists address {
    font-style: normal;
    margin: 0;
}

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

.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 li a {
    color: #2f7ab0;
}

#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: 50%;
    border-radius: 50%;
}

.blog-round .content-area .post .post-thumbnail .svg-holder svg {
    -webkit-border-radius: 50%;
    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 svg {
    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;
}

.comments-area .comment-form label[for="wp-comment-cookies-consent"] {
    display: inline-block;
    margin-left: 5px;
}


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

.widget.widget_business_one_page_pro_instagram_widget .instagram-size-medium li,
#secondary .widget.widget_business_one_page_pro_instagram_widget .instagram-size-medium li {
    width: 33%;
}

#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: none !important;
    padding: 0;
    text-align: left;
    color: #59595b;
}

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

#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 svg {
    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: #05263e;
    padding: 70px 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 #49565f;
    padding-bottom: 25px;
}

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

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

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

.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*/

.widget.widget_calendar .calendar_wrap .wp-calendar-table {
    margin-bottom: 0;
}

.footer-t .widget.widget_calendar .calendar_wrap {
    background: #f0f2f7
}

.widget.widget_calendar .calendar_wrap .wp-calendar-nav {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 25px;
}

.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-prev {
    width: 40%;
    text-align: center;
}

.widget.widget_calendar .calendar_wrap .wp-calendar-nav .wp-calendar-nav-next {
    width: 40%;
    text-align: center;
}

.widget.widget_calendar .calendar_wrap .wp-calendar-nav a {
    display: block;
    background: #ffbc00;
    color: #FFF;
    padding: 3px;
}

.footer-t .widget.widget_calendar .calendar_wrap .wp-calendar-nav a {
    color: #3c3b3b;
}

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

.site-footer .site-info a.privacy-policy-link {
    display: inline-block;
    margin-left: 5px;
}

.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 .separator {
    padding: 0 5px;
}

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

#crumbs .current a {
    pointer-events: none;
    cursor: default;
    color: #59595b;
}


/*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 svg {
    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 svg {
    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 .owl-theme .owl-nav .owl-prev {
    background: url(images/prev.png) no-repeat;
    width: 12px;
    height: 21px;
    margin-top: 0;
}

.our-clients .owl-theme .owl-nav .owl-next {
    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: 33.3333%;
    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%;
    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 60px;
    padding: 0 0 0 10px;
    list-style: none;
    font-size: 17px;
    font-weight: 600;
}

.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: 10px;
    right: 10px;
    /*background: rgba(0, 0, 0, 0.5);*/
    background: #000;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    display: none;
    opacity: 0.5;
    z-index: 9;
}

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

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


/* 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 {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 464c-118.664 0-216-96.055-216-216 0-118.663 96.055-216 216-216 118.664 0 216 96.055 216 216 0 118.663-96.055 216-216 216zm141.63-274.961L217.15 376.071c-4.705 4.667-12.303 4.637-16.97-.068l-85.878-86.572c-4.667-4.705-4.637-12.303.068-16.97l8.52-8.451c4.705-4.667 12.303-4.637 16.97.068l68.976 69.533 163.441-162.13c4.705-4.667 12.303-4.637 16.97.068l8.451 8.52c4.668 4.705 4.637 12.303-.068 16.97z'/%3E%3C/svg%3E") center center no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    content: '';
}

#primary .post .entry-content .rara-list.rara-list-style2 li:before,
#primary .page .entry-content .rara-list.rara-list-style2 li:before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 448 512'%3E%3Cpath d='M400 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48z'/%3E%3C/svg%3E") center center no-repeat;
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
}

#primary .post .entry-content .rara-list.rara-list-style3 li:before,
#primary .page .entry-content .rara-list.rara-list-style3 li:before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M504 256C504 119 393 8 256 8S8 119 8 256s111 248 248 248 248-111 248-248zm-448 0c0-110.5 89.5-200 200-200s200 89.5 200 200-89.5 200-200 200S56 366.5 56 256zm72 20v-40c0-6.6 5.4-12 12-12h116v-67c0-10.7 12.9-16 20.5-8.5l99 99c4.7 4.7 4.7 12.3 0 17l-99 99c-7.6 7.6-20.5 2.2-20.5-8.5v-67H140c-6.6 0-12-5.4-12-12z'/%3E%3C/svg%3E") center center no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    content: '';
}

#primary .post .entry-content .rara-list.rara-list-style4 li:before,
#primary .page .entry-content .rara-list.rara-list-style4 li:before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 192 512'%3E%3Cpath d='M0 384.662V127.338c0-17.818 21.543-26.741 34.142-14.142l128.662 128.662c7.81 7.81 7.81 20.474 0 28.284L34.142 398.804C21.543 411.404 0 402.48 0 384.662z'/%3E%3C/svg%3E") center center no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    content: '';
}

#primary .post .entry-content .rara-list.rara-list-style5 li:before,
#primary .page .entry-content .rara-list.rara-list-style5 li:before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm144 276c0 6.6-5.4 12-12 12h-92v92c0 6.6-5.4 12-12 12h-56c-6.6 0-12-5.4-12-12v-92h-92c-6.6 0-12-5.4-12-12v-56c0-6.6 5.4-12 12-12h92v-92c0-6.6 5.4-12 12-12h56c6.6 0 12 5.4 12 12v92h92c6.6 0 12 5.4 12 12v56z'/%3E%3C/svg%3E") center center no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    content: '';
}

#primary .post .entry-content .rara-list.rara-list-style6 li:before,
#primary .page .entry-content .rara-list.rara-list-style6 li:before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 576 512'%3E%3Cpath d='M259.3 17.8L194 150.2 47.9 171.5c-26.2 3.8-36.7 36.1-17.7 54.6l105.7 103-25 145.5c-4.5 26.3 23.2 46 46.4 33.7L288 439.6l130.7 68.7c23.2 12.2 50.9-7.4 46.4-33.7l-25-145.5 105.7-103c19-18.5 8.5-50.8-17.7-54.6L382 150.2 316.7 17.8c-11.7-23.6-45.6-23.9-57.4 0z'/%3E%3C/svg%3E") center center no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    content: '';
}

#primary .post .entry-content .rara-list.rara-list-style7 li:before,
#primary .page .entry-content .rara-list.rara-list-style7 li:before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M512 199.652c0 23.625-20.65 43.826-44.8 43.826h-99.851c16.34 17.048 18.346 49.766-6.299 70.944 14.288 22.829 2.147 53.017-16.45 62.315C353.574 425.878 322.654 448 272 448c-2.746 0-13.276-.203-16-.195-61.971.168-76.894-31.065-123.731-38.315C120.596 407.683 112 397.599 112 385.786V214.261l.002-.001c.011-18.366 10.607-35.889 28.464-43.845 28.886-12.994 95.413-49.038 107.534-77.323 7.797-18.194 21.384-29.084 40-29.092 34.222-.014 57.752 35.098 44.119 66.908-3.583 8.359-8.312 16.67-14.153 24.918H467.2c23.45 0 44.8 20.543 44.8 43.826zM96 200v192c0 13.255-10.745 24-24 24H24c-13.255 0-24-10.745-24-24V200c0-13.255 10.745-24 24-24h48c13.255 0 24 10.745 24 24zM68 368c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z'/%3E%3C/svg%3E") center center no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    content: '';
}

#primary .post .entry-content .rara-list.rara-list-style8 li:before,
#primary .page .entry-content .rara-list.rara-list-style8 li:before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M444.788 291.1l42.616 24.599c4.867 2.809 7.126 8.618 5.459 13.985-11.07 35.642-29.97 67.842-54.689 94.586a12.016 12.016 0 0 1-14.832 2.254l-42.584-24.595a191.577 191.577 0 0 1-60.759 35.13v49.182a12.01 12.01 0 0 1-9.377 11.718c-34.956 7.85-72.499 8.256-109.219.007-5.49-1.233-9.403-6.096-9.403-11.723v-49.184a191.555 191.555 0 0 1-60.759-35.13l-42.584 24.595a12.016 12.016 0 0 1-14.832-2.254c-24.718-26.744-43.619-58.944-54.689-94.586-1.667-5.366.592-11.175 5.459-13.985L67.212 291.1a193.48 193.48 0 0 1 0-70.199l-42.616-24.599c-4.867-2.809-7.126-8.618-5.459-13.985 11.07-35.642 29.97-67.842 54.689-94.586a12.016 12.016 0 0 1 14.832-2.254l42.584 24.595a191.577 191.577 0 0 1 60.759-35.13V25.759a12.01 12.01 0 0 1 9.377-11.718c34.956-7.85 72.499-8.256 109.219-.007 5.49 1.233 9.403 6.096 9.403 11.723v49.184a191.555 191.555 0 0 1 60.759 35.13l42.584-24.595a12.016 12.016 0 0 1 14.832 2.254c24.718 26.744 43.619 58.944 54.689 94.586 1.667 5.366-.592 11.175-5.459 13.985L444.788 220.9a193.485 193.485 0 0 1 0 70.2zM336 256c0-44.112-35.888-80-80-80s-80 35.888-80 80 35.888 80 80 80 80-35.888 80-80z'/%3E%3C/svg%3E") center center no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    content: '';
}

#primary .post .entry-content .rara-list.rara-list-style9 li:before,
#primary .page .entry-content .rara-list.rara-list-style9 li:before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M256 504c136.967 0 248-111.033 248-248S392.967 8 256 8 8 119.033 8 256s111.033 248 248 248zm-103.398-76.72l53.411-53.411c31.806 13.506 68.128 13.522 99.974 0l53.411 53.411c-63.217 38.319-143.579 38.319-206.796 0zM336 256c0 44.112-35.888 80-80 80s-80-35.888-80-80 35.888-80 80-80 80 35.888 80 80zm91.28 103.398l-53.411-53.411c13.505-31.806 13.522-68.128 0-99.974l53.411-53.411c38.319 63.217 38.319 143.579 0 206.796zM359.397 84.72l-53.411 53.411c-31.806-13.505-68.128-13.522-99.973 0L152.602 84.72c63.217-38.319 143.579-38.319 206.795 0zM84.72 152.602l53.411 53.411c-13.506 31.806-13.522 68.128 0 99.974L84.72 359.398c-38.319-63.217-38.319-143.579 0-206.796z'/%3E%3C/svg%3E") center center no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    content: '';
}

#primary .post .entry-content .rara-list.rara-list-style10 li:before,
#primary .page .entry-content .rara-list.rara-list-style10 li:before {
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 512 512'%3E%3Cpath d='M476 3.2L12.5 270.6c-18.1 10.4-15.8 35.6 2.2 43.2L121 358.4l287.3-253.2c5.5-4.9 13.3 2.6 8.6 8.3L176 407v80.5c0 23.6 28.5 32.9 42.5 15.8L282 426l124.6 52.2c14.2 6 30.4-2.9 33-18.2l72-432C515 7.8 493.3-6.8 476 3.2z'/%3E%3C/svg%3E") center center no-repeat;
    position: absolute;
    top: 5px;
    left: 0;
    width: 14px;
    height: 14px;
    content: '';
}


/*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;
    padding: 0;
    list-style: none;
}

.shortcode-slider .slides .owl-nav [class*="owl-"] {
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fff" d="M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z"></path></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    text-indent: 80px;
    overflow: hidden;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    transform: translatey(-50%);
    -webkit-transition: all ease 0.35s;
    -moz-transition: all ease 0.35s;
    transition: all ease 0.35s;
}

.shortcode-slider .slides .owl-nav .owl-next {
    left: auto;
    right: 0;
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fff" d="M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z"></path></svg>');
}

.shortcode-slider .slides .owl-nav [class*="owl-"]:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

#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 svg {
    margin-right: 5px;
}

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

.mobile-site-header {
    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: 1024px) {
    .site-header {
        display: none;
    }
    .mobile-site-header {
        display: block;
        background: #fff;
        padding: 20px 0;
    }
    .mobile-site-header .right {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .mobile-site-header .container:after {
        display: none;
    }
    .mobile-site-header .container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .mobile-site-branding {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .mobile-site-branding .custom-logo-link {
        margin-right: 15px;
    }
    .mobile-site-branding .custom-logo-link img {
        vertical-align: top;
    }
    .mobile-site-branding .text-logo {
        flex-basis: 0;
        flex-grow: 1;
    }
    .mobile-site-branding .site-title {
        font-size: 25px;
        margin: 0;
        font-weight: 700;
    }
    .mobile-site-branding .site-title a:hover,
    .mobile-site-branding .site-title a:focus {
        text-decoration: none;
    }
    .mobile-site-branding .site-description {
        font-size: 15px;
        margin: 0;
    }
    .mobile-site-header .language-dropdown ul li {
        padding-bottom: 0;
    }
    .btn-menu-opener {
        width: 20px;
        height: 18px;
        cursor: pointer;
        margin-left: 10px;
    }
    .btn-menu-opener span {
        display: block;
        width: 100%;
        height: 2px;
        margin-bottom: 5px;
        background: #000;
    }
    .btn-menu-opener span:last-child {
        margin-bottom: 0;
    }
    .mobile-menu {
        position: fixed;
        top: 0;
        right: 0;
        width: 320px;
        background: #fff;
        z-index: 2;
        height: 100%;
        overflow-y: auto;
        padding-top: 80px;
        -webkit-transform: translateX(420px);
        -moz-transform: translateX(420px);
        transform: translateX(420px);
        -webkit-transition: ease 0.35s;
        -moz-transition: ease 0.35s;
        transition: ease 0.35s;
    }
    body.menu-open .mobile-menu {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    body.menu-open {
        overflow-y: hidden;
    }
    .mobile-menu .btn-close-menu {
        position: absolute;
        top: 30px;
        right: 20px;
        width: 20px;
        height: 25px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E") center center no-repeat;
        cursor: pointer;
    }
    .mobile-main-navigation ul,
    .secondary-mobile-menu ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    .mobile-main-navigation ul li,
    .secondary-mobile-menu ul li {
        position: relative;
    }
    .mobile-main-navigation ul li .angle-down,
    .secondary-mobile-menu ul li .angle-down {
        position: absolute;
        top: 0;
        right: 0;
        width: 47px;
        height: 47px;
        background: transparent;
        cursor: pointer;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    .mobile-main-navigation ul li .angle-down.active,
    .secondary-mobile-menu ul li .angle-down.active {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .mobile-main-navigation ul li .angle-down:after,
    .secondary-mobile-menu ul li .angle-down:after {
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        width: 20px;
        height: 25px;
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 256 512'%3E%3Cpath d='M119.5 326.9L3.5 209.1c-4.7-4.7-4.7-12.3 0-17l7.1-7.1c4.7-4.7 12.3-4.7 17 0L128 287.3l100.4-102.2c4.7-4.7 12.3-4.7 17 0l7.1 7.1c4.7 4.7 4.7 12.3 0 17L136.5 327c-4.7 4.6-12.3 4.6-17-.1z'/%3E%3C/svg%3E") center center no-repeat;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
    .mobile-main-navigation ul li a,
    .secondary-mobile-menu ul li a {
        display: block;
        padding: 10px 20px;
        color: #000;
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    .mobile-main-navigation ul li a:hover,
    .mobile-main-navigation ul li a:focus,
    .mobile-main-navigation ul li:hover>a,
    .mobile-main-navigation ul li:focus>a,
    .mobile-main-navigation ul .current-menu-item>a,
    .mobile-main-navigation ul .current-menu-ancestor>a,
    .mobile-main-navigation ul .current_page_item>a,
    .mobile-main-navigation ul .current_page_ancestor>a,
    .secondary-mobile-menu ul li a:hover,
    .secondary-mobile-menu ul li a:focus,
    .secondary-mobile-menu ul li:hover>a,
    .secondary-mobile-menu ul li:focus>a,
    .secondary-mobile-menu ul .current-menu-item>a,
    .secondary-mobile-menu ul .current-menu-ancestor>a,
    .secondary-mobile-menu ul .current_page_item>a,
    .secondary-mobile-menu ul .current_page_ancestor>a {
        text-decoration: none;
        color: #f4b400;
    }
    .mobile-main-navigation ul ul,
    .secondary-mobile-menu ul ul {
        display: none;
    }
    .mobile-menu .social-networks {
        margin: 30px 20px;
        padding: 0;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }
    .mobile-menu .social-networks li {
        margin: 0 5px 5px 0;
    }
    .mobile-menu .social-networks li a {
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #f4b400;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        -webkit-transition: ease 0.2s;
        -moz-transition: ease 0.2s;
        transition: ease 0.2s;
    }
    .mobile-menu .social-networks li a:hover,
    .mobile-menu .social-networks li a:focus {
        text-decoration: none;
        color: #fff;
        background: #f4b400;
    }
    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.85);
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: ease 0.35s;
        -moz-transition: ease 0.35s;
        transition: ease 0.35s;
    }
    body.menu-open .overlay {
        opacity: 1;
        visibility: visible;
    }
    .banner,
    .inner-page {
        margin-top: 0 !important;
    }
    body.section-menu .mobile-site-header {
        position: sticky;
        top: 0;
        z-index: 3;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
    }
    .admin-bar .mobile-menu {
        padding-top: 110px;
    }

    .admin-bar .mobile-menu .btn-close-menu {
        top: 50px;
    }
}

@media only screen and (max-width: 991px) {
    #portfolio .portfolio-col .img-holder img,
    #portfolio .portfolio-col:nth-child(2) .img-holder img,
    #portfolio .portfolio-col:nth-child(3) .img-holder img,
    #portfolio .portfolio-col:nth-child(4) .img-holder img,
    #portfolio .portfolio-col:nth-child(5) .img-holder img {
        width: 100%;
        height: auto;
    }
    .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 .btn-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 .owl-theme .owl-dots {
        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;
    }
    #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 {
        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%;
    }
    #portfolio .portfolio-col .img-holder .text {
        opacity: 1;
        display: none;
    }
    #portfolio .portfolio-col .img-holder:hover .text,
    #portfolio .portfolio-col .img-holder:focus .text {
        display: block;
    }
}

.sidr-open {
    position: unset !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}


/* Instagram widget fixes */

#secondary .widget.widget_btif_instagram_widget .popup-gallery,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery {
    display: flex;
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}

#secondary .widget.widget_btif_instagram_widget .popup-gallery li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery li {
    width: 18%;
    flex: unset;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    padding-bottom: 0;
    border: 0;
}

#secondary .widget.widget_btif_instagram_widget .popup-gallery li a img,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery li a img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center;
}

#secondary .widget.widget_btif_instagram_widget .profile-link,
.site-footer .widget.widget_btif_instagram_widget .profile-link {
    display: inline-block;
    font-size: 17px;
    margin: 0 0 16px;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

#secondary .widget.widget_btif_instagram_widget .profile-link .insta-icon,
.site-footer .widget.widget_btif_instagram_widget .profile-link .insta-icon {
    margin-right: 8px;
}


/* Photos - 1 */

#secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-1,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-1 {
    display: block;
}

#secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-1 li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-1 li {
    flex: 100%;
    width: 100%;
}


/* Photos - 2 */

#secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-2 li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-2 li {
    width: 50%;
}


/* Photos- 3 */

#secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-3 li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-3 li {
    width: 33.33%;
    flex: unset;
}


/* Photos- 4 */

#secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-4 li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-4 li {
    width: 25%;
    flex: unset;
}


/* Photos- 5 */

#secondary .widget.widget_btif_instagram_widget .popup-gallery.photos-5 li,
.site-footer .widget.widget_btif_instagram_widget .popup-gallery.photos-5 li {
    width: 20%;
    flex: unset;
}


/* Match Height Css */

#about .container .row,
#services .container .row,
.page-template-template-services #service-intro .row,
.page-template-template-services .our-features .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (min-width:1024px) {
    .admin-bar .top-header {
        margin-top: 31px;
    }
}