/*
Theme Name: ScrollMe
Theme URI: https://accesspressthemes.com/wordpress-themes/free-wordpress-scroll-theme-scroll-me/
Author: AccessPress Themes
Author URI: https://accesspressthemes.com/
Description: ScrollMe - A horizontal scrolling WordPress Themes lets you navigate your website horizontally. The theme has beautifully crafted clean and elegant design and is fully responsive that show beautifully on all the devices. ScrollMe is a multipurpose theme and is perfect for business, web agency, personal blog, portfolio , photography, magazine, parallax one page and freelancer. ScrollMe has powerful features and provides a easier way to configure the front page with live preview from a customizer panel. The theme is Polylang compatible, Woo Commerce compatible, Translation Ready, SEO Friendly, bbPress and works with all other major plugins as well. So look no further and start creating your beautiful website using ScrollMe. For demo http://demo.accesspressthemes.com/scroll-me
Version: 2.1.0
Tested up to: 5.6
Requires PHP: 5.6
Requires at least: 4.7
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: scrollme
Tags: left-sidebar, right-sidebar, threaded-comments, featured-images, translation-ready, custom-menu, full-width-template, sticky-post, custom-background, e-commerce, portfolio, blog
*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
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"] {
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
    color: #404040;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
p {
    margin-bottom: 15px;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 15px;
}
address {
    margin: 0 0 15px;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}
*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    
    box-sizing: inherit;
}
body {
    background: #F6F6F6;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}
blockquote,
q {
    quotes: "" "";
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 15px;
}
ul,
ol {
    margin: 0 0 15px 25px;
    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 15px 15px;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    
    max-width: 100%;
    /* Adhere to container width. */
    
    vertical-align: middle;
}
table {
    margin: 0 0 15px;
    width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background: #e02d45;
    border: 1px solid #e02d45;
    color: #FFF;
    padding: 8px 30px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-size: 14px;
    height: 40px;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background: #111;
    border: 1px solid #111;
}

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 {
    font-size: 14px;
    color: #404040;
    border: 1px solid #CCC;
    border-radius: 1px;
    width: 100%;
    height: 40px;
}
select {
    font-size: 14px;
    border: 1px solid #CCC;
    border-radius: 1px;
    color: #404040;
    height: 40px;
}

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"] {
    padding: 6px 10px;
    height: 40px;
}
textarea {
    padding: 6px 10px;
    width: 100%;
    min-height: 100px;
    height: auto;
}
form p {
    margin-bottom: 15px;
}

a {
    text-decoration: none;
    color: #df2c45;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 10px;
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 28px;
}
h4 {
    font-size: 26px;
}
h5 {
    font-size: 24px;
}
h6 {
    font-size: 22px;
}
p {
    margin: 0 0 25px;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
    float: right;
    font-size: 18px;
}
.main-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.main-navigation li {
    position: relative;
    font-size: 14px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    text-transform: uppercase;
}
.main-navigation > ul > li {
    float: left;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: #fff;
    line-height: 60px;
    padding: 0 20px;
}
.main-navigation ul ul {
    position: absolute;
    bottom: 100%;
    right: 0;
    z-index: 999;
    display: none;
    background: #212c35;
    width: 200px;
}
.main-navigation ul ul ul {
    right: 100%;
    bottom: 0;
}
.main-navigation li:hover > ul {
    display: block;
}
.main-navigation li:hover > a,
.main-navigation li.current-menu-item > a {
    background: #df2c45;
}
.toogle-wrap {
    float: left;
}
#toggle {
    display: block;
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 6px;
    line-height: 50px;
    margin-top: 5px;
    pointer-events: none;
}
.page-template-tpl-home #toggle {
    margin-top: -70px;
    background: rgba(223, 44, 69, 0.8);
    box-shadow: 0px 0px 0 2px rgba(223, 44, 69, 0.5);
    pointer-events: auto;
}
#toggle div {
    width: 100%;
    height: 3px;
    background: #FFF;
    margin: 8px auto;
    transition: all 0.3s;
    backface-visibility: hidden;
}
.site-footer.fp-show #toggle div {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}
.site-footer.fp-show #toggle .one {
    -ms-transform: rotate(45deg) translate(3px, -7px);
    -webkit-transform: rotate(45deg) translate(3px, -7px);
    transform: rotate(45deg) translate(3px, -7px);
    -ms-transform-origin: 0 0;
    -webkit-transform: 0 0;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
.site-footer.fp-show #toggle .two {
    opacity: 0;
}
.site-footer.fp-show #toggle .three {
    -ms-transform: rotate(-45deg) translate(3px, 5px);
    -webkit-transform: rotate(-45deg) translate(3px, 5px);
    transform: rotate(-45deg) translate(3px, 5px);
    -ms-transform-origin: 0 0;
    -webkit-transform: 0 0;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}
#toggle .two {
    opacity: 1
}
.site-footer.fp-show #toggle {
    margin-top: 6px;
    background: none;
    border: 0;
    box-shadow: none;
}
.fp-viewing-home-home #toggle {
    display: none;
}
/*=============Navigations==============*/

.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%;
}
.navigation.post-navigation {
    padding: 20px 0 0 0;
    margin: 0 -30px;
}
.navigation.post-navigation a {
    display: inline-block;
    position: relative;
}
.navigation.post-navigation .nav-label {
    position: relative;
    z-index: 2;
    display: inline-block;
    background: #df2c45;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    transition: all 200ms ease-out;
    text-transform: uppercase;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    line-height: 20px;
}
.navigation.post-navigation .nav-label:hover {
    background: #111;
}
.navigation.post-navigation .nav-previous .nav-label:after {
    float: left;
    margin: 0 0 0 -7px;
    padding: 0 7px 0 0;
    content: "\f104";
    font-family: "Fontawesome";
}
.navigation.post-navigation .nav-next .nav-label:after {
    float: right;
    margin: 0 -7px 0 0;
    padding: 0 0 0 7px;
    content: "\f105";
    font-family: "Fontawesome";
}
.navigation.post-navigation .nav-title {
    pointer-events: none;
    position: absolute;
    top: 0;
    line-height: 20px;
    padding: 10px;
    background: #df2c45;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    transition: all 200ms ease-out;
    max-width: 600px;
    overflow: hidden;
    opacity: 0;
    z-index: 1;
}
.navigation.post-navigation .nav-previous .nav-title {
    left: 80%;
}
.navigation.post-navigation .nav-previous a:hover .nav-title {
    left: 100%;
    opacity: 1;
}
.navigation.post-navigation .nav-next .nav-title {
    right: 80%;
    text-align: right;
}
.navigation.post-navigation .nav-next a:hover .nav-title {
    right: 100%;
    opacity: 1;
}
.pagination .nav-links {
    text-align: center;
}
.pagination .nav-links span,
.pagination .nav-links a {
    background: #df2c45;
    padding: 10px;
    margin: 0 2px;
    color: #FFF;
    font-size: 13px;
    display: inline-block;
    line-height: 1;
}
.pagination .nav-links a:hover,
.pagination .nav-links span.current {
    background: #111;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}
.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,
.nav-links:after,
.nav-links:before {
    content: "";
    display: table;
}
.clearfix:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after {
    clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 25px;
}
.widget select {
    max-width: 100%;
}
.widget_search .search-submit {
    display: block;
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}
.blog .hentry,
.archive .hentry {
    padding: 30px;
    background: #FFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}
.byline,
.updated:not(.published) {
    display: none;
}
.single .byline,
.group-blog .byline {
    display: inline;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 15px 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 15px;
}
#content {
    margin-bottom: 70px;
}
.page-template-tpl-home #content {
    margin-bottom: 0;
}
#primary {
    width: 70%;
    padding: 30px;
    float: left;
    background: #FFF;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1)
}
.left_sidebar #primary {
    float: right;
}
.no_sidebar #primary {
    width: auto;
    float: none;
}
.blog #primary,
.archive #primary {
    background: transparent;
    padding: 0;
    box-shadow: none;
}
#secondary {
    width: 28%;
    float: right;
}
.left_sidebar #secondary {
    float: left;
}
#secondary .widget {
    background: #FFF;
    padding: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1)
}
.widget-area .widget-title {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.widget-area ul,
.widget-area ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.widget-area ul ul,
.widget-area ol ol {
    border-top: 1px solid #F9F9F9;
    padding-top: 8px;
    margin-top: 8px;
    margin-left: 10px;
}
.widget-area li {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #F9F9F9;
    line-height: 1.3;
}
.widget-area li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.widget-area a {
    color: inherit;
}
.widget-area a:hover {
    color: #df2c45;
}
#secondary #search-submit {
    display: none;
}
/*===========Title CSS=================*/

.entry-header {
    margin: 0 -30px;
    border-left: 15px solid #df2c45;
    padding: 5px 30px 5px 15px;
    margin-bottom: 25px;
}
.fp-slide .entry-header {
    margin: 0 0 40px;
}
h1.entry-title {
    margin: 0 0 5px;
    font-size: 28px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 600;
    line-height: 1.2;
}
h1.entry-title a {
    color: #444;
}
h1.entry-title a:hover,
h1.entry-title span {
    color: #df2c45;
}
.entry-meta {
    font-size: 13px;
    color: #555;
}
.entry-meta > span {
    margin-right: 15px;
}
.entry-meta .fa {
    margin-right: 6px;
}
.entry-meta a {
    color: #555;
}
.entry-meta a:hover {
    color: #df2c45;
}
.entry-link {
    margin-left: -30px;
}
.entry-link a {
    display: inline-block;
    background: #df2c45;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    transition: all 200ms ease-out;
    text-transform: uppercase;
    font-family: "Open Sans Condensed", sans-serif;
    font-weight: bold;
    line-height: 20px;
}
.entry-link a:hover {
    background: #111;
}
.page-header {
    background: #FFF;
    padding: 30px;
    margin-bottom: 30px;
    border-left: 15px solid #df2c45;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.page-title {
    margin: 0;
}
.fp-slide h1.entry-title {
    font-size: 40px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 700;
    border-bottom: 0;
    padding-bottom: 0;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
embed,
iframe,
object {
    max-width: 100%;
    vertical-align: middle;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 15px;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0 auto;
}
.wp-caption-text {
    text-align: center;
}
.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 15px;
}
.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;
}
/*============= Header ==============*/

.header-wrapper {
    padding: 10px 0;
    height: 86px;
    background: #FFF;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
    margin-bottom: 25px;
}
.page-template-tpl-home .header-wrapper {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 999;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.page-template-tpl-home .header-wrapper.show-header {
    background: #FFF;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.2);
    opacity: 1;
    visibility: visible;
}
.page-template-tpl-home .fp-viewing-home-home .header-wrapper {
    opacity: 0;
    visibility: hidden;
}
.site-branding {
    float: left;
    max-width: 380px;
}
.site-branding img {
    max-height: 66px
}
h1.site-title {
    text-transform: uppercase;
    font-size: 30px;
    margin: 5px 0 5px;
    line-height: 1;
    font-family: 'Open Sans Condensed', sans-serif;
}
h1.site-title a {
    color: #df2c45;
}
h2.site-description {
    font-size: 13px;
    margin: 0;
    font-weight: normal;
}
h2.site-description a {
    color: #999;
}
.social-icons {
    float: right;
    margin-top: 10px;
}
.social-icons .widget {
    display: inline-block;
    margin: 0 0 0 10px;
}
/*=============scroll paginator==============*/

.fp-controlArrow.fp-next,
.fp-controlArrow.fp-prev {
    position: absolute;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    height: 50px;
    width: 50px;
    top: 50%;
    margin-top: -25px;
}
.fp-section.active:hover .fp-controlArrow.fp-prev,
.fp-section.active:hover .fp-controlArrow.fp-next {
    opacity: 1;
    visibility: visible;
}
.fp-controlArrow.fp-prev {
    left: 20px;
}
.fp-controlArrow.fp-next {
    right: 20px;
}
/*==========Main Slider===========*/

.slider-section ul {
    margin: 0;
    padding: 0;
}

.bx-wrapper img {
    width: 100%;
}
.slider-section .slide-caption {
    position: absolute;
    left: 90px;
    bottom: 30%;
    width: 600px;
    background: rgba(255, 255, 255, 0.4);
    padding: 30px;
}
.slider-section .slide-bg {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slide-title {
    font-size: 50px;
    border-bottom: 2px solid #000;
    line-height: 1.3;
    padding-bottom: 15px;
    font-weight: bold;
    margin-bottom: 20px;
}
.highlighted-text {
    color: #e02d45;
}
.slide-desc {
    font-size: 18px;
    line-height: 1.7;
    color: #212c35;
}
.slider-section .bx-controls {
    position: absolute;
    bottom: 5%;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 999;
}
.slider-section .bx-pager-item {
    display: inline-block;
    text-align: center;
    margin: 0 5px;
}
.slider-section .bx-pager-item a {
    height: 15px;
    width: 15px;
    border: 2px solid #e02d45;
    border-radius: 50%;
    display: block;
    text-indent: -9999px;
    position: relative;
}
.slider-section .bx-pager-item a.active:after {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    border-radius: 50%;
    left: 3px;
    top: 3px;
    background: #e02d45;
}
.h-logo {
    position: absolute;
    bottom: 15%;
    right: 5%;
    z-index: 99;
    max-width: 200px;
}
/*================Spanel=====================*/

.fp-slide {
    position: relative;
}
.s-panel-inner {
    height: 100%;
    width: 100%;
    overflow: auto;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    padding-top: 0px;
    padding-bottom: 0px;
}
.container {
    padding: 0 90px;
}
.fp-section .container {
    width: 100%;
    padding: 120px 90px;
}
.fp-section .mCSB_scrollTools {
    top: 100px;
    bottom: 80px
}
.fp-slides .mCSB_inside > .mCSB_container {
    margin-right: 0;
}
/*================Widgets=================*/
/*---counter---*/

.counter-container {
    text-align: center;
}
.counter-text {
    margin-bottom: 15px;
}

.counter-container input[type="text"]{
    border: 0;
    background: none;
}

/*---Pricing---*/

.ap-pricing-table {
    background: #202c35;
    position: relative;
    top: 0;
}
.feat-tble.ap-pricing-table,
.ap-pricing-table:hover {
    background: #df2c45;
}
.ap-pricing-table:hover {
    top: -10px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.ap-pricing-head {
    text-align: center;
    color: #ffffff;
    padding: 20px 2px;
    background: url('images/pricing-black.png');
}
.ap-pricing-table:hover .ap-pricing-head,
.feat-tble .ap-pricing-head {
    background: url('images/pricing-red.png');
}
.ap-pricing-head h2 {
    font-weight: 700;
    color: #ffffff;
    margin: 0px;
    font-size: 24px;
    line-height: 1;
}
.ap-pricing-plan-sub-text {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
}
.ap-price-box {
    text-align: center;
    padding: 15px 0px;
    background: #dfe9f0;
    color: #7f8f9a;
    position: relative;
}
.ap-pricing-plan {
    font-weight: 700;
    margin: 0px;
    color: #7f8f9a;
    font-size: 40px;
    line-height: 1.2;
    text-align: right;
    padding-right: 60px;
}
.ap-per {
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 60px;
    text-align: right;
}
.ap-pricing-features-inner {
    margin: 0;
    padding: 15px 0 0;
    list-style: none;
}
.ap-pricing-features-inner li {
    color: #dfe9f0;
    font-size: 14px;
    padding: 5px 0px;
    padding-left: 15px;
    border-bottom: 1px solid #4a545b;
}
.feat-tble .ap-pricing-features-inner li {
    border-bottom: 1px solid #e35165;
}
.ap-pricing-features-inner li:last-child,
.feat-tble .ap-pricing-features-inner li:last-child,
.ap-pricing-table:hover .ap-pricing-features-inner li:last-child {
    border-bottom: 0;
}
.ap-pricing-features-inner li span {
    display: inline-block;
    padding-right: 5px;
}
.ap-pricing-table:hover .ap-pricing-features-inner li {
    border-bottom: 1px solid #e35165;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.ap-price-box:after {
    content: '';
    width: 100%;
    height: 19px;
    background: url(images/border.png) repeat-x center;
    position: absolute;
    bottom: -5px;
    left: 0;
}
span.currency,
span.dec-value {
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    position: relative;
    top: -10px;
    right: 5px;
}
.ap-pricing-desc {
    color: #dfe9f0;
    text-align: center;
    padding: 10px 15px 20px;
    font-size: 14px;
}
.ap-pricing-desc p {
    margin: 0;
}
.ap-pricing-readmore {
    font-family: 'Bitter', serif;
    position: absolute;
    padding: 5px 10px;
    background: #33434e;
    top: 20%;
    right: -10px;
    z-index: 9
}
.ap-pricing-table:hover .ap-pricing-readmore {
    background: #df2c45;
}
.ap-pricing-readmore a {
    color: #FFF;
}
.ap-pricing-readmore::before {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 10px 0 0;
    border-color: #0f1417 transparent transparent transparent;
}
.ap-pricing-readmore::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -17px;
    display: inline-block;
    width: 0px;
    height: 0px;
    line-height: 0;
    border-width: 17px;
    border-style: solid;
    border-color: rgb(51, 67, 78) rgb(51, 67, 78) rgb(51, 67, 78) transparent;
    z-index: -1;
}
.ap-pricing-table.feat-tble .ap-pricing-readmore {
    background: #df2c45;
}
.ap-pricing-table.feat-tble .ap-pricing-readmore:before {
    border-color: #880f20 transparent transparent transparent
}
.ap-pricing-table.feat-tble .ap-pricing-readmore:after,
.ap-pricing-table:hover .ap-pricing-readmore::after {
    border-color: #df2c45 #df2c45 #df2c45 transparent;
}
.ap-pricing-table:hover .ap-pricing-readmore:before {
    border-color: #df2c45 transparent transparent transparent;
}
.widget_scrollme_pricing,
.ap-pricing-head,
.ap-pricing-readmore,
.ap-pricing-readmore::after,
.ap-pricing-readmore::before {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*---Pricing---*/

.feature-box-container {
    background: #FFF;
    padding: 15px;
    border: 1px solid #F6F6F6;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;   
    transition: all 0.3s ease;
}

.feature-box-container:hover{
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}

.feature-box-container .feat-box-img {
    margin: 0 0 15px;
}
.feature-box-container img {
    width: 100%;
}
.feature-box-container h3{
    font-size: 20px;
    color: #000;
    margin: 0 0 10px;
    line-height: 1.2;
    font-weight: normal;
}

.feature-box-container h3 a{
    color: #333;
}

.feature-box-container h3 a:hover{
    color: #df2c45;
}
.feature-box-container h3 span {
    color: #df2c45;
}
.feature-box-container .feat-box-content {
    margin-bottom: 0;
}
/*---Call To Action---*/

.cta-banner {
    text-align: center;
    padding: 15px;
    background: #F6F6F6;
    border: 1px solid #EEE;
    background: #FFF;
}
.cta-banner .main-title {
    margin-bottom: 10px;
    font-size: 20px;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: bold;
}
.banner-btn a.btn {
    display: inline-block;
    background: #df2c45;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
}
.banner-btn a:hover {
    background: #111;
}
/*--------------------------------------------------------------------------
Services Section starts
----------------------------------------------------------------------------*/
.service-tab-wrap{
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.service-tab{
    display: inline-block;
    margin: 0 15px;
    max-width: 200px;
    cursor: pointer;
    padding: 15px;
}

.service-tab.sm-active{
    background: #FFF;
    position: relative;
}

.service-tab.sm-active:after{
    content: "";
    position: absolute;
    left: 100%;
    top: 100%;
    border-width:10px;
    border-color: #FFF transparent transparent #FFF;
    border-style: solid;
    margin-left: -20px;
}

.service-tab img{
    width: 50px;
}

.service-tab h3{
    font-size: 16px;
    font-weight: normal;
    margin: 15px 0 0;
    line-height: 1;
    text-transform: uppercase;
    color: #444;
}

.service-tab.sm-active h3{
    color: #df2c45;
}

.service-content-wrap{
    background: #FFF;
    padding: 40px;
    border-top: 2px solid #df2c45;
}

.service-content{
    display: none;
}

.view-more {
    background: #df2c45;
    color: #fff !important;
    padding: 5px 10px;
    display: inline-block;
    margin: 10px 0;
    border: 2px solid #df2c45;
}
.view-more:hover {
    background: none;
    border: 2px solid #df2c45;
    color: #df2c45 !important;
}

/*--------------------------------------------------------------------------
Our Work Section Starts
----------------------------------------------------------------------------*/

#portfolio-wrap {
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.port-block {
    height: 0;
    width: 0;
}
.portfolio-thumb {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
}
.port-title {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38);
    position: absolute;
    visibility: hidden;
    top: 0;
    opacity: 0;
    text-align: center;
    padding: 10px;
    z-index: 999;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.portfolio-thumb:hover .port-title {
    visibility: visible;
    opacity: 1;
}
.port-title .port-text {
    padding: 10px;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    line-height: 1.2;
    -ms-transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    text-align: center;
    transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.portfolio-thumb:hover .port-title .port-text {
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.port-link-wrap {
    margin-top: 10px;
}
.port-link-wrap a {
    background: #df2c45;
    font-size: 13px;
    height: 32px;
    width: 32px;
    text-align: center;
    line-height: 32px;
    color: #FFF;
    display: inline-block;
    font-weight: normal;
}

.port-link-wrap a:hover{
    background: #000;
}

/*--------------------------------------------------------------------------
CLient Section Start
----------------------------------------------------------------------------*/

.client-slider {
    margin: 0;
}
.client-slider .client-sub {
    width: 20%;
    float: left;
    padding: 15px;
}
.client-slider .client-sub:hover{
    opacity: 0.8;
}
.client-sub-inner {
    height: 120px;
    text-align: center;
    width: 100%;
    display: table;
    background: #FFF;
}
.client-sub-inner img {
    max-height: 120px;
    padding: 10px;
}
.client-table-outer {
    display: table-cell;
    vertical-align: middle;
}
.client-table-outer a {
    display: block;
}
/*--------------------------------------------------------------------------
Contact Section Starts
----------------------------------------------------------------------------*/

#scrollme-map-canvas iframe {
    width: 100%;
    height: 250px;
}
/*--------------------------------------------------------------------------
Contact Section Starts
----------------------------------------------------------------------------*/

.sl-blog-mas-grid {
    margin-left: -2%;
}
.sl-blog-post-wrap {
    width: 31.33%;
    float: left;
    background: #fff;
    margin-left: 2%;
    margin-bottom: 30px;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.sl-blog-post-wrap:hover{
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
}
.sl-blog-post-wrap:nth-child(3n) + .sl-blog-post-wrap {
    clear: both;
}
.sl-blog-post-img img {
    width: 100%;
}
.sl-blog-post-excerpt {
    padding: 15px;
    text-align: center;
}
.sl-blog-post-excerpt h5 {
    font-size: 20px;
    font-weight: normal;
}

.sl-blog-post-excerpt h5 a{
    color: #444;
}

.sl-blog-post-excerpt h5 a:hover{
    color: #df2c45;
}

.sl-blog-post-footer {
    padding: 14px 30px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 13px;
    background-color: rgba(0, 0, 0, 0.02);
    border-radius: 0 0 5px 5px;
    color: #999;
}
.sl-blog-post-footer .post-date {
    width: 50%;
    float: left;
}
.sl-blog-post-footer .post-comment {
    float: right;
    width: 50%;
    text-align: right;
}
.sl-blog-post-footer .fa {
    margin-right: 8px;
}
.sl-blog-post-excerpt .sl-blog-readmore {
    padding: 6px 10px;
    display: inline-block;
    color: #FFF;
    font-size: 13px;
    background: #df2c45;
}
.sl-blog-post-excerpt .sl-blog-readmore:hover {
    background: #111;
}
/*--------------------------------------------------------------------------
Footer Starts
----------------------------------------------------------------------------*/
.site-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99;
    height: 60px;
}
.page-template-tpl-home .site-footer {
    -ms-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.page-template-tpl-home .site-footer.fp-show {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.site-footer .container {
    position: relative;
}
/*Comment Section*/

#comments {
    border-top: 2px solid #F6F6F6;
    margin-top: 40px;
    padding-top: 40px;
}
#reply-title {
    font-size: 28px;
    text-transform: uppercase;
}
.comments-title {
    font-size: 26px;
    text-transform: uppercase;
    margin: 0 0 20px;
}
.comment-list {
    margin: 0;
    padding: 0;
}
.comment-list ol {
    margin: 0 0 0 20px;
    padding: 0;
}
.comment-body {
    border: 1px solid #EEE;
    padding: 20px;
    margin-bottom: 20px;
}
.comment #respond {
    margin-bottom: 30px;
}
.comment-meta {
    padding-left: 42px;
    margin-bottom: 15px;
}
.comment-author img {
    margin-left: -42px;
    margin-right: 10px;
}
.comment-author {
    font-size: 14px;
}
.comment-author .fn {
    font-weight: normal;
}
.comment-author .says {
    display: none;
}
.comment-metadata {
    font-size: 13px;
    color: #999;
    font-style: italic;
}
.comment-body .reply {
    text-align: right;
}
.comment-body .reply a {
    font-size: 14px;
    color: inherit;
}
.comment-body .reply a:hover {
    color: #df2c45;
}
.comment-body .reply a:before {
    content: "\f112 ";
    font-family: "Fontawesome";
    margin-right: 6px;
}
.comment-metadata a {
    color: inherit;
}
.comment-metadata .edit-link {
    float: right;
}
.comment-content {
    padding-left: 42px;
    font-size: 14px;
}
.comment-content p:last-child {
    margin-bottom: 0;
}
.comment-form p {
    margin-bottom: 20px;
}
.comment-form p.form-submit {
    margin-bottom: 0;
}
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}

.error-404-msg{
    font-size: 200px;
    color: #EEE;
    text-align: center;
}

.error-404-msg span{
    font-size: 30px;
}

/** Woocommerce Styles **/
.archive.woocommerce #primary {
    background: #fff;
    padding: 30px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.site-info{
    text-align: center;
    font-size: 13px;
    clear: both;
    margin-top: 20px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}


/*Guttenberg Compatible CSS*/
.entry-content ol {
    padding-left: 1.25rem;
    margin: 0;
    margin-bottom: 0rem;
}

.entry-content ol li {
    position: relative;
    padding: 5px 0 5px 5px;
    font-weight: 400;
    list-style: decimal;
    line-height: 1.8;
}
.entry-content ul li {
    position: relative;
    padding: 5px 0 5px 5px;
    font-weight: 400;
    list-style: disc;
}
.entry-content ul li ul, .entry-content ol li ol {
    padding-left: 1rem;
    margin: 0;
    padding-top: 0;
    line-height: 1.8;
}

ul.wp-block-categories.wp-block-categories-list.aligncenter {
    text-align: center;
}
ul.wp-block-categories li{
    list-style: none;
}

ul.wp-block-archives.wp-block-archives-list li {
    list-style: none;
}

ul.wp-block-archives.wp-block-archives-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
ul.wp-block-gallery.alignnone {
    margin-left: 0;
    padding: 0;
}

.wp-block-gallery .blocks-gallery-item figure {
    position: relative;
}

@media (min-width: 750px) {
 
    .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        width: auto;
        max-width: 1000%;
    }
    .alignwide {
        margin-left: calc(25% - 25vw);
        margin-right: calc(25% - 25vw);
        width: auto;
        max-width: 1000%;
    }

    .left_sidebar  .alignfull,  .left_sidebar  .alignwide,
    .right_sidebar  .alignfull, .right_sidebar .alignwide{
        margin-left: 0;
        margin-right: 0;
    }
}

button.btn-transparent-toggle {
    background: transparent;
    border: none;
    float: right;
}
button.btn-transparent-toggle:focus {
    background: transparent;
    border: none;
}