/*!
Theme Name: Business Shuffle
Author: WP Shuffle
Author URI: https://wpshuffle.com
Theme URI: https://wpshuffle.com/wordpress-theme/business-shuffle/
Description: Business Shuffle is a clean, simple, professional and responsive WordPress business theme. The theme is built under customizer that will allow you to built your website with live preview. The theme has various home page sections like featured slider, featured post, highlight post, counter, progress bar, blog, service listings specially built for corporate, business, agency, firm websites. It is a multipurpose theme compatible with all major pagebuilder plugins. The theme also support all major WordPress plugins as well. The theme is highly SEO optimized, light weight and will load faster in any device.
Version: 1.0.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: business-shuffle
Tags: two-columns, right-sidebar, custom-background, custom-menu, featured-images, footer-widgets, theme-options, threaded-comments, translation-ready, portfolio, photography, custom-logo
Tested up to: 5.5
Requires PHP:5.2

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 Shuffle is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v3.

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
         ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

/* Grouping content
         ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
         ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
         ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
         ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
         ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
         ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html{
    font-size: 18px;
}
body,
button,
input,
select,
optgroup,
textarea {
    color: #333333;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 1.8;
}

h1,h2,h3,h4,h5,h6{
    font-family: 'Teko', sans-serif;
    line-height: 1.3;
    font-weight: 500;
}

h1{
    font-size: 2.5rem;
    margin: 0 0 10px;
}

h2{
    font-size: 2.2rem;
    margin: 0 0 10px;
} 
h3{
    font-size: 1.8rem;
    margin: 0 0 10px;
} 
h4{
    font-size: 1.3rem;
    margin: 0 0 10px;
} 
h5{
    font-size: 1.2rem;
    margin: 0 0 10px;
} 
h6 {
    font-size: 1rem;
    margin: 0 0 10px;
}

p {
    margin: 0 0 20px;
}

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

blockquote {
    margin: 0 0 20px;
}

address {
    margin: 0 0 1.5em;
}

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

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

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

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

big {
    font-size: 125%;
}

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

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

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

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

ul, ol {
    margin: 0 0 20px 20px;
    padding: 0;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 15px;
}

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. */
    vertical-align: middle;
}

figure {
    margin: 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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

table th,
table td{
    border: 1px solid #EEE;
    padding: 10px;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #6bc56b;
    background: #6bc56b;
    color: #FFF;
    padding: 8px 20px;
    cursor: pointer;
    outline: none;
    box-shadow: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {

}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {

}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #EEE;
    padding: 8px 10px;
    outline: none;
    box-shadow: none;
}

select {
    border: 1px solid #EEE;
    padding: 8px 10px;
    outline: none;
    box-shadow: none;
}

textarea {
    border: 1px solid #EEE;
    padding: 8px 10px;
    width: 100%;
    outline: none;
    box-shadow: none;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.pagination{
    text-align: center;
    margin: 60px 0;
}

.pagination span,
.pagination a{
    display: inline-block;
    border: 2px solid #6bc56b;
    padding: 10px 15px;
    text-decoration: none;
    margin: 0 5px;
}

.pagination span.current{
    background: #6bc56b;
    color: #FFF;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #6bc56b;
}

a:hover, a:focus, a:active {
    color: #6bc56b;
}

a:focus {
    outline: 0;
}

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clearfix:before,
.clearfix: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;
}

.clearfix: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%;
}

.widget-area .widget-title{
    font-weight: 400;
}


/* Contact Info Widget */
.bs-contact-info ul li{
    padding-left: 30px !important;
}

.bs-contact-info ul li i{
    margin-left: -30px;
    float: left;
    margin-top: 6px;
}

.bs-contact-info p{
    margin: 0;
}

/* Personal Info Widget */
.bs-personal-info .bs-pi-image{
    margin-bottom: 20px;
    text-align: center;
}

.bs-personal-info .bs-pi-image img{
    border-radius: 50%;
    max-width: 150px;
}

.bs-personal-info .bs-pi-name{
    margin-bottom: 15px;
    font-size: 1.4em;
    text-align: center;
}

.bs-personal-info .bs-pi-intro{
    text-align: center;
}

/* Latest Post */
.bs-latest-posts{
    list-style: none;
    margin: 0;
    padding: 0;
}

.bs-latest-posts li{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 15px;
}

.bs-latest-posts .bs-lp-title{
    margin-bottom: 0;
}

.bs-lp-image {
    float: left;
    width: 30%
}

.bs-lp-image+.bs-lp-content {
    width: 70%;
    float: right;
    padding-left: 20px
}

.bs-lp-title a {
    color: inherit;
    text-decoration: none;
}

.bs-lp-excerpt {
    margin-top: 10px
}

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

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

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

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

.bypostauthor {
    display: block;
}


h3.comments-title{
    margin-bottom: 40px;
}

.logged-in-as,
.comment-notes {
    margin-bottom: 25px;
}

.logged-in-as a {
    color: inherit;
}

#comments ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#comments li.comment .children {
    display: block;
    margin: 0 0 0 80px;
    padding: 0px;
    list-style: none;
}

article.comment-body {
    margin: 0 0 30px;
}

.comment-list a {
    color: #333;
    text-decoration: none;
}

.comment-list a:hover {
    color: #6bc56b;
}

.comment-list .bs-comment-avatar {
    margin-right: 20px;
    float: left;
}

.comment-list .bs-comment-content {
    position: relative;
    border: 1px solid #EEE;
    padding: 20px;
    margin-left: 80px;
}

.comment-list .comment-header {
    margin-bottom: 15px;
}

.comment-list .vcard .fn {
    font-weight: normal;
}

.comment-list .vcard>a {
    font-style: italic;
    opacity: 0.9;
    text-decoration: none;
}

.comment-list .reply {
    position: absolute;
    top: 20px;
    right: 20px;
    text-transform: uppercase;
    font-size: 0.9rem;
}

.comment-list .edit-link a {
    font-size: 0.9rem;
    display: inline-block;
}

.comment-list .comment-respond {
    padding-left: 80px;
    margin-bottom: 30px;
}

#cancel-comment-reply-link {
    float: right;
}

.no-comments {
    color: #FFC107;
}

.comment-form p{
    margin-bottom: 10px;
}

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

.comment-form #wp-comment-cookies-consent{
    margin-right: 10px;
}

.comment-respond{
    margin-bottom: 60px;
}


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

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

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

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

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

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

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

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

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

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

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

/*Common CSS*/
.bs-container{
    max-width: 1200px;
    margin: 0 auto;
}

.section-title{
    font-size: 3rem;
    font-weight: 500;
}

.section-title.section-title-center{
    text-align: center;
    position: relative;
    margin-bottom: 60px;
}

.section-title.section-title-center:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 6px;
    height: 16px;
    background: #6bc56b;
    margin-top: 5px;
}

/*Header*/

.site-header{
    position: relative;
    background: #FFF;
    z-index: 99;
}

.site-header .bs-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding{
    padding: 20px 0;
}

.site-branding > a{
    display: block;
}

.site-branding img{
    display: block;
    max-height: 50px;
    width: auto;
}

.site-branding .site-title{
    font-family: 'Teko', sans-serif;
    font-size: 2rem;
    line-height: 1;
    margin: 0;
}

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

.site-branding .site-description{
    line-height: 1;
    font-size: 0.8rem;
    margin: 0;
}

.bs-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.bs-menu ul li{
    position: relative;
}

.bs-menu ul a{
    position: relative;
    display: block;
    text-decoration: none;
    color: #333;
}

.bs-menu > ul > li{
    float: left;
    margin-left: 30px;
}

.bs-menu > ul > li > a{
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #333;
    line-height: 90px;
}

.bs-menu ul ul{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #FFF;
    font-size: 0.9em;
}

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

.bs-menu ul ul li a{
    padding: 10px 20px;
}

.bs-menu ul ul li:hover > a{
    color: #6bc56b;
}

.bs-menu ul ul ul{
    top: 0;
    left: 100%;
}

.bs-menu > ul > li.current-menu-item > a,
.bs-menu > ul > li.current_page_item > a,
.bs-menu > ul > li:hover > a{
    color: #6bc56b;
}

.bs-menu > ul > li.current-menu-item > a:after,
.bs-menu > ul > li.current_page_item > a:after{
    content: "";
    position: absolute;
    top: 100%;
    height: 18px;
    width: 6px;
    background: #6bc56b;
    left: 50%;
    margin-left: -3px;
    margin-top: -9px;
} 

.menu-item-has-children .bs-dropdown{
    position: relative;
    height: 5px;
    width: 5px;
    display: inline-block;
    margin-left: 5px;
}

.menu-item-has-children .bs-dropdown:after,
.menu-item-has-children .bs-dropdown:before{
    content: "";
    position: absolute;

    top: 0;
    height: 1px;
    width: 6px;
    background: #333;
}
.menu-item-has-children .bs-dropdown:after{
    left: -2px;
    transform: rotate(45deg);
}

.menu-item-has-children .bs-dropdown:before{
    transform: rotate(-45deg);
    right: -3px;
    left: auto;
}

/* styling for right-facing arrows */
.menu-item-has-children ul .bs-dropdown{
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);;
    transform: translateY(-50%) rotate(-90deg);;
}



/*Slider*/

.bs-main-slider.bs-full-screen .bs-slides{
    height: 100vh;
}

.bs-main-slider.bs-full-screen .bs-slides img{
    object-fit: cover;
    height: 100%;
}

.bs-main-slider .bs-slides:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
}

.bs-slider-caption-wrap{
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-40%);
}

.bs-slider-caption{
    max-width: 60%;
}

.bs-slider-caption-title{
    font-family: 'Teko', sans-serif;
    font-size: 80px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    color: #FFF;
    margin-bottom: 0;
}

.bs-slider-caption-subtitle{
    font-size: 22px;
    color: #FFF;
}

.bs-slider-caption-subtitle .wp-block-button{
    margin-bottom: 0;
}


.bs-main-slider.owl-carousel .owl-nav{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: 600px;
    transform: translate(-100%, -50%);
    white-space: nowrap;
}

.bs-main-slider.owl-carousel .owl-nav button.owl-prev, 
.bs-main-slider.owl-carousel .owl-nav button.owl-next{
    background: #FFF;
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    margin-left: 5px;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    outline: none;
}

.bs-main-slider.owl-carousel .owl-nav button.owl-prev:hover,
.bs-main-slider.owl-carousel .owl-nav button.owl-next:hover{
    background: #6bc56b;
    color: #FFF;
}

.bs-main-slider.owl-carousel .owl-dots{
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}

.bs-main-slider.owl-carousel button.owl-dot{
    height: 6px;
    width: 16px;
    background: #FFF;
    margin: 0 3px;
    outline: none;
    box-shadow: 0 0 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.bs-main-slider.owl-carousel button.owl-dot.active{
    background: #6bc56b;
    width: 22px;
}

/*HighLight Section*/

.highlight-section-wrap{
    display: flex;
}

.highlight-block{
    width: 33.33%;
    padding: 60px;
    position: relative;
    background-size: cover;
    background-position: center;
}

@media screen and (min-width:1300px){
    .highlight-block{
        padding: 5%;
    }
}

.highlight-block:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
}

.highlight-block-content{
    position: relative;
    z-index: 9;
}

.highlight-block-content > i{
    font-size: 30px;
    color: #6bc56b;
    margin-bottom: 20px;
}

.highlight-block-content > .highlight-title{
    color: #FFF;
    font-size: 1.4rem;
    margin-bottom: 10px;
    line-height: 1.3;
    font-weight: 600;
}

.highlight-block-content > a{
    font-family: 'Teko', sans-serif;
    font-size: 20px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
}

/*About Us*/
#about-section{
    padding: 100px 0;
}

.about-section-wrap{
    display: flex;
}

.about-left-content {
    width: 50%;
}

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

.about-left-content h3{
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 30px;
}

.about-right-content{
    width: 50%;
    padding-left: 50px;
}

/*Progress Bar Section*/
#progressbar-section{
    position: relative;
    background: #6bc56b;
}

#progressbar-section .bs-container{
    display: flex;
    align-items: center;
}

.progress-bar-left-bg{
    position: absolute;
    top: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 200px;
    width: 50%;
    left: 0;
    margin-right: 50%;
}

.progress-bar-left-bg:after{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.8);
}

.progressbar-left-block{
    position: relative;
    width: 50%;
    color: #FFF;
    padding: 100px 80px 100px 0;
}

.progressbar-right-block{
    width: 50%;
    color: #FFF;
    padding: 100px 0 100px 80px;
}

.progressbar-right-block .section-title{
    margin-bottom: 0;
}

.progressbar-right-block .section-subtitle{
    margin-bottom: 30px;
}

.bs-progress-bar-length{
    width: 0%;
    background: #FFF;
    height: 100%;
    text-align: right;
    padding-right: 20px;
    border-radius: 5px;
}

.bs-progress-bar{
    height: 8px;
    width: 100%;
    position: relative;
    line-height: 20px;
    font-size: 13px;
    background: rgba(255,255,255,0.4);
    margin: 8px 0 20px;
    border-radius: 5px;
}

.bs-progress-bar-length span{
    position: absolute;
    right: 0;
    bottom: 100%; 
}

.bs-about-image{
    width: 45%;
}

/*Featured Content*/
#featured-section{
    padding: 100px 0 40px;
}

.featured-block-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-left: -3%;
}

.featured-block-wrap .featured-item{
    float: left;
    margin-left: 3%;
}

.featured-section-wrap.bs-col-2 .featured-item{
    width: 47%;
}

.featured-section-wrap.bs-col-3 .featured-item{
    width: 30.33%;
}

.featured-section-wrap.bs-col-4 .featured-item{
    width: 22%;
}

.featured-section-wrap.bs-col-5 .featured-item{
    width: 17%;
}

.featured-section-wrap.bs-col-6 .featured-item{
    width: 13.66%;
}

.featured-item{
    padding-left: 60px;
    margin-bottom: 60px;
}

.featured-icon-holder{
    float: left;
    margin-left: -60px;
    margin-top: 10px;
}

.featured-icon-holder i{
    font-size: 30px;
    color: #6bc56b;
}

.featured-item .featured-title{
    font-weight: 400;
    margin-bottom: 15px;
}
.featured-content{
    margin-bottom: 20px;
}

.featured-content p{
    margin-bottom: 0;
}

.featured-read-more{
    text-decoration: none;
}


/*CTA Section*/
#cta-section{
    padding: 100px 0;
    position: relative;
    background-size: cover;
    background-position: center;
}

#cta-section:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.8);
}

#cta-section .bs-container{
    position: relative;
}

.cta-section-wrap{
    text-align: center;
    color: #FFF;
    padding: 0 10%;
}

.cta-section-wrap .section-sub-title{
    font-size: 1.1rem;
    margin-bottom: 60px;
}

.cta-section-wrap .cta-btn{
    background: #6bc56b;
    padding: 15px 25px;
    color: #FFF;
    text-decoration: none;
    margin: 0 2px;
}


/*Counter Section*/
#counter-section{
    position: relative;
    padding: 100px 0 60px;
    background-size: cover;
    background-position: center;
}

#counter-section:before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.8);
}

#counter-section .bs-container{
    position: relative;
    z-index: 9;
}

.counter-section-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-left: -6%;
    padding: 0 5%;
}

.counter-block{
    float: left;
    margin-left: 6%;
    border: 4px solid #6bc56e;
    padding: 30px;
    text-align: center;
    margin-bottom: 40px;
}

.counter-section-wrap.bs-col-4 .counter-block{
    width: 19%;
}

.counter-section-wrap.bs-col-3 .counter-block{
    width: 27.33%;
}

.counter-section-wrap.bs-col-2 .counter-block{
    width: 44%;
}

.counter-block > i{
    font-size: 30px;
    margin-bottom: 20px;
    color: #6BC56E;
}

.counter-block .counter-digit{
    font-family: 'Teko', sans-serif;
    font-size: 50px;
    font-weight: 600;
    line-height: 1.3;
}

.counter-block  h5{
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
}

/*Blog Section*/
#blog-section{
    padding: 100px 0;
    background: #F1F1F1;
}

.bs-big-blog-wrap{
    display: flex;
    flex-wrap: wrap;
    margin-left: -3%;
}

.bs-big-blog-wrap .bs-blog-post{
    width: 30.33%;
    margin-left: 3%;
}

.bs-big-blog-wrap .bs-blog-thumbnail{
    position: relative;
    overflow: hidden;
}

.bs-big-blog-wrap .bs-blog-thumbnail img{
    width: 100%;
}

.bs-big-blog-wrap .bs-blog-excerpt{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 100px 40px 40px;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e6000000',GradientType=0 ); /* IE6-9 */
}

.bs-big-blog-wrap .bs-blog-excerpt h5{
    font-size: 2rem;
    color: #FFF;
    margin: 10px 0 0;
    line-height: 1;
    font-weight: 400;
}

.bs-big-blog-wrap .bs-blog-excerpt .bs-blog-date{
    text-transform: uppercase;
    font-size: 0.8rem;
}

.bs-small-blog-wrap .bs-blog-post{
    display: flex;
    margin-bottom: 40px;
}

.bs-small-blog-wrap .bs-blog-post:last-child{
    margin-bottom: 0;
}

.bs-small-blog-wrap .bs-blog-thumbnail{
    width: 40%;
}

.bs-small-blog-wrap .bs-blog-excerpt{
    width: 60%;
    padding-left: 20px;
}

.bs-small-blog-wrap .bs-blog-excerpt .bs-blog-date{
    color: #6bc56b;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.bs-small-blog-wrap .bs-blog-excerpt h5{
    line-height: 1;
}

.bs-small-blog-wrap .bs-blog-excerpt h5 a{
    text-decoration: none;
    color: #333;
    font-weight: 400;
}

/*Logo Section*/
#logo-section{
    padding: 40px 0;
}

.client-logo-slider.owl-carousel img{
    padding: 0 30px;
}

.client-logo-slider.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}


/*Footer Section*/
.site-footer{
    background: #1e2021;
    color: #FFF;
}

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

.top-footer{
    padding: 60px 0 40px;
}

.top-footer-wrap{
    margin-left: -4%;
}

.bs-footer{
    float: left;
    margin-left: 4%;
    width: 21%;
}

.top-footer .widget-title{
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 20px;
}

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

.top-footer ul ul{
    margin-top: 10px;
    margin-left: 20px;
}

.top-footer ul li,
.top-footer ol li{
    line-height: 1.2;
    margin-bottom: 15px;
}

.top-footer a{
    text-decoration: none;
}

.bottom-footer{
    text-align: center;
}

.bottom-footer .copyright{
    font-size:0.8rem;
    border-top: 1px solid #353738;
    padding: 40px 0;
}

/*Blog Page*/
.page-banner{
    position: relative;
    margin-bottom: 40px;
}

.page-banner:before{
    content:"";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.page-banner .bs-container{
    position: relative;
    z-index: 9;
}

.page-banner h1{
    margin-bottom: 0;
}

.page-banner .archive-description{
    margin-top: 15px;
}

#primary{
    width: 68%;
    float: left;
}

#secondary{
    width: 28%;
    float: right;
}

/*Entry Summary*/
.bs-hentry{
    margin-bottom: 70px;
}

.bs-hentry .entry-thumbnail{
    width: 40%;
    float: left;
}

.bs-hentry .entry-content-wrap{
    width: 56%;
    float: right;
}

.bs-hentry .entry-meta{
    font-size: 0.8em;
    color: #6bc56b;
    margin-bottom: 10px;
}

.bs-hentry  .entry-title{
    font-size: 1.8rem;
    font-weight: 400;
}

.bs-hentry  .entry-title a{
    text-decoration: none;
    color: #444;
}

.bs-hentry .entry-content{
    margin-bottom: 30px;
}

.bs-hentry .entry-readmore a{
    display: inline-block;
    padding: 10px 20px;
    background: #6bc56b;
    color: #FFF;
    text-decoration: none;
}


/*Sidbar Widgets*/

.widget-area .widget{
    margin-bottom: 60px;
}

.widget-area .widget-title{
    border-left: 6px solid #6bc56b;
    padding-left: 15px;
    font-size: 1.8rem;
    line-height: 0.8;
    margin-bottom: 25px;
    padding-top: 4px;
    text-transform: uppercase;
}

.widget-area ul,
.widget-area ol{
    list-style: none;
    margin: 0;
}

.widget-area ul ul,
.widget-area ol ol{
    margin-left: 10px;
    margin-top: 15px;
}

.widget-area ul li,
.widget-area ol li{
    line-height: 1.2;
    margin-bottom: 15px;
}

.widget-area a{
    color: #333;
    text-decoration: none;
}

.widget-area a:hover{
    color: #6bc56b;
}

/*Single Page*/
.single-hentry .entry-meta{
    font-size: 0.8em;
    text-transform: uppercase;
    color: #6bc56b;
    margin-bottom: 40px;
}

.single-hentry .entry-content{
    margin-bottom: 60px;
}


/*Search Form*/
.bs-header-search-form{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    transform: translateY(-100%);
    transition: all 0.3s ease;
    visibility: hidden;
}

.bs-header-search-form.bs-show-search-form{
    transform: translateY(0);
    visibility: visible;
}

.bs-header-search-form .search-form{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.bs-header-search-form .search-form .search-field{
    border: 0;
    background: none;
    display: block;
    border-bottom: 2px solid rgba(0,0,0,0.2);
    text-align: center;
    margin-bottom: 30px;
    font-size: 3rem;
    color: #FFF;
}

.bs-header-search-form .search-form .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #FFF;
}
.bs-header-search-form .search-form .search-field::-moz-placeholder { /* Firefox 19+ */
    color: #FFF;
}
.bs-header-search-form .search-form .search-field:-ms-input-placeholder { /* IE 10+ */
    color: #FFF;
}
.bs-header-search-form .search-form .search-field:-moz-placeholder { /* Firefox 18- */
    color: #FFF;
}

.bs-header-search-form .search-form .search-submit{
    padding: 15px 40px;
    font-size: 1.2rem;
    background: #FFF;
    color: #6bc56b;
    border-color: #FFF;
}

.bs-header-close{
    background: #FFF;
    position: absolute;
    right: 10px;
    top: 10px;
    height: 60px;
    width: 60px;
    cursor: pointer;
}

.bs-header-close:before,
.bs-header-close:after{
    content: "";
    position: absolute;
    left: 50%;
    top: 10px;
    height: 40px;
    width: 1px;
    background: #000;
}

.bs-header-close:before{
    transform: rotate(45deg);
}

.bs-header-close:after{
    transform: rotate(-45deg);
}

.toggle-menu{
    display: none;
}

/*Responsive CSS*/
@media screen and (max-width:1250px){
    .bs-container{
        width: 100%;
        padding: 0 50px;
    }

    .bs-main-slider.owl-carousel .owl-nav{
        margin-left: 47%;
    }
}

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

    .toggle-menu{
        display: block;
        border: 1px solid #6bc56b;
        height: 50px;
        width: 50px;
        position: relative;
        cursor: pointer;
    }

    .toggle-menu span{
        position: absolute;
        left: 10px;
        right: 10px;
        top: 50%;
        height: 1px;
        background: #6bc56b;
        box-shadow: 0 10px 0 #6bc56b, 0 -10px 0 #6bc56b;;
    }

    .bs-menu{
        display: none;
        border-top: 1px solid #EEE;
        background: #FFF;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
    }

    .menu-item-has-children .bs-dropdown{
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0);
    }

    .bs-menu ul ul{
        position: relative;
        top: 0;
        left: 0;
        min-width: none;
        padding-left: 15px;
    }

    .bs-menu ul ul ul{
        left: 0;
    }

    .bs-menu ul a{
        padding: 15px;
    }

    .bs-menu > ul > li{
        float: none;
        margin: 0;
    }

    .bs-menu > ul > li > a{
        line-height: 1.3;
    }

    .bs-menu > ul > li.current-menu-item > a:after, .bs-menu > ul > li.current_page_item > a:after{
        display: none;
    }

    .menu-item-has-children .bs-dropdown {
        height: 20px;
        width: 20px;
        margin-left: 0;
        background: #F6F6F6;
    }

    .menu-item-has-children .bs-dropdown:before {
        transform: rotate(-45deg);
        right: 5px;
        left: auto;
        top: 10px;
    }

    .menu-item-has-children .bs-dropdown:after {
        left: 5px;
        transform: rotate(45deg);
        top: 10px;
    }

    .menu-item-has-children ul .bs-dropdown {
        -webkit-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
        transform: translateY(-50%) rotate(0);
    }

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

    .bs-slider-caption-title{
        font-size: 50px;
    }

    .bs-slider-caption-subtitle{
        font-size: 18px;
    }

    .blog-wrap{
        display: block;
    }

    .bs-big-blog-wrap .bs-blog-post{
        width: 47%;
        margin-bottom: 40px;
    }


}


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

    .bs-slides img{
        min-height: 500px; 
        object-fit: cover;
    }

    .bs-slides img{

    }
    .about-section-wrap{
        display: block;
    }

    .about-left-content,
    .about-right-content{
        width: 100% !important;
    }

    .about-right-content{
        padding-left: 0;
        margin-top: 40px;
        text-align: center;
    }

    #progressbar-section{
        padding: 100px 0;
    }

    #progressbar-section .bs-container{
        display: block;
    }

    .progress-bar-left-bg{
        display: none;
    }

    .progressbar-left-block,
    .progressbar-right-block{
        width: 100%;
        padding: 0;
    }

    .progressbar-left-block{
        margin-bottom: 40px;
    }

    .featured-block-wrap .featured-item{
        width: 97% !important;
    }

    .highlight-section-wrap{
        display: block;

    }

    .highlight-block{
        width: 100%;
    }

    .counter-section-wrap{
        padding: 0;
    }

    .counter-block{
        width: 44% !important;
    }

    .cta-section-wrap{
        padding: 0;
    }

    .bs-footer{
        width: 96%;
    }

    #primary{
        width: auto;
        margin-bottom: 40px;
        float: none;
    }

    #secondary{
        width: auto;
        float: none;
    }
}


@media screen and (max-width:580px){
    .bs-container{
        padding: 0 30px;
    }

    .bs-main-slider.owl-carousel .owl-nav{
        display: none;
    }

    .bs-slider-caption{
        max-width: 100%;
    }

    .counter-block{
        width: 94% !important;
    }

    .bs-big-blog-wrap{
        display: block;
    }

    .bs-big-blog-wrap img{
        width: 100%;
    }

    .bs-big-blog-wrap .bs-blog-post{
        width: 97%;
    }

    .bs-big-blog-wrap .bs-blog-post:last-child{
        margin-bottom: 0;
    }

    .cta-section-wrap .cta-btn{
        display: block;
        margin-bottom: 10px;
    }

    .bs-hentry .entry-thumbnail,
    .bs-hentry .entry-content-wrap{
        width: 100%;
        float: none;
    }

    .bs-hentry .entry-thumbnail{
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 1001px){
    .bs-menu {
        display: block !important;   
    }
}
.skip-content-link {
    position: absolute;
    top: -1000px;
    left: -1000px;
    height: 1px;
    width: 1px;
    text-align: left;
    overflow: hidden;
}

a.skip-content-link:active,
a.skip-content-link:focus,
a.skip-content-link:hover {
    left: 6px;
    top: 7px;
    height: auto;
    width: auto;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 15px 23px 14px;
    background: #f1f1f1;
    color: #0073aa;
    z-index: 100000;
    line-height: normal;
    text-decoration: none;
    box-shadow: 0 0 2px 2px rgba(0,0,0,.2);
}