/*
Theme Name: Boston Business
Theme URI: http://creativthemes.com/downloads/boston-business/
Author: Creativ Themes
Author URI: http://creativthemes.com/
Description: Boston Business is a clean, modern and responsive WordPress theme with a pre-built demo which can be imported in few seconds from demo content xml file which you can download from our website. This theme uses SiteOrigin’s Page Builder Plugin that makes theme more user-friendly. This theme is perfect for your business website. Additionally, theme features include multiple blog layouts, full width layouts, color picker options etc.
Version: 2.6
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: boston-business
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-menu, featured-images, full-width-template, translation-ready, theme-options, threaded-comments, custom-logo, custom-background, custom-header, footer-widgets, blog

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.

Boston Business is based on Underscores http://underscores.me/, (C) 2012-2016 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.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Preloader
# Normalize
# Typography
# Elements
# Forms
# Navigation
    ## Links
    ## Menus
# Accessibility
# Layouts and Titles
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
    ## Comments
# Infinite scroll
# Media
    ## Captions
    ## Galleries
# Transitions and colors
# Sections
    ## Main Slider
    ## Featured Services
    ## Parallax
    ## Portfolio
    ## Team
    ## Counter
    ## Progress bars
    ## Client Testimonial
    ## Client Logos
    ## Latest Posts
    ## Blog
    ## Single Blog
    ## Error 404 
    ## Contact Us
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#loader {
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: middle;
    background-color: #fff;
    position: fixed;
    display: table;
    width: 100%;
    top: 0;
    height: 100%;
    min-height: 100%;
    z-index: 9999;
}
.loader-container {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    z-index: 12;
    text-align: center;
    text-transform: uppercase;
}
#preloader {
    position: relative;
    margin: auto;
    width: 100px;
}
#preloader span {
    display: block;
    bottom: 0px;
    width: 9px;
    height: 5px;
    background: #fff;
    position: absolute;
    animation: preloader 1.5s infinite ease-in-out;
}
#preloader span:nth-child(2) {
    left: 11px;
    animation-delay: .2s;
}
#preloader span:nth-child(3) {
    left: 22px;
    animation-delay: .4s;
}
#preloader span:nth-child(4) {
    left: 33px;
    animation-delay: .6s;
}
#preloader span:nth-child(5) {
    left: 44px;
    animation-delay: .8s;
}
@keyframes preloader {
    0% {height:5px;transform:translateY(0px);background: #fc7f0b;}
    25% {height:30px;transform:translateY(15px);background: #fc7f0b;}
    50% {height:5px;transform:translateY(0px);background: #fc7f0b;}
    100% {height:5px;transform:translateY(0px);background: #fc7f0b;}
}
.backtotop {
    border: 1px solid #fc7f0b;
    background-color: #fc7f0b;
    z-index: 300;
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 26px;
    text-align: center;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    color: #fff;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}
body.boxed {
    max-width: 92%;
    margin: 0 auto;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}
#page {
    max-width: 1420px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: none;
}

a:focus, 
a:hover {
     text-decoration: none; 
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-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: 10px;
    border: 1px solid #ddd;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: 'Poppins', sans-serif;
    line-height: 1.2;
    text-transform: capitalize;
    margin: 0.5em 0;
}

h1 { font-size: 52px; }
h2 { font-size: 42px; }
h3 { font-size: 32px; }
h4 { font-size: 22px; }
h5 { font-size: 18px; }
h6 { font-size: 14px; }

p {
    margin: 1em 0 0;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 1.5em 0;
    padding: 20px;
    background-color: #f9f9f9;
}

blockquote p {
    margin-top: 0;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    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;
}

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 {
    background: #fff; /* Fallback for when there is no custom background color defined. */
    overflow-x: hidden; 
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 0 0.5em;
    padding-left: 1em;
}

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. */
    vertical-align: middle;
}

figure {
    margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid #fc7f0b;
    border-radius: 0;
    background: #fc7f0b;
    color:#fff;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
    padding: 15px;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #fc7f0b;
}

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 {
    border-color: #333;
    background-color: #333;
}

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: #404040;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0 15px;
}

select {
    border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #404040;
    border: 1px solid #fc7f0b;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: #1e73be;
}

a:hover,
a:focus,
a:active {
    color: #fc7f0b;
}

a:hover,
a:active {
    outline: 0;
}

a.post-edit-link {
    background-color: #fc7f0b;
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    margin-top: 15px;
}
a.post-edit-link:hover,
a.post-edit-link:focus {
    background-color: #ef790c;
    color: #fff;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-branding img {
    width: auto;
    margin-right: 15px;
    max-height: 50px;
}
#site-header,
.site-logo {
    display: inline-block;
    vertical-align: middle;
}
.navbar-brand {
    text-transform: capitalize;
}
.navbar-inverse {
    background-color: rgba(0, 0, 0, 0.90);
    padding: 8px 0;
    margin-bottom: 0px;
    width: 100%;
    z-index: 3000;
    border-color: transparent;
    border-radius: 0px;
}
.container-fluid>.navbar-collapse, 
.container-fluid>.navbar-header, 
.container>.navbar-collapse, 
.container>.navbar-header {
    margin-right: 0;
    margin-left: 0;
}
.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
#site-navigation li a {
    text-transform: uppercase;
    font-weight: 400;
}
.nav ul.dropdown-menu > li {
    border-bottom: 1px solid #444;
}
.nav ul.dropdown-menu > li:last-child {
    border-bottom: none;
}
#masthead li.dropdown:hover > ul {
    display: block;
    border-radius: 0;
    left: 0;
    right: auto;
}
#masthead .navbar-nav > li.dropdown > ul li ul {
    left: auto;
    right: 100%;
    top: -5px;
    margin-right: -1px;
}
.main-navigation .navbar-nav > li.dropdown > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    padding-left: 10px;
}
.main-navigation .navbar-nav li ul.dropdown-menu li.dropdown > a:before {
    content: "\f104";
    font-family: "FontAwesome";
    float: right;
    padding-left: 10px;
}
.main-navigation .navbar-nav ul.dropdown-menu > li a {
    padding-left: 20px;
}
.navbar-inverse .navbar-nav > li > a {
    font-size: 13px;
}
.site-title {
    margin: 0;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
}
.navbar-inverse .navbar-brand {
    color: #fff;
}
.navbar-inverse .navbar-brand:hover {
    color: #fc7f0b;
}
.site-description {
    color: #fff;
    margin-top: 5px;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
    font-size: 30px;
}
.navbar-inverse .navbar-nav>li.focus>a, 
.navbar-inverse .navbar-nav>li:hover>a,
.navbar-inverse .navbar-nav .current-menu-item > a {
    color: #fc7f0b;
}
.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.90);
    min-width: 200px;
    padding: 0;
    border-top: 3px solid #fc7f0b;
}
.dropdown-menu>li>a {
    color: #c5cfdd;
    padding: 15px 20px;
    min-width: 200px;
    width:auto;
    font-size: 12px;
    font-weight: 300;
}
.dropdown-menu>li>a:focus, 
.dropdown-menu>li>a:hover {
    color: #fc7f0b;;
    background-color: #000;
}
button.dropdown-toggle {
    float: right;
    display: none;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.site-main .navigation .nav-links .page-numbers,
.site-main .navigation .nav-links a {
    background-color: #fc7f0b;
    border: 1px solid #fc7f0b;
    padding: 10px 20px;
    display: inline-block;
    color: #fff;
}
.site-main .navigation.post-navigation .nav-links .nav-previous a:before,
.site-main .navigation.posts-navigation .nav-links .nav-previous a:before {
    content: "\f100";
    font-family: "FontAwesome";
    margin-right: 10px;
}
.site-main .navigation.post-navigation .nav-links .nav-next a:after,
.site-main .navigation.posts-navigation .nav-links .nav-next a:after {
    content: "\f101";
    font-family: "FontAwesome";
    margin-left: 10px;
}
.site-main .post-navigation, 
.site-main .posts-navigation {
    margin-bottom: 50px;
    clear: both;
}
.navigation.pagination {
    clear: both;
    display: block;
    text-align: center;
}
.navigation.posts-navigation {
    padding-left: 2%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Layouts and Titles
--------------------------------------------------------------*/
.panel-grid {
    position: relative;
}
section,
article,
.relative {
    position: relative;
}
header.entry-header {
    margin-bottom: 50px;
}
h2.entry-title {
    font-size: 38px;
    margin: 0;
}
#section-title {
    margin-bottom: 15px;
}
#section-content p {
    margin-top: 0;
}
.align-left {
    text-align: left;
}
.align-center {
    text-align: center;
}
.align-right {
    text-align: right;
}
.page-section {
    padding: 80px 0;
    position: relative;
    display: block;
}
.no-padding-top {
    padding-top: 0;
}
.no-padding-bottom {
    padding-bottom: 0;
}
.btn {
    border-radius: 0;
    padding: 12px 25px;
    text-transform: uppercase;
    color: #fff;
}
.btn:focus {
    box-shadow: none;
}
.btn-danger {
    color: #fff;
    background-color: #fc7f0b;
    border-color: #fc7f0b;
}
.black-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
}
.display-block {
    display: block;
}
.display-none {
    display: none;
}
.title-divider {
    margin: 15px auto 0;
    display: block;
    background-color: #ccc;
    max-width: 175px;
    height: 1px;
    position: relative;
}
.title-divider-before {
    background-color: #fc7f0b;
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    margin: auto;
}
.title-divider-after {
    background-color: #fc7f0b;
    max-width: 100px;
    margin: auto;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    top: -1px;
}
.btn-black {
    background-color: #000;
    color: #fff;
}
.btn-black:hover,
.btn-black:focus {
    background-color: #fc7f0b;
    color: #fff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active:hover,
.btn-danger:active:focus {
    background-color: #ef790c;
    border-color: #ef790c;
    color: #fff;
}
.widget_text,
.skill,
.widget.widget_buttons,
.so-widget-boston_business-cta,
#portfolio {
    padding-left: 15px;
    padding-right: 15px;
}
#portfolio .featured-image {
    background-size: cover;
    background-position: 50%;
    padding: 100px 0;
}
.popup {
    display: block;
}
.popup img {
    position: relative;
    z-index: 1;
    height: auto !important;
}
.portfolio-hover h3 {
    z-index: 10;
}
/*--------------------------------------------------------------
# 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,
.widget:before,
.widget:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.widget:before,
.widget:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget:not(:last-child) {
    margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
    max-width: 100%;
}

.widget_gallery_slider .slick-dots {
    bottom: 0;
}

.widget_gallery_slider .slick-prev, 
.widget_gallery_slider .slick-next {
    width: 30px;
    height: 40px;
}

.widget_gallery_slider .slick-prev:before, 
.widget_gallery_slider .slick-next:before {
    font-size: 18px;
    line-height: 30px;
}

#footer-widgets .widget-title,
#secondary .widget-title {
    font-size: 24px;
}
.calendar_wrap caption {
    padding-top: 0;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.home .hentry {
    margin: 0;
}

.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;
}

.page-content form {
    margin-top: 1em;
}

.siteorigin-panels .template-wrapper.page-section,
.siteorigin-panels .template-wrapper.page-section .container {
    padding: 0;
    width: 100%;
}

.siteorigin-panels .template-wrapper.page-section #primary {
    padding: 0;
    width: 100%;
    max-width: 100%;
}

.siteorigin-panels .template-wrapper.page-section article {
    margin: 0;
}
.page-content input[type="submit"] {
    margin-top: 15px;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#respond label {
    font-weight: 400;
}
#respond input[type="checkbox"] {
    min-height: auto;
    height: auto;
    float: left;
    margin-right: 10px;
    width: auto;
}
#respond .comment-form-cookies-consent label {
    display: table;
    margin: 0;
    line-height: 1;
}
#commentform .comment-form-cookies-consent {
    clear: both;
    display: inline-block;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 0;
}
/*--------------------------------------------------------------
# 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;
}

.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;
}

/*--------------------------------------------------------------
# Transitions and colors
--------------------------------------------------------------*/
.icon-container .fa,
.featured-title a,
.btn {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.post-wrapper {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.portfolio-details,
.portfolio-hover,
.team-overlay,
.team-hover {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#main-slider .entry-title a:hover,
#main-slider .entry-title a:focus,
.navbar-brand:hover .navbar-brand:hover
.navbar-brand:hover .navbar-brand:focus,
b.fn a:hover,
b.fn a:focus {
    color: #fc7f0b;
}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Main Slider
--------------------------------------------------------------*/
#main-slider header.entry-header {
    margin-bottom: 25px;
}
#main-slider .slick-item {
    padding: 300px 0;
    background-size: cover;
    background-position: 50%;
    position: relative;
}
.main-slider-content .entry-title {
    font-size: 46px;
}
#main-slider .entry-title a,
#main-slider .entry-summary,
#main-slider .entry-title,
#main-slider .sub-title {
    color: #fff;
}
#main-slider .sub-title {
    color: #fff;
    text-transform: uppercase;
}
#main-slider .entry-summary p {
    font-size: 18px;
    margin: 0;
}
#main-slider .container {
    position: relative;
    z-index: 30;
}
#main-slider .align-left .title-divider {
    margin-left: 0;
}
#main-slider .align-right .title-divider {
    margin-right: 0;
}
.main-slider-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.main-slider-content .entry-summary {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}
.main-slider-content .entry-title {
    margin: 0;
    text-transform: capitalize;
}
.main-slider-content .view-more {
    margin-top: 1.5em;
}
.slick-item:focus {
    outline: none;
}
.align-left .main-slider-content {
    left: 0;
    right: auto;
    text-align: left;
}
.align-center .main-slider-content {
    left: 0;
    right: 0;
    text-align: center;
    margin: auto;
}
.align-right .main-slider-content {
    left: auto;
    right: 0;
    text-align: right;
}
.main-slider-content.align-left {
    right: auto;
    left: 0;
}
.main-slider-content.align-center {
    right: 0;
    left: 0;
    margin: auto;
}
.main-slider-content.align-right {
    right: 0;
    left: auto;
}
#main-slider .slick-prev {
    left: 20px;
}
#main-slider .slick-next {
    right: 20px;
}
.slick-item,
.slick-item:focus {
    outline: none;
}
.slick-prev {
    left: 0;
}
.slick-next {
    right: 0;
}
.slick-prev,
.slick-next {
    z-index: 3;
    width: 40px;
    height: 40px;
    background-color: #fc7f0b;
    text-align: center;
}
.slick-prev:focus,
.slick-next:focus {
    background-color: #ef790c;
}
.slick-prev:hover,
.slick-next:hover {
    background-color: #fc7f0b;
}
.slick-prev:before, 
.slick-next:before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 22px;
    line-height: 40px;
}
.slick-next:before {
    content: "\f105";
}
#main-slider .slick-dots {
    bottom: 30px;
}
#main-slider .slick-prev,
#main-slider .slick-next {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.slick-dots li.slick-active button:before, 
.slick-dots li button:before {
    content: "";
    opacity: 1;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 12px;
}
.slick-dots li {
    margin: 0 2px;
}
.slick-dots li.slick-active button:before {
    background-color: #fc7f0b;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
/*--------------------------------------------------------------
## Featured Services
--------------------------------------------------------------*/
#featured-services .entry-content {
    margin-top: 25px;
    display: inline-block;
}
.service {
    text-align: center;
}
.featured-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    margin: 0;
}
.featured-title a {
    color: #252525;
}
.featured-title a:hover,
.featured-title a:focus {
    color: #fc7f0b;
}
.icon-container span {
    font-size: 42px;
    color: #fff;
    background-color: #fc7f0b;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
}
#our-features .icon-container span {
    background-color: transparent;
    width: auto;
    height: auto;
    line-height: 1;
    margin-bottom: 25px;
    font-size: 50px;
}
.sow-features-list .textwidget p {
    margin-top: 10px;
}
.sow-features-list .textwidget h5 {
    margin-bottom: 0 !important;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.sow-more-text a {
    font-weight: 400 !important;
}
.sow-more-text a:hover, 
.sow-more-text a:focus {
    text-decoration: none !important;
}
span.sow-icon-elegantline {
    background-color: #1e73be;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    box-shadow: 0px 10px 30px 0 rgba(49, 52, 57, 0.3), 0 10px 30px rgba(0, 0, 0, 0.08);
}
.sow-features-list .sow-features-feature:nth-child(1n) .sow-icon-elegantline {
    background-image: linear-gradient(-134deg, #FFA62E 0%, #FB962E 20%, #F8852E 40%, #F3742D 60%, #EF612D 80%, #EA4D2C 100%);
}
.sow-features-list .sow-features-feature:nth-child(2n) .sow-icon-elegantline {
    background-image: linear-gradient(-135deg, #FF6CAB 0%, #F660BC 10%, #EC53CD 20%, #E045DE 30%, #D335EE 40%, #C323FF 50%, #B53AFF 60%, #A749FF 70%, #9854FF 80%, #865EFF 90%, #7366FF 100%);
}
.sow-features-list .sow-features-feature:nth-child(3n) .sow-icon-elegantline {
    background-image: linear-gradient(-135deg, #ED5565 0%, #D62839 100%);
}
.sow-features-list .sow-features-feature:nth-child(4n) .sow-icon-elegantline {
    background-image: linear-gradient(45deg, #00B8BA 0%, #01C6C4 20%, #01D4CE 40%, #02E2D8 60%, #01F0E3 80%, #00FFED 100%);
}
.sow-features-list .sow-features-feature:nth-child(5n) .sow-icon-elegantline {
    background-image: linear-gradient(-135deg, #5D9CEC 0%, #0E65D7 100%);
}
.sow-features-list .sow-features-feature:nth-child(6n) .sow-icon-elegantline {
    background-image: linear-gradient(-135deg, #A0D468 0%, #6EAF27 100%);
}
.ow-button-base .so-widget-sow-button-atom-ec102b035add .ow-button-base a {
    background-color: #1e73be;
}
.ow-button-base a {
    background: #1e73be !important;
    border-color: #1e73be !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ow-button-base a:hover,
.ow-button-base a:focus {
    background: #00acee !important;
    border-color: #00acee !important;
}
.post-wrapper,
.post-wrapper:hover, 
.post-wrapper:focus {
    box-shadow: 0px 1px 30px 0 rgba(49, 52, 57, 0.05), 0 10px 30px rgba(0, 0, 0, 0.08);
    background-color: #fff;
}
#our-services .icon-container {
    margin-bottom: 20px;
}
.service-desc {
    text-align: center;
}
.service-desc p {
    margin-top: 10px;
}
#our-features .service-desc p {
    font-size: 18px;
    color: #959595;
}
#our-features .service {
    padding: 0 10px;
}
#our-features .feature {
    padding: 50px 30px;
    background-color: #fff;
    position: relative;
    max-width: 98%;
    margin-left: auto;
    margin-right: auto;
}
#our-features .feature:before {
    content: "";
    position: absolute;
    border: 1px solid rgba(0, 0, 0, 0.08);
    width: 92%;
    height: 92%;
    left: 0;
    top: 0;
    margin: auto;
    right: 0;
    bottom: 0;
}

/*--------------------------------------------------------------
## Parallax
--------------------------------------------------------------*/
.parallax .container {
    position: relative;
}
.parallax h2.entry-title {
    color: #fff;
    text-transform: none;
    line-height: 1.4;
    font-weight: 400;
}
.parallax .entry-description {
    font-size: 18px;
    margin: 1em 0;
    color: #fff;
}
.parallax header.entry-header {
    margin-bottom: 0;
}
.parallax .buttons {
    margin-top: 30px;
}
.buttons .btn:not(:last-child) {
    margin-right: 10px;
}
.buttons-wrapper .button {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 10px;
}
.buttons-wrapper .button .btn,
.buttons .btn {
    min-width: 175px;
}
.buttons-wrapper .button:last-child {
    margin-right: 0;
}
.so-widget-boston_business-cta .black-overlay,
.so-widget-boston_business-counter .black-overlay,
.so-widget-boston_business-testimonial-slider .black-overlay {
    opacity: 0.5;
}
.buttons-wrapper .button:nth-child(even) a {
    background-color: #fc7f0b;
}
.buttons-wrapper .button:nth-child(even) a:hover,
.buttons-wrapper .button:nth-child(even) a:focus {
    background-color: #ef790c;
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
ul.portfolio-filter {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.portfolio-filter li {
    display: inline-block;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #404040;
    cursor: pointer;
    background-color: #f6f6f6;
    padding: 10px 20px;
}
ul.portfolio-filter li.active, 
ul.portfolio-filter li:hover, 
ul.portfolio-filter li:focus {
    color: #fff;
    background-color: #fc7f0b;
}
.portfolio-navigation {
    text-align: center;
}
.portfolio-content img {
    width: 100%;
}
.grid {
    margin: 0 -10px;
}
.grid-item {
    width: 25%;
    float: left;
    padding: 10px;
}
.portfolio-two-columns .grid-item {
    width: 50%;
}
.portfolio-three-columns .grid-item {
    width: 33.33%;
}
.portfolio-four-columns .grid-item {
    width: 25%;
}
.portfolio-five-columns .grid-item {
    width: 20%;
}
.portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.portfolio-hover h3 {
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: none;
    font-size: 22px;
    margin: 0;
    opacity: 0;
    color: #fff;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate(-50%,-70%);
}
.portfolio-hover h3 a {
    color: #fff;
    display: block;
}
.portfolio-hover h3 a:hover,
.portfolio-hover h3 a:focus {
    color: #ddd;
}
.grid .portfolio-content {
    background: #18a367;
    position: relative;
    float: left;
    overflow: hidden;
    text-align: center;
}
.portfolio-content .portfolio-hover::before, 
.portfolio-content .portfolio-hover::after {
    position: absolute;
    content: '';
    opacity: 0;
    display: none;
}
.portfolio-content .portfolio-hover::before {
    top: 50px;
    right: 30px;
    bottom: 50px;
    left: 30px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
.portfolio-content img, 
.portfolio-content .portfolio-hover::before, 
.portfolio-content .portfolio-hover::after, 
.portfolio-content h3 {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.portfolio-content:hover .portfolio-hover::before, 
.portfolio-content:hover .portfolio-hover::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.portfolio-content .portfolio-hover::after {
    top: 30px;
    right: 50px;
    bottom: 30px;
    left: 50px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.portfolio-content:hover .portfolio-hover::after, 
.portfolio-content:hover h3, 
.portfolio-content:hover img {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.portfolio-content img, 
.portfolio-content .portfolio-hover::before, 
.portfolio-content .portfolio-hover::after {
    -webkit-transition: opacity 0.35s, 
    -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.portfolio-content:hover img {
    opacity: 0.7;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.portfolio-content:hover h3 {
    opacity: 1;
    transform: translate(-50%,-50%);
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team-contents-wrapper {
    text-align: center;
    padding: 25px;
    background-color: #f6f6f6;
}
.team-content h6 {
    margin: 0;
    font-size: 22px;
}
.team-content h6 a {
    color: #000;
    display: block;
    margin-bottom: 5px;
}
.team-content h6 a:hover,
.team-content h6 a:focus {
    color: #fc7f0b;
}
.team-content small {
    font-size: 18px;
    text-transform: capitalize;
}
.team-link {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #ccc;
}
ul.social-icons {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 0;
}
ul.social-icons li {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
ul.social-icons li a {
    display: block;
    text-align: center;
    background-color: #000;
    color: #fff;
}
ul.social-icons li a:hover,
ul.social-icons li a:focus {
    background-color: #fc7f0b;
}
.team-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fc7f0b;
    opacity: 0;
}
.featured-image {
    position: relative;
    overflow: hidden;
}
.featured-image:hover .team-overlay {
    opacity: 0.7;
}
.team-hover {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: 0;
}
.featured-image:hover .team-hover {
    opacity: 1;
}
#our-team .slick-item img {
    width: 100%;
}
#our-team .slick-dots li button:before {
    background-color: #404040;
}
#our-team .slick-dots li.slick-active button:before {
    background-color: #fc7f0b;
}
#our-team .slick-item {
    padding: 15px;
}
#our-team .slick-dots {
    bottom: -40px;
}
#our-team .slick-prev, 
#our-team .slick-next {
    width: 30px;
}
#our-team .slick-prev {
    left: -30px;
}
#our-team .slick-next {
    right: -30px;
}
/*--------------------------------------------------------------
# Counter
--------------------------------------------------------------*/
#counter {
    text-align: center;
}
.statwrap {
    margin: 35px 0;
}
.statwrap, 
.statwrap small {
    color: #fff;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    display: block;
    font-size: 24px;
}
.statwrap span {
    font-size: 50px;
    display: block;
    padding-bottom: 15px;
}
.statwrap .stat-count {
    font-size: 48px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    padding: 10px 0;
    font-weight: 600;
    color: #fff;
}
/*--------------------------------------------------------------
# Progress Bars
--------------------------------------------------------------*/
ul.list-body {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.list-body li:not(:last-child) {
    margin-bottom: 10px;
}
ul.list-body li:before {
    content: "\f058";
    font-family: "FontAwesome";
    margin-right: 15px;
    color: #fc7f0b;
}
.skill p:first-child{
    margin-top: 0;
}
.skill p a {
    color: #414141;
}
.skill-item small {
    color: #414141;
    text-transform: uppercase;
    font-size: 16px;
}
.progress {
    background-color: #ddd;
    box-shadow: none;
    height: 15px;
    margin: 5px 0 20px 0;
    overflow: hidden;
    border-radius: 0;
    position: relative;
}
.progress-bar {
    background-color: #fc7f0b;
    box-shadow: none;
    border-radius: 0;
}
.skill p span {
    float: right;
    margin-right: 15px;
}
.skill_countdown {
    position: relative;
}
.skill_countdown:after {
    content: "%";
    position: absolute;
}
#progress-bar .row {
    display: flex;
    align-items: center;
}
/*--------------------------------------------------------------
# Client Testimonial
--------------------------------------------------------------*/
.bg-grey {
    background-color: #f6f6f6;
}
#client-testimonial h2.entry-title {
    color: #fff;
}
#client-testimonial .regular {
    max-width: 1189px;
    margin-left: auto;
    margin-right: auto;
}
.testimonial-description {
    max-width: 1000px;
    margin: 0 auto 25px;
    font-size: 18px;
    line-height: 28px;
}
#client-testimonial img {
    max-width: 110px;
    border-radius: 50%;
    margin: -80px auto 25px;
}
#client-testimonial .slick-item {
    padding-top: 60px;
}
#client-testimonial .testimonial-wrapper {
    background-color: rgba(255, 255, 255, 0.75);
    padding: 25px 25px 50px;
}
.position span {
    display: block;
}
.position span.client-name {
    font-size: 22px;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
}
.position span.client-name a {
    color: #000;
}
.position span.client-name a:hover,
.position span.client-name a:focus {
    color: #fc7f0b;
}
.position span.client-postion {
    font-size: 18px;
}
#client-testimonial button {
    top: 60%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    color: #000;
    box-shadow: 0 7px 33px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 7px 33px 0 rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 7px 33px 0 rgba(0, 0, 0, 0.14);
    -o-box-shadow: 0 7px 33px 0 rgba(0, 0, 0, 0.14);
}
#client-testimonial button:hover {
    background-color: #fc7f0b;
}
#client-testimonial button:hover:before {
    color: #fff;
}
#client-testimonial button:before {
    color: #000;
}
#client-testimonial button.slick-prev {
    left: -25px;
}
#client-testimonial button.slick-next {
    right: -25px;
}
#client-testimonial button.slick-prev:before {
    content: "\f177";
    font-family: "FontAwesome";
}
#client-testimonial button.slick-next:before {
    content: "\f178";
    font-family: "FontAwesome";
}
/*--------------------------------------------------------------
# Client Logos
--------------------------------------------------------------*/
#logo img {
    border: 1px solid #ddd;
    padding: 25px;
    margin: 5px auto;
}
#logo .entry-content {
    text-align: center;
}
#logo img:hover,
#logo a:focus img {
    border-color: #fc7f0b;
}
/*--------------------------------------------------------------
# Latest Posts
--------------------------------------------------------------*/
.post-title {
    color: rgba(55, 55, 55, 0.8);
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 1.3;
}
.post-title:hover,
.post-title:focus {
    color: #fc7f0b;
}
.read-more {
    margin-top: 25px;
}
.service .read-more a {
    font-weight: 400;
    color: #404040;
}
.service .read-more {
    margin-top: 10px;
    position: relative;
}
.load-more {
    margin-top: 25px;
    text-align: center;
}
.featured-content {
    padding: 30px 25px;
}
#latest-post .latest-news-meta {
    margin-bottom: 5px;
}
#latest-post span.latest-news-date:after {
    content: ",";
}
#latest-post .featured-image img {
    width: 100%;
}
.latest-news-comments a {
    color: #404040;
}
.more-articles {
    text-align: center;
    margin-top: 50px;
}
.btn-default {
    border-color: #404040;
    color: #404040;
    letter-spacing: 2px;
    background-color: transparent;
}
.btn-default:hover,
.btn-default:focus {
    border-color: #fc7f0b;
    color: #fff;
    background-color: #fc7f0b;
}
.post-wrapper {
    background-color: #fff;
    text-align: center;
}
.post-wrapper:hover,
.post-wrapper:focus {
    -webkit-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
    -o-box-shadow: 0 7px 65px 0 rgba(0, 0, 0, 0.12);
}
.template-wrapper.page-section {
    background-color: #fff;
}
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
#innerpage-banner {
    background-color: #404040;
    color: #fff;
    background-size: cover;
    background-position: 50%;
    padding: 175px 0;
}
#innerpage-banner .container {
    position: relative;
}
.banner-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-header {
    padding: 0;
    margin: 0;
    border-bottom: none;
}
.page-header .entry-title {
    font-size: 42px;
    text-transform: uppercase;
}
.banner-wrapper.align-left {
    text-align: left;
}
.banner-wrapper.align-center {
    text-align: center;
}
#innerpage-banner .black-overlay {
    background-color: rgba(5, 12, 26, 0.6);
    opacity: 0.6;
}
.banner-wrapper p {
    max-width: 600px;
}
.banner-wrapper.align-left .title-divider {
    background-position: 0;
}
.banner-wrapper.align-center {
    text-align: center;
    left: 0;
    right: 0;
    width: 100%;
}
.banner-wrapper.align-center p {
    margin-left: auto;
    margin-right: auto;
}
.banner-wrapper p {
    margin-top: 1.5em;
}
body:not(.siteorigin-panels) .template-wrapper header.entry-header {
    margin-bottom: 0;
}
body:not(.siteorigin-panels) .template-wrapper h2.entry-title {
    font-size: 28px;
    text-transform: capitalize;
}
body:not(.siteorigin-panels) .template-wrapper .entry-title a:hover,
body:not(.siteorigin-panels) .template-wrapper .entry-title a:focus {
    color: #fc7f0b;
}
body:not(.no-sidebar).single .blog-featured-image img {
    width: 100%;
}
.single .blog-featured-image img {
    margin: 0;
}
.blog-featured-imagepost-thumbnail img.post-thumbnail {
    width: 100%;
}
.blog-posts .entry-container {
    padding: 40px 35px;
}
.entry-meta {
    margin: 0 0 1em;
    color: #777;
}
.entry-meta a {
    color: #777;
}
.entry-meta a:hover,
.entry-meta a:focus {
    color: #fc7f0b;
}
.entry-content {
    margin-top: 0;
}
.blog-posts .entry-title a {
    color: #404040;
}
.blog-posts .hentry {
    margin-bottom: 2%;
    background-color: #f6f6f6;
}
.single .blog-featured-image {
    margin-bottom: 25px;
}
.single .blog-posts .hentry {
    background-color: transparent;
}
.single .blog-posts .hentry .entry-container {
    background-color: #f6f6f6;
}
.blog-posts .hentry:last-child {
    margin-bottom: 0;
}
span.posted-on:before,
span.comments-link a:before,
span.byline a:before {
    content: "\f073";
    font-family: "FontAwesome";
    margin-right: 10px;
    color: #777;
}
span.comments-link a:before {
    content: "\f086";
}
span.byline a:before {
    content: "\f007";
}
span.comments-link a:hover:before,
span.comments-link a:focus:before,
span.byline a:hover:before,
span.byline a:focus:before {
    color: #fc7f0b;
}
.entry-meta > span {
    margin-right: 15px;
}
ul.trail-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
ul.trail-items li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
ul.trail-items li a:after {
    content: "\f105";
    font-family: "FontAwesome";
    margin-left: 10px;
    color: #fff;
}
ul.trail-items span {
    font-weight: 400;
    color: #fff;
}
ul.trail-items a span {
    font-weight: 300;
    color: #fff;
}
ul.trail-items a:hover span,
ul.trail-items a:focus span {
    color: #ddd;
}
#breadcrumb-list {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    background-color: #fc7f0b;
    color: #fff;
}
#secondary {
    background-color: #f6f6f6;
    padding: 40px;
}
.siteorigin-panels #secondary {
    display: none;
}
input {
    height: 45px;
    border-radius: 0;
    padding: 0 15px;
    width: 100%;
}
textarea {
    border-radius: 0;
    padding: 15px;
    width: 100%;
}
.comment-form-comment textarea {
    height: 225px;
}
input[type="checkbox"],
input[type="radio"] {
    height: auto;
    padding: 0;
    width: auto;
}
input[type="submit"] {
    height: auto;
    font-size: 16px;
    width: auto;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
.site-main .navigation .nav-links a:hover,
.site-main .navigation .nav-links a:focus {
    background-color: #ef790c;
    border-color: #ef790c;
    color: #fff;
}
#secondary .search-form input[type="submit"] {
    position: absolute;
    top: 0;
    right: 0;
    padding: 13px;
}
p.form-submit {
    display: inline-block;
}
.form-submit input[type="submit"] {
    padding: 12px 25px;
    text-transform: uppercase;
}
.search-form {
    position: relative;
}
.search-form input.search-field {
    width: 100%;
    padding-right: 85px;
}
.search-form button.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 45px;
    text-align: center;
    width: 45px;
    font-size: 16px;
}
.search-form label {
    width: 100%;
}
#secondary .widget a {
    color: #666;
    font-weight: 400;
}
#secondary .widget a:hover,
#secondary .widget a:focus {
    color: #fc7f0b;
}
#secondary .widget:not(:last-child) {
    margin-bottom: 2em;
}
.widget_recent_comments a {
    display: block;
}
/*--------------------------------------------------------------
# Single Blog
--------------------------------------------------------------*/
.post-thumbnail {
    width: 100%;
}
.single .entry-content p:first-child:first-letter {
    background-color: #fc7f0b;
    color: #fff;
    font-size: 50px;
    margin-right: 15px;
    padding: 0 20px;
    float: left;
}
#reply-title,
.comments-title {
    font-size: 32px;
}
.comment-author img {
    max-width: 50px;
    border-radius: 50%;
    margin-right: 15px;
    float: left;
}
#comments ol {
    list-style: none;
}
span.says {
    display: none;
}
b.fn {
    font-weight: 500;
    font-size: 18px;
}
ol.comment-list {
    margin-top: 50px;
    padding: 0;
}
ol.children {
    margin-top: 50px;
}
ol.comment-list li {
    margin-bottom: 50px;
}
.comment-reply-link {
    font-weight: 500;
    margin-top: 15px;
    display: table;
    color: #fc7f0b;
    font-size: 16px;
}
.comment-reply-link:hover,
.comment-reply-link:focus {
    color: #000;
}
#comments ol.comment-list > li article {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}
#comments ol.comment-list > li:last-child article:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
/*--------------------------------------------------------------
# Error 404
--------------------------------------------------------------*/
.error-404.not-found {
    text-align: center;
}
.big-title {
    font-size: 150px;
    line-height: 0;
}
.big-title span {
    color: #fc7f0b;
}
.error-404.not-found .page-title {
    font-size: 42px;
}
.error-404.not-found .search-form {
    margin-top: 25px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
/*--------------------------------------------------------------
# Contact Us
--------------------------------------------------------------*/
.wpcf7 label {
    width: 100%;
    font-weight: 400;
}
.wpcf7 label input,
.wpcf7 label textarea {
    margin-top: 10px;
}
ul.address-block i {
    width: 20px;
    margin-right: 15px;
    font-size: 18px;
    color: #fc7f0b;
}
.form-title {
    text-transform: capitalize;
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 1em;
}
#contact-form .widget-title {
    margin-bottom: 1em;
}
.address-block,
.widget_opening_hours {
    font-weight: 400;
}
.widget_opening_hours .time {
    float: right;
}
.widget_opening_hours li {
    padding: 10px;
}
.widget_opening_hours li:nth-child(even) {
    background-color: #fc7f0b;
    color: #fff;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer-widgets {
    background-color: #292929;
    color: #fff;
    padding: 60px 0;
}
#footer-widgets a,
.site-info,
.site-info a {
    color: #fff;
}
#footer-widgets a:hover,
#footer-widgets a:focus,
.site-info a:hover,
.site-info a:focus {
    color: #fc7f0b;
}
.footer-active-1 {
    width: 100%;
}
.footer-column {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.widget-title {
    font-size: 38px;
    margin: 0 0 20px;
    text-transform: capitalize;
}
.widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
#secondary .widget ul li a:before,
#footer-widgets .widget ul li a:before,
#secondary .widget ul#recentcomments li:before, 
#footer-widgets .widget ul#recentcomments li:before {
    content: "\f0da";
    font-family: "FontAwesome";
    padding-right: 15px;
}
#secondary .widget ul#recentcomments li a:before, 
.site-footer .widget ul#recentcomments li a:before {
    display: none;
}
.widget.widget_address ul li a:before {
    display: none;
}
.widget_tag ul li a:before {
    display: none;
}
.widget ul > li:not(:last-child) {
    margin-bottom: 10px;
}
.widget.widget_tag ul li {
    display: inline-block;
    margin-bottom: 5px;
}
.widget_tag ul li a {
    border: 1px solid #ccc;
    padding: 8px 12px;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
}
.widget_tag ul li:hover a {
    border-color: #fc7f0b;
}
.site-footer .widget_gallery ul li,
#secondary .widget_gallery ul li {
    margin: 0;
    padding: 0 5px 5px 0;
}
.widget_gallery ul li img{
    vertical-align: middle;
}
.widget_gallery ul.col-2 li {
    width: 50%;
    float: left;
}
.widget_gallery ul.col-3 li {
    width: 33.33%;
    float: left;
}
.widget_gallery ul.col-4 li {
    width: 25%;
    float: left;
}
.site-info {
    padding: 20px 0;
    background-color: #212121;
    text-align: center;
}
.site-info p {
    margin: 5px 0;
}
.site-info p:nth-child(2) {
    margin-top: 3px;
}
.widget_social_medias a:before {
    display: none;
}
.widget_social_medias li {
    display: inline-block;
}
.widget_social_medias li a {
    width: 40px;
    height: 40px;
    background-color: #fc7f0b;
    display: block;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
#secondary .widget_social_medias li a {
    color: #fff;
}
#secondary .widget_social_medias li a:hover,
#secondary .widget_social_medias li a:focus {
    color: #fff;
}
#footer-widgets .widget_text {
    padding-left: 0;
    padding-right: 0;
}
.footer-active-1 {
    text-align: center;
}
.footer-active-4 {
    margin-top: 30px;
}
.footer-active-4:nth-child(-n+1) {
    margin-top: 0;
}
#footer-widgets ul.address-block i {
    color: #fff;
}
#primary ul.address-block i,
#primary ul.address-block a,
#secondary ul.address-block i,
#secondary ul.address-block a {
    color: #404040;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.header-font-1 h1,
.header-font-1 h2,
.header-font-1 h3,
.header-font-1 h4,
.header-font-1 h5,
.header-font-1 h6,
.header-font-1 .statwrap small,
.header-font-1 .statwrap .stat-count {
    font-family: 'Rajdhani', sans-serif;
}

.header-font-2 h1,
.header-font-2 h2,
.header-font-2 h3,
.header-font-2 h4,
.header-font-2 h5,
.header-font-2 h6,
.header-font-2 .statwrap small,
.header-font-2 .statwrap .stat-count {
    font-family: 'Cherry Swash', cursive;
}

.header-font-3 h1,
.header-font-3 h2,
.header-font-3 h3,
.header-font-3 h4,
.header-font-3 h5,
.header-font-3 h6,
.header-font-3 .statwrap small,
.header-font-3 .statwrap .stat-count {
    font-family: 'Philosopher', sans-serif;
}

.header-font-4 h1,
.header-font-4 h2,
.header-font-4 h3,
.header-font-4 h4,
.header-font-4 h5,
.header-font-4 h6,
.header-font-4 .statwrap small,
.header-font-4 .statwrap .stat-count {
    font-family: 'Slabo 27px', serif;
}
.header-font-5 h1,
.header-font-5 h2,
.header-font-5 h3,
.header-font-5 h4,
.header-font-5 h5,
.header-font-5 h6,
.header-font-5 .statwrap small,
.header-font-5 .statwrap .stat-count {
    font-family: 'Dosis', sans-serif;
}

body.body-font-1 {
    font-family: 'News Cycle', sans-serif;
}
body.body-font-2 {
    font-family: 'Pontano Sans', sans-serif;
}
body.body-font-3 {
    font-family: 'Gudea', sans-serif;
}
body.body-font-4 {
    font-family: 'Quattrocento Sans', sans-serif;
}
body.body-font-5 {
    font-family: 'Khand', sans-serif;
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 567px) {
    body:not(.single) .blog-posts article {
        width: 48%;
        float: left;
        margin-left: 2%;
    }
    body:not(.single) .blog-posts {
        margin-left: -2%;
    }
    body:not(.single) .blog-posts article:nth-child(2n+1) {
        clear: left;
    }
}
@media screen and (min-width: 768px) {
    .navbar-inverse {
        padding: 0;
    }
    .navbar-nav > li > a {
        padding: 25px 10px;
    }
    .navbar>.container .navbar-brand, 
    .navbar>.container-fluid .navbar-brand {
        margin-left: 0;
    }
    .container-fluid>.navbar-collapse, 
    .container-fluid>.navbar-header, 
    .container>.navbar-collapse, 
    .container>.navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
    .site-branding {
        display: flex;
        align-items: center;
        height: 70px;
    }
    .footer-active-2 {
        width: 50%;
        float: left;
    }
    .footer-active-3 {
        width: 33.33%;
        float: left;
    }
    .footer-active-4 {
        width: 50%;
        float: left;
        margin-top: 30px;
    }
    .footer-active-4:nth-child(-n+2) {
        margin-top: 0;
    }
}
@media screen and (min-width: 780px) {
    #latest-post .col-lg-4.col-md-4.col-sm-4.col-xs-12:nth-child(3n+1) {
        clear: left;
    }
    #latest-post .col-lg-4.col-md-4.col-sm-4.col-xs-12 {
        margin-top: 30px;
    }
    #latest-post .col-lg-4.col-md-4.col-sm-4.col-xs-12:nth-child(-n+3) {
        margin-top: 0;
    }
}
@media screen and (min-width: 992px) {
    .navbar-nav > li > a {
        padding: 25px 20px;
    }
    #main-slider .slick-prev, 
    #main-slider .slick-next {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }
    #main-slider:hover .slick-prev, 
    #main-slider:hover .slick-next,
    #main-slider:focus .slick-prev, 
    #main-slider:focus .slick-next {
        opacity: 1;
        visibility: visible;
    }
    .service:nth-child(-n+3) {
        margin-top: 0;
    }
    .service {
        margin-top: 50px;
    }
    #our-features .service {
        margin-top: 20px;
    }
    .col-md-4:nth-child(3n+1) {
        clear: left;
    }
    .left-sidebar #primary {
        padding-left: 40px;
        float: right;
    }
    .right-sidebar #primary {
        padding-right: 40px;
    }
    .no-sidebar #primary {
        width: 100%;
    }
    .no-sidebar #secondary {
        display: none;
    }
    body:not(.logged-in) p.comment-form-comment {
        width: 50%;
        float: right;
    }
    p.comment-form-author,
    p.comment-form-email,
    p.comment-form-url {
        width: 50%;
        float: left;
        padding-right: 1em;
    }
    .contact-information {
        padding-left: 50px;
    }
    .footer-active-4 {
        width: 25%;
        float: left;
        margin-top: 0;
    }
}
@media screen and (min-width: 1200px) {
    .col-lg-4:nth-child(3n+1) {
        clear: left;
    }
}
@media screen and (max-width: 992px) {
    .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
    .main-slider-content .entry-title {
        font-size: 42px;
    }
    #main-slider .slick-item {
        padding: 250px 0;
    }
    #our-services .service {
        width: 50%;
        float: left;
        margin: 25px 0;
    }
    #our-services .service:nth-child(2n+1) {
        clear: left;
    }
    #our-features .service {
        max-width: 100%;
    }
    #logo .entry-content {
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    #primary {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (max-width: 800px) {
    .navbar-brand {
        font-size: 25px;
    }
    .site-description {
        font-size: 14px;
    }
    .main-slider-content .entry-title {
        font-size: 38px;
    }
    .main-slider-content {
        max-width: 75%;
    }
    #main-slider .entry-summary p {
        font-size: 16px;
        line-height: 1.2;
    }
    .grid-item {
        width: 33.33%;
        padding: 5px;
    }
    .portfolio-three-columns .grid-item {
        width: 50%;
        padding: 5px;
    }
    #client-testimonial .regular {
        max-width: 80%;
    }
}
@media screen and (max-width: 780px) {
    .row {
        margin: 0;
    }
    #innerpage-banner {
        padding: 175px 0;
    }
    #logo .entry-content {
        width: 100%;
    }
    #latest-post .col-lg-4.col-md-4.col-sm-4.col-xs-12:nth-child(-n+2) {
        margin-top: 0;
    }
    #latest-post .col-lg-4.col-md-4.col-sm-4.col-xs-12 {
        margin-top: 30px;
        width: 50%;
    }
    header.entry-header {
        margin-bottom: 40px;
    }
    #our-features .feature:before {
        width: 96%;
        height: 90%;
    }
    .template-wrapper.page-section {
        padding: 50px 0;
    }
}
@media screen and (max-width: 767px) {
    .main-navigation .navbar-nav > li.dropdown > a:after,
    .main-navigation .navbar-nav li ul.dropdown-menu li.dropdown > a:before {
        display: none;
    }
    .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
        border-left: none;
        border-right: none;
    }
    button.dropdown-toggle {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background-color: transparent;
        border: none;
        font-size: 16px;
    }
    .nav > li:not(:last-child) {
        border-bottom: 1px solid #444;
    }
    .navbar-inverse {
        padding: 0;
    }
    .navbar-header {
        padding: 10px 0;
    }
    #masthead .navbar-nav > li.dropdown > ul li ul {
        position: relative;
        float: none;
        left: 0;
        right: 0;
        top: 0;
        margin-right: 0;
        padding-left: 15px;
    }
    #masthead .navbar-nav li.dropdown ul.dropdown-menu {
        display: none;
        position: relative;
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .service:first-child {
        margin-bottom: 30px;
    }
    h2.entry-title {
        font-size: 32px;
    }
    .footer-column {
        text-align: center;
    }
    .footer-active-2:not(:first-child),
    .footer-active-3:not(:first-child) {
        margin-top: 30px;
    }
    .backtotop {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    .main-slider-content .entry-title {
        font-size: 32px;
    }
    #innerpage-banner {
        padding: 150px 0;
    }
    body, 
    button, 
    input, 
    select, 
    textarea {
        font-size: 15px;
    }
    #main-slider .slick-item {
        padding: 200px 0;
    }
    #main-slider .entry-summary p {
        font-size: 15px;
    }
    #main-slider .slick-dots {
        bottom: 0;
    }
    .btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    .service:not(:last-child) {
        margin-bottom: 30px;
    }
    .icon-container span {
        font-size: 32px;
        width: 80px;
        height: 80px;
        line-height: 80px;
    }
    .grid-item {
        width: 50%;
    }
    #client-testimonial button {
        background-color: rgba(255, 255, 255, 0.50);
    }
    #latest-post .col-lg-4.col-md-4.col-sm-4.col-xs-12 {
        width: 100%;
        float: none;
    }
    #latest-post .col-lg-4.col-md-4.col-sm-4.col-xs-12:nth-child(-n+2) {
        margin-top: 30px;
    }
    #latest-post .col-lg-4.col-md-4.col-sm-4.col-xs-12:nth-child(-n+1) {
        margin-top: 0;
    }
}
@media screen and (max-width: 567px) {
    #main-slider .slick-prev,
    #main-slider .slick-next {
        display: none !important;
    }
    #our-services .service {
        width: 100%;
        float: none;
        display: inline-block;
    }
}
@media screen and (max-width: 421px) {
    .main-slider-content .entry-title {
        font-size: 22px;
    }
    #main-slider .slick-prev {
        left: 0;
    }
    #main-slider .slick-next {
        right: 0;
    }
    #main-slider .slick-item {
        padding: 175px 0;
    }
    #innerpage-banner {
        padding: 100px 0;
    }
    .btn {
        padding: 8px 20px;
        font-size: 13px;
    }
    .title-divider {
        max-width: 140px;
    }
    .title-divider-after {
        max-width: 60px;
    }
    h2.entry-title,
    .page-header .entry-title {
        font-size: 28px;
    }
    .grid-item {
        width: 100%;
        padding: 5px 0;
        margin: 0;
    }
    .portfolio-three-columns .grid-item {
        width: 100%;
        margin: 0;
    }
    .blog-posts .entry-container {
        padding: 25px;
    }
}
@media screen and (max-width: 375px) {
    .buttons .btn:not(:last-child) {
        margin-right: auto;
    }
    .buttons .btn {
        display: block;
        margin-top: 10px;
        max-width: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    #logo .logo-item {
        width: 100%;
    }
    .comment-navigation .nav-previous, 
    .posts-navigation .nav-previous, 
    .post-navigation .nav-previous,
    .comment-navigation .nav-next, 
    .posts-navigation .nav-next, 
    .post-navigation .nav-next {
        width: 100%;
        float: none;
        text-align: center;
        margin: 5px 0;
    }
}


