@import "bootstrap.min.css";
@import "animation.css";
@import "animate.css";
@import "font-awesome.min.css";
@import "cubeportfolio.min.css";
@import "flexslider.css";
@import "vegas.css";
@import "shortcodes.css";

/* Reset Browsers
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: inherit;
    font-style: inherit;
    font-weight: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

html {
    font-size: 62.5%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff;
    line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

blockquote,
q {
    quotes: none
}

a:focus {
    outline: none
}

a:hover,
a:active {
    outline: 0
}

a img {
    border: 0
}

img {
    max-width: 100%;
    height: auto;
}

select {
    max-width: 100%
}


::-webkit-scrollbar-track {
    cursor: pointer;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    background-color: #ff1717;
    background-image: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.3) 50%,
            transparent 50%,
            transparent 100%
    );
}

/* General
-------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
    font-family: "Open Sans", sans-serif;
    color: #777;
    font-size: 14px;
    line-height: 1.875;
    background-color: #fff;
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic
}

p {
    margin: 0 0 20px;
}

strong,
b {
    font-weight: bold;
}

dfn,
cite,
em,
i,
blockquote {
    font-style: italic;
}

blockquote {
    border: 2px solid #0a85f7;
    font-style: italic;
    padding: 35px 30px;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

blockquote > p:last-child {
    margin-bottom: 0;
}

blockquote .small {
    display: inline-block;
}


blockquote em,
blockquote i {
    font-style: normal;
}

abbr,
acronym {
    border-bottom: 1px dotted #d1d1d1;
    cursor: help;
}

mark,
ins {
    text-decoration: none;
}

sup,
sub {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -6px;
}

sub {
    bottom: -3px;
}

small {
    font-size: 75%;
}

big {
    font-size: 125%;
}

address {
    font-style: italic;
    margin: 0 0 20px;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: Inconsolata, monospace;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    hyphens: none;
    background: #f9f9f9;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    height: auto;
    margin: 0 0 20px;
    overflow-x: auto;
    padding: 20px;
}

/* Elements
-------------------------------------------------------------- */
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*:before,
*:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

hr {
    background-color: #f6f6f6;
    border: 0;
    height: 1px;
    margin-bottom: 20px;
}

/* List */
ul,
ol {
    padding: 0;
    margin: 0 0 20px 35px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
}

ul li,
ol li {
    line-height: 1.86em;
    padding: 0.26em 0;
}

ul.list-unstyled {
    margin-left: 0;
    list-style: none;
}

.list-fixed-icon .fa {
    display: inline-block;
    width: 1.2em;
    text-align: right;
    padding-right: 1.4em;
}

dl {
    margin: 0 0 30px;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 0 30px;
}

del {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

/* Table */
table,
th,
td {
    border: 1px solid #eaeaea;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 30px;
    table-layout: fixed;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

th,
td {
    padding: 5px;
}

/* Media */
embed,
iframe,
object,
video {
    margin-bottom: 20px;
    max-width: 100%;
    vertical-align: middle;
}

p > embed,
p > iframe,
p > object,
p > video,
iframe {
    margin-bottom: 0;
}

/* Accessibility - Text meant only for screen readers */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

/* Forms
-------------------------------------------------------------- */
/* Fixes */
button,
input {
    line-height: normal;
}

button,
input,
select,
textarea {
    font-size: 100%;
    line-height: inherit;
    margin: 0;
    vertical-align: baseline;
}

input,
textarea {
    font-size: 1em;
    max-width: 100%;
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    /* Removing the inner shadow on iOS inputs */
}

textarea {
    overflow: auto;
    /* Removes default vertical scrollbar in IE6/7/8/9 */
    vertical-align: top;
    /* Improves readability and alignment in all browsers */
}

input[type="checkbox"] {
    display: inline;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: button;
    appearance: auto;
    border: 0;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
    /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
    -webkit-appearance: textfield;
    appearance: textfield;
    /* Addresses appearance set to searchfield in S5, Chrome */
}

input[type="search"]::-webkit-search-decoration {
    /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
    /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
}

/* Remove chrome yellow autofill */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #f7f7f7 inset
}

/* Reset search styling */
input[type="search"] {
    outline: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none
}

/* Input normal */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
    font-family: "Montserrat";
    color: #1b1b1b;
    padding: 11px 18px;
    line-height: inherit;
    width: 100%;
    border: 2px solid rgba(0, 0, 0, 0.2);
    background-color: white;
    margin-bottom: 30px;
    border-radius: 8px;
    height: auto;
    -webkit-appearance: none;
    appearance: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: border ease .538s;
    -moz-transition: border ease .538s;
    transition: border ease .538s;
}

button[disabled], button:hover[disabled], input[disabled], textarea[disabled] {
    background: #e8e8e8 !important;
    cursor: progress;
    -webkit-transition: border ease .538s;
    -moz-transition: border ease .538s;
    transition: border ease .538s;
}

input#newsletter-email[disabled], button#subscribe[disabled] {
    background: #1b1b1b !important;
    -webkit-transition: border ease .538s;
    -moz-transition: border ease .538s;
    transition: border ease .538s;
    opacity: 0.6;
    color: #1b1b1b;
}

button#subscribe[disabled] {
    -webkit-transition: border ease .538s;
    -moz-transition: border ease .538s;
    transition: border ease .538s;
    opacity: 0.1
}

input#newsletter-email[disabled]::placeholder {
    color: #1b1b1b;
    -webkit-transition: border ease .238s;
    -moz-transition: border ease .238s;
    transition: border ease .238s;
}

.cbp img {
    box-shadow: none !important;
}

.member {
    padding: 0.7em;
    border: 1px solid rgba(0, 0, 0, .1);
    background: #fff;
    border-radius: 6px;
}

.sub {
    width: 30px;
    height: 30px;
    top: -30px !important;
    right: 0 !important;
}

.news-ui {
    bottom: 0;
    top: 104% !important;
    left: 50% !important;
}

.news-ui span {
    color: #fff
}

.lm-25 {
    margin-left: 25px;
}

.response-ui {
    width: auto;
    height: auto;
    position: absolute;
    z-index: 105;
    display: block;
    margin: auto;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.loader-success-icon,
.loader-failure-icon {
    display: block;
    font-size: 6em;
    margin-top: -7px;
    color: #08552c;
}

.loader-failure-icon {
    color: #ff1717
}

.error-msg, .success-msg {
    text-align: center;
    color: #1b1b1b;
}

.contact-us-wrapper {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

/* For Contact Form 7 */
.wpcf7-form select,
.wpcf7-form textarea,
.wpcf7-form input {
    margin-bottom: 0;
}

/* Input focus */
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
    border-color: #0a85f7;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* Button */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    transition: all 0.3s ease-out;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 2px 2px rgba(0, 0, 0, 0.3),
    0 0 4px 1px rgba(0, 0, 0, 0.2),
    inset 0 3px 2px rgba(255, 255, 255, .22),
    inset 0 -3px 2px rgba(0, 0, 0, .15),
    inset 0 20px 10px rgba(255, 255, 255, .12),
    0 0 4px 1px rgba(0, 0, 0, .1),
    0 3px 2px rgba(0, 0, 0, .2);

    font-family: "Montserrat";
    font-weight: 500;
    background-color: #0a85f7;
    color: #fff;
    padding: 1em;
    font-size: 1.1em;
    display: inline-block;
    -webkit-appearance: none;
    appearance: none;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

button#submit-quote:hover {
    background-color: #076627;
    cursor: pointer
}

button#reset-quote:hover {
    background-color: #ff1717;
    cursor: pointer
}

button[disabled]#submit-quote:hover,
button[disabled]#reset-quote:hover {
    cursor: progress;
    background: #e8e8e8;
}

/* Button hover + focus */
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
    outline: 0;
    background-color: #4b4b4b;
    color: #fff;
}

/* Placeholder color */
::-webkit-input-placeholder {
    color: #c1c1c1;
}

:-moz-placeholder {
    color: #c1c1c1;
}

::-moz-placeholder {
    color: #c1c1c1;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #c1c1c1;
}

/* Links */
a {
    color: #0a85f7;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

a:hover,
a:focus,
a:active {
    outline: 0;
    color: #4b4b4b;
    text-decoration: none
}

/* Typography
-------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    color: #4b4b4b;
    line-height: 1.5;
    margin: 0 0 12px;
    font-weight: 500;
    text-rendering: optimizeLegibility;
}

h1 {
    font-size: 2.142em;
}

/* 30px */
h2 {
    font-size: 1.758em;
}

/* 25px */
h3 {
    font-size: 1.571em;
}

/* 22px */
h4 {
    font-size: 1.428em;
}

/* 20px */
h5 {
    font-size: 1.285em;
}

/* 18px */
h6 {
    font-size: 1.071em;
}

/* 15px */

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: none
}

.text-accent-color {
    color: #0a85f7 !important;
}

.text-white {
    color: #fff !important;
}

.text-grey {
    color: #ccc !important;
}

.text-heading-color {
    color: #4b4b4b !important;
}

.text-muted {
    color: #aaa !important;
}

.text-primary {
    color: #3c7fb9 !important;
}

.text-success {
    color: #51a351 !important;
}

.text-info {
    color: #56b5ce !important;
}

.text-warning {
    color: #dfa048 !important;
}

.text-danger {
    color: #cb4d49 !important;
}

p.dropcap-contrast span.first-letter {
    font-size: 24px;
    float: left;
    color: white;
    background-color: #0a85f7;
    text-align: center;
    vertical-align: middle;
    margin: 5px 10px 0 0;
    line-height: 60px;
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

p.dropcap span.first-letter {
    font-size: 55px;
    float: left;
    color: #0a85f7;
    text-align: left;
    line-height: 45px;
    margin-right: 18px;
    width: 45px;
    height: 45px;
}

.construction-icons > span {
    font-size: 30px;
}

/* Extra classes
-------------------------------------------------------------- */
.line-height-normal {
    line-height: normal;
}

.margin-0 {
    margin: 0 !important;
}

.padding-0 {
    padding: 0 !important;
}

.margin-bottom-0 {
    margin-bottom: 0;
}

.margin-bottom-5 {
    margin-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-35 {
    margin-bottom: 35px;
}

.margin-bottom-40 {
    margin-bottom: 40px;
}

.margin-bottom-45 {
    margin-bottom: 45px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.margin-bottom-55 {
    margin-bottom: 55px;
}

.margin-bottom-60 {
    margin-bottom: 60px;
}

.margin-bottom-65 {
    margin-bottom: 65px;
}

.margin-bottom-70 {
    margin-bottom: 70px;
}

.margin-bottom-75 {
    margin-bottom: 75px;
}

.margin-bottom-80 {
    margin-bottom: 80px;
}

.margin-bottom-85 {
    margin-bottom: 85px;
}

.margin-bottom-90 {
    margin-bottom: 90px;
}

.margin-bottom-95 {
    margin-bottom: 95px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-top-0 {
    margin-top: 0;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-25 {
    margin-top: 25px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-top-55 {
    margin-top: 55px;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-65 {
    margin-top: 65px;
}

.margin-top-70 {
    margin-top: 70px;
}

.margin-top-75 {
    margin-top: 75px;
}

.margin-top-80 {
    margin-top: 80px;
}

.margin-top-85 {
    margin-top: 85px;
}

.margin-top-90 {
    margin-top: 90px;
}

.margin-top-95 {
    margin-top: 95px;
}

.margin-top-100 {
    margin-top: 100px;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.letter-spacing-1px {
    letter-spacing: 1px;
}

.letter-spacing-2px {
    letter-spacing: 2px;
}

.letter-spacing-3px {
    letter-spacing: 3px;
}

.letter-spacing-4px {
    letter-spacing: 4px;
}

.letter-spacing-5px {
    letter-spacing: 5px;
}

.letter-spacing-6px {
    letter-spacing: 6px;
}

.letter-spacing-7px {
    letter-spacing: 7px;
}

.letter-spacing-8px {
    letter-spacing: 8px;
}

.font-family-body {
    font-family: 'Open Sans', sans-serif !important;
}

.font-family-heading {
    font-family: 'Montserrat', serif !important;
}

.font-family-extend {
    font-family: 'Droid Serif', serif !important;
}

.font-size-13 {
    font-size: 13px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-19 {
    font-size: 19px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-21 {
    font-size: 21px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-23 {
    font-size: 23px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-25 {
    font-size: 25px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-27 {
    font-size: 27px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-29 {
    font-size: 29px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-35 {
    font-size: 35px;
}

.font-size-40 {
    font-size: 40px;
}

.font-size-45 {
    font-size: 45px;
}

.font-size-50 {
    font-size: 50px;
}

.font-size-55 {
    font-size: 55px;
}

.font-size-60 {
    font-size: 60px;
}

.font-size-70 {
    font-size: 70px;
}

.font-size-80 {
    font-size: 80px;
}

.font-size-90 {
    font-size: 90px;
}

.font-size-100 {
    font-size: 100px;
}

.text-shadow {
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.parallax {
    width: 100%;
    background-position: 50% 0;
}

.all-width {
    width: 100% !important;
}

/* Clearfix */
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before,
.clearfix:after,
.wprt-container:before,
.wprt-container:after {
    clear: both;
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after,
.wprt-container:after {
    clear: both;
}


/* Layout
-------------------------------------------------------------- */
.jcp, .jcp-black:hover {
    color: #0a85f7
}

.jcp-black {
    color: #000000;
    cursor: pointer;
    padding-right: 0.5em;
}

.jcp-logo {
    width: 80%;
}

.jcp-primary {
    color: #0a85f7;
}

.jcp-alt {
    color: #ff1717;
}

.jcp-white {
    color: #ffffff;
}

.jcp-success {
    color: #4cae4c;
}

.jcp-white {
    color: #ffffff
}

.jcp-btn {
    text-align: center;
    color: #27282c;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
}

.loading {
    overflow: hidden
}

.ratings-image,
.ratings-google {
    max-width: 40%;
    height: auto;
    margin-top: -20px;
    margin-right: 10px;
}

.ratings-google {
    max-width: 19%;
}

.ratings-section {
    background-image: url(../img/newsletter/our-ratings.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    /* width: 100%; */
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 10px;
    padding-top: 3em;
    padding-bottom: 4em;
    margin-top: -5em;
    font-size: 1.2em;
}

.text-center {
    text-align: center;
}

.ratings-section:before {
    background-color: rgba(0, 0, 12, .8);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 10px;
}

.score {
    font-weight: bold;
    font-size: 2.3em;
    width: 100%;
    margin: 0 0 -15px 6px;
}

.thumb img {
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    text-decoration: none;
    -webkit-transition: all0 .3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: rgba(255, 255, 255, 0.2);
}

.thumb img:before {
    border: 5px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 8px 11px 4px rgba(154, 154, 154, 0.1);
    -webkit-box-shadow: 1px 8px 11px 4px rgba(154, 154, 154, 0.1);
    background: #0f406d;
}


.service-shadow {
    transition-property: all !important;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.service-shadow:hover {
    box-shadow: 1px 8px 11px 4px rgba(154, 154, 154, 0.1);
    -webkit-box-shadow: 1px 8px 11px 4px rgba(154, 154, 154, 0.1);
}

{
    padding: 0
;
    background: transparent
;
}

.service-block-img {
    border-radius: 15px;
}

.service-main-name {
    text-align: left;
    margin-top: 15px;
    margin-bottom: 5px;
}

.service-main-detail {
    padding: 0;
}

.service-main-name:after {
    content: none;
}

.service-detail-icon-wrapper {
    opacity: 1;
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;

}

.service-detail-icon {
    height: 40px;
    width: 40px;
    font-size: 20px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    background: #012c55;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
}

.service-detail-icon i {
    z-index: 2;
    position: relative;
    text-align: center;
    top: 0;
}

.service-detail-icon-wrap {
    width: 50px;
    height: 50px;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #2296f9;
    opacity: 0.5;
    border-radius: 50%;
    z-index: 0;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}


.service-desc {
    text-align: left;
}

.iso-cat-item {
    padding: 20px;
}

@media screen and (max-width: 1024px) {
    .service-block-block-item {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
}


/* List
-------------------------------------------------------------- */


.mt-icon-box-wraper {
    position: relative;
}


.mt-icon-box-wraper .mt-tilte {
    margin-top: 1em;
    margin-left: 0.8em;
}


.mt-icon-box-wraper .after-titile-line {
    margin-bottom: 10px;
}


/*.mt-icon-box-wraper p:last-child {*/
/*    margin: 0px;*/
/*}*/

#services-supported {
    background: #770d03;
}

.block-display {
    display: block !important;
}

.icon-content {
    overflow: hidden;
}

.icon-content p {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 1em;
    padding: 1em;
    font-family: "Montserrat", sans-serif;
}


.mt-icon-box-xld,
.mt-icon-box-xl,
.mt-icon-box-lg,
.mt-icon-box-md,
.mt-icon-box-sm,
.mt-icon-box-xs {
    display: table;
}


.mt-icon-box-xld .icon-cell,
.mt-icon-box-xl .icon-cell,
.mt-icon-box-lg .icon-cell,
.mt-icon-box-md .icon-cell,
.mt-icon-box-sm .icon-cell,
.mt-icon-box-xs .icon-cell {
    display: table-cell;
    vertical-align: middle;
}

.mt-icon-box-wraper.left .mt-icon-box-xld,
.mt-icon-box-wraper.left .mt-icon-box-xl,
.mt-icon-box-wraper.left .mt-icon-box-lg,
.mt-icon-box-wraper.left .mt-icon-box-md,
.mt-icon-box-wraper.left .mt-icon-box-sm,
.mt-icon-box-wraper.left .mt-icon-box-xs {
    float: left;
    margin-right: 20px;
}


.mt-icon-box-wraper.left .icon-xld,
.mt-icon-box-wraper.left .icon-xl,
.mt-icon-box-wraper.left .icon-lg,
.mt-icon-box-wraper.left .icon-md,
.mt-icon-box-wraper.left .icon-sm,
.mt-icon-box-wraper.left .icon-xs {
    float: left;
    margin-right: 10px;
}


.mt-icon-box-wraper.right {
    text-align: right;
}


.mt-icon-box-wraper.right .mt-icon-box-xld,
.mt-icon-box-wraper.right .mt-icon-box-xl,
.mt-icon-box-wraper.right .mt-icon-box-lg,
.mt-icon-box-wraper.right .mt-icon-box-md,
.mt-icon-box-wraper.right .mt-icon-box-sm,
.mt-icon-box-wraper.right .mt-icon-box-xs {
    float: right;
    display: table;
    margin-left: 20px;
}


.mt-icon-box-wraper.right .icon-xld,
.mt-icon-box-wraper.right .icon-xl,
.mt-icon-box-wraper.right .icon-lg,
.mt-icon-box-wraper.right .icon-md,
.mt-icon-box-wraper.right .icon-sm,
.mt-icon-box-wraper.right .icon-xs {
    float: right;
    margin-left: 10px;
}


.mt-icon-box-wraper.center {
    text-align: center;
}


.mt-icon-box-wraper.center .mt-icon-box-xld,
.mt-icon-box-wraper.center .mt-icon-box-xl,
.mt-icon-box-wraper.center .mt-icon-box-lg,
.mt-icon-box-wraper.center .mt-icon-box-md,
.mt-icon-box-wraper.center .mt-icon-box-sm,
.mt-icon-box-wraper.center .mt-icon-box-xs {
    margin-left: auto;
    margin-right: auto;
}


.mt-icon-box-wraper.bx-style-1,
.mt-icon-box-wraper.bx-style-2 {
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
}


.mt-icon-box-wraper.bx-style-2.center [class*="mt-icon-box-"],
.mt-icon-box-wraper.bx-style-2.left [class*="mt-icon-box-"],
.mt-icon-box-wraper.bx-style-2.right [class*="mt-icon-box-"] {
    position: absolute;
}


.mt-icon-box-wraper.bx-style-2.center [class*="mt-icon-box-"] {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateY(-50%);
}


.mt-icon-box-wraper.bx-style-2.center .mt-icon-box-xl {
    margin-left: -75px;
}


.mt-icon-box-wraper.bx-style-2.center .mt-icon-box-lg {
    margin-left: -60px;
}


.mt-icon-box-wraper.bx-style-2.center .mt-icon-box-md {
    margin-left: -50px;
}


.mt-icon-box-wraper.bx-style-2.center .mt-icon-box-sm {
    margin-left: -40px;
}


.mt-icon-box-wraper.bx-style-2.center .mt-icon-box-xs {
    margin-left: -20px;
}


.mt-icon-box-wraper.bx-style-2.left [class*="mt-icon-box-"] {
    position: absolute;
    top: auto;
    left: 0;
    transform: translateX(-50%);
}


.mt-icon-box-wraper.bx-style-2.right [class*="mt-icon-box-"] {
    position: absolute;
    top: auto;
    right: 0;
    transform: translateX(50%);
}

.mt-box,
.mt-info,
.mt-tilte,
.mt-tilte-inner {
    position: relative;
}


.mt-tilte-inner {
    display: inline-block;
}


.mt-tilte-inner.skew-title:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: -1;
    transform: skewX(20deg);
}


.mt-box[class*="border-"],
.mt-info[class*="border-"],
.mt-icon-box-wraper[class*="border-"] {
    border-color: #eee;
}

.bg-secondry {
    background-color: #1a1a1a;
}


.site-bg-dark {
    background-color: #141414;
}


.bg-dark-light {
    background-color: #2a2a2a;
}


.bg-white {
    background-color: #FFF;
}


.bg-black {
    background-color: #000;
}


.bg-black-light {
    background-color: #212121;
}


.bg-gray {
    background-color: #f6f7f8;
}


.bg-gray-light {
    background-color: #f1f1f1;
}


.bg-gray-dark {
    background-color: #d3d3d3;
}



.icon-count-2 {
    position: relative;
    margin-bottom: 10px;
    transition: all 0.3s linear;
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
}


.icon-count-2 .mt-tilte {
    word-spacing: 30vw;
}


@media only screen and (max-width: 991px) {
    .icon-count-2 {
        margin-bottom: 10px;
    }
}


@media only screen and (max-width: 768px) {
    .mt-icon-box-wraper .mt-tilte {
        font-size: 16px;
        line-height: 22px;
    }

    .icon-count-2 .mt-tilte {
        word-spacing: inherit;
    }
}


.icon-count-2:after {
    position: absolute;
    content: '';
    left: 10px;
    right: 10px;
    top: -10px;
    height: 10px;
    background-color: #ff1717;
    transition: all 0.5s linear;

}


.icon-count-2 span.icon-count-number {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 90px;
    font-weight: 800;
    color: rgba(177, 177, 177, 0.7);
    opacity: 0.3;
    line-height: 100px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.5s linear;
}


.icon-count-2:hover {
    background-color: #fff;
    box-shadow: 0 10px 30px 0 rgba(50, 50, 50, .16);
}


.icon-count-2:hover span.icon-count-number {
    color: #ff1717;
    opacity: 1;
}


.icon-count-2:hover:after {
    top: 0;
    left: 0;
    right: 0;
}


/*====service half section====*/


.Service-half-top {
    padding-bottom: 260px;
}


.services-half-bottom {
    margin-top: -200px;
}


@media only screen and (max-width: 768px) {
    .icon-count-2 span.icon-count-number {
        position: absolute;
        right: 20px;
        top: 0;
        font-size: 50px;
        font-weight: 800;
        line-height: 80px;

    }

    .Service-half-top {
        padding-top: 30px;
    }

    .Service-half-top {
        padding-bottom: 210px;
    }
}

.content-list {
    background-color: #fff;
}

.service-cta {
    padding: 10px 0 0 0;
    position: relative;
    min-height: 1px;
    background: #fff;
}

.service-cta a {
    margin-bottom: 0.7em;
    width: 49.2%;
    text-align: center;
    font-size: 0.97em;
    cursor: pointer;
}

.jcp-list .inner {
    padding: 4px 0;
}

.jcp-list .item {
    display: block;
    position: relative;
}

.jcp-list .icon {
    color: #999;
}

.jcp-list.has-icon .icon {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.jcp-list.has-icon.align-top .icon {
    top: 0;
    transform: translateY(0%);
}

/* Icon left */
.jcp-list.icon-left .item {
    padding-left: 15px;
}

/* Font size */
.jcp-list.has-icon.size-16 .icon {
    font-size: 16px;
}

/* Style 1 */
.jcp-list.style-1 .icon {
    color: #ff1717;
}

.jcp-list.style-1.icon-left .item {
    padding-left: 24px;
    width: 100%;
}

.jcp-list.style-1.icon-left.ofset-padding-32 .item {
    padding-left: 32px;
}

.jcp-list.style-1 .text {
    color: #666;
}

/* Style 2 */
.jcp-list.style-2 .text,
.jcp-list.style-2 .icon {
    color: #777;
}

.jcp-list.style-2.icon-left .item {
    padding-left: 24px;
}

.jcp-list.style-2 .inner {
    padding: 0;
}


/* Tabs
-------------------------------------------------------------- */
.jcp-tabs .tab-title {
    margin: 0;
}

.jcp-tabs .tab-title .item-title {
    font-family: "Montserrat", sans-serif;
    padding: 0;
    list-style: none;
    display: inline-block;
    letter-spacing: 0.5px;
}

.jcp-tabs .tab-title .item-title.active {
    position: relative;
}

.jcp-tabs .tab-title .item-title > span {
    cursor: pointer;
    transition: none;
    display: inline-block;
    text-transform: uppercase;
}

.jcp-tabs.title-w170 .tab-title {
    width: 170px;
}

/* Style 1 */
.jcp-tabs.style-1 .tab-title {
    margin: 0 0 5px 0;
    background-color: transparent;
}

.jcp-tabs.style-1 .tab-title .item-title {
    font-size: 14px;
    font-weight: 600;
    color: #121212;
    background: white;
    margin: 0px 5px 0px 0;
    border: 1px solid #f2f2f2;
}

.jcp-tabs.style-1 .tab-title .item-title > span {
    padding: 10px 36px 10px 39px;
}

.jcp-tabs.style-1 .tab-title .item-title.active > span {
    padding: 13px 36px 10px 39px;
}

.jcp-tabs.style-1 .tab-title .item-title.active {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background: #0a85f7;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    transition: all 0.3s ease-out;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 2px 2px rgba(0, 0, 0, 0.1),
    0 0 2px 1px rgba(0, 0, 0, 0.1),
    inset 0 2px 2px rgba(255, 255, 255, .22),
    inset 0 -3px 2px rgba(0, 0, 0, .15),
    inset 0 20px 10px rgba(255, 255, 255, .12),
    0 0 2px 1px rgba(0, 0, 0, .1),
    0 2px 2px rgba(0, 0, 0, .1);

    /* Font styles */
    text-decoration: none;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.jcp-tabs.style-1 .tab-title .item-title:hover {
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background: #ff1717;
    color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    transition: all 0.3s ease-out;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 2px 2px rgba(0, 0, 0, 0.1),
    0 0 2px 1px rgba(0, 0, 0, 0.1),
    inset 0 2px 2px rgba(255, 255, 255, .22),
    inset 0 -3px 2px rgba(0, 0, 0, .15),
    inset 0 20px 10px rgba(255, 255, 255, .12),
    0 0 2px 1px rgba(0, 0, 0, .1),
    0 2px 2px rgba(0, 0, 0, .1);

    /* Font styles */
    text-decoration: none;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;

}

.jcp-tabs.style-1 .tab-content .item-content {
    padding: 1em 0;
}


/* Has padding */
.jcp-tabs.w168 .tab-title .item-title {
    width: 168px;
    text-align: center;
}

.jcp-tabs.w168 .tab-title .item-title > span {
    padding: 10px 0;
}

.jcp-tabs.w168 .tab-title .item-title.active > span {
    padding: 13px 0px 10px 0;
}


@media only screen and (max-width: 1200px) {

    #featured-title .featured-title-heading {
        font-size: 24px !important;
    }

    .service-cta a {
        width: 48.2%;
        font-size: 12px;
    }

    .wprt-button.service {
        padding: 0.8em 0.5em;
    }

    h2 {
        font-size: 1.458em;
    }

    .jcp-tabs.w168 .tab-title .item-title {
        width: 140px;
    }

    .jcp-tabs.style-1 .tab-title .item-title.active > span,
    .jcp-tabs.style-1 .tab-title .item-title > span {
        padding: 10px;
    }

    .wprt-toggle .toggle-title {
        font-size: 13px;
    }

    .font-size-18 {
        font-size: 16px;
    }
}

@media only screen and (max-width: 991px) {
    .jcp-tabs.w168 .tab-title .item-title {
        width: 100%;
    }

    .jcp-tabs.style-1 .tab-title {
        margin: 0;
    }

    .jcp-tabs.style-1 .tab-title .item-title {
        margin: 0px 0px 5px 0;
        display: block;
    }

    .jcp-tabs.style-1 .tab-title .item-title {
        text-align: center;
    }

    .jcp-tabs.style-1 .tab-title .item-title.active > span {
        padding: 10px 0;
        width: 100%;
    }

    .jcp-tabs.style-2 .tab-content .item-content {
        padding: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .modal__close {
        right: 1.5em;
        top: 2.4em;
        z-index: 9;
    }

    .jcp-tabs.style-2 .tab-content-wrap,
    .jcp-tabs.style-2 .tab-title {
        display: block;
        text-align: left;
    }

    .jcp-tabs.title-w170 .tab-title {
        width: 100%;
    }

    .jcp-tabs.style-2 .tab-content {
        margin: 0;
    }
}


/* Modals   */
.jcp__modal {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: left;
    transition: opacity .35s ease;

}

.modal__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.modal-state {
    display: none !important
}

.modal-state:checked + .jcp__modal {
    opacity: 1;
    visibility: visible;
}

.modal-state:checked + .jcp__modal .modal__inner {
    top: 0;
}

.modal__inner {
    backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, 0.4);
    /* Optional: Adds a dark overlay */
    transition: top .45s ease;
    position: absolute;
    top: -20%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    overflow: auto;
    /* background-color: rgba(255, 255, 255, 0.88); */
    border-radius: 5px;
    padding: 1em;
    height: 100%;
}

.modal__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    display: block;
    margin: auto;
    height: auto;
    width: 50%;
    min-width: 370px;
    padding: 1em;
    background: #fff url(../img/overlays/dots2.png) 0 0 repeat;
    border: 5px solid #0a85f7;
    color: #000;
    border-radius: 4px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 2px rgba(0, 0, 0, 0.1), 0 0 2px 1px rgba(0, 0, 0, 0.1), inset 0 2px 2px rgba(255, 255, 255, .22), inset 0 -3px 2px rgba(0, 0, 0, .15), inset 0 10px 5px rgba(255, 255, 255, .12), 0 0 2px 1px rgba(0, 0, 0, .1), 0 2px 2px rgba(0, 0, 0, .1);
    text-decoration: none;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.modal__close {
    position: absolute;
    right: 1em;
    top: 1em;
    width: 1.1em;
    height: 1.1em;
    cursor: pointer;
}

.modal__close:after,
.modal__close:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 1.5em;
    background: #ff1717;
    display: block;
    transform: rotate(45deg);
    left: 50%;
    margin: -3px 0 0 -1px;
    top: 0;
}

.modal__close:hover:after,
.modal__close:hover:before {
    background: #1a3ea2;
    cursor: pointer;
}

.modal__close:before {
    transform: rotate(-45deg);
}

@media screen and (max-width: 768px) {
    .service-item .desc, p {
        font-size: 1.1em;
    }

    .wprt-toggle.style-2 .toggle-content {
        padding: 1em;
    }

    .work-pro-item p {
        font-size: 1.2em;
    }

    .ratings-section {
        border-radius: 0;
        padding-bottom: 0;
        margin-top: 0;
        font-size: 1em;
    }

    .ratings-section:before {
        border-radius: 0;
    }

    .modal__inner {
        width: 100%;
        height: 100%;
        box-sizing: border-box;
    }

    #hero-section .hero-text > p {
        font-size: 1.3em;
    }
}

#copyright {
    font-size: 1.4rem;
}

.wprt-container {
    width: 1170px;
    margin: 0 auto;
    max-width: 90%;
}

#page {
    -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#main-content {
    padding: 80px 0;
}

/* Inner Content */
#inner-content,
#inner-sidebar {
    position: relative;
    z-index: 1;
}

#inner-content:after,
#inner-sidebar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-style: solid;
    border-width: 0;
    z-index: -1;
}

/* Sidebar Right (default) */
#site-content {
    float: left;
    width: 70.95%
}

#sidebar {
    float: right;
    width: 25.64%
}

/* Sidebar Left */
.sidebar-left #site-content {
    float: right;
}

.sidebar-left #sidebar {
    float: left;
}

/* No Sidebar */
.no-sidebar #site-content {
    width: 100% !important;
    max-width: none !important;
    float: none !important;
}

/* Hero Slideshow
-------------------------------------------------------------- */
#hero-section {
    position: relative;
}

#hero-section .hero-content {
    position: relative;
    z-index: 20;
    text-align: center;
}

#hero-section .hero-title {
    overflow: hidden;
    height: 80px;
    vertical-align: baseline;
}

#hero-section .hero-title h1 {
    font-size: 80px;
    color: #fff;
    height: 80px;
    line-height: 80px;
    margin: 0;
    font-weight: bold;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
    -webkit-transition: margin-top 0.4s ease-in-out;
    -moz-transition: margin-top 0.4s ease-in-out;
    transition: margin-top 0.4s ease-in-out;
}

#hero-section .typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

#hero-section .hero-text {
    font-size: 20px;
    width: 100%;
    color: #fff;
    margin: 10px 0 40px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}

#hero-section .hero-text > p {
    font-family: "Montserrat", sans-serif;
    padding: 0 15px;
    max-width: 600px;
    margin: 0 auto;
}

#hero-section .arrow {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    z-index: 99;
    animation: bounce 2.5s infinite;
    -webkit-animation: bounce 2.5s infinite;
    -moz-animation: bounce 2.5s infinite;
}

#hero-section .arrow:after {
    content: "\f107";
    font-family: "FontAwesome";
    font-size: 24px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

#hero-section .arrow:hover:after {
    color: #0a85f7;
}

#hero-section .arrow-2 {
    display: inline-block;
    width: 50px;
    height: 150px;
    font-size: 34px;
    animation: bounce 2.5s infinite;
    -webkit-animation: bounce 2.5s infinite;
    -moz-animation: bounce 2.5s infinite;
}

#hero-section .arrow-2:hover,
#hero-section .arrow-2:focus {
    color: #fff;
}

.hero-separator {
    display: inline-block;
    margin: 0 0.4em;
}

.hero-check {
    color: rgb(173, 238, 173) !important;
}

/* Top Bar
-------------------------------------------------------------- */
#top-bar {
    font-size: 0.928em;
    position: relative;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.25) !important;
}

#top-bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0a85f7;
    z-index: -1;
}

#top-bar,
#top-bar a {
    color: #fff;
}

#top-bar a:hover {
    text-decoration: none;
    color: #0a85f7;
    cursor: pointer;
}

#top-bar-inner {
    padding-top: 10px;
    padding-bottom: 10px;
}

#top-bar .top-bar-inner-wrap {
    display: table;
    overflow: hidden;
    width: 100%;
}

#top-bar .top-bar-content {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 75%;
}

#top-bar .top-bar-socials {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 25%;
}

#top-bar .top-bar-socials .texts {
    padding-right: 5px;
}

/* Override for header 5 */
.header-style-5 #top-bar:after {
    background-color: #000;
    filter: alpha(opacity=20);
    opacity: 0.2;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #515151;
}

/* Top Bar Socials */
#top-bar .top-bar-socials .icons a {
    position: relative;
    z-index: 1;
    font-size: 14px;
    color: #fff;
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 0 0 0 8px;
    text-align: center;
    display: inline-block;
}

#top-bar .top-bar-socials .icons a:hover {
    color: #ff1717;
}

#top-bar .top-bar-socials .icons a:last-child {
    margin-right: 0;
}

#top-bar .top-bar-socials .icons a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid transparent;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* Top Bar Content */
#top-bar .top-bar-content i.fa-phone-square {
    margin-right: 12px;
    color: #ff1717;
    font-size: 14px
}

#top-bar .top-bar-content i.fa-envelope {
    margin-right: 12px;
    margin-left: 24px;
    color: #ff1717;
    font-size: 13px
}

#top-bar .top-bar-content i.fa-clock-o {
    margin-right: 12px;
    margin-left: 24px;
    color: #ff1717;
    font-size: 14px
}

/* Top Bar Menu */
.top-bar-menu {
    margin: 0;
    list-style: none;
    margin-right: 20px;
}

.top-bar-menu li {
    margin-right: 20px
}

.top-bar-menu li li {
    display: none !important;
    /* hide dropdowns on top menu */
}

.top-bar-menu li:last-child {
    margin-right: 0
}

.top-bar-menu,
.top-bar-menu li {
    display: inline-block;
}

.top-bar-menu li a {
    color: #4b4b4b;
    display: inline-block;
}

/* Top Bar Style 2 */
#top-bar.style-2 .top-bar-menu {
    float: right;
    margin: 0 0 0 25px;
}

#top-bar.style-2 .top-bar-content {
    text-align: right;
}

#top-bar.style-2 .top-bar-socials {
    text-align: left;
}

#top-bar.style-2 .top-bar-socials .icons a:first-child {
    margin-left: 0;
}

/* Header
-------------------------------------------------------------- */
#site-header {
    position: relative;
    background-color: #fff;
}

#site-header-inner {
    position: relative;
    padding-top: 3px;
    padding-bottom: 3px;
    height: 100%;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

#site-logo {
    float: left;
}

#site-logo .site-logo-text {
    color: #4b4b4b;
    font-size: 22px;
    line-height: 34px;
    font-weight: 700;
}

#site-logo .site-logo-text:hover {
    color: #0a85f7;
}

.menu-has-search #site-header.style-1 #main-nav,
.menu-has-search #site-header.style-5 #main-nav {
    right: 50px;
}

.menu-has-cart #site-header.style-1 #main-nav,
.menu-has-cart #site-header.style-5 #main-nav {
    right: 60px;
}


.menu-has-search.menu-has-cart #site-header.style-1 #header-search,
.menu-has-search.menu-has-cart #site-header.style-5 #header-search {
    right: 66px;
}

/* Header Styles */
#site-header.style-1 #main-nav,
#site-header.style-5 #main-nav {
    position: absolute;
    right: -3px;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#site-header.style-1 #main-nav > ul > li > a,
#site-header.style-5 #main-nav > ul > li > a {
    height: 50px;
    line-height: 50px;
}

#site-header.style-1 .header-search-icon,
#site-header.style-5 .header-search-icon {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #4b4b4b;
    font-size: 16px;
}

#site-header.style-1 .header-search-icon:hover,
#site-header.style-5 .header-search-icon:hover {
    color: #0a85f7;
}

#site-header.style-1 .header-search-form,
#site-header.style-5 .header-search-form {
    top: 4px;
}

/* Header Search */
#site-header #header-search {
    position: absolute;
    right: 15px;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

#site-header .header-search-form {
    position: absolute;
    right: 30px;
    top: -6px;
    width: 210px;
    display: none;
}

#site-header .header-search-field {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
}

#site-header .header-search-submit {
    position: absolute;
    right: 0;
    top: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    display: none;
}

#site-header .header-search-form.show {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
}

#site-header .header-search-form header-search-field {
    width: 273px;
    height: 43px;
}


/* Navigation */
#main-nav {
    display: block;
}

#main-nav ul {
    margin: 0;
}

#main-nav ul li {
    position: relative;
    list-style: none;
    padding-top: 0;
    padding-bottom: 0;
}

#main-nav > ul > li {
    float: left;
    padding: 0 18px;
}

#main-nav > ul > li:first-child {
    padding-left: 0;
}

#main-nav > ul > li > a {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #4b4b4b;
    text-transform: uppercase;
}

#main-nav > ul > li > a:hover {
    color: #0a85f7;
}

#main-nav > ul > li.current-menu-item > a {
    color: #ff1717 !important;
}

#main-nav > ul > li.menu-item-has-children > a {
    position: relative;
    padding-right: 15px;
}

#main-nav > ul > li.menu-item-has-children > a:after {
    content: "\f107";
    font-family: "FontAwesome";
    position: absolute;
    right: 0;
    top: 0;
    filter: alpha(opacity=75);
    opacity: 0.75
}

/* Re-style for header 5 (float) */
.header-style-5 #site-header {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.16) !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.header-style-5 #site-header-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: url("../img/header/header-bg.jpg") center center repeat;
    z-index: 999;
}

.header-style-5 #site-header-wrap.home {
    background: transparent;
}

#site-header.style-5:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #17181d;
    filter: alpha(opacity=30);
    opacity: 0.2;
    z-index: -1;
}

#site-header.style-5 #main-nav > ul > li > a {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

#site-header.style-5 #main-nav > ul > li.current-menu-item > a,
#site-header.style-5 #main-nav > ul > li > a:hover {
    color: #0a85f7;
}

#site-header.style-5 .mobile-button:before,
#site-header.style-5 .mobile-button:after,
#site-header.style-5 .mobile-button span {
    background-color: #fff;
}

#site-header.style-5 .nav-cart-trigger {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#site-header.style-5 .nav-cart-trigger:hover {
    color: #0a85f7;
}

#site-header.style-5 .header-search-icon {
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

#site-header.style-5 .header-search-icon:hover {
    color: #0a85f7;
}

/* Header sticky */
#site-header.is-sticky {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#site-header.is-sticky:after {
    filter: alpha(opacity=80);
    opacity: 0.8;
}

#site-header.is-sticky #site-header-inner {
    padding-top: 0;
    padding-bottom: 20px;
}

.header-style-5 #site-header #logo {
    max-width: 100%;
}

#site-header.is-sticky {
    max-height: 67px;
}

#site-header.is-sticky #main-nav {
    top: 25%;
}

#site-header.is-sticky #logo {
    max-width: 65%;
    margin-top: 3px;
    height: auto;
    min-height: 46px;
}

/* Sub Menu */
#main-nav .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 220px;
    filter: alpha(opacity=0);
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    transform: translateY(3px);
    -webkit-box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 7px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 12px 19px rgba(255, 255, 255, 0.1), 0 1px 7px rgba(0, 0, 0, 0.2);
}

#main-nav > ul > li:first-child > .sub-menu {
    left: -18px;
}

#main-nav .sub-menu li a {
    display: block;
    background-color: #fff;
    color: #4b4b4b;
    font-weight: 500;
    font-size: 0.928em;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    border-top: 1px solid #eaeaea;
    padding: 10px 19px;
    line-height: 24px;
}

#main-nav .sub-menu li:first-child a {
    border-top: 0;
}

#main-nav .sub-menu li a:hover {
    color: #0a85f7;
}

#main-nav li:hover > .sub-menu {
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

/* Mobile Navigation */
#main-nav-mobi {
    display: block;
    margin: 0 auto;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99999;
    background-color: #f3f3f6;
    padding: 1em;
    height: 100vh;
}

#main-nav-mobi ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

#main-nav-mobi ul li {
    margin: 10px;
    border-radius: 11px;
    position: relative;
    text-align: center;
    cursor: pointer;
    box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
}

#main-nav-mobi ul > li > a {
    font-weight: 500;
    color: #fff;
    background-color: #0a85f7;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    transition: all 0.3s ease-out;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 2px rgba(0, 0, 0, 0.1), 0 0 2px 1px rgba(0, 0, 0, 0.1), inset 0 2px 2px rgba(255, 255, 255, .22), inset 0 -3px 2px rgba(0, 0, 0, .15), inset 0 20px 10px rgba(255, 255, 255, .12), 0 0 2px 1px rgba(0, 0, 0, .1), 0 2px 2px rgba(0, 0, 0, .1);
    text-decoration: none;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 50px;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

#main-nav-mobi ul > li > a:hover,
#main-nav-mobi ul > li.current-menu-item > a {
    background-color: #ff1717;
    border-color: #ff1717;
    color: #fff;
    cursor: pointer;
}

#main-nav-mobi .menu-item-has-children .arrow {
    cursor: pointer;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}

#main-nav-mobi .menu-item-has-children .arrow:before {
    content: "\f105";
    color: #aaa;
}

#main-nav-mobi .menu-item-has-children .arrow.active:before {
    content: "\f107";
}

#main-nav-mobi ul ul li {
    background-color: #292929;
}

#main-nav-mobi ul ul ul li {
    background-color: #323232;
}

/* Mobile Menu Button */
.mobile-button {
    display: none;
    float: right;
    position: relative;
    background: transparent;
    cursor: pointer;
    margin-top: 8px;
    width: 36px;
    height: 30px;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.mobile-button:before,
.mobile-button:after,
.mobile-button span {
    background-color: #222;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.mobile-button:before,
.mobile-button:after {
    content: '';
    position: absolute;
    top: 0;
    height: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.mobile-button span {
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    top: 50%;
    overflow: hidden;
    text-indent: 200%;
}

.mobile-button:before {
    -webkit-transform: translate3d(0, -7px, 0);
    -moz-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.mobile-button:after {
    -webkit-transform: translate3d(0, 7px, 0);
    -moz-transform: translate3d(0, 7px, 0);
    transform: translate3d(0, 7px, 0);
}

.mobile-button.active span {
    opacity: 0;
}

.mobile-button.active:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    -moz-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}

.mobile-button.active:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    -moz-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

/* Featured Title
-------------------------------------------------------------- */
#featured-title {
    background: #f8f8f8;
    border-style: solid;
    margin-top: 12rem;
}

#featured-title .featured-title-inner-wrap, #featured-title .featured-title-inner-wrap-contact {
    padding: 72px 0 14px 0;
    display: table;
    overflow: hidden;
    width: 100%;
}

#featured-title .featured-title-inner-wrap-contact {
    padding: 50px 0 14px 0;
}

#featured-title .featured-title-heading-wrap {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 65%;
}

#featured-title #breadcrumbs {
    font-size: 0.928em;
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 35%;
}

#featured-title .featured-title-heading {
    z-index: 1;
    position: relative;
    display: inline-block;
    font-size: 30px;
    margin: 0;
}

#featured-title .featured-title-heading.has-shadow {
    text-shadow: rgba(0, 0, 0, 0.3) 0px 1px 1px
}

#featured-title .featured-title-heading:after,
#featured-title #breadcrumbs .breadcrumbs-inner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-style: solid;
    border-width: 0;
}

#featured-title #breadcrumbs .breadcrumbs-inner {
    z-index: 1;
    position: relative;
    display: inline-block;
}

#featured-title #breadcrumbs a {
    cursor: pointer;
}

#featured-title #breadcrumbs a:hover {
    cursor: pointer;
}

.trail-end {
    color: #ff1717;
}

#featured-title #breadcrumbs .sep {
    padding: 0 4px;
}

/* Featured Title other styles */
#featured-title.featured-title-right .featured-title-heading-wrap {
    text-align: right;
}

#featured-title.featured-title-right #breadcrumbs {
    text-align: left;
}

#featured-title.featured-title-centered1 .featured-title-inner-wrap,
#featured-title.featured-title-centered2 .featured-title-inner-wrap {
    display: block;
}

#featured-title.featured-title-centered1 .featured-title-heading-wrap,
#featured-title.featured-title-centered2 .featured-title-heading-wrap {
    display: block;
    width: 100%;
    text-align: center;
}

#featured-title.featured-title-centered1 #breadcrumbs {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

#featured-title.featured-title-centered2 #breadcrumbs {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
}

#featured-title.featured-title-centered2 .featured-title-heading-wrap {
    margin-top: 5px;
}

#featured-title.featured-title-centered1 .featured-title-heading-wrap {
    margin-bottom: 5px;
}

/* Overrdie for Front-Page and Pages
-------------------------------------------------------------- */
body.front-page #main-content,
body.page #main-content {
    padding-top: 0;
    padding-bottom: 0;
}

/*BreadCrumbs */

.breadcrumb {
    /*centering*/
    display: inline-block;
    overflow: hidden;
    border-radius: 50px;
    counter-reset: flag;
    padding: 0;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-decoration: none;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

.breadcrumb a {
    text-decoration: none;
    outline: none;
    display: block;
    float: left;
    font-size: 12px;
    line-height: 36px;
    padding: 0 10px 0 60px;
    position: relative;
}

/*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
.breadcrumb a:first-child {
    padding-left: 46px;
    border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
}

.breadcrumb a:first-child:before {
    left: 14px;
}

.breadcrumb a:last-child {
    border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
    padding-right: 20px;
}

/*adding the arrows for the breadcrumbs using rotated pseudo elements*/
.breadcrumb a:after {
    content: '';
    position: absolute;
    top: 0;
    right: -18px; /*half of square's length*/
    /*same dimension as the line-height of .breadcrumb a */
    width: 36px;
    height: 36px;
    /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's:
    length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
    if diagonal required = 1; length = 1/1.414 = 0.707*/
    transform: scale(0.707) rotate(45deg);
    /*we need to prevent the arrows from getting buried under the next link*/
    z-index: 1;
    border-radius: 0 5px 0 50px;
}

/*we dont need an arrow after the last link*/
.breadcrumb a:last-child:after {
    content: none;
}

/*we will use the :before element to show numbers*/
.breadcrumb a:before {
    content: counter(flag);
    counter-increment: flag;
    text-align: center;
    /*some styles now*/
    border-radius: 100%;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin: 8px 0;
    position: absolute;
    top: 0;
    left: 30px;
    font-weight: bold;
    color: #0f3e68 !important;
}


.flat a, .flat a:after {
    background: white;
    color: black;
    transition: all 0.5s;
}

.flat a:before {
    background: white;
    box-shadow: 0 0 0 1px #ccc;
}

.flat a.active,
.flat a.active:after {
    background: #0a85f7;
}

.flat a.active:hover,
.flat a.active:hover:after {
    background: #ff1717;
}

.flat a.active {
    color: #fff;
}

/* Widgets
-------------------------------------------------------------- */
#sidebar .widget,
#footer-widgets .widget {
    position: relative;
    z-index: 1;
    color: #777;
}

#sidebar .widget:before,
#footer-widgets .widget:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid transparent;
    background-color: transparent;
}

#sidebar .widget:first-child,
#footer-widgets .widget:first-child {
    margin: 0;
}

#sidebar .widget ul,
#footer-widgets .widget ul {
    margin: 0;
    list-style: none;
}

#sidebar .widget ul li,
#footer-widgets .widget ul li {
    border-top: 1px solid #eaeaea;
    padding: 13px 0;
}

#sidebar .widget > ul li:first-child,
#footer-widgets .widget > ul li:first-child {
    padding-top: 0;
}

#sidebar .widget ul:not(.children) > li:first-child,
#footer-widgets .widget ul:not(.children) > li:first-child {
    border: 0;
}

#sidebar .widget ul li a,
#sidebar .widget.widget_calendar #next a,
#sidebar .widget.widget_calendar #prev a,
#footer-widgets .widget ul li a,
#footer-widgets .widget.widget_calendar #next a,
#footer-widgets .widget.widget_calendar #prev a {
    color: #4b4b4b;
}

#sidebar .widget ul li a:hover,
#footer-widgets .widget ul li a:hover {
    color: #0a85f7;
}

#sidebar .widget.widget_recent_comments .comment-author-link,
#sidebar .widget.widget_recent_entries .post-date,
#sidebar .widget.widget_recent_news .entry-date,
#footer-widgets .widget.widget_recent_comments .comment-author-link,
#footer-widgets .widget.widget_recent_entries .post-date,
#footer-widgets .widget.widget_recent_news .entry-date {
    display: block;
}

/* Title Widget */
#sidebar .widget .widget-title,
#footer-widgets .widget .widget-title {
    font-size: 1.3em;
    margin-bottom: 25px;
    z-index: 1;
    position: relative;
}

#sidebar .widget .widget-title > span,
#footer-widgets .widget .widget-title > span {
    display: block;
    position: relative;
}

#sidebar .widget .widget-title > span:before,
#footer-widgets .widget .widget-title > span:before {
    background-color: transparent;
    border: 1px solid transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

#sidebar.style-1 .widget .widget-title > span:after,
#sidebar.style-2 .widget .widget-title > span:after,
#footer-widgets.style-1 .widget .widget-title > span:after,
#footer-widgets.style-2 .widget .widget-title > span:after {
    width: 0;
    height: 1px;
    background-color: #585252;
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    z-index: -2;
}

/* Title Widget style 2 */
#sidebar.style-2 .widget .widget-title,
#footer-widgets.style-2 .widget .widget-title {
    text-align: center;
}

#sidebar.style-2 .widget .widget-title > span:after,
#footer-widgets.style-2 .widget .widget-title > span:after {
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
}

/* Widget Search */
#sidebar .widget.widget_search .search-form,
#footer-widgets .widget.widget_search .search-form {
    position: relative;
}

#sidebar .widget.widget_search .search-form .search-field,
#footer-widgets .widget.widget_search .search-form .search-field {
    padding-left: 17px;
    padding-right: 48px;
    margin-bottom: 10px;
}

#sidebar .widget.widget_search .search-form .search-submit,
#footer-widgets .widget.widget_search .search-form .search-submit {
    position: absolute;
    right: 18px;
    top: 14px;
    width: 24px;
    height: 24px;
    text-align: center;
    text-indent: 9999px;
    background-color: transparent;
    padding: 0;
    border: 0;
    overflow: hidden;
}

#sidebar .widget.widget_search .search-form .search-submit:before,
#footer-widgets .widget.widget_search .search-form .search-submit:before {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 18px;
    color: #0a85f7;
    position: absolute;
    left: 2px;
    top: 2px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    font-weight: normal;
    -webkit-transition: color ease .238s;
    -moz-transition: color ease .238s;
    transition: color ease .238s;
}

#sidebar .widget.widget_search .search-form .search-submit:hover:before,
#footer-widgets .widget.widget_search .search-form .search-submit:hover:before {
    color: #0a85f7;
}

/* Widget Search style 2 */
#sidebar .widget.widget_search .search-form.style-2 .search-field {
    padding-left: 48px;
    padding-right: 17px;
}

#sidebar .widget.widget_search .search-form.style-2 .search-submit {
    right: auto;
    left: 15px;
}

/* Widget Search style 3 */
#sidebar .widget.widget_search .search-form.style-3 .search-submit:before {
    display: none;
}

#sidebar .widget.widget_search .search-form.style-3 .search-field {
    padding-left: 17px;
    padding-right: 17px;
}

/* Widget Socials */
#sidebar .widget.widget_socials .socials a,
#footer-widgets .widget.widget_socials .socials a {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    margin-right: 6px;
    margin-bottom: 6px;
    z-index: 1;
}

#sidebar .widget.widget_socials .socials a:before,
#footer-widgets .widget.widget_socials .socials a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #eaeaea;
    background-color: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

#sidebar .widget.widget_socials .socials a:hover:before,
#footer-widgets .widget.widget_socials .socials a:hover:before {
    background-color: #0a85f7;
    border-color: #0a85f7;
}

#sidebar .widget.widget_socials .socials a:hover,
#footer-widgets .widget.widget_socials .socials a:hover {
    color: #fff;
}


/* Custom Menu widget */
#sidebar .widget.widget_nav_menu ul.sub-menu {
    display: none;
}

#sidebar .widget.widget_nav_menu .menu > li {
    border: 0;
    background-color: #f8f8f8;
    padding-left: 28px;
    padding-right: 28px;
    margin-bottom: 5px;
}

#sidebar .widget.widget_nav_menu .menu > li > a {
    color: #4b4b4b;
    position: relative;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
}

#sidebar .widget.widget_nav_menu .menu > li > a:hover {
    color: #0a85f7;
}

#sidebar .widget.widget_nav_menu .menu > li.current_page_item {
    background-color: #0a85f7;
    color: #fff;
    position: relative;
}

#sidebar .widget.widget_nav_menu .menu > li.current_page_item a {
    color: #fff;
}

#sidebar .widget.widget_nav_menu .menu > li.current_page_item:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

/* Widget Recent News  */
#sidebar .widget.widget_recent_news ul li,
#footer-widgets .widget.widget_recent_news ul li {
    padding: 0;
    border: 0;
    padding-top: 18px;
    margin-top: 18px;
    border-top: 1px solid #eaeaea;
}

#sidebar .widget.widget_recent_news ul li:first-child,
#footer-widgets .widget.widget_recent_news ul li:first-child {
    padding-top: 0;
    margin-top: 0;
}

#sidebar .widget.widget_recent_news .recent-news .thumb,
#footer-widgets .widget.widget_recent_news .recent-news .thumb {
    width: 70px;
    float: left;
    margin: 0 17px 0 0;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

#sidebar .widget.widget_recent_news .recent-news .thumb img,
#footer-widgets .widget.widget_recent_news .recent-news .thumb img {
    width: 100%;
    height: auto;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

#sidebar .widget.widget_recent_news h3,
#footer-widgets .widget.widget_recent_news h3 {
    font-size: 1.071em;
    margin: 0 0 3px;
}

#sidebar .widget.widget_recent_news h3 a {
    color: #4b4b4b;
}

#footer-widgets .widget.widget_recent_news h3 a {
    color: #fff;
}

#sidebar .widget.widget_recent_news .recent-news .texts,
#footer-widgets .widget.widget_recent_news .recent-news .texts {
    overflow: hidden;
}

#sidebar .widget.widget_recent_news .post-date,
#footer-widgets .widget.widget_recent_news .post-date {
    font-size: 0.928em;
    color: #fff;
}

/* Widget Tags */
#sidebar .widget.widget_tag_cloud .tagcloud:before,
#sidebar .widget.widget_tag_cloud .tagcloud:after,
#footer-widgets .widget.widget_tag_cloud .tagcloud:before,
#footer-widgets .widget.widget_tag_cloud .tagcloud:after {
    display: table;
    clear: both;
    content: "";
}

#sidebar .widget.widget_tag_cloud .tagcloud a,
#footer-widgets .widget.widget_tag_cloud .tagcloud a {
    position: relative;
    float: left;
    color: #777;
    padding: 5px 12px;
    margin: 0 10px 10px 0;
    z-index: 1;
}

#sidebar .widget.widget_tag_cloud .tagcloud a:after,
#footer-widgets .widget.widget_tag_cloud .tagcloud a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #f8f8f8;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

#sidebar .widget.widget_tag_cloud .tagcloud a:hover:after,
#footer-widgets .widget.widget_tag_cloud .tagcloud a:hover:after {
    background-color: #0a85f7;
    border-color: #0a85f7;
}

#sidebar .widget.widget_tag_cloud .tagcloud a:hover,
#footer-widgets .widget.widget_tag_cloud .tagcloud a:hover {
    color: #fff;
}

/* Widget Twitter */
#sidebar .widget.widget_twitter .tweets-slider.grid .cbp-item,
#footer-widgets .widget.widget_twitter .tweets-slider.grid .cbp-item {
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-left: 32px;
    border-bottom: 1px solid #eaeaea;
}

#sidebar .widget.widget_twitter .tweets-slider.grid .cbp-item:last-child,
#footer-widgets .widget.widget_twitter .tweets-slider.grid .cbp-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

#sidebar .widget.widget_twitter .tweets-slider.grid .cbp-item:before,
#footer-widgets .widget.widget_twitter .tweets-slider.grid .cbp-item:before {
    content: "\f099";
    font-family: "FontAwesome";
    color: #0a85f7;
    font-size: 16px;
    line-height: normal;
    position: absolute;
    left: 0;
    top: 6px;
}

#sidebar .widget.widget_twitter .tweets-slider.grid .tweet-icon,
#footer-widgets .widget.widget_twitter .tweets-slider.grid .tweet-icon {
    display: none;
}

#sidebar .widget.widget_twitter .tweet-intents,
#footer-widgets .widget.widget_twitter .tweet-intents {
    padding: 7px 0;
}

#sidebar .widget.widget_twitter .tweet-intents span,
#footer-widgets .widget.widget_twitter .tweet-intents span {
    padding-left: 12px;
}

#sidebar .widget.widget_twitter .tweet-intents span:first-child,
#footer-widgets .widget.widget_twitter .tweet-intents span:first-child {
    padding-left: 0;
}

#sidebar .widget.widget_twitter .tweet-intents a,
#footer-widgets .widget.widget_twitter .tweet-intents a {
    font-weight: 700;
    color: #585252;
}

#sidebar .widget.widget_twitter .tweet-intents a:hover,
#footer-widgets .widget.widget_twitter .tweet-intents a:hover {
    color: #0a85f7;
}

#sidebar .widget.widget_twitter .timestamp a,
#footer-widgets .widget.widget_twitter .timestamp a {
    font-size: 0.857em;
    color: #777;
}

#sidebar .widget.widget_twitter .tweets-slider.slider,
#footer-widgets .widget.widget_twitter .tweets-slider.slider {
    text-align: center;
    padding-bottom: 42px;
}

#sidebar .widget.widget_twitter .tweets-slider.slider .tweet-icon,
#footer-widgets .widget.widget_twitter .tweets-slider.slider .tweet-icon {
    font-size: 24px;
    color: #0a85f7;
}

#sidebar .widget.widget_twitter .cbp-nav-pagination,
#footer-widgets .widget.widget_twitter .cbp-nav-pagination {
    bottom: -50px;
}

/* Widget Links */
#sidebar .widget.widget_links ul li,
#footer-widgets .widget.widget_links ul li {
    border: 0;
    padding: 7px 0;
}

#sidebar .widget.widget_links ul li:first-child,
#footer-widgets .widget.widget_links ul li:first-child {
    padding-top: 0;
}

#sidebar .widget.widget_links ul.col2 li,
#footer-widgets .widget.widget_links ul.col2 li {
    width: 50%;
    float: left;
    padding: 0 0 12px;
}

#sidebar .widget.widget_links ul li a,
#footer-widgets .widget.widget_links ul li a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

#sidebar .widget.widget_links ul li.style-3 a,
#footer-widgets .widget.widget_links ul li.style-3 a,
#sidebar .widget.widget_links ul li.style-4 a,
#footer-widgets .widget.widget_links ul li.style-4 a,
#sidebar .widget.widget_links ul li.style-5 a,
#footer-widgets .widget.widget_links ul li.style-5 a,
#sidebar .widget.widget_links ul li.style-6 a,
#footer-widgets .widget.widget_links ul li.style-6 a {
    position: relative;
    display: inline-block;
    padding-left: 25px;
}

#sidebar .widget.widget_links ul li a:before,
#footer-widgets .widget.widget_links ul li a:before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
}

/* Widget Links Arrows */
#sidebar .widget.widget_links ul li.style-2 a:before,
#footer-widgets .widget.widget_links ul li.style-2 a:before {
    content: "\f101";
}

#sidebar .widget.widget_links ul li.style-3 a:before,
#footer-widgets .widget.widget_links ul li.style-3 a:before {
    content: "\f00c";
}

#sidebar .widget.widget_links ul li.style-4 a:before,
#footer-widgets .widget.widget_links ul li.style-4 a:before {
    content: "\f138";
}

#sidebar .widget.widget_links ul li.style-5 a:before,
#footer-widgets .widget.widget_links ul li.style-5 a:before {
    content: "\f14a";
}

#sidebar .widget.widget_links ul li.style-6 a:before,
#footer-widgets .widget.widget_links ul li.style-6 a:before {
    content: "\f058";
}

/* Widget Information */
#sidebar .widget.widget.widget_information ul li,
#footer-widgets .widget.widget.widget_information ul li {
    position: relative;
    padding: 0 0 0 30px;
    border: 0;
    margin-bottom: 5px;
}

#sidebar .widget.widget.widget_information ul li:before,
#footer-widgets .widget.widget_information ul li:before {
    content: "\f015";
    font-family: "FontAwesome";
    color: #0a85f7;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 1px;
}

#sidebar .widget.widget.widget_information ul li.phone:before,
#footer-widgets .widget.widget_information ul li.phone:before {
    content: "\f095";
}

#sidebar .widget.widget.widget_information ul li.email:before,
#footer-widgets .widget.widget_information ul li.email:before {
    content: "\f0e0";
}

/* Widget Information Style 2 */
#sidebar .widget.widget.widget_information ul.style-2 li,
#footer-widgets .widget.widget.widget_information ul.style-2 li {
    position: relative;
    padding: 0;
    border: 0;
    margin-bottom: 5px;
}

#sidebar .widget.widget.widget_information ul.style-2 li:before,
#footer-widgets .widget.widget_information ul.style-2 li:before {
    display: none;
}

#sidebar .widget.widget.widget_information ul.style-2 .hl,
#footer-widgets .widget.widget.widget_information ul.style-2 .hl {
    font-weight: bold;
    width: 22%;
    float: left;
}

#sidebar .widget.widget.widget_information ul.style-2 .text,
#footer-widgets .widget.widget.widget_information ul.style-2 .text {
    width: 78%;
    float: left;
}

#sidebar .widget.widget.widget_information ul.style-2,
#footer-widgets .widget.widget_information ul.style-2 {
    position: relative;
    padding-bottom: 20px;
}

#sidebar .widget.widget.widget_information ul.style-2:after,
#footer-widgets .widget.widget_information ul.style-2:after {
    width: 193px;
    height: 95px;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../img/newsletter/map-small.png) no-repeat center center;
}

/* Re-style Widgets for footer */
.full-width {
    display: inline-block;
    width: 100%;
}

/*
    NEWSLETTER WIDGET
    ------------------------------------------------------------------------- */
.newsletter {
    width: 100%;
    float: left;
    position: relative;
}

.newsletter .email {
    padding: 5px 52px 5px 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    height: 43px;
    border: 1px solid #fff !important;
    min-width: 100%;
    color: #fff;
    background-color: #0860b1;
}

.newsletter .submit {
    padding: 1.28em 1.45em;
    width: 36px;
    height: 36px;
    top: 1px;
    right: 1px;
    background-image: url('../img/newsletter/subscribe@2x.png');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border: 1px solid rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 2px rgba(0, 0, 0, 0.1), 0 0 2px 1px rgba(0, 0, 0, 0.1), inset 0 2px 2px rgba(255, 255, 255, .22), inset 0 -3px 2px rgba(0, 0, 0, .15), inset 0 20px 10px rgba(255, 255, 255, .12), 0 0 2px 1px rgba(0, 0, 0, .1), 0 2px 2px rgba(0, 0, 0, .1);
}

.newsletter .submit:hover {
    cursor: pointer;
    background-color: #ff1717;
}

.newsletter label.error {
    right: 0;
    top: -22px;
}

#newsletter.error {
    border: 1px solid #ff1717 !important;
    transition: border-color 0.5s ease-out;
    background: #f9f2f3 !important;
    color: #1b1b1b !important;
}


/* Maps
-------------------------------------------------------------- */
.jcp-map {
    background: #fff;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.15);
    padding: 0.6em;
    border-radius: 6px;
}

.mapouter {
    position: relative;
}

#gmap_canvas {
    width: 100%;
    min-height: 285px;
    height: auto;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
}

#footer-widgets .widget {
    margin-top: 15px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
}

#sidebar .widget ul li a,
#sidebar .widget.widget_calendar #next a,
#sidebar .widget.widget_calendar #prev a,
#footer-widgets .widget ul li a,
#footer-widgets .widget.widget_calendar #next a,
#footer-widgets .widget.widget_calendar #prev a {
    color: #fff;
}

#footer-widgets .widget .widget-title {
    margin-bottom: 36px;
    color: #fff;
}

#footer-widgets .widget .widget-title > span {
    padding-bottom: 12px;
}

#footer-widgets.style-1 .widget .widget-title > span:after,
#footer-widgets.style-2 .widget .widget-title > span:after {
    width: 60px;
    height: 3px;
    background-color: #0a85f7;
}

#footer-widgets.style-3 .widget .widget-title {
    padding-bottom: 30px;
}

#footer-widgets .widget ul li,
#footer-widgets .widget.widget_twitter .tweets-slider.grid .cbp-item,
#footer-widgets .widget.widget_search .search-form .search-field,
#footer-widgets .widget.widget_recent_news ul li,
#footer-widgets .widget.widget_calendar table,
#footer-widgets .widget.widget_calendar th,
#footer-widgets .widget.widget_calendar td {
    border-color: #2d2b2b;
}

#footer-widgets .widget.widget_links ul li a:before {
    color: #ff1717;
}

#footer-widgets .widget.widget_twitter .tweet-intents {
    display: none;
}

#footer-widgets .widget.widget_twitter .timestamp a {
    color: #0a85f7;
}

#footer-widgets .widget.widget_twitter .timestamp a:hover {
    color: #585252;
}

#footer-widgets .widget.widget_recent_news h3 a {
    color: #979797;
}

#footer-widgets .widget.widget_tag_cloud .tagcloud a {
    margin: 0 6px 6px 0;
    padding: 4px 13px;
    color: #626262;
}

#footer-widgets .widget.widget_tag_cloud .tagcloud a:after {
    border-color: #4b4b4b;
    background-color: #4b4b4b
}

#footer-widgets .widget.widget_socials .socials a {
    position: relative;
    display: inline-block;
    width: 38px;
    height: 38px;
    color: #fff;
    line-height: 38px;
    text-align: center;
    margin-right: 3px;
    margin-bottom: 10px;
    z-index: 1;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.8);
    transition: all 0.3s ease-out;
}

#footer-widgets .widget.widget_socials .socials a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border: 1px solid #333;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 6px;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

/* Footer
-------------------------------------------------------------- */
#footer {
    background-color: #770d03;
    padding: 50px 0 40px;
    position: relative;
    z-index: 1;
    border-style: solid;
}

/* Bottom Bar
-------------------------------------------------------------- */
#bottom {
    font-size: 0.857em;
    color: #101010;
    padding: 10px 0;
    background-color: #fff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

#bottom a:hover {
    color: #1a3ea2;
}

#bottom .bottom-bar-inner-wrap {
    display: table;
    overflow: hidden;
    width: 100%;
}

#bottom .bottom-bar-content {
    display: table-cell;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    width: 50%;
}

#bottom .bottom-bar-menu {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 50%;
}

#bottom.style-1 .bottom-bar-menu li:last-child a {
    padding-right: 0;
}

/* Bottom Style 2 */
#bottom.style-2 .bottom-bar-content {
    text-align: right;
}

#bottom.style-2 .bottom-bar-menu {
    text-align: left;
}

#bottom.style-2 .bottom-bar-menu li:first-child a {
    padding-left: 0;
}

/* Bottom Style 3 */
#bottom.style-3 .bottom-bar-inner-wrap,
#bottom.style-3 .bottom-bar-menu,
#bottom.style-3 .bottom-bar-content {
    display: block;
    width: 100%;
    text-align: center;
}

/* Bottom Navigation */
#bottom ul.bottom-nav {
    list-style: none;
    margin: 0;
}

#bottom ul.bottom-nav > li {
    display: inline-block;
}

#bottom ul.bottom-nav > li > a {
    display: block;
    color: #666;
    padding: 0 10px;
    position: relative;
}

#bottom ul.bottom-nav > li > a:hover {
    color: #0a85f7;
}

#bottom ul.bottom-nav ul ul {
    display: none;
}

/* Pagination & Arrows
-------------------------------------------------------------- */
.wprt-pagination {
    margin: 50px 0 0;
    text-align: center;
}

.wprt-pagination ul,
.woocommerce-pagination > .page-numbers {
    margin: 0;
}

.wprt-pagination ul li,
.woocommerce-pagination .page-numbers li {
    display: inline-block;
    padding: 0;
    margin-right: 10px;
}

.wprt-pagination ul li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers {
    display: inline-block;
    line-height: 40px;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #0a85f7;
    color: #fff;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    transition: all 0.3s ease-out;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 2px 2px rgba(0, 0, 0, 0.1),
    0 0 2px 1px rgba(0, 0, 0, 0.1),
    inset 0 2px 2px rgba(255, 255, 255, .22),
    inset 0 -3px 2px rgba(0, 0, 0, .15),
    inset 0 20px 10px rgba(255, 255, 255, .12),
    0 0 2px 1px rgba(0, 0, 0, .1),
    0 2px 2px rgba(0, 0, 0, .1);

    /* Font styles */
    text-decoration: none;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;

}

.wprt-pagination ul li a.page-numbers:hover,
.woocommerce-pagination .page-numbers li .page-numbers:hover {
    background-color: #ff1717;
    cursor: pointer;
}

.wprt-pagination ul li .page-numbers.current,
.woocommerce-pagination .page-numbers li .current {
    opacity: 0.7
}

.work-pro-section {
    background: rgb(0, 0, 0, 0.6) url(../img/slider/4.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1
}

.work-pro-section:before {
    background-color: rgba(0, 0, 12, .8);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.padding {
    padding: 150px 0;
}

.work-pro-item .number {
    font-size: 18px;
    color: #fff;
    font-family: poppins, sans-serif;
    font-weight: 600;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #0a85f7;
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease-out;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6),
    0 2px 2px rgba(0, 0, 0, 0.1),
    0 0 2px 1px rgba(0, 0, 0, 0.1),
    inset 0 2px 2px rgba(255, 255, 255, .22),
    inset 0 -3px 2px rgba(0, 0, 0, .15),
    inset 0 20px 10px rgba(255, 255, 255, .12),
    0 0 2px 1px rgba(0, 0, 0, .1),
    0 2px 2px rgba(0, 0, 0, .1);

    /* Font styles */
    text-decoration: none;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
    display: inline-block;
    border-radius: 50%;
    margin-bottom: 20px;
    position: relative;
    z-index: 1
}

.work-pro-item .number:hover {
    cursor: pointer;
    background-color: #ff1717;
}

.work-pro-item .number-line {
    background-color: rgba(255, 255, 255, .08);
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 25px;
    left: 150px;
    z-index: -1
}

.work-pro-item h3 {
    color: #fff;
    font-size: 18px
}

.work-pro-item p {
    color: #ddd;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

#logo {
    max-width: 73%;
}

.cbp .cbp-item {
    padding: 0 0 1em 0;
}


.text-container {
    display: flex;
    align-items: center;
    /* Align items vertically */
    justify-content: space-between;
    /* Ensures spacing */
}

.image {
    max-width: 100%;
    height: auto;
}

.footer-image {
    max-width: 40%;
    height: auto;
    margin-top: -50px;
    margin-right: 10px;
}

.text {
    flex: 1;
    padding: 0 10px 10px 0;
}


/* Scroll Top Button
-------------------------------------------------------------- */
#scroll-top {
    position: fixed !important;
    right: 20px;
    bottom: -50px;
    display: block;
    line-height: 38px;
    text-align: center;
    width: 40px;
    height: 40px;
    visibility: hidden;
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: 9999;
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
}

#scroll-top:after {
    content: "\f106";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 20px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

#scroll-top:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #0a85f7;
    z-index: -1;
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}

#scroll-top:hover:before {
    background-color: #ff1717;
}

#scroll-top:hover:after {
    color: #fff;
}

#scroll-top.show {
    bottom: 40px;
    filter: alpha(opacity=100);
    opacity: 1;
    visibility: visible;
    border-radius: 6px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5),
    0 2px 2px rgba(0, 0, 0, 0.3),
    0 0 4px 1px rgba(0, 0, 0, 0.2),
    inset 0 3px 2px rgba(255, 255, 255, .22),
    inset 0 -3px 2px rgba(0, 0, 0, .15),
    inset 0 5px 3px rgba(255, 255, 255, .12),
    0 0 4px 1px rgba(0, 0, 0, .1),
    0 3px 2px rgba(0, 0, 0, .2);

    /* Font styles */
    text-decoration: none;
    text-shadow: 0 1px rgba(255, 255, 255, 0.7);
    -webkit-transition: all ease .238s;
    -moz-transition: all ease .238s;
    transition: all ease .238s;
}


/* Media Queries
-------------------------------------------------------------- */
@media only screen and (min-width: 1930px) {
    .parallax {
        background-size: cover;
    }
}

@media only screen and (min-width: 1200px) {
    .container {
        width: 90%;
    }
}

@media only screen and (max-width: 1199px) {
    .work-pro-item .number-line {
        display: none;
    }

}

@media only screen and (max-width: 991px) {

    .sm-padding {
        padding: 15px;
    }

    .font-size-25 {
        font-size: 18px;
    }

    .font-size-30 {
        font-size: 20px;
    }

    .font-size-35 {
        font-size: 26px;
    }

    .font-size-40 {
        font-size: 28px;
    }

    .font-size-45 {
        font-size: 30px;
    }

    .font-size-50 {
        font-size: 26px;
    }

    .font-size-55 {
        font-size: 30px;
    }

    .font-size-60 {
        font-size: 35px;
    }

    .font-size-70 {
        font-size: 40px;
    }

    .font-size-80 {
        font-size: 45px;
    }

    .font-size-90 {
        font-size: 50px;
    }

    .font-size-100 {
        font-size: 55px;
    }

    #hero-section .hero-text {
        font-size: 16px;
        margin-top: 0;
    }

    #site-header .mobile-button {
        display: block;
    }

    .text-left-mobile {
        text-align: left !important;
    }

    .text-center-mobile {
        text-align: center !important;
    }

    #main-nav,
    #site-header #header-search,
    .nav-top-cart-wrapper,
    .site-navigation-wrap,
    #header-aside,
    #sidebar {
        display: none;
    }

    #site-content,
    #sidebar {
        width: 100% !important;
        max-width: none !important;
        float: none;
    }

    #inner-content {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    #main-content {
        padding: 50px 0;
    }

    #site-header #site-header-inner,
    #site-header.style-2 #site-header-inner,
    #site-header.style-3 #site-header-inner,
    #site-header.style-4 #site-header-inner {
        padding-top: 28px;
        padding-bottom: 28px;
    }

    #site-header.style-2 #site-logo {
        margin-top: 0;
    }

    #site-header.style-4 #site-logo {
        text-align: left;
        float: left;
    }

    .hentry {
        margin-top: 40px;
    }

    .hentry .post-title {
        font-size: 1.428em;
    }

    .hentry .post-link a {
        padding: 0.425em 1.75em;
        font-size: 0.928em;
    }

    .comment-respond #comment-reply {
        padding: 1.08em 1.75em;
        font-size: 0.928em;
    }

    #footer-widgets .widget .widget-title {
        font-size: 1.142em;
        margin-bottom: 28px;
    }
}

@media only screen and (max-width: 767px) {
    #top-bar {
        display: none;
    }

    #site-header #site-header-inner,
    #site-header.style-2 #site-header-inner,
    #site-header.style-3 #site-header-inner,
    #site-header.style-4 #site-header-inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #featured-title .featured-title-inner-wrap {
        padding: 30px 0;
    }

    #featured-title .featured-title-heading {
        font-size: 24px;
    }

    .hentry .post-author {
        text-align: center;
    }

    .hentry .post-author .author-avatar {
        float: none;
        margin: 0 auto 20px;
    }

    .hentry .post-read-more,
    .hentry .post-link,
    .hentry .post-link-share {
        display: block;
        width: 100%;
        float: none;
        text-align: left;
    }

    .hentry .post-link {
        margin-bottom: 10px;
    }

    .hentry .post-link-share {
        margin-top: 20px;
    }

    .wprt-pagination {
        margin-top: 30px;
    }

    .comments-area {
        margin-top: 40px;
    }

    .comment-respond {
        margin-top: 0;
    }

    .comments-area .comments-title,
    .comments-area .comment-reply-title {
        margin-bottom: 20px;
    }

    .comment-list article .gravatar {
        width: 50px;
        float: none;
        margin: 0 0 17px;
    }

    .comment-list .children > li {
        padding-left: 35px;
    }

    .name-wrap,
    .email-wrap {
        width: 100%;
        float: none;
    }

    .name-wrap input,
    .email-wrap input,
    .message-wrap textarea {
        margin-bottom: 20px;
    }

    .woocommerce-page .content-woocommerce .woocommerce-result-count {
        display: none;
    }

    .woocommerce-page .content-woocommerce .products {
        padding-top: 20px;
    }

    .woocommerce-page.shop-col-3 .content-woocommerce .products li,
    .woocommerce-page.shop-col-4 .content-woocommerce .products li,
    .woocommerce-page.shop-col-5 .content-woocommerce .products li {
        width: 100%;
        margin-bottom: 30px;
    }

    .woocommerce-page .shop_table.cart .product-remove {
        width: 20px;
    }

    .woocommerce-page .shop_table.cart .product-thumbnail {
        width: 50px;
    }

    .woocommerce-page .shop_table.cart .cart_item .product-thumbnail img {
        width: 30px;
    }

    .woocommerce-page .shop_table.cart .product-name {
        width: 120px;
    }

    .woocommerce-page .shop_table.cart .coupon {
        display: none;
    }

    .woocommerce-page .cart_totals {
        width: 100%;
        float: none;
    }

    .woocommerce-page .cart_totals .wc-proceed-to-checkout a {
        padding: 7px 0;
    }

    #footer {
        padding: 50px 0 10px;
    }

    #footer-widgets [class^="col-md-"] .widget:last-child {
        margin-bottom: 30px;
    }

    #bottom .bottom-bar-content,
    #bottom .bottom-bar-menu {
        width: 100%;
        display: block;
        text-align: center;
        padding: 5px 0;
    }
}

@media only screen and (max-width: 479px) {

    #featured-title .featured-title-inner-wrap {
        padding: 10px 0;
        margin-top: 20px;
    }

    #featured-title .featured-title-inner-wrap-contact {
        padding: 10px 0 14px 0;
    }

    #site-header #site-header-inner,
    #site-header.style-2 #site-header-inner,
    #site-header.style-3 #site-header-inner,
    #site-header.style-4 #site-header-inner {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    .header-style-5 #site-header #logo {
        max-width: 62%;
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: auto;
    }

    #site-header.is-sticky #logo {
        max-width: 50%;
        margin: 0;
    }

    #site-header.is-sticky {
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        background-color: rgba(255, 255, 255, 0.25) !important;
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    }
}

/* Retina Devices
-------------------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen, only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
    .wprt-testimonials .customer:after {
        background: url(../img/header/5-stars@2x.png) no-repeat center center;
        background-size: 97px 15px;
    }
}