/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Grid
# Class
# Forms
# Button
# Header
# Main Menu
# Page Title & Breadcrumb
# Post and Page
# Navigation
# Layout Content
# Widgets
# Media
# Singlular
# Comments
# Footer
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* Custom Mixin */
/*--------------------------------------------------------------
# Class
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Button
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/* CMS Button */
/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Page Title & Breadcrumb
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Archive Item Post
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Post and Page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# VC Elements
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
/*
1 .CMS TextBox
2 .CMS Fancybox
3 .CMS Accordion
4 .CMS List
5 .CMS Blog Grid
6 .CMS Progressbar
7 .CMS Grid Service
. CMS Grid Portfolio Gallery
8 .CMS Call To Action
9 .CMS Blockquote
10 .CMS Testimonial
11 .CMS Contact Form
12 .CMS Contact Info
13 .CMS Pie Chats
14 .CMS Timeline
15 .CMS Pie Chat
16 .CMS Grid Team
17 .CMS Banner Shop
18. CMS Countdown
19. CMS Banner Landing
20. CMS Banner Carousel
21. CMS Fancybox Landing Carousel

*/
/*--------------------------------------------------------------
# Layout Content
--------------------------------------------------------------*/
.wpb-pcf-btn-default {
    background-color: #eb000a !important;
}

.wpb-pcf-btn-default:hover, .wpb-pcf-btn-default:focus {
    background-color: #c1282f !important;
}

@-webkit-keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes moveUp {
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes spin-rotate-left {
    to {
        transform: rotate(30deg);
    }
    from {
        transform: rotate(175deg);
    }
}

@-webkit-keyframes spin-rotate-left {
    to {
        transform: rotate(30deg);
    }
    from {
        transform: rotate(175deg);
    }
}

@keyframes spin-rotate-right {
    from {
        transform: rotate(-175deg);
    }
    to {
        transform: rotate(-30deg);
    }
}

@-webkit-keyframes spin-rotate-right {
    from {
        transform: rotate(-175deg);
    }
    to {
        transform: rotate(-30deg);
    }
}

@keyframes spin-rotate-all {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

@-webkit-keyframes spin-rotate-all {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}

@keyframes spin-fade-in-first {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-webkit-keyframes spin-fade-in-first {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes spin-fade-in-second {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes spin-fade-in-second {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes markerWave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }
    20% {
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0;
    }
}

@keyframes markerWave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }
    20% {
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0;
    }
}

@-webkit-keyframes videobutton {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }
    20% {
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

@keyframes videobutton {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0.8;
    }
    20% {
        opacity: 0.8;
    }
    100% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0;
    }
}

html {
    box-sizing: border-box;
}

a {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    color: #eb000a;
}

a, a:hover, a:focus, a:before, a:after {
    outline: none;
    text-decoration: none;
}

a:hover, a:focus {
    color: #eb000a;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.page-link {
    clear: both;
}

body {
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
    color: #313335;
    font-size: 15px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #393b3e;
    clear: both;
    line-height: 1.1;
    font-family: 'Montserrat', sans-serif;
    margin: 0 0 20px;
    font-weight: 700;
}

h1, .h1 {
    font-size: 52px;
}

@media screen and (max-width: 575px) {
    h1, .h1 {
        font-size: 40px;
    }
}

h2, .h2 {
    font-size: 42px;
}

@media screen and (max-width: 575px) {
    h2, .h2 {
        font-size: 35px;
    }
}

h3, .h3 {
    font-size: 38px;
}

@media screen and (max-width: 575px) {
    h3, .h3 {
        font-size: 30px;
    }
}

h4, .h4 {
    font-size: 32px;
}

@media screen and (max-width: 575px) {
    h4, .h4 {
        font-size: 28px;
    }
}

h5, .h5 {
    font-size: 24px;
}

@media screen and (max-width: 575px) {
    h5, .h5 {
        font-size: 20px;
    }
}

h6, .h6 {
    font-size: 18px;
}

/*img {
    width: auto;
    max-width: 100%;
    height: auto;
}*/

/*p {
    margin-bottom: 1.3rem;
}*/

label {
    margin-bottom: 0;
}

table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

table th {
    color: ;
}

caption, td {
    font-weight: normal;
    text-align: left;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 13px 8px;
}

th {
    font-weight: 700;
}

td {
    border-top: 1px solid #ededed;
    padding: 6px 10px 6px 0;
    /*--- Definition Lists ---*/
}

dl {
    margin: 0 0 0 25px;
}

dl dt {
    font-weight: normal;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

dl dd {
    line-height: normal;
    margin-bottom: 20px;
}

dl dd a {
    color: #000;
}

dl dd a:hover {
    color: #eb000a;
}

code, kbd {
    background-color: transparent;
    border-radius: 4px;
    color: inherit;
    font-size: 100%;
    padding: 2px 4px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

ins {
    color: #fff;
    border: none;
    padding: 2px;
    text-decoration: none;
    background-color: #eb000a;
}

pre {
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word;
}

ul {
    margin: 0;
}

blockquote {
    padding: 26px 30px;
    background: transparent;
    margin: 20px 0;
    border-left: 6px solid #393b3e;
}

blockquote p {
    font-size: 20px;
    line-height: 28px;
    color: #9b9b9b;
    font-family: 'Droidserif Italic';
    margin-bottom: 0;
}

@media screen and (max-width: 575px) {
    blockquote {
        padding: 5px 5px 5px 20px;
        border-left: 3px solid #393b3e;
    }

    blockquote p {
        font-size: 16px;
    }
}

li {
    line-height: 24px;
}

dl + h2 + ul {
    list-style: none;
    padding: 0 0 0 35px;
}

dl + h2 + ul li {
    position: relative;
    padding-left: 15px;
}

dl + h2 + ul li:before {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 7px;
    left: 0;
    position: absolute;
}

dl + h2 + ul li ul {
    padding-left: 35px;
}

.br-1px {
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
}

.br-2px {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.br-3px {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.br-4px {
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.br-5px {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.br-6px {
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

.br-7px {
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
}

.br-8px {
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
}

.br-9px {
    -webkit-border-radius: 9px;
    -khtml-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
}

.br-10px {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.bg-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.screen-reader-text {
    display: none;
}

#content[tabindex="-1"]:focus {
    outline: 0;
}

.alignleft, .alignright, .aligncenter {
    margin-bottom: 1.5em;
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#pagetitle {
    position: relative;
}

#pagetitle .bg-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: inherit;
    display: block;
    background-color: rgba(0, 0, 0, 0.25);
}

.box-white {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    padding: 29px;
}

.box-white .menu li {
    font-size: 18px;
    line-height: 29px;
    font-weight: 600;
}

.bg-primary {
    background-color: #eb000a !important;
}

.br-radius {
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

.cms-box {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    -khtml-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
    margin-bottom: 40px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
}

.cms-box .cms-box-title {
    font-size: 20px;
    color: #eb000a;
    margin: 0;
    padding: 15px 29px;
    border-bottom: 1px solid #e5e5e5;
}

.cms-box .cms-box-inner {
    padding: 20px 29px;
}

.text-lg {
    font-size: 22px;
    line-height: 32px;
    color: #eb000a;
}

.cms-bgimage {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.row-visible {
    overflow: visible !important;
    z-index: 1;
}

@media screen and (max-width: 991px) {
    .row-visible .vc_column-inner {
        margin-top: 0 !important;
    }
}

.cms-close {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    width: 25px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-close:before, .cms-close:after {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    content: "";
    background-color: #282828;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 22px;
    top: 21px;
}

.cms-close:before {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cms-close:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 15px;
}

.cms-close:hover:before, .cms-close:hover:after {
    background-color: ;
}

.cms-col-5 {
    width: 20%;
    float: left;
    padding: 0 15px;
}

.cms-icon-plus {
    height: 10px;
    width: 10px;
    position: relative;
    display: inline-block;
}

.cms-icon-plus:before, .cms-icon-plus:after {
    content: "";
    background-color: ;
    position: absolute;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-icon-plus:before {
    width: 100%;
    height: 2px;
    top: 4px;
    left: 0;
}

.cms-icon-plus:after {
    width: 2px;
    height: 100%;
    left: 4px;
    top: 0;
}

.cms-icon-plus.icon-lg {
    height: 20px;
    width: 20px;
}

.cms-icon-plus.icon-lg:before {
    top: 9px;
}

.cms-icon-plus.icon-lg:after {
    left: 9px;
}

.cms-icon-plus.align-middle {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.a-dark {
    color: ;
}

.a-dark:hover {
    color: ;
}

.title-medium {
    font-weight: 500;
}

.title-semibold {
    font-weight: 600;
}

.title-bold {
    font-weight: 600;
}

.post-category {
    font-size: 13px;
    color: ;
}

@media screen and (min-width: 992px) {
    .flex {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-wrap: wrap;
    }

    .flex .flex-col {
        display: flex !important;
        display: -webkit-flex !important;
        display: -ms-flex !important;
        flex-wrap: wrap;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
    }

    .flex-two {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-flow: row wrap;
    }

    .flex-two .flex-col {
        flex: 1 0 0px;
        -webkit-flex: 1 0 0px;
        -ms-flex: 1 0 0px;
        display: flex !important;
        display: -webkit-flex !important;
        display: -ms-flex !important;
        flex-wrap: wrap;
        align-items: center;
        -webkit-align-items: center;
        -ms-align-items: center;
    }

    .top-footer .cms-col-5:nth-child(1) {
        width: 24%;
    }

    .top-footer .cms-col-5:nth-child(2) {
        width: 17%;
    }

    .top-footer .cms-col-5:nth-child(3) {
        width: 17%;
    }

    .top-footer .cms-col-5:nth-child(4) {
        width: 17%;
    }

    .top-footer .cms-col-5:nth-child(5) {
        width: 25%;
    }
}

.text-right, .align-right {
    text-align: right;
}

.text-left, .align-left {
    text-align: left;
}

.text-center, .align-center {
    text-align: center;
}

.remove-btn, .woocommerce .widget_price_filter .price_slider_amount .button {
    background-color: transparent;
    background-image: none;
    font-size: 14px;
    font-weight: 700;
    color: ;
    padding: 0;
    margin: 0;
    border: none;
    line-height: normal;
}

.remove-btn:hover, .woocommerce .widget_price_filter .price_slider_amount .button:hover {
    background-color: transparent;
    background-image: none;
    color: #eb000a;
}

@media screen and (max-width: 1199px) {
    .align-center-md {
        text-align: center;
    }

    .align-left-md {
        text-align: left;
    }

    .align-right-md {
        text-align: right;
    }
}

@media screen and (max-width: 991px) {
    .text-center-md {
        text-align: center !important;
    }

    .text-left-md {
        text-align: left !important;
    }

    .text-right-md {
        text-align: right !important;
    }

    .align-center-sm {
        text-align: center;
    }

    .align-left-sm {
        text-align: left;
    }

    .align-right-sm {
        text-align: right;
    }

    .cms-col-5 {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .text-center-sm {
        text-align: center !important;
    }

    .text-left-sm {
        text-align: left !important;
    }

    .text-right-sm {
        text-align: right !important;
    }

    .align-center-xs {
        text-align: center;
    }

    .align-left-xs {
        text-align: left;
    }

    .align-right-xs {
        text-align: right;
    }

    .cms-col-5 {
        width: 100%;
    }
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #777;
    opacity: 1;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}

input::-o-placeholder, textarea::-o-placeholder {
    color: #777;
    opacity: 1;
}

input::-ms-placeholder, textarea::-ms-placeholder {
    color: #777;
    opacity: 1;
}

.tnp-field-email input::-moz-placeholder, .tnp-field-email textarea::-moz-placeholder {
    color: #777;
    opacity: 1;
}

.tnp-field-email input::-webkit-input-placeholder, .tnp-field-email textarea::-webkit-input-placeholder {
    color: #777;
    opacity: 1;
}

.tnp-field-email input::-o-placeholder, .tnp-field-email textarea::-o-placeholder {
    color: #777;
    opacity: 1;
}

.tnp-field-email input::-ms-placeholder, .tnp-field-email textarea::-ms-placeholder {
    color: #777;
    opacity: 1;
}

.placeholder-white input::-moz-placeholder, .placeholder-white textarea::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.placeholder-white input::-webkit-input-placeholder, .placeholder-white textarea::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.placeholder-white input::-o-placeholder, .placeholder-white textarea::-o-placeholder {
    color: #fff;
    opacity: 1;
}

.placeholder-white input::-ms-placeholder, .placeholder-white textarea::-ms-placeholder {
    color: #fff;
    opacity: 1;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea, select {
    margin-bottom: 10px;
    border: 1px solid #d8d8d8;
    color: #313335;
    padding: 0px 20px;
    line-height: 40px;
    height: 40px;
    font-size: 15px;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
}

select {
    height: 40px;
    border-radius: 0px;
    background-color: transparent;
}

textarea {
    line-height: normal;
    padding-top: 14px;
    padding-bottom: 14px;
    height: 110px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus, select:focus {
    outline: 0;
    border: 1px solid #eb000a;
}

.cms-select form {
    position: relative;
}

.cms-select select {
    padding: 0 10px;
    height: 39px;
    line-height: 37px;
    font-size: 13px;
    background-color: transparent;
    position: relative;
    z-index: 99;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.cms-select i {
    position: absolute;
    font-size: 10px;
    right: 12px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    font-weight: normal;
}

.wpcf7 .wpcf7-form {
    margin: 30px 0;
}

.wpcf7 .wpcf7-form .ajax-loader {
    background-color: rgba(255, 255, 255, 0.3);
    background-image: none;
    display: block;
    height: 100%;
    left: 15px;
    position: absolute;
    right: 15px;
    top: 0;
    width: initial;
    margin: 0;
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
    border: none;
    text-align: center;
}

.wpcf7 .wpcf7-form .wpcf7-form-control {
    margin-bottom: 23px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    border-bottom: 2px solid #e6e6e6;
}

.wpcf7 .wpcf7-form .wpcf7-form-control:focus {
    border-bottom: 2px solid #eb000a !important;
}

.wpcf7 .wpcf7-form .wpcf7-form-control::-webkit-input-placeholder {
    color: #313335;
}

.wpcf7 .wpcf7-form .wpcf7-form-control::-moz-placeholder {
    color: #313335;
}

.wpcf7 .wpcf7-form .wpcf7-form-control::-ms-input-placeholder {
    color: #313335;
}

.wpcf7 .wpcf7-form .wpcf7-form-control::-moz-placeholder {
    color: #313335;
}

.wpcf7 .wpcf7-form .wpcf7-submit {
    border: none;
    background: #333;
    color: #fff;
    min-width: 170px;
    height: 45px;
    border-radius: 0;
    padding: 0;
    text-align: center;
    line-height: 45px;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 10px;
    display: inherit;
}

.wpcf7 .wpcf7-form .wpcf7-submit:hover {
    background-color: #eb000a;
}

body div.wpcf7-validation-errors {
    color: red;
    border: 2px solid red !important;
}

body div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14 !important;
    color: #398f14;
}

.wpcf7-box {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 10px 10px rgba(224, 224, 224, 0.3);
    padding: 92px 100px 100px;
    position: relative;
    z-index: 99;
}

.wpcf7-box > h3 {
    text-align: center;
    margin-bottom: 55px;
}

@media screen and (max-width: 991px) {
    .wpcf7-box {
        padding: 42px 50px 50px;
    }
}

.wpcf7-form-control-wrap textarea {
    height: 170px;
}

.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    display: none;
}

.wpcf7-form-control-wrap .wpcf7-not-valid {
    -webkit-box-shadow: 0 0 2px #f13c3c;
    -khtml-box-shadow: 0 0 2px #f13c3c;
    -moz-box-shadow: 0 0 2px #f13c3c;
    -ms-box-shadow: 0 0 2px #f13c3c;
    -o-box-shadow: 0 0 2px #f13c3c;
    box-shadow: 0 0 2px #f13c3c;
}

.wpcf7-response-output.wpcf7-validation-errors {
    border: 2px solid #eb000a;
    margin: 15px 0 0;
}

.input-filled {
    margin-bottom: 30px;
}

.select2 .select2-selection--single {
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    border: 1px solid #e7e8e9;
    background-color: transparent;
    height: 47px;
}

.select2 .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    line-height: 47px;
    color: #313335;
}

.select2 .select2-selection--single .select2-selection__arrow {
    right: 8px;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.acm-radio {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: relative;
}

.acm-radio + .acm-radio {
    margin-left: 14px;
}

.acm-radio i {
    height: 40px;
    width: 40px;
    border: 2px solid #e7e8e9;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    line-height: 38px;
    font-size: 22px;
    color: #e7e8e9;
    text-align: center;
}

.acm-radio [type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    opacity: 99;
    opacity: 0;
    cursor: pointer;
}

.acm-radio [type="radio"]:checked + i {
    background-color: #eb000a;
    border-color: #eb000a;
    color: #fff;
}

.acm-radio [type="radio"]:checked + i:before {
    content: "\f26b";
}

.acm-radio.acm-radio-true i:before {
    content: "\f26b";
}

.acm-radio.acm-radio-false i:before {
    content: "\f136" !important;
}

.wpcf7 .wpcf7-form .cms-request-table .wpcf7-form-control-wrap .wpcf7-form-control {
    padding-left: 13px;
    padding-right: 13px;
    margin-bottom: 28px;
    background: transparent;
    border: 1px solid #c8c8c8;
}

.wpcf7 .wpcf7-form .cms-request-table .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-textarea {
    min-height: 100px;
    height: 100px;
}

.wpcf7 .wpcf7-form .cms-request-table .wpcf7-submit {
    min-width: 100%;
    background-color: #eb000a;
    text-align: center;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    margin-bottom: 18px;
    margin-top: 0;
}

#ui-datepicker-div {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.24);
    border: none;
    padding: 0;
}

#ui-datepicker-div .ui-datepicker-header {
    background-color: #eb000a;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 3px 3px 0 0;
    -khtml-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    -o-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    font-weight: normal;
    padding: 0;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background-color: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
    top: 0;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev span, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next span {
    display: none;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
    font-family: "Material-Design-Iconic-Font";
    font-size: 16px;
    color: rgba(255, 255, 255, 0.4);
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
    left: 0;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:before {
    content: "\f2f4";
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
    right: 0;
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:before {
    content: "\f2f6";
}

#ui-datepicker-div .ui-datepicker-title {
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    margin: 0 40px;
}

#ui-datepicker-div .ui-datepicker-title select {
    font-size: inherit;
    color: #fff;
    line-height: normal;
    height: inherit;
    background-color: transparent;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    margin: 0;
    padding: 0;
    width: inherit;
    border: none;
}

#ui-datepicker-div .ui-datepicker-title select option {
    padding: 0;
}

#ui-datepicker-div .ui-datepicker-calendar {
    background-color: transparent;
    border: none;
    margin: 0;
}

#ui-datepicker-div .ui-datepicker-calendar thead {
    background-color: #eb000a;
}

#ui-datepicker-div .ui-datepicker-calendar th span {
    text-transform: uppercase;
    color: #fff;
}

#ui-datepicker-div .ui-datepicker-calendar td {
    font-size: 12px;
}

#ui-datepicker-div .ui-datepicker-calendar td a, #ui-datepicker-div .ui-datepicker-calendar td span {
    background-color: transparent;
    border: medium none;
    text-align: center;
}

#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar td span.ui-state-active, #ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight, #ui-datepicker-div .ui-datepicker-calendar td span.ui-state-highlight {
    background-color: #eb000a;
    color: #fff;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

#ui-datepicker-div .ui-datepicker-calendar td a.ui-state-highlight, #ui-datepicker-div .ui-datepicker-calendar td span.ui-state-highlight {
    background-color: rgba(235, 0, 10, 0.7);
}

.acm-field {
    margin-bottom: 16px;
}

.acm-field:last-child {
    margin-bottom: 0;
}

.acm-field label {
    font-size: 15px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 0;
}

.acm-field label span {
    color: #dd1766;
}

.acm-field input {
    border-width: 0 0 1px 0;
    border-color: #eee;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
}

.acm-wg-field {
    margin-bottom: 15px;
    position: relative;
}

.acm-wg-field .field-icon {
    color: #8f8f8f;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    right: 15px;
    font-size: 17px;
}

.acm-wg-field input[type="number"]::-webkit-outer-spin-button, .acm-wg-field input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.acm-wg-field input[type="number"] {
    -moz-appearance: textfield;
}

.acm-wg-field .select2-selection__arrow {
    display: none;
}

.acm-field-radio {
    display: inline-block;
    position: relative;
    padding-left: 28px;
}

.acm-field-radio span, .acm-field-radio input {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.acm-field-radio span {
    height: 16px;
    width: 16px;
    -webkit-border-radius: 16px;
    -khtml-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
    border-radius: 16px;
    border: 2px solid #eb000a;
    display: block;
    z-index: 88;
}

.acm-field-radio span:before {
    background-color: #eb000a;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    content: "";
    height: 8px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 8px;
    opacity: 0;
}

.acm-field-radio input {
    opacity: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 99;
}

.acm-field-radio input:checked + span:before {
    opacity: 1;
}

.acm-field-radio label {
    font-weight: 500;
    margin: 0;
}

.acm-error, .acm-error .select2-selection--single {
    border-color: #f13c3c !important;
}

form .select2-container--default {
    width: 100% !important;
}

form .select2-container--default .select2-selection {
    border: 1px solid #e7e8e9;
    height: 47px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

form .select2-container--default .select2-selection .select2-selection__rendered {
    line-height: 47px;
    padding-left: 15px;
    color: #313335;
}

form .select2-container--default .select2-selection .select2-selection__arrow {
    right: 10px;
    top: 50%;
    color: #8f8f8f;
}

form .select2-container--default .select2-selection .select2-selection__clear {
    height: 20px;
    line-height: 20px;
    position: absolute;
    right: 30px;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    width: 20px;
    color: #8f8f8f;
}

form .select2-container--default .select2-selection .select2-selection__placeholder {
    color: rgba(55, 55, 55, 0.87);
}

.select2-container.select2-container--open .select2-dropdown {
    border-color: #e7e8e9;
}

.select2-container.select2-container--open .select2-dropdown .select2-search__field {
    border: 1px solid #e7e8e9;
    padding-left: 15px;
    padding-right: 15px;
}

.select2-container.select2-container--open .select2-results li.select2-results__option--highlighted {
    background-color: #eb000a;
}

.no-results.not-found .page-title {
    font-size: 35px;
    margin-bottom: 10px;
}

.no-results.not-found .search-form {
    margin-top: 45px;
}

.cms-field-checkbox {
    position: relative;
    padding-left: 27px;
}

.cms-field-checkbox .icon-check {
    border: 1px solid #e1e3e3;
    border-radius: 1px;
    display: block;
    height: 17px;
    width: 17px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.cms-field-checkbox .icon-check:before {
    content: "\f00c";
    font-size: 13px;
    color: #eb000a;
    position: absolute;
    top: -4px;
    left: 1px;
    font-family: FontAwesome;
    opacity: 0;
}

.cms-field-checkbox input {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.cms-field-checkbox input:checked + .icon-check:before {
    opacity: 1;
}

.cms-modal .cms-field-checkbox .icon-check:before {
    top: 0px;
}

.btn, button, .button, input[type="submit"], .added_to_cart.wc-forward, .woocommerce-page .site .button, .woocommerce-page .site button, .woocommerce-page .site input[type="submit"], .woocommerce-page .site .button.alt, .woocommerce-page .site button.alt, .woocommerce-page .site .button.alt.disabled, .woocommerce-page .site button.alt.disabled, .woocommerce-page .site a.button, .woocommerce-page .site #respond input#submit, .woocommerce-page .site input.button:disabled, .woocommerce-page .site input.button.disabled, .woocommerce-page .site input.button[disabled]:disabled, .wpb_wrapper .woocommerce .products .product .button {
    font-size: 13px;
    border: none;
    text-transform: capitalize;
    padding: 0 26px;
    line-height: 50px;
    letter-spacing: 0.01em;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}

.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus, .added_to_cart.wc-forward:hover, .woocommerce-page .site .button:hover, .woocommerce-page .site button:hover, .woocommerce-page .site input[type="submit"]:hover, .woocommerce-page .site .button.alt:hover, .woocommerce-page .site button.alt:hover, .woocommerce-page .site .button:focus, .woocommerce-page .site button:focus, .woocommerce-page .site input[type="submit"]:focus, .woocommerce-page .site .button.alt:focus, .woocommerce-page .site button.alt:focus, .woocommerce-page .site .button.alt.disabled:focus, .woocommerce-page .site button.alt.disabled:focus, .woocommerce-page .site .button.alt.disabled:hover, .woocommerce-page .site button.alt.disabled:hover, .woocommerce-page .site a.button:hover, .woocommerce-page .site #respond input#submit:hover, .woocommerce-page .site a.button:focus, .woocommerce-page .site #respond input#submit:focus, .wpb_wrapper .woocommerce .products .product .button:hover {
    outline: medium none;
    text-decoration: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.cms-button-wrapper .btn.focus, .cms-button-wrapper .btn:focus {
    box-shadow: unset;
}

.btn {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: 50px;
    line-height: 50px;
}

@media screen and (max-width: 767px) {
    .btn {
        display: inline-block !important;
    }
}

.btn .icon-left {
    margin-right: 4px;
}

.btn .icon-right {
    margin-left: 4px;
}

.btn img.icon-left {
    margin-right: 10px;
}

.btn img.icon-right {
    margin-left: 10px;
}

.btn.btn-lg, .btn.btn-size-lg {
    padding-left: 45px;
    padding-right: 45px;
    height: 70px;
    line-height: 70px;
}

.btn.btn-round {
    padding-left: 35px;
    padding-right: 35px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.btn.btn-primary {
    padding-left: 35px;
    padding-right: 35px;
    background: #eb000a;
    color: #fff;
    border: none;
}

.btn.btn-primary:hover {
    background-color: #393b3e;
}

.btn.btn-primary-2x {
    color: #eb000a;
    padding-left: 35px;
    padding-right: 35px;
    line-height: 46px;
    border: 2px solid #eb000a;
}

.btn.btn-primary-2x:hover {
    border: 2px solid #393b3e;
    color: #393b3e;
}

.btn.btn-reguller-color2 {
    padding-left: 35px;
    padding-right: 35px;
    background: #393b3e;
    color: #fff;
    border: none;
}

.btn.btn-reguller-color2:hover {
    background-color: #eb000a;
}

.btn.btn-reguller-color2-bd {
    padding-left: 35px;
    padding-right: 35px;
    border: 2px solid #393b3e;
    color: #393b3e;
    line-height: 46px;
}

.btn.btn-reguller-color2-bd:hover {
    border-color: #eb000a;
    color: #eb000a;
}

.btn.btn-noborder {
    padding-left: 35px;
    padding-right: 35px;
    boder: none;
    color: #eb000a;
}

.btn.btn-noborder:hover {
    color: #393b3e;
}

.btn.btn-noborder2 {
    boder: none;
    color: #393b3e;
}

.btn.btn-noborder2:hover {
    color: #eb000a;
}

.btn-align-right {
    text-align: right;
}

.btn-align-center {
    text-align: center;
}

.btn-group {
    margin-top: 26px;
}

.btn-group + .btn-group {
    margin-left: 30px;
}

.btn-video {
    font-size: 14px !important;
    line-height: 50px !important;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    padding-left: 65px !important;
    position: relative;
    display: inline-block;
}

.btn-video:before {
    content: "\f04b";
    font-family: FontAwesome;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid #fff;
    height: 50px;
    width: 50px;
    line-height: 46px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 12px;
    color: #fff;
    text-align: center;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.btn-video:hover {
    color: #fff;
}

.btn-video:focus {
    color: #fff;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .btn-align-left-md {
        text-align: left;
    }

    .btn-align-right-md {
        text-align: right;
    }

    .btn-align-center-md {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .btn-align-left-sm {
        text-align: left;
    }

    .btn-align-right-sm {
        text-align: right;
    }

    .btn-align-center-sm {
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .btn-align-left-xs {
        text-align: left;
    }

    .btn-align-right-xs {
        text-align: right;
    }

    .btn-align-center-xs {
        text-align: center;
    }
}

#site-header-wrap {
    position: relative;
    z-index: 1002;
}

#site-header-wrap ul {
    padding-left: 0;
    list-style: none;
}

#site-header-wrap .site-branding {
    position: relative;
}

#site-header-wrap .site-branding > a {
    float: left;
}

#site-header-wrap .site-branding > a:not(.logo-light) {
    opacity: 0;
}

#site-header-wrap .site-branding img {
    max-height: 100px;
}

#site-header-wrap .site-menu-right {
    margin-left: 16px;
}

#site-header-wrap .site-menu-right .menu-right-item {
    font-size: 13px;
    font-weight: bold;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    cursor: pointer;
}

#site-header-wrap .site-menu-right .menu-right-item.h-btn {
    border: 2px solid #333;
    -webkit-border-radius: 33px;
    -khtml-border-radius: 33px;
    -moz-border-radius: 33px;
    -ms-border-radius: 33px;
    -o-border-radius: 33px;
    border-radius: 33px;
    display: inline-block;
    line-height: 27px;
    padding: 0 15px;
    -webkit-transition: all 120ms linear 0ms;
    -khtml-transition: all 120ms linear 0ms;
    -moz-transition: all 120ms linear 0ms;
    -ms-transition: all 120ms linear 0ms;
    -o-transition: all 120ms linear 0ms;
    transition: all 120ms linear 0ms;
}

#site-header-wrap .site-menu-right .menu-right-item.h-btn-search {
    font-size: 15px;
}

#site-header-wrap .top-information li {
    font-size: 14px;
    display: inline-block;
    padding: 11px 20px 10px 23px;
    color: #9b9b9b;
    position: relative;
}

#site-header-wrap .top-information li a {
    color: #9b9b9b;
}

#site-header-wrap .top-information li a:hover {
    color: #eb000a;
}

#site-header-wrap .top-information li:last-child {
    padding-right: 0;
}

#site-header-wrap .top-information li i {
    position: absolute;
    top: 48%;
    left: 0;
    transform: translateY(-50%);
    font-size: 16px;
    color: #eb000a;
}

#site-header-wrap .top-social {
    text-align: right;
}

#site-header-wrap .top-social li {
    display: inline-block;
    padding: 10px 9px;
}

#site-header-wrap .top-social li:first-child {
    padding-left: 0;
}

#site-header-wrap .top-social li:last-child {
    padding-right: 0;
}

#site-header-wrap .top-social li a {
    color: #333;
    font-size: 14px;
}

#site-header-wrap .top-social li a:hover {
    color: #eb000a;
}

body .site-header #site-header-wrap.header-layout6 .site-header-main {
    background-color: transparent;
}

.header-1 .header-content, .header-4 .header-content, .header-5 .header-content, .header-10 .header-content, .header-1 .header-medium, .header-4 .header-medium, .header-5 .header-medium, .header-10 .header-medium {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-1 .header-content .site-branding, .header-4 .header-content .site-branding, .header-5 .header-content .site-branding, .header-10 .header-content .site-branding, .header-1 .header-medium .site-branding, .header-4 .header-medium .site-branding, .header-5 .header-medium .site-branding, .header-10 .header-medium .site-branding {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-1 .header-content .main-navigation, .header-4 .header-content .main-navigation, .header-5 .header-content .main-navigation, .header-10 .header-content .main-navigation, .header-1 .header-medium .main-navigation, .header-4 .header-medium .main-navigation, .header-5 .header-medium .main-navigation, .header-10 .header-medium .main-navigation {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (min-width: 992px) {
    .header-1 .header-content .primary-menu, .header-4 .header-content .primary-menu, .header-5 .header-content .primary-menu, .header-10 .header-content .primary-menu, .header-1 .header-medium .primary-menu, .header-4 .header-medium .primary-menu, .header-5 .header-medium .primary-menu, .header-10 .header-medium .primary-menu {
        float: right;
    }
}

.header-1 .header-content .primary-menu > li.megamenu, .header-4 .header-content .primary-menu > li.megamenu, .header-5 .header-content .primary-menu > li.megamenu, .header-10 .header-content .primary-menu > li.megamenu, .header-1 .header-medium .primary-menu > li.megamenu, .header-4 .header-medium .primary-menu > li.megamenu, .header-5 .header-medium .primary-menu > li.megamenu, .header-10 .header-medium .primary-menu > li.megamenu {
    position: static;
}

.header-1 .header-content .primary-menu > li.megamenu > .sub-menu, .header-4 .header-content .primary-menu > li.megamenu > .sub-menu, .header-5 .header-content .primary-menu > li.megamenu > .sub-menu, .header-10 .header-content .primary-menu > li.megamenu > .sub-menu, .header-1 .header-medium .primary-menu > li.megamenu > .sub-menu, .header-4 .header-medium .primary-menu > li.megamenu > .sub-menu, .header-5 .header-medium .primary-menu > li.megamenu > .sub-menu, .header-10 .header-medium .primary-menu > li.megamenu > .sub-menu {
    width: 100%;
    left: 0;
}

.header-1 .header-content .primary-menu > li.megamenu > .sub-menu > li, .header-4 .header-content .primary-menu > li.megamenu > .sub-menu > li, .header-5 .header-content .primary-menu > li.megamenu > .sub-menu > li, .header-10 .header-content .primary-menu > li.megamenu > .sub-menu > li, .header-1 .header-medium .primary-menu > li.megamenu > .sub-menu > li, .header-4 .header-medium .primary-menu > li.megamenu > .sub-menu > li, .header-5 .header-medium .primary-menu > li.megamenu > .sub-menu > li, .header-10 .header-medium .primary-menu > li.megamenu > .sub-menu > li {
    padding-left: 20px;
    padding-right: 20px;
}

.header-1 .header-content .primary-menu > li.megamenu > .sub-menu .menu li, .header-4 .header-content .primary-menu > li.megamenu > .sub-menu .menu li, .header-5 .header-content .primary-menu > li.megamenu > .sub-menu .menu li, .header-10 .header-content .primary-menu > li.megamenu > .sub-menu .menu li, .header-1 .header-medium .primary-menu > li.megamenu > .sub-menu .menu li, .header-4 .header-medium .primary-menu > li.megamenu > .sub-menu .menu li, .header-5 .header-medium .primary-menu > li.megamenu > .sub-menu .menu li, .header-10 .header-medium .primary-menu > li.megamenu > .sub-menu .menu li {
    padding-left: 0px;
    padding-right: 0px;
}

.header-1 .header-content .primary-menu > li.megamenu > .sub-menu .menu li a, .header-4 .header-content .primary-menu > li.megamenu > .sub-menu .menu li a, .header-5 .header-content .primary-menu > li.megamenu > .sub-menu .menu li a, .header-10 .header-content .primary-menu > li.megamenu > .sub-menu .menu li a, .header-1 .header-medium .primary-menu > li.megamenu > .sub-menu .menu li a, .header-4 .header-medium .primary-menu > li.megamenu > .sub-menu .menu li a, .header-5 .header-medium .primary-menu > li.megamenu > .sub-menu .menu li a, .header-10 .header-medium .primary-menu > li.megamenu > .sub-menu .menu li a {
    color: #393b3e;
    border-color: #eee;
}

@media screen and (max-width: 767px) {
    .header-1 .header-content .primary-menu > li.megamenu > .sub-menu .container, .header-4 .header-content .primary-menu > li.megamenu > .sub-menu .container, .header-5 .header-content .primary-menu > li.megamenu > .sub-menu .container, .header-10 .header-content .primary-menu > li.megamenu > .sub-menu .container, .header-1 .header-medium .primary-menu > li.megamenu > .sub-menu .container, .header-4 .header-medium .primary-menu > li.megamenu > .sub-menu .container, .header-5 .header-medium .primary-menu > li.megamenu > .sub-menu .container, .header-10 .header-medium .primary-menu > li.megamenu > .sub-menu .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .header-1 .header-content .primary-menu > li.megamenu > .sub-menu .vc_row, .header-4 .header-content .primary-menu > li.megamenu > .sub-menu .vc_row, .header-5 .header-content .primary-menu > li.megamenu > .sub-menu .vc_row, .header-10 .header-content .primary-menu > li.megamenu > .sub-menu .vc_row, .header-1 .header-medium .primary-menu > li.megamenu > .sub-menu .vc_row, .header-4 .header-medium .primary-menu > li.megamenu > .sub-menu .vc_row, .header-5 .header-medium .primary-menu > li.megamenu > .sub-menu .vc_row, .header-10 .header-medium .primary-menu > li.megamenu > .sub-menu .vc_row {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .header-1 .header-content .primary-menu > li.megamenu > .sub-menu .vc_column_container > .vc_column-inner, .header-4 .header-content .primary-menu > li.megamenu > .sub-menu .vc_column_container > .vc_column-inner, .header-5 .header-content .primary-menu > li.megamenu > .sub-menu .vc_column_container > .vc_column-inner, .header-10 .header-content .primary-menu > li.megamenu > .sub-menu .vc_column_container > .vc_column-inner, .header-1 .header-medium .primary-menu > li.megamenu > .sub-menu .vc_column_container > .vc_column-inner, .header-4 .header-medium .primary-menu > li.megamenu > .sub-menu .vc_column_container > .vc_column-inner, .header-5 .header-medium .primary-menu > li.megamenu > .sub-menu .vc_column_container > .vc_column-inner, .header-10 .header-medium .primary-menu > li.megamenu > .sub-menu .vc_column_container > .vc_column-inner {
        padding-top: 15px !important;
        border-right: none !important;
    }

    .header-1 .header-content .primary-menu > li.megamenu > .sub-menu .vc_column_container > .vc_column-inner .vc_wp_custommenu, .header-4 .header-content .primary-menu > li.megamenu > .sub-menu .vc_column_container > .vc_column-inner .vc_wp_custommenu, .header-5 .header-content .primary-menu > li.megamenu > .sub-menu .vc_column_container > .vc_column-inner .vc_wp_custommenu, .header-10 .header-content .primary-menu > li.megamenu > .sub-menu .vc_column_container > .vc_column-inner .vc_wp_custommenu, .header-1 .header-medium .primary-menu > li.megamenu > .sub-menu .vc_column_container > .vc_column-inner .vc_wp_custommenu, .header-4 .header-medium .primary-menu > li.megamenu > .sub-menu .vc_column_container > .vc_column-inner .vc_wp_custommenu, .header-5 .header-medium .primary-menu > li.megamenu > .sub-menu .vc_column_container > .vc_column-inner .vc_wp_custommenu, .header-10 .header-medium .primary-menu > li.megamenu > .sub-menu .vc_column_container > .vc_column-inner .vc_wp_custommenu {
        margin-bottom: 0 !important;
    }
}

.header-1 .header-content .site-menu-right, .header-4 .header-content .site-menu-right, .header-5 .header-content .site-menu-right, .header-10 .header-content .site-menu-right, .header-1 .header-medium .site-menu-right, .header-4 .header-medium .site-menu-right, .header-5 .header-medium .site-menu-right, .header-10 .header-medium .site-menu-right {
    justify-self: flex-end;
}

.header-1 .header-content .site-menu-right .h-cart-wrapper .icon-cart svg .cls-1, .header-4 .header-content .site-menu-right .h-cart-wrapper .icon-cart svg .cls-1, .header-5 .header-content .site-menu-right .h-cart-wrapper .icon-cart svg .cls-1, .header-10 .header-content .site-menu-right .h-cart-wrapper .icon-cart svg .cls-1, .header-1 .header-medium .site-menu-right .h-cart-wrapper .icon-cart svg .cls-1, .header-4 .header-medium .site-menu-right .h-cart-wrapper .icon-cart svg .cls-1, .header-5 .header-medium .site-menu-right .h-cart-wrapper .icon-cart svg .cls-1, .header-10 .header-medium .site-menu-right .h-cart-wrapper .icon-cart svg .cls-1 {
    fill: #fff;
    fill-rule: evenodd;
}

.header-1 .page-title-content, .header-4 .page-title-content, .header-5 .page-title-content, .header-10 .page-title-content {
    padding-top: 270px;
}

.header-10 .header-medium {
    padding-top: 20px;
    padding-bottom: 20px;
}

.site-header .main-navigation .primary-menu > li.megamenu {
    position: static;
}

.site-header .main-navigation .primary-menu > li.megamenu > .sub-menu {
    left: 0;
}

.header-2 .header-medium, .header-3 .header-medium, .header-7 .header-medium, .header-8 .header-medium {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-2 .header-medium .site-branding, .header-3 .header-medium .site-branding, .header-7 .header-medium .site-branding, .header-8 .header-medium .site-branding {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.header-2 .header-medium .main-navigation, .header-3 .header-medium .main-navigation, .header-7 .header-medium .main-navigation, .header-8 .header-medium .main-navigation {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

@media screen and (min-width: 992px) {
    .header-2 .header-medium .main-navigation .primary-menu, .header-3 .header-medium .main-navigation .primary-menu, .header-7 .header-medium .main-navigation .primary-menu, .header-8 .header-medium .main-navigation .primary-menu {
        float: right;
    }
}

.header-2 .header-medium .site-menu-right, .header-3 .header-medium .site-menu-right, .header-7 .header-medium .site-menu-right, .header-8 .header-medium .site-menu-right {
    justify-self: flex-end;
}

.header-2 .header-medium .site-menu-right .icon-cart, .header-3 .header-medium .site-menu-right .icon-cart, .header-7 .header-medium .site-menu-right .icon-cart, .header-8 .header-medium .site-menu-right .icon-cart {
    cursor: pointer;
    font-weight: 400;
}

.header-2 .header-medium .site-menu-right .icon-cart svg, .header-3 .header-medium .site-menu-right .icon-cart svg, .header-7 .header-medium .site-menu-right .icon-cart svg, .header-8 .header-medium .site-menu-right .icon-cart svg {
    position: relative;
    top: 3px;
    left: 5px;
}

@media screen and (min-width: 992px) {
    .header-2 .header-medium .site-menu-right .icon-cart, .header-3 .header-medium .site-menu-right .icon-cart, .header-7 .header-medium .site-menu-right .icon-cart, .header-8 .header-medium .site-menu-right .icon-cart {
        display: inline-block;
        line-height: 100px;
    }
}

.header-2 .header-medium .site-menu-right .icon-cart .couter_items, .header-3 .header-medium .site-menu-right .icon-cart .couter_items, .header-7 .header-medium .site-menu-right .icon-cart .couter_items, .header-8 .header-medium .site-menu-right .icon-cart .couter_items {
    padding: 1px 2px 1px 5px;
    color: #393b3e;
    position: relative;
    font-weight: bold;
    left: 0px;
    top: -8px;
}

.header-2 #headroom, .header-3 #headroom, .header-7 #headroom, .header-8 #headroom {
    background-color: #fff;
}

.header-2 .site-branding a.logo-dark, .header-3 .site-branding a.logo-dark, .header-7 .site-branding a.logo-dark, .header-8 .site-branding a.logo-dark {
    opacity: 1 !important;
}

.header-2 .site-branding .logo-light, .header-3 .site-branding .logo-light, .header-7 .site-branding .logo-light, .header-8 .site-branding .logo-light, .header-2 .site-branding .logo-mobile, .header-3 .site-branding .logo-mobile, .header-7 .site-branding .logo-mobile, .header-8 .site-branding .logo-mobile {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.header-6 .header-medium {
    background-color: #fff;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-6 .header-medium .site-branding {
    flex-grow: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-6 .header-medium .site-branding img {
        width: 100px;
    }
}

.header-6 .header-medium .main-navigation {
    flex-grow: 1;
}

@media screen and (min-width: 992px) {
    .header-6 .header-medium .main-navigation .primary-menu {
        float: right;
    }
}

.header-6 .header-medium .site-menu-right {
    justify-self: flex-end;
}

.header-6 .header-medium .site-menu-right .icon-cart {
    cursor: pointer;
}

.header-6 .header-medium .site-menu-right .icon-cart svg {
    position: relative;
    top: 3px;
    left: 5px;
}

.header-6 .header-medium .site-menu-right .icon-cart .couter_items {
    padding: 0px 6px 0 5px;
    color: #393b3e;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    left: 0px;
    top: -8px;
}

@media screen and (min-width: 992px) {
    .header-6 .header-medium .site-menu-right .icon-cart {
        display: inline-block;
        line-height: 100px;
    }
}

.header-6 .primary-menu > li {
    padding: 0 15px;
}

@media screen and (min-width: 992px) {
    .header-6 .primary-menu > li > a {
        line-height: 100px;
    }
}

.header-6 #headroom.headroom--not-top.headroom--not-bottom .header-medium {
    padding-left: 0;
    padding-right: 0;
}

.header-6 .site-menu-right .h-cart-wrapper {
    margin-right: 0;
}

.header-6 .site-branding a {
    opacity: 0;
}

.header-6 .site-branding a.logo-dark {
    opacity: 1 !important;
}

.header-layout9 .site-branding > a:not(.logo-dark) {
    opacity: 1;
}

.header-layout9 #headroom .header-medium {
    display: flex;
    position: relative;
}

.header-layout9 #headroom .header-medium .site-branding {
    flex-grow: 0;
}

.header-layout9 #headroom .header-medium .btn-icon-menu-popup {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header-layout9 .header-medium {
    display: flex;
}

#main-menu-mobile {
    display: none;
}

#main-menu-mobile #search-mobile {
    border-radius: 2px;
    right: 10px;
    height: 34px;
    width: 40px;
    display: inline-block;
    line-height: 32px;
    color: #393b3e;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

#main-menu-mobile #search-mobile .h-btn-search {
    width: 100%;
    height: 100%;
    display: block;
}

.btn-nav-mobile {
    display: inline-block;
    border-radius: 2px;
    margin-left: 10px;
    color: #393b3e;
    display: inline-block;
    font-size: 16px;
    height: 34px;
    line-height: 33px;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    padding-left: 5px;
    padding-right: 5px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.btn-nav-mobile:before, .btn-nav-mobile:after, .btn-nav-mobile span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    content: "";
    background-color: #393b3e;
    display: block;
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 25px;
    top: 23px;
}

.btn-nav-mobile:before {
    top: 9px;
    width: 25px;
}

.btn-nav-mobile:after {
    width: 25px;
}

.btn-nav-mobile span {
    top: 16px;
}

.btn-nav-mobile.opened:before {
    top: 15px;
    width: 25px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-nav-mobile.opened:after {
    top: 15px;
    width: 25px;
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-nav-mobile.opened span {
    display: none;
}

.h-cart-wrapper, .btn-text-header {
    display: inline-block;
    margin-left: 10px;
    font-weight: bold;
    font-size: 13px;
    margin-right: 10px;
    font-family: 'Montserrat', sans-serif;
}

.header-1 .h-cart-wrapper .icon-cart, .header-4 .h-cart-wrapper .icon-cart, .header-5 .h-cart-wrapper .icon-cart {
    color: #fff;
    cursor: pointer;
}

.header-1 .h-cart-wrapper .icon-cart .couter_items, .header-4 .h-cart-wrapper .icon-cart .couter_items, .header-5 .h-cart-wrapper .icon-cart .couter_items {
    padding: 0px 2px 0 5px;
    color: #fff;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    left: 0px;
    top: -8px;
}

@media screen and (min-width: 992px) {
    .header-1 .h-cart-wrapper .icon-cart, .header-4 .h-cart-wrapper .icon-cart, .header-5 .h-cart-wrapper .icon-cart {
        display: inline-block;
        line-height: 100px;
    }

    .header-1 .h-cart-wrapper .icon-cart svg, .header-4 .h-cart-wrapper .icon-cart svg, .header-5 .h-cart-wrapper .icon-cart svg {
        position: relative;
        top: 3px;
        left: 5px;
    }

    .header-1 .h-cart-wrapper .icon-cart svg .cls-1, .header-4 .h-cart-wrapper .icon-cart svg .cls-1, .header-5 .h-cart-wrapper .icon-cart svg .cls-1 {
        fill: #fff;
        fill-rule: evenodd;
    }
}

.header-1 .headroom--not-top.headroom--not-bottom .h-cart-wrapper .icon-cart, .header-4 .headroom--not-top.headroom--not-bottom .h-cart-wrapper .icon-cart, .header-5 .headroom--not-top.headroom--not-bottom .h-cart-wrapper .icon-cart {
    cursor: pointer;
}

@media screen and (min-width: 992px) {
    .header-1 .headroom--not-top.headroom--not-bottom .h-cart-wrapper .icon-cart, .header-4 .headroom--not-top.headroom--not-bottom .h-cart-wrapper .icon-cart, .header-5 .headroom--not-top.headroom--not-bottom .h-cart-wrapper .icon-cart {
        color: #393b3e;
        display: inline-block;
        line-height: 80px;
    }

    .header-1 .headroom--not-top.headroom--not-bottom .h-cart-wrapper .icon-cart .couter_items, .header-4 .headroom--not-top.headroom--not-bottom .h-cart-wrapper .icon-cart .couter_items, .header-5 .headroom--not-top.headroom--not-bottom .h-cart-wrapper .icon-cart .couter_items {
        color: #393b3e;
    }
}

.header-1 .headroom--not-top.headroom--not-bottom .h-cart-wrapper .icon-cart svg, .header-4 .headroom--not-top.headroom--not-bottom .h-cart-wrapper .icon-cart svg, .header-5 .headroom--not-top.headroom--not-bottom .h-cart-wrapper .icon-cart svg {
    position: relative;
    top: 3px;
    left: 5px;
    fill: #393b3e;
}

.btn-icon-sidebar-popup {
    display: inline-block;
    border-radius: 2px;
    color: #333;
    display: inline-block;
    font-size: 16px;
    height: 34px;
    line-height: 33px;
    text-align: left;
    vertical-align: middle;
    margin-left: 17px;
    width: 16px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.btn-icon-sidebar-popup:before, .btn-icon-sidebar-popup:after, .btn-icon-sidebar-popup span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    content: "";
    background-color: #393b3e;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 14px;
    top: 22px;
}

.btn-icon-sidebar-popup:before {
    top: 10px;
    width: 12px;
}

.btn-icon-sidebar-popup:after {
    width: 16px;
}

.btn-icon-sidebar-popup span {
    top: 16px;
}

.btn-icon-sidebar-popup.opened:before {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.btn-icon-sidebar-popup.opened:after {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn-icon-sidebar-popup.opened span {
    display: none;
}

@media screen and (max-width: 991px) {
    .btn-icon-sidebar-popup {
        width: 25px !important;
        margin-left: 10px;
    }

    .btn-icon-sidebar-popup:before, .btn-icon-sidebar-popup:after, .btn-icon-sidebar-popup span {
        background-color: #393b3e !important;
    }

    .btn-icon-sidebar-popup:before {
        top: 9px !important;
        width: 16px !important;
    }

    .btn-icon-sidebar-popup span {
        width: 21px !important;
    }

    .btn-icon-sidebar-popup:after {
        top: 23px !important;
        width: 25px !important;
    }

    .btn-icon-sidebar-popup.opened {
        top: 60px !important;
    }
}

@media (max-width: 360px) {
    .btn-icon-sidebar-popup {
        display: none !important;
    }
}

#site-header-wrap:not(.header-9) .site-menu-right #btn-menu, #site-header-wrap:not(.header-9) .site-menu-right .h-btn-search {
    margin-left: 10px;
}

.header-9 #main-menu-mobile {
    display: block;
}

.header-1 .btn-icon-sidebar-popup:before, .header-4 .btn-icon-sidebar-popup:before, .header-5 .btn-icon-sidebar-popup:before, .header-1 .btn-icon-sidebar-popup:after, .header-4 .btn-icon-sidebar-popup:after, .header-5 .btn-icon-sidebar-popup:after, .header-1 .btn-icon-sidebar-popup span, .header-4 .btn-icon-sidebar-popup span, .header-5 .btn-icon-sidebar-popup span {
    background-color: #fff;
}

.header-2 .site-menu-right .bt-text a, .header-3 .site-menu-right .bt-text a, .header-6 .site-menu-right .bt-text a, .header-7 .site-menu-right .bt-text a, .header-8 .site-menu-right .bt-text a, .header-2 .site-menu-right .h-btn-search, .header-3 .site-menu-right .h-btn-search, .header-6 .site-menu-right .h-btn-search, .header-7 .site-menu-right .h-btn-search, .header-8 .site-menu-right .h-btn-search {
    color: #333;
}

.header-2 .primary-menu > li > a:before, .header-3 .primary-menu > li > a:before, .header-6 .primary-menu > li > a:before, .header-7 .primary-menu > li > a:before, .header-8 .primary-menu > li > a:before {
    height: 2px;
    bottom: 3px !important;
    background-color: #393b3e;
}

.header-2 .primary-menu > li:hover > a:before, .header-3 .primary-menu > li:hover > a:before, .header-6 .primary-menu > li:hover > a:before, .header-7 .primary-menu > li:hover > a:before, .header-8 .primary-menu > li:hover > a:before, .header-2 .primary-menu > li.current_page_item > a:before, .header-3 .primary-menu > li.current_page_item > a:before, .header-6 .primary-menu > li.current_page_item > a:before, .header-7 .primary-menu > li.current_page_item > a:before, .header-8 .primary-menu > li.current_page_item > a:before, .header-2 .primary-menu > li.current-menu-item > a:before, .header-3 .primary-menu > li.current-menu-item > a:before, .header-6 .primary-menu > li.current-menu-item > a:before, .header-7 .primary-menu > li.current-menu-item > a:before, .header-8 .primary-menu > li.current-menu-item > a:before, .header-2 .primary-menu > li.current_page_ancestor > a:before, .header-3 .primary-menu > li.current_page_ancestor > a:before, .header-6 .primary-menu > li.current_page_ancestor > a:before, .header-7 .primary-menu > li.current_page_ancestor > a:before, .header-8 .primary-menu > li.current_page_ancestor > a:before, .header-2 .primary-menu > li.current-menu-ancestor > a:before, .header-3 .primary-menu > li.current-menu-ancestor > a:before, .header-6 .primary-menu > li.current-menu-ancestor > a:before, .header-7 .primary-menu > li.current-menu-ancestor > a:before, .header-8 .primary-menu > li.current-menu-ancestor > a:before {
    opacity: 1;
}

.header-3 .topbar-panel {
    background-color: #282828;
}

@media screen and (min-width: 992px) {
    #site-header-wrap.rf-no-active .site-menu-right .menu-right-item {
        color: #fff;
    }

    #site-header-wrap.rf-no-active .site-menu-right .menu-right-item:hover {
        border-color: #eb000a;
        color: ;
    }

    #site-header-wrap.header-layout1 #headroom {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    #site-header-wrap.header-layout1 #headroom.headroom--not-top.headroom--not-bottom {
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        background-color: #fff;
    }

    #site-header-wrap.header-layout1 #headroom.headroom--not-top.headroom--not-bottom .site-branding .logo {
        opacity: 1;
    }

    #site-header-wrap.header-layout1 #headroom.headroom--not-top.headroom--not-bottom .site-branding img {
        max-height: 40px;
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
    }

    #site-header-wrap.header-layout1 #headroom.headroom--not-top.headroom--not-bottom .h-btn-search {
        color: #393b3e;
    }

    #site-header-wrap.header-layout1 #headroom.headroom--not-top.headroom--not-bottom .btn-icon-sidebar-popup:before, #site-header-wrap.header-layout1 #headroom.headroom--not-top.headroom--not-bottom .btn-icon-sidebar-popup:after, #site-header-wrap.header-layout1 #headroom.headroom--not-top.headroom--not-bottom .btn-icon-sidebar-popup span {
        background-color: #393b3e;
    }

    #site-header-wrap.header-layout1 #headroom.headroom--not-top.headroom--not-bottom .site-menu-right .h-cart-wrapper {
        margin-right: 0;
    }

    #site-header-wrap.header-layout1 #headroom.headroom--not-top.headroom--not-bottom .site-menu-right .h-cart-wrapper .icon-cart:hover {
        color: #eb000a;
    }

    #site-header-wrap.header-layout1 #headroom.headroom--not-top.headroom--not-bottom .site-menu-right .btn-text-header a {
        border: 2px solid #393b3e;
        color: #393b3e;
        border-radius: 33px;
        display: inline-block;
        line-height: 27px;
        padding: 0 15px;
    }

    #site-header-wrap.header-layout1 #headroom.headroom--not-top.headroom--not-bottom .site-menu-right .btn-text-header a a:hover {
        color: #eb000a;
        border-color: #eb000a;
    }

    #site-header-wrap.header-layout1 #headroom .site-menu-right .h-cart-wrapper {
        margin-right: 0;
    }

    #site-header-wrap.header-layout1 #headroom .site-menu-right .h-cart-wrapper .icon-cart:hover {
        color: #eb000a;
    }

    #site-header-wrap.header-layout2 .topbar-panel {
        border-bottom: 1px solid #ededed;
    }

    #site-header-wrap.header-layout2 .topbar-panel .container {
        display: flex;
    }

    #site-header-wrap.header-layout2 .topbar-panel .container .top-information, #site-header-wrap.header-layout2 .topbar-panel .container .cms-socials {
        flex-grow: 1;
    }

    #site-header-wrap.header-layout2 .primary-menu > li > a {
        line-height: 100px;
        background-color: transparent;
    }

    #site-header-wrap.header-layout2 .site-menu-right .h-cart-wrapper {
        margin-right: 0;
    }

    #site-header-wrap.header-layout2 .site-menu-right .h-cart-wrapper .icon-cart svg .cls-1 {
        fill: #393b3e;
        fill-rule: evenodd;
    }

    #site-header-wrap.header-layout2 .site-menu-right .btn-text-header a {
        border: 2px solid #333;
        border-radius: 33px;
        display: inline-block;
        line-height: 27px;
        padding: 0 15px;
    }

    #site-header-wrap.header-layout2 .site-menu-right .btn-text-header a:hover {
        border-color: #eb000a;
        color: #eb000a;
    }

    #site-header-wrap.header-layout3 .topbar-panel {
        font-size: 14px;
    }

    #site-header-wrap.header-layout3 .topbar-panel .container {
        display: flex;
    }

    #site-header-wrap.header-layout3 .topbar-panel .container .top-information, #site-header-wrap.header-layout3 .topbar-panel .container .cms-socials {
        flex-grow: 1;
    }

    #site-header-wrap.header-layout3 .top-social {
        text-align: right;
    }

    #site-header-wrap.header-layout3 .top-social li a {
        color: #eb000a;
    }

    #site-header-wrap.header-layout3 .top-social li a:hover {
        color: #fff;
    }

    #site-header-wrap.header-layout3 .primary-menu > li > a:before {
        background-color: #eb000a;
    }

    #site-header-wrap.header-layout3 #headroom .site-menu-right .h-cart-wrapper .icon-cart svg .cls-1 {
        fill: #393b3e;
        fill-rule: evenodd;
    }

    #site-header-wrap.header-layout4 #headroom {
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    #site-header-wrap.header-layout4 .site-menu-right .h-cart-wrapper {
        margin-right: 0;
    }

    #site-header-wrap.header-layout4 .site-menu-right .h-cart-wrapper .icon-cart svg .cls-1 {
        fill: #fff;
        fill-rule: evenodd;
    }

    #site-header-wrap.header-layout5 #headroom.headroom--not-top.headroom--not-bottom .h-btn-search {
        color: #393b3e;
    }

    #site-header-wrap.header-layout5 #headroom.headroom--not-top.headroom--not-bottom .btn-text-header a {
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        color: #393b3e;
        border: 2px solid #333;
        display: inline-block;
        line-height: 27px;
        padding: 0 15px;
        -webkit-transition: all 120ms linear 0ms;
        -khtml-transition: all 120ms linear 0ms;
        -moz-transition: all 120ms linear 0ms;
        -ms-transition: all 120ms linear 0ms;
        -o-transition: all 120ms linear 0ms;
        transition: all 120ms linear 0ms;
    }

    #site-header-wrap.header-layout5 #headroom.headroom--not-top.headroom--not-bottom .btn-text-header a:hover {
        color: #eb000a;
        border: 2px solid #eb000a;
    }

    #site-header-wrap.header-layout5 #headroom.headroom--not-top.headroom--not-bottom .btn-icon-sidebar-popup:before, #site-header-wrap.header-layout5 #headroom.headroom--not-top.headroom--not-bottom .btn-icon-sidebar-popup:after, #site-header-wrap.header-layout5 #headroom.headroom--not-top.headroom--not-bottom .btn-icon-sidebar-popup span {
        background-color: #393b3e;
    }

    #site-header-wrap.header-layout5 #headroom .site-menu-right .btn-text-header a {
        -webkit-border-radius: 0;
        -khtml-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        -o-border-radius: 0;
        border-radius: 0;
        color: #fff;
        border: 2px solid #fff;
        display: inline-block;
        line-height: 27px;
        padding: 0 15px;
        -webkit-transition: all 120ms linear 0ms;
        -khtml-transition: all 120ms linear 0ms;
        -moz-transition: all 120ms linear 0ms;
        -ms-transition: all 120ms linear 0ms;
        -o-transition: all 120ms linear 0ms;
        transition: all 120ms linear 0ms;
    }

    #site-header-wrap.header-layout5 #headroom .site-menu-right .btn-text-header a:hover {
        color: #eb000a;
        border: 2px solid #eb000a;
    }

    #site-header-wrap.header-layout6 #headroom.headroom--top.headroom--not-bottom .primary-menu-not-set a:hover, #site-header-wrap.header-layout6.no-sticky #headroom .primary-menu-not-set a:hover {
        color: #eb000a;
    }

    #site-header-wrap.header-layout6 #headroom.headroom--top.headroom--not-bottom .btn-text-header a, #site-header-wrap.header-layout6.no-sticky #headroom .btn-text-header a, #site-header-wrap.header-layout6 #headroom.headroom--top.headroom--not-bottom .h-btn-search, #site-header-wrap.header-layout6.no-sticky #headroom .h-btn-search {
        color: #333;
    }

    #site-header-wrap.header-layout6 #headroom.headroom--top.headroom--not-bottom .site-menu-right .btn-text-header a, #site-header-wrap.header-layout6.no-sticky #headroom .site-menu-right .btn-text-header a {
        line-height: 27px;
        border: 2px solid #393b3e !important;
        border-radius: 33px;
        padding: 0 15px;
        display: inline-block;
        color: #393b3e;
    }

    #site-header-wrap.header-layout6 #headroom.headroom--top.headroom--not-bottom .site-menu-right .btn-text-header a:hover, #site-header-wrap.header-layout6.no-sticky #headroom .site-menu-right .btn-text-header a:hover {
        color: #eb000a;
        border-color: #eb000a;
    }

    #site-header-wrap.header-layout6 #headroom.headroom--top.headroom--not-bottom .site-menu-right .menu-right-item.h-btn, #site-header-wrap.header-layout6.no-sticky #headroom .site-menu-right .menu-right-item.h-btn {
        border-color: #333;
        color: #333;
    }

    #site-header-wrap.header-layout6 #headroom .site-menu-right .h-cart-wrapper .icon-cart svg .cls-1 {
        fill: #393b3e !important;
        fill-rule: evenodd;
    }

    #site-header-wrap.header-layout6 #headroom.headroom--not-top.headroom--not-bottom .h-btn-search {
        color: #393b3e;
    }

    #site-header-wrap.header-layout6 #headroom.headroom--not-top.headroom--not-bottom .menu-right-item .h-cart-wrapper .icon-cart {
        display: inline-block;
        line-height: 80px;
    }

    #site-header-wrap.header-layout6 #headroom.headroom--not-top.headroom--not-bottom .btn-text-header a {
        border: 2px solid #333;
        border-radius: 33px;
        display: inline-block;
        line-height: 27px;
        padding: 0 15px;
        color: #393b3e;
    }

    #site-header-wrap.header-layout6 #headroom.headroom--not-top.headroom--not-bottom .btn-text-header a:hover {
        border-color: #eb000a;
        color: #eb000a;
    }

    #site-header-wrap.header-layout6 .topbar-panel {
        font-size: 14px;
    }

    #site-header-wrap.header-layout6 .topbar-panel .container {
        display: flex;
    }

    #site-header-wrap.header-layout6 .topbar-panel .container .top-information, #site-header-wrap.header-layout6 .topbar-panel .container .cms-socials {
        flex-grow: 1;
    }

    #site-header-wrap.header-layout6 .topbar-panel .container .top-information {
        padding-left: 30px;
    }

    #site-header-wrap.header-layout6 .top-information li {
        color: #fff;
    }

    #site-header-wrap.header-layout6 .top-information li:first-child {
        padding-left: 30px;
    }

    #site-header-wrap.header-layout6 .top-information li i {
        color: #fff;
    }

    #site-header-wrap.header-layout6 .top-information li a {
        color: #fff;
    }

    #site-header-wrap.header-layout6 .top-information li a:hover {
        color: #eb000a;
    }

    #site-header-wrap.header-layout6 .top-information li a i {
        color: #fff;
    }

    #site-header-wrap.header-layout6 .top-social {
        padding-right: 30px;
    }

    #site-header-wrap.header-layout6 .top-social li a {
        color: #eb000a;
    }

    #site-header-wrap.header-layout6 .top-social li a:hover {
        color: #fff;
    }

    #site-header-wrap.header-layout6 .header-medium {
        background-color: #fff;
    }

    #site-header-wrap.header-layout6 .header-medium .primary-menu > li > a:before {
        background-color: #eb000a;
    }

    #site-header-wrap.header-layout7 #headroom {
        border-bottom: 1px solid #ededed;
    }

    #site-header-wrap.header-layout7 #headroom.headroom--not-top.headroom--not-bottom {
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        background-color: #fff;
    }

    #site-header-wrap.header-layout7 #headroom.headroom--not-top.headroom--not-bottom .site-branding .logo-dark {
        opacity: 1;
    }

    #site-header-wrap.header-layout7 #headroom.headroom--not-top.headroom--not-bottom .site-branding img {
        max-height: 40px;
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
    }

    #site-header-wrap.header-layout7 .logo-light, #site-header-wrap.header-layout7 .logo-mobile {
        position: absolute;
        top: 0;
        left: 0;
    }

    #site-header-wrap.header-layout7 .site-menu-right {
        margin-left: 60px;
    }

    #site-header-wrap.header-layout7 .site-menu-right .h-cart-wrapper {
        margin-right: 0;
    }

    #site-header-wrap.header-layout7 .site-menu-right .btn-text-header a {
        border: none;
        border-radius: 30px;
        display: inline-block;
        line-height: 30px;
        padding: 0 15px;
        background-color: #eb000a;
        color: #fff;
    }

    #site-header-wrap.header-layout7 .site-menu-right .btn-text-header a:hover {
        background-color: #393b3e;
    }

    #site-header-wrap.header-layout7 #headroom .primary-menu > li > a {
        line-height: 100px;
    }

    #site-header-wrap.header-layout7 #headroom .primary-menu > li > a:hover {
        color: #eb000a;
    }

    #site-header-wrap.header-layout7 .header-medium .site-branding > a:not(.logo-dark) {
        opacity: 1;
    }

    #site-header-wrap.header-layout7 .site-menu-right .btn-text-header .menu-right-item {
        border: 2px solid #eb000a;
        background: #eb000a;
        color: #fff;
    }

    #site-header-wrap.header-layout7 .site-menu-right .btn-text-header .menu-right-item:hover {
        background: #393b3e;
        border-color: #393b3e;
    }

    #site-header-wrap.header-layout8 .site-menu-right .h-cart-wrapper {
        margin-right: 0;
    }

    #site-header-wrap.header-layout8 .site-menu-right .widget_shopping_cart {
        left: auto;
    }

    #site-header-wrap.header-layout8 .site-menu-right .widget_shopping_cart:before {
        display: none;
    }

    #site-header-wrap.header-layout8 .header-medium .main-navigation .primary-menu {
        float: none;
        display: table;
        margin-left: auto;
        margin-right: auto;
    }

    #site-header-wrap.header-layout9 #headroom {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    #site-header-wrap.header-layout9 #headroom.headroom--not-top.headroom--not-bottom {
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        background-color: #fff;
    }

    #site-header-wrap.header-layout9 #headroom.headroom--not-top.headroom--not-bottom .site-branding .logo-dark {
        opacity: 1;
    }

    #site-header-wrap.header-layout9 #headroom.headroom--not-top.headroom--not-bottom .site-branding img {
        max-height: 40px;
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
    }

    #site-header-wrap.header-layout9 #headroom.headroom--not-top.headroom--not-bottom .h-btn-search {
        color: #393b3e;
    }

    #site-header-wrap.header-layout9 #headroom.headroom--not-top.headroom--not-bottom .btn-icon-sidebar-popup:before, #site-header-wrap.header-layout9 #headroom.headroom--not-top.headroom--not-bottom .btn-icon-sidebar-popup:after, #site-header-wrap.header-layout9 #headroom.headroom--not-top.headroom--not-bottom .btn-icon-sidebar-popup span {
        background-color: #393b3e;
    }

    #site-header-wrap.header-layout9 .site-branding a.logo-dark {
        opacity: 1;
    }

    #site-header-wrap.header-layout9 .site-branding a.logo-light, #site-header-wrap.header-layout9 .site-branding a.logo-mobile {
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0;
        line-height: 1;
    }

    #site-header-wrap.header-layout10 .site-menu-right .btn-text-header a {
        border-color: #fff !important;
        color: #fff !important;
        padding: 6px 15px !important;
    }

    #site-header-wrap.header-layout10 .site-menu-right .btn-text-header a:hover {
        color: #fff !important;
        border-color: #393b3e !important;
        background-color: #393b3e !important;
    }

    #site-header-wrap.header-layout10 #headroom.headroom--not-top.headroom--not-bottom .site-menu-right .btn-text-header a {
        border: 2px solid #393b3e !important;
        color: #393b3e !important;
    }

    #site-header-wrap.header-layout10 #headroom.headroom--not-top.headroom--not-bottom .site-menu-right .btn-text-header a:hover {
        border-color: #fff !important;
        color: #fff !important;
    }

    #site-header-wrap.header-transparent {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }

    #site-header-wrap.header-transparent .site-branding .logo-dark, #site-header-wrap.header-transparent .site-branding .logo-mobile {
        position: absolute;
        top: 0;
        left: 0;
    }

    #site-header-wrap.header-transparent .site-menu-right .btn-text-header a {
        border: 2px solid #fff;
        border-radius: 33px;
        display: inline-block;
        line-height: 27px;
        padding: 0 15px;
        color: #fff;
    }

    #site-header-wrap.header-transparent .site-menu-right .btn-text-header a:hover {
        color: #eb000a;
        border-color: #eb000a;
    }

    #site-header-wrap.header-transparent #headroom.headroom--top.headroom--not-bottom .primary-menu-not-set a:hover, #site-header-wrap.header-transparent.no-sticky #headroom .primary-menu-not-set a:hover {
        color: #eb000a;
    }

    #site-header-wrap.header-transparent #headroom.headroom--top.headroom--not-bottom .site-menu-right .btn-text-header a, #site-header-wrap.header-transparent.no-sticky #headroom .site-menu-right .btn-text-header a {
        border: 2px solid #fff;
    }

    #site-header-wrap.header-transparent #headroom.headroom--top.headroom--not-bottom .site-menu-right .btn-text-header a:hover, #site-header-wrap.header-transparent.no-sticky #headroom .site-menu-right .btn-text-header a:hover {
        border-color: #eb000a;
        color: #eb000a;
    }

    #site-header-wrap.header-transparent #headroom.headroom--top.headroom--not-bottom .site-menu-right .h-cart-wrapper .icon-cart svg .cls-1, #site-header-wrap.header-transparent.no-sticky #headroom .site-menu-right .h-cart-wrapper .icon-cart svg .cls-1 {
        fill: #fff;
        fill-rule: evenodd;
    }

    .admin-bar #site-header-wrap.header-transparent, .admin-bar #site-header-wrap.header-layout6 {
        top: 32px;
    }

    .body-border-wrapper #headroom.headroom--not-top.headroom--not-bottom {
        left: 50px;
        right: 50px;
    }

    #site-header-wrap .main-navigation .primary-menu > li.megamenu {
        position: static;
    }

    #site-header-wrap .main-navigation .primary-menu > li.megamenu > .sub-menu {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0 !important;
    }

    #site-header-wrap .main-navigation .primary-menu > li.megamenu > .sub-menu > li {
        padding-left: 20px;
        padding-right: 20px;
    }

    #site-header-wrap .main-navigation .primary-menu > li.megamenu > .sub-menu .menu li {
        padding-left: 0px;
        padding-right: 0px;
    }

    #site-header-wrap .main-navigation .primary-menu > li.megamenu > .sub-menu .menu li a {
        color: #393b3e;
        border-color: #eee;
        position: relative;
    }

    #site-header-wrap .main-navigation .primary-menu > li.megamenu > .sub-menu .menu li a:before {
        content: '';
        height: 7px;
        width: 7px;
        -webkit-border-radius: 7px;
        -khtml-border-radius: 7px;
        -moz-border-radius: 7px;
        -ms-border-radius: 7px;
        -o-border-radius: 7px;
        border-radius: 7px;
        -webkit-transform: translate(0, -50%);
        -khtml-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background-color: #eb000a;
        position: absolute;
        left: -7px;
        top: 50%;
        opacity: 0;
        -webkit-transition: all 0.3s linear;
        -khtml-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    #site-header-wrap .main-navigation .primary-menu > li.megamenu > .sub-menu .menu li.current-menu-item a, #site-header-wrap .main-navigation .primary-menu > li.megamenu > .sub-menu .menu li a:hover {
        color: #eb000a;
        padding-left: 15px;
    }

    #site-header-wrap .main-navigation .primary-menu > li.megamenu > .sub-menu .menu li.current-menu-item a:before, #site-header-wrap .main-navigation .primary-menu > li.megamenu > .sub-menu .menu li a:hover:before {
        opacity: 1;
        left: 0px;
    }

    #site-header-wrap #headroom.headroom--not-top.headroom--not-bottom {
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
        background-color: #fff;
    }

    #site-header-wrap #headroom.headroom--not-top.headroom--not-bottom #site-navigation.main-navigation {
        background-color: #fff;
    }

    #site-header-wrap #headroom.headroom--not-top.headroom--not-bottom .site-branding .logo-dark {
        opacity: 1;
    }

    #site-header-wrap #headroom.headroom--not-top.headroom--not-bottom .site-branding img {
        max-height: 40px;
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
    }

    #site-header-wrap #headroom.headroom--not-top.headroom--not-bottom .primary-menu > li > a {
        line-height: 80px;
        color: #393b3e;
    }

    #site-header-wrap #headroom.headroom--not-top.headroom--not-bottom .primary-menu > li > a:before {
        background-color: #eb000a !important;
    }

    #site-header-wrap #headroom.headroom--not-top.headroom--not-bottom .site-menu-right .icon-cart {
        line-height: 80px;
    }

    #site-header-wrap #headroom.headroom--not-top.headroom--not-bottom .site-menu-right .h-cart-wrapper .icon-cart svg {
        position: relative;
        top: 3px;
        left: 5px;
    }

    #site-header-wrap #headroom.headroom--not-top.headroom--not-bottom .site-menu-right .h-cart-wrapper .icon-cart svg .cls-1 {
        fill: #393b3e;
        fill-rule: evenodd;
    }

    #site-header-wrap #headroom.headroom--not-top.headroom--not-bottom .site-menu-right .btn-text-header .menu-right-item.h-btn {
        color: #393b3e;
        border-color: #393b3e;
    }

    #site-header-wrap #headroom.headroom--not-top.headroom--not-bottom .site-menu-right .btn-text-header .menu-right-item.h-btn:hover {
        border-color: #eb000a;
        color: #eb000a;
    }

    #site-header-wrap #headroom.headroom--not-top.headroom--not-bottom .h-btn-search {
        color: #393b3e;
    }

    #site-header-wrap #headroom.headroom--not-top.headroom--not-bottom .btn-icon-sidebar-popup:before, #site-header-wrap #headroom.headroom--not-top.headroom--not-bottom .btn-icon-sidebar-popup:after, #site-header-wrap #headroom.headroom--not-top.headroom--not-bottom .btn-icon-sidebar-popup span {
        background-color: #393b3e;
    }
}

@media screen and (max-width: 991px) {
    #site-header-wrap .main-navigation .primary-menu > li.megamenu {
        position: relative;
    }

    #site-header-wrap #main-menu-mobile .icon-cart {
        color: #393b3e;
        margin-right: 10px;
        cursor: pointer;
        position: relative;
        top: 4px;
    }

    #site-header-wrap #main-menu-mobile .icon-cart .couter_items {
        position: relative;
        top: -10px;
    }

    #site-header-wrap #main-menu-mobile .h-cart-wrapper {
        margin-left: 0;
        margin-right: 0;
    }

    #site-header-wrap #main-menu-mobile .btn-nav-mobile {
        margin-left: 0;
    }

    #site-header-wrap #main-menu-mobile #search-mobile .h-btn-search {
        font-size: 16px;
        position: relative;
        top: 2px;
    }

    #site-header-wrap .topbar-panel, #site-header-wrap .site-menu-right {
        display: none;
    }

    #site-header-wrap.header-layout10 #main-menu-mobile .btn-text-header a {
        border: 2px solid #eb000a;
        color: #fff;
        background-color: #eb000a;
        border-radius: 33px;
        display: inline-block;
        line-height: 27px;
        padding: 0 15px;
    }

    #site-header-wrap.header-layout10 #main-menu-mobile .btn-text-header a:hover {
        border: 2px solid #393b3e;
        color: #fff;
        background-color: #393b3e;
    }
}

@media screen and (max-width: 767px) {
    #site-header-wrap #main-menu-mobile .h-cart-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 575px) {
    #site-header-wrap .site-branding img {
        max-height: 60px;
    }

    #site-header-wrap.header-layout3 #main-menu-mobile .h-cart-wrapper {
        margin-left: 0;
        margin-right: 0;
    }
}

#headroom.headroom--up, #headroom.headroom--down {
    -webkit-transition: all 400ms linear 0ms;
    -khtml-transition: all 400ms linear 0ms;
    -moz-transition: all 400ms linear 0ms;
    -ms-transition: all 400ms linear 0ms;
    -o-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
}

#headroom.headroom--pinned:not(.headroom--top), #headroom.headroom--unpinned:not(.headroom--top) {
    left: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    z-index: 1001;
}

@media screen and (max-width: 991px) {
    #headroom.headroom--pinned:not(.headroom--top), #headroom.headroom--unpinned:not(.headroom--top) {
        position: static !important;
    }
}

#headroom.headroom--up .site-branding a.logo-dark {
    opacity: 1 !important;
}

#headroom.headroom--unpinned:not(.headroom--top) {
    -webkit-transform: translateY(-150px);
    -khtml-transform: translateY(-150px);
    -moz-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    -o-transform: translateY(-150px);
    transform: translateY(-150px);
}

#headroom.headroom--pinned:not(.headroom--top) {
    -webkit-transform: translateY(0px);
    -khtml-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.admin-bar #headroom.headroom--pinned:not(.headroom--top), .admin-bar #headroom.headroom--unpinned:not(.headroom--top) {
    top: 32px;
}

@media screen and (max-width: 991px) {
    #main-menu-mobile {
        display: block;
    }

    #site-header-wrap {
        position: relative;
    }

    #site-header-wrap .site-branding {
        min-height: 80px;
        text-align: left;
    }

    #site-header-wrap .site-branding img {
        max-height: 60px;
        padding: 8px 0;
    }

    #site-header-wrap .site-branding > a {
        display: none;
        line-height: 80px !important;
        float: none;
    }

    #site-header-wrap .site-branding > a.logo-mobile {
        opacity: 1 !important;
        display: inline-block;
        position: static;
    }

    #site-header-wrap .site-branding > a.logo-mobile img {
        max-height: 55px;
    }

    #site-header-wrap #main-menu-mobile {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        -khtml-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    #site-header-wrap #main-menu-mobile {
        right: 15px;
    }

    #site-header-wrap #headroom {
        position: relative;
    }
}

.primary-menu > li > a {
    font-weight: 700;
}

@media screen and (min-width: 992px) {
    .primary-menu > li > a {
        text-transform: uppercase;
    }
}

@media screen and (min-width: 992px) {
    .primary-menu > li.menu-item-has-children > a {
        text-transform: uppercase;
    }
}

.primary-menu li {
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 500ms linear 0ms;
    -khtml-transition: all 500ms linear 0ms;
    -moz-transition: all 500ms linear 0ms;
    -ms-transition: all 500ms linear 0ms;
    -o-transition: all 500ms linear 0ms;
    transition: all 500ms linear 0ms;
}

.primary-menu li a {
    -webkit-transition: all 500ms linear 0ms;
    -khtml-transition: all 500ms linear 0ms;
    -moz-transition: all 500ms linear 0ms;
    -ms-transition: all 500ms linear 0ms;
    -o-transition: all 500ms linear 0ms;
    transition: all 500ms linear 0ms;
}

@media screen and (min-width: 992px) {
    .header-layout1 .primary-menu li a, .header-layout10 .primary-menu li a {
        color: #fff;
    }

    .header-layout1 .primary-menu > li, .header-layout10 .primary-menu > li {
        padding: 0 18px;
    }

    .header-layout1 .primary-menu > li > a, .header-layout10 .primary-menu > li > a {
        font-size: 13px;
        color: #fff;
        font-weight: bold;
        line-height: 100px;
        background-color: transparent;
    }

    .header-layout1 .primary-menu .sub-menu, .header-layout10 .primary-menu .sub-menu {
        left: 18px;
    }

    .header-layout1 .primary-menu .sub-menu li, .header-layout10 .primary-menu .sub-menu li {
        padding-left: 40px;
        padding-right: 40px;
    }

    .header-layout1 .primary-menu .sub-menu li a, .header-layout10 .primary-menu .sub-menu li a {
        padding-left: 0;
        padding-right: 0;
        color: #7f7f7f;
        border-bottom: 1px solid #f2f2f2;
    }

    .header-layout1 .primary-menu .sub-menu li:hover > a, .header-layout10 .primary-menu .sub-menu li:hover > a, .header-layout1 .primary-menu .sub-menu li.current_page_item > a, .header-layout10 .primary-menu .sub-menu li.current_page_item > a, .header-layout1 .primary-menu .sub-menu li.current-menu-item > a, .header-layout10 .primary-menu .sub-menu li.current-menu-item > a, .header-layout1 .primary-menu .sub-menu li.current_page_ancestor > a, .header-layout10 .primary-menu .sub-menu li.current_page_ancestor > a, .header-layout1 .primary-menu .sub-menu li.current-menu-ancestor > a, .header-layout10 .primary-menu .sub-menu li.current-menu-ancestor > a {
        color: #eb000a;
    }

    .header-layout1 .primary-menu > li > .sub-menu, .header-layout10 .primary-menu > li > .sub-menu {
        border-top: none;
        padding-top: 23px;
    }

    .header-layout1 .site-menu-right .menu-right-item, .header-layout10 .site-menu-right .menu-right-item {
        color: #000;
    }

    .header-layout2 .primary-menu > li {
        padding: 0 18px;
    }

    .header-layout2 .primary-menu > li > a {
        color: #222;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .header-layout2 .primary-menu > li:hover > a, .header-layout2 .primary-menu > li.current_page_item > a, .header-layout2 .primary-menu > li.current-menu-item > a, .header-layout2 .primary-menu > li.current_page_ancestor > a, .header-layout2 .primary-menu > li.current-menu-ancestor > a {
        color: #eb000a;
    }

    .header-layout2 .primary-menu > li:hover > a.no-one-page, .header-layout2 .primary-menu > li.current_page_item > a.no-one-page, .header-layout2 .primary-menu > li.current-menu-item > a.no-one-page, .header-layout2 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-layout2 .primary-menu > li.current-menu-ancestor > a.no-one-page {
        color: #eb000a;
    }

    .header-layout2 .primary-menu .sub-menu li:hover > a, .header-layout2 .primary-menu .sub-menu li.current_page_item > a, .header-layout2 .primary-menu .sub-menu li.current-menu-item > a, .header-layout2 .primary-menu .sub-menu li.current_page_ancestor > a, .header-layout2 .primary-menu .sub-menu li.current-menu-ancestor > a {
        color: #eb000a;
    }

    .header-layout2 .primary-menu .sub-menu a {
        border-bottom: 1px solid #eee;
    }

    .header-layout2 .main-navigation {
        background-color: #fff;
    }

    .header-layout3 .primary-menu > li {
        padding: 0 18px;
    }

    .header-layout3 .primary-menu > li:hover > a, .header-layout3 .primary-menu > li.current_page_item > a, .header-layout3 .primary-menu > li.current-menu-item > a, .header-layout3 .primary-menu > li.current_page_ancestor > a, .header-layout3 .primary-menu > li.current-menu-ancestor > a {
        color: #eb000a;
    }

    .header-layout3 .primary-menu > li:hover > a.no-one-page, .header-layout3 .primary-menu > li.current_page_item > a.no-one-page, .header-layout3 .primary-menu > li.current-menu-item > a.no-one-page, .header-layout3 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-layout3 .primary-menu > li.current-menu-ancestor > a.no-one-page {
        color: #eb000a;
    }

    .header-layout3 .primary-menu > li > a {
        font-size: 13px;
        font-weight: 700;
        color: #333;
        line-height: 80px;
    }

    .header-layout3 .primary-menu .sub-menu li a {
        color: #666;
        border-bottom: 1px solid #eee;
    }

    .header-layout3 .primary-menu .sub-menu li:hover > a, .header-layout3 .primary-menu .sub-menu li.current_page_item > a, .header-layout3 .primary-menu .sub-menu li.current-menu-item > a, .header-layout3 .primary-menu .sub-menu li.current_page_ancestor > a, .header-layout3 .primary-menu .sub-menu li.current-menu-ancestor > a {
        color: #eb000a;
    }

    .header-layout3 .site-menu-right .menu-right-item {
        margin-left: 0 !important;
    }

    .header-layout3 .site-menu-right .h-cart-wrapper .icon-cart {
        line-height: 80px;
    }

    .header-layout4 .site-menu-right .menu-right-item {
        color: #fff;
    }

    .header-layout5 .primary-menu > li {
        padding: 0 18px;
    }

    .header-layout5 .primary-menu > li > a {
        font-size: 13px;
        font-weight: 700;
        color: #fff;
    }

    .header-layout5 .primary-menu > li:hover > a, .header-layout5 .primary-menu > li.current_page_item > a, .header-layout5 .primary-menu > li.current-menu-item > a, .header-layout5 .primary-menu > li.current_page_ancestor > a, .header-layout5 .primary-menu > li.current-menu-ancestor > a {
        color: #eb000a;
    }

    .header-layout5 .primary-menu > li:hover > a.no-one-page, .header-layout5 .primary-menu > li.current_page_item > a.no-one-page, .header-layout5 .primary-menu > li.current-menu-item > a.no-one-page, .header-layout5 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-layout5 .primary-menu > li.current-menu-ancestor > a.no-one-page {
        color: #eb000a;
    }

    .header-layout5 .primary-menu .sub-menu li a {
        border-bottom: 1px solid #eee;
    }

    .header-layout5 .primary-menu .sub-menu li:hover > a, .header-layout5 .primary-menu .sub-menu li.current_page_item > a, .header-layout5 .primary-menu .sub-menu li.current-menu-item > a, .header-layout5 .primary-menu .sub-menu li.current_page_ancestor > a, .header-layout5 .primary-menu .sub-menu li.current-menu-ancestor > a {
        color: #eb000a;
    }

    .header-layout5 #site-header-wrap .site-menu-right .menu-right-item {
        color: #fff;
    }

    .header-layout6 .header-medium {
        padding-left: 30px;
        padding-right: 30px;
    }

    .header-layout6 .primary-menu > li {
        padding: 0 18px;
    }

    .header-layout6 .primary-menu > li > a {
        font-size: 13px;
        font-weight: 700;
        color: #333;
    }

    .header-layout6 .primary-menu > li:hover > a, .header-layout6 .primary-menu > li.current_page_item > a, .header-layout6 .primary-menu > li.current-menu-item > a, .header-layout6 .primary-menu > li.current_page_ancestor > a, .header-layout6 .primary-menu > li.current-menu-ancestor > a {
        color: #eb000a !important;
    }

    .header-layout6 .primary-menu > li:hover > a.no-one-page, .header-layout6 .primary-menu > li.current_page_item > a.no-one-page, .header-layout6 .primary-menu > li.current-menu-item > a.no-one-page, .header-layout6 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-layout6 .primary-menu > li.current-menu-ancestor > a.no-one-page {
        color: #eb000a !important;
    }

    .header-layout6 .primary-menu .sub-menu li a {
        border-bottom: 1px solid #eee;
    }

    .header-layout6 .primary-menu .sub-menu li:hover > a, .header-layout6 .primary-menu .sub-menu li.current_page_item > a, .header-layout6 .primary-menu .sub-menu li.current-menu-item > a, .header-layout6 .primary-menu .sub-menu li.current_page_ancestor > a, .header-layout6 .primary-menu .sub-menu li.current-menu-ancestor > a {
        color: #eb000a;
    }

    .header-layout7 .primary-menu > li {
        padding: 0 18px;
    }

    .header-layout7 .primary-menu > li > a {
        color: #333;
        line-height: 80px;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .header-layout7 .primary-menu > li:hover > a, .header-layout7 .primary-menu > li.current_page_item > a, .header-layout7 .primary-menu > li.current-menu-item > a, .header-layout7 .primary-menu > li.current_page_ancestor > a, .header-layout7 .primary-menu > li.current-menu-ancestor > a {
        color: #eb000a;
    }

    .header-layout7 .primary-menu > li:hover > a.no-one-page, .header-layout7 .primary-menu > li.current_page_item > a.no-one-page, .header-layout7 .primary-menu > li.current-menu-item > a.no-one-page, .header-layout7 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-layout7 .primary-menu > li.current-menu-ancestor > a.no-one-page {
        color: #eb000a;
    }

    .header-layout7 .primary-menu .sub-menu li:hover > a, .header-layout7 .primary-menu .sub-menu li.current_page_item > a, .header-layout7 .primary-menu .sub-menu li.current-menu-item > a, .header-layout7 .primary-menu .sub-menu li.current_page_ancestor > a, .header-layout7 .primary-menu .sub-menu li.current-menu-ancestor > a {
        color: #eb000a;
    }

    .header-layout7 .primary-menu .sub-menu a {
        border-bottom: 1px solid #eee;
    }

    .header-layout7 .main-navigation {
        background-color: #fff;
    }

    .header-layout8 .site-header-main {
        background: #fff;
    }

    .header-layout8 .primary-menu > li {
        padding: 0 18px;
    }

    .header-layout8 .primary-menu > li > a {
        line-height: 100px;
        color: #222;
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .header-layout8 .primary-menu > li:hover > a, .header-layout8 .primary-menu > li.current_page_item > a, .header-layout8 .primary-menu > li.current-menu-item > a, .header-layout8 .primary-menu > li.current_page_ancestor > a, .header-layout8 .primary-menu > li.current-menu-ancestor > a {
        color: #eb000a;
    }

    .header-layout8 .primary-menu > li:hover > a.no-one-page, .header-layout8 .primary-menu > li.current_page_item > a.no-one-page, .header-layout8 .primary-menu > li.current-menu-item > a.no-one-page, .header-layout8 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-layout8 .primary-menu > li.current-menu-ancestor > a.no-one-page {
        color: #eb000a;
    }

    .header-layout8 .primary-menu .sub-menu li:hover > a, .header-layout8 .primary-menu .sub-menu li.current_page_item > a, .header-layout8 .primary-menu .sub-menu li.current-menu-item > a, .header-layout8 .primary-menu .sub-menu li.current_page_ancestor > a, .header-layout8 .primary-menu .sub-menu li.current-menu-ancestor > a {
        color: #eb000a;
    }

    .header-layout8 .primary-menu .sub-menu a {
        border-bottom: 1px solid #eee;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .header-layout1 .primary-menu > li > a, .header-layout3 .primary-menu > li > a, .header-layout4 .primary-menu > li > a, .header-layout5 .primary-menu > li > a {
        font-size: 12px;
    }
}

@media screen and (max-width: 991px) {
    .header-layout1 .main-navigation, .header-layout10 .main-navigation {
        margin-left: -15px;
        margin-right: -15px;
    }

    .header-layout1 .primary-menu > li > a, .header-layout10 .primary-menu > li > a {
        font-size: 13px;
        color: #000;
    }

    .header-layout1 .primary-menu > li:hover > a, .header-layout10 .primary-menu > li:hover > a, .header-layout1 .primary-menu > li.current_page_item > a, .header-layout10 .primary-menu > li.current_page_item > a, .header-layout1 .primary-menu > li.current-menu-item > a, .header-layout10 .primary-menu > li.current-menu-item > a, .header-layout1 .primary-menu > li.current_page_ancestor > a, .header-layout10 .primary-menu > li.current_page_ancestor > a, .header-layout1 .primary-menu > li.current-menu-ancestor > a, .header-layout10 .primary-menu > li.current-menu-ancestor > a {
        color: #eb000a;
    }

    .header-layout1 .primary-menu > li:hover > a.no-one-page, .header-layout10 .primary-menu > li:hover > a.no-one-page, .header-layout1 .primary-menu > li.current_page_item > a.no-one-page, .header-layout10 .primary-menu > li.current_page_item > a.no-one-page, .header-layout1 .primary-menu > li.current-menu-item > a.no-one-page, .header-layout10 .primary-menu > li.current-menu-item > a.no-one-page, .header-layout1 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-layout10 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-layout1 .primary-menu > li.current-menu-ancestor > a.no-one-page, .header-layout10 .primary-menu > li.current-menu-ancestor > a.no-one-page {
        color: #eb000a;
    }

    .header-layout1 .primary-menu .sub-menu li a, .header-layout10 .primary-menu .sub-menu li a {
        border-bottom: 1px solid #eee;
    }

    .header-layout1 .primary-menu .sub-menu li:hover > a, .header-layout10 .primary-menu .sub-menu li:hover > a, .header-layout1 .primary-menu .sub-menu li.current_page_item > a, .header-layout10 .primary-menu .sub-menu li.current_page_item > a, .header-layout1 .primary-menu .sub-menu li.current-menu-item > a, .header-layout10 .primary-menu .sub-menu li.current-menu-item > a, .header-layout1 .primary-menu .sub-menu li.current_page_ancestor > a, .header-layout10 .primary-menu .sub-menu li.current_page_ancestor > a, .header-layout1 .primary-menu .sub-menu li.current-menu-ancestor > a, .header-layout10 .primary-menu .sub-menu li.current-menu-ancestor > a {
        color: #eb000a;
    }

    .header-layout2 .main-navigation {
        background-color: #fff;
        margin-left: -15px;
        margin-right: -15px;
    }

    .header-layout2 .main-navigation .primary-menu > li {
        padding-left: 0;
    }

    .header-layout2 .main-navigation .primary-menu > li > a {
        color: #222;
        font-size: 13px;
        text-transform: inherit;
    }

    .header-layout2 .main-navigation .primary-menu > li:hover > a, .header-layout2 .main-navigation .primary-menu > li.current_page_item > a, .header-layout2 .main-navigation .primary-menu > li.current-menu-item > a, .header-layout2 .main-navigation .primary-menu > li.current_page_ancestor > a, .header-layout2 .main-navigation .primary-menu > li.current-menu-ancestor > a {
        color: #eb000a;
    }

    .header-layout2 .main-navigation .primary-menu .sub-menu li > a:hover, .header-layout2 .main-navigation .primary-menu .sub-menu li.current_page_item > a, .header-layout2 .main-navigation .primary-menu .sub-menu li.current-menu-item > a, .header-layout2 .main-navigation .primary-menu .sub-menu li.current_page_ancestor > a, .header-layout2 .main-navigation .primary-menu .sub-menu li.current-menu-ancestor > a {
        color: #eb000a;
    }

    .header-layout3 .main-navigation {
        margin-left: -15px;
        margin-right: -15px;
    }

    .header-layout3 .primary-menu > li:hover > a, .header-layout3 .primary-menu > li.current_page_item > a, .header-layout3 .primary-menu > li.current-menu-item > a, .header-layout3 .primary-menu > li.current_page_ancestor > a, .header-layout3 .primary-menu > li.current-menu-ancestor > a {
        color: #eb000a;
    }

    .header-layout3 .primary-menu .sub-menu li a {
        font-size: 12px;
        color: #666;
        border-bottom: 1px solid #eee;
    }

    .header-layout3 .primary-menu .sub-menu li:hover > a, .header-layout3 .primary-menu .sub-menu li.current_page_item > a, .header-layout3 .primary-menu .sub-menu li.current-menu-item > a, .header-layout3 .primary-menu .sub-menu li.current_page_ancestor > a, .header-layout3 .primary-menu .sub-menu li.current-menu-ancestor > a {
        color: #eb000a;
    }

    .header-layout4 .main-navigation {
        margin-left: -15px;
        margin-right: -15px;
    }

    .header-layout4 .primary-menu li a {
        color: #393b3e;
    }

    .header-layout4 .primary-menu > li {
        padding-left: 0;
    }

    .header-layout4 .primary-menu > li > a {
        font-size: 13px;
    }

    .header-layout4 .primary-menu > li:hover > a, .header-layout4 .primary-menu > li.current_page_item > a, .header-layout4 .primary-menu > li.current-menu-item > a, .header-layout4 .primary-menu > li.current_page_ancestor > a, .header-layout4 .primary-menu > li.current-menu-ancestor > a {
        color: #f4aa33;
    }

    .header-layout4 .primary-menu > li:hover > a.no-one-page, .header-layout4 .primary-menu > li.current_page_item > a.no-one-page, .header-layout4 .primary-menu > li.current-menu-item > a.no-one-page, .header-layout4 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-layout4 .primary-menu > li.current-menu-ancestor > a.no-one-page {
        color: #f4aa33;
    }

    .header-layout4 .primary-menu .sub-menu li a {
        border-bottom: 1px solid #eee;
    }

    .header-layout4 .primary-menu .sub-menu li:hover > a, .header-layout4 .primary-menu .sub-menu li.current_page_item > a, .header-layout4 .primary-menu .sub-menu li.current-menu-item > a, .header-layout4 .primary-menu .sub-menu li.current_page_ancestor > a, .header-layout4 .primary-menu .sub-menu li.current-menu-ancestor > a {
        color: #f4aa33;
    }

    .header-layout5 .primary-menu > li > a, .header-layout6 .primary-menu > li > a, .header-layout7 .primary-menu > li > a, .header-layout8 .primary-menu > li > a {
        font-size: 13px;
        color: #272727;
    }

    .header-layout5 .primary-menu > li:hover > a, .header-layout6 .primary-menu > li:hover > a, .header-layout7 .primary-menu > li:hover > a, .header-layout8 .primary-menu > li:hover > a, .header-layout5 .primary-menu > li.current_page_item > a, .header-layout6 .primary-menu > li.current_page_item > a, .header-layout7 .primary-menu > li.current_page_item > a, .header-layout8 .primary-menu > li.current_page_item > a, .header-layout5 .primary-menu > li.current-menu-item > a, .header-layout6 .primary-menu > li.current-menu-item > a, .header-layout7 .primary-menu > li.current-menu-item > a, .header-layout8 .primary-menu > li.current-menu-item > a, .header-layout5 .primary-menu > li.current_page_ancestor > a, .header-layout6 .primary-menu > li.current_page_ancestor > a, .header-layout7 .primary-menu > li.current_page_ancestor > a, .header-layout8 .primary-menu > li.current_page_ancestor > a, .header-layout5 .primary-menu > li.current-menu-ancestor > a, .header-layout6 .primary-menu > li.current-menu-ancestor > a, .header-layout7 .primary-menu > li.current-menu-ancestor > a, .header-layout8 .primary-menu > li.current-menu-ancestor > a {
        color: #eb000a;
    }

    .header-layout5 .primary-menu > li:hover > a.no-one-page, .header-layout6 .primary-menu > li:hover > a.no-one-page, .header-layout7 .primary-menu > li:hover > a.no-one-page, .header-layout8 .primary-menu > li:hover > a.no-one-page, .header-layout5 .primary-menu > li.current_page_item > a.no-one-page, .header-layout6 .primary-menu > li.current_page_item > a.no-one-page, .header-layout7 .primary-menu > li.current_page_item > a.no-one-page, .header-layout8 .primary-menu > li.current_page_item > a.no-one-page, .header-layout5 .primary-menu > li.current-menu-item > a.no-one-page, .header-layout6 .primary-menu > li.current-menu-item > a.no-one-page, .header-layout7 .primary-menu > li.current-menu-item > a.no-one-page, .header-layout8 .primary-menu > li.current-menu-item > a.no-one-page, .header-layout5 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-layout6 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-layout7 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-layout8 .primary-menu > li.current_page_ancestor > a.no-one-page, .header-layout5 .primary-menu > li.current-menu-ancestor > a.no-one-page, .header-layout6 .primary-menu > li.current-menu-ancestor > a.no-one-page, .header-layout7 .primary-menu > li.current-menu-ancestor > a.no-one-page, .header-layout8 .primary-menu > li.current-menu-ancestor > a.no-one-page {
        color: #eb000a;
    }

    .header-layout5 .primary-menu .sub-menu li a, .header-layout6 .primary-menu .sub-menu li a, .header-layout7 .primary-menu .sub-menu li a, .header-layout8 .primary-menu .sub-menu li a {
        border-bottom: 1px solid #eee;
    }

    .header-layout5 .primary-menu .sub-menu li:hover > a, .header-layout6 .primary-menu .sub-menu li:hover > a, .header-layout7 .primary-menu .sub-menu li:hover > a, .header-layout8 .primary-menu .sub-menu li:hover > a, .header-layout5 .primary-menu .sub-menu li.current_page_item > a, .header-layout6 .primary-menu .sub-menu li.current_page_item > a, .header-layout7 .primary-menu .sub-menu li.current_page_item > a, .header-layout8 .primary-menu .sub-menu li.current_page_item > a, .header-layout5 .primary-menu .sub-menu li.current-menu-item > a, .header-layout6 .primary-menu .sub-menu li.current-menu-item > a, .header-layout7 .primary-menu .sub-menu li.current-menu-item > a, .header-layout8 .primary-menu .sub-menu li.current-menu-item > a, .header-layout5 .primary-menu .sub-menu li.current_page_ancestor > a, .header-layout6 .primary-menu .sub-menu li.current_page_ancestor > a, .header-layout7 .primary-menu .sub-menu li.current_page_ancestor > a, .header-layout8 .primary-menu .sub-menu li.current_page_ancestor > a, .header-layout5 .primary-menu .sub-menu li.current-menu-ancestor > a, .header-layout6 .primary-menu .sub-menu li.current-menu-ancestor > a, .header-layout7 .primary-menu .sub-menu li.current-menu-ancestor > a, .header-layout8 .primary-menu .sub-menu li.current-menu-ancestor > a {
        color: #eb000a;
    }
}

@media screen and (min-width: 992px) {
    .primary-menu-not-set {
        list-style: none;
        text-align: right;
    }

    .primary-menu-not-set a {
        line-height: 100px;
        color: #313335;
    }

    .primary-menu-not-set a:hover {
        color: #eb000a;
    }

    .header-transparent .primary-menu-not-set a {
        color: #222;
    }

    .header-transparent .primary-menu-not-set a:hover {
        color: #eb000a;
    }

    .header-transparent .site-menu-right .h-btn-search {
        color: #fff;
    }

    .menu-toggle {
        display: none;
    }

    .main-navigation ul {
        display: block;
    }

    .primary-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .primary-menu li {
        font-family: 'Montserrat', sans-serif;
        position: relative;
        list-style: none;
    }

    .primary-menu li a {
        display: block;
        -webkit-transition: all 300ms linear 0ms !important;
        -khtml-transition: all 300ms linear 0ms !important;
        -moz-transition: all 300ms linear 0ms !important;
        -ms-transition: all 300ms linear 0ms !important;
        -o-transition: all 300ms linear 0ms !important;
        transition: all 300ms linear 0ms !important;
    }

    .primary-menu > li {
        display: inline-block;
        vertical-align: middle;
        float: left;
        white-space: nowrap;
    }

    .primary-menu > li > a {
        line-height: 60px;
        font-size: 13px;
        display: block;
        position: relative;
        padding: 0;
    }

    .primary-menu > li > a:before {
        -webkit-transition: all 300ms linear 0ms !important;
        -khtml-transition: all 300ms linear 0ms !important;
        -moz-transition: all 300ms linear 0ms !important;
        -ms-transition: all 300ms linear 0ms !important;
        -o-transition: all 300ms linear 0ms !important;
        transition: all 300ms linear 0ms !important;
        content: "";
        top: 100%;
        left: 0;
        right: 0;
        margin: auto;
        height: 2px;
        position: absolute;
        -webkit-transition: opacity 0.3s ease 0s, bottom 0.3s ease 0s;
        -khtml-transition: opacity 0.3s ease 0s, bottom 0.3s ease 0s;
        -moz-transition: opacity 0.3s ease 0s, bottom 0.3s ease 0s;
        -ms-transition: opacity 0.3s ease 0s, bottom 0.3s ease 0s;
        -o-transition: opacity 0.3s ease 0s, bottom 0.3s ease 0s;
        transition: opacity 0.3s ease 0s, bottom 0.3s ease 0s;
        opacity: 0;
        background-color: #fff;
    }

    .primary-menu > li:hover > a:before, .primary-menu > li.current_page_item > a:before, .primary-menu > li.current-menu-item > a:before, .primary-menu > li.current_page_ancestor > a:before, .primary-menu > li.current-menu-ancestor > a:before {
        opacity: 1;
        bottom: 0;
    }

    .primary-menu .sub-menu {
        list-style: none;
        margin: 15px 0 0;
        position: absolute;
        background: #fff;
        padding: 0;
        top: 100%;
        left: 0;
        min-width: 235px;
        z-index: 99;
        visibility: hidden;
        opacity: 0;
        -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
        -khtml-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
        -ms-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
        -o-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        clip: rect(1px, 1px, 1px, 1px);
    }

    .primary-menu .sub-menu li a {
        font-size: 13px;
        font-family: inherit;
        padding: 10px 0;
    }

    .primary-menu .sub-menu li:last-child > a {
        border-bottom: none;
    }

    .primary-menu .sub-menu .sub-menu {
        top: -23px;
        padding-top: 23px;
        padding-bottom: 23px;
        left: 100%;
    }

    .primary-menu .sub-menu .menu-item-has-children > a {
        position: relative;
    }

    .primary-menu .sub-menu .menu-item-has-children > a:before {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: 0px;
        -webkit-transform: translate(0, -50%);
        -khtml-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .primary-menu li:hover, .primary-menu li.focus {
        overflow: visible;
    }

    .primary-menu li:hover > .sub-menu, .primary-menu li.focus > .sub-menu {
        visibility: visible;
        opacity: 1;
        margin-top: 0;
        clip: inherit;
    }

    .primary-menu > li {
        padding: 0 18px;
    }

    .primary-menu > li > a {
        font-size: 13px;
        color: #fff;
        font-weight: bold;
        line-height: 100px;
        background-color: transparent;
    }

    .primary-menu .sub-menu li {
        padding-left: 40px;
        padding-right: 40px;
    }

    .primary-menu .sub-menu li a {
        padding-left: 0;
        padding-right: 0;
        color: #7f7f7f;
        border-bottom: 1px solid #f2f2f2;
    }

    .primary-menu .sub-menu li:hover > a, .primary-menu .sub-menu li.current_page_item > a, .primary-menu .sub-menu li.current-menu-item > a, .primary-menu .sub-menu li.current_page_ancestor > a, .primary-menu .sub-menu li.current-menu-ancestor > a {
        color: #eb000a;
    }

    .primary-menu > li > .sub-menu {
        left: 18px;
        border-top: none;
        padding-top: 23px;
        padding-bottom: 23px;
    }
}

@media screen and (max-width: 991px) {
    .primary-menu-not-set a {
        color: #222;
    }

    .primary-menu-not-set a:hover {
        color: #eb000a;
    }

    .main-navigation {
        background-color: #fff;
        border-top: 1px solid rgba(0, 0, 0, 0.08);
        position: absolute;
        z-index: 1001;
        padding: 15px 20px;
        top: calc(100% + 30px);
        top: -webkit-calc(100% + 30px);
        top: -ms-calc(100% + 30px);
        top: -o-calc(100% + 30px);
        bottom: auto;
        left: 0;
        right: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        z-index: -1;
    }

    .main-navigation.navigation-open {
        opacity: 1;
        visibility: visible;
        top: 100%;
        z-index: 999;
    }

    .primary-menu {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .primary-menu li {
        position: relative;
        list-style: none;
    }

    .primary-menu li a {
        display: block;
        padding: 10px 0;
        font-weight: 600;
        font-size: 15px;
    }

    .primary-menu > li > a {
        font-weight: 700;
    }

    .primary-menu .sub-menu {
        position: relative;
        padding-left: 20px !important;
        display: none;
    }

    .primary-menu .sub-menu li a {
        font-size: 13px;
    }

    .primary-menu .sub-menu.submenu-open + .main-menu-toggle:before {
        height: 0;
    }

    .primary-menu li.focus > .sub-menu {
        visibility: visible;
        opacity: 1;
        max-height: none;
        overflow: visible;
    }

    .megamenu .sub-menu {
        left: 0;
        overflow: hidden;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .megamenu .sub-menu > li {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .megamenu .sub-menu > li .container {
        width: 100%;
        max-width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .megamenu .sub-menu .vc_row {
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 100% !important;
    }

    .main-menu-toggle {
        -webkit-transition: all 300ms linear 0ms;
        -khtml-transition: all 300ms linear 0ms;
        -moz-transition: all 300ms linear 0ms;
        -ms-transition: all 300ms linear 0ms;
        -o-transition: all 300ms linear 0ms;
        transition: all 300ms linear 0ms;
        cursor: pointer;
        display: inline-block;
        height: 19px;
        line-height: 19px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 10px;
        width: 19px;
    }

    .main-menu-toggle:before, .main-menu-toggle:after {
        content: "";
        position: absolute;
        background-color: #222;
    }

    .main-menu-toggle:before {
        height: 11px;
        left: 9px;
        top: 5px;
        width: 1px;
    }

    .main-menu-toggle:after {
        height: 1px;
        left: 4px;
        top: 10px;
        width: 11px;
    }
}

.comment-navigation, .posts-navigation, .post-navigation {
    /* add class back when submenu out body */
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

ul.back {
    right: 100%;
    left: auto !important;
}

.page-title-content {
    padding: 285px 0 25px;
}

.page-title-layout1 .page-title-content {
    padding-bottom: 163px;
}

.page-title-layout2 .page-title {
    margin-bottom: 10px !important;
}

.page-title-layout2 .sub-title {
    font-family: 'Droidserif Italic';
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    margin-bottom: 25px;
    letter-spacing: 0.01em;
}

.page-title-layout2 .description-title {
    font-size: 18px;
    color: #fff;
    line-height: 27px;
}

.page-title-layout2 .cms-breadcrumb {
    margin-top: 135px;
}

@media screen and (max-width: 991px) {
    .page-title-layout2 .description-title br {
        display: none;
    }

    .page-title-layout2 .cms-breadcrumb {
        margin-top: 80px;
    }
}

@media screen and (max-width: 767px) {
    .page-title-layout2 .cms-breadcrumb {
        margin-top: 35px;
    }
}

.page-title-layout3 .page-title-content {
    padding-bottom: 55px;
}

.page-title-layout3 .cms-breadcrumb {
    margin-top: 19px !important;
}

@media screen and (min-width: 992px) {
    .page-title-layout3 .page-title-content {
        padding-bottom: 155px;
    }
}

@media screen and (max-width: 991px) {
    .page-title-layout3 .page-title br {
        display: none;
    }
}

.page-title-layout4 .page-title-content {
    padding-top: 260px;
    padding-bottom: 30px;
}

.page-title-layout4 .sub-title {
    font-family: 'Droidserif Italic';
    font-weight: 400;
    font-size: 17px;
    color: #fff;
    margin-bottom: 25px;
    letter-spacing: 0.01em;
}

.page-title-layout4 .page-title {
    margin-bottom: 10px !important;
}

.page-title-layout4 .description-title {
    color: #fff;
}

@media screen and (min-width: 992px) {
    .page-title-layout4 .cms-breadcrumb {
        margin-top: 110px;
    }
}

@media screen and (max-width: 991px) {
    .page-title-layout4 .page-title br {
        display: none;
    }

    .page-title-layout4 .cms-breadcrumb {
        margin-top: 50px;
    }
}

#pagetitle {
    background-color: rgba(27, 26, 26, 0.25);
    background-image: url(../images/page-title.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 992px) {
    #pagetitle {
        background-attachment: fixed;
    }
}

#pagetitle .page-title-content {
    position: relative;
    z-index: 99;
    display: block;
}

@media screen and (max-width: 1199px) {
    #pagetitle .page-title-content {
        display: block;
        text-align: center;
        padding: 150px 0 120px !important;
    }
}

@media screen and (max-width: 767px) {
    #pagetitle .page-title-content {
        padding: 100px 0 80px !important;
    }
}

#pagetitle h1.page-title {
    font-size: 70px;
    line-height: 1.1;
    font-weight: 700;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 18px;
    color: #fff;
    margin-left: -2px;
    letter-spacing: -0.02em;
}

@media screen and (max-width: 991px) {
    #pagetitle h1.page-title br {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    #pagetitle h1.page-title {
        font-size: 35px;
    }
}

#pagetitle h1.page-title + .cms-breadcrumb {
    padding-left: 0;
    margin-top: 133px;
}

@media screen and (max-width: 767px) {
    #pagetitle h1.page-title + .cms-breadcrumb {
        margin-top: 50px;
    }
}

#pagetitle .description-title {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
}

#pagetitle .cms-breadcrumb {
    font-family: 'Montserrat', sans-serif;
    list-style: none;
    padding-left: 0;
}

#pagetitle .cms-breadcrumb li {
    display: inline-block;
    color: #f4f4f4;
    font-size: 13px;
    font-weight: 400;
}

#pagetitle .cms-breadcrumb li + li {
    padding-left: 30px;
    position: relative;
    color: #f4f4f4;
}

#pagetitle .cms-breadcrumb li + li:before {
    content: "/";
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 13px;
    position: absolute;
}

#pagetitle .cms-breadcrumb li a {
    color: #f4f4f4;
}

#pagetitle .cms-breadcrumb li a:hover {
    color: #eb000a;
}

#pagetitle.page-title-layout1 .sub-title {
    font-family: 'Droidserif Italic';
    font-weight: normal;
    font-size: 17px;
    color: #fff;
    margin-bottom: 25px;
    letter-spacing: 0.01em;
}

#pagetitle.page-title-layout1 h1.page-title + .cms-breadcrumb {
    margin-top: 20px;
}

#pagetitle.page-title-layout2 .sub-title {
    font-family: 'Droidserif Italic';
}

#pagetitle.page-title-layout2 .description-title {
    font-weight: 600;
}

#pagetitle.page-title-layout3 .sub-title {
    font-family: 'Droidserif Italic';
}

#pagetitle.page-title-layout4 .sub-title {
    font-family: 'Droidserif Italic';
}

#pagetitle.page-title-layout4 .description-title {
    font-weight: 600;
}

.article-hentry-item .entry-holder .entry-meta li.li-author {
    margin-left: 10px;
}

.article-hentry-item .entry-holder .entry-meta li.li-comment {
    margin-left: 10px;
}

.single-hentry .entry-title i.is-sticky {
    font-size: 23px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}

.cms-back-blog {
    font-size: 15px;
    font-weight: 500;
}

.cms-back-blog a {
    color: #000;
}

.cms-back-blog a:hover {
    color: #eb000a;
}

.cms-back-blog i {
    padding-right: 9px;
}

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.entry-featured {
    position: relative;
}

.entry-featured .post-image {
    overflow: hidden;
}

.entry-featured .post-image img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.entry-featured .post-image img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.entry-featured .post-image a, .entry-featured .post-image span {
    display: block;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

.format-gallery .entry-featured {
    position: relative;
}

.format-gallery .entry-featured .owl-next, .format-gallery .entry-featured .owl-prev {
    background: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    color: #000;
    font-size: 18px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
}

.format-gallery .entry-featured .owl-next:hover, .format-gallery .entry-featured .owl-prev:hover {
    background: #eb000a;
    color: #fff;
}

.format-gallery .entry-featured .owl-next {
    right: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.format-gallery .entry-featured .owl-prev {
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.format-gallery .entry-featured:hover .owl-next, .format-gallery .entry-featured:hover .owl-prev {
    opacity: 1;
}

.format-gallery .entry-featured:hover .owl-next.disabled, .format-gallery .entry-featured:hover .owl-prev.disabled {
    opacity: 0.76;
}

.single-hentry .entry-featured {
    margin-bottom: 30px;
}

.single-hentry:last-child .entry-holder {
    margin-bottom: 0;
}

.single-hentry .entry-title {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    margin-bottom: 12px;
    font-family: "Montserrat";
}

.single-hentry .entry-title a {
    color: #000;
}

.single-hentry .entry-title a:hover {
    color: #eb000a;
}

.single-hentry .entry-holder {
    margin-bottom: 60px;
}

.single-hentry .entry-holder .entry-meta li {
    font-size: 13px;
}

.single-hentry .entry-holder .entry-meta li.li-category {
    background: #eb000a;
    margin-right: 6px;
    padding-left: 7px;
    padding-right: 7px;
    color: #fff;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 500ms linear 0ms;
    -khtml-transition: all 500ms linear 0ms;
    -moz-transition: all 500ms linear 0ms;
    -ms-transition: all 500ms linear 0ms;
    -o-transition: all 500ms linear 0ms;
    transition: all 500ms linear 0ms;
}

.single-hentry .entry-holder .entry-meta li.li-category:hover {
    background-color: #393b3e;
}

.single-hentry .entry-holder .entry-meta li.li-category a {
    height: 22px;
    line-height: 22px;
    color: #fff;
}

.single-hentry .entry-holder .entry-meta li.li-sticky {
    padding-left: 0px;
    margin-right: 10px;
    font-weight: bold;
    font-size: 18px;
    color: #393b3e;
}

.single-hentry .entry-holder .entry-meta li.li-sticky i {
    margin-right: 2px;
    color: #eb000a;
}

.single-hentry .entry-holder .entry-meta li.li-comment {
    margin-left: 10px;
}

.single-hentry .entry-holder .entry-excerpt {
    line-height: 24px;
    margin-bottom: 23px;
}

.single-hentry .entry-holder .entry-more a {
    height: 50px;
    width: 170px;
    text-align: center;
    line-height: 50px;
    display: block;
    background-color: #393b3e;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.single-hentry .entry-holder .entry-more a:hover {
    background-color: #eb000a;
}

@media screen and (max-width: 991px) {
    .single-hentry .entry-holder .entry-more a {
        height: 35px;
        text-align: center;
        width: 120px;
        font-size: 12px;
        line-height: 35px;
    }
}

.single .single-hentry .entry-holder {
    margin-bottom: 23px;
}

.search-results .single-hentry {
    border-bottom: none !important;
}

.search-results .single-hentry .entry-holder {
    background: #f8f8f8;
}

.search-results .single-hentry .entry-holder .entry-meta {
    margin-bottom: 15px;
}

.search-results .single-hentry .entry-holder .entry-content {
    margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
    .search-results .single-hentry .entry-holder {
        padding: 30px;
    }
}

@media screen and (max-width: 991px) {
    .search-results .single-hentry .entry-holder {
        padding: 15px;
    }
}

.entry-video iframe, .entry-video .wp-video {
    width: 100% !important;
}

.entry-meta {
    padding-left: 0;
}

.entry-meta li {
    text-transform: capitalize;
    display: inline-block;
    font-size: 13px;
    margin-bottom: 6px;
    font-weight: 500;
    color: #616161;
}

.entry-meta li a {
    color: #616161;
}

.entry-meta + li {
    padding-right: 8px;
}

.entry-meta li.li-category {
    background: #eb000a;
    padding-left: 10px;
    margin-right: 6px;
    padding-right: 10px;
    color: #fff;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    -webkit-transition: all 500ms linear 0ms;
    -khtml-transition: all 500ms linear 0ms;
    -moz-transition: all 500ms linear 0ms;
    -ms-transition: all 500ms linear 0ms;
    -o-transition: all 500ms linear 0ms;
    transition: all 500ms linear 0ms;
}

.entry-meta li.li-category:hover {
    background-color: #393b3e;
}

.entry-meta li.li-category a {
    font-weight: 500;
    height: 22px;
    line-height: 22px;
    color: #fff;
}

.entry-meta li.li-category i {
    margin-right: 5px;
    color: #eb000a;
}

.posts-pagination, .woocommerce-pagination ul.page-numbers {
    text-align: center;
    width: 100%;
}

.posts-pagination .page-numbers, .woocommerce-pagination ul.page-numbers .page-numbers {
    background-color: #f9f9f9;
    color: #222;
    border: none;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.posts-pagination .page-numbers + .page-numbers, .woocommerce-pagination ul.page-numbers .page-numbers + .page-numbers {
    margin-left: 5px;
}

@media screen and (max-width: 575px) {
    .posts-pagination .page-numbers, .woocommerce-pagination ul.page-numbers .page-numbers {
        margin-bottom: 10px;
    }
}

.posts-pagination .page-numbers.current, .woocommerce-pagination ul.page-numbers .page-numbers.current, .posts-pagination .page-numbers:hover, .woocommerce-pagination ul.page-numbers .page-numbers:hover {
    background-color: #eb000a;
    color: #fff;
}

.posts-pagination .page-numbers i, .woocommerce-pagination ul.page-numbers .page-numbers i {
    font-weight: 800;
}

.grid-post-item .item-featured {
    margin-bottom: 29px;
}

.grid-post-item .item-holder .item-title {
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
}

.grid-post-item .item-holder .item-title a {
    color: #282828;
}

.grid-post-item .item-holder .item-title a:hover {
    color: #eb000a;
}

.single-post .entry-featured {
    margin-bottom: 30px;
}

.single-post .entry-meta {
    margin-bottom: 5px;
}

.single-post .entry-holder {
    margin-bottom: 0px;
}

.single-post .entry-content {
    margin-bottom: 30px;
}

.single-post .entry-content .singe-title-custom {
    font-size: 22px;
    font-weight: bold;
}

.single-post .entry-content-bottom {
    margin: 15px 0 10px;
}

.single-post .entry-content-bottom .entry-tags {
    overflow: hidden;
    margin-bottom: 25px;
}

.single-post .entry-content-bottom .entry-tags a {
    float: left;
    border: solid 2px #ededed;
    border-radius: 0px;
    font-size: 14px;
    float: left;
    color: #9b9b9b;
    padding: 2px 18px;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: 'Source Sans Pro', sans-serif;
}

.single-post .entry-content-bottom .entry-tags a:hover {
    background-color: #eb000a;
    color: #fff;
    border-color: #eb000a;
}

.single-post .entry-content-bottom .entry-social-share {
    padding: 22px 30px 18px;
    background-color: #f9f9f9;
    display: flex;
    margin-bottom: 40px;
}

.single-post .entry-content-bottom .entry-social-share label {
    flex-grow: 1;
    font-weight: bold;
    font-size: 13px;
    margin-right: 26px;
    vertical-align: middle;
    line-height: 34px;
    color: #393b3e;
    font-family: 'Montserrat', sans-serif;
}

.single-post .entry-content-bottom .entry-social-share ul, .single-post .entry-content-bottom .entry-social-share li {
    display: inline-block;
}

.single-post .entry-content-bottom .entry-social-share ul {
    padding-left: 0;
    flex-grow: 1;
    text-align: right;
    vertical-align: middle;
}

.single-post .entry-content-bottom .entry-social-share ul li {
    margin-right: 15px;
}

.single-post .entry-content-bottom .entry-social-share ul li:last-child {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .single-post .entry-content-bottom .entry-social-share {
        display: inherit;
        text-align: center;
    }

    .single-post .entry-content-bottom .entry-social-share label {
        flex-grow: inherit;
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .single-post .entry-content-bottom .entry-social-share ul, .single-post .entry-content-bottom .entry-social-share li {
        display: inline-block;
    }

    .single-post .entry-content-bottom .entry-social-share ul {
        padding-left: 0;
        flex-grow: inherit;
    }

    .single-post .entry-content-bottom .entry-social-share ul li {
        margin-right: 15px;
    }

    .single-post .entry-content-bottom .entry-social-share ul li:last-child {
        margin-right: 0;
    }
}

.single-post .entry-content-bottom .entry-social-share a {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    font-size: 14px;
    display: block;
    background-color: #eb000a;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out 0s;
    -khtml-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    position: relative;
}

.single-post .entry-content-bottom .entry-social-share a:hover {
    background-color: #393b3e;
}

.single-post .entry-content-bottom .entry-social-share a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.single-post .entry-content-bottom .cms-related-post .section-title {
    font-size: 18px;
    color: #393b3e;
    margin-bottom: 15px;
}

.single-post .entry-content-bottom .cms-related-post .cms-related-post-inner {
    margin-left: -10px;
    margin-right: -10px;
}

.single-post .entry-content-bottom .cms-related-post .cms-related-post-inner .col-post-custom {
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width: 767px) {
    .single-post .entry-content-bottom .cms-related-post .cms-related-post-inner .col-post-custom .grid-post-item {
        margin-bottom: 50px;
    }
}

.single-post .entry-content-bottom .cms-related-post .cms-related-post-inner .col-post-custom .grid-post-item .item-holder .entry-meta {
    margin-bottom: 6px;
}

.single-post .entry-content-bottom .cms-related-post .cms-related-post-inner .col-post-custom .grid-post-item .item-holder .item-title {
    margin-bottom: 0;
}

.single-post .entry-holder {
    padding-bottom: 10px;
}

.single-post .entry-author-info {
    border-bottom: 2px solid #f5f5f5;
    padding: 50px 0 45px;
}

.single-post .entry-author-info .author-avatar {
    width: 90px;
    height: 90px;
    float: left;
}

.single-post .entry-author-info .author-description {
    padding-left: 120px;
    font-size: 15px;
}

.single-post .entry-author-info .author-description span {
    color: #393b3e;
    display: inline-block;
    font-size: 18px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 15px;
    margin-top: -4px;
    font-family: 'Montserrat', sans-serif;
}

.single-post .entry-author-info .author-description p {
    font-weight: 400;
}

@media screen and (max-width: 575px) {
    .single-post .entry-author-info .author-avatar {
        margin-right: 20px;
        margin-bottom: 30px;
    }

    .single-post .entry-author-info .author-avatar img {
        border: 5px solid #222;
    }

    .single-post .entry-author-info .author-description {
        padding-left: 0px;
    }
}

.single-post .entry-author-info .user-social {
    padding-left: 0;
}

.single-post .entry-author-info .user-social li {
    display: inline-block;
    margin-right: 24px;
}

.single-post .entry-author-info .user-social li:last-child {
    margin-right: 0;
}

.single-post .entry-author-info .user-social li a {
    color: #5d5d5d;
    font-size: 15px;
}

.single-post .entry-author-info .user-social li a:hover {
    color: #eb000a;
}

.post-previous-next {
    margin-top: 5px;
    padding: 50px 0 45px;
    border-top: 2px solid #f5f5f5;
    border-bottom: 2px solid #f5f5f5;
}

.post-previous-next a {
    position: relative;
    width: 100%;
    display: block;
}

.post-previous-next .nav-image {
    width: 100px;
    height: 65px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
    margin-top: 5px;
}

@media screen and (max-width: 575px) {
    .post-previous-next .nav-image {
        width: 100px;
        height: 70px;
    }
}

.post-previous-next .nav-inner span {
    font-size: 14px;
    display: block;
}

.post-previous-next .nav-link-prev, .post-previous-next .nav-link-next {
    width: 50% !important;
}

@media screen and (max-width: 575px) {
    .post-previous-next .nav-link-prev, .post-previous-next .nav-link-next {
        width: 100% !important;
    }
}

.post-previous-next .nav-link-prev .nav-inner, .post-previous-next .nav-link-next .nav-inner {
    position: absolute;
    top: 6px;
}

.post-previous-next .nav-link-prev .nav-inner .post-pn-bullet, .post-previous-next .nav-link-next .nav-inner .post-pn-bullet {
    color: #b8b8b8;
    font-family: 'Droidserif Italic';
    margin-bottom: 7px;
}

.post-previous-next .nav-link-prev .nav-inner .post-pn-title, .post-previous-next .nav-link-next .nav-inner .post-pn-title {
    font-family: 'Montserrat', sans-serif;
    color: #282828;
    font-weight: 600;
}

.post-previous-next .nav-link-prev .nav-inner .post-pn-title:hover, .post-previous-next .nav-link-next .nav-inner .post-pn-title:hover {
    color: #eb000a;
}

@media screen and (max-width: 575px) {
    .post-previous-next .nav-link-prev {
        margin-bottom: 30px;
    }
}

.post-previous-next .nav-link-prev .nav-inner {
    left: 120px;
}

.post-previous-next .nav-link-next .nav-inner {
    right: 120px;
}

.post-type-archive-portfolio .page-title-content {
    text-align: center;
}

.post-type-archive-portfolio .site-content {
    padding: 65px 0 110px;
}

.site-main-portfolio {
    margin-left: -15px;
    margin-right: -15px;
}

.site-main-portfolio article.portfolio {
    width: 50%;
    float: left;
    padding: 15px;
}

.site-main-portfolio article.portfolio .item-holder {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    left: 0;
    width: 100%;
    padding: 0 60px;
    opacity: 0;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
}

.site-main-portfolio article.portfolio .item-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
    .site-main-portfolio article.portfolio .item-title {
        line-height: initial;
    }
}

.site-main-portfolio article.portfolio .item-title a {
    color: #393b3e;
}

.site-main-portfolio article.portfolio .item-title a:hover {
    color: #eb000a;
}

.site-main-portfolio article.portfolio .item-category a {
    font-family: 'Droidserif Italic';
    color: #333;
    font-size: 13px;
    font-weight: 500;
}

.site-main-portfolio article.portfolio .item-category a:hover {
    color: #eb000a;
}

.site-main-portfolio article.portfolio .post-type-inner {
    position: relative;
}

.site-main-portfolio article.portfolio .post-type-inner:after {
    content: "";
    display: block;
    background: #fff;
    top: 50px;
    left: 30px;
    right: 30px;
    bottom: 0px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
}

.site-main-portfolio article.portfolio .post-type-inner:hover:after, .site-main-portfolio article.portfolio .post-type-inner:hover .item-holder {
    opacity: 1;
}

.site-main-portfolio article.portfolio .post-type-inner:hover .item-holder {
    bottom: 80px;
}

.site-main-portfolio article.portfolio .post-type-inner:hover:after {
    top: 30px;
    bottom: 30px;
}

@media screen and (max-width: 767px) {
    .site-main-portfolio article.portfolio .post-type-inner .item-holder {
        bottom: 60px;
    }

    .site-main-portfolio article.portfolio .post-type-inner:after {
        content: "";
        display: block;
        background: #fff;
        top: 25px;
        left: 15px;
        right: 15px;
        bottom: 0px;
        position: absolute;
        opacity: 0;
        -webkit-transition: all 600ms linear 0ms;
        -khtml-transition: all 600ms linear 0ms;
        -moz-transition: all 600ms linear 0ms;
        -ms-transition: all 600ms linear 0ms;
        -o-transition: all 600ms linear 0ms;
        transition: all 600ms linear 0ms;
    }

    .site-main-portfolio article.portfolio .post-type-inner:hover:after, .site-main-portfolio article.portfolio .post-type-inner:hover .item-holder {
        opacity: 1;
    }

    .site-main-portfolio article.portfolio .post-type-inner:hover .item-holder {
        bottom: 30px;
    }

    .site-main-portfolio article.portfolio .post-type-inner:hover:after {
        top: 10px;
        bottom: 10px;
        left: 10px;
        right: 10px;
    }
}

.site-main-portfolio .navigation {
    clear: both;
}

.site-main-portfolio .navigation .loop-pagination {
    padding-top: 60px;
}

@media (min-width: 576px) and (max-width: 767px) {
    .single-portfolio #site-header-wrap #main-menu-mobile {
        right: 30px;
    }

    .single-portfolio .site .container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.single-portfolio .site-content {
    padding-bottom: 50px;
}

.single-portfolio .post-type-inner {
    margin-bottom: 40px;
}

.single-portfolio .project-sub-title {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    color: #393b3e;
}

.single-portfolio .project-sub-title .cms-h-line {
    position: relative;
    display: block;
    margin: 22px 0 22px;
    width: 30px;
    height: 6px;
}

.single-portfolio .project-sub-title .cms-h-line .h-line1, .single-portfolio .project-sub-title .cms-h-line .h-line2 {
    border-top: 2px solid #eb000a;
    position: absolute;
    height: 2px;
    width: 20px;
    margin: auto;
}

.single-portfolio .project-sub-title .cms-h-line .h-line1 {
    top: 0;
    right: 0;
}

.single-portfolio .project-sub-title .cms-h-line .h-line2 {
    bottom: 0;
    left: 0;
}

.single-portfolio .portfolio-content p {
    line-height: 24px;
}

.single-portfolio .list-portolio-info {
    list-style: none;
    padding-left: 0;
    background: #f9f9f9;
    margin-bottom: 30px;
    padding: 35px 30px;
}

.single-portfolio .list-portolio-info li {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #313335;
    margin-bottom: 5px;
    font-size: 13px;
}

.single-portfolio .list-portolio-info li a {
    color: #313335;
}

.single-portfolio .list-portolio-info li a:hover {
    color: #eb000a;
}

.single-portfolio .list-portolio-info li:last-child {
    margin-bottom: 0;
}

.single-portfolio .list-portolio-info li label {
    color: #393b3e;
}

.single-portfolio .social-connect-list {
    margin-bottom: 30px;
    padding: 36px 30px 30px;
    background: #f9f9f9;
}

.single-portfolio .social-connect-list .cms-h-line {
    display: none;
    position: relative;
    margin: 22px auto 20px;
    width: 30px;
    height: 6px;
}

.single-portfolio .social-connect-list .cms-h-line .h-line1, .single-portfolio .social-connect-list .cms-h-line .h-line2 {
    border-top: 2px solid #eb000a;
    position: absolute;
    height: 2px;
    width: 20px;
    margin: auto;
}

.single-portfolio .social-connect-list .cms-h-line .h-line1 {
    top: 0;
    right: 0;
}

.single-portfolio .social-connect-list .cms-h-line .h-line2 {
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 575px) {
    .single-portfolio .social-connect-list .cms-h-line {
        display: block;
    }
}

@media screen and (min-width: 576px) {
    .single-portfolio .social-connect-list {
        display: flex;
    }

    .single-portfolio .social-connect-list .title-social-custom {
        flex-grow: 1;
    }

    .single-portfolio .social-connect-list ul {
        flex-grow: 0;
    }
}

@media screen and (max-width: 575px) {
    .single-portfolio .social-connect-list {
        text-align: center;
    }

    .single-portfolio .social-connect-list .title-social-custom {
        margin-bottom: 20px;
    }

    .single-portfolio .social-connect-list ul li {
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.single-portfolio .social-connect-list .title-social-custom {
    font-size: 13px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #393b3e;
}

.single-portfolio .social-connect-list ul {
    list-style: none;
    padding-left: 0;
}

.single-portfolio .social-connect-list ul li {
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
}

.single-portfolio .social-connect-list ul li:first-child {
    margin-left: 0;
}

.single-portfolio .social-connect-list ul li:last-child {
    margin-right: 0;
}

.single-portfolio .social-connect-list label {
    display: none;
}

.single-portfolio .nav-post-previous-next {
    border-top: 2px solid #f5f5f5;
    /* Layout sinlge-Big-images */
}

.single-portfolio .nav-post-previous-next .nav-show-all {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
}

@media screen and (min-width: 768px) {
    .single-portfolio .nav-post-previous-next {
        position: relative;
    }

    .single-portfolio .nav-post-previous-next .nav-show-all {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 40px;
    }
}

.single-portfolio .nav-post-previous-next .post-previous-next {
    border-bottom: none;
    margin-top: 0;
    border-top: none;
    padding: 50px 0 50px;
}

@media screen and (max-width: 575px) {
    .single-portfolio .nav-post-previous-next .post-previous-next {
        padding-top: 30px;
    }
}

@media screen and (max-width: 575px) {
    .single-portfolio .nav-post-previous-next .post-previous-next .nav-link-prev a, .single-portfolio .nav-post-previous-next .post-previous-next .nav-link-next a {
        padding-bottom: 30px;
        border-bottom: 1px solid #eee;
    }
}

.single-portfolio .nav-post-previous-next .post-previous-next .nav-link-prev .nav-image, .single-portfolio .nav-post-previous-next .post-previous-next .nav-link-next .nav-image {
    margin-top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #eb000a !important;
}

.single-portfolio .nav-post-previous-next .post-previous-next .nav-link-prev .nav-image:hover, .single-portfolio .nav-post-previous-next .post-previous-next .nav-link-next .nav-image:hover {
    background: #393b3e !important;
}

.single-portfolio .nav-post-previous-next .post-previous-next .nav-link-prev .nav-image:after, .single-portfolio .nav-post-previous-next .post-previous-next .nav-link-next .nav-image:after {
    font-family: "FontAwesome";
    font-size: 18px;
    color: #fff;
}

.single-portfolio .nav-post-previous-next .post-previous-next .nav-link-prev .nav-inner, .single-portfolio .nav-post-previous-next .post-previous-next .nav-link-next .nav-inner {
    top: 3px;
}

.single-portfolio .nav-post-previous-next .post-previous-next .nav-link-prev .nav-inner .post-pn-title, .single-portfolio .nav-post-previous-next .post-previous-next .nav-link-next .nav-inner .post-pn-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.single-portfolio .nav-post-previous-next .post-previous-next .nav-link-prev .nav-inner {
    left: 60px;
}

.single-portfolio .nav-post-previous-next .post-previous-next .nav-link-prev .nav-image:after {
    content: "\f177";
}

.single-portfolio .nav-post-previous-next .post-previous-next .nav-link-next .nav-inner {
    right: 60px;
}

.single-portfolio .nav-post-previous-next .post-previous-next .nav-link-next .nav-image:after {
    content: "\f178";
}

.single-portfolio .project-big-images {
    /* Layout sinlge-Small-images */
}

.single-portfolio .project-big-images .post-type-single-image {
    margin-bottom: 75px;
}

.single-portfolio .project-big-images .post-type-gallery {
    margin-bottom: 75px;
}

.single-portfolio .project-big-images .post-type-gallery .post-type-gallery-item {
    margin-bottom: 30px;
}

.single-portfolio .project-small-images {
    /* Layout sinlge-Small-Slider */
}

.single-portfolio .project-small-images .post-type-single-image {
    margin-bottom: 75px;
}

.single-portfolio .project-small-images .post-type-gallery {
    margin-bottom: 5px;
}

.single-portfolio .project-small-images .post-type-gallery .post-type-gallery-item {
    margin-bottom: 30px;
}

.single-portfolio .project-small-slider {
    /* Layout sinlge-Big-Slider */
}

.single-portfolio .project-small-slider .portfolio-carousel {
    margin-bottom: 72px;
}

.single-portfolio .project-small-slider .portfolio-carousel .owl-nav {
    margin-top: 0;
}

.single-portfolio .project-small-slider .portfolio-carousel .owl-nav > div {
    width: 50px;
    height: 50px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    line-height: 50px;
    border: none;
}

.single-portfolio .project-small-slider .portfolio-carousel .owl-nav > div:before {
    color: #393b3e;
}

.single-portfolio .project-small-slider .portfolio-carousel .owl-nav .owl-prev {
    left: 30px;
}

.single-portfolio .project-small-slider .portfolio-carousel .owl-nav .owl-next {
    right: 30px;
}

.single-portfolio .project-small-slider .post-type-single-image {
    margin-bottom: 75px;
}

.single-portfolio .project-small-slider .portfolio-content {
    margin-bottom: 40px;
}

.single-portfolio .project-big-slider {
    /* Layout sinlge-Big-Slider */
}

.single-portfolio .project-big-slider .portfolio-carousel {
    margin-bottom: 72px;
}

.single-portfolio .project-big-slider .portfolio-carousel .owl-nav {
    margin-top: 0;
}

.single-portfolio .project-big-slider .portfolio-carousel .owl-nav > div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: none;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}

.single-portfolio .project-big-slider .portfolio-carousel .owl-nav > div:before {
    color: #393b3e;
}

.single-portfolio .project-big-slider .portfolio-carousel .owl-nav .owl-prev {
    left: 30px;
}

.single-portfolio .project-big-slider .portfolio-carousel .owl-nav .owl-next {
    right: 30px;
}

.single-portfolio .project-big-slider .post-type-single-image {
    margin-bottom: 75px;
}

.single-portfolio .project-single-gallery {
    /* Layout sinlge-Big-Masonry */
}

.single-portfolio .project-single-gallery .post-type-single-image {
    margin-bottom: 75px;
    margin-top: 40px;
}

.single-portfolio .project-single-gallery .post-type-gallery {
    margin-bottom: 40px;
}

.single-portfolio .project-single-gallery .post-type-gallery .post-type-gallery-item {
    margin-bottom: 30px;
}

.single-portfolio .project-big-masonry {
    /* Layout sinlge Small Masonry */
}

.single-portfolio .project-big-masonry .post-type-single-image {
    margin-bottom: 75px;
}

.single-portfolio .project-big-masonry .post-type-gallery {
    margin-bottom: 40px;
}

.single-portfolio .project-big-masonry .post-type-gallery .post-type-gallery-item {
    margin-bottom: 30px;
}

.single-portfolio .project-small-masonry {
    /* Layout sinlge Big Pinterest */
}

.single-portfolio .project-small-masonry .post-type-single-image {
    margin-bottom: 75px;
}

.single-portfolio .project-small-masonry .post-type-gallery {
    margin-bottom: 40px;
}

.single-portfolio .project-small-masonry .post-type-gallery .post-type-gallery-item {
    margin-bottom: 30px;
}

.single-portfolio .project-small-masonry .portfolio-content {
    margin-bottom: 40px;
}

.single-portfolio .project-big-pinterest {
    /* Layout sinlge Small Pinterest */
}

.single-portfolio .project-big-pinterest .post-type-single-image {
    margin-bottom: 75px;
    margin-top: 40px;
}

.single-portfolio .project-big-pinterest .post-type-gallery {
    margin-top: 40px;
    margin-bottom: 40px;
}

.single-portfolio .project-big-pinterest .post-type-gallery .post-type-gallery-item {
    margin-bottom: 30px;
}

.single-portfolio .project-small-pinterest .post-type-single-image {
    margin-bottom: 75px;
}

.single-portfolio .project-small-pinterest .post-type-gallery {
    margin-bottom: 40px;
}

.single-portfolio .project-small-pinterest .post-type-gallery .post-type-gallery-item {
    margin-bottom: 30px;
}

.single-portfolio .project-small-pinterest .portfolio-content {
    margin-bottom: 40px;
}

.widget:last-child {
    margin-bottom: 0;
}

.widget select {
    max-width: 100%;
}

.widget.widget_newsletterwidgetminimal .widget-title {
    display: none;
}

.widget.widget_newsletterwidgetminimal form {
    position: relative;
    max-width: 484px;
}

@media screen and (max-width: 767px) {
    .widget.widget_newsletterwidgetminimal form {
        max-width: 100%;
    }
}

.widget.widget_newsletterwidgetminimal form .tnp-email {
    height: 50px;
    line-height: 48px;
    margin-bottom: 0;
    padding-right: 137px;
    padding-left: 20px;
    font-style: italic;
    background-color: transparent;
    border: 1px solid #c8c8c8;
}

.widget.widget_newsletterwidgetminimal form .tnp-email:focus {
    border-color: #eb000a;
}

.widget.widget_newsletterwidgetminimal form .tnp-email::-webkit-input-placeholder {
    color: #c8c8c8;
    font-size: 12px;
    font-style: italic;
}

.widget.widget_newsletterwidgetminimal form .tnp-email::-moz-placeholder {
    color: #c8c8c8;
    font-size: 12px;
    font-style: italic;
}

.widget.widget_newsletterwidgetminimal form .tnp-email::-ms-input-placeholder {
    color: #c8c8c8;
    font-size: 12px;
    font-style: italic;
}

.widget.widget_newsletterwidgetminimal form .tnp-email::-moz-placeholder {
    color: #c8c8c8;
    font-size: 12px;
    font-style: italic;
}

.widget.widget_newsletterwidgetminimal form .tnp-submit {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 500;
    width: 137px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0;
    background-color: #eb000a;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
}

.widget_newsletterwidget .newsletter-subscription {
    margin: 0;
}

.widget_newsletterwidget form {
    position: relative;
}

.widget_newsletterwidget form .tnp-field-email {
    margin: 0;
    display: inline-block;
    width: 100%;
}

.widget_newsletterwidget form .tnp-field-email label {
    display: none;
}

.widget_newsletterwidget form:hover .tnp-field-button:before {
    color: #fff;
}

@media screen and (min-width: 768px) {
}

.wpb_widgetised_column .widget {
    margin-bottom: 50px;
}

.wpb_widgetised_column .widget:last-child {
    margin-bottom: 0;
}

.logged-in .hide-logged {
    display: none;
}

#content .widget_product_categories ul ul ul ul ul, #content .widget_categories ul ul ul ul ul, #content .widget_pages ul ul ul ul ul, #content .widget_nav_menu ul ul ul ul ul, #content .widget_meta ul ul ul ul ul {
    padding-left: 0;
}

#content .widget_categories ul li a, #content .widget_nav_menu ul li a, #content .widget_pages ul li a, #content .widget_archive ul li a, #content .widget_meta ul li a {
    color: #7f7f7f;
    font-weight: 400;
    padding: 0px 15px 0px 0;
    font-size: 15px;
    line-height: normal;
    -webkit-transition: all 500ms ease-in-out 0s;
    -khtml-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}

.widget_tag_cloud .widgettitle {
    text-transform: capitalize;
    font-size: 18px;
    color: #222;
    line-height: 21px;
    font-weight: 800;
    letter-spacing: 0.01em;
    margin: 0px 0 20px 0;
}

.widget_categories .widgettitle {
    text-transform: capitalize;
    font-size: 18px;
    color: #222;
    line-height: 21px;
    font-weight: 800;
    letter-spacing: 0.01em;
    margin: 0px 0 20px 0;
}

.widget_categories ul {
    list-style: none;
    padding-left: 0;
}

.widget_categories ul li a {
    color: #7f7f7f;
    font-weight: 400;
    padding: 0px 15px 0px 0;
    font-size: 15px;
    line-height: normal;
    -webkit-transition: all 500ms ease-in-out 0s;
    -khtml-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}

.widget_categories ul li a:hover {
    color: #eb000a !important;
}

.widget_meta ul li {
    color: #7f7f7f;
}

.widget_product_categories ul {
    list-style: none;
    padding-left: 0;
}

.widget_product_categories ul li {
    margin-bottom: 6px;
}

.widget_product_categories ul li:first-child {
    margin-top: 7px;
}

.widget_product_categories ul li:last-child {
    margin-bottom: 5px;
}

.widget_product_categories ul li a {
    font-weight: 400;
    font-size: 15px;
    font-family: "Poppins";
    display: block;
    color: #313335;
    -webkit-transition: all 500ms ease-in-out 0s;
    -khtml-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}

.widget_product_categories ul li a:hover {
    margin-left: 10px;
    color: #eb000a;
}

.widget_product_search {
    border-bottom: none;
}

.widget_product_search .woocommerce-product-search {
    position: relative;
}

.widget_product_search .woocommerce-product-search:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 15px;
    color: #e6ae48;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.widget_product_search .woocommerce-product-search button {
    position: absolute !important;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    padding: 0;
    text-align: right;
    line-height: 50px;
    border: none;
    background-color: transparent;
    background-image: none;
    color: #e6ae48;
    font-size: 0px;
    border: none;
}

.widget_product_search .woocommerce-product-search .search-field {
    margin-bottom: 0;
    border: none;
    border-bottom: 2px solid #e6e6e6;
    color: #393b3e;
    padding: 0px 20px 0 0;
    line-height: 50px;
    height: 50px;
    font-size: 12px;
    width: 100%;
}

#secondary .widget_product_search {
    border-bottom: none;
}

#secondary .widget_product_search .woocommerce-product-search {
    position: relative;
}

#secondary .widget_product_search .woocommerce-product-search:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 15px;
    color: #e6ae48;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

#secondary .widget_product_search .woocommerce-product-search button {
    position: absolute !important;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    padding: 0;
    text-align: right;
    line-height: 50px;
    border: none;
    background-color: transparent;
    background-image: none;
    color: #e6ae48;
    font-size: 0px;
    border: none;
}

#secondary .widget_product_search .woocommerce-product-search .search-field {
    margin-bottom: 0;
    border: none;
    border-bottom: 2px solid #e6e6e6;
    color: #393b3e;
    padding: 0px 20px 0 0;
    line-height: 50px;
    height: 50px;
    font-size: 12px;
    width: 100%;
}

#secondary .widget_cms_recent_posts .posts-list .entry-recent-post1 {
    overflow: hidden;
    margin-bottom: 25px;
}

#secondary .widget_cms_recent_posts .posts-list .entry-recent-post1:last-child {
    margin-bottom: 0;
}

#secondary .widget_cms_recent_posts .posts-list .entry-recent-post1 .entry-media {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    float: left;
    background: #ececec;
}

#secondary .widget_cms_recent_posts .posts-list .entry-recent-post1 .entry-media img {
    max-width: 70px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#secondary .widget_cms_recent_posts .posts-list .entry-recent-post1 .entry-media + .entry-content {
    padding-left: 80px;
    margin-bottom: 0;
}

#secondary .widget_cms_recent_posts .posts-list .entry-recent-post1 .entry-media + .entry-content .entry-date {
    margin-bottom: 6px;
    margin-top: -4px;
    font-size: 13px;
    line-height: 20px;
    color: #616161;
}

#secondary .widget_cms_recent_posts .posts-list .entry-recent-post1 .entry-media + .entry-content .entry-title {
    clear: none;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

#secondary .widget_cms_recent_posts .posts-list .entry-recent-post1 .entry-media + .entry-content .entry-title a {
    color: #282828;
}

#secondary .widget_cms_recent_posts .posts-list .entry-recent-post1 .entry-media + .entry-content .entry-title a:hover {
    color: #eb000a;
}

#secondary .widget_cs_social_widget .cms-social li {
    margin: 5px 10px 5px 0;
}

#secondary .widget_cs_social_widget .cms-social li:last-child {
    margin-right: 0;
}

#secondary .widget_cs_social_widget .cms-social li a {
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 48px;
    border: 1px solid #ddd;
    color: #000;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 300ms ease-in-out 0s;
    -khtml-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

#secondary .widget_cs_social_widget .cms-social li a:before {
    position: absolute;
    left: -100%;
    display: block;
    width: 100%;
    content: " ";
    z-index: -1;
    height: 100%;
    background: #eb000a;
    border-color: #eb000a;
    -webkit-transition: all 300ms ease-in-out 0s;
    -khtml-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}

#secondary .widget_cs_social_widget .cms-social li a:hover {
    color: #fff;
}

#secondary .widget_cs_social_widget .cms-social li a:hover:before {
    left: 0;
}

#secondary .fb-page {
    margin-top: 5px;
}

.widget_recent_comments .recentcomments {
    border-bottom: solid 1px #e1e1e1;
    margin-bottom: 20px;
}

.widget_recent_comments .recentcomments:first-child {
    margin-top: 23px !important;
}

.widget_recent_comments .recentcomments > a {
    font-size: 15px;
}

.widget_recent_comments .recentcomments span {
    display: block;
    font-size: 15px;
    text-transform: capitalize;
}

.widget_rss ul {
    list-style: none;
    padding: 0;
}

.widget_rss li {
    margin-bottom: 16px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f5f5f5;
}

.widget_rss li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.widget_rss .rsswidget {
    font-weight: 700;
    display: inline-block;
}

.widget_rss .rss-date {
    font-size: 0.875em;
    font-style: italic;
    display: block;
}

.widget_rss cite {
    font-weight: 700;
    font-size: 0.875em;
}

.widget_calendar th, .widget_calendar td {
    text-align: center;
}

.widget_search .searchform-wrap {
    position: relative;
}

.widget_search .search-field {
    margin-bottom: 0;
    border: none;
    border-bottom: 2px solid #e6e6e6;
    color: #222;
    padding: 0px 20px 0 0;
    line-height: 50px;
    height: 50px;
    font-size: 12px;
    width: 100%;
}

.widget_search .search-field:focus {
    border: none;
    border-bottom: 2px solid #eb000a;
    box-shadow: none;
    font-family: 'Source Sans Pro', sans-serif;
}

.widget_search .search-field:focus::-webkit-input-placeholder {
    color: #9b9b9b;
    font-family: 'Source Sans Pro', sans-serif;
}

.widget_search .search-field:focus::-moz-placeholder {
    color: #9b9b9b;
    font-family: 'Source Sans Pro', sans-serif;
}

.widget_search .search-field:focus::-ms-input-placeholder {
    color: #9b9b9b;
    font-family: 'Source Sans Pro', sans-serif;
}

.widget_search .search-field:focus::-moz-placeholder {
    color: #9b9b9b;
    font-family: 'Source Sans Pro', sans-serif;
}

.widget_search .search-submit {
    position: absolute !important;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    padding: 0;
    text-align: right;
    line-height: 50px;
    border: none;
    background-color: transparent;
    background-image: none;
    color: #eb000a;
    font-size: 16px;
    border: none;
}

.widget_search .search-submit:focus {
    box-shadow: none;
    outline: none !important;
    color: #eb000a;
}

.search-no-results .content-area .search-form .searchform-wrap {
    position: relative;
}

.search-no-results .content-area .search-form .searchform-wrap .search-field {
    border: none;
    border-bottom: 2px solid #e6e6e6;
    color: #393b3e;
    padding: 0px 20px 0 0;
    line-height: 50px;
    height: 50px;
    font-size: 12px;
    width: 100%;
}

.search-no-results .content-area .search-form .searchform-wrap .search-field:focus {
    border-bottom: 2px solid #eb000a;
}

.search-no-results .content-area .search-form .searchform-wrap .search-submit {
    position: absolute;
    top: 0;
    cursor: pointer;
    background-color: transparent;
    right: 0;
    color: #eb000a;
    font-size: 16px;
    padding-right: 0;
    height: 50px;
    line-height: 50px;
}

#secondary ul {
    list-style: none;
    padding-left: 0;
}

#secondary .children, #secondary .sub-menu {
    padding-left: 15px;
}

#secondary .widget {
    margin-bottom: 48px;
    padding-bottom: 40px;
    border-bottom: 2px solid #f5f5f5;
}

#secondary .widget.widget_search {
    padding-bottom: 0;
    border-bottom: none;
}

#secondary .widget:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

#secondary .widget .widget-title {
    text-transform: capitalize;
    font-size: 18px;
    color: #393b3e;
    line-height: 21px;
    font-weight: 800;
    letter-spacing: 0.01em;
    margin: 0px 0 20px 0;
}

#secondary .widget:first-child .widget-title {
    margin-top: 0;
}

#secondary .widget.widget_text p {
    color: #313335;
    line-height: 24px;
    font-size: 15px;
}

#secondary .widget.widget_text p:last-child {
    margin-bottom: 0;
}

#secondary .widget.widget_text p img {
    margin-bottom: 5px;
}

#secondary .widget.widget_text .btn-custom-text {
    font-family: 'Montserrat', sans-serif;
    margin-top: 18px;
    display: block;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: -8px;
    text-transform: uppercase;
    color: #eb000a;
}

#secondary .widget.widget_text .btn-custom-text:hover {
    color: #393b3e;
}

#secondary .widget.widget_categories .widget-title, #secondary .widget.widget_meta .widget-title, #secondary .widget.widget_recent_comments .widget-title, #secondary .widget.widget_archive .widget-title {
    margin-bottom: 15px;
    font-weight: 800;
}

#secondary .widget.widget_categories ul li, #secondary .widget.widget_meta ul li, #secondary .widget.widget_recent_comments ul li, #secondary .widget.widget_archive ul li {
    margin-bottom: 6px;
}

#secondary .widget.widget_categories ul li:first-child, #secondary .widget.widget_meta ul li:first-child, #secondary .widget.widget_recent_comments ul li:first-child, #secondary .widget.widget_archive ul li:first-child {
    margin-top: 10px;
}

#secondary .widget.widget_categories ul li:first-child a, #secondary .widget.widget_meta ul li:first-child a, #secondary .widget.widget_recent_comments ul li:first-child a, #secondary .widget.widget_archive ul li:first-child a {
    padding-top: 0 !important;
}

#secondary .widget.widget_categories ul li:last-child, #secondary .widget.widget_meta ul li:last-child, #secondary .widget.widget_recent_comments ul li:last-child, #secondary .widget.widget_archive ul li:last-child {
    margin-bottom: 0;
}

#secondary .widget.widget_categories ul li a, #secondary .widget.widget_meta ul li a, #secondary .widget.widget_recent_comments ul li a, #secondary .widget.widget_archive ul li a {
    padding: 5px 0px 0px 0;
}

#secondary .widget.widget_categories ul li a:hover, #secondary .widget.widget_meta ul li a:hover, #secondary .widget.widget_recent_comments ul li a:hover, #secondary .widget.widget_archive ul li a:hover {
    color: #eb000a;
}

#secondary .widget.widget_nav_menu ul.menu > li:first-child {
    margin-top: 28px;
}

#secondary .widget.widget_nav_menu ul.menu > li:last-child {
    margin-bottom: -18px;
}

#secondary .widget.widget_nav_menu ul.menu > li a {
    padding: 5px 15px 0px 0;
}

#secondary .widget.widget_nav_menu ul.menu > li .sub-menu {
    padding-left: 15px;
}

#secondary .widget.widget_nav_menu ul.menu > li .sub-menu .sub-menu {
    padding-left: 15px;
}

#secondary .widget_product_search {
    margin-bottom: 70px;
    padding-bottom: 20px !important;
    border-bottom: none;
}

#secondary .widget_product_search .woocommerce-product-search {
    position: relative;
}

#secondary .widget_product_search .woocommerce-product-search button {
    height: 50px;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    z-index: 2;
}

#secondary .widget_product_search .woocommerce-product-search:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 15px;
    color: #eb000a;
    position: absolute;
    top: 50%;
    right: 0px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 1;
}

.widget_recent_entries li {
    font-size: 14px;
    margin-bottom: 5px;
}

.widget_recent_entries li a {
    display: block;
    font-weight: 600;
    color: #7f7f7f;
}

.widget_recent_entries li span {
    display: block;
    font-size: 14px;
    padding-bottom: 13px;
    color: #313335;
}

.widget_recent_entries li span:before {
    margin-right: 5px;
    content: "\f073";
    font-family: "FontAwesome";
    display: inline-block;
}

.widget_recent_entries li:last-child {
    margin-bottom: 0;
}

.widget_recent_entries li:last-child span {
    padding-bottom: 0;
}

.widget_tag_cloud .widget-content, .widget_product_tag_cloud .widget-content {
    overflow: hidden;
}

.widget_tag_cloud .tagcloud, .widget_product_tag_cloud .tagcloud {
    overflow: hidden;
}

.widget_tag_cloud a, .widget_product_tag_cloud a {
    float: left;
    border: solid 2px #ededed;
    border-radius: 0px;
    font-size: 14px !important;
    float: left;
    color: #9b9b9b;
    padding: 2px 18px;
    font-weight: 400;
    margin-right: 10px;
    margin-bottom: 10px;
    font-family: 'Source Sans Pro', sans-serif;
}

.widget_tag_cloud a:hover, .widget_product_tag_cloud a:hover {
    background-color: #eb000a;
    color: #fff;
    border-color: #eb000a;
}

.widget_product_tag_cloud a {
    border-width: 1px;
    padding: 7px 18px;
}

.cms-social li {
    display: inline-block;
}

.cms-social li + li {
    margin-left: 24px;
}

.cms-social li a {
    font-size: 14px;
}

.cms-social li span {
    display: none;
}

.vc_wp_custommenu .widgettitle {
    font-size: 24px;
}

.widget_cms_check_availability {
    background-color: #fff;
    border: 1px solid #e5e5e5 !important;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    margin-bottom: 55px !important;
    padding: 30px !important;
}

.widget_cms_check_availability .select2-selection__arrow {
    display: none !important;
}

.widget_newsletterwidget .newsletter-subscription {
    margin: 0;
}

.widget_newsletterwidget form {
    position: relative;
}

.widget_newsletterwidget form .tnp-field-email {
    margin: 0;
    display: inline-block;
    width: 100%;
}

.widget_newsletterwidget form .tnp-field-email label {
    display: none;
}

.widget_newsletterwidget form .tnp-field-email .tnp-email {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border: none !important;
    font-size: 14px;
    color: #898989;
    padding: 0 28px;
    border: 1px solid transparent;
}

.widget_newsletterwidget form .tnp-field-email .tnp-email:focus {
    border: 1px solid #eb000a !important;
}

.widget_newsletterwidget form .tnp-field-email .tnp-email::-webkit-input-placeholder {
    color: #474747;
    font-style: italic;
}

.widget_newsletterwidget form .tnp-field-email .tnp-email::-moz-placeholder {
    color: #474747;
    font-style: italic;
}

.widget_newsletterwidget form .tnp-field-email .tnp-email::-ms-input-placeholder {
    color: #474747;
    font-style: italic;
}

.widget_newsletterwidget form .tnp-field-email .tnp-email::-moz-placeholder {
    color: #474747;
    font-style: italic;
}

.widget_newsletterwidget form .tnp-field-button {
    margin-top: 30px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    border: none;
    width: 100%;
}

.widget_newsletterwidget form .tnp-field-button .tnp-submit {
    background-color: #e6ae48;
    border: none;
    height: 50px;
    font-weight: 400;
    line-height: 50px;
    padding: 0 15px;
    text-transform: uppercase;
    width: 200px;
    margin: 0 auto;
}

.widget_newsletterwidget form .tnp-field-button .tnp-submit:hover {
    background: #a864a8;
}

.widget_newsletterwidget form:hover .tnp-field-button:before {
    color: #fff;
}

@media screen and (min-width: 768px) {
    .widget_newsletterwidget form .tnp-field-email {
        width: 75%;
        float: left;
    }

    .widget_newsletterwidget form .tnp-field-button {
        margin-top: 0;
        margin-bottom: 0;
        width: 22%;
        float: right;
    }
}

.header-2 .widget_newsletterwidget form .tnp-field-button {
    width: 23%;
}

@media screen and (max-width: 575px) {
    .header-2 .widget_newsletterwidget form .tnp-field-button {
        width: 230px;
        display: block;
        margin: 15px auto 0;
    }
}

.header-2 .widget_newsletterwidget form .tnp-field-button .tnp-submit {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    width: 100%;
    font-weight: 600;
}

.header-2 .widget_newsletterwidget form .tnp-field-button .tnp-submit:hover {
    background: #fff;
    border-color: #fff;
    color: #3ec0c5;
}

.cms-download .cms-download-inner {
    min-height: 70px;
    position: relative;
    padding: 16px 40px 16px 20px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-download .cms-download-title {
    margin: 0;
    font-size: 15px;
    line-height: 21px;
    margin: 8px 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-download span {
    background-color: #282828;
    display: inline-block;
    font-size: 8px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 22px;
    color: #eb000a;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-download a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.cms-download:hover .cms-download-inner {
    background-color: ;
    background-image: none;
}

.cms-download:hover .cms-download-inner .cms-download-title {
    color: #fff;
}

.cms-download:hover .cms-download-inner span {
    background-color: #eb000a;
    color: #fff;
}

.woocommerce #secondary .widget {
    margin-bottom: 38px;
    padding-bottom: 27px;
}

.woocommerce #secondary .widget.widget_search {
    padding-bottom: 0;
    margin-bottom: 47px;
}

.woocommerce #secondary .widget .widget-title {
    font-weight: 800;
    color: #393b3e;
}

@media screen and (min-width: 992px) {
    .woocommerce #secondary .widget:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
    }
}

.widget_products .product_list_widget li {
    position: relative;
    padding: 8px 0 0px 80px !important;
}

.widget_products .product_list_widget li:last-child {
    padding-bottom: 15px !important;
}

.widget_products .product_list_widget li a {
    font-size: 14px;
    color: #393b3e;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    margin-left: 0;
}

.widget_products .product_list_widget li a:hover {
    color: #eb000a;
}

.widget_products .product_list_widget li a img {
    float: left;
    max-width: 60px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
}

.widget_products .product_list_widget li .woocommerce-Price-amount {
    font-weight: 700;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    color: #313335;
}

.widget_products .product_list_widget li .star-rating {
    display: none;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: #f2f2f2;
    height: 4px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    background-color: ;
    top: -3px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #eb000a;
}

.woocommerce .widget_price_filter .price_slider_amount {
    padding-top: 6px;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
    float: right;
}

.woocommerce .widget_price_filter .price_slider_amount .price_label {
    float: left;
    font-size: 14px;
    line-height: normal;
}

.sbi_photo_wrap a {
    position: static;
}

.sbi_photo_wrap a:before, .sbi_photo_wrap a:after {
    opacity: 0;
    position: absolute;
    display: block;
    content: "";
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.sbi_photo_wrap a:before {
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    background: #eb000a;
    z-index: 1;
}

.sbi_photo_wrap a:after {
    z-index: 2;
    width: 16px;
    height: 3px;
    top: 50%;
    left: 50%;
    background-image: url(../images/icon-instagram.png);
    -webkit-transform: translate(-50%, 50%);
    -khtml-transform: translate(-50%, 50%);
    -moz-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    -o-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.sbi_photo_wrap a:hover:before, .sbi_photo_wrap a:hover:after {
    opacity: 1;
}

.sbi_photo_wrap a:hover:before {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

@font-face {
    font-family: 'Droidserif Italic';
    src: url('../fonts/droidserif-italic-webfont.woff2') format('woff2'), url('../fonts/droidserif-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Poppins Bold';
    src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'), url('../fonts/poppins-bold-webfont.woff') format('woff');
}

@font-face {
    font-family: 'Elegant-Icons';
    src: url('../fonts/elegant-icons.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

embed, iframe, object {
    max-width: 100%;
}

.custom-logo-link {
    display: inline-block;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    padding: 0.8075em 0;
    font-size: 0.875em;
}

.wp-caption-text {
    text-align: center;
}

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-caption {
    display: block;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comments-area .comment-list-wrap {
    padding: 40px 0 45px 0;
}

.comments-area .comment-list-wrap .comments-title {
    font-weight: 800;
    font-size: 18px;
    color: #393b3e;
    margin-bottom: 16px;
}

.comments-area .comment-list-wrap .comment-list {
    padding: 0;
    list-style: none;
}

.comments-area .comment-list-wrap .comment-list .comment-inner .comment-media {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
}

.comments-area .comment-list-wrap .comment-list .comment-inner .comment-media img {
    width: 100%;
}

.comments-area .comment-list-wrap .comment-list .comment-inner .comment-content .comment-title {
    clear: none;
    font-size: 14px;
    font-weight: bold;
    color: #393b3e;
    margin-bottom: 3px;
}

.comments-area .comment-list-wrap .comment-list li {
    clear: both;
}

.comments-area .comment-list-wrap .comment-list li .children {
    list-style: none;
    padding-left: 90px;
}

.comments-area .comment-list-wrap .comment-list li .children > li {
    margin-top: 22px;
    padding-top: 30px;
    border-top: 1px solid #f5f5f5;
}

.comments-area .comment-list-wrap .comment-list li.pingback .comment-content {
    padding-left: 0;
}

.comments-area .comment-list-wrap .comment-list > li {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f5f5f5;
}

.comments-area .comment-list-wrap .comment-list > li:last-child {
    margin-bottom: 0;
}

.comments-area .comment-respond {
    margin-top: 40px;
}

@media screen and (max-width: 575px) {
    .comments-area .comment-respond {
        margin-top: 10px;
    }
}

.comments-area .comment-respond .comment-reply-title {
    margin-bottom: 18px;
    font-weight: 800;
    font-size: 18px;
}

.comments-area .comment-respond .comment-form input, .comments-area .comment-respond .comment-form textarea {
    border: none;
    border-bottom: 2px solid #f5f5f5;
    width: 100%;
    background: transparent;
    line-height: normal;
    margin-bottom: 10px;
    font-size: 14px;
    color: #737373;
    font-family: 'Source Sans Pro', sans-serif;
}

.comments-area .comment-respond .comment-form input::-webkit-input-placeholder, .comments-area .comment-respond .comment-form textarea::-webkit-input-placeholder {
    color: #313335;
}

.comments-area .comment-respond .comment-form input::-moz-placeholder, .comments-area .comment-respond .comment-form textarea::-moz-placeholder {
    color: #313335;
}

.comments-area .comment-respond .comment-form input::-ms-input-placeholder, .comments-area .comment-respond .comment-form textarea::-ms-input-placeholder {
    color: #313335;
}

.comments-area .comment-respond .comment-form input::-moz-placeholder, .comments-area .comment-respond .comment-form textarea::-moz-placeholder {
    color: #313335;
}

.comments-area .comment-respond .comment-form input {
    min-height: 50px;
    padding: 5px 0px;
    margin-bottom: 33px;
}

.comments-area .comment-respond .comment-form textarea {
    min-height: 105px;
    padding: 15px 20px 5px 0;
    margin-bottom: 16px;
}

.comments-area .comment-respond .comment-form .submit {
    background: #eb000a;
    height: 50px;
    padding: 0;
    text-align: center;
    line-height: 50px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    width: 170px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    border: 1px solid transparent;
}

.comments-area .comment-respond .comment-form .submit:hover {
    background: #393b3e;
}

.comments-area .comment-respond .comment-form input:focus, .comments-area .comment-respond .comment-form textarea:focus {
    border-color: #eb000a;
}

.comments-area .no-comments {
    display: none;
}

.comment-date {
    display: inline-block;
    font-size: 12px;
    font-family: 'Droidserif Italic';
    margin-bottom: 7px;
    color: #616161;
}

.comment-content {
    display: table;
    vertical-align: top;
}

.comment-content .comment-text {
    font-size: 15px;
    line-height: 23px;
}

.comment-content .comment-text p {
    line-height: 24px;
    margin-bottom: 5px;
}

.comment-reply {
    display: inline-block;
    text-transform: uppercase;
    line-height: 1;
    font-size: 13px;
}

.comment-reply a {
    font-weight: bold;
    color: #eb000a;
}

.comment-form .form-submit {
    margin-bottom: 0;
    text-align: left;
}

.comment-form .form-submit .submit {
    width: 100%;
    max-width: 170px;
    line-height: 70px;
}

.comment-form .comment-notes {
    display: none;
}

@media screen and (max-width: 767px) {
    .comment-media {
        display: inline-block;
        margin-bottom: 20px;
        float: none !important;
    }

    .comment-content {
        padding-left: 0;
        padding-top: 0;
        margin-bottom: 15px;
        display: block;
    }

    .comment-content .comment-text p {
        line-height: 21px;
    }

    .comment-content ul, .comment-content ol {
        text-align: left;
    }

    .comment-list li .children {
        padding-left: 15px !important;
        list-style: none;
    }
}

.site-footer {
    background-color: #222;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #9b9b9b;
    position: relative;
}

.site-footer .footer-widget-title {
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    font-family: "Montserrat";
    margin-bottom: 37px;
}

.site-footer .widget {
    margin-bottom: 20px;
}

.site-footer .widget:last-child {
    margin-bottom: 0;
}

.site-footer .widget.widget_media_image {
    margin-bottom: 0;
}

.site-footer .top-footer-logo {
    margin-bottom: 5px;
}

.site-footer .widget_cms_recent_posts2 .footer-widget-title {
    margin-bottom: 30px;
}

.site-footer .widget_cms_recent_posts2 .posts-list li .entry-content {
    margin-bottom: 0;
}

.site-footer .widget_cms_recent_posts2 .posts-list li .entry-date {
    color: #313335;
}

.site-footer .widget_cms_recent_posts2 .posts-list li .entry-title a {
    color: #ececec;
}

.site-footer .widget_cms_recent_posts2 .posts-list li .entry-title a:hover {
    color: #eb000a;
}

.site-footer .widget_cms_recent_posts2 .posts-list li:last-child .entry-title {
    margin-bottom: 0;
}

.site-footer .cms-widget-text .cms-widget-infor {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
}

.site-footer .cms-widget-text .cms-widget-infor:last-child {
    margin-bottom: 0;
}

.site-footer .cms-widget-text .cms-widget-infor i {
    position: absolute;
    top: 48%;
    left: 0;
    transform: translateY(-50%);
    font-size: 16px;
    color: #eb000a;
}

.site-footer .textwidget {
    font-size: 15px;
    font-weight: 400;
    color: #9b9b9b;
}

.site-footer:before {
    position: absolute;
    display: block;
    content: " ";
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.site-footer ul {
    padding-left: 0;
    list-style: none;
}

.site-footer .widget_cs_social_widget .cms-social li {
    display: inline-block;
}

.site-footer .widget_cs_social_widget .cms-social li + li {
    margin-left: 22px;
}

.site-footer .widget_cs_social_widget .cms-social li a {
    font-size: 14px;
    font-weight: 500;
    color: #646464;
}

.site-footer .widget_cs_social_widget .cms-social li a:hover {
    color: #eb000a;
}

.site-footer .widget_cs_social_widget .cms-social li span {
    display: none;
}

.widget_footer_info li {
    font-size: 14px;
    color: #9b9b9b;
}

.widget_footer_info li a {
    color: #9b9b9b;
}

.widget_footer_info li a:hover {
    color: #eb000a;
}

.widget_footer_info li i {
    display: inline-block;
    margin-right: 10px;
    color: #eb000a;
    font-size: 18px;
}

.sbi > div {
    margin-left: -1px;
    margin-right: -1px;
    margin-top: -1px;
}

@media screen and (max-width: 575px) {
    .sbi > div .sbi_item {
        width: 33% !important;
        height: 150px;
    }

    .sbi > div .sbi_item a {
        height: 150px !important;
    }
}

@media (max-width: 360px) {
    .sbi > div .sbi_item {
        width: 50% !important;
        height: 120px;
    }

    .sbi > div .sbi_item a {
        height: 120px !important;
    }
}

.top-footer {
    padding: 90px 0 50px;
    border-bottom: 2px solid #2b2b2b;
}

@media screen and (max-width: 575px) {
    .top-footer {
        padding-bottom: 20px;
        padding-top: 65px;
    }
}

@media screen and (max-width: 991px) {
    .top-footer .cms-footer-item {
        margin-bottom: 50px;
        padding-bottom: 50px;
        position: relative;
    }

    .top-footer .cms-footer-item:after {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        height: 1px;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
    }

    .top-footer .cms-footer-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }

    .top-footer .cms-footer-item:last-child:after {
        border-color: transparent;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .top-footer .cms-footer-item:nth-child(3) {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .top-footer .cms-footer-item {
        margin-bottom: 30px;
        padding-bottom: 30px;
        position: relative;
    }

    .top-footer .cms-footer-item:after {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        height: 1px;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        height: 1px;
        background: #444;
    }

    .top-footer .cms-footer-item:last-child {
        margin-bottom: 0;
        padding-bottom: 30px;
        border-bottom: none;
    }

    .top-footer .cms-footer-item:last-child:after {
        border-color: transparent;
        background-color: transparent;
    }
}

.top-footer .widget_nav_menu ul.menu li {
    margin-bottom: 5px;
    font-size: 14px;
}

.top-footer .widget_nav_menu ul.menu li a {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.top-footer .widget_nav_menu ul.menu li a:hover {
    padding-left: 10px;
}

.top-footer .widget_newsletterwidget .tnp-widget {
    margin-top: 3px;
}

.top-footer .widget_newsletterwidget .tnp-widget form {
    min-height: 42px;
    margin-bottom: 28px;
}

.top-footer .widget_newsletterwidget .tnp-widget form .tnp-field {
    margin-bottom: 0;
}

.top-footer .widget_newsletterwidget .tnp-widget form .tnp-field.tnp-field-email .tnp-email {
    background-color: #1d1d1d;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    padding-right: 55px;
    padding-left: 15px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #1d1d1d;
}

.top-footer .widget_newsletterwidget .tnp-widget form .tnp-field.tnp-field-email .tnp-email:focus {
    border: 1px solid #eb000a !important;
}

.top-footer .widget_newsletterwidget .tnp-widget form .tnp-field.tnp-field-email .tnp-email::-webkit-input-placeholder {
    color: #9b9b9b;
    font-style: italic;
}

.top-footer .widget_newsletterwidget .tnp-widget form .tnp-field.tnp-field-email .tnp-email::-moz-placeholder {
    color: #9b9b9b;
    font-style: italic;
}

.top-footer .widget_newsletterwidget .tnp-widget form .tnp-field.tnp-field-email .tnp-email::-ms-input-placeholder {
    color: #9b9b9b;
    font-style: italic;
}

.top-footer .widget_newsletterwidget .tnp-widget form .tnp-field.tnp-field-email .tnp-email::-moz-placeholder {
    color: #9b9b9b;
    font-style: italic;
}

.top-footer .widget_newsletterwidget .tnp-widget form .tnp-field.tnp-field-button {
    margin-top: 0;
    height: 0;
    position: relative;
}

@media screen and (max-width: 767px) {
    .top-footer .widget_newsletterwidget .tnp-widget form .tnp-field.tnp-field-button {
        position: static;
    }
}

.top-footer .widget_newsletterwidget .tnp-widget form .tnp-field.tnp-field-button:after {
    content: "\f178";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 18px;
    color: #fff;
    z-index: 1;
    position: absolute;
    font-weight: normal;
    top: 0;
    right: 0;
    text-align: center;
    width: 42px;
    height: 42px;
    line-height: 44px;
    background-color: #eb000a;
}

.top-footer .widget_newsletterwidget .tnp-widget form .tnp-field.tnp-field-button .tnp-submit {
    height: 42px;
    background-color: transparent;
    line-height: 42px;
    position: absolute;
    top: 0;
    border: none;
    right: 0;
    width: 42px;
    font-size: 0;
    z-index: 2;
}

.copyright-content {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    text-align: center;
}

.copyright-content a {
    color: #eb000a;
}

.bottom-footer {
    padding: 24px 0;
    font-size: 12px;
    position: relative;
}

.scroll-top {
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    color: #fff;
    height: 49px;
    position: fixed;
    right: 40px;
    text-align: center;
    width: 49px;
    font-size: 22px;
    z-index: -1;
    background: #eb000a;
}

.scroll-top.on {
    visibility: visible;
    opacity: 0.5;
    color: #fff;
    bottom: 40px;
    z-index: 999;
}

@media screen and (max-width: 575px) {
    .scroll-top.on {
        width: 40px;
        height: 40px;
        right: 15px;
    }
}

.scroll-top:hover, .scroll-top:focus {
    opacity: 1;
}

.scroll-top i {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.cms-modal {
    background-color: rgba(27, 26, 26, 0.98);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transform: translateX(100%);
    -khtml-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all 500ms ease-in-out;
    -khtml-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}

.cms-modal .cms-modal-content {
    left: 0;
    margin: auto;
    max-width: 570px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%) scaleX(0);
    -khtml-transform: translate(0px, -50%) scaleX(0);
    -moz-transform: translate(0px, -50%) scaleX(0);
    -ms-transform: translate(0px, -50%) scaleX(0);
    -o-transform: translate(0px, -50%) scaleX(0);
    transform: translate(0px, -50%) scaleX(0);
    -webkit-transition: all 500ms ease-in-out;
    -khtml-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    transition-delay: 500ms;
}

.cms-modal .cms-box-content {
    padding: 100px 50px 50px;
    width: 100%;
    max-width: 370px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    -webkit-transform: scaleX(0);
    -khtml-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 500ms ease-in-out;
    -khtml-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    transition-delay: 500ms;
}

.cms-modal.open {
    -webkit-transform: translateX(0%);
    -khtml-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 1;
}

.cms-modal.open .cms-modal-content {
    -webkit-transform: translate(0px, -50%) scaleX(1);
    -khtml-transform: translate(0px, -50%) scaleX(1);
    -moz-transform: translate(0px, -50%) scaleX(1);
    -ms-transform: translate(0px, -50%) scaleX(1);
    -o-transform: translate(0px, -50%) scaleX(1);
    transform: translate(0px, -50%) scaleX(1);
}

.cms-modal.open .cms-box-content {
    -webkit-transform: scaleX(1);
    -khtml-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.cms-modal.open .cms-close {
    display: block;
    z-index: 2;
}

.cms-modal.cms-side-nav-popup .cms-close:after, .cms-modal.cms-side-nav-popup .cms-close:before {
    background: #222;
}

.cms-modal.remove {
    -webkit-transform: translateX(100%);
    -khtml-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    transition-delay: 500ms;
}

.cms-modal.remove .cms-modal-content {
    -webkit-transform: translate(0px, -50%) scaleX(0);
    -khtml-transform: translate(0px, -50%) scaleX(0);
    -moz-transform: translate(0px, -50%) scaleX(0);
    -ms-transform: translate(0px, -50%) scaleX(0);
    -o-transform: translate(0px, -50%) scaleX(0);
    transform: translate(0px, -50%) scaleX(0);
    transition-delay: 0ms;
}

.cms-modal .cms-close {
    position: absolute;
    top: 40px;
    right: 30px;
    display: none;
}

.cms-modal .cms-close:before, .cms-modal .cms-close:after {
    background-color: #fff;
}

.cms-modal .cms-close:hover:before, .cms-modal .cms-close:hover:after {
    background-color: #eb000a;
}

@media screen and (max-width: 991px) {
    .cms-modal .cms-close {
        display: block;
    }
}

@media screen and (max-width: 575px) {
    .cms-modal .cms-modal-content, .cms-modal .cms-box-content {
        max-width: 280px !important;
    }
}

.cms-search-popup .cms-search-form i {
    color: #fff;
    font-size: 28px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    right: 0px;
}

.cms-search-popup .cms-search-form .search-field {
    background-color: transparent;
    border: none;
    font-size: 45px;
    height: inherit;
    line-height: 1;
    padding: 26px 10px 22px 26px;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .cms-search-popup .cms-search-form .search-field {
        font-size: 25px;
    }
}

.cms-search-popup .cms-search-form .search-field:focus {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.cms-search-popup .cms-search-form .search-field::-webkit-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
}

@media screen and (max-width: 767px) {
    .cms-search-popup .cms-search-form .search-field::-webkit-input-placeholder {
        font-size: 25px;
    }
}

.cms-search-popup .cms-search-form .search-field::-moz-placeholder {
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
}

@media screen and (max-width: 767px) {
    .cms-search-popup .cms-search-form .search-field::-moz-placeholder {
        font-size: 25px;
    }
}

.cms-search-popup .cms-search-form .search-field::-ms-input-placeholder {
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
}

@media screen and (max-width: 767px) {
    .cms-search-popup .cms-search-form .search-field::-ms-input-placeholder {
        font-size: 25px;
    }
}

.cms-search-popup .cms-search-form .search-field::-moz-placeholder {
    font-family: 'Montserrat', sans-serif;
    font-size: 45px;
}

@media screen and (max-width: 767px) {
    .cms-search-popup .cms-search-form .search-field::-moz-placeholder {
        font-size: 25px;
    }
}

.cms-register-popup, .cms-login-popup {
    /*-----------------*/
}

.cms-register-popup .cms-modal-content, .cms-login-popup .cms-modal-content {
    max-width: 370px;
}

.cms-register-popup .cms-modal-content .cms-close, .cms-login-popup .cms-modal-content .cms-close {
    display: block;
    height: 22px;
    line-height: 22px;
    width: 22px;
    background-color: #eee;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    right: 10px;
    top: 10px;
    opacity: 0;
}

.cms-register-popup .cms-modal-content .cms-close:before, .cms-login-popup .cms-modal-content .cms-close:before, .cms-register-popup .cms-modal-content .cms-close:after, .cms-login-popup .cms-modal-content .cms-close:after {
    background-color: ;
    width: 10px;
    top: 11px;
    z-index: 999;
}

.cms-register-popup .cms-modal-content .cms-close:hover, .cms-login-popup .cms-modal-content .cms-close:hover {
    background-color: #eb000a;
}

.cms-register-popup .cms-modal-content .cms-close:hover:before, .cms-login-popup .cms-modal-content .cms-close:hover:before, .cms-register-popup .cms-modal-content .cms-close:hover:after, .cms-login-popup .cms-modal-content .cms-close:hover:after {
    background-color: #fff;
}

.cms-register-popup .cms-modal-content:hover .cms-close, .cms-login-popup .cms-modal-content:hover .cms-close {
    opacity: 1;
}

.cms-register-popup .cms-modal-content .cms-modal-holder, .cms-login-popup .cms-modal-content .cms-modal-holder {
    background-color: #fff;
    padding: 28px 40px 20px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

@media screen and (max-width: 767px) {
    .cms-register-popup .cms-modal-content .cms-modal-holder, .cms-login-popup .cms-modal-content .cms-modal-holder {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.cms-register-popup .cms-modal-content .widget-title, .cms-login-popup .cms-modal-content .widget-title {
    font-size: 18px;
    margin-bottom: 30px;
}

.cms-register-popup .cms-modal-content .cms-modal-body, .cms-login-popup .cms-modal-content .cms-modal-body {
    padding: 0;
}

.cms-register-popup .cms-modal-content .field-group, .cms-login-popup .cms-modal-content .field-group {
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .cms-register-popup .cms-modal-content .field-group, .cms-login-popup .cms-modal-content .field-group {
        margin-bottom: 0;
    }
}

.cms-register-popup .cms-modal-content .field-group .button, .cms-login-popup .cms-modal-content .field-group .button {
    height: 50px;
    font-weight: 700;
    line-height: 50px;
    background-color: #eb000a;
}

.cms-register-popup .cms-modal-content .field-group label, .cms-login-popup .cms-modal-content .field-group label, .cms-register-popup .cms-modal-content .field-group .forget, .cms-login-popup .cms-modal-content .field-group .forget {
    color: #9b9b9b;
    font-size: 13px;
    font-weight: normal;
}

.cms-register-popup .cms-modal-content .field-group .forget:hover, .cms-login-popup .cms-modal-content .field-group .forget:hover {
    color: #eb000a;
}

.cms-register-popup .cms-modal-content .field-group .input:focus, .cms-login-popup .cms-modal-content .field-group .input:focus {
    border-color: #eb000a;
}

.cms-register-popup .cms-modal-content .fields-footer .field-group, .cms-login-popup .cms-modal-content .fields-footer .field-group {
    padding-top: 10px;
    margin-bottom: 0;
}

.cms-register-popup .cms-modal-footer, .cms-login-popup .cms-modal-footer {
    background: #fff;
    margin-top: 0px;
    text-align: center;
    padding: 20px 40px;
}

@media screen and (max-width: 767px) {
    .cms-register-popup .cms-modal-footer, .cms-login-popup .cms-modal-footer {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.cms-register-popup .cms-modal-footer a, .cms-login-popup .cms-modal-footer a {
    width: 100%;
    height: 50px;
    font-weight: 700;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    background-color: #eb000a;
    margin-bottom: 10px;
}

.btn-icon-menu-popup, .btn-icon-sidebar-popup {
    display: inline-block;
    border-radius: 2px;
    color: #393b3e;
    display: inline-block;
    font-size: 16px;
    height: 34px;
    line-height: 33px;
    text-align: left;
    vertical-align: middle;
    width: 16px;
    cursor: pointer;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.btn-icon-menu-popup:before, .btn-icon-sidebar-popup:before, .btn-icon-menu-popup:after, .btn-icon-sidebar-popup:after, .btn-icon-menu-popup span, .btn-icon-sidebar-popup span {
    background-color: #222;
    content: "";
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 14px;
    top: 22px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.btn-icon-menu-popup:before, .btn-icon-sidebar-popup:before {
    top: 10px;
    width: 12px;
}

.btn-icon-menu-popup:after, .btn-icon-sidebar-popup:after {
    width: 16px;
}

.btn-icon-menu-popup span, .btn-icon-sidebar-popup span {
    top: 16px;
}

.header-transparent .btn-icon-menu-popup:before, .header-transparent .btn-icon-sidebar-popup:before, .header-transparent .btn-icon-menu-popup:after, .header-transparent .btn-icon-sidebar-popup:after, .header-transparent .btn-icon-menu-popup span, .header-transparent .btn-icon-sidebar-popup span {
    background-color: #fff;
}

.header-layout6 .btn-icon-menu-popup:before, .header-layout6 .btn-icon-sidebar-popup:before, .header-layout6 .btn-icon-menu-popup:after, .header-layout6 .btn-icon-sidebar-popup:after, .header-layout6 .btn-icon-menu-popup span, .header-layout6 .btn-icon-sidebar-popup span {
    background-color: #393b3e;
}

.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 12000;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(27, 26, 26, 0.98);
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 35px;
    right: 110px;
    font-size: 15px;
    z-index: 100000;
    color: #fff;
}

.overlay .closebtn:hover {
    color: #eb000a;
}

.overlay .copyright-content {
    text-align: center;
}

@media screen and (min-width: 576px) {
    .overlay .inner-menu-popup {
        max-width: 460px;
        margin-left: auto;
        margin-right: auto;
        min-height: 100%;
        display: flex;
        flex-direction: column;
    }

    .overlay .inner-menu-popup > div.widget_nav_menu {
        flex: 1;
        flex-direction: column;
        justify-content: center;
        display: flex;
    }

    .overlay .inner-menu-popup > div.copyright-content {
        justify-content: flex-end;
    }

    .overlay .overlay-content {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .overlay .overlay-content .logo-light {
        position: absolute;
        top: 25px;
        left: 110px;
    }

    .overlay .overlay-content .widget.widget_nav_menu {
        text-align: center;
    }

    .overlay .overlay-content .widget.widget_nav_menu .widget-title {
        display: none;
    }

    .overlay .overlay-content .widget.widget_nav_menu .menu {
        list-style: none;
        margin: 0 auto;
        padding-left: 0;
    }

    .overlay .overlay-content .widget.widget_nav_menu .menu li {
        padding-left: 0;
        display: block;
    }

    .overlay .overlay-content .widget.widget_nav_menu .menu li + li {
        margin-top: 36px;
    }

    .overlay .overlay-content .widget.widget_nav_menu .menu li:first-child {
        margin-top: 0;
    }

    .overlay .overlay-content .widget.widget_nav_menu .menu li:last-child {
        margin-bottom: 0;
    }

    .overlay .overlay-content .widget.widget_nav_menu .menu li a {
        display: inline-block;
        color: #fff;
        font-weight: bold;
        font-size: 30px;
        font-family: 'Montserrat', sans-serif;
    }

    .overlay .overlay-content .widget.widget_nav_menu .menu li a:hover {
        color: #eb000a;
    }

    .overlay .copyright-content {
        padding: 35px 0 38px;
    }
}

@media screen and (max-width: 575px) {
    .overlay .inner-menu-popup {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        min-height: 100%;
    }

    .overlay .overlay-content {
        position: relative;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .overlay .overlay-content .logo-light {
        display: block;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .overlay .overlay-content .logo-light img {
        padding-bottom: 30px;
        border-bottom: 1px solid #ddd;
    }

    .overlay .overlay-content .widget.widget_nav_menu {
        text-align: center;
    }

    .overlay .overlay-content .widget.widget_nav_menu .widget-title {
        display: none;
    }

    .overlay .overlay-content .widget.widget_nav_menu .menu {
        list-style: none;
        margin: 0 auto;
        padding-left: 0;
    }

    .overlay .overlay-content .widget.widget_nav_menu .menu li {
        padding-left: 0;
        display: block;
    }

    .overlay .overlay-content .widget.widget_nav_menu .menu li + li {
        margin-top: 20px;
    }

    .overlay .overlay-content .widget.widget_nav_menu .menu li:first-child {
        margin-top: 0;
    }

    .overlay .overlay-content .widget.widget_nav_menu .menu li:last-child {
        margin-bottom: 0;
    }

    .overlay .overlay-content .widget.widget_nav_menu .menu li a {
        display: inline-block;
        color: #fff;
        font-weight: bold;
        font-size: 20px;
        font-family: 'Montserrat', sans-serif;
    }

    .overlay .overlay-content .widget.widget_nav_menu .menu li a:hover {
        color: #eb000a;
    }

    .overlay .copyright-content {
        padding: 50px 0 15px;
    }

    .overlay .closebtn {
        right: 20px;
    }
}

.admin-bar .overlay .closebtn {
    top: 65px;
}

.admin-bar .overlay .overlay-content .logo-light {
    top: 57px;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 12000;
    top: 0;
    right: 0;
    background-color: rgba(27, 26, 26, 0.98);
    overflow-x: hidden;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.sidenav .grapper-box-sidebar {
    background-color: #fff;
    padding: 100px 50px 30px;
    width: 370px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
}

@media screen and (max-width: 575px) {
    .sidenav .grapper-box-sidebar {
        width: 100%;
        padding: 80px 20px 30px;
    }
}

.sidenav .grapper-box-sidebar .cms-widget-text .widget-title {
    font-size: 15px;
    color: inherit;
    font-weight: 400;
    line-height: 22px;
    font-family: "Poppins";
    margin-bottom: 18px;
}

.sidenav .grapper-box-sidebar .cms-widget-text ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 45px;
}

.sidenav .grapper-box-sidebar .cms-widget-text ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    color: inherit;
}

.sidenav .grapper-box-sidebar .cms-widget-text ul li i {
    position: absolute;
    top: 48%;
    left: 0;
    transform: translateY(-50%);
    font-size: 16px;
    color: #eb000a;
}

.sidenav .grapper-box-sidebar .logo-dark {
    display: block;
    margin-bottom: 20px;
}

.sidenav .grapper-box-sidebar .widget_cs_social_widget {
    margin-top: 45px;
}

.sidenav .grapper-box-sidebar .widget_cs_social_widget ul {
    padding-left: 0;
}

.sidenav .grapper-box-sidebar .widget_cs_social_widget ul li {
    margin-right: 10px;
    margin-left: 0;
}

.sidenav .grapper-box-sidebar .widget_cs_social_widget ul li:last-child {
    margin-right: 0;
}

.sidenav .grapper-box-sidebar .widget_cs_social_widget ul li a {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    font-size: 14px;
    display: block;
    background-color: #eb000a;
    color: #fff;
    margin-right: 15px;
    -webkit-transition: all 300ms ease-in-out 0s;
    -khtml-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    position: relative;
}

.sidenav .grapper-box-sidebar .widget_cs_social_widget ul li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sidenav .grapper-box-sidebar .widget_cs_social_widget ul li a:hover {
    background-color: #393b3e;
}

.sidenav .grapper-box-sidebar .widget_cs_social_widget ul li a:last-child {
    margin-right: 0;
}

.sidenav .closebtn {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 15px;
    margin-left: 50px;
    font-weight: 800;
    color: #333;
}

@media screen and (max-width: 575px) {
    .sidenav .closebtn {
        right: 20px;
    }
}

.sidenav .closebtn:hover {
    color: #eb000a;
}

.cms-grid .cms-grid-inner {
    position: relative;
}

.cms-grid .grid-item.cms-animated .grid-item-inner {
    animation: 0.65s ease 0s normal forwards 1 running moveUp;
    -webkit-animation: 0.65s ease 0s normal forwards 1 running moveUp;
    -webkit-transform: translateY(200px);
    -khtml-transform: translateY(200px);
    -moz-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
}

.cms-grid .cms-load-more {
    margin-top: 35px;
}

.cms-grid .cms-load-more span {
    padding-left: 35px;
    padding-right: 35px;
}

.cms-grid .cms-load-more span i {
    margin-right: 5px;
}

.cms-grid .grid-title {
    font-size: 18px;
    line-height: 29px;
}

.cms-grid .grid-item-inner:hover .grid-readmore-icon span {
    opacity: 1;
}

.cms-grid .grid-media {
    margin-bottom: 21px;
}

.grid-filter-wrap span.active {
    color: #eb000a;
}

.filter-item {
    cursor: pointer;
    display: inline-block;
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #898989;
    margin: 15px 2px;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

@media screen and (max-width: 991px) {
    .filter-item {
        margin: 10px 5px;
    }
}

.filter-item.active, .filter-item:hover {
    border-color: #eb000a;
    color: #eb000a;
}

.owl-nav {
    text-align: center;
    margin-top: 40px;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    display: inline-block;
    color: #9b9b9b;
    font-size: 17px;
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin: 0;
    transform: translate(0, -50%);
    position: absolute;
    border: 2px solid #eb000a;
    top: 50%;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.owl-nav .owl-prev:hover, .owl-nav .owl-next:hover {
    color: #eb000a;
    border-color: #eb000a;
}

.owl-nav .owl-prev i, .owl-nav .owl-next i {
    font-size: 0;
}

.owl-nav .owl-prev:before, .owl-nav .owl-next:before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 16px;
    color: #eb000a;
}

.owl-nav .owl-prev {
    left: -55px;
}

.owl-nav .owl-prev:before {
    content: "\f104";
}

.owl-nav .owl-next {
    right: -55px;
}

.owl-nav .owl-next:before {
    content: "\f105";
}

.owl-dots {
    text-align: center;
    margin-top: 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -khtml-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -50px;
}

.owl-dots .owl-dot {
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: #d5d6d6;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    width: 15px;
    position: relative;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.owl-dots .owl-dot.active, .owl-dots .owl-dot:hover {
    background-color: #eb000a;
}

.owl-dots .owl-dot.active:before, .owl-dots .owl-dot:hover:before {
    opacity: 1;
}

.owl-dots .owl-dot.active {
    width: 40px;
    background-color: #eb000a;
}

@media screen and (max-width: 767px) {
    .owl-dots .owl-dot.active {
        width: 15px;
    }
}

.owl-arrows-middle .owl-nav {
    display: block !important;
}

.owl-arrows-middle .owl-nav .owl-prev, .owl-arrows-middle .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.owl-arrows-middle .owl-nav .owl-prev {
    left: -54px;
}

.owl-arrows-middle .owl-nav .owl-next {
    right: -54px;
}

.cms-carousel-filter {
    margin-bottom: 25px;
    /* Page Loading */
}

.cms-carousel-filter .cms-filter-item {
    font-size: 24px;
    line-height: normal;
    color: rgba(0, 0, 0, 0.33);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    margin: 0 38px 10px 0;
    display: inline-block;
}

.cms-carousel-filter .cms-filter-item.cms-filter-active, .cms-carousel-filter .cms-filter-item:hover {
    color: #eb000a;
    cursor: pointer;
}

#cms-loadding {
    background: #fff;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

#cms-loadding .loading-spin {
    display: block;
    height: 65px;
    margin: -32px auto 0;
    position: relative;
    top: 50%;
    width: 65px;
}

#cms-loadding .loading-spin .spinner {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-animation: spin-rotate-all 1s linear infinite;
    animation: spin-rotate-all 1s linear infinite;
}

#cms-loadding .loading-spin .spinner .right-side, #cms-loadding .loading-spin .spinner .left-side {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    -webkit-animation: spin-fade-in-first 1.2s linear infinite alternate;
    animation: spin-fade-in-first 1.2s linear infinite alternate;
}

#cms-loadding .loading-spin .spinner .left-side {
    left: 0;
}

#cms-loadding .loading-spin .spinner .right-side {
    right: 0;
}

#cms-loadding .loading-spin .spinner.color-2 .right-side, #cms-loadding .loading-spin .spinner.color-2 .left-side {
    -webkit-animation: spin-fade-in-second 1.2s linear infinite alternate;
    animation: spin-fade-in-second 1.2s linear infinite alternate;
}

#cms-loadding .loading-spin .spinner .bar {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 200px 0 0 200px;
    -khtml-border-radius: 200px 0 0 200px;
    -moz-border-radius: 200px 0 0 200px;
    -ms-border-radius: 200px 0 0 200px;
    -o-border-radius: 200px 0 0 200px;
    border-radius: 200px 0 0 200px;
    border: 6px solid #eb000a;
    position: relative;
}

#cms-loadding .loading-spin .spinner .bar:after {
    content: "";
    width: 6px;
    height: 6px;
    display: block;
    background: #eb000a;
    position: absolute;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
}

#cms-loadding .loading-spin .spinner .right-side .bar {
    -webkit-border-radius: 0 200px 200px 0;
    -khtml-border-radius: 0 200px 200px 0;
    -moz-border-radius: 0 200px 200px 0;
    -ms-border-radius: 0 200px 200px 0;
    -o-border-radius: 0 200px 200px 0;
    border-radius: 0 200px 200px 0;
    border-left: none;
    -webkit-transform: rotate(-10deg);
    -webkit-transform-origin: left center;
    transform: rotate(-10deg);
    transform-origin: left center;
    -webkit-animation: spin-rotate-right 0.75s linear infinite alternate;
    animation: spin-rotate-right 0.75s linear infinite alternate;
}

#cms-loadding .loading-spin .spinner .right-side .bar:after {
    bottom: -6px;
    left: -3px;
}

#cms-loadding .loading-spin .spinner .left-side .bar {
    border-right: none;
    -webkit-transform: rotate(10deg);
    transform: rotate(10deg);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-animation: spin-rotate-left 0.75s linear infinite alternate;
    animation: spin-rotate-left 0.75s linear infinite alternate;
}

#cms-loadding .loading-spin .spinner .left-side .bar:after {
    bottom: -6px;
    right: -3px;
}

@media screen and (max-width: 767px) {
    .vc_column_container > .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
}

body img.mfp-img {
    padding: 0 !important;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.95 !important;
}

button.mfp-close, button.mfp-arrow {
    background-color: #eb000a !important;
}

body .mfp-image-holder .mfp-close, body .mfp-iframe-holder .mfp-close {
    line-height: 40px;
    padding: 0;
    right: 0;
    text-align: center;
    top: -44px;
    width: 40px;
    -webkit-border-radius: 2px 2px 0 0;
    -khtml-border-radius: 2px 2px 0 0;
    -moz-border-radius: 2px 2px 0 0;
    -ms-border-radius: 2px 2px 0 0;
    -o-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
}

body .mfp-bottom-bar {
    margin-top: 0;
}

.mfp-wrap .mfp-container .mfp-arrow {
    background-color: #eb000a !important;
}

.mfp-wrap .mfp-container .mfp-arrow:before {
    border: none;
}

.vc_custom_heading cite {
    color: #ff1f29;
    border-bottom: 1px solid #ff1f29;
    font-style: normal;
}

.vc_custom_heading.cite-dark cite {
    color: inherit;
    border-bottom: 1px solid #000;
}

.cms-banner-carousel .owl-stage-outer {
    padding-top: 45px;
    padding-bottom: 45px;
}

.cms-banner-carousel .cms-banner-item {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 32px rgba(57, 59, 62, 0.1);
    -khtml-box-shadow: 0 10px 32px rgba(57, 59, 62, 0.1);
    -moz-box-shadow: 0 10px 32px rgba(57, 59, 62, 0.1);
    -ms-box-shadow: 0 10px 32px rgba(57, 59, 62, 0.1);
    -o-box-shadow: 0 10px 32px rgba(57, 59, 62, 0.1);
    box-shadow: 0 10px 32px rgba(57, 59, 62, 0.1);
}

.cms-banner-carousel .owl-nav .owl-prev {
    left: 385px;
    border: none;
}

.cms-banner-carousel .owl-nav .owl-prev:before {
    content: "\f177";
    color: #313335;
    font-size: 20px;
}

.cms-banner-carousel .owl-nav .owl-next {
    border: none;
    right: 385px;
}

.cms-banner-carousel .owl-nav .owl-next:before {
    content: "\f178";
    color: #313335;
    font-size: 20px;
}

.cms-banner-carousel .owl-dots {
    margin-top: 35px;
    position: static;
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.cms-banner-carousel .owl-dots .owl-dot {
    position: relative;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 11px;
    margin-left: 3px;
    margin-right: 3px;
    border: 2px solid transparent;
    background-color: transparent;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-banner-carousel .owl-dots .owl-dot span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 9px;
    height: 9px;
    display: block;
    background-color: #393b3e;
}

.cms-banner-carousel .owl-dots .owl-dot.active {
    border: 2px solid #393b3e;
    background-color: transparent;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-banner-carousel .owl-dots .owl-dot.active span {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 3px;
    height: 3px;
}

.cms-fancyboxlanding-carousel .cms-carousel-item-wrap .cms-fancyboxlanding-item:nth-child(1) {
    margin-bottom: 40px;
}

.cms-fancyboxlanding-carousel .cms-carousel-item-wrap .cms-fancyboxlanding-description {
    padding-left: 15px;
    padding-right: 15px;
}

@media screen and (max-width: 767px) {
    .cms-fancyboxlanding-carousel .cms-carousel-item-wrap .cms-fancyboxlanding-description {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

.cms-fancyboxlanding-carousel .cms-fancyboxlanding-item {
    text-align: center;
}

.cms-fancyboxlanding-carousel .cms-fancyboxlanding-item .cms-fancyboxlanding-icon {
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    margin: 0 auto 20px;
    height: 80px;
    max-width: 120px;
    line-height: 80px;
    position: relative;
    color: #eb000a;
}

.cms-fancyboxlanding-carousel .cms-fancyboxlanding-item .cms-fancyboxlanding-icon.icon-image img {
    max-width: 120px;
}

.cms-fancyboxlanding-carousel .cms-fancyboxlanding-item .cms-fancyboxlanding-icon i {
    font-size: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cms-fancyboxlanding-carousel .cms-fancyboxlanding-item .cms-fancyboxlanding-icon i:hover {
    color: #eb000a;
}

.cms-fancyboxlanding-carousel .cms-fancyboxlanding-item .cms-fancyboxlanding-title {
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin-bottom: 23px;
}

.cms-fancyboxlanding-carousel .cms-fancyboxlanding-item .cms-fancyboxlanding-description {
    color: #777;
}

@media screen and (max-width: 767px) {
    .cms-fancyboxlanding-carousel .cms-fancyboxlanding-item .cms-fancyboxlanding-icon {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

.cms-fancyboxlanding-carousel .cms-fancyboxlanding-item:hover .cms-fancyboxlanding-title {
    color: #eb000a;
}

.cms-fancyboxlanding-carousel .cms-fancyboxlanding-item:hover .cms-fancyboxlanding-icon {
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.cms-fancyboxlanding-carousel .owl-nav {
    margin-top: 0;
}

.cms-fancyboxlanding-carousel .owl-dots {
    margin-top: 40px;
    position: static;
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media {
    .cms-fancyboxlanding-carousel .owl-dots {
        margin-bottom: 97px;
    }
}

@media screen and (max-width: 991px) {
    .cms-fancyboxlanding-carousel .owl-dots {
        margin-bottom: 50px;
    }
}

.cms-fancyboxlanding-carousel .owl-dots .owl-dot {
    position: relative;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 11px;
    margin-left: 3px;
    margin-right: 3px;
    border: 2px solid transparent;
    background-color: transparent;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-fancyboxlanding-carousel .owl-dots .owl-dot span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 9px;
    height: 9px;
    display: block;
    background-color: #393b3e;
}

.cms-fancyboxlanding-carousel .owl-dots .owl-dot.active {
    border: 2px solid #393b3e;
    background-color: transparent;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-fancyboxlanding-carousel .owl-dots .owl-dot.active span {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 3px;
    height: 3px;
}

.cms-textbox-default {
    /* ==========================================================================
   [Start] 12 .CMS Contact Info
========================================================================== */
}

.cms-textbox-default .cms-textbox-content {
    font-size: 14px;
    line-height: 1.7;
}

.cms-fancybox-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
    color: #393b3e;
    margin-bottom: 23px;
}

.cms-fancybox-description {
    line-height: 24px;
    margin-bottom: 12px;
    color: #313335;
}

@media (max-width: 1199px) {
    .cms-fancybox-description br {
        display: none;
    }
}

.dotteds-line {
    display: table;
    width: 100%;
}

.dotteds-line span {
    background: #dedede;
    display: inline-block;
    width: 4px;
    height: 3px;
    margin-right: 2px;
}

.dotteds-line.hidden-line {
    display: none;
}

.cms-fancybox-layout1 {
    margin-bottom: 15px;
    margin-top: 15px;
}

@media screen and (min-width: 992px) {
    .cms-fancybox-layout1 .cms-fancybox-inner {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.cms-fancybox-layout1 .cms-fancybox-icon {
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-align: center;
    margin: 0 auto 20px;
    height: 80px;
    max-width: 120px;
    line-height: 80px;
    position: relative;
    color: #eb000a;
}

.cms-fancybox-layout1 .cms-fancybox-icon.icon-image img {
    max-width: 120px;
}

.cms-fancybox-layout1 .cms-fancybox-icon i {
    font-size: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cms-fancybox-layout1 .cms-fancybox-icon i:hover {
    color: #eb000a;
}

.cms-fancybox-layout1 .cms-fancybox-title {
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    margin-bottom: 23px;
}

.cms-fancybox-layout1 .cms-fancybox-description {
    color: #777;
}

@media screen and (max-width: 767px) {
    .cms-fancybox-layout1 .cms-fancybox-description {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
}

.cms-fancybox-layout1:hover .cms-fancybox-title {
    color: #eb000a;
}

.cms-fancybox-layout1:hover .cms-fancybox-icon {
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.cms-button-wrapper .btn {
    font-size: 13px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.cms-button-wrapper img.icon-right {
    display: inline-block;
    max-width: 50px;
    max-height: 40px;
}

.cms-button-wrapper img.icon-left {
    display: inline-block;
    max-width: 50px;
    max-height: 40px;
}

@media screen and (max-width: 1199px) {
    .cms-fancybox-layout2 {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.cms-fancybox-layout2 .cms-fancybox-icon {
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    color: #eb000a;
    font-size: 64px;
    font-weight: 700;
    height: 80px;
    max-width: 120px;
    line-height: 80px;
    position: relative;
    margin-bottom: 20px;
}

.cms-fancybox-layout2 .cms-fancybox-icon.icon-image img {
    max-width: 120px;
}

.cms-fancybox-layout2 .cms-fancybox-icon i {
    font-size: 64px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}

.cms-fancybox-layout2 .cms-fancybox-title {
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-bottom: 23px;
}

.cms-fancybox-layout2 .cms-fancybox-description {
    color: #313335;
}

.cms-fancybox-layout2 .btn-text {
    color: #8e8b82;
    text-transform: uppercase;
}

.cms-fancybox-layout2 .btn-text:hover {
    color: #eb000a;
}

.cms-fancybox-layout2:hover .cms-fancybox-title {
    color: #eb000a;
}

.cms-fancybox-layout2:hover .cms-fancybox-icon {
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.cms-fancybox-layout3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.cms-fancybox-layout3 .cms-fancybox-inner {
    position: relative;
}

.cms-fancybox-layout3 .cms-fancybox-icon {
    width: 100px;
    height: 100px;
    text-align: center;
    border-radius: 50%;
    line-height: 100px;
    position: absolute;
    color: #eb000a;
}

.cms-fancybox-layout3 .cms-fancybox-icon img {
    max-width: 120px;
}

.cms-fancybox-layout3 .cms-fancybox-icon i {
    margin: 0;
    font-size: 64px;
    line-height: 1;
}

@media screen and (max-width: 991px) {
    .cms-fancybox-layout3 .cms-fancybox-icon img {
        max-width: 80px;
    }

    .cms-fancybox-layout3 .cms-fancybox-icon i {
        margin: 0;
        font-size: 50px;
        line-height: 1;
    }
}

.cms-fancybox-layout3 .cms-fancybox-icon .inner-icon {
    position: relative;
    width: 100%;
    height: 100%;
}

.cms-fancybox-layout3 .cms-fancybox-icon .inner-icon i {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 0;
    transform: translate(0%, -50%);
}

.cms-fancybox-layout3 .cms-fancybox-title {
    margin-bottom: 23px;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.cms-fancybox-layout3 .fcb-style1 .cms-fancybox-icon {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.cms-fancybox-layout3 .fcb-style1 .cms-fancybox-icon + .cms-fancybox-content {
    padding-left: 100px;
}

@media screen and (max-width: 991px) {
    .cms-fancybox-layout3 .fcb-style1 .cms-fancybox-icon + .cms-fancybox-content {
        padding-left: 80px;
    }
}

.cms-fancybox-layout3 .fcb-style2 .cms-fancybox-icon {
    right: 0;
    top: 0;
}

.cms-fancybox-layout3 .fcb-style2 .cms-fancybox-icon + .cms-fancybox-content {
    padding-right: 100px;
    text-align: right;
}

@media screen and (max-width: 991px) {
    .cms-fancybox-layout3 .fcb-style2 .cms-fancybox-icon {
        left: 0;
        top: 0;
    }

    .cms-fancybox-layout3 .fcb-style2 .cms-fancybox-icon + .cms-fancybox-content {
        padding-left: 80px;
        text-align: left;
        padding-right: 0;
    }
}

.cms-fancybox-layout3:hover .cms-fancybox-title {
    color: #eb000a;
}

.cms-fancybox-layout4 {
    -webkit-transition: all 500ms linear 0ms;
    -khtml-transition: all 500ms linear 0ms;
    -moz-transition: all 500ms linear 0ms;
    -ms-transition: all 500ms linear 0ms;
    -o-transition: all 500ms linear 0ms;
    transition: all 500ms linear 0ms;
    padding: 30px;
    margin-bottom: 30px;
}

@media (min-width: 1200px) and (max-width: 1360px) {
    .cms-fancybox-layout4 {
        padding: 50px 30px !important;
    }
}

@media screen and (max-width: 1199px) {
    .cms-fancybox-layout4 {
        padding: 50px 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .cms-fancybox-layout4 {
        padding: 30px 20px !important;
    }
}

@media screen and (max-width: 575px) {
    .cms-fancybox-layout4 {
        padding: 30px 15px !important;
    }
}

.cms-fancybox-layout4 .cms-fancybox-number {
    color: #393b3e;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    position: relative;
    margin-bottom: 15px;
}

.cms-fancybox-layout4 .cms-fancybox-title {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-fancybox-layout4 .cms-fancybox-title:hover {
    color: #eb000a;
}

.cms-fancybox-layout4 .cms-fancybox-description {
    color: #313335;
    font-size: 15px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-fancybox-layout4 .dotteds-line {
    display: table;
    width: 100%;
}

.cms-fancybox-layout4 .dotteds-line span {
    background: #dedede;
    display: inline-block;
    width: 4px;
    height: 3px;
    margin-right: 2px;
}

.cms-fancybox-layout4:hover .cms-fancybox-number {
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.cms-fancybox-layout5 .cms-fancybox-inner {
    margin: 15px 0;
}

.cms-fancybox-layout5 .cms-fancybox-subtitle {
    font-family: 'Droidserif Italic';
    font-size: 14px;
    font-weight: normal;
    color: #313335;
    margin-bottom: 5px;
}

.cms-fancybox-layout5 .cms-fancybox-title {
    margin-bottom: 22px;
    font-weight: 700;
    font-size: 18px;
    color: #393b3e;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
}

.cms-fancybox-layout5 .cms-fancybox-title:hover {
    color: #eb000a;
}

.cms-fancybox-layout5 .cms-fancybox-image {
    margin-bottom: 25px;
    display: block;
    position: relative;
    overflow: hidden;
}

.cms-fancybox-layout5 .cms-fancybox-image:before, .cms-fancybox-layout5 .cms-fancybox-image:after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.1s;
    -o-transition-duration: 1.1s;
    transition-duration: 1.1s;
}

.cms-fancybox-layout5 .cms-fancybox-image:before {
    right: 0;
    opacity: 1;
    top: 0;
}

.cms-fancybox-layout5 .cms-fancybox-image:after {
    bottom: 0;
    opacity: 0.7;
    left: 0;
}

.cms-fancybox-layout5 .cms-fancybox-image:hover:before, .cms-fancybox-layout5 .cms-fancybox-image:hover:after {
    height: 100%;
    opacity: 0;
    width: 100%;
}

.cms-fancybox-layout5 .cms-fancybox-description {
    line-height: 1.6;
    font-size: 15px;
    margin-bottom: 15px;
}

.cms-fancybox-layout5 .cms-fancybox-btn {
    text-transform: uppercase;
    color: #393b3e;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.cms-fancybox-layout5 .cms-fancybox-btn:hover {
    color: #eb000a;
}

.cms-fancybox-layout6 .cms-fancybox-inner {
    margin: 15px 0;
}

.cms-fancybox-layout6 .cms-fancybox-subtitle {
    font-family: 'Droidserif Italic';
    font-size: 14px;
    font-weight: normal;
    color: #313335;
    margin-bottom: 5px;
}

.cms-fancybox-layout6 .cms-fancybox-title {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
    color: #393b3e;
    line-height: 1.6;
    font-family: 'Montserrat', sans-serif;
}

.cms-fancybox-layout6 .cms-fancybox-title:hover {
    color: #eb000a;
}

.cms-fancybox-layout6 .cms-fancybox-description {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cms-fancybox-layout6 .cms-fancybox-btn {
    text-transform: uppercase;
    color: #393b3e;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.cms-fancybox-layout6 .cms-fancybox-btn:hover {
    color: #eb000a;
}

.cms-fancybox-layout7 {
    text-align: center;
    -webkit-transition: all 500ms linear 0ms;
    -khtml-transition: all 500ms linear 0ms;
    -moz-transition: all 500ms linear 0ms;
    -ms-transition: all 500ms linear 0ms;
    -o-transition: all 500ms linear 0ms;
    transition: all 500ms linear 0ms;
    padding: 55px 30px 43px;
}

@media (min-width: 1200px) and (max-width: 1360px) {
    .cms-fancybox-layout7 {
        padding: 50px 30px !important;
    }
}

@media screen and (max-width: 1199px) {
    .cms-fancybox-layout7 {
        padding: 50px 20px !important;
    }
}

@media screen and (max-width: 767px) {
    .cms-fancybox-layout7 {
        padding: 30px 20px !important;
    }
}

@media screen and (max-width: 575px) {
    .cms-fancybox-layout7 {
        padding: 30px 15px !important;
    }
}

.cms-fancybox-layout7 .cms-fancybox-icon {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    text-align: center;
    margin: 0 auto 20px;
    height: 80px;
    max-width: 120px;
    line-height: 80px;
    position: relative;
    color: #eb000a;
}

.cms-fancybox-layout7 .cms-fancybox-icon.icon-image img {
    max-width: 120px;
}

.cms-fancybox-layout7 .cms-fancybox-icon i {
    font-size: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cms-fancybox-layout7 .cms-fancybox-title {
    font-weight: 600;
    margin-bottom: 20px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-fancybox-layout7 .cms-fancybox-description {
    color: #313335;
    font-size: 15px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-fancybox-layout7 .dotteds-line {
    display: table;
    width: 100%;
}

.cms-fancybox-layout7 .dotteds-line span {
    background: #dedede;
    display: inline-block;
    width: 4px;
    height: 3px;
    margin-right: 2px;
}

.cms-fancybox-layout7:hover .cms-fancybox-title {
    color: #eb000a;
}

.cms-fancybox-layout7:hover .cms-fancybox-icon {
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.cms-banner-landing {
    margin-bottom: 50px;
    text-align: center;
    /* ==========================================================================
   [Start] 16. CMS Fancybox Carousel
========================================================================== */
}

.cms-banner-landing .landing-image {
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding: 20px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 72px rgba(57, 59, 62, 0.1);
    -khtml-box-shadow: 0 10px 72px rgba(57, 59, 62, 0.1);
    -moz-box-shadow: 0 10px 72px rgba(57, 59, 62, 0.1);
    -ms-box-shadow: 0 10px 72px rgba(57, 59, 62, 0.1);
    -o-box-shadow: 0 10px 72px rgba(57, 59, 62, 0.1);
    box-shadow: 0 10px 72px rgba(57, 59, 62, 0.1);
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .cms-banner-landing .landing-image {
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
}

.cms-banner-landing:hover .landing-image {
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.cms-banner-landing .landing-btn {
    font-family: 'Montserrat', sans-serif;
    color: #393b3e;
    font-size: 16px;
    font-weight: 600;
}

.cms-banner-landing .landing-btn:hover {
    color: #eb000a;
}

.cms-fancybox-carousel {
    /* ==========================================================================
   [Start] 17. CMS Bannner Shop
========================================================================== */
}

@media screen and (max-width: 1199px) {
    .cms-fancybox-carousel {
        margin-top: 15px;
        margin-bottom: 15px;
    }
}

.cms-fancybox-carousel .cms-fancybox-item:hover .cms-fancybox-icon {
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.cms-fancybox-carousel .cms-fancybox-icon {
    -webkit-transition: all 400ms linear 0ms;
    -khtml-transition: all 400ms linear 0ms;
    -moz-transition: all 400ms linear 0ms;
    -ms-transition: all 400ms linear 0ms;
    -o-transition: all 400ms linear 0ms;
    transition: all 400ms linear 0ms;
    color: #eb000a;
    font-size: 64px;
    font-weight: 700;
    height: 80px;
    max-width: 120px;
    line-height: 80px;
    position: relative;
    margin-bottom: 20px;
}

.cms-fancybox-carousel .cms-fancybox-icon i {
    font-size: 64px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
}

.cms-fancybox-carousel .cms-fancybox-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-transform: capitalize;
    color: #393b3e;
    margin-bottom: 23px;
}

.cms-fancybox-carousel .cms-fancybox-description {
    line-height: 24px;
    margin-bottom: 12px;
    color: #313335;
}

@media (max-width: 1199px) {
    .cms-fancybox-carousel .cms-fancybox-description br {
        display: none;
    }
}

.cms-fancybox-carousel .btn-text {
    color: #8e8b82;
    text-transform: uppercase;
}

.cms-fancybox-carousel .btn-text:hover {
    color: #eb000a;
}

@media screen and (max-width: 767px) {
    .cms-fancybox-carousel {
        text-align: center;
    }

    .cms-fancybox-carousel .cms-fancybox-icon {
        margin-left: auto;
        margin-right: auto;
    }

    .cms-fancybox-carousel .cms-fancybox-icon i {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}

.cms-fancybox-carousel .owl-dots {
    margin-top: 15px;
    position: static;
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.cms-fancybox-carousel .owl-dots .owl-dot {
    position: relative;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 11px;
    margin-left: 3px;
    margin-right: 3px;
    border: 2px solid transparent;
    background-color: transparent;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-fancybox-carousel .owl-dots .owl-dot span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 9px;
    height: 9px;
    display: block;
    background-color: #393b3e;
}

.cms-fancybox-carousel .owl-dots .owl-dot.active {
    border: 2px solid #393b3e;
    background-color: transparent;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-fancybox-carousel .owl-dots .owl-dot.active span {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 3px;
    height: 3px;
}

.cms-banner-shop {
    /* ==========================================================================
   [Start] 15. Pie chart
========================================================================== */
}

.cms-banner-shop .shop-image {
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
    overflow: hidden;
}

.cms-banner-shop .shop-image img {
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cms-banner-shop .shop-image img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cms-banner-shop .shop-btn {
    position: absolute;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    color: #393b3e;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
}

.cms-banner-shop .shop-btn:hover {
    background: #eb000a;
    color: #fff;
}

.cms-banner-shop .cms-banner-shop-inner {
    position: relative;
}

@media screen and (min-width: 992px) {
    .cms-banner-shop .cms-banner-shop-inner .shop-btn {
        bottom: 40px;
        left: 40px;
        max-width: 85%;
        display: inline-block;
        padding: 17px;
        min-width: 170px;
    }
}

@media screen and (max-width: 991px) {
    .cms-banner-shop .cms-banner-shop-inner .shop-btn {
        bottom: 15px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -khtml-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .cms-banner-shop .cms-banner-shop-inner {
        margin-bottom: 30px;
    }
}

.cms-banner-shop .cms-banner-shop-inner:hover .shop-image {
    background: #1b1a1a;
}

.cms-banner-shop .cms-banner-shop-inner:hover .shop-image img {
    opacity: 0.75;
}

.cms-banner-shop .cms-banner-shop-inner:hover .shop-btn {
    background: #eb000a;
    color: #fff;
}

@media (min-width: 1360px) {
    .wpb_wrapper .vc_pie_chart .vc_pie_wrapper {
        width: 166px !important;
        height: 166px;
    }

    .wpb_wrapper .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_back, .wpb_wrapper .vc_pie_chart .vc_pie_wrapper canvas {
        width: 166px !important;
        height: 166px !important;
    }

    .wpb_wrapper .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_value {
        width: 139px !important;
        height: 139px !important;
        line-height: 148px !important;
    }
}

.wpb_wrapper .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_value {
    font-size: 43px !important;
    color: #eb000a;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 3px #ebebeb;
    -khtml-box-shadow: 0 0 0 3px #ebebeb;
    -moz-box-shadow: 0 0 0 3px #ebebeb;
    -ms-box-shadow: 0 0 0 3px #ebebeb;
    -o-box-shadow: 0 0 0 3px #ebebeb;
    box-shadow: 0 0 0 3px #ebebeb;
    left: 50% !important;
    position: absolute !important;
    top: 50% !important;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-weight: normal;
}

.wpb_wrapper .vc_pie_chart .vc_pie_wrapper .vc_pie_chart_value:after {
    content: "%";
    font-size: 23px;
}

.wpb_wrapper .vc_pie_chart h4.wpb_heading {
    font-size: 15px;
    line-height: 28px;
    margin: 12px 0;
    font-family: inherit;
    font-weight: 800;
    text-transform: capitalize;
}

.wpb_wrapper .vc_pie_chart.style2 .vc_pie_wrapper .vc_pie_chart_value {
    color: transparent;
}

.wpb_wrapper .vc_pie_chart.style2 .vc_pie_wrapper i {
    font-size: 48px;
    color: #eb000a;
    left: 50%;
    line-height: 148px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cms-grid .grid-filter-wrap {
    margin-bottom: 20px;
}

.cms-grid-portfolio-gallery .cms-load-more {
    margin-top: 50px;
}

.cms-grid-portfolio-gallery .cms-load-more .btn {
    background: transparent;
    color: #393b3e;
    border: 2px solid #393b3e;
    -webkit-border-radius: 45px;
    -khtml-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    border-radius: 45px;
    line-height: 46px;
}

.cms-grid-portfolio-gallery .cms-load-more .btn:hover {
    color: #eb000a;
    border-color: #eb000a;
}

.cms-grid-portfolio-gallery .grid-filter-wrap .filter-item {
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #333;
    padding: 0px 13px;
    margin: 7px 0px;
}

.cms-grid-portfolio-gallery .grid-filter-wrap .filter-item.active {
    color: #eb000a;
}

.cms-grid-portfolio-gallery .item-holder {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    left: 0;
    width: 100%;
    padding: 0 60px;
    opacity: 0;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
}

.cms-grid-portfolio-gallery .item-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 8px;
}

.cms-grid-portfolio-gallery .item-title a {
    color: #393b3e;
}

.cms-grid-portfolio-gallery .item-title a:hover {
    color: #eb000a;
}

.cms-grid-portfolio-gallery .item-category a {
    font-family: 'Droidserif Italic';
    color: #333;
    font-size: 13px;
    font-weight: 500;
}

.cms-grid-portfolio-gallery .grid-item-inner {
    position: relative;
    text-align: center;
}

.cms-grid-portfolio-gallery .grid-item-inner:after {
    content: "";
    display: block;
    background: #fff;
    top: 50px;
    left: 30px;
    right: 30px;
    bottom: 0px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
}

.cms-grid-portfolio-gallery .grid-item-inner:hover:after {
    opacity: 1;
}

.cms-grid-portfolio-gallery .grid-item-inner:hover .item-holder {
    opacity: 1;
}

.cms-grid-portfolio-gallery .grid-item-inner:hover .item-holder {
    bottom: 60px;
}

.cms-grid-portfolio-gallery .grid-item-inner:hover:after {
    top: 30px;
    bottom: 30px;
}

.cms-grid-portfolio-gallery .grid-item-inner .dotteds-line {
    position: absolute;
    top: 30%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
}

.cms-grid-portfolio-gallery .grid-item-inner .dotteds-line a span {
    margin-right: 2px;
    background-color: #222;
}

.cms-grid-portfolio-gallery .grid-item-inner.portfolio-style2 .item-holder {
    display: none;
}

.cms-grid-portfolio-gallery .grid-item-inner.portfolio-style2:hover .item-holder {
    opacity: 0;
}

.cms-grid-portfolio-gallery .grid-item-inner.portfolio-style2:hover:after {
    top: 30px;
    bottom: 30px;
    opacity: 0.8;
}

.cms-grid-portfolio-gallery .grid-item-inner.portfolio-style2:hover .dotteds-line {
    top: 50%;
    opacity: 1;
}

.cms-grid-portfolio-layout1 .cms-load-more {
    margin-top: 50px;
}

.cms-grid-portfolio-layout1 .cms-load-more .btn {
    background: transparent;
    color: #393b3e;
    border: 2px solid #393b3e;
    -webkit-border-radius: 45px;
    -khtml-border-radius: 45px;
    -moz-border-radius: 45px;
    -ms-border-radius: 45px;
    -o-border-radius: 45px;
    border-radius: 45px;
    line-height: 46px;
}

.cms-grid-portfolio-layout1 .cms-load-more .btn:hover {
    color: #eb000a;
    border-color: #eb000a;
}

.cms-grid-portfolio-layout1 .grid-filter-wrap {
    margin-bottom: 5px;
}

.cms-grid-portfolio-layout1 .grid-filter-wrap .filter-item {
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #333;
    padding: 0px 13px;
    margin: 7px 0px;
}

.cms-grid-portfolio-layout1 .grid-filter-wrap .filter-item.active {
    color: #eb000a;
}

.cms-grid-portfolio-layout1 .item-holder {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    left: 0;
    width: 100%;
    padding: 0 60px;
    opacity: 0;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
}

.cms-grid-portfolio-layout1 .item-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 8px;
}

.cms-grid-portfolio-layout1 .item-title a {
    color: #393b3e;
}

.cms-grid-portfolio-layout1 .item-title a:hover {
    color: #eb000a;
}

.cms-grid-portfolio-layout1 .item-category a {
    font-family: 'Droidserif Italic';
    color: #333;
    font-size: 13px;
    font-weight: 500;
}

.cms-grid-portfolio-layout1 .item-category a:hover {
    color: #eb000a;
}

.cms-grid-portfolio-layout1 .grid-item-inner {
    position: relative;
}

.cms-grid-portfolio-layout1 .grid-item-inner:after {
    content: "";
    display: block;
    background: #fff;
    top: 50px;
    left: 30px;
    right: 30px;
    bottom: 0px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
}

.cms-grid-portfolio-layout1 .grid-item-inner:hover:after, .cms-grid-portfolio-layout1 .grid-item-inner:hover .item-holder {
    opacity: 1;
}

.cms-grid-portfolio-layout1 .grid-item-inner:hover .item-holder {
    bottom: 60px;
}

.cms-grid-portfolio-layout1 .grid-item-inner:hover:after {
    top: 30px;
    bottom: 30px;
}

.cms-grid-portfolio-layout2 .grid-filter-wrap {
    margin-bottom: 5px;
}

.cms-grid-portfolio-layout2 .grid-filter-wrap .filter-item {
    border: none;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    color: #333;
    padding: 0px 13px;
    margin: 7px 0px;
}

.cms-grid-portfolio-layout2 .grid-filter-wrap .filter-item.active {
    color: #eb000a;
}

.cms-grid-portfolio-layout2 .cms-load-more .btn {
    background: #eb000a;
    color: #fff;
    line-height: 46px;
}

.cms-grid-portfolio-layout2 .cms-load-more .btn:hover {
    background: #393b3e;
}

.cms-grid-portfolio-layout2 .item-meta {
    text-align: center;
    padding: 25px 15px 30px;
}

.cms-grid-portfolio-layout2 .item-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
}

.cms-grid-portfolio-layout2 .item-title a {
    color: #393b3e;
}

.cms-grid-portfolio-layout2 .item-title a:hover {
    color: #eb000a;
}

.cms-grid-portfolio-layout2 .item-category a {
    font-family: 'Droidserif Italic';
    color: #333;
    font-size: 13px;
    font-weight: 500;
}

.cms-grid-portfolio-layout2 .item-category a:hover {
    color: #eb000a;
}

.cms-grid-portfolio-layout2 .item-featured {
    position: relative;
}

.cms-grid-portfolio-layout2 .item-featured:after {
    content: "";
    display: block;
    background: #fff;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    position: absolute;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
    opacity: 0;
}

.cms-grid-portfolio-layout2 .item-featured .icon-zoom {
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #222;
    font-size: 28px;
    z-index: 2;
    opacity: 0;
}

.cms-grid-portfolio-layout2 .item-featured:hover:after, .cms-grid-portfolio-layout2 .item-featured:hover .icon-zoom {
    opacity: 1;
}

.cms-portfolio-carousel .owl-dots {
    margin-top: 15px;
    position: static;
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.cms-portfolio-carousel .owl-dots .owl-dot {
    position: relative;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 11px;
    margin-left: 3px;
    margin-right: 3px;
    border: 2px solid transparent;
    background-color: transparent;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-portfolio-carousel .owl-dots .owl-dot span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 9px;
    height: 9px;
    display: block;
    background-color: #393b3e;
}

.cms-portfolio-carousel .owl-dots .owl-dot.active {
    border: 2px solid #393b3e;
    background-color: transparent;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-portfolio-carousel .owl-dots .owl-dot.active span {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 3px;
    height: 3px;
}

.cms-portfolio-carousel .owl-nav {
    margin-top: 0;
}

.cms-portfolio-carousel .owl-nav > div {
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    z-index: 22;
}

.cms-portfolio-carousel .owl-nav > div:before {
    color: #fff;
}

.cms-portfolio-carousel .owl-nav > div:hover {
    border: 2px solid #fff;
    background: transparent;
}

.cms-portfolio-carousel .owl-nav .owl-prev {
    left: 10px;
}

.cms-portfolio-carousel .owl-nav .owl-prev:before {
    content: "\f177";
}

.cms-portfolio-carousel .owl-nav .owl-next {
    right: 10px;
}

.cms-portfolio-carousel .owl-nav .owl-next:before {
    content: "\f178";
}

.cms-portfolio-carousel .owl-nav:hover .owl-prev {
    left: 10px !important;
}

.cms-portfolio-carousel .owl-nav:hover .owl-next {
    right: 10px !important;
}

.cms-portfolio-carousel:hover .owl-nav > div {
    border: 2px solid #fff;
}

.cms-portfolio-carousel.layout1 .item-holder {
    position: absolute;
    bottom: 30px;
    z-index: 2;
    left: 0;
    width: 100%;
    padding: 0 60px;
    opacity: 0;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
}

.cms-portfolio-carousel.layout1 .item-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 8px;
}

.cms-portfolio-carousel.layout1 .item-title a {
    color: #393b3e;
}

.cms-portfolio-carousel.layout1 .item-title a:hover {
    color: #eb000a;
}

.cms-portfolio-carousel.layout1 .item-category a {
    font-family: 'Droidserif Italic';
    color: #333;
    font-size: 13px;
    font-weight: 500;
}

.cms-portfolio-carousel.layout1 .grid-item-inner {
    position: relative;
}

.cms-portfolio-carousel.layout1 .grid-item-inner:after {
    content: "";
    display: block;
    background: #fff;
    top: 50px;
    left: 30px;
    right: 30px;
    bottom: 0px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
}

.cms-portfolio-carousel.layout1 .grid-item-inner:hover:after {
    opacity: 0.8;
}

.cms-portfolio-carousel.layout1 .grid-item-inner:hover .item-holder {
    opacity: 1;
}

.cms-portfolio-carousel.layout1 .grid-item-inner:hover .item-holder {
    bottom: 60px;
}

.cms-portfolio-carousel.layout1 .grid-item-inner:hover:after {
    top: 30px;
    bottom: 30px;
}

.cms-portfolio-carousel.layout1 .grid-item-inner .dotteds-line {
    position: absolute;
    top: 30%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    z-index: 2;
    opacity: 0;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
}

.cms-portfolio-carousel.layout1 .grid-item-inner .dotteds-line a span {
    margin-right: 0px;
    background-color: #222;
}

.cms-portfolio-carousel.layout1 .grid-item-inner.portfolio-style2 .item-holder {
    display: none;
}

.cms-portfolio-carousel.layout1 .grid-item-inner.portfolio-style2:hover .item-holder {
    opacity: 0;
}

.cms-portfolio-carousel.layout1 .grid-item-inner.portfolio-style2:hover:after {
    top: 30px;
    bottom: 30px;
}

.cms-portfolio-carousel.layout1 .grid-item-inner.portfolio-style2:hover .dotteds-line {
    top: 50%;
    opacity: 1;
}

.cms-portfolio-carousel.layout1 .owl-dots {
    margin-top: 35px;
}

.cms-portfolio-carousel.layout2 .item-meta {
    text-align: center;
    padding: 25px 25px 30px;
}

.cms-portfolio-carousel.layout2 .item-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 10px;
}

.cms-portfolio-carousel.layout2 .item-title a {
    color: #393b3e;
}

.cms-portfolio-carousel.layout2 .item-title a:hover {
    color: #eb000a;
}

.cms-portfolio-carousel.layout2 .item-category a {
    font-family: 'Droidserif Italic';
    color: #333;
    font-size: 13px;
    font-weight: 500;
}

.cms-portfolio-carousel.layout2 .item-category a:hover {
    color: #eb000a;
}

.cms-portfolio-carousel.layout2 .item-featured {
    position: relative;
}

.cms-portfolio-carousel.layout2 .item-featured:after {
    content: "";
    display: block;
    background: #fff;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    position: absolute;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
    opacity: 0;
}

.cms-portfolio-carousel.layout2 .item-featured .icon-zoom {
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    transform: translate(-50%, -50%);
    position: absolute;
    color: #222;
    font-size: 28px;
    z-index: 2;
    opacity: 0;
}

.cms-portfolio-carousel.layout2 .item-featured:hover:after, .cms-portfolio-carousel.layout2 .item-featured:hover .icon-zoom {
    opacity: 1;
}

.cms-portfolio-carousel.layout2 .owl-dots {
    margin-top: 0px;
}

.cms-portfolio-carousel.layout3 .grid-item-inner {
    position: relative;
}

.cms-portfolio-carousel.layout3 .grid-item-inner .item-featured {
    background: #000;
}

.cms-portfolio-carousel.layout3 .grid-item-inner .item-featured img {
    opacity: 0.9;
}

@media screen and (max-width: 767px) {
    .cms-portfolio-carousel.layout3 .grid-item-inner .item-featured {
        margin-bottom: 30px;
    }
}

.cms-portfolio-carousel.layout3 .grid-item-inner .item-holder .item-title {
    font-size: 70px;
    line-height: 65px;
    margin-left: 3px;
    font-weight: bold;
}

@media screen and (max-width: 991px) {
    .cms-portfolio-carousel.layout3 .grid-item-inner .item-holder .item-title {
        font-size: 50px;
        line-height: 45px;
    }
}

@media screen and (max-width: 767px) {
    .cms-portfolio-carousel.layout3 .grid-item-inner .item-holder .item-title {
        font-size: 30px;
        line-height: 30px;
    }
}

@media screen and (max-width: 575px) {
    .cms-portfolio-carousel.layout3 .grid-item-inner .item-holder .item-title {
        font-size: 20px;
        line-height: 25px;
    }
}

.cms-portfolio-carousel.layout3 .grid-item-inner .item-holder .item-title a {
    color: #393b3e;
}

.cms-portfolio-carousel.layout3 .grid-item-inner .item-holder .item-excerpt {
    color: #313335;
    font-size: 18px;
    font-weight: 600;
    max-width: 600px;
    line-height: 25px;
    margin-bottom: 25px;
}

@media screen and (max-width: 575px) {
    .cms-portfolio-carousel.layout3 .grid-item-inner .item-holder .item-excerpt {
        font-size: 15px;
        font-weight: 400;
    }
}

.cms-portfolio-carousel.layout3 .grid-item-inner .item-holder .btn-view-project a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    width: 170px;
    font-size: 13px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

@media screen and (max-width: 575px) {
    .cms-portfolio-carousel.layout3 .grid-item-inner .item-holder .btn-view-project a {
        width: 140px;
        height: 40px;
        line-height: 40px;
        background: #222;
        color: #fff;
        font-size: 11px;
    }
}

.cms-portfolio-carousel.layout3 .grid-item-inner .item-holder .btn-view-project a:hover {
    background: #393b3e;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .cms-portfolio-carousel.layout3 .grid-item-inner .item-holder {
        position: absolute;
        top: 50%;
        padding: 100px;
        transform: translateY(-50%);
    }

    .cms-portfolio-carousel.layout3 .grid-item-inner .item-holder .item-title a {
        color: #fff;
    }

    .cms-portfolio-carousel.layout3 .grid-item-inner .item-holder .item-excerpt {
        color: #f9f9f9;
    }

    .cms-portfolio-carousel.layout3 .grid-item-inner .item-holder .btn-view-project a {
        background: #fff;
        color: #333;
    }

    .cms-portfolio-carousel.layout3 .grid-item-inner .item-holder .btn-view-project a:hover {
        background: #393b3e;
        color: #fff;
    }
}

.cms-portfolio-carousel.layout3.style-2 .grid-item-inner {
    position: relative;
}

.cms-portfolio-carousel.layout3.style-2 .grid-item-inner .item-featured {
    background: #000;
}

.cms-portfolio-carousel.layout3.style-2 .grid-item-inner .item-featured img {
    opacity: 0.75;
}

@media screen and (max-width: 767px) {
    .cms-portfolio-carousel.layout3.style-2 .grid-item-inner .item-featured {
        margin-bottom: 30px;
    }
}

.cms-portfolio-carousel.layout3.style-2 .grid-item-inner .item-holder {
    text-align: center;
}

.cms-portfolio-carousel.layout3.style-2 .grid-item-inner .item-holder .item-title {
    font-size: 70px;
    line-height: 65px;
    margin-left: 3px;
    font-weight: bold;
    margin-bottom: 22px;
}

@media screen and (max-width: 991px) {
    .cms-portfolio-carousel.layout3.style-2 .grid-item-inner .item-holder .item-title {
        font-size: 50px;
        line-height: 45px;
    }
}

@media screen and (max-width: 767px) {
    .cms-portfolio-carousel.layout3.style-2 .grid-item-inner .item-holder .item-title {
        font-size: 30px;
        line-height: 30px;
    }
}

@media screen and (max-width: 575px) {
    .cms-portfolio-carousel.layout3.style-2 .grid-item-inner .item-holder .item-title {
        font-size: 20px;
        line-height: 25px;
    }
}

.cms-portfolio-carousel.layout3.style-2 .grid-item-inner .item-holder .item-title a {
    color: #393b3e;
}

.cms-portfolio-carousel.layout3.style-2 .grid-item-inner .item-holder .item-excerpt {
    color: #313335;
    font-size: 18px;
    font-weight: 600;
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    line-height: 25px;
    margin-bottom: 25px;
}

.cms-portfolio-carousel.layout3.style-2 .grid-item-inner .item-holder .btn-view-project a {
    display: block;
    text-align: center;
    text-transform: uppercase;
    width: 170px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background: #fff;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    color: #333;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.cms-portfolio-carousel.layout3.style-2 .grid-item-inner .item-holder .btn-view-project a:hover {
    background: #393b3e;
    color: #fff;
}

.cms-portfolio-carousel.layout3.style-2 .grid-item-inner .item-holder .btn-view-project a {
    width: 170px;
    height: 50px;
    line-height: 50px;
    background: #393b3e;
    color: #fff;
}

.cms-portfolio-carousel.layout3.style-2 .grid-item-inner .item-holder .btn-view-project a:hover {
    background: #eb000a;
}

@media screen and (min-width: 768px) {
    .cms-portfolio-carousel.layout3.style-2 .grid-item-inner .item-holder {
        position: absolute;
        top: 50%;
        padding: 100px;
        transform: translateY(-50%);
        width: 100%;
    }

    .cms-portfolio-carousel.layout3.style-2 .grid-item-inner .item-holder .item-title a {
        color: #fff;
    }

    .cms-portfolio-carousel.layout3.style-2 .grid-item-inner .item-holder .item-excerpt {
        color: #f9f9f9;
    }

    .cms-portfolio-carousel.layout3.style-2 .grid-item-inner .item-holder .btn-view-project a {
        background: #fff;
        color: #333;
    }

    .cms-portfolio-carousel.layout3.style-2 .grid-item-inner .item-holder .btn-view-project a:hover {
        background: #393b3e;
        color: #fff;
    }
}

.cms-portfolio-carousel.layout3.style-2 .owl-dots {
    margin-top: 25px;
}

@media screen and (min-width: 768px) {
    .cms-portfolio-carousel.layout3.style-2 .owl-dots {
        margin-top: -50px;
        margin-bottom: 31px;
        position: static;
    }

    .cms-portfolio-carousel.layout3.style-2 .owl-dots .owl-dot span {
        background-color: #fff;
    }

    .cms-portfolio-carousel.layout3.style-2 .owl-dots .owl-dot.active {
        border: 2px solid #fff;
    }
}

.cms-portfolio-carousel.layout3 .owl-nav {
    margin-top: 0;
}

.cms-portfolio-carousel.layout3 .owl-nav > div {
    width: 50px;
    height: 50px;
    line-height: 46px;
    border: 2px solid transparent;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
}

@media screen and (max-width: 767px) {
    .cms-portfolio-carousel.layout3 .owl-nav > div {
        top: 30%;
    }
}

@media (max-width: 360px) {
    .cms-portfolio-carousel.layout3 .owl-nav > div {
        top: 20%;
    }
}

.cms-portfolio-carousel.layout3 .owl-nav > div:before {
    color: #fff;
    -webkit-transition: all 300ms linear 0ms !important;
    -khtml-transition: all 300ms linear 0ms !important;
    -moz-transition: all 300ms linear 0ms !important;
    -ms-transition: all 300ms linear 0ms !important;
    -o-transition: all 300ms linear 0ms !important;
    transition: all 300ms linear 0ms !important;
}

.cms-portfolio-carousel.layout3 .owl-nav > div:hover {
    background: transparent;
}

.cms-portfolio-carousel.layout3 .owl-nav > div:hover:before {
    color: #eb000a;
}

.cms-portfolio-carousel.layout3 .owl-nav .owl-prev {
    left: 12px !important;
}

.cms-portfolio-carousel.layout3 .owl-nav .owl-prev:before {
    content: "\f177";
}

.cms-portfolio-carousel.layout3 .owl-nav .owl-next {
    right: 12px !important;
}

.cms-portfolio-carousel.layout3 .owl-nav .owl-next:before {
    content: "\f178";
}

.cms-grid-team .grid-sizer, .cms-team-carousel .grid-sizer {
    display: none;
}

.cms-grid-team .team-title, .cms-team-carousel .team-title {
    font-size: 18px;
    font-weight: 600;
    color: #393b3e;
}

.cms-grid-team .team-position, .cms-team-carousel .team-position {
    font-size: 13px;
    color: #313335;
    font-family: 'Droidserif Italic';
}

.cms-grid-team .team-social a, .cms-team-carousel .team-social a {
    margin-left: 3px;
    margin-right: 3px;
    display: inline-block;
    font-size: 14px;
    color: #393b3e;
}

.cms-grid-team .team-social a:hover, .cms-team-carousel .team-social a:hover {
    color: #eb000a;
}

.cms-grid-team .team-content, .cms-team-carousel .team-content {
    font-size: 15px;
    color: #313335;
}

.cms-grid-team.layout1, .cms-team-carousel.layout1 {
    text-align: center;
}

.cms-grid-team.layout1 .team-item-inner, .cms-team-carousel.layout1 .team-item-inner {
    margin-bottom: 30px;
    display: inline-block;
}

.cms-grid-team.layout1 .team-featured, .cms-team-carousel.layout1 .team-featured {
    margin-bottom: 27px;
    overflow: hidden;
}

.cms-grid-team.layout1 .team-featured img, .cms-team-carousel.layout1 .team-featured img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cms-grid-team.layout1 .team-featured img:hover, .cms-team-carousel.layout1 .team-featured img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cms-grid-team.layout1 .team-holder, .cms-team-carousel.layout1 .team-holder {
    padding: 0px 15px;
}

.cms-grid-team.layout1 .team-title, .cms-team-carousel.layout1 .team-title {
    margin-bottom: 10px;
}

.cms-grid-team.layout1 .team-position, .cms-team-carousel.layout1 .team-position {
    margin-bottom: 17px;
}

.cms-grid-team.layout2, .cms-team-carousel.layout2 {
    text-align: center;
}

.cms-grid-team.layout2 .team-item-inner, .cms-team-carousel.layout2 .team-item-inner {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.cms-grid-team.layout2 .team-item-inner .team-holder, .cms-team-carousel.layout2 .team-item-inner .team-holder {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 30px;
    width: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
}

.cms-grid-team.layout2 .team-item-inner .team-holder .team-social, .cms-team-carousel.layout2 .team-item-inner .team-holder .team-social {
    margin-bottom: 25px;
}

.cms-grid-team.layout2 .team-item-inner .team-holder .team-title, .cms-team-carousel.layout2 .team-item-inner .team-holder .team-title {
    margin-bottom: 10px;
}

.cms-grid-team.layout2 .team-item-inner:after, .cms-team-carousel.layout2 .team-item-inner:after {
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.9);
    top: 50px;
    left: 30px;
    right: 30px;
    bottom: 0px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
}

.cms-grid-team.layout2 .team-item-inner:hover:after, .cms-team-carousel.layout2 .team-item-inner:hover:after, .cms-grid-team.layout2 .team-item-inner:hover .team-holder, .cms-team-carousel.layout2 .team-item-inner:hover .team-holder {
    opacity: 1;
}

.cms-grid-team.layout2 .team-item-inner:hover .team-holder, .cms-team-carousel.layout2 .team-item-inner:hover .team-holder {
    bottom: 30px;
}

.cms-grid-team.layout2 .team-item-inner:hover:after, .cms-team-carousel.layout2 .team-item-inner:hover:after {
    top: 30px;
    bottom: 30px;
}

.cms-grid-team.layout3, .cms-team-carousel.layout3 {
    text-align: center;
}

.cms-grid-team.layout3 .team-item-inner, .cms-team-carousel.layout3 .team-item-inner {
    margin-bottom: 30px;
    display: inline-block;
}

.cms-grid-team.layout3 .team-featured, .cms-team-carousel.layout3 .team-featured {
    position: relative;
}

.cms-grid-team.layout3 .team-featured .team-social, .cms-team-carousel.layout3 .team-featured .team-social {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
}

.cms-grid-team.layout3 .team-featured:after, .cms-team-carousel.layout3 .team-featured:after {
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.9);
    top: 50px;
    left: 30px;
    right: 30px;
    bottom: 0px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
}

.cms-grid-team.layout3 .team-featured:hover:after, .cms-team-carousel.layout3 .team-featured:hover:after, .cms-grid-team.layout3 .team-featured:hover .team-social, .cms-team-carousel.layout3 .team-featured:hover .team-social {
    opacity: 1;
}

.cms-grid-team.layout3 .team-featured:hover:after, .cms-team-carousel.layout3 .team-featured:hover:after {
    top: 30px;
    bottom: 30px;
}

.cms-grid-team.layout3 .team-featured:hover .team-social, .cms-team-carousel.layout3 .team-featured:hover .team-social {
    top: 50%;
    transform: translateY(-50%);
}

.cms-grid-team.layout3 .team-content, .cms-team-carousel.layout3 .team-content {
    text-align: center;
    padding: 30px 15px 0;
}

.cms-grid-team.layout3 .team-content .team-title, .cms-team-carousel.layout3 .team-content .team-title {
    margin-bottom: 10px;
}

.cms-grid-team.layout4 .team-item-inner, .cms-team-carousel.layout4 .team-item-inner {
    margin-bottom: 47px;
    display: inline-block;
}

@media (min-width: 576px) and (max-width: 767px) {
    .cms-grid-team.layout4 .team-item-inner, .cms-team-carousel.layout4 .team-item-inner {
        text-align: center;
        padding-left: 30px;
        padding-right: 30px;
        width: 100%;
    }
}

@media screen and (max-width: 575px) {
    .cms-grid-team.layout4 .team-item-inner, .cms-team-carousel.layout4 .team-item-inner {
        text-align: center;
        width: 100%;
    }
}

.cms-grid-team.layout4 .team-item-inner .team-featured, .cms-team-carousel.layout4 .team-item-inner .team-featured {
    margin-bottom: 27px;
    position: relative;
    overflow: hidden;
    display: block;
}

.cms-grid-team.layout4 .team-item-inner .team-featured:before, .cms-team-carousel.layout4 .team-item-inner .team-featured:before, .cms-grid-team.layout4 .team-item-inner .team-featured:after, .cms-team-carousel.layout4 .team-item-inner .team-featured:after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.1s;
    -o-transition-duration: 1.1s;
    transition-duration: 1.1s;
}

.cms-grid-team.layout4 .team-item-inner .team-featured:before, .cms-team-carousel.layout4 .team-item-inner .team-featured:before {
    right: 0;
    opacity: 1;
    top: 0;
}

.cms-grid-team.layout4 .team-item-inner .team-featured:after, .cms-team-carousel.layout4 .team-item-inner .team-featured:after {
    bottom: 0;
    opacity: 0.7;
    left: 0;
}

.cms-grid-team.layout4 .team-item-inner .team-featured:hover:before, .cms-team-carousel.layout4 .team-item-inner .team-featured:hover:before, .cms-grid-team.layout4 .team-item-inner .team-featured:hover:after, .cms-team-carousel.layout4 .team-item-inner .team-featured:hover:after {
    height: 100%;
    opacity: 0;
    width: 100%;
}

.cms-grid-team.layout4 .team-item-inner .team-title, .cms-team-carousel.layout4 .team-item-inner .team-title {
    margin-bottom: 25px;
    color: #393b3e;
    font-size: 18px;
    font-weight: 600;
}

.cms-grid-team.layout4 .team-item-inner .team-position, .cms-team-carousel.layout4 .team-item-inner .team-position {
    font-size: 13px;
    color: #313335;
    font-family: 'Droidserif Italic';
    margin-bottom: 10px;
}

.cms-grid-team.layout4 .team-item-inner .team-content, .cms-team-carousel.layout4 .team-item-inner .team-content {
    color: #313335;
    margin-bottom: 25px;
}

.cms-grid-team.layout4 .team-item-inner .team-social a:first-child, .cms-team-carousel.layout4 .team-item-inner .team-social a:first-child {
    margin-left: 0;
}

@media screen and (max-width: 767px) {
    .cms-team-single {
        text-align: center;
    }
}

.cms-team-single .team-title {
    font-size: 18px;
    font-weight: 600;
    color: #393b3e;
}

.cms-team-single .team-position {
    font-size: 13px;
    color: #313335;
    font-family: 'Droidserif Italic';
}

.cms-team-single .team-social a {
    margin-left: 3px;
    margin-right: 3px;
    display: inline-block;
    font-size: 14px;
    color: #393b3e;
}

.cms-team-single .team-social a:hover {
    color: #eb000a;
}

.cms-team-single .cms-team-inner {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}

.cms-team-single .cms-team-inner .team-holder {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 30px;
    width: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
}

.cms-team-single .cms-team-inner .team-holder .team-social {
    margin-bottom: 25px;
}

.cms-team-single .cms-team-inner .team-holder .team-title {
    margin-bottom: 10px;
}

.cms-team-single .cms-team-inner:after {
    content: "";
    display: block;
    background: rgba(255, 255, 255, 0.9);
    top: 50px;
    left: 30px;
    right: 30px;
    bottom: 0px;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 600ms linear 0ms;
    -khtml-transition: all 600ms linear 0ms;
    -moz-transition: all 600ms linear 0ms;
    -ms-transition: all 600ms linear 0ms;
    -o-transition: all 600ms linear 0ms;
    transition: all 600ms linear 0ms;
}

.cms-team-single .cms-team-inner:hover:after, .cms-team-single .cms-team-inner:hover .team-holder {
    opacity: 1;
}

.cms-team-single .cms-team-inner:hover .team-holder {
    bottom: 30px;
}

.cms-team-single .cms-team-inner:hover:after {
    top: 30px;
    bottom: 30px;
}

.cms-team-carousel .owl-dots {
    margin-top: 15px;
    position: static;
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.cms-team-carousel .owl-dots .owl-dot {
    position: relative;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 11px;
    margin-left: 3px;
    margin-right: 3px;
    border: 2px solid transparent;
    background-color: transparent;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-team-carousel .owl-dots .owl-dot span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 9px;
    height: 9px;
    display: block;
    background-color: #393b3e;
}

.cms-team-carousel .owl-dots .owl-dot.active {
    border: 2px solid #393b3e;
    background-color: transparent;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-team-carousel .owl-dots .owl-dot.active span {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 3px;
    height: 3px;
}

.cms-accordion .card {
    border: none;
    background-color: #fff;
}

@media screen and (max-width: 575px) {
    .cms-accordion .card {
        padding: 16px 15px;
    }
}

.cms-accordion.layout1 .card {
    margin-bottom: 15px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    overflow: hidden;
    border: 1px solid #ededed;
}

.cms-accordion.layout1 .card-header {
    border: none;
    padding: 0;
    background-color: transparent;
}

.cms-accordion.layout1 .card-header a {
    display: block;
    padding: 16px 25px;
    font-size: 16px;
    line-height: normal;
    cursor: pointer;
    color: #393b3e;
    font-weight: 600;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    padding-right: 58px;
}

.cms-accordion.layout1 .card-header a i {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #393b3e;
    position: absolute;
    font-weight: 600;
    top: 12px;
    right: 25px;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .cms-accordion.layout1 .card-header a i {
        top: 50%;
        transform: translateY(-50%);
    }
}

.cms-accordion.layout1 .card-header a i.zmdi-minus {
    opacity: 0;
}

.cms-accordion.layout1 .card-header a i.zmdi-plus {
    opacity: 1;
}

.cms-accordion.layout1 .card-header.cms-active a {
    color: #eb000a;
}

@media screen and (max-width: 575px) {
    .cms-accordion.layout1 .card-header.cms-active a {
        border-bottom: 1px solid #ededed;
        padding-bottom: 20px;
    }
}

.cms-accordion.layout1 .card-header.cms-active a i.zmdi-minus {
    opacity: 1;
    background: #eb000a;
}

.cms-accordion.layout1 .card-header.cms-active a i.zmdi-plus {
    opacity: 0;
}

.cms-accordion.layout1 .card-body {
    padding: 8px 25px 16px;
    margin-top: 27px;
    font-size: 15px;
    color: inherit;
    line-height: 1.6;
}

.cms-lists {
    margin-bottom: 15px;
}

.cms-lists ul, .cms-lists ol {
    font-size: 14px;
    font-weight: 400;
    list-style: none;
    padding-left: 0;
}

.cms-lists ul li, .cms-lists ol li {
    margin-bottom: 8px;
    padding-left: 25px;
    position: relative;
    color: #7f7f7f;
}

.cms-lists ul li:before, .cms-lists ol li:before {
    content: "";
    font-family: 'Elegant-Icons';
    color: #222;
    left: 0;
    position: absolute;
    top: -1px;
    font-size: 15px;
}

.cms-lists.layout1 li:before {
    content: "\e73c";
}

.cms-lists.layout2 li:before {
    content: "\e729";
}

.cms-lists.layout3 li:before {
    content: "\e753";
}

.cms-lists.layout4 li:before {
    content: "\e683";
}

.cms-lists.layout5 li:before {
    content: "\e6d7";
}

.cms-lists.layout6 li:before {
    content: "\e73d";
    left: -5px;
}

.cms-lists.layout7 li:before {
    content: "\f111";
    font-size: 7px;
    font-family: 'FontAwesome';
    left: 5px;
}

.cms-lists.layout8 ol {
    padding-left: 0;
    counter-reset: li;
    list-style: none;
}

.cms-lists.layout8 li {
    position: relative;
}

.cms-lists.layout8 li:after {
    position: absolute;
    left: 0;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    top: 0px;
    counter-increment: li;
    content: counter(li) ".";
    color: #222;
}

@media screen and (max-width: 767px) {
    .cms-lists {
        margin-bottom: 30px;
    }
}

.cms-timelines .timeline-item {
    display: flex;
}

.cms-timelines .cms-numberyear {
    max-width: 85px;
    width: 100%;
    letter-spacing: 0.1em;
    text-align: left;
    font-size: 25px;
    color: #eb000a;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    padding-top: 8px;
    min-width: 75px;
}

.cms-timelines .cms-content {
    padding-top: 14px;
    padding-left: 30px;
    position: relative;
    border-left: 2px solid #cecece;
    padding-bottom: 42px;
}

.cms-timelines .cms-content .cms-icon {
    position: absolute;
    top: 10px;
    left: -10px;
    font-size: 23px;
    color: inherit;
    width: 18px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.cms-timelines .cms-content .cms-icon:before {
    position: absolute;
    content: "";
    display: block;
    width: 2px;
    height: 40px;
    background-color: #fff;
    top: -1px;
    left: 8px;
}

.cms-timelines .cms-content .cms-icon i {
    background-color: #fff;
    position: relative;
    z-index: 1;
    font-size: 20px;
    top: -2px;
}

.cms-timelines .cms-content .cms-title {
    color: #393b3e;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    line-height: 1.45;
    margin-bottom: 10px;
}

.cms-timelines .cms-content .cms-description {
    line-height: 1.6;
}

.cms-timelines .timeline-item:last-child .cms-content {
    padding-bottom: 0;
}

@media screen and (max-width: 575px) {
    .cms-timelines .cms-numberyear {
        font-size: 20px;
    }

    .cms-timelines .cms-content {
        padding-left: 25px;
        padding-bottom: 22px;
    }

    .cms-timelines .cms-content .cms-title {
        line-height: 1.2;
    }

    .cms-timelines .cms-content .cms-description {
        line-height: 1.2;
    }
}

.cms-grid-blog .item-featured {
    margin-bottom: 30px;
}

.cms-grid-blog .cms-grid-pagination {
    margin-top: 55px;
}

.cms-grid-blog .cms-grid-pagination .pagination {
    display: inline-block;
}

.cms-grid-blog .col-xl-4 .entry-social-share, .cms-grid-blog .col-lg-4 .entry-social-share {
    text-align: left;
}

.cms-grid-blog .col-xl-3 .item-holder {
    padding: 15px 0;
}

.cms-grid-blog .col-xl-3 .entry-social-share label {
    margin-right: 15px;
}

.cms-grid-blog .col-xl-3 .entry-social-share li + li {
    margin-left: 12px;
}

.cms-grid-blog .col-xl-3 .entry-social-share a {
    font-size: 13px;
}

.cms-grid-blog .col-xl-3 .entry-meta li + li {
    padding-left: 10px;
    font-size: 12px;
}

@media screen and (max-width: 767px) {
    .cms-grid-blog .col-md-12 .item-holder .item-title {
        font-size: 25px;
    }
}

.cms-grid-blog.cms-grid-blog-layout1 .item-featured .overlay-gradient {
    display: block;
    position: relative;
    overflow: hidden;
}

.cms-grid-blog.cms-grid-blog-layout1 .item-featured .overlay-gradient:before, .cms-grid-blog.cms-grid-blog-layout1 .item-featured .overlay-gradient:after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.1s;
    -o-transition-duration: 1.1s;
    transition-duration: 1.1s;
}

.cms-grid-blog.cms-grid-blog-layout1 .item-featured .overlay-gradient:before {
    right: 0;
    opacity: 1;
    top: 0;
}

.cms-grid-blog.cms-grid-blog-layout1 .item-featured .overlay-gradient:after {
    bottom: 0;
    opacity: 0.7;
    left: 0;
}

.cms-grid-blog.cms-grid-blog-layout1 .item-featured .overlay-gradient:hover:before, .cms-grid-blog.cms-grid-blog-layout1 .item-featured .overlay-gradient:hover:after {
    height: 100%;
    opacity: 0;
    width: 100%;
}

.cms-grid-blog.cms-grid-blog-layout1 .item-holder {
    padding: 0px 0 26px;
}

.cms-grid-blog.cms-grid-blog-layout1 .item-holder .item-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 18px;
    font-family: 'Montserrat', sans-serif;
}

.cms-grid-blog.cms-grid-blog-layout1 .item-holder .item-title a:hover {
    color: #eb000a;
}

.cms-grid-blog.cms-grid-blog-layout1 .item-holder .entry-meta {
    margin-bottom: 6px;
}

.cms-grid-blog.cms-grid-blog-layout1 .item-holder .item-excerpt {
    line-height: 23px;
    margin-bottom: 19px;
}

.cms-grid-blog.cms-grid-blog-layout1 .item-holder .btn-text-readmore {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    margin: 10px 25px 10px 0;
    text-transform: uppercase;
    color: #393b3e;
}

.cms-grid-blog.cms-grid-blog-layout1 .item-holder .btn-text-readmore:hover {
    color: #eb000a;
}

.cms-grid-blog.cms-grid-blog-layout2 .item-featured {
    margin-bottom: 30px;
    overflow: hidden;
}

.cms-grid-blog.cms-grid-blog-layout2 .item-featured img {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cms-grid-blog.cms-grid-blog-layout2 .item-featured img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.cms-grid-blog.cms-grid-blog-layout2 .item-holder .entry-meta {
    margin-bottom: 3px;
}

.cms-grid-blog.cms-grid-blog-layout2 .item-holder .item-title {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 575px) {
    .cms-grid-blog.cms-grid-blog-layout2 .item-holder .item-title {
        font-size: 17px;
        line-height: 20px;
    }
}

.cms-grid-blog.cms-grid-blog-layout2 .item-holder .item-excerpt {
    margin-bottom: 23px;
}

.cms-grid-blog.cms-grid-blog-layout2 .item-holder .btn-text-readmore {
    height: 50px;
    width: 170px;
    text-align: center;
    line-height: 50px;
    display: block;
    background-color: #393b3e;
    text-transform: uppercase;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-family: "Montserrat";
    margin: 0;
}

.cms-grid-blog.cms-grid-blog-layout2 .item-holder .btn-text-readmore:hover {
    background-color: #eb000a;
}

@media screen and (max-width: 767px) {
    .cms-grid-blog.cms-grid-blog-layout2 .item-holder .btn-text-readmore {
        height: 35px;
        text-align: center;
        width: 120px;
        font-size: 12px;
        line-height: 35px;
    }
}

.cms-grid-blog.cms-grid-blog-layout2 .grid-item .grid-item-inner {
    margin-bottom: 30px;
}

.cms-grid-blog.cms-grid-blog-layout2 .grid-item:last-child .grid-item-inner {
    margin-bottom: 0px;
}

.cms-call-to-action cite {
    color: #eb000a;
    font-style: normal;
}

.cms-call-to-action.layout1 .cms-cta-content {
    font-weight: 500;
    line-height: 22px;
}

.cms-call-to-action.layout1 .cms-cta-content h3 {
    font-size: 24px;
    margin-bottom: 12px;
    letter-spacing: -0.02em;
}

.cms-call-to-action.layout1 .cms-cta-content p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Droidserif Italic';
}

.cms-call-to-action.layout1 .cms-cta-button .btn {
    background-image: none;
    background-color: #eb000a;
    color: #fff;
    border: none;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    font-weight: bold;
}

.cms-call-to-action.layout1 .cms-cta-button .btn:hover {
    background-color: #393b3e;
    color: #fff;
}

.cms-call-to-action.layout1.style1 {
    margin: 20px 0;
}

@media screen and (min-width: 576px) {
    .cms-call-to-action.layout1.style1 {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-wrap: nowrap;
    }

    .cms-call-to-action.layout1.style1 .cms-cta-content {
        flex-grow: 1;
    }

    .cms-call-to-action.layout1.style1 .cms-cta-button {
        align-items: center;
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
    }
}

.cms-call-to-action.layout1.style1 .cms-cta-button .btn {
    position: relative;
    ransform-style: preserve-3d;
}

.cms-call-to-action.layout1.style1 .cms-cta-button .btn:hover {
    background-color: #393b3e;
    color: #fff;
}

.cms-call-to-action.layout1.style1 .cms-cta-button .btn:after {
    top: -100%;
    left: 0px;
    width: 100%;
    position: absolute;
    background: #3a9999;
    border-radius: 5px;
    content: 'Flipped';
    transform-origin: left bottom;
    transform: rotateX(90deg);
}

.cms-call-to-action.layout1.style2 {
    margin: 15px 0;
}

@media screen and (min-width: 576px) {
    .cms-call-to-action.layout1.style2 {
        display: flex;
        display: -webkit-flex;
        display: -ms-flex;
        flex-wrap: nowrap;
        align-items: center;
    }

    .cms-call-to-action.layout1.style2 .cms-cta-content + .cms-cta-button {
        margin-left: 30px;
    }
}

.cms-call-to-action.layout1.style2 .btn:hover {
    background: #393b3e;
    color: #fff;
}

@media screen and (max-width: 575px) {
    .cms-call-to-action.layout1 {
        text-align: center;
    }

    .cms-call-to-action.layout1 .cms-cta-content {
        margin-bottom: 25px;
    }
}

.cms-call-to-action.layout2 {
    padding: 40px;
    text-align: center;
}

@media screen and (max-width: 575px) {
    .cms-call-to-action.layout2 {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.cms-call-to-action.layout2 .cms-feature .icon-image {
    margin-bottom: 15px;
}

.cms-call-to-action.layout2 .cms-feature .icon-font {
    margin-bottom: 11px;
}

.cms-call-to-action.layout2 .cms-feature img {
    max-width: 70px;
}

.cms-call-to-action.layout2 .cms-feature i {
    font-size: 45px;
    color: #eb000a;
}

.cms-call-to-action.layout2 .cms-cta-content {
    line-height: 26px;
    font-weight: normal;
    margin: auto;
    max-width: 700px;
    margin-bottom: 33px;
}

.cms-call-to-action.layout2 .cms-call-title {
    font-size: 45px;
    letter-spacing: -0.02em;
}

@media screen and (max-width: 991px) {
    .cms-call-to-action.layout2 .cms-call-title {
        font-size: 35px !important;
    }
}

@media screen and (max-width: 767px) {
    .cms-call-to-action.layout2 .cms-call-title {
        font-size: 25px;
    }
}

@media screen and (max-width: 575px) {
    .cms-call-to-action.layout2 .cms-call-title {
        font-size: 20px;
    }
}

.cms-call-to-action.layout2 .cms-call-description {
    font-size: 18px;
}

.cms-call-to-action.layout2 .cms-cta-button .btn {
    background-color: #eb000a;
    color: #fff;
    font-size: 13px;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 575px) {
    .cms-call-to-action.layout2 .cms-cta-button .btn {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.cms-call-to-action.layout2 .cms-cta-button .btn:hover {
    background-color: #393b3e;
    color: #fff;
}

.cms-blockquote p {
    font-size: 18px;
    line-height: 28px;
}

.cms-blockquote p + cite {
    margin-top: 14px;
}

.cms-blockquote cite {
    font-size: 13px;
    font-weight: bold;
    font-style: inherit;
    color: #393b3e;
    display: inline-block;
}

.cms-blockquote.layout1 blockquote {
    padding: 25px 30px 25px;
}

.cms-blockquote.layout2 blockquote {
    padding: 22px 35px;
    border-left: none;
    position: relative;
}

.cms-blockquote.layout2 blockquote .icon-left, .cms-blockquote.layout2 blockquote .icon-right {
    position: absolute;
    font-size: 16px;
    font-weight: bold;
    color: #393b3e;
}

.cms-blockquote.layout2 blockquote .icon-left {
    top: 0;
    left: 0;
}

.cms-blockquote.layout2 blockquote .icon-right {
    bottom: -6px;
    right: 15px;
}

.cms-blockquote.layout3 blockquote {
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    border-left: none;
    padding: 25px 25px 25px 35px;
    background: #f4f4f4;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container {
    /* Accordion */
    /* Tabs */
    margin-bottom: 0;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list {
    border-bottom: 2px solid #ededed;
    overflow: visible;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li + li {
    margin-left: 18px;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li a {
    padding: 2px 10px;
    border: none;
    color: #393b3e;
    background: transparent;
    margin-bottom: -2px;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a {
    border-bottom: 2px solid #eb000a;
    color: #eb000a;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels {
    padding: 20px 0;
    background-color: transparent;
    border: none;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    background-color: transparent;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-title {
    font-size: 15px;
    padding: 1px;
    text-transform: uppercase;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-classic .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading a {
    background-color: #eb000a;
    color: #fff;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list {
    border-bottom: 2px solid #ededed;
    overflow: visible;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list li {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list li + li {
    margin-left: 18px;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list li a {
    padding: 3px 10px;
    border: none;
    color: #393b3e;
    background: transparent;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-tabs-container .vc_tta-tabs-list li.vc_active a {
    background-color: #eb000a;
    color: #fff;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels {
    padding: 20px 0;
    background-color: transparent;
    border: none;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel {
    background-color: transparent;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel .vc_tta-panel-title {
    font-size: 15px;
    padding: 1px;
    text-transform: uppercase;
}

.wpb-js-composer .wpb_wrapper .vc_tta-container .vc_tta-tabs.vc_tta-style-modern .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-heading a {
    background-color: #eb000a;
    color: #fff;
}

.cms-heading cite {
    color: #eb000a;
    font-style: inherit;
}

.cms-heading .cms-heading-tag {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 32px;
    letter-spacing: -0.02em;
}

.cms-heading .cms-heading-tag.font-family-custom {
    font-family: 'Droidserif Italic';
}

.cms-heading .cms-heading-tag.poppins-family-custom {
    font-family: 'Poppins Bold';
}

.cms-heading .cms-h-line {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 6px;
}

.cms-heading .cms-h-line .h-line1, .cms-heading .cms-h-line .h-line2 {
    border-top: 2px solid #eb000a;
    position: absolute;
    height: 2px;
    width: 20px;
    margin: auto;
}

.cms-heading .cms-h-line .h-line1 {
    top: 0;
    right: 0;
}

.cms-heading .cms-h-line .h-line2 {
    bottom: 0;
    left: 0;
}

.cms-heading .cms-h-line.hidden-line {
    display: none;
}

.cms-heading .cms-heading-desc {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 20px;
    font-weight: 400;
}

@media screen and (max-width: 991px) {
    .cms-heading .cms-heading-tag br, .cms-heading .cms-heading-desc br {
        display: none;
    }
}

.cms-heading-layout1 .cms-heading-tag {
    margin-bottom: 16px;
    font-weight: bold;
}

.cms-heading-layout1 .cms-h-line .h-line1, .cms-heading-layout1 .cms-h-line .h-line2 {
    border-top: 2px solid #393b3e;
}

.cms-heading-layout1 .cms-h-line + .cms-heading-desc {
    margin-bottom: 17px;
}

.cms-heading-layout2 .cms-heading-tag {
    margin-bottom: 25px;
}

.cms-heading-layout2 .cms-h-line + .cms-heading-desc {
    margin-top: 25px;
}

.cms-heading-layout2 .cms-heading-desc.font-family-custom {
    font-family: 'Droidserif Italic';
}

.cms-heading-layout2 .h-icon {
    display: inline-block;
}

.cms-heading-layout2 .h-icon.icon-image {
    margin-bottom: 30px;
}

.cms-heading-layout2 .h-icon.icon-image span {
    display: inline-block;
    max-width: 72px;
    max-height: 52px;
}

.cms-heading-layout2 .h-icon.icon-image img {
    max-width: 72px;
    max-height: 52px;
}

.cms-heading-layout2 .h-icon.icon-font {
    margin-bottom: 27px;
}

.cms-heading-layout2 .h-icon.icon-font i {
    font-size: 50px;
    color: #eb000a;
}

.cms-heading-layout3 .cms-heading-desc {
    color: #a5a5a5;
}

@media screen and (min-width: 768px) {
    .cms-heading-layout3 .cms-heading-desc {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media screen and (max-width: 767px) {
    .cms-heading-layout3 .cms-heading-desc {
        margin-top: 30px;
    }
}

.cms-heading-layout4 {
    text-align: center;
}

.cms-heading-layout4 .cms-h-line {
    margin-bottom: 38px;
}

.cms-heading-layout4 .cms-heading-tag {
    font-weight: 700;
    font-size: 38px;
    line-height: 1.24;
    letter-spacing: -0.02em;
    margin-bottom: 24px;
}

.cms-heading-layout4 .cms-heading-desc {
    font-size: 17px;
    color: #a5a5a5;
    margin-bottom: 45px;
}

.cms-heading-layout4 .cms-h-button .h-btn-link {
    padding-left: 35px;
    padding-right: 35px;
    background: #eb000a;
    text-transform: uppercase;
    font-weight: 700;
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
}

.cms-heading-layout4 .cms-h-button .h-btn-link:hover {
    background: #393b3e;
}

.cms-heading-layout4 .cms-h-button.style-round .h-btn-link {
    background: #eb000a;
    line-height: 50px;
    color: #fff;
    border: none;
    display: inline-block;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    min-width: 170px;
}

.cms-heading-layout4 .cms-h-button.style-round .h-btn-link span {
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.cms-heading-layout4 .cms-h-button.style-round .h-btn-link:before {
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #393b3e;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cms-heading-layout4 .cms-h-button.style-round .h-btn-link:hover:before {
    opacity: 1;
    width: 100%;
}

.cms-heading-layout4 .cms-h-button.style-round2 .h-btn-link {
    background-color: transparent;
    line-height: 46px;
    color: #393b3e;
    border: 2px solid #393b3e;
    display: inline-block;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}

.cms-heading-layout4 .cms-h-button.style-round2 .h-btn-link:hover {
    background: #eb000a;
    border: 2px solid #eb000a;
    color: #fff;
}

.cms-heading-layout4 .cms-h-button.style-square .h-btn-link {
    background-color: transparent;
    line-height: 46px;
    color: #393b3e;
    border: 2px solid #393b3e;
    display: inline-block;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

.cms-heading-layout4 .cms-h-button.style-square .h-btn-link:hover {
    color: #eb000a;
    border: 2px solid #eb000a;
}

.cms-heading-layout4 .cms-h-button.style-square-primary-color .h-btn-link {
    background-color: #eb000a;
    line-height: 46px;
    color: #fff;
    border: 2px solid #eb000a;
    display: inline-block;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    min-width: 170px;
}

.cms-heading-layout4 .cms-h-button.style-square-primary-color .h-btn-link span {
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
}

.cms-heading-layout4 .cms-h-button.style-square-primary-color .h-btn-link:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background-color: #393b3e;
    -webkit-transition: all 0.3s;
    -khtml-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.cms-heading-layout4 .cms-h-button.style-square-primary-color .h-btn-link:hover {
    border-color: #393b3e;
}

.cms-heading-layout4 .cms-h-button.style-square-primary-color .h-btn-link:hover:before {
    opacity: 1;
    width: 100%;
}

.cms-heading-layout5 .cms-h-line {
    margin-bottom: 29px;
}

.cms-heading-layout5 .cms-heading-tag {
    margin-bottom: 28px;
}

.grid-readmore-icon span {
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    opacity: 0;
    z-index: 99;
}

.grid-readmore-icon span:before, .grid-readmore-icon span:after {
    content: "";
    background-color: #fff;
    position: absolute;
}

.grid-readmore-icon span:before {
    width: 20px;
    height: 2px;
    top: 9px;
    left: 0;
}

.grid-readmore-icon span:after {
    width: 2px;
    height: 20px;
    left: 9px;
    top: 0;
}

.cms-grid-blog .single-hentry .entry-holder, .cms-blog-carousel .single-hentry .entry-holder {
    padding: 22px 28px 15px 28px;
}

.cms-grid-blog .single-hentry .entry-title, .cms-blog-carousel .single-hentry .entry-title {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 20px;
}

.cms-grid-blog .single-hentry .entry-content + .entry-meta, .cms-blog-carousel .single-hentry .entry-content + .entry-meta {
    padding-left: 0;
    margin-top: 17px;
}

.cms-grid-blog .single-hentry .entry-content + .entry-meta li, .cms-blog-carousel .single-hentry .entry-content + .entry-meta li {
    margin-bottom: 0;
}

.cms-grid-blog .single-hentry:hover .grid-readmore-icon span, .cms-blog-carousel .single-hentry:hover .grid-readmore-icon span {
    opacity: 1;
}

.cms-blog-carousel .item-featured {
    margin-bottom: 30px;
}

.cms-blog-carousel .item-featured .overlay-gradient {
    display: block;
    position: relative;
    overflow: hidden;
}

.cms-blog-carousel .item-featured .overlay-gradient:before, .cms-blog-carousel .item-featured .overlay-gradient:after {
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.1s;
    -o-transition-duration: 1.1s;
    transition-duration: 1.1s;
}

.cms-blog-carousel .item-featured .overlay-gradient:before {
    right: 0;
    opacity: 1;
    top: 0;
}

.cms-blog-carousel .item-featured .overlay-gradient:after {
    bottom: 0;
    opacity: 0.7;
    left: 0;
}

.cms-blog-carousel .item-featured .overlay-gradient:hover:before, .cms-blog-carousel .item-featured .overlay-gradient:hover:after {
    height: 100%;
    opacity: 0;
    width: 100%;
}

.cms-blog-carousel .item-holder {
    padding: 0px 0 26px;
}

.cms-blog-carousel .item-holder .item-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 18px;
    font-family: 'Montserrat', sans-serif;
}

.cms-blog-carousel .item-holder .item-title a:hover {
    color: #eb000a;
}

.cms-blog-carousel .item-holder .entry-meta {
    margin-bottom: 6px;
}

.cms-blog-carousel .item-holder .item-excerpt {
    line-height: 23px;
    margin-bottom: 19px;
}

.cms-blog-carousel .item-holder .btn-text-readmore {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    margin: 10px 25px 10px 0;
    text-transform: uppercase;
    color: #393b3e;
}

.cms-blog-carousel .item-holder .btn-text-readmore:hover {
    color: #eb000a;
}

.cms-blog-carousel .owl-dots {
    margin-top: 15px;
    position: static;
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.cms-blog-carousel .owl-dots .owl-dot {
    position: relative;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 11px;
    margin-left: 3px;
    margin-right: 3px;
    border: 2px solid transparent;
    background-color: transparent;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-blog-carousel .owl-dots .owl-dot span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 9px;
    height: 9px;
    display: block;
    background-color: #393b3e;
}

.cms-blog-carousel .owl-dots .owl-dot.active {
    border: 2px solid #393b3e;
    background-color: transparent;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-blog-carousel .owl-dots .owl-dot.active span {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 3px;
    height: 3px;
}

@media #{} {
    .cms-carousel-client .owl-stage-outer {
        margin-left: 30px;
        margin-right: 30px;
    }
}

.owl-dots.disabled, .owl-nav.disabled {
    display: block;
}

.gm-style img[src*="https://maps.gstatic.com/mapfiles/api-3/images/spotlight-"] {
    display: none;
}

.gm-style .gmnoprint {
    opacity: 1 !important;
    overflow: visible !important;
}

.gm-style .marker-icon {
    height: 18px !important;
    width: 18px !important;
    background-color: #eb000a;
    -webkit-border-radius: 18px;
    -khtml-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
    position: absolute;
}

.gm-style .marker-icon:before, .gm-style .marker-icon:after {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    opacity: 1;
    background-color: #eb000a;
}

.gm-style .marker-icon:before {
    -webkit-animation: markerWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
    animation: markerWave 1.5s cubic-bezier(0.4, 0, 0.2, 1) infinite forwards;
}

.gm-style .marker-icon:after {
    -webkit-animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
    animation: markerWave 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
}

.cms-progress-item .progress-bar {
    width: 0;
    -webkit-transition: width 2s ease 0ms;
    -khtml-transition: width 2s ease 0ms;
    -moz-transition: width 2s ease 0ms;
    -ms-transition: width 2s ease 0ms;
    -o-transition: width 2s ease 0ms;
    transition: width 2s ease 0ms;
}

.cms-progress-layout1 .cms-progress-title {
    color: #222;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 9px;
}

.cms-progress-layout1 .cms-progress.progress {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-color: #ebebeb;
    height: 10px;
    overflow: visible;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 35px;
}

.cms-progress-layout1 .cms-progress.progress .progress-bar {
    background-color: #eb000a;
    position: relative;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    overflow: visible;
}

.cms-progress-layout1 .cms-progress.progress .progress-bar span {
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    padding: 0 0px;
    position: absolute;
    bottom: 15px;
    right: 0px;
    color: #9b9b9b;
    font-weight: 700;
}

.overlay-link {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}

.overlay-link a {
    background-color: rgba(235, 0, 10, 0.85);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.overlay-link .cms-icon-plus:before, .overlay-link .cms-icon-plus:after {
    background-color: #fff;
}

.cms-carousel-client .owl-stage-outer {
    margin-right: 2px;
}

.cms-carousel-client .cms-carousel-item {
    text-align: center;
}

.cms-carousel-client .cms-carousel-item .cms-carousel-media {
    text-align: center;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
}

.cms-carousel-client .cms-carousel-item .cms-carousel-media:after {
    height: 1px;
    position: absolute;
    content: "";
    bottom: -1px;
    left: 15px;
    right: 15px;
    background-color: rgba(206, 206, 206, 0.3);
}

.cms-carousel-client .cms-carousel-item .cms-carousel-media:before {
    background-color: rgba(206, 206, 206, 0.3);
    bottom: 15px;
    content: "";
    position: absolute;
    right: -6px;
    top: 15px;
    width: 1px;
}

.cms-carousel-client .cms-carousel-item .cms-carousel-media img {
    width: inherit;
    display: inline-block;
}

.cms-carousel-client.cms-carousel-1row .cms-carousel-item .cms-carousel-media:before, .cms-carousel-client.cms-carousel-1row .cms-carousel-item .cms-carousel-media:after {
    display: none;
}

.cms-carousel-client .owl-item:last-child .cms-carousel-item .cms-carousel-media:after {
    width: 0;
}

@media screen and (max-width: 767px) {
    .cms-carousel-client .owl-nav > div {
        background-color: transparent;
        opacity: 0;
    }

    .cms-carousel-client .owl-nav > div:hover {
        opacity: 1;
    }
}

.cms-carousel-business .cms-carousel-item, .cms-testimonial-carousel-layout1 .cms-carousel-item {
    text-align: center;
}

.cms-carousel-business .cms-carousel-item img, .cms-testimonial-carousel-layout1 .cms-carousel-item img {
    width: inherit;
    display: inline-block;
}

.cms-testimonial-carousel {
    text-align: center;
}

.cms-testimonial-carousel .testimonial-image {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-bottom: 28px;
}

.cms-testimonial-carousel .testimonial-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80px;
}

.cms-testimonial-carousel .testimonial-title {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #393b3e;
    margin-bottom: 5px;
}

.cms-testimonial-carousel .testimonial-content {
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
    margin-bottom: 23px;
}

.cms-testimonial-carousel .testimonial-position {
    font-style: italic;
    font-size: 13px;
    color: #616161;
    font-family: 'Droidserif Italic';
}

.cms-testimonial-carousel .testimonial-icon {
    color: #eb000a;
}

.cms-testimonial-carousel .testimonial-icon svg .cls-1 {
    fill: #eb000a;
}

.cms-testimonial-carousel.layout1 .testimonial-item-inner {
    background: #f8f8f8;
    padding: 30px 20px;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
}

@media screen and (min-width: 992px) {
    .cms-testimonial-carousel.layout1 .testimonial-item-inner {
        padding: 40px 40px;
    }
}

.cms-testimonial-carousel.layout1 .testimonial-image {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-bottom: 28px;
}

.cms-testimonial-carousel.layout1 .testimonial-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80px;
}

.cms-testimonial-carousel.layout1 .testimonial-content {
    font-size: 16px;
    line-height: 24px;
    font-style: italic;
    margin-bottom: 23px;
}

.cms-testimonial-carousel.layout1 .testimonial-title {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #393b3e;
    margin-bottom: 5px;
}

.cms-testimonial-carousel.layout1 .testimonial-position {
    font-style: italic;
    color: #616161;
    font-size: 15px;
    font-family: 'Droidserif Italic';
    margin-bottom: 25px;
}

.cms-testimonial-carousel.layout1 .testimonial-icon {
    color: #eb000a;
}

.cms-testimonial-carousel.layout1 .testimonial-icon svg .cls-1 {
    color: #eb000a;
}

.cms-testimonial-carousel.layout1 .cms-testimonial-item {
    margin-bottom: 15px;
}

.cms-testimonial-carousel.layout2 .cms-testimonial-item {
    margin-top: 15px;
    margin-bottom: 15px;
}

.cms-testimonial-carousel.layout2 .testimonial-image {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.cms-testimonial-carousel.layout2 .testimonial-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80px;
}

.cms-testimonial-carousel.layout2 .testimonial-content {
    max-width: 820px;
    font-size: 23px;
    line-height: 35px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 19px;
}

@media screen and (max-width: 991px) {
    .cms-testimonial-carousel.layout2 .testimonial-content {
        line-height: initial;
        font-size: 18px;
    }
}

.cms-testimonial-carousel.layout2 .testimonial-icon {
    display: block;
    margin-bottom: 30px;
    color: #eb000a;
    display: block;
    margin-bottom: 25px;
}

.cms-testimonial-carousel.layout2 .testimonial-icon svg .cls-1 {
    fill: #eb000a;
}

.cms-testimonial-carousel.layout2 .testimonial-title {
    font-size: 14px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #393b3e;
    margin-bottom: 8px;
}

.cms-testimonial-carousel.layout2 .testimonial-position {
    font-style: italic;
    color: #616161;
    font-size: 13px;
    font-family: 'Droidserif Italic';
    margin-bottom: 0;
}

.cms-testimonial-carousel .owl-nav .owl-prev, .cms-testimonial-carousel .owl-nav .owl-next {
    background-color: transparent;
    border-color: transparent;
}

.cms-testimonial-carousel .owl-nav .owl-prev:before, .cms-testimonial-carousel .owl-nav .owl-next:before {
    color: #989898;
}

.cms-testimonial-carousel .owl-nav .owl-prev:hover, .cms-testimonial-carousel .owl-nav .owl-next:hover {
    border-color: #eb000a;
}

.cms-testimonial-carousel .owl-nav .owl-prev:hover:before, .cms-testimonial-carousel .owl-nav .owl-next:hover:before {
    color: #eb000a;
}

.cms-testimonial-carousel .owl-nav .owl-next {
    right: -95px;
}

.cms-testimonial-carousel .owl-nav .owl-next:before {
    content: "\f178";
}

.cms-testimonial-carousel .owl-nav .owl-prev {
    left: -95px;
}

.cms-testimonial-carousel .owl-nav .owl-prev:before {
    content: "\f177";
}

.cms-testimonial-carousel .owl-dots {
    margin-top: 35px;
    position: static;
    -webkit-transform: translate(0, 0);
    -khtml-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.cms-testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 15px;
    height: 15px;
    text-align: center;
    line-height: 11px;
    margin-left: 3px;
    margin-right: 3px;
    border: 2px solid transparent;
    background-color: transparent;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-testimonial-carousel .owl-dots .owl-dot span {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    position: absolute;
    top: 1px;
    left: 1px;
    width: 9px;
    height: 9px;
    display: block;
    background-color: #393b3e;
}

.cms-testimonial-carousel .owl-dots .owl-dot.active {
    border: 2px solid #393b3e;
    background-color: transparent;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.cms-testimonial-carousel .owl-dots .owl-dot.active span {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 3px;
    height: 3px;
}

.cms-contact-form .cms-contact-form-header {
    margin-bottom: 47px;
}

.cms-contact-form .cms-contact-form-header h3 {
    font-size: 32px;
    letter-spacing: -0.02em;
}

@media screen and (max-width: 767px) {
    .cms-contact-form .cms-contact-form-header {
        margin-bottom: 0;
    }

    .cms-contact-form .cms-contact-form-header h3 {
        font-size: 25px;
    }
}

.cms-contact-form .wpcf7-form-control {
    background-color: transparent;
}

.cms-contact-form .wpcf7-form-control.wpcf7-text {
    height: 50px;
    line-height: 48px;
}

.cms-contact-form .wpcf7-form-control.wpcf7-textarea {
    min-height: 120px;
}

.cms-contact-form .wpcf7-form-control.wpcf7-submit {
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    min-width: 170px;
    background-color: #eb000a;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    margin-top: 0;
}

.cms-contact-form .wpcf7-form-control.wpcf7-submit:hover {
    background-color: #393b3e;
}

.cms-contact-info {
    margin-bottom: 30px;
}

.cms-contact-info .cms-title {
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    color: #393b3e;
    font-weight: bold;
}

.cms-contact-info .cms-desc {
    font-size: 15px;
    color: #313335;
    line-height: 1.5;
    margin-bottom: 25px;
}

.cms-contact-info .cms-list-row {
    margin-bottom: 20px;
}

.cms-contact-info .cms-list-row .row-item {
    margin-bottom: 7px;
    font-size: 14px;
    line-height: 1.7;
    color: #313335;
    position: relative;
    padding-left: 22px;
}

.cms-contact-info .cms-list-row .row-item i {
    position: absolute;
    top: 3px;
    left: 0;
    color: #eb000a;
    font-size: 16px;
}

.cms-contact-info .cms-list-row .row-item a {
    color: #313335;
}

.cms-contact-info .cms-list-row .row-item a:hover {
    color: #eb000a;
}

.cms-contact-info .cms-contact-btn {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    color: #eb000a;
    font-family: 'Montserrat', sans-serif;
}

.cms-contact-info .cms-contact-btn:hover {
    color: #393b3e;
}

.cms-newsletter .tnp-subscription {
    max-width: 100%;
}

.cms-newsletter .tnp-subscription .tnp-field label {
    display: none;
}

.cms-newsletter .tnp-subscription .tnp-field .tnp-email, .cms-newsletter .tnp-subscription .tnp-field .tnp-firstname, .cms-newsletter .tnp-subscription .tnp-field .tnp-lastname {
    background-color: transparent;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    padding-right: 40px;
    height: 51px;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 47px;
    border: 2px solid #fff;
}

.cms-newsletter .tnp-subscription .tnp-field .tnp-email:focus {
    border: 2px solid #eb000a !important;
}

.cms-newsletter .tnp-subscription .tnp-field .tnp-email::-webkit-input-placeholder {
    color: #fff;
}

.cms-newsletter .tnp-subscription .tnp-field .tnp-email::-moz-placeholder {
    color: #fff;
}

.cms-newsletter .tnp-subscription .tnp-field .tnp-email::-ms-input-placeholder {
    color: #fff;
}

.cms-newsletter .tnp-subscription .tnp-field .tnp-email::-moz-placeholder {
    color: #fff;
}

.cms-newsletter .tnp-subscription .tnp-field .tnp-submit {
    height: 51px;
    line-height: 51px;
    border: none;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    padding: 0 50px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    background-color: #eb000a;
    font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 575px) {
    .cms-newsletter .tnp-subscription .tnp-field .tnp-submit {
        margin-top: 15px;
        margin-left: auto;
        margin-right: auto;
    }
}

.cms-newsletter .tnp-subscription .tnp-field .tnp-submit:hover {
    background-color: #393b3e;
}

.cms-newsletter .cms-newsletter-inner {
    padding: 40px 40px 15px 40px;
    text-align: center;
}

.cms-newsletter .h-icon {
    display: inline-block;
}

.cms-newsletter .h-icon.icon-image {
    margin-bottom: 18px;
}

.cms-newsletter .h-icon.icon-image span {
    display: inline-block;
    max-width: 72px;
    max-height: 52px;
}

.cms-newsletter .h-icon.icon-image img {
    max-width: 72px;
    max-height: 52px;
}

.cms-newsletter .h-icon.icon-font {
    margin-bottom: 13px;
}

.cms-newsletter .h-icon.icon-font i {
    font-size: 50px;
    color: #eb000a;
}

.cms-newsletter .cms-newsletter-title {
    font-size: 32px;
    font-family: bold;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 22px;
}

.cms-newsletter .cms-newsletter-introduction {
    font-size: 18px;
    font-family: "Poppins";
    padding-bottom: 25px;
}

.cms-newsletter .tnp-subscription {
    max-width: 570px;
}

.cms-newsletter .newsletter-width {
    margin: 0 auto;
}

.cms-newsletter .newsletter-width.new-full-width {
    max-width: 100%;
}

.cms-newsletter .newsletter-width.new-width-570 {
    max-width: 570px;
}

.cms-newsletter .newsletter-width.new-width-870 {
    max-width: 870px;
}

.cms-newsletter form {
    display: flex;
    flex-wrap: nowrap;
}

.cms-newsletter form .tnp-field-email {
    flex-grow: 1;
    padding-right: 30px;
    margin-right: 30px;
}

@media screen and (max-width: 767px) {
    .cms-newsletter .cms-newsletter-inner {
        padding: 20px 20px 10px;
    }

    .cms-newsletter form {
        display: block;
    }

    .cms-newsletter form .tnp-field-email {
        margin-right: 0;
    }
}

.cms-counter {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .cms-counter {
        margin-bottom: 50px;
    }
}

.cms-counter .cms-counter-digit {
    line-height: 1;
    font-size: 40px;
    color: #393b3e;
    font-family: "Montserrat";
    font-weight: 700;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.cms-counter .cms-counter-digit:after {
    display: block;
    content: "";
    width: 20px;
    color: inherit;
    height: 2px;
    border-top: 2px solid;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.cms-counter .cms-counter-title {
    font-size: 14px;
    display: inline-block;
    font-weight: 400;
    font-family: 'Source Sans Pro', sans-serif;
    color: #313335;
    text-transform: uppercase;
}

.cms-pricing-wrapper {
    text-align: center;
    margin-bottom: 30px;
}

.cms-pricing-wrapper .cms-pricing-body {
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: #fff;
    padding: 68px 40px 50px;
    -webkit-box-shadow: 0 2px 6px rgba(57, 59, 62, 0.1);
    -khtml-box-shadow: 0 2px 6px rgba(57, 59, 62, 0.1);
    -moz-box-shadow: 0 2px 6px rgba(57, 59, 62, 0.1);
    -ms-box-shadow: 0 2px 6px rgba(57, 59, 62, 0.1);
    -o-box-shadow: 0 2px 6px rgba(57, 59, 62, 0.1);
    box-shadow: 0 2px 6px rgba(57, 59, 62, 0.1);
    position: relative;
}

@media screen and (max-width: 991px) {
    .cms-pricing-wrapper .cms-pricing-body {
        padding: 68px 15px;
    }
}

@media screen and (max-width: 767px) {
    .cms-pricing-wrapper .cms-pricing-body {
        padding: 45px 15px;
    }
}

.cms-pricing-wrapper .cms-pricing-header {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 35px;
}

.cms-pricing-wrapper .cms-pricing-header .pricing-popular {
    background: #393b3e;
    height: 23px;
    padding-left: 15px;
    padding-right: 15px;
    line-height: 23px;
    color: #fff;
    font-size: 13px;
    position: absolute;
    top: 30px;
    left: 30px;
}

@media screen and (max-width: 575px) {
    .cms-pricing-wrapper .cms-pricing-header .pricing-popular {
        position: static;
        display: inline-block;
        margin: 0 auto 15px;
    }
}

.cms-pricing-wrapper .cms-pricing-header .cms-pricing-title {
    font-size: 16px;
    color: #eb000a;
    font-weight: bold;
    margin-bottom: 0;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}

.cms-pricing-wrapper .cms-pricing-header .cms-price {
    color: #393b3e;
    margin-top: 5px;
    margin-bottom: 7px;
    font-family: 'Montserrat', sans-serif;
}

.cms-pricing-wrapper .cms-pricing-header .cms-price span {
    display: inline-block;
    font-size: 14px;
}

.cms-pricing-wrapper .cms-pricing-header .cms-price .cms-price-currency {
    font-size: 28px;
    font-weight: bold;
}

.cms-pricing-wrapper .cms-pricing-header .cms-price .cms-price-number {
    font-size: 70px;
    font-weight: 700;
    letter-spacing: 0.03em;
}

@media screen and (max-width: 991px) {
    .cms-pricing-wrapper .cms-pricing-header .cms-price .cms-price-number {
        font-size: 30px;
        font-weight: 700;
    }
}

.cms-pricing-wrapper .cms-pricing-header .cms-price .cms-price-time {
    font-size: 13px;
    font-weight: bold;
}

.cms-pricing-wrapper .cms-pricing-header .cms-sub-title {
    font-size: 15px;
    line-height: 21px;
    color: #a5a5a5;
    font-weight: 400;
    margin-bottom: 65px;
    font-family: 'Source Sans Pro', sans-serif;
}

.cms-pricing-wrapper .cms-pricing-content .cms-price-row-info {
    list-style: none;
    padding-left: 0;
}

.cms-pricing-wrapper .cms-pricing-content .cms-price-row-info li {
    color: #313335;
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 17px;
}

.cms-pricing-wrapper .cms-pricing-content .cms-price-row-info li + li:before {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 50px;
    border-top: 2px solid #f5f5f5;
    top: -6px;
}

.cms-pricing-wrapper .cms-pricing-content .btn-pricing {
    padding: 15px 50px;
    border: 2px solid;
    color: #393b3e;
    border-radius: 45px;
    margin-top: 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

@media (min-width: 768px) and (max-width: 991px) {
    .cms-pricing-wrapper .cms-pricing-content .btn-pricing {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.cms-pricing-wrapper .cms-pricing-content .btn-pricing:hover {
    background-color: #eb000a;
    border-color: #eb000a;
    color: #fff;
}

.cms-pricing-wrapper.cms-pri-item-normal .pricing-popular {
    display: none;
}

.cms-pricing-wrapper.cms-pri-item-active .pricing-popular {
    display: block;
}

.cms-pricing-wrapper.cms-pri-item-active .cms-pricing-content .btn-pricing {
    background-color: #eb000a;
    border-color: #eb000a;
    color: #fff;
}

.cms-pricing-wrapper.cms-pri-item-active .cms-pricing-content .btn-pricing:hover {
    background-color: #393b3e;
    border-color: #393b3e;
}

@media screen and (min-width: 992px) {
}

.cms-pricing-wrapper:hover .cms-pricing-body {
    -webkit-transform: translateY(-5px);
    -khtml-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

.cms-carousel-case {
    margin-bottom: 50px;
}

.cms-carousel-case .grid-case-media {
    position: relative;
}

.cms-carousel-case .grid-case-media .icon-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 35px;
    color: #fff;
    z-index: 2;
    opacity: 0;
    display: inline-block;
}

.cms-carousel-case .grid-case-media:before {
    display: block;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    content: "";
    background: rgba(0, 0, 0, 0.5);
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    position: absolute;
}

.cms-carousel-case .grid-case-media:hover .icon-zoom {
    opacity: 1;
}

.cms-carousel-case .grid-case-media:hover:before {
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    opacity: 1;
    background: rgba(0, 0, 0, 0.85);
}

.cms-carousel-case .grid-case-meta {
    border: 1px solid #e1e1e1;
    padding: 25px 26px;
}

.cms-carousel-case .grid-case-meta .grid-case-title {
    margin-bottom: 19px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

.cms-carousel-case .grid-case-meta .case-excerpt {
    font-weight: 400;
}

.cms-carousel-case .grid-case-meta .cms-case-category {
    margin-top: 16px;
}

.cms-carousel-case .grid-case-meta .cms-case-category:hover {
    margin-left: 15px;
}

.cms-carousel-case .owl-nav .owl-prev {
    left: -30px;
}

.cms-carousel-case .owl-nav .owl-next {
    right: -30px;
}

.cms-carousel-case:hover .owl-nav .owl-prev {
    left: 0px;
    opacity: 1;
}

.cms-carousel-case:hover .owl-nav .owl-next {
    right: 0px;
    opacity: 1;
}

@media screen and (max-width: 991px) {
    .cms-carousel-case .owl-nav .owl-prev {
        left: 30px;
        opacity: 0;
    }

    .cms-carousel-case .owl-nav .owl-next {
        right: 30px;
        opacity: 0;
    }

    .cms-carousel-case:hover .owl-nav .owl-prev {
        left: 30px;
        opacity: 1;
    }

    .cms-carousel-case:hover .owl-nav .owl-next {
        right: 30px;
        opacity: 1;
    }
}

.cms-video-wrapper {
    height: 485px;
    text-align: center;
    position: relative;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

@media screen and (max-width: 767px) {
    .cms-video-wrapper {
        height: 320px !important;
    }
}

.cms-video-wrapper .cms-video-inner {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
}

.cms-video-wrapper .cms-video-inner .cms-video-button {
    display: inline-block;
}

.cms-video-wrapper .cms-video-inner .video-icon {
    height: 60px;
    width: 60px;
    display: inline-block;
    background: #fff;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.cms-video-wrapper .cms-video-inner .video-icon:before, .cms-video-wrapper .cms-video-inner .video-icon:after, .cms-video-wrapper .cms-video-inner .video-icon i:after {
    content: "";
    display: inline-block;
    width: 58px;
    height: 58px;
    position: absolute;
    top: 1px;
    left: 1px;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    opacity: 1;
    border: 1px solid #fff;
}

.cms-video-wrapper .cms-video-inner .video-icon i {
    color: #eb000a;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0;
    right: 0;
    font-size: 17px;
}

.cms-video-wrapper .cms-video-inner .video-icon i:after {
    top: -20px;
    -webkit-animation: videobutton 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
    animation: videobutton 1.5s 0.45s cubic-bezier(0, 0, 0.2, 1) infinite forwards;
}

.cms-video-wrapper .cms-video-inner .video-icon:hover:before, .cms-video-wrapper .cms-video-inner .video-icon:hover:after {
    display: none;
}

.cms-video-wrapper .cms-video-inner .cms-video-title {
    display: block;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    margin-top: 10px;
}

.cms-video-wrapper.bg-overlay:before {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1b1a1a), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, #1b1a1a, rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(bottom, #1b1a1a, rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(bottom, #1b1a1a, rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, #1b1a1a, rgba(0, 0, 0, 0));
    background-image: linear-gradient(bottom, #1b1a1a, rgba(0, 0, 0, 0));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#1b1a1a', endColorStr='rgba(0, 0, 0, 0)');
    opacity: 0.8;
}

.cms-grid-service .grid-title {
    margin-bottom: 8px;
}

.cms-grid-service .grid-readmore {
    margin-top: 18px;
    margin-bottom: 13px;
}

.cms-price-chart .btcwdgt-chart, .cms-price-chart .btcwdgt-price {
    margin: 0 !important;
}

.cms-countdown-wrap .cms-countdown-title {
    margin: 0;
    text-align: center;
}

.cms-countdown-wrap .cms-countdown-title .cms-h-line {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 6px;
    margin-bottom: 25px;
}

.cms-countdown-wrap .cms-countdown-title .cms-h-line .h-line1, .cms-countdown-wrap .cms-countdown-title .cms-h-line .h-line2 {
    border-top: 2px solid #eb000a;
    position: absolute;
    height: 2px;
    width: 20px;
    margin: auto;
}

.cms-countdown-wrap .cms-countdown-title .cms-h-line .h-line1 {
    top: 0;
    right: 0;
}

.cms-countdown-wrap .cms-countdown-title .cms-h-line .h-line2 {
    bottom: 0;
    left: 0;
}

.cms-countdown-wrap .cms-countdown-title .cms-h-line.hidden-line {
    display: none;
}

.cms-countdown-wrap .cms-countdown-title h3 {
    color: #393b3e;
    font-size: 100px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-bottom: 28px;
}

@media screen and (max-width: 991px) {
    .cms-countdown-wrap .cms-countdown-title h3 {
        font-size: 60px !important;
    }
}

@media screen and (max-width: 767px) {
    .cms-countdown-wrap .cms-countdown-title h3 {
        font-size: 30px !important;
    }
}

.cms-countdown-wrap .cms-countdown-description {
    text-align: center;
    font-size: 17px;
    color: #a5a5a5;
    font-family: 'Source Sans Pro', sans-serif;
}

.cms-countdown-wrap .cms-countdown {
    padding: 20px 0px;
    align-items: center;
    max-width: 760px;
    margin: 0 auto;
}

.cms-countdown-wrap .countdown-item {
    text-align: center;
    width: 25%;
    float: left;
    padding: 0 15px;
    position: relative;
    margin: 15px 0;
}

@media screen and (max-width: 767px) {
    .cms-countdown-wrap .countdown-item {
        margin-bottom: 30px;
    }
}

.cms-countdown-wrap .countdown-amount {
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    display: block;
    color: #393b3e;
    padding-bottom: 10px;
    margin-bottom: 15px;
    position: relative;
}

.cms-countdown-wrap .countdown-amount:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #393b3e;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.cms-countdown-wrap .countdown-period {
    font-size: 14px;
    text-transform: uppercase;
    color: #313335;
}

@media screen and (max-width: 767px) {
    .cms-countdown-wrap {
        display: block;
    }

    .cms-countdown-wrap .cms-countdown {
        display: block;
    }

    .cms-countdown-wrap .countdown-item {
        width: 50%;
        margin-bottom: 40px;
    }

    .cms-countdown-wrap .countdown-item:nth-child(2):before {
        display: none;
    }

    .cms-countdown-wrap .countdown-amount {
        font-size: 30px;
    }
}

.site-header .h-cart-wrapper.h-icon {
    position: relative;
}

.site-header .widget_shopping_cart {
    border: 1px solid #e5e5e5;
    position: absolute;
    top: 110%;
    width: 310px;
    padding: 40px;
    overflow: visible;
    margin-right: 0;
    z-index: 0;
    opacity: 0;
    margin-bottom: 0;
    visibility: hidden;
    max-height: 768px;
    overflow: auto;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.site-header .widget_shopping_cart .widget_shopping_title {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #222;
    font-family: 'Droidserif Italic';
    font-weight: bold;
    font-size: 15px;
    text-align: center;
}

@media screen and (min-width: 992px) {
    .site-header .widget_shopping_cart {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -khtml-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .site-header .widget_shopping_cart:before {
        content: "";
        width: 18px;
        height: 10px;
        background-image: url(../images/cart-arrow.png);
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        margin: auto;
    }
}

@media screen and (max-width: 991px) {
    .site-header .widget_shopping_cart {
        right: 0;
    }
}

@media screen and (max-width: 575px) {
    .site-header .widget_shopping_cart {
        width: 290px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.site-header .widget_shopping_cart.open {
    top: 100%;
    z-index: 99;
    opacity: 1;
    visibility: visible;
}

.site-header .widget_shopping_cart ul.cart_list li {
    padding: 0 0 20px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px solid #f5f5f5;
}

.site-header .widget_shopping_cart ul.cart_list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.site-header .widget_shopping_cart ul.cart_list li .cart-product-image {
    max-width: 50px;
    width: 100%;
    float: left;
}

.site-header .widget_shopping_cart ul.cart_list li .cart-product-image img {
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
}

.site-header .widget_shopping_cart ul.cart_list li .cart-product-meta {
    padding-left: 65px;
    padding-right: 25px;
}

.site-header .widget_shopping_cart ul.cart_list li .cart-product-meta h3 {
    clear: none;
    font-size: 14px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: -5px;
    font-family: 'Montserrat', sans-serif;
}

.site-header .widget_shopping_cart ul.cart_list li .cart-product-meta h3 a {
    display: inline-block;
    color: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}

.site-header .widget_shopping_cart ul.cart_list li .cart-product-meta a {
    color: #393b3e;
}

.site-header .widget_shopping_cart ul.cart_list li .cart-product-meta a:hover {
    color: #eb000a;
}

.site-header .widget_shopping_cart ul.cart_list li .cart-product-meta .remove_from_cart_button {
    position: absolute;
    top: 1px;
    font-size: 10px;
    right: 0;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    background-color: #393b3e;
}

.site-header .widget_shopping_cart ul.cart_list li .cart-product-meta .remove_from_cart_button:hover {
    background-color: #eb000a;
    color: #fff;
}

.site-header .widget_shopping_cart ul.cart_list li .cart-product-meta .quantity {
    color: #313335;
    font-size: 13px;
    font-weight: 600;
}

.site-header .widget_shopping_cart .total {
    border-top: 2px solid #e5e5e5;
    border-bottom: 2px solid #e5e5e5;
    padding-top: 20px;
    margin-top: 20px;
    padding: 23px 0;
    text-align: right;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.site-header .widget_shopping_cart .total strong {
    flex-grow: 1;
    text-align: left;
    color: #313335;
    font-family: 'Montserrat', sans-serif;
}

.site-header .widget_shopping_cart .total span {
    font-size: 14px;
    font-weight: bold;
    color: #eb000a;
    font-family: 'Montserrat', sans-serif;
}

.site-header .widget_shopping_cart .buttons {
    display: table;
    width: 100%;
}

.site-header .widget_shopping_cart .buttons a.btn {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.01em;
    font-weight: bold;
    font-size: 13px;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
    width: 100%;
    background: #393b3e;
    border-color: #393b3e;
    height: 42px;
    line-height: 42px;
}

@media screen and (max-width: 575px) {
    .site-header .widget_shopping_cart .buttons a.btn {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.site-header .widget_shopping_cart .buttons a.btn:hover {
    background-color: #eb000a;
    border-color: #eb000a;
    color: #fff;
}

.site-header .widget_shopping_cart .buttons a.btn-viewcart {
    margin-bottom: 10px;
}

.site-header .widget_shopping_cart .buttons a.btn-checkout {
    margin-bottom: 0;
}

.site-header .widget_shopping_cart li.empty {
    padding: 0;
}

.site-header .widget_shopping_cart p {
    margin-bottom: 0;
}

.site-header .woocommerce-cart-meta {
    display: block;
}

.site-header .woocommerce-cart-meta .icon-cart {
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(../images/cart-icon.png);
    position: relative;
}

.site-header .woocommerce-cart-meta .icon-cart span {
    font-size: 12px;
    line-height: 21px;
    text-align: center;
    width: 25px;
    height: 25px;
    background-color: #ff151f;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    position: absolute;
    right: -15px;
    top: -8px;
}

@media screen and (max-width: 1600px) {
    .site-header .widget_shopping_cart {
        margin-right: 0;
    }
}

.woocommerce form .form-row {
    display: inherit;
}

.woocommerce .woocommerce-message, .woocommerce-page .woocommerce-message, .woocommerce .woocommerce-info, .woocommerce-page .woocommerce-info {
    border: none;
}

.woocommerce .woocommerce-message:before, .woocommerce-page .woocommerce-message:before, .woocommerce .woocommerce-info:before, .woocommerce-page .woocommerce-info:before {
    color: #eb000a;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.woocommerce .price, .woocommerce-page .price {
    margin-bottom: 0;
}

.woocommerce .price .amount, .woocommerce-page .price .amount {
    font-size: 16px;
    line-height: 1;
    color: #eb000a;
    font-weight: 400;
}

.woocommerce .price del, .woocommerce-page .price del {
    color: #313335;
    opacity: 1;
}

.woocommerce .price del .amount, .woocommerce-page .price del .amount {
    color: #313335;
}

.woocommerce .price ins, .woocommerce-page .price ins {
    color: #eb000a;
}

.woocommerce .price ins .amount, .woocommerce-page .price ins .amount {
    font-size: 16px;
    font-weight: 600;
    color: #eb000a;
}

.woocommerce .price del, .woocommerce-page .price del, .woocommerce .price ins, .woocommerce-page .price ins {
    display: inline-block !important;
}

.woocommerce .site span.onsale, .woocommerce-page .site span.onsale, .woocommerce .cms-shop-carousel span.onsale, .woocommerce-page .cms-shop-carousel span.onsale {
    height: 60px;
    min-width: 55px;
    line-height: 20px;
    text-align: center;
    display: block;
    background-color: #eb000a;
    -webkit-border-radius: 0%;
    -khtml-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
    border-radius: 0%;
    font-size: 13px;
    line-height: 1;
    font-weight: 600;
    color: #fff;
    padding: 0;
    margin: 0;
}

.woocommerce .site span.onsale span, .woocommerce-page .site span.onsale span, .woocommerce .cms-shop-carousel span.onsale span, .woocommerce-page .cms-shop-carousel span.onsale span {
    margin: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    line-height: 18px;
    left: 0;
    right: 0;
    padding: 0 12px;
}

.woocommerce ul.products, .woocommerce-page ul.products {
    margin: 0 -15px;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    margin: 0 15px 4px 15px;
    overflow: hidden;
}

.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
    width: calc(50% - 30px);
    width: -webkit-calc(50% - 30px);
    width: -ms-calc(50% - 30px);
    width: -moz-calc(50% - 30px);
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: calc(33.33% - 30px);
    width: -webkit-calc(33.33% - 30px);
    width: -ms-calc(33.33% - 30px);
    width: -moz-calc(33.33% - 30px);
}

.woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product {
    width: calc(25% - 30px);
    width: -webkit-calc(25% - 30px);
    width: -ms-calc(25% - 30px);
    width: -moz-calc(25% - 30px);
}

.woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
    width: calc(20% - 30px);
    width: -webkit-calc(20% - 30px);
    width: -ms-calc(20% - 30px);
    width: -moz-calc(20% - 30px);
}

@media (min-width: 768px) and (max-width: 991px) {
    .woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product, .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product, .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
        width: calc(50% - 30px);
        width: -webkit-calc(50% - 30px);
        width: -ms-calc(50% - 30px);
        width: -moz-calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px;
    }

    .woocommerce ul.products.columns-2 li.product:nth-child(2n+1), .woocommerce-page ul.products.columns-2 li.product:nth-child(2n+1), .woocommerce ul.products.columns-3 li.product:nth-child(2n+1), .woocommerce-page ul.products.columns-3 li.product:nth-child(2n+1), .woocommerce ul.products.columns-4 li.product:nth-child(2n+1), .woocommerce-page ul.products.columns-4 li.product:nth-child(2n+1), .woocommerce ul.products.columns-5 li.product:nth-child(2n+1), .woocommerce-page ul.products.columns-5 li.product:nth-child(2n+1) {
        clear: left;
    }

    .woocommerce ul.products li.first, .woocommerce-page ul.products li.first, .woocommerce .woocommerce-page ul.products li.first, .woocommerce-page .woocommerce-page ul.products li.first {
        clear: none;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product, .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product, .woocommerce ul.products.columns-4 li.product, .woocommerce-page ul.products.columns-4 li.product, .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
        width: calc(100% - 30px);
        width: -webkit-calc(100% - 30px);
        width: -ms-calc(100% - 30px);
        width: -moz-calc(100% - 30px);
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 0;
    }
}

.woocommerce .woocommerce-image-categries, .woocommerce-page .woocommerce-image-categries {
    margin-bottom: 25px;
}

.woocommerce .woocommerce-term-description, .woocommerce-page .woocommerce-term-description {
    margin-top: 20px;
}

.woocommerce .woocommerce-meta, .woocommerce-page .woocommerce-meta {
    background-color: #f9f9f9;
    padding: 15px 22px;
    margin-bottom: 30px;
}

.woocommerce .woocommerce-meta p, .woocommerce-page .woocommerce-meta p, .woocommerce .woocommerce-meta form, .woocommerce-page .woocommerce-meta form {
    margin-bottom: 0;
}

.woocommerce .woocommerce-meta .woocommerce-meta-ordering label, .woocommerce-page .woocommerce-meta .woocommerce-meta-ordering label {
    line-height: 39px;
    margin: 0 13px 0 0;
    font-size: 14px;
    color: #393b3e;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.woocommerce .woocommerce-meta .woocommerce-ordering, .woocommerce-page .woocommerce-meta .woocommerce-ordering {
    min-width: 230px;
}

.woocommerce .woocommerce-meta .woocommerce-ordering select, .woocommerce-page .woocommerce-meta .woocommerce-ordering select {
    border: 1px solid #eee;
    margin-bottom: 0;
}

.woocommerce .woocommerce-meta .woocommerce-ordering select:focus, .woocommerce-page .woocommerce-meta .woocommerce-ordering select:focus {
    border-color: #eb000a;
}

.woocommerce .woocommerce-meta .woocommerce-meta-result, .woocommerce-page .woocommerce-meta .woocommerce-meta-result {
    line-height: 39px;
    position: relative;
    top: 0px;
    color: #313335;
    font-weight: bold;
}

@media screen and (max-width: 575px) {
    .woocommerce .woocommerce-meta .woocommerce-meta-ordering, .woocommerce-page .woocommerce-meta .woocommerce-meta-ordering {
        margin-bottom: 10px;
    }

    .woocommerce .woocommerce-meta .woocommerce-meta-ordering label, .woocommerce-page .woocommerce-meta .woocommerce-meta-ordering label, .woocommerce .woocommerce-meta .woocommerce-meta-ordering form, .woocommerce-page .woocommerce-meta .woocommerce-meta-ordering form {
        float: left;
    }

    .woocommerce .woocommerce-meta .woocommerce-meta-ordering, .woocommerce-page .woocommerce-meta .woocommerce-meta-ordering, .woocommerce .woocommerce-meta .woocommerce-meta-result, .woocommerce-page .woocommerce-meta .woocommerce-meta-result {
        float: left !important;
        width: 100%;
    }
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
}

.woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale {
    left: 10px;
    margin: 0;
    top: 10px;
    width: 45px;
    line-height: 20px;
    background: #393b3e;
    -webkit-transition: all 500ms linear 0ms;
    -khtml-transition: all 500ms linear 0ms;
    -moz-transition: all 500ms linear 0ms;
    -ms-transition: all 500ms linear 0ms;
    -o-transition: all 500ms linear 0ms;
    transition: all 500ms linear 0ms;
    -webkit-border-radius: 0%;
    -khtml-border-radius: 0%;
    -moz-border-radius: 0%;
    -ms-border-radius: 0%;
    -o-border-radius: 0%;
    border-radius: 0%;
}

.woocommerce ul.products li.product .woocommerce-product-inner, .woocommerce-page ul.products li.product .woocommerce-product-inner {
    position: relative;
}

.woocommerce ul.products li.product .woocommerce-product-inner .woocommerce-product-header, .woocommerce-page ul.products li.product .woocommerce-product-inner .woocommerce-product-header {
    position: relative;
    display: block;
    overflow: hidden;
}

.woocommerce ul.products li.product .woocommerce-product-inner .woocommerce-product-header img, .woocommerce-page ul.products li.product .woocommerce-product-inner .woocommerce-product-header img {
    margin-bottom: 0;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.woocommerce ul.products li.product .woocommerce-product-inner .woocommerce-product-header img:hover, .woocommerce-page ul.products li.product .woocommerce-product-inner .woocommerce-product-header img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.woocommerce ul.products li.product .woocommerce-product-inner .woocommerce-product-header .woocommerce-add-to-cart, .woocommerce-page ul.products li.product .woocommerce-product-inner .woocommerce-product-header .woocommerce-add-to-cart {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    height: 0px;
    line-height: 0px;
    border: none;
    background: #eb000a;
}

.woocommerce ul.products li.product .woocommerce-product-inner .woocommerce-product-header .woocommerce-add-to-cart a, .woocommerce-page ul.products li.product .woocommerce-product-inner .woocommerce-product-header .woocommerce-add-to-cart a {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    background: #eb000a;
    padding: 0;
    line-height: initial;
    color: #fff;
}

.woocommerce ul.products li.product .woocommerce-product-inner .woocommerce-product-header .woocommerce-add-to-cart a.button, .woocommerce-page ul.products li.product .woocommerce-product-inner .woocommerce-product-header .woocommerce-add-to-cart a.button {
    background-color: transparent;
    text-transform: uppercase;
    border: none;
    display: inline-block;
    background-image: url(../images/cart-icon.png);
    padding-left: 25px;
    background-repeat: no-repeat;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0;
    height: 50px;
    line-height: 50px;
    background-position-y: 15px;
}

.woocommerce ul.products li.product .woocommerce-product-inner .woocommerce-product-header .woocommerce-add-to-cart a.loading:after, .woocommerce-page ul.products li.product .woocommerce-product-inner .woocommerce-product-header .woocommerce-add-to-cart a.loading:after {
    position: static;
    display: inline-block;
    margin-left: 7px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.woocommerce ul.products li.product .woocommerce-product-inner .woocommerce-product-header .woocommerce-add-to-cart a.added, .woocommerce-page ul.products li.product .woocommerce-product-inner .woocommerce-product-header .woocommerce-add-to-cart a.added {
    margin-bottom: 20px;
    display: none;
}

.woocommerce ul.products li.product .woocommerce-product-inner .woocommerce-product-header .woocommerce-add-to-cart a.added_to_cart, .woocommerce-page ul.products li.product .woocommerce-product-inner .woocommerce-product-header .woocommerce-add-to-cart a.added_to_cart {
    font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0 0 25px;
    color: #fff;
    background-image: url(../images/cart-icon.png);
    background-repeat: no-repeat;
}

.woocommerce ul.products li.product .woocommerce-product-inner .woocommerce-product-holder, .woocommerce-page ul.products li.product .woocommerce-product-inner .woocommerce-product-holder {
    padding: 35px 15px 48px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.woocommerce ul.products li.product .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title, .woocommerce-page ul.products li.product .woocommerce-product-inner .woocommerce-product-holder .woocommerce-product-title {
    font-size: 18px;
    line-height: 24px;
    padding: 0;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 5px;
}

.woocommerce ul.products li.product .woocommerce-product-inner .woocommerce-product-holder .star-rating, .woocommerce-page ul.products li.product .woocommerce-product-inner .woocommerce-product-holder .star-rating {
    margin: 10px auto;
    font-size: 13px;
    text-align: center;
}

.woocommerce ul.products li.product .woocommerce-product-inner .woocommerce-product-holder .price, .woocommerce-page ul.products li.product .woocommerce-product-inner .woocommerce-product-holder .price {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.woocommerce ul.products li.product .woocommerce-product-inner .woocommerce-product-holder .price del, .woocommerce-page ul.products li.product .woocommerce-product-inner .woocommerce-product-holder .price del, .woocommerce ul.products li.product .woocommerce-product-inner .woocommerce-product-holder .price ins, .woocommerce-page ul.products li.product .woocommerce-product-inner .woocommerce-product-holder .price ins {
    font-weight: bold;
}

.woocommerce ul.products li.product .woocommerce-product-inner .woocommerce-product-holder .price del span, .woocommerce-page ul.products li.product .woocommerce-product-inner .woocommerce-product-holder .price del span, .woocommerce ul.products li.product .woocommerce-product-inner .woocommerce-product-holder .price ins span, .woocommerce-page ul.products li.product .woocommerce-product-inner .woocommerce-product-holder .price ins span {
    font-weight: bold;
}

.woocommerce ul.products li.product .woocommerce-product-inner .woocommerce-product-holder .price span, .woocommerce-page ul.products li.product .woocommerce-product-inner .woocommerce-product-holder .price span {
    font-weight: bold;
}

.woocommerce ul.products li.product .woocommerce-product-inner .woocommerce-product-holder .price span span, .woocommerce-page ul.products li.product .woocommerce-product-inner .woocommerce-product-holder .price span span {
    font-weight: bold;
}

.woocommerce ul.products li.product .woocommerce-product-inner:hover:after, .woocommerce-page ul.products li.product .woocommerce-product-inner:hover:after {
    opacity: 1;
}

.woocommerce ul.products li.product .woocommerce-product-inner:hover .woocommerce-add-to-cart, .woocommerce-page ul.products li.product .woocommerce-product-inner:hover .woocommerce-add-to-cart {
    height: 50px;
    line-height: 53px;
}

.woocommerce ul.products li.product:hover > .woocommerce-LoopProduct-link, .woocommerce-page ul.products li.product:hover > .woocommerce-LoopProduct-link, .woocommerce ul.products li.product:hover .woocommerce-product-header .woocommerce-add-to-cart a, .woocommerce-page ul.products li.product:hover .woocommerce-product-header .woocommerce-add-to-cart a {
    opacity: 1;
}

.woocommerce ul.products li.product:hover .onsale, .woocommerce-page ul.products li.product:hover .onsale {
    opacity: 1;
}

.woocommerce .woocommerce-pagination, .woocommerce-page .woocommerce-pagination {
    margin-top: 0;
    text-align: center !important;
}

.woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers {
    padding-left: 0;
    margin: 0;
    border: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    border: none;
    float: none;
    margin: 0 2px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li a, .woocommerce-page .woocommerce-pagination ul.page-numbers li a, .woocommerce .woocommerce-pagination ul.page-numbers li span, .woocommerce-page .woocommerce-pagination ul.page-numbers li span {
    padding: 0;
}

.woocommerce .woocommerce-pagination ul.page-numbers li .next, .woocommerce-page .woocommerce-pagination ul.page-numbers li .next, .woocommerce .woocommerce-pagination ul.page-numbers li .prev, .woocommerce-page .woocommerce-pagination ul.page-numbers li .prev {
    font-size: 0px;
}

.woocommerce .woocommerce-pagination ul.page-numbers li .next:before, .woocommerce-page .woocommerce-pagination ul.page-numbers li .next:before, .woocommerce .woocommerce-pagination ul.page-numbers li .prev:before, .woocommerce-page .woocommerce-pagination ul.page-numbers li .prev:before {
    font-family: "FontAwesome";
    font-size: 16px;
    font-weight: normal;
}

.woocommerce .woocommerce-pagination ul.page-numbers li .next:before, .woocommerce-page .woocommerce-pagination ul.page-numbers li .next:before {
    content: "\f178";
}

.woocommerce .woocommerce-pagination ul.page-numbers li .prev:before, .woocommerce-page .woocommerce-pagination ul.page-numbers li .prev:before {
    content: "\f177";
}

.woocommerce .woocommerce-pagination ul.page-numbers li:last-child, .woocommerce-page .woocommerce-pagination ul.page-numbers li:last-child {
    margin-right: 0;
}

.woocommerce-message {
    padding-left: 88px;
    padding-right: 23px;
    font-weight: bold;
    color: #eb000a;
    font-size: 15px;
}

.woocommerce-message:before {
    padding: 17px 15px;
    color: #fff !important;
    background: #eb000a;
    border-radius: 2px;
}

.woocommerce-message .button.wc-forward {
    background: #eb000a;
    color: #fff;
    text-transform: uppercase !important;
    font-family: 'Montserrat', sans-serif;
}

.woocommerce-message .button.wc-forward:hover {
    background: #393b3e;
    color: #fff !important;
}

@media screen and (max-width: 575px) {
    .woocommerce-message:before {
        padding: 13px 15px;
    }

    .woocommerce-message .button.wc-forward {
        display: block !important;
        margin-bottom: 30px;
        float: none;
    }
}

.woocommerce ul.products li.product a {
    color: #393b3e;
}

.woocommerce ul.products li.product a:hover {
    color: #eb000a;
}

.woocommerce ul.product_list_widget li {
    margin-bottom: 30px;
    padding-bottom: 10px;
    margin-top: 0;
}

.woocommerce ul.product_list_widget li:last-child {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.woocommerce ul.product_list_widget li a {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.woocommerce ul.product_list_widget li a span {
    display: inline-block;
    padding-top: 6px;
}

.woocommerce ul.product_list_widget li img {
    width: 60px;
    background: #f8f8f8;
    float: left;
    margin-left: 0;
    margin-right: 15px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.woocommerce ul.product_list_widget li .star-rating {
    margin-top: 5px;
    margin-bottom: 4px;
    font-size: 12px;
}

.woocommerce ul.product_list_widget li .reviewer {
    display: none;
}

.woocommerce ul.product_list_widget li del {
    font-weight: 500;
    color: #333;
    opacity: 1;
}

.woocommerce ul.product_list_widget li ins {
    color: #000;
    border: none;
    padding: 0 2px;
    text-decoration: none;
    background-color: transparent;
    font-weight: 700;
}

.woocommerce ul.products li.product .price del {
    opacity: 1;
}

body.woocommerce-cart .woocommerce-cart-form .actions .button {
    padding: 0 20px !important;
    background: #eb000a !important;
    color: #fff !important;
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
}

body.woocommerce-cart .woocommerce-cart-form .actions .button:hover {
    opacity: 1;
}

body.woocommerce-cart .site-content {
    background: #f8f8f8;
}

body.woocommerce-cart .shop_table, body.woocommerce-cart .calculated_shipping {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}

.woocommerce .woocommerce-result-count {
    color: #393b3e;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.woocommerce .star-rating::before {
    color: #d3ced2;
}

.woocommerce .star-rating span::before {
    color: #eabe12;
}

@media screen and (max-width: 575px) {
    .woocommerce-page table.cart td.actions .button {
        display: block;
        width: 100% !important;
        margin-bottom: 20px;
    }
}

.single-product.woocommerce #content .woocommerce-summer-meta .price {
    float: left;
}

.single-product.woocommerce #content .woocommerce-summer-meta .woocommerce-product-rating {
    float: right;
    margin-bottom: 0;
}

.single-product.woocommerce #content .woocommerce-gallery span.onsale {
    font-size: 13px;
    top: 10px;
    left: 10px;
    opacity: 0.8;
    background: #393b3e;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.single-product.woocommerce #content .woocommerce-gallery:hover span.onsale {
    opacity: 1;
}

.single-product.woocommerce #content .woocommerce-short-description .woocommerce-product-details__short-description {
    border-bottom: 1px solid #eee;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

@media screen and (min-width: 576px) {
    .single-product.woocommerce #content .woo-price-rate {
        display: flex;
    }

    .single-product.woocommerce #content .woo-price-rate .price {
        flex-grow: 1;
    }

    .single-product.woocommerce #content .woo-price-rate .woocommerce-product-rating {
        flex-grow: 0;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .single-product.woocommerce #content .woo-price-rate .price {
        margin-bottom: 15px;
    }

    .single-product.woocommerce #content .woo-price-rate .price del .amount {
        font-size: 20px !important;
    }

    .single-product.woocommerce #content .woo-price-rate .price ins .amount {
        font-size: 25px !important;
    }
}

.single-product.woocommerce #content .entry-summary {
    display: none;
}

.single-product.woocommerce #content .entry-summary-custom {
    display: block;
}

.single-product.woocommerce #content .entry-summary .star-rating {
    color: #ff9c1c;
    font-size: 15px;
    letter-spacing: 0.2em;
    width: 110px;
    margin: 5px 15px 4px 0;
}

.single-product.woocommerce #content .entry-summary .product_title {
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    .single-product.woocommerce #content .entry-summary .product_title {
        font-size: 20px;
        margin-top: 50px;
    }
}

.single-product.woocommerce #content .woocommerce-review-link {
    color: #313335;
}

.single-product.woocommerce #content .woocommerce-review-link:hover {
    color: #eb000a;
}

.single-product.woocommerce #content .woocommerce-product-details__short-description {
    padding-top: 15px;
    margin-bottom: 45px;
    color: #959595;
}

.single-product.woocommerce #content div.images, .single-product.woocommerce #content div.entry-summary {
    width: 100% !important;
    margin-bottom: 65px !important;
}

.single-product.woocommerce #content div.images, .single-product.woocommerce #content form.variations_form, .single-product.woocommerce #content form.cart {
    padding: 29px;
}

.single-product.woocommerce #content div.images {
    padding: 0;
    border: none;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 43px !important;
}

.single-product.woocommerce #content div.entry-summary .product_title {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 9px;
    font-family: 'Montserrat', sans-serif;
    color: #393b3e;
}

.single-product.woocommerce #content form.variations_form, .single-product.woocommerce #content form.cart {
    padding: 15px 0;
    padding: 29px 0;
    border: 1px solid #f5f5f5;
    border-left: none;
    border-right: none;
    text-align: right;
}

.single-product.woocommerce #content form.variations_form .quantity, .single-product.woocommerce #content form.cart .quantity {
    position: relative;
    margin-right: 10px;
    width: 115px;
}

.single-product.woocommerce #content form.variations_form .quantity .qty, .single-product.woocommerce #content form.cart .quantity .qty {
    border: 1px solid #eee;
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    margin-bottom: 0;
    color: #393b3e;
    height: 42px;
    font-family: "OpenSans";
    width: 115px;
    padding: 12px 20px 12px 35px;
    text-indent: 5px;
    text-indent: 0px;
    margin-bottom: 0;
    text-align: center;
}

.single-product.woocommerce #content form.variations_form .quantity .quantity-icon, .single-product.woocommerce #content form.cart .quantity .quantity-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    color: #eb000a;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.single-product.woocommerce #content form.variations_form .quantity .quantity-icon i, .single-product.woocommerce #content form.cart .quantity .quantity-icon i {
    width: 100%;
    height: 30px;
    background: #f5f5f6;
    line-height: 31px;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.single-product.woocommerce #content form.variations_form .quantity .quantity-icon i:hover, .single-product.woocommerce #content form.cart .quantity .quantity-icon i:hover {
    background-color: #eb000a;
    color: #fff;
}

.single-product.woocommerce #content form.variations_form .quantity .quantity-icon.quantity-icon-left, .single-product.woocommerce #content form.cart .quantity .quantity-icon.quantity-icon-left {
    left: 7px;
}

.single-product.woocommerce #content form.variations_form .quantity .quantity-icon.quantity-icon-right, .single-product.woocommerce #content form.cart .quantity .quantity-icon.quantity-icon-right {
    right: 7px;
}

.single-product.woocommerce #content form.variations_form .single_add_to_cart_button, .single-product.woocommerce #content form.cart .single_add_to_cart_button {
    background-color: #eb000a;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    line-height: 42px;
    margin: 0;
    -webkit-border-radius: 25px;
    -khtml-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    height: 42px;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    font-weight: 700;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    float: none;
}

.single-product.woocommerce #content form.variations_form .single_add_to_cart_button:hover, .single-product.woocommerce #content form.cart .single_add_to_cart_button:hover {
    background: #393b3e;
}

.single-product.woocommerce #content .product_meta {
    margin-bottom: 22px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}

.single-product.woocommerce #content .product_meta .posted_in {
    color: #eb000a;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: bold;
}

.single-product.woocommerce #content .product_meta .posted_in a {
    color: #393b3e;
}

.single-product.woocommerce #content .product-social-share label {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #393b3e;
    margin-bottom: 12px;
}

.single-product.woocommerce #content .product-social-share .entry-social-share label {
    display: none;
}

.single-product.woocommerce #content .product-social-share ul {
    padding-left: 0;
    list-style: none;
}

.single-product.woocommerce #content .product-social-share ul li {
    margin-right: 8px;
    display: inline-block;
}

.single-product.woocommerce #content .product-social-share ul li:last-child {
    margin-right: 0;
}

.single-product.woocommerce #content .product-social-share ul li a {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    font-size: 14px;
    display: block;
    background-color: #eb000a;
    color: #fff;
    -webkit-transition: all 300ms ease-in-out 0s;
    -khtml-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
    position: relative;
}

.single-product.woocommerce #content .product-social-share ul li a:hover {
    background-color: #393b3e;
}

.single-product.woocommerce #content .product-social-share ul li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.single-product.woocommerce #content .variations {
    margin-bottom: 15px;
}

.single-product.woocommerce #content .variations label {
    font-weight: normal;
    margin: 9px 0px;
}

.single-product.woocommerce #content .variations td.label {
    width: 85px;
}

.single-product.woocommerce #content .variations td.value {
    padding: 0;
}

.single-product.woocommerce #content .variations td, .single-product.woocommerce #content .variations th {
    line-height: normal;
}

.single-product.woocommerce #content .variations .reset_variations {
    display: none !important;
}

.single-product.woocommerce #content .variations .cms-select {
    position: relative;
}

.single-product.woocommerce #content .variations .cms-select select {
    height: 47px;
}

.single-product.woocommerce #content .variations .cms-select i {
    right: 16px;
}

.single-product.woocommerce #content .single_variation_wrap .woocommerce-variation-price {
    margin-bottom: 15px;
    padding-left: 85px;
}

.single-product.woocommerce #content .single_variation_wrap .woocommerce-variation-price del {
    opacity: 1;
}

.single-product.woocommerce #content .entry-summary .price del span.amount {
    font-size: 16px;
    margin-right: 10px;
}

.single-product.woocommerce #content .entry-summary .price del span.amount .woocommerce-Price-currencySymbol {
    margin-right: 5px;
}

.single-product.woocommerce #content .entry-summary .price ins span.amount {
    font-size: 16px;
    color: #eb000a;
}

.single-product.woocommerce #content .entry-summary .price ins span.amount .woocommerce-Price-currencySymbol {
    margin-right: 5px;
}

.single-product.woocommerce #content .quantity .screen-reader-text {
    display: none;
}

.single-product.woocommerce #content .single_variation_wrap .button {
    opacity: 1;
    width: 100%;
}

.single-product.woocommerce #content div.images .woocommerce-product-gallery__trigger {
    opacity: 0;
}

.single-product.woocommerce #content div.images:hover .woocommerce-product-gallery__trigger {
    opacity: 1;
}

.single-product.woocommerce #content div.images .flex-control-thumbs {
    margin: 0;
    margin-right: -3px;
    margin-left: 2px;
    overflow: visible;
}

.single-product.woocommerce #content div.images .flex-control-thumbs li {
    width: 20%;
    padding: 10px;
    border: 1px solid #eee;
    margin-left: -1px;
    margin-top: -1px;
}

.single-product.woocommerce #content div.images .flex-control-thumbs img {
    opacity: 0.8;
}

.single-product.woocommerce #content div.images .flex-control-thumbs img.flex-active {
    opacity: 1;
}

.single-product.woocommerce #content .woocommerce-pagination {
    margin-top: 50px;
}

.single-product.woocommerce #content .woocommerce-tabs .tabs {
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
    border-color: #eee;
    border-style: solid;
    border-width: 1px 1px 0;
}

.single-product.woocommerce #content .woocommerce-tabs .tabs:before, .single-product.woocommerce #content .woocommerce-tabs .tabs:after {
    border: none;
    display: none;
}

.single-product.woocommerce #content .woocommerce-tabs .tabs li {
    padding: 0;
    border: none;
    margin: 0;
    float: left;
    background-color: transparent;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.single-product.woocommerce #content .woocommerce-tabs .tabs li a {
    background-color: transparent;
    border-right: 1px solid #eee;
    color: #282828;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: normal;
    margin-right: 1px;
    padding: 19px 20px;
}

@media screen and (max-width: 575px) {
    .single-product.woocommerce #content .woocommerce-tabs .tabs li.last-child {
        border-right: none;
    }
}

.single-product.woocommerce #content .woocommerce-tabs .tabs li.last-child a {
    border-right: none;
}

.single-product.woocommerce #content .woocommerce-tabs .tabs li.active a, .single-product.woocommerce #content .woocommerce-tabs .tabs li:hover a {
    background-color: #fff;
    color: #eb000a;
}

.single-product.woocommerce #content .woocommerce-tabs .tabs li:before, .single-product.woocommerce #content .woocommerce-tabs .tabs li:after {
    border: none;
    display: none;
}

@media screen and (max-width: 575px) {
    .single-product.woocommerce #content .woocommerce-tabs #tab-description {
        border: none;
        padding: 5px 0;
    }
}

.single-product.woocommerce #content .panel {
    border: 1px solid #eee;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    display: block;
    padding: 15px 20px;
}

.single-product.woocommerce #content .panel .list-style-1 ul {
    margin-bottom: 20px;
}

.single-product.woocommerce #content .panel ul a {
    color: #eb000a;
}

.single-product.woocommerce #content .panel ul a:hover {
    color: ;
}

.single-product.woocommerce #content .woocommerce-Tabs-panel {
    padding: 16px 20px;
    margin: 0;
}

.single-product.woocommerce #content .woocommerce-Tabs-panel > h2 {
    display: none;
}

.single-product.woocommerce #content .woocommerce-Tabs-panel p:last-child {
    margin-bottom: 0;
}

.single-product.woocommerce #content #tab-reviews {
    padding: 20px;
}

.single-product.woocommerce #content #reviews .woocommerce-Reviews-title {
    display: none;
}

.single-product.woocommerce #content #reviews .commentlist {
    padding: 0;
}

.single-product.woocommerce #content #reviews .commentlist li.comment {
    margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
    .single-product.woocommerce #content #reviews .commentlist li.comment {
        margin-bottom: 60px;
        margin-top: 30px;
    }
}

.single-product.woocommerce #content #reviews .commentlist .avatar {
    border: medium none;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    max-width: 60px;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .single-product.woocommerce #content #reviews .commentlist .avatar {
        top: -30px;
        left: 50%;
        transform: translate(-50%, 0%);
        float: none;
        margin: 0 auto;
    }
}

.single-product.woocommerce #content #reviews .commentlist .comment-text {
    padding: 30px;
    margin-left: 80px;
    border: 1px solid #efefef;
}

@media screen and (max-width: 767px) {
    .single-product.woocommerce #content #reviews .commentlist .comment-text {
        margin-left: 0;
        padding: 40px 15px 30px;
    }
}

.single-product.woocommerce #content #reviews .woocommerce-review__author {
    color: #000;
    font-size: 15px;
}

.single-product.woocommerce #content #reviews .star-rating {
    height: 18px;
    margin: 0 auto !important;
}

.single-product.woocommerce #content #reviews .star-rating span {
    color: #ff9c1c;
}

.single-product.woocommerce #content #reviews p.stars a::before {
    color: #ff9c1c;
}

.single-product.woocommerce #content #reviews #respond {
    padding-top: 20px;
}

.single-product.woocommerce #content #reviews .comment-reply-title {
    display: none;
}

.single-product.woocommerce #content #reviews #commentform {
    margin-top: 10px;
}

.single-product.woocommerce #content #reviews #commentform .comment-form-rating label, .single-product.woocommerce #content #reviews #commentform .comment-form-comment label, .single-product.woocommerce #content #reviews #commentform .comment-form-author label, .single-product.woocommerce #content #reviews #commentform .comment-form-email label {
    font-weight: 700;
    color: ;
    margin-bottom: 6px;
}

.single-product.woocommerce #content #reviews #commentform .comment-form-rating input:focus, .single-product.woocommerce #content #reviews #commentform .comment-form-comment input:focus, .single-product.woocommerce #content #reviews #commentform .comment-form-author input:focus, .single-product.woocommerce #content #reviews #commentform .comment-form-email input:focus {
    border-bottom: 1px solid #eb000a;
}

.single-product.woocommerce #content #reviews #commentform .comment-form-comment {
    margin-bottom: 20px;
}

.single-product.woocommerce #content #reviews #commentform .comment-form-comment label {
    margin-bottom: 15px;
}

.single-product.woocommerce #content #reviews #commentform #comment {
    height: 100px;
}

.single-product.woocommerce #content #reviews #commentform #comment:focus {
    border-color: #eb000a;
}

.single-product.woocommerce #content #reviews #commentform .form-submit {
    margin-bottom: 0;
}

.single-product.woocommerce #content #reviews #commentform .submit {
    line-height: 42px;
    height: 42px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    background-color: #eb000a;
    color: #fff;
}

.single-product.woocommerce #content #reviews #commentform .submit:hover {
    background-color: #393b3e;
}

.single-product.woocommerce #content .related.products {
    margin-top: 50px;
}

.single-product.woocommerce #content .related.products > h2 {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    font-weight: 800;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 15px;
    border: none;
}

.woocommerce-page.woocommerce-cart .cart-empty, .woocommerce-page.woocommerce-cart .return-to-shop {
    text-align: center;
}

.woocommerce-page.woocommerce-cart .return-to-shop .button {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    height: 42px;
    line-height: 42px;
    font-family: "Montserrat";
    background: #eb000a;
    color: #fff;
}

.woocommerce-page.woocommerce-cart .return-to-shop .button:hover {
    background: #393b3e;
}

.woocommerce-page.woocommerce-cart .quantity-wrapper .quantity-label {
    display: none;
}

.woocommerce-page.woocommerce-cart .cms-checkout-form {
    margin-bottom: 50px;
}

.woocommerce-page.woocommerce-cart .shop_table {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    border: 1px solid #eee;
    margin-bottom: 40px;
}

.woocommerce-page.woocommerce-cart .shop_table th {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding: 11px;
    border-right: 1px solid #eee;
    color: #393b3e;
}

.woocommerce-page.woocommerce-cart .shop_table th:last-child {
    border-right: none;
}

.woocommerce-page.woocommerce-cart .shop_table th.product-name {
    text-align: left;
    padding-left: 30px;
}

.woocommerce-page.woocommerce-cart .shop_table th.product-name:hover {
    color: #eb000a;
}

@media screen and (max-width: 767px) {
    .woocommerce-page.woocommerce-cart .shop_table th.product-name {
        padding-left: 20px;
    }
}

.woocommerce-page.woocommerce-cart .shop_table td {
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
    padding: 20px;
    color: #393b3e;
}

.woocommerce-page.woocommerce-cart .shop_table td:last-child {
    border-right: none;
}

.woocommerce-page.woocommerce-cart .shop_table td.product-remove {
    position: relative;
}

.woocommerce-page.woocommerce-cart .shop_table td.product-remove a.remove {
    display: inline-block;
    height: 20px;
    width: 20px;
    background-color: #f8f8f8;
    border: 1px solid red;
    -webkit-border-radius: 1px;
    -khtml-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    line-height: 18px;
    color: red !important;
    font-size: 11px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.woocommerce-page.woocommerce-cart .shop_table td.product-remove a.remove:hover {
    background-color: red;
    color: #fff !important;
}

.woocommerce-page.woocommerce-cart .shop_table td.product-thumbnail {
    text-align: center;
}

.woocommerce-page.woocommerce-cart .shop_table td.product-thumbnail a {
    display: inline-block;
    height: 60px;
    width: 60px;
}

.woocommerce-page.woocommerce-cart .shop_table td.product-thumbnail a img {
    width: 100%;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.woocommerce-page.woocommerce-cart .shop_table td.product-name {
    text-align: left;
    position: relative;
    padding-left: 30px;
}

@media screen and (max-width: 767px) {
    .woocommerce-page.woocommerce-cart .shop_table td.product-name {
        padding-left: 20px;
    }
}

.woocommerce-page.woocommerce-cart .shop_table td.product-name a {
    font-size: 14px;
    display: inline-block;
    line-height: normal;
    vertical-align: top;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    color: #393b3e;
}

.woocommerce-page.woocommerce-cart .shop_table td.product-name a:hover {
    color: #eb000a;
}

.woocommerce-page.woocommerce-cart .shop_table td.product-name a .star-rating {
    margin-left: 0;
}

.woocommerce-page.woocommerce-cart .shop_table #coupon_code {
    margin-right: 10px;
    max-width: 180px;
    padding: 0 20px;
    height: 42px;
    line-height: 42px;
    width: 100% !important;
}

@media screen and (max-width: 575px) {
    .woocommerce-page.woocommerce-cart .shop_table #coupon_code {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.woocommerce-page.woocommerce-cart .cart-collaterals .cross-sells {
    display: none;
}

.woocommerce-page.woocommerce-cart .cart-collaterals .shop_table {
    border: none;
    margin-bottom: 0;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.woocommerce-page.woocommerce-cart .cart-collaterals .shop_table th {
    text-align: left;
}

.woocommerce-page.woocommerce-cart .cart-collaterals .shop_table th, .woocommerce-page.woocommerce-cart .cart-collaterals .shop_table td {
    border: none;
    padding: 8px 0;
}

.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    border: medium none;
    padding: 20px;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    -khtml-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
}

.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals > h2 {
    font-size: 18px;
    font-family: inherit;
    font-family: 'Montserrat', sans-serif;
    color: #393b3e;
    margin-bottom: 22px;
}

.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals > h2:after {
    content: ":";
}

.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals tbody tr {
    border-bottom: 1px solid #eee;
}

.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals th, .woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals td:before {
    font-size: 13px;
    font-weight: 700;
    color: #eb000a;
    text-transform: uppercase;
}

.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals td:last-child {
    text-align: right;
    font-size: 14px;
    font-weight: normal;
    color: #393b3e;
    background-color: transparent;
}

.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding-bottom: 0;
    padding-top: 30px;
}

.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
    height: 42px;
    line-height: 42px;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
}

.woocommerce-page.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button:hover {
    background: #393b3e;
}

.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields, .woocommerce-page.woocommerce-checkout .woocommerce-additional-fields {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff !important;
    border: medium none;
    padding: 20px 30px;
    border: 1px solid #eee;
}

.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields > h3, .woocommerce-page.woocommerce-checkout .woocommerce-additional-fields > h3 {
    font-size: 18px;
    font-family: inherit;
    margin-bottom: 22px;
}

.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields > h3:after, .woocommerce-page.woocommerce-checkout .woocommerce-additional-fields > h3:after {
    content: ":";
}

.woocommerce-page.woocommerce-checkout .woocommerce-info {
    border-top: 3px solid #eb000a;
}

.woocommerce-page.woocommerce-checkout .woocommerce-form-coupon {
    border: 1px solid #eee;
    padding: 30px;
    margin: 30px 0;
    text-align: left;
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
}

@media screen and (min-width: 768px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-coupon .form-row {
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-coupon .form-row {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-coupon .form-row.form-row-last {
        text-align: right;
    }
}

.woocommerce-page.woocommerce-checkout .woocommerce-form-coupon .input-text {
    height: 42px;
    line-height: 42px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.woocommerce-page.woocommerce-checkout .woocommerce-form-coupon .button {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    height: 42px;
    line-height: 42px;
    font-family: "Montserrat";
    background: #eb000a;
    color: #fff;
}

.woocommerce-page.woocommerce-checkout .woocommerce-form-coupon .button:hover {
    background: #393b3e;
}

@media screen and (max-width: 767px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-form-coupon .button {
        width: 100%;
    }
}

.woocommerce-page.woocommerce-checkout #customer_details {
    margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
    .woocommerce-page.woocommerce-checkout #customer_details {
        display: flex;
    }

    .woocommerce-page.woocommerce-checkout #customer_details .col-1 {
        flex-grow: 1;
        padding: 0;
        padding-right: 15px;
    }

    .woocommerce-page.woocommerce-checkout #customer_details .col-2 {
        flex-grow: 1;
        padding: 0;
        padding-left: 15px;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-page.woocommerce-checkout #customer_details .col-1 {
        margin-bottom: 50px;
    }
}

.woocommerce-page.woocommerce-checkout #customer_details .col-1, .woocommerce-page.woocommerce-checkout #customer_details .col-2 {
    width: 50%;
    max-width: 50%;
}

@media screen and (max-width: 767px) {
    .woocommerce-page.woocommerce-checkout #customer_details .col-1, .woocommerce-page.woocommerce-checkout #customer_details .col-2 {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .woocommerce-page.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields, .woocommerce-page.woocommerce-checkout #customer_details .col-2 .woocommerce-billing-fields {
        padding-left: 30px;
        padding-right: 30px;
        margin-bottom: 50px;
    }

    .woocommerce-page.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .form-row-first, .woocommerce-page.woocommerce-checkout #customer_details .col-2 .woocommerce-billing-fields .form-row-first, .woocommerce-page.woocommerce-checkout #customer_details .col-1 .woocommerce-billing-fields .form-row-last, .woocommerce-page.woocommerce-checkout #customer_details .col-2 .woocommerce-billing-fields .form-row-last {
        width: 100%;
    }

    .woocommerce-page.woocommerce-checkout #customer_details .col-1 .woocommerce-shipping-fields, .woocommerce-page.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields {
        padding: 30px 30px 10px 30px;
        border: 1px solid #eee;
        border-bottom: none;
    }

    .woocommerce-page.woocommerce-checkout #customer_details .col-1 .woocommerce-shipping-fields .form-row-first, .woocommerce-page.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .form-row-first, .woocommerce-page.woocommerce-checkout #customer_details .col-1 .woocommerce-shipping-fields .form-row-last, .woocommerce-page.woocommerce-checkout #customer_details .col-2 .woocommerce-shipping-fields .form-row-last {
        width: 100%;
    }
}

.woocommerce-page.woocommerce-checkout #order_review th.product-total {
    text-align: right;
}

.woocommerce-page.woocommerce-checkout #order_review_heading {
    display: none;
}

.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table, .woocommerce-page.woocommerce-checkout .woocommerce-checkout-payment {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff !important;
    border: 1px solid #eee;
    padding: 20px 30px;
}

.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table {
    margin-bottom: 50px;
}

.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table > h2 {
    font-size: 18px;
    font-family: inherit;
    margin-bottom: 22px;
}

.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table > h2:after {
    content: ":";
}

.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    border-color: #eaeaea;
}

.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table th, .woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table td:before {
    font-size: 13px;
    font-weight: 700;
    color: #eb000a;
    text-transform: uppercase;
}

.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table td:first-child {
    font-size: 14px;
    font-weight: 600;
    color: ;
}

.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table td:last-child {
    text-align: right;
    font-size: 13px;
    font-weight: normal;
    color: #959595;
    background-color: transparent;
}

.woocommerce-page.woocommerce-checkout ul.wc_payment_methods {
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 20px;
}

.woocommerce-page.woocommerce-checkout ul.wc_payment_methods li label {
    font-weight: 600;
    color: ;
}

.woocommerce-page.woocommerce-checkout .place-order {
    padding: 20px 0 0;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-notice {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-notice.woocommerce-thankyou-order-received {
    color: green;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-notice.woocommerce-thankyou-order-received:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 2px;
    width: 30px;
    display: block;
    border-bottom: 2px solid;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-order-overview {
    border: 1px solid #eee;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li {
    color: #393b3e;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li:last-child {
    border: none;
}

@media screen and (min-width: 992px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-order-overview {
        padding-left: 20px;
        padding-right: 20px;
    }

    .woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li {
        padding-top: 15px;
        padding-bottom: 15px;
        border-right: 1px solid #eee;
    }
}

@media screen and (max-width: 991px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-order-overview {
        padding-left: 0;
        padding-right: 0;
    }

    .woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li {
        padding: 15px;
        border-right: none;
        width: 100%;
        margin-right: 0;
        border-bottom: 1px solid #eee;
        font-weight: bold;
    }

    .woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li:last-child {
        border-bottom: none;
    }

    .woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-order-overview li strong {
        display: inline-block;
        padding-left: 10px;
    }
}

.woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #eb000a;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-order-details .woocommerce-order-details__title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 2px;
    width: 30px;
    display: block;
    border-bottom: 2px solid;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    font-family: 'Montserrat', sans-serif;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details thead {
    background: #f8f8f8;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tr td, .woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tr th {
    color: #393b3e;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-order-details .woocommerce-table--order-details.order_details tfoot {
    background: #f8f8f8;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-column.col-1 {
    padding-right: 15px;
    padding-left: 0;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-column.col-2 {
    padding-left: 15px;
    padding-right: 0;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-column .woocommerce-column__title {
    font-size: 18px;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #eb000a;
    margin-top: 12px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    position: relative;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-column .woocommerce-column__title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    height: 2px;
    width: 30px;
    display: block;
    border-bottom: 2px solid;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-column address {
    border: 1px solid #eee;
    text-align: left;
    width: 100%;
    border-radius: 0px;
    padding: 15px;
    color: #393b3e;
    line-height: 25px;
}

@media screen and (min-width: 992px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-column address {
        min-height: 210px;
    }
}

@media screen and (min-width: 768px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-column {
        max-width: 50%;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-column {
        max-width: 100%;
        width: 100%;
    }

    .woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-column.col-1 {
        padding-right: 0;
        padding-left: 0;
    }

    .woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-column.col-2 {
        padding-left: 0;
        padding-right: 0;
    }

    .woocommerce-page.woocommerce-checkout .woocommerce-order .woocommerce-customer-details .woocommerce-column address {
        margin-bottom: 30px;
    }
}

.woocommerce-account .woocommerce-form-login {
    -webkit-border-radius: 0px;
    -khtml-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    background-color: #fff;
    border: medium none;
    padding: 30px;
    border: none;
}

.woocommerce-account .woocommerce-form-login .woocommerce-Button {
    margin-right: 5px;
}

.woocommerce-account #customer_login .u-column1, .woocommerce-account #customer_login .u-column2 {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: medium none;
    padding: 30px;
}

.woocommerce-account #customer_login .u-column1 > h2, .woocommerce-account #customer_login .u-column2 > h2 {
    font-size: 18px;
    font-family: inherit;
    margin-bottom: 22px;
}

.woocommerce-account #customer_login .u-column1 > h2:after, .woocommerce-account #customer_login .u-column2 > h2:after {
    content: ":";
}

.woocommerce-account #customer_login .u-column1 .form-row:last-child, .woocommerce-account #customer_login .u-column2 .form-row:last-child {
    margin-bottom: 0;
}

.woocommerce-account #customer_login .woocommerce-form-login {
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.woocommerce-account #customer_login .woocommerce-form-login .form-row:not(.form-row-wide) {
    float: left;
    margin-bottom: 0;
}

.woocommerce-account #customer_login .woocommerce-form-login .lost_password {
    float: right;
    font-weight: 500;
    margin: 12px 0 0;
}

.woocommerce-account #customer_login .woocommerce-form-login .lost_password a {
    color: ;
}

.woocommerce-account #customer_login .woocommerce-form-login .lost_password a:hover {
    color: #eb000a;
}

.woocommerce-account #customer_login .woocomerce-form, .woocommerce-account #customer_login .register {
    padding: 0;
    border: none;
    margin: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    padding-left: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
    font-size: 13px;
    line-height: 22px;
    font-weight: 500;
    border-bottom: 1px solid #eee;
    margin-left: 15px;
    position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
    color: #333;
    display: block;
    padding: 9px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #eb000a;
    font-size: 11px;
    position: absolute;
    top: 50%;
    left: -12px;
    -webkit-transform: translate(0, -50%);
    -khtml-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.woocommerce-account .woocommerce-MyAccount-navigation li a:hover {
    color: #eb000a;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a {
    color: #eb000a;
}

.woocommerce-account .woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 30px;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
    border: medium none;
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    padding-top: 15px;
}

.woocommerce-account .woocommerce-MyAccount-content fieldset legend:after {
    content: ":";
}

.woocommerce-shipping-fields #ship-to-different-address {
    font-size: 18px;
    font-family: inherit;
    margin-bottom: 22px;
}

.woocommerce-shipping-fields #ship-to-different-address input {
    position: relative;
    top: -1px;
}

.woocommerce-shipping-fields .shipping_address {
    margin-bottom: 30px;
}

.woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row {
    padding-left: 0;
    padding-right: 0;
}

.woocommerce-checkout form .form-row input.input-text, .woocommerce-checkout form .form-row textarea {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-color: #eee;
}

.woocommerce-checkout form .form-row input.input-text:focus, .woocommerce-checkout form .form-row textarea:focus {
    border-color: #eb000a;
}

.woocommerce ul.products li.product .price {
    color: #313335 !important;
}

.woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table, .woocommerce-page.woocommerce-checkout .woocommerce-checkout-payment {
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #fff;
    border: 1px solid #eee;
}

@media screen and (max-width: 575px) {
    .woocommerce-page.woocommerce-checkout .woocommerce-checkout-review-order-table, .woocommerce-page.woocommerce-checkout .woocommerce-checkout-payment {
        padding-left: 0;
        padding-right: 0;
    }
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    height: 42px;
    line-height: 42px;
    font-family: 'Montserrat', sans-serif;
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    margin-bottom: 0;
}

.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover {
    background: #393b3e;
    color: #fff;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background: #eb000a;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
    background: #eb000a;
}

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #eb000a;
}

.single-product .flex-viewport {
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.single-product .flex-control-nav {
    margin-bottom: 15px;
    border-top: none;
    border-right: none;
}

.widget_product_categories .product-categories li.current-cat a {
    color: #eb000a;
}

.woocommerce-cart .woocommerce .quantity {
    position: relative;
    margin: 0 auto;
    width: 115px;
}

.woocommerce-cart .woocommerce .quantity .qty {
    border: 1px solid #eee;
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-indent: 5px;
    color: #393b3e;
    height: 42px;
    width: 100%;
    font-family: "OpenSans";
    padding: 12px 20px 12px 32px;
    margin-bottom: 0;
    text-align: center;
}

.woocommerce-cart .woocommerce .quantity .quantity-icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    color: #eb000a;
    font-size: 20px;
    transform: translateY(-50%);
}

.woocommerce-cart .woocommerce .quantity .quantity-icon i {
    width: 100%;
    height: 30px;
    background: #f5f5f6;
    line-height: 31px;
    cursor: pointer;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.woocommerce-cart .woocommerce .quantity .quantity-icon i:hover {
    background-color: #eb000a;
    color: #fff;
}

.woocommerce-cart .woocommerce .quantity .quantity-icon.quantity-icon-left {
    left: 7px;
}

.woocommerce-cart .woocommerce .quantity .quantity-icon.quantity-icon-right {
    right: 7px;
}

@media screen and (min-width: 1200px) {
    .single-post .content-full-width {
        padding-left: 160px;
        padding-right: 160px;
    }
}

@media screen and (min-width: 992px) {
    .content-has-sidebar.float-left {
        padding-right: 30px;
    }

    .content-has-sidebar.float-right {
        padding-left: 30px;
    }

    .content-has-sidebar.float-right {
        order: 2;
        -webkit-order: 2;
        -ms-order: 2;
    }

    .content-has-sidebar.float-right + #secondary {
        order: 1;
        -webkit-order: 1;
        -ms-order: 1;
    }

    .row-resize .vc_col-lg-3 {
        width: 26%;
    }

    .row-resize .vc_col-lg-9 {
        width: 74%;
    }
}

@media screen and (min-width: 992px) {
    body.body-border-wrapper {
        padding: 50px;
        padding-top: 0;
    }

    body.body-border-wrapper #headroom .container {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    body.body-border-wrapper #headroom.headroom--not-top.headroom--not-bottom .container {
        padding-left: 50px;
        padding-right: 50px;
    }

    body.body-border-wrapper #site-header-wrap.header-transparent .container {
        padding-left: 65px;
        padding-right: 65px;
    }
}

@media screen and (min-width: 992px) {
}

.vc_custom_heading {
    margin-bottom: 12px;
}

.cms-page-title.text-right {
    text-align: right;
}

.cms-page-title.text-left {
    text-align: left;
}

.cms-page-title.text-center {
    text-align: center;
}

.posts-list li .entry-date {
    display: block;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 10px;
}

.posts-list li .entry-title {
    line-height: 22px;
    font-weight: 600;
    font-size: 14px;
    font-family: "Montserrat";
    margin-bottom: 17px;
}

.cms-socials li {
    display: inline-block;
}

ul.tp-revslider-mainul .slotholder::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 22;
}

.rev_slider_wrapper .font-slide-custom {
    font-family: 'Droidserif Italic';
}

.rev_slider_wrapper .tparrows {
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.rev_slider_wrapper .tparrows.gyges {
    width: 53px;
    height: 63px;
    background-color: #604f3b;
}

.rev_slider_wrapper .tparrows.gyges:before {
    line-height: 63px;
}

.rev_slider_wrapper .tparrows.custom {
    width: 28px;
    height: 123px;
    background-color: transparent;
    border: 2px solid #fff;
    opacity: 0.02;
}

.rev_slider_wrapper .tparrows.custom:before {
    line-height: 121px;
    color: #fff;
}

.rev_slider_wrapper .tparrows.custom:hover {
    opacity: 1;
    border-color: #eb000a;
}

.rev_slider_wrapper .tparrows.custom:hover:before {
    color: #eb000a;
}

.rev_slider_wrapper .rev_slider:hover .custom {
    opacity: 1;
}

.rev_slider_wrapper .tparrows.custom {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.rev_slider_wrapper .btn {
    padding-left: 45px;
    padding-right: 45px;
}

.rev_slider_wrapper .tp-bullets.hesperiden .tp-bullet {
    border: none;
    height: 7px;
    width: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    background-color: #fff !important;
    background-image: none !important;
    display: inline-block;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.rev_slider_wrapper .tp-bullets.hesperiden .tp-bullet:before {
    content: "";
    height: 7px;
    width: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    border: 2px solid #fff;
    position: absolute;
    top: -2px;
    opacity: 0;
    left: -2px;
    -webkit-transition: all 300ms linear 0ms;
    -khtml-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    -o-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
}

.rev_slider_wrapper .tp-bullets.hesperiden .tp-bullet.selected {
    background-color: transparent !important;
}

.rev_slider_wrapper .tp-bullets.hesperiden .tp-bullet.selected:before {
    opacity: 1;
}

@media (max-width: 767px) {
    .site-content .rev_slider_wrapper {
        margin-bottom: 30px !important;
    }

    .site-content .rev_slider_wrapper .tparrows.custom {
        width: 40px;
        height: 40px;
    }

    .site-content .rev_slider_wrapper .tparrows:before {
        line-height: 36px !important;
        font-size: 15px;
    }

    .site-content .rev_slider_wrapper .tparrows.metis {
        width: 40px !important;
        height: 40px !important;
    }

    .site-content .rev_slider_wrapper .tparrows.metis:before {
        line-height: 22px !important;
    }

    .site-content .rev_slider_wrapper .tparrows.metis.tp-leftarrow {
        left: 10px;
    }

    .site-content .rev_slider_wrapper .tparrows.metis.tp-rightarrow {
        right: 10px;
    }
}

.search-results .navigation {
    margin-top: 100px;
}

.search-results article.single-hentry:last-child {
    bord-bottom: none;
}

@media screen and (max-width: 1199px) {
    body .container {
        max-width: 100%;
    }
}

@media screen and (max-width: 991px) {
    #primary + #secondary {
        margin-top: 20px;
    }

    body .site-header-main {
        background-color: transparent !important;
    }
}

.site-content {
    padding: 110px 0;
}

@media screen and (max-width: 1199px) {
    .site-content {
        padding: 100px 0;
    }
}

@media screen and (max-width: 991px) {
    .site-content {
        padding: 80px 0;
    }
}

@media screen and (max-width: 767px) {
    .site-content {
        padding-bottom: 50px;
    }
}

.woocommerce .site-content, .woocommerce-page .site-content {
    padding: 118px 0 115px;
}

@media screen and (max-width: 1199px) {
    .woocommerce .site-content, .woocommerce-page .site-content {
        padding: 100px 0;
    }
}

@media screen and (max-width: 991px) {
    .woocommerce .site-content, .woocommerce-page .site-content {
        padding: 80px 0;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce .site-content, .woocommerce-page .site-content {
        padding: 50px 0;
    }
}

.single-product .site-content {
    padding-bottom: 40px;
}

.woocommerce-cart .sitec-conetnt {
    padding-bottom: 100px;
}

@media screen and (max-width: 991px) {
    .woocommerce-cart .sitec-conetnt {
        padding: 80px 0;
    }
}

@media screen and (max-width: 767px) {
    .woocommerce-cart .sitec-conetnt {
        padding: 50px 0;
    }
}

.widget-title, .comment-reply-title, .comments-title, .section-title, .related.products > h2 {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    padding-bottom: 4px;
    margin-bottom: 20px;
    border: none;
}

.page-template-default .entry-footer {
    text-align: center;
}

.page-template-default .entry-footer i {
    padding-right: 8px;
}

.vc_column_container > .theiaStickySidebar > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.entry-footer .entry-edit-link {
    display: none;
}

.row-overlay {
    position: relative;
}

.row-overlay:after {
    background-color: inherit;
    bottom: 0;
    content: "";
    display: block !important;
    height: 100% !important;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible !important;
}

.row-overlay .vc_column-inner {
    position: relative;
    z-index: 3;
}

.row-overlay .vc_parallax-inner {
    background-attachment: fixed !important;
    background-position: 50% 50% !important;
}

.row-bg-bottom .vc_parallax-inner {
    background-repeat: repeat-x !important;
    background-position: bottom center !important;
    background-size: inherit !important;
}

.row-bg-bottom.row-bg-bottom-z1 > * {
    z-index: -1;
}

.row-bg-right .vc_parallax-inner {
    background-position: right bottom !important;
    background-repeat: no-repeat;
    background-size: inherit !important;
}

.wpb_revslider_element.wpb_content_element {
    margin-bottom: 0;
}

.col-overlay .vc_column-inner {
    position: relative;
}

.col-overlay .vc_column-inner:after {
    background-color: inherit;
    bottom: 0;
    content: "";
    display: block !important;
    height: 100% !important;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: visible !important;
}

.col-overlay .vc_column-inner .wpb_wrapper {
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 992px) {
    .error404 .site-content {
        padding: 165px 0 170px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .error404 .site-content {
        padding: 100px 0;
    }
}

@media screen and (max-width: 767px) {
    .error404 .site-content {
        padding: 50px 0;
    }
}

.error404 #pagetitle h1.page-title {
    text-align: center;
}

@media screen and (min-width: 992px) {
    .error404 #pagetitle .page-title-content {
        padding: 440px 0 80px;
    }
}

@media screen and (max-width: 991px) {
    .error404 #pagetitle .page-title-content {
        padding: 250px 0 80px;
    }
}

.error-404 .page-content {
    max-width: 800px;
    margin: 0 auto;
}

.error-404 .cms-h-line {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 6px;
    margin-bottom: 16px;
}

.error-404 .cms-h-line .h-line1, .error-404 .cms-h-line .h-line2 {
    border-top: 2px solid #eb000a;
    position: absolute;
    height: 2px;
    width: 20px;
    margin: auto;
}

.error-404 .cms-h-line .h-line1 {
    top: 0;
    right: 0;
}

.error-404 .cms-h-line .h-line2 {
    bottom: 0;
    left: 0;
}

.error-404 .title-404 {
    font-family: "Montserrat";
    color: #393b3e;
    font-weight: 600;
    margin-bottom: 17px;
}

@media screen and (min-width: 992px) {
    .error-404 .title-404 {
        font-size: 150px;
    }
}

@media screen and (max-width: 991px) {
    .error-404 .title-404 {
        font-size: 70px;
    }
}

.error-404 .excerpt-404 {
    color: #a5a5a5;
    font-size: 17px;
    font-family: "Poppins";
    font-weight: 300;
    margin-bottom: 35px;
}

.error-404 .btn-404 {
    background: #eb000a;
    min-width: 170px;
    height: 50px;
    padding-left: 15px;
    padding-right: 15px;
    display: inline-block;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    padding: 0;
    text-align: center;
    line-height: 50px;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 10px;
    color: #fff;
    font-family: "Montserrat";
    border: none;
    overflow: hidden;
    position: relative;
}

.error-404 .btn-404:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-border-radius: 100px;
    -khtml-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-radius: 100px;
    background-color: #393b3e;
    -webkit-transition: all 0.4s;
    -khtml-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scale(0.5, 1);
    -khtml-transform: scale(0.5, 1);
    -moz-transform: scale(0.5, 1);
    -ms-transform: scale(0.5, 1);
    -o-transform: scale(0.5, 1);
    transform: scale(0.5, 1);
}

.error-404 .btn-404:hover {
    background: #393b3e;
}

.error-404 .btn-404:hover span {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -khtml-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
}

.error-404 .btn-404:hover:before {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

@media screen and (min-width: 992px) {
    .entry-content > .vc_row > .float-right {
        order: 2;
        -webkit-order: 2;
        -ms-order: 2;
    }
}

@media screen and (max-width: 1199px) {
    .rm-padding-lg > .vc_column-inner, .rm-padding-lg > .theiaStickySidebar > .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .rm-padding-lg-0 > .vc_column-inner, .rm-padding-lg-0 > .theiaStickySidebar > .vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .vc_row.row-rm-padding-lg {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

@media screen and (max-width: 991px) {
    .rm-padding-md > .vc_column-inner, .rm-padding-md > .theiaStickySidebar > .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .vc_row.row-rm-padding-md {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

@media screen and (max-width: 767px) {
    .rm-padding-xs > .vc_column-inner, .rm-padding-xs > .theiaStickySidebar > .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .vc_row.row-rm-padding-sm {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }

    .rm-margin-sm > .vc_column-inner {
        margin: 0 !important;
    }
}

@media screen and (max-width: 575px) {
    .rm-padding-xs > .vc_column-inner, .rm-padding-xs > .theiaStickySidebar > .vc_column-inner {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .vc_row.row-rm-padding-xs {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

@media screen and (max-width: 991px) {
    /*
   [Start] 13.
   +-----------------------------------+
*/
    /*Css of pathner*/
    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
        border-radius: 0 !important;
    }

    .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
        padding-left: 15px !important;
        line-height: 22px;
    }

    .wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
        left: 93% !important;
    }

    .wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
        border-radius: 0 !important;
    }

    .wpb-js-composer .vc_tta-shape-rounded:not(.vc_tta-o-no-fill) .vc_tta-panel.vc_active .vc_tta-panel-body {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.cms-fancybox-default .cms-fancybox-title {
    margin: 10px 0 15px 0;
}

.cms-carousel-testimonial-layout2 .testimonial-meta .testimonial-content {
    font-weight: 400;
    text-align: left;
}

.testimonial-meta {
    text-align: left;
}

.cms-team-default .cms-team-image img {
    height: 265px;
}

.rev_slider_wrapper .tparrows.custom {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}

.rev_slider_wrapper .tparrows.custom::before {
    line-height: 50px;
    width: 100%;
    height: 100%;
    text-align: center;
}
