<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&amp;amp;display=swap";
@import "https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;0,800;0,900;1,400&amp;amp;display=swap";

body {
    font-family: montserrat, sans-serif;
    background-color: #fff
}

.mt-10 {
    margin-top: 10px
}

.mt-30 {
    margin-top: 30px
}

.mt-100 {
    margin-top: 100px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-30 {
    margin-bottom: 30px
}

.mb-100 {
    margin-bottom: 100px
}

.pt-10 {
    padding-top: 10px
}

.pt-30 {
    padding-top: 30px
}

.pt-70 {
    padding-top: 70px
}

.pt-80 {
    padding-top: 80px
}

.pt-100 {
    padding-top: 100px
}

.pb-20 {
    padding-bottom: 20px
}

.pb-30 {
    padding-bottom: 30px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-100 {
    padding-bottom: 100px
}

.p-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px
}

.p-tb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

.desk-pad-left-10 {
    padding-left: 10px
}

.desk-pad-right-10 {
    padding-right: 10px
}

.desk-pad-left-15 {
    padding-left: 15px
}

.desk-pad-right-15 {
    padding-right: 15px
}

.desk-pad-left-20 {
    padding-left: 20px
}

.desk-pad-right-20 {
    padding-right: 20px
}

.desk-pad-left-30 {
    padding-left: 30px
}

.desk-pad-right-30 {
    padding-right: 30px
}

.desk-pad-left-40 {
    padding-left: 40px
}

.desk-pad-right-40 {
    padding-right: 40px
}

.desk-pad-left-100 {
    padding-left: 100px
}

.desk-pad-right-100 {
    padding-right: 100px
}

.no-animation {
    -webkit-animation: none !important;
    animation: none !important
}

.around-border {
    border: 1px solid #707070
}

.weight-500 {
    font-weight: 500
}

p {
    color: #515151
}

a {
    color: #cb1517;
    text-decoration: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

a:hover, a:active {
    text-decoration: none;
    color: #cb1517
}

a:hover.redirect-link i, a:active.redirect-link i {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

a:focus {
    outline: 0
}

a.redirect-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

a.redirect-link i {
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .55, .4, 2.1) 0s;
    transition: -webkit-transform .3s cubic-bezier(.25, .55, .4, 2.1) 0s;
    transition: transform .3s cubic-bezier(.25, .55, .4, 2.1) 0s;
    transition: transform .3s cubic-bezier(.25, .55, .4, 2.1) 0s, -webkit-transform .3s cubic-bezier(.25, .55, .4, 2.1) 0s;
    margin-left: 5px
}

h1, h2, h3, h4, h5, h6 {
    color: #272727
}

.fluid-height {
    height: calc(100% - 30px);
    margin-bottom: 30px
}

.full-height {
    height: 100% !important
}

.full-width {
    width: 100%
}

.width-225 {
    width: 225px
}

img {
    max-width: 100%;
    height: auto
}

.max-585 {
    max-width: 585px
}

.border-radius-3 {
    border-radius: 3px
}

.border-top {
    border-top: 1px solid rgba(133, 133, 133, .5) !important
}

.border-bottom {
    border-bottom: 1px solid rgba(133, 133, 133, .5) !important
}

.default-box-shadow {
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, .09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, .09)
}

button {
    outline: 0;
    border: 0
}

button:focus, button:active {
    outline: 0;
    border: 0
}

.main-btn {
    padding: 15px 25px;
    text-align: center;
    background: #cb1517;
    color: #272727;
    font-size: 16px;
    font-weight: 500;
    font-family: oswald, sans-serif;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    border-radius: 0;
    z-index: 0 !important
}

.main-btn i {
    margin-left: 10px;
    font-size: 15px
}

.main-btn.main-btn-left-arrow i {
    margin-left: 0;
    margin-right: 10px
}

.main-btn:focus, .main-btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0
}

.main-btn:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #e8aa0e;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    z-index: -1;
    right: 0;
    top: 0
}

.main-btn:hover {
    color: #272727
}

.main-btn:hover:after {
    left: 0;
    width: 100%
}

.main-btn.btn-small {
    padding: 10px 15px;
    font-size: 13px
}

.main-btn.btn-white {
    background-color: #fff;
    color: #272727
}

.main-btn.btn-white:hover {
    color: #272727
}

.main-btn.btn-white:after {
    background-color: #e9e9e9
}

.main-btn.btn-black {
    background-color: #272727;
    color: #fff
}

.main-btn.btn-black:hover {
    background-color: #cb1517;
    color: #272727
}

.main-btn:disabled, .main-btn.disabled {
    opacity: 1
}

.main-btn.btn-fb {
    background-color: #3b5998;
    color: #fff
}

.main-btn.btn-tw {
    background-color: #00acee;
    color: #fff
}

.main-btn.btn-ins {
    background-color: #dd2a7b;
    color: #fff
}

.main-btn.btn-yt {
    background-color: #c4302b;
    color: #fff
}

.main-btn.btn-vim {
    background-color: #86c9ef;
    color: #fff
}

.btn-pill {
    border-radius: 35px
}

.no-radius {
    border-radius: 0
}

.no-radius.btn, .no-radius .btn {
    border-radius: 0
}

.no-radius.btn:before, .no-radius .btn:before {
    border-radius: 0
}

.no-radius.btn:after, .no-radius .btn:after {
    border-radius: 0
}

.bg-dark {
    background: #272727
}

.bg-off-white {
    background-color: #f9f9f9
}

.bg-white {
    background: #fff
}

.section-title {
    max-width: 575px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    margin-bottom: 30px
}

.section-title h2 {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 20px;
    color: #272727;
    font-family: oswald, sans-serif;
    position: relative
}

.section-title h2 span {
    color: #cb1517
}

.section-title p {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 25px;
    position: relative
}

.section-title p a {
    color: #cb1517
}

.section-title.section-title-lg {
    max-width: 790px
}

.section-title.section-title-white h2 {
    color: #fff
}

.section-title.section-title-white p {
    color: #fff
}

.section-title.section-title-white p a {
    color: #fff
}

.section-title.section-title-left {
    max-width: 100%;
    text-align: left
}

.section-title.section-title-left h2:before {
    left: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.section-title.section-title-shapeless h2 {
    padding-bottom: 0
}

.section-title.section-title-shapeless h2:before {
    content: none
}

.section-title.section-title-lineless h2 span {
    text-decoration: none
}

.sub-section-title {
    margin-top: 30px;
    margin-bottom: 30px
}

.sub-section-title .sub-section-title-heading {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #272727;
    font-family: oswald, sans-serif
}

.sub-section-title p {
    font-size: 16px;
    font-weight: 400
}

.sub-section-title.sub-section-title-white .sub-section-title-heading {
    color: #fff
}

.sub-section-title.sub-section-title-white p {
    color: #c8c8c8
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0
}

.breadcrumb .breadcrumb-item {
    font-size: 16px;
    font-weight: 500;
    padding-left: 0;
    padding-right: .5rem;
    color: #272727;
    font-family: oswald, sans-serif
}

.breadcrumb .breadcrumb-item a {
    color: #cb1517;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.breadcrumb .breadcrumb-item a:hover {
    color: #cb1517
}

.breadcrumb .breadcrumb-item.active {
    color: #272727
}

.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: #272727;
    font-size: 16px
}

.breadcrumb .breadcrumb-item:last-child {
    padding-right: 0
}

.page-link {
    position: relative;
    padding: 0;
    padding-top: 2px;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -1px;
    line-height: 1;
    color: #272727;
    font-weight: 700;
    font-family: oswald, sans-serif;
    font-size: 16px;
    background-color: #c8c8c8;
    border-radius: 0;
    border: 1px solid transparent;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-top: 3px
}

.page-link:hover {
    background-color: #cb1517;
    color: #272727;
    border-color: transparent
}

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.page-link i {
    font-size: 10px;
    font-weight: 600
}

.page-pagination .pagination {
    margin-top: -3px;
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    padding-right: 0
}

.page-pagination-dark .page-link {
    background-color: #c8c8c8
}

.page-pagination-dark .page-link:hover, .page-pagination-dark .page-link:focus {
    background-color: #cb1517;
    color: #272727;
    border-color: transparent
}

.page-pagination-dark .page-item:first-child .page-link {
    border-color: #cb1517;
    color: #cb1517
}

.page-pagination-dark .page-item:first-child .page-link:hover {
    background-color: #cb1517;
    color: #272727
}

.page-pagination-dark .page-item:last-child .page-link {
    border-color: #cb1517;
    color: #cb1517
}

.page-pagination-dark .page-item:last-child .page-link:hover {
    background-color: #cb1517;
    color: #272727
}

.page-pagination-dark .page-item.active .page-link {
    background-color: #cb1517;
    color: #272727
}

.page-item {
    padding: 0 7px;
    margin-top: 3px
}

.page-item:first-child {
    padding-left: 0
}

.page-item:first-child .page-link {
    border-radius: 0;
    background-color: transparent;
    border-color: #272727;
    color: #272727
}

.page-item:first-child .page-link:hover {
    border-color: #cb1517;
    background-color: #cb1517;
    color: #272727
}

.page-item:last-child {
    padding-right: 0
}

.page-item:last-child .page-link {
    border-radius: 0;
    background-color: transparent;
    border-color: #272727;
    color: #272727
}

.page-item:last-child .page-link:hover {
    border-color: #cb1517;
    background-color: #cb1517;
    color: #272727
}

.page-item.disabled .page-link {
    background-color: rgba(255, 200, 55, .3);
    color: #cb1517;
    border: 1px solid rgba(255, 200, 22, .3)
}

.page-item.active .page-link {
    background-color: #cb1517;
    color: #272727;
    border-color: transparent;
    border-radius: 50%
}

.form-group label {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #272727
}

.text-muted {
    font-size: 13px;
    color: #515151 !important;
    margin-top: 5px
}

.input-group {
    border: 0;
    border-radius: 3px;
    padding: 15px 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    border-radius: 3px;
    background-color: #efefef
}

.input-group.input-group-maincolor {
    background-color: #e8aa0e
}

.input-group.input-group-maincolor .form-control {
    color: #fff
}

.input-group.input-group-maincolor .form-control::-webkit-input-placeholder {
    color: #fff
}

.input-group.input-group-maincolor .form-control:-ms-input-placeholder {
    color: #fff
}

.input-group.input-group-maincolor .form-control::-ms-input-placeholder {
    color: #fff
}

.input-group.input-group-maincolor .form-control::placeholder {
    color: #fff
}

.input-group-prepend .input-group-text {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: 0 0;
    color: #858585;
    font-size: 16px;
    margin-right: 10px
}

.input-group-append .input-group-text {
    border: 0;
    border-radius: 0;
    padding: 0;
    background: 0 0;
    color: #858585;
    font-size: 16px;
    margin-left: 10px
}

.input-group-append .input-group-text.reveal {
    position: relative;
    cursor: pointer
}

.input-group-append .input-group-text.reveal .pass-view {
    display: none
}

.input-group-append .input-group-text.reveal.active .pass-close {
    display: none
}

.input-group-append .input-group-text.reveal.active .pass-view {
    display: block
}

.form-control {
    padding: 20px 25px;
    border: 0;
    color: #000;
    font-size: 16px;
    background-color: transparent;
    height: auto;
    border: 1px solid #b5b5b5;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control:focus, .form-control:active {
    -webkit-box-shadow: none;
    box-shadow: none
}

.form-control:focus {
    background-color: transparent;
    border: 1px solid #cb1517
}

.form-control::-webkit-input-placeholder {
    color: #858585
}

.form-control:-ms-input-placeholder {
    color: #858585
}

.form-control::-ms-input-placeholder {
    color: #858585
}

.form-control::placeholder {
    color: #858585
}

.form-control.form-control-white {
    color: #fff
}

.form-control.form-control-white::-webkit-input-placeholder {
    color: #ccc
}

.form-control.form-control-white:-ms-input-placeholder {
    color: #ccc
}

.form-control.form-control-white::-ms-input-placeholder {
    color: #ccc
}

.form-control.form-control-white::placeholder {
    color: #ccc
}

.input-group-append .input-group-text.reveal {
    position: relative;
    cursor: pointer
}

.input-group-append .input-group-text.reveal .pass-view {
    display: none
}

.input-group-append .input-group-text.reveal.active .pass-close {
    display: none
}

.input-group-append .input-group-text.reveal.active .pass-view {
    display: block
}

.help-block {
    font-size: 14px;
    margin-top: 5px
}

.help-block.with-errors {
    color: #ff5421
}

#msgSubmit {
    color: #ff5421 !important;
    font-weight: 600;
    font-family: oswald, sans-serif;
    font-size: 18px
}

#msgSubmit.submit-post-info {
    margin-top: 5px
}

.input-checkbox label {
    position: relative;
    padding-left: 35px;
    color: #515151;
    margin-bottom: 0;
    font-size: 15px
}

.input-checkbox label a {
    color: #cb1517
}

.input-checkbox label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #b5b5b5;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    padding-left: 4px;
    line-height: 1;
    top: -2px
}

.input-checkbox input {
    display: none
}

.input-checkbox input:checked ~ label:before {
    color: #b5b5b5;
    content: "\f11c";
    font-family: Flaticon;
    font-size: 10px
}

.input-checkbox.input-checkbox-white label {
    color: #b5b5b5
}

.input-checkbox.input-checkbox-white input:checked ~ label:before {
    color: #e6e6e6
}

.input-radio label {
    position: relative;
    padding-left: 35px;
    color: #515151;
    margin-bottom: 0;
    font-size: 15px
}

.input-radio label a {
    color: #cb1517
}

.input-radio label:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #b5b5b5;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    padding-left: 4px;
    line-height: 1;
    top: -2px
}

.input-radio input {
    display: none
}

.input-radio input:checked ~ label:before {
    color: #e6e6e6;
    content: "\f11c";
    font-family: Flaticon;
    font-size: 10px
}

.input-radio.input-radio-white label {
    color: #b5b5b5
}

.social-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.social-list li {
    list-style: none;
    font-size: 21px;
    margin-right: 15px
}

.social-list li a {
    color: #272727
}

.social-list li a:hover {
    color: #cb1517
}

.social-list li:last-child {
    margin-right: 0
}

.social-list.social-list-dark li a {
    color: #ccc
}

.social-list.social-list-dark li a:hover {
    color: #cb1517
}

.social-list.social-list-white li a {
    color: #fff
}

.social-list.social-list-white li a:hover {
    color: #cb1517
}

.social-list.social-list-btn li {
    width: 45px;
    height: 45px;
    font-size: 17px
}

.social-list.social-list-btn li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: #c8c8c8;
    color: #272727
}

.social-list.social-list-btn li.social-fb a {
    background-color: #3b5998;
    color: #fff
}

.social-list.social-list-btn li.social-tw a {
    background-color: #00acee;
    color: #fff
}

.social-list.social-list-btn li.social-ins a {
    background-color: #dd2a7b;
    color: #fff
}

.social-list.social-list-btn li.social-yt a {
    background-color: #c4302b;
    color: #fff
}

.social-list.social-list-btn li.social-vim a {
    background-color: #86c9ef;
    color: #fff
}

.social-list.social-list-sm li {
    font-size: 14px
}

.preloader {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: visible;
    z-index: 99999;
    top: 0;
    left: 0
}

.preloader .preloader-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.preloader-content {
    width: 53px;
    height: 53px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.preloader-content span {
    display: block;
    bottom: 50%;
    width: 9px;
    height: 5px;
    background: #fff;
    position: absolute;
    -webkit-animation: preloader_1 1.5s infinite ease-in-out;
    animation: preloader_1 1.5s infinite ease-in-out
}

.preloader-content span:nth-child(2) {
    left: 11px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.preloader-content span:nth-child(3) {
    left: 22px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.preloader-content span:nth-child(4) {
    left: 33px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.preloader-content span:nth-child(5) {
    left: 44px;
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

@-webkit-keyframes preloader_1 {
    0% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: #fff
    }
    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #cb1517
    }
    50% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: #fff
    }
    100% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: #fff
    }
}

@keyframes preloader_1 {
    0% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: #fff
    }
    25% {
        height: 30px;
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
        background: #cb1517
    }
    50% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: #fff
    }
    100% {
        height: 5px;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        background: #fff
    }
}

.pre-loaded .preloader {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}

.navbar-light .navbar-brand .logo2 {
    display: none
}

.fixed-top .navbar-area {
    -webkit-box-shadow: none;
    box-shadow: none
}

.fixed-top .navbar-area .main-nav {
    background-color: transparent
}

.fixed-top .navbar-area.is-sticky {
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, .09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, .09)
}

.fixed-top .navbar-area.is-sticky.sticky-black {
    background-color: #272727
}

.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item a {
    color: #fff
}

.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item a.active {
    color: #272727
}

.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item a.active:hover {
    color: #272727
}

.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item:hover a {
    color: #cb1517
}

.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item:hover a.active {
    color: #272727
}

.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
    color: #272727
}

.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
    color: #272727
}

.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active:hover {
    color: #272727
}

.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; a {
    color: #cb1517
}

.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; a.active {
    color: #272727
}

.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
    color: #272727
}

.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
    color: #cb1517
}

.fixed-top .navbar-area.is-sticky.sticky-black .main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; a {
    color: #cb1517
}

.fixed-top .navbar-no-shadow {
    -webkit-box-shadow: none;
    box-shadow: none
}

.fixed-top .navbar-no-shadow.is-sticky {
    -webkit-box-shadow: none;
    box-shadow: none
}

.navbar-area {
    width: 100%;
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, .09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, .09)
}

@-webkit-keyframes menuItem {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg)
    }
    50% {
        -webkit-transform: rotateX(-20deg);
        transform: rotateX(-20deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
}

@keyframes menuItem {
    0% {
        opacity: 0;
        -webkit-transform: rotateX(-90deg);
        transform: rotateX(-90deg)
    }
    50% {
        -webkit-transform: rotateX(-20deg);
        transform: rotateX(-20deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg)
    }
}

@-webkit-keyframes menuItem2 {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }
    50% {
        -webkit-transform: rotateY(-20deg);
        transform: rotateY(-20deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

@keyframes menuItem2 {
    0% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg)
    }
    50% {
        -webkit-transform: rotateY(-20deg);
        transform: rotateY(-20deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg)
    }
}

.main-nav {
    max-width: 1720px;
    margin: auto;
    position: relative;
    display: none
}

.main-nav nav .navbar-nav .nav-item {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.main-nav nav .navbar-nav .nav-item a {
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    padding: 5px 15px;
    font-weight: 400;
    font-size: 16px;
    font-family: oswald, sans-serif;
    text-transform: none
}

.main-nav nav .navbar-nav .nav-item a.dropdown-toggle:after {
    content: "\f102";
    border: 0;
    font-family: Flaticon;
    font-size: 10px;
    vertical-align: baseline;
    margin-left: 8px
}

.main-nav nav .navbar-nav .nav-item a.active {
    color: #fff;
    background-color: #cb1517
}

.main-nav nav .navbar-nav .nav-item a.active:hover {
    color: #fff
}

.main-nav nav .navbar-nav .nav-item:hover a {
    color: #cb1517
}

.main-nav nav .navbar-nav .nav-item:hover a.active {
    color: #fff
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item {
    -webkit-animation-name: menuItem;
    animation-name: menuItem;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(1) {
    -webkit-animation-delay: 60ms;
    animation-delay: 60ms
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(2) {
    -webkit-animation-delay: 120ms;
    animation-delay: 120ms
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(3) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(4) {
    -webkit-animation-delay: 240ms;
    animation-delay: 240ms
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(5) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(6) {
    -webkit-animation-delay: 360ms;
    animation-delay: 360ms
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(7) {
    -webkit-animation-delay: 420ms;
    animation-delay: 420ms
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(8) {
    -webkit-animation-delay: 480ms;
    animation-delay: 480ms
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(9) {
    -webkit-animation-delay: 540ms;
    animation-delay: 540ms
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(10) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(11) {
    -webkit-animation-delay: 660ms;
    animation-delay: 660ms
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(12) {
    -webkit-animation-delay: 720ms;
    animation-delay: 720ms
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(13) {
    -webkit-animation-delay: 780ms;
    animation-delay: 780ms
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(14) {
    -webkit-animation-delay: 840ms;
    animation-delay: 840ms
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(15) {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(16) {
    -webkit-animation-delay: 960ms;
    animation-delay: 960ms
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(17) {
    -webkit-animation-delay: 1020ms;
    animation-delay: 1020ms
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(18) {
    -webkit-animation-delay: 1080ms;
    animation-delay: 1080ms
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(19) {
    -webkit-animation-delay: 1140ms;
    animation-delay: 1140ms
}

.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu .nav-item:nth-child(20) {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background-color: #fff;
    border: 0;
    margin: 0;
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, .09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, .09);
    padding: 10px 0;
    width: 230px;
    border-radius: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item {
    opacity: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
    color: #272727;
    font-weight: 400;
    font-size: 16px;
    padding: 5px 20px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-transform: none !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.dropdown-toggle:after {
    content: "\f103";
    border: 0;
    font-family: Flaticon;
    font-size: 10px;
    vertical-align: baseline;
    margin-left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
    color: #272727;
    background-color: #cb1517
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active:hover {
    color: #272727
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; a {
    color: #cb1517
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; a.active {
    color: #272727
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu {
    top: -10px !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item {
    -webkit-animation-name: menuItem2;
    animation-name: menuItem2;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(1) {
    -webkit-animation-delay: 60ms;
    animation-delay: 60ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(2) {
    -webkit-animation-delay: 120ms;
    animation-delay: 120ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(3) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(4) {
    -webkit-animation-delay: 240ms;
    animation-delay: 240ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(5) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(6) {
    -webkit-animation-delay: 360ms;
    animation-delay: 360ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(7) {
    -webkit-animation-delay: 420ms;
    animation-delay: 420ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(8) {
    -webkit-animation-delay: 480ms;
    animation-delay: 480ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(9) {
    -webkit-animation-delay: 540ms;
    animation-delay: 540ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(10) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(11) {
    -webkit-animation-delay: 660ms;
    animation-delay: 660ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(12) {
    -webkit-animation-delay: 720ms;
    animation-delay: 720ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(13) {
    -webkit-animation-delay: 780ms;
    animation-delay: 780ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(14) {
    -webkit-animation-delay: 840ms;
    animation-delay: 840ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(15) {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(16) {
    -webkit-animation-delay: 960ms;
    animation-delay: 960ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(17) {
    -webkit-animation-delay: 1020ms;
    animation-delay: 1020ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(18) {
    -webkit-animation-delay: 1080ms;
    animation-delay: 1080ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(19) {
    -webkit-animation-delay: 1140ms;
    animation-delay: 1140ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(20) {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    left: 100%;
    top: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item {
    opacity: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
    color: #272727;
    font-weight: 400;
    font-size: 16px;
    padding: 5px 20px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.dropdown-toggle:after {
    content: "\f103";
    border: 0;
    font-family: Flaticon;
    font-size: 10px;
    vertical-align: baseline;
    margin-left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
    color: #272727
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; a {
    color: #cb1517
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item {
    -webkit-animation-name: menuItem;
    animation-name: menuItem;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-duration: 300ms;
    animation-duration: 300ms;
    -webkit-transform-origin: top center;
    transform-origin: top center
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(1) {
    -webkit-animation-delay: 60ms;
    animation-delay: 60ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(2) {
    -webkit-animation-delay: 120ms;
    animation-delay: 120ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(3) {
    -webkit-animation-delay: 180ms;
    animation-delay: 180ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(4) {
    -webkit-animation-delay: 240ms;
    animation-delay: 240ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(5) {
    -webkit-animation-delay: 300ms;
    animation-delay: 300ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(6) {
    -webkit-animation-delay: 360ms;
    animation-delay: 360ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(7) {
    -webkit-animation-delay: 420ms;
    animation-delay: 420ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(8) {
    -webkit-animation-delay: 480ms;
    animation-delay: 480ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(9) {
    -webkit-animation-delay: 540ms;
    animation-delay: 540ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(10) {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(11) {
    -webkit-animation-delay: 660ms;
    animation-delay: 660ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(12) {
    -webkit-animation-delay: 720ms;
    animation-delay: 720ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(13) {
    -webkit-animation-delay: 780ms;
    animation-delay: 780ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(14) {
    -webkit-animation-delay: 840ms;
    animation-delay: 840ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(15) {
    -webkit-animation-delay: 900ms;
    animation-delay: 900ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(16) {
    -webkit-animation-delay: 960ms;
    animation-delay: 960ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(17) {
    -webkit-animation-delay: 1020ms;
    animation-delay: 1020ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(18) {
    -webkit-animation-delay: 1080ms;
    animation-delay: 1080ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(19) {
    -webkit-animation-delay: 1140ms;
    animation-delay: 1140ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; .dropdown-menu .nav-item:nth-child(20) {
    -webkit-animation-delay: 1200ms;
    animation-delay: 1200ms
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu {
    left: 100%;
    top: 0 !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item {
    opacity: 0
}

.main-nav.main-nav-black nav .navbar-nav .nav-item a {
    color: #272727
}

.main-nav.main-nav-black nav .navbar-nav .nav-item a.active {
    color: #272727
}

.main-nav.main-nav-black nav .navbar-nav .nav-item a.active:hover {
    color: #272727
}

.main-nav.main-nav-black nav .navbar-nav .nav-item:hover a {
    color: #cb1517
}

.main-nav.main-nav-black nav .navbar-nav .nav-item:hover a.active {
    color: #272727
}

.main-nav.main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item a {
    color: #272727
}

.main-nav.main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active {
    color: #272727
}

.main-nav.main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item a.active:hover {
    color: #272727
}

.main-nav.main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; a {
    color: #cb1517
}

.main-nav.main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item:hover &gt; a.active {
    color: #272727
}

.main-nav.main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a {
    color: #272727
}

.main-nav.main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item a.active {
    color: #cb1517
}

.main-nav.main-nav-black nav .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu .nav-item:hover &gt; a {
    color: #cb1517
}

.main-nav.main-nav-transparent {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.main-nav .navbar-option-item {
    padding-top: 8px;
    padding-bottom: 8px
}

.navbar-collapse {
    width: auto
}

.navbar-option-item {
    margin-left: 45px
}

.navbar-option-search {
    -webkit-box-flex: 0;
    flex: 0 0 150px;
    -ms-flex: 0 0 150px;
    max-width: 150px
}

.navbar-option-search .input-group {
    background-color: transparent;
    padding: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-option-search .input-group-text {
    color: #fff
}

.navbar-option-search .form-control {
    color: #fff;
    font-size: 16px;
    font-family: oswald, sans-serif;
    border: 0;
    border-bottom: 1px solid #858585;
    padding: 2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.navbar-option-search .form-control::-webkit-input-placeholder {
    font-size: 16px;
    font-family: oswald, sans-serif;
    color: #c8c8c8
}

.navbar-option-search .form-control:-ms-input-placeholder {
    font-size: 16px;
    font-family: oswald, sans-serif;
    color: #c8c8c8
}

.navbar-option-search .form-control::-ms-input-placeholder {
    font-size: 16px;
    font-family: oswald, sans-serif;
    color: #c8c8c8
}

.navbar-option-search .form-control::placeholder {
    font-size: 16px;
    font-family: oswald, sans-serif;
    color: #c8c8c8
}

.navbar-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.navbar-social ul li {
    font-size: 14px;
    margin-right: 15px
}

.navbar-social ul li:last-child {
    margin-right: 0
}

.navbar-social ul li a {
    color: #ccc
}

.navbar-social ul li a:hover {
    color: #cb1517
}

.navbar-expand-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.navbar-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.navbar {
    padding: 0
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 15px
}

.mobile-nav {
    padding: 10px;
    display: block
}

.mobile-nav .navbar-option-black .navbar-option-item button {
    color: #cb1517
}

.mobile-nav .navbar-option {
    margin-left: auto;
    margin-right: 60px;
    z-index: 1000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

.mobile-nav .navbar-option-item button {
    color: #fff
}

.mobile-nav .navbar-option-item button i {
    font-size: 20px
}

.mobile-nav .navbar-option-search {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 1
}

.mobile-nav .navbar-option-search button {
    background-color: transparent;
    color: #fff
}

.mobile-nav .navbar-option-search button i {
    font-size: 20px
}

.mobile-nav .navbar-option-search .dropdown-menu {
    margin: 0;
    border: 0;
    -webkit-box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, .09);
    box-shadow: 0 11px 61.1px 3.9px rgba(34, 34, 34, .09);
    padding: 10px;
    min-width: 200px;
    left: auto !important;
    right: 0 !important;
    -webkit-transform: translate(25px, 39px) !important;
    transform: translate(25px, 39px) !important;
    background-color: #cb1517;
    border-radius: 0
}

.mobile-nav .navbar-option-search .dropdown-menu .form-control {
    color: #fff;
    border-bottom: 1px solid #fff
}

.mobile-nav .navbar-option-search .dropdown-menu .form-control::-webkit-input-placeholder {
    color: #fff
}

.mobile-nav .navbar-option-search .dropdown-menu .form-control:-ms-input-placeholder {
    color: #fff
}

.mobile-nav .navbar-option-search .dropdown-menu .form-control::-ms-input-placeholder {
    color: #fff
}

.mobile-nav .navbar-option-search .dropdown-menu .form-control::placeholder {
    color: #fff
}

.mobile-nav .navbar-option-dots .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    -webkit-transform: translate(50px, 39px) !important;
    transform: translate(50px, 39px) !important;
    border-radius: 0;
    background-color: #cb1517;
    padding: 0
}

.mobile-nav .navbar-option-dots .dropdown-menu.navbar-social ul {
    padding: 10px
}

.mobile-nav .navbar-option-dots .dropdown-menu.navbar-social ul li a {
    color: #fff
}

.mobile-nav .navbar-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0
}

.mobile-nav .navbar-social ul li {
    list-style: none
}

.mobile-brand {
    position: relative;
    z-index: 1000
}

.mean-container {
    position: relative
}

.mean-container .mean-bar {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    border-bottom: 0
}

.mean-container a.meanmenu-reveal {
    padding-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: auto;
    color: #cb1517
}

.mean-container a.meanmenu-reveal span {
    background-color: #cb1517
}

.mean-container .mean-nav {
    margin-top: 69px
}

.mean-container .mean-nav .navbar-nav {
    max-height: 350px;
    overflow: auto
}

.mean-container .mean-nav .navbar-nav .nav-item a {
    font-family: oswald, sans-serif;
    color: #000
}

.mean-container .mean-nav .navbar-nav .nav-item a.active {
    color: #cb1517
}

.navbar-option-dots button {
    background-color: transparent;
    padding: 0
}

.navbar-area.is-sticky {
    -webkit-animation: 500ms running fadeInDown;
    animation: 500ms running fadeInDown;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;
    z-index: 999;
    position: fixed;
    background-color: #fff
}

.search-area {
    max-width: 250px;
    margin-left: auto
}

.search-area .input-group {
    background-color: transparent;
    padding: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.search-area .input-group-text {
    color: #272727
}

.search-area .form-control {
    color: #272727;
    font-size: 16px;
    font-family: oswald, sans-serif;
    border: 0;
    border-bottom: 1px solid #858585;
    padding: 2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0
}

.search-area .form-control::-webkit-input-placeholder {
    font-size: 16px;
    font-family: oswald, sans-serif;
    color: #646464
}

.search-area .form-control:-ms-input-placeholder {
    font-size: 16px;
    font-family: oswald, sans-serif;
    color: #646464
}

.search-area .form-control::-ms-input-placeholder {
    font-size: 16px;
    font-family: oswald, sans-serif;
    color: #646464
}

.search-area .form-control::placeholder {
    font-size: 16px;
    font-family: oswald, sans-serif;
    color: #646464
}

.search-area.search-area-white .input-group-text {
    color: #fff
}

.search-area.search-area-white .form-control {
    color: #fff;
    border-bottom: 1px solid #b5b5b5
}

.search-area.search-area-white .form-control::-webkit-input-placeholder {
    color: #b5b5b5
}

.search-area.search-area-white .form-control:-ms-input-placeholder {
    color: #b5b5b5
}

.search-area.search-area-white .form-control::-ms-input-placeholder {
    color: #b5b5b5
}

.search-area.search-area-white .form-control::placeholder {
    color: #b5b5b5
}

.page-top-social ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0
}

.page-top-social ul li {
    font-size: 14px;
    margin-right: 15px;
    list-style: none
}

.page-top-social ul li:last-child {
    margin-right: 0
}

.page-top-social ul li a {
    color: #b5b5b5
}

.page-top-social ul li a:hover {
    color: #cb1517
}

.page-top-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.page-top-grid .page-top-social {
    margin-left: 40px
}

.rev-header {
    height: 950px
}

.rev_slider_wrapper {
    height: 950px !important
}

.revolution-header-title {
    font-family: oswald, sans-serif !important;
    font-weight: 700;
    color: #fff
}

.revolution-header-title span {
    color: #cb1517
}

.header-blog-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-blog-grid a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-blog-grid a h3 {
    color: #646464;
    -webkit-transition: all .3s linear !important;
    transition: all .3s linear !important
}

.header-blog-grid a img {
    width: 100% !important;
    height: auto !important;
    -webkit-transition: all .3s linear !important;
    transition: all .3s linear !important;
    opacity: .3
}

.header-blog-grid a:hover h3 {
    color: #fff
}

.header-blog-grid a:hover .header-blog-image img {
    opacity: 1
}

.header-blog-text {
    padding-left: 15px
}

.header-blog-text h3 {
    font-size: 23px !important;
    font-family: oswald, sans-serif;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 35px !important
}

.header-blog-text h3 span {
    font-size: 70px !important;
    font-weight: 600;
    margin-right: 15px
}

.header-blog-text.header-blog-text-col h3 {
    display: block
}

.header-blog-text.header-blog-text-col h3 span {
    margin-right: 0;
    margin-bottom: 15px !important
}

.header-blog-grid-lg .header-blog-image {
    -webkit-box-flex: 0;
    flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    max-width: 120px
}

.header-blog-grid-md .header-blog-image {
    -webkit-box-flex: 0;
    flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    max-width: 100px
}

.header-blog-grid-sm .header-blog-image {
    -webkit-box-flex: 0;
    flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    max-width: 80px
}

.tp-bullet {
    -webkit-box-flex: 0;
    flex: 0 0 9px;
    -ms-flex: 0 0 9px;
    max-width: 9px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #b5b5b5;
    position: relative;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.tp-bullet:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #707070;
    position: absolute
}

.tp-bullet.selected {
    -webkit-box-flex: 0;
    flex: 0 0 15px;
    -ms-flex: 0 0 15px;
    max-width: 15px;
    width: 15px;
    height: 15px;
    background-color: #fff
}

.tp-bullet.selected:before {
    width: 16px;
    height: 16px
}

.tp-bullets {
    top: 65% !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tp-bullets:before {
    content: "";
    width: 60px;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #707070;
    position: absolute
}

.header-carousel .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 100px
}

.header-carousel .slick-dots:before {
    content: "";
    width: 100%;
    height: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #707070;
    position: absolute
}

.header-carousel .slick-dots li {
    list-style: none;
    font-size: 0;
    -webkit-box-flex: 0;
    flex: 0 0 9px;
    -ms-flex: 0 0 9px;
    max-width: 9px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #b5b5b5;
    position: relative;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-right: 30px;
    cursor: pointer
}

.header-carousel .slick-dots li:last-child {
    margin-right: 0
}

.header-carousel .slick-dots li button {
    padding: 0
}

.header-carousel .slick-dots li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #707070;
    position: absolute
}

.header-carousel .slick-dots li.slick-active {
    -webkit-box-flex: 0;
    flex: 0 0 15px;
    -ms-flex: 0 0 15px;
    max-width: 15px;
    width: 15px;
    height: 15px;
    background-color: #fff
}

.header-carousel .slick-dots li.slick-active:before {
    width: 16px;
    height: 16px
}

.header-carousel-item {
    padding-top: 195px;
    padding-bottom: 150px;
    background-position: top center;
    background-size: cover
}

.header-carousel-item-1 {
    background-image: radial-gradient(rgba(0, 0, 0, 0.3) -47%, rgba(0, 0, 0, 0.9) 69%), url(../images/homepage-four-hero/hero-1.jpg)
}

.header-carousel-item-2 {
    background-image: radial-gradient(rgba(0, 0, 0, 0.3) -47%, rgba(0, 0, 0, 0.9) 69%), url(../images/homepage-four-hero/hero-2.jpg)
}

.header-carousel-item-3 {
    background-image: radial-gradient(rgba(0, 0, 0, 0.3) -47%, rgba(0, 0, 0, 0.9) 69%), url(../images/homepage-four-hero/hero-3.jpg)
}

.header-carousel-content {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto
}

.header-carousel-content .header-content-text h1 {
    font-size: 60px;
    font-weight: 600;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-bottom: 20px
}

.header-carousel-content .header-content-text h1:last-child {
    margin-bottom: 0
}

.header-carousel-content .header-content-text h1 span {
    color: #cb1517
}

.header-carousel-content .header-content-text p {
    font-size: 17px;
    margin-bottom: 20px
}

.header-carousel-content .header-content-text p:last-child {
    margin-bottom: 0
}

.header-carousel-content.header-carousel-content-white .header-content-text h1 {
    color: #fff
}

.header-carousel-content.header-carousel-content-white .header-content-text p {
    color: #c8c8c8
}

.inner-page-header {
    padding-top: 200px;
    padding-bottom: 100px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.inner-page-header:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -45%, rgba(35, 35, 35, 0.9) 59%)
}

.inner-header-bg-1 {
    background-image: url(../images/inner-header-bg-1.jpg)
}

.inner-header-bg-2 {
    background-image: url(../images/inner-header-bg-2.jpg)
}

.inner-header-bg-3 {
    background-image: url(../images/inner-header-bg-3.jpg)
}

.inner-header-bg-4 {
    background-image: url(../images/inner-header-bg-4.jpg)
}

.inner-header-content {
    position: relative;
    max-width: 1030px
}

.inner-header-content .header-content-text .breadcrumb {
    margin-bottom: 18px
}

.inner-header-content .header-content-text h1 {
    font-size: 50px;
    font-weight: 600;
    font-family: oswald, sans-serif;
    margin-bottom: 30px;
    color: #272727
}

.inner-header-content .header-content-text h1:last-child {
    margin-bottom: 0
}

.inner-header-content .header-content-text h1 span {
    color: #cb1517
}

.inner-header-content .header-content-text p {
    font-size: 16px;
    margin-bottom: 25px
}

.inner-header-content .header-content-text p:last-child {
    margin-bottom: 0
}

.inner-header-content .header-content-text .post-entry {
    margin-bottom: 25px
}

.inner-header-content .header-content-text .post-entry:last-child {
    margin-bottom: 0
}

.inner-header-content.inner-header-content-white .header-content-text .breadcrumb .breadcrumb-item {
    color: #fff
}

.inner-header-content.inner-header-content-white .header-content-text .breadcrumb .breadcrumb-item a {
    color: #fff
}

.inner-header-content.inner-header-content-white .header-content-text .breadcrumb .breadcrumb-item a:hover {
    color: #cb1517
}

.inner-header-content.inner-header-content-white .header-content-text .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: #fff
}

.inner-header-content.inner-header-content-white .header-content-text h1 {
    color: #fff
}

.inner-header-content.inner-header-content-white .header-content-text p {
    color: #fff
}

.inner-header-content.inner-header-content-white .post-entry li {
    color: #fff
}

.page-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.page-grid.page-grid-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.page-grid.page-grid-reverse .page-grid-header {
    left: auto;
    right: 0;
    padding-left: 30px;
    padding-right: 30px
}

.page-grid.page-grid-reverse .page-grid-body {
    margin-left: 0;
    padding-left: 80px;
    padding-right: 80px
}

.page-grid-item {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    width: 50%
}

.page-grid-item.page-grid-item-full {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    width: 100%
}

.page-grid-item.page-grid-item-full.page-grid-body {
    margin-left: 0;
    padding-left: 80px;
    padding-right: 80px
}

.page-grid-item.page-grid-item-full .fixed-top {
    width: 50%
}

.page-grid-item.page-grid-item-full .main-nav {
    padding-left: 65px;
    padding-right: 65px;
    max-width: 100%
}

.page-grid-item.page-grid-item-full .navbar-area.is-sticky {
    width: 50%
}

.page-grid-item .mobile-nav .navbar-option {
    display: none
}

.page-grid-header {
    height: 100vh;
    overflow: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 20px;
    padding-bottom: 30px;
    z-index: 1
}

.page-grid-header.header-no-overlay:before {
    content: none
}

.page-grid-header .fixed-top {
    width: 50%;
    padding-left: 70px;
    padding-right: 70px
}

.page-grid-header .navbar-area.is-sticky {
    left: 0;
    width: 50%
}

.page-grid-header .mobile-nav {
    display: block
}

.page-grid-header .main-nav {
    display: none
}

.fixed-top-half .mobile-nav {
    display: block
}

.fixed-top-half .main-nav {
    display: none
}

.fixed-top-half .main-nav-black {
    position: relative;
    padding-left: 15px
}

.fixed-top-half .main-nav-black:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff
}

.fixed-top-half .mobile-nav-black {
    position: relative
}

.fixed-top-half .mobile-nav-black:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff
}

.side-header-bg-1 {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -90%, rgba(35, 35, 35, 0.7) 66%), url(../images/page-body-bg/page-body-bg-1.jpg)
}

.side-header-bg-2 {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -90%, rgba(35, 35, 35, 0.7) 66%), url(../images/page-body-bg/page-body-bg-2.jpg)
}

.side-header-bg-3 {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -90%, rgba(35, 35, 35, 0.7) 66%), url(../images/page-body-bg/page-body-bg-3.jpg)
}

.side-header-bg-4 {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -90%, rgba(35, 35, 35, 0.7) 66%), url(../images/page-body-bg/page-body-bg-4.jpg)
}

.side-header-bg-5 {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -90%, rgba(35, 35, 35, 0.7) 66%), url(../images/page-body-bg/page-body-bg-5.jpg)
}

.side-header-bg-6 {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -90%, rgba(35, 35, 35, 0.7) 66%), url(../images/page-body-bg/page-body-bg-6.jpg)
}

.side-header-bg-7 {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -90%, rgba(35, 35, 35, 0.7) 66%), url(../images/page-body-bg/page-body-bg-7.jpg)
}

.side-header-bg-8 {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -90%, rgba(35, 35, 35, 0.7) 66%), url(../images/page-body-bg/page-body-bg-8.jpg)
}

.side-header-bg-9 {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -90%, rgba(35, 35, 35, 0.7) 66%), url(../images/page-body-bg/page-body-bg-9.jpg)
}

.side-header-gradlessbg-1 {
    background-image: url(../images/homepage-three/page-body-bg-3.html)
}

.page-grid-left-shadow {
    -webkit-box-shadow: inset 11px 0 60px 0 rgba(0, 0, 0, .1);
    box-shadow: inset 11px 0 60px 0 rgba(0, 0, 0, .1)
}

.page-grid-right-shadow {
    -webkit-box-shadow: inset -30px 0 60px 0 rgba(0, 0, 0, .1);
    box-shadow: inset -30px 0 60px 0 rgba(0, 0, 0, .1)
}

.inner-page-side-header {
    height: 100vh;
    overflow: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    padding-left: 80px;
    padding-right: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    z-index: 1
}

.inner-page-side-header .fixed-top {
    width: 50%;
    padding-left: 65px;
    padding-right: 65px
}

.inner-page-side-header .navbar-area.is-sticky {
    left: 0;
    width: 50%
}

.inner-page-side-header .mobile-nav {
    display: block
}

.inner-page-side-header .main-nav {
    display: none
}

.radial-gradient-1:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .01);
    left: 0;
    top: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) 1%, rgba(35, 35, 35, 0.6) 59%)
}

.page-turn-controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: -10px
}

.page-turn-controller button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    outline: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: oswald, sans-serif;
    color: #272727;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-right: 20px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px
}

.page-turn-controller button:last-child {
    margin-right: 0
}

.page-turn-controller button.page-turn-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.page-turn-controller button i {
    font-size: 12px;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .55, .4, 2.1) 0s;
    transition: -webkit-transform .3s cubic-bezier(.25, .55, .4, 2.1) 0s;
    transition: transform .3s cubic-bezier(.25, .55, .4, 2.1) 0s;
    transition: transform .3s cubic-bezier(.25, .55, .4, 2.1) 0s, -webkit-transform .3s cubic-bezier(.25, .55, .4, 2.1) 0s
}

.page-turn-controller button:hover {
    color: #cb1517
}

.page-turn-controller button:active, .page-turn-controller button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    outline: 0
}

.page-turn-controller-white button {
    color: #fff
}

.page-turn-controller-white button:hover {
    color: #cb1517
}

.page-turn-left i {
    margin-right: 5px
}

.page-turn-left:hover i {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.page-turn-right i {
    margin-left: 5px
}

.page-turn-right:hover i {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.page-grid-full-nav {
    width: 50%
}

.bb-bookblock {
    width: 100%;
    height: 100%;
    -webkit-perspective: none;
    perspective: none
}

.bb-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bb-custom-wrapper {
    height: 100vh
}

.page-header-inner {
    height: 100%
}

.page-header-content {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.page-header-content h1 {
    font-size: 65px;
    color: #272727;
    font-family: oswald, sans-serif;
    font-weight: 600;
    margin-top: auto;
    margin-bottom: 30px
}

.page-header-content h1 span {
    color: #cb1517
}

.page-header-content p {
    font-size: 16px;
    color: #515151;
    margin-bottom: 30px
}

.page-header-content p:last-child {
    margin-bottom: 0
}

.page-header-content .post-entry {
    margin-bottom: 30px
}

.page-header-content .post-entry :last-child {
    margin-bottom: 0
}

.page-header-content.page-header-content-sm h1 {
    font-size: 45px
}

.page-header-content.page-header-content-full h1 {
    width: 100%
}

.header-bottom {
    margin-top: -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.header-bottom .header-social {
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px
}

.header-bottom .header-bottom-link {
    margin-top: 15px;
    padding-left: 10px;
    padding-right: 10px
}

.header-bottom .header-bottom-link p {
    margin-bottom: 0;
    font-size: 16px;
    font-family: oswald, sans-serif
}

.header-bottom .header-bottom-link p a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-bottom .header-bottom-link p a i {
    margin-left: 6px
}

.header-bottom .header-bottom-link p a i:before {
    vertical-align: bottom
}

.page-header-justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.page-header-justify-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-header-justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.page-header-align-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.page-header-content-white h1 {
    color: #fff
}

.page-header-content-white h1 span {
    color: #cb1517
}

.page-header-content-white p {
    color: #fff
}

.page-header-content-white .header-bottom-link p a {
    color: #fff
}

.page-header-content-white .header-bottom-link p a:hover {
    color: #cb1517
}

.page-header-content-white .breadcrumb .breadcrumb-item {
    color: #fff
}

.page-header-content-white .breadcrumb .breadcrumb-item a {
    color: #fff
}

.page-header-content-white .breadcrumb .breadcrumb-item a:hover {
    color: #cb1517
}

.page-header-content-white .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    color: #fff
}

.page-header-content-white .post-entry li {
    color: #fff
}

.page-header-content-grid {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
    position: relative
}

.page-header-content-grid .header-content-text {
    -webkit-box-flex: 0;
    flex: 0 0 460px;
    -ms-flex: 0 0 460px;
    max-width: 460px
}

.page-header-content-grid h1 {
    font-size: 80px;
    color: #272727;
    font-family: oswald, sans-serif;
    font-weight: 600;
    margin-top: auto;
    margin-bottom: 30px
}

.page-header-content-grid h1 span {
    color: #cb1517
}

.page-header-content-grid p {
    font-size: 16px;
    color: #333;
    margin-bottom: 30px
}

.page-header-content-grid.page-header-content-grid-white h1 {
    color: #fff
}

.page-header-content-grid.page-header-content-grid-white h1 span {
    color: #cb1517
}

.page-header-content-grid.page-header-content-grid-white p {
    color: #fff
}

.page-last-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
    padding-top: 50px
}

.page-last-content .page-header-content-grid {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.page-last-content .page-header-content-grid .header-content-text {
    -webkit-box-flex: 0;
    flex: 0 0 570px;
    -ms-flex: 0 0 570px;
    max-width: 570px
}

.page-last-content .page-header-content-grid .page-turn-controller {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-title {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 30px
}

.news-title h2 {
    font-size: 35px;
    font-weight: 600;
    font-family: oswald, sans-serif;
    position: relative;
    margin-bottom: 0
}

.news-title h2:after {
    content: "";
    width: 100%;
    height: 18px;
    background-image: url(../images/right-arrow-light.png);
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-left: 15px
}

.news-title.news-title-dark h2 {
    color: #fff
}

.news-title.news-title-dark h2:after {
    background-image: url(../images/right-arrow.png)
}

.news-card {
    margin-bottom: 30px
}

.news-card-video .news-card-thumb {
    position: relative
}

.news-card-video .news-card-thumb img {
    opacity: .4
}

.news-card-video .news-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@-webkit-keyframes videoBubble {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes videoBubble {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: 0
    }
}

.news-video-icon {
    width: 75px;
    height: 75px
}

.news-video-icon a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 200, 55, .9);
    color: #272727;
    border-radius: 50%;
    font-size: 22px;
    position: relative
}

.news-video-icon a:before {
    content: "";
    width: 85px;
    height: 85px;
    background-color: rgba(255, 200, 55, .71);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

.news-video-icon a:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 200, 55, .8);
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-animation: videoBubble 3s infinite linear;
    animation: videoBubble 3s infinite linear
}

.news-card-thumb {
    margin-bottom: 20px;
    overflow: hidden
}

.news-card-content h3, .news-flat-content h3 {
    font-size: 29px;
    font-family: oswald, sans-serif;
    line-height: 1.4;
    margin-bottom: 15px;
    font-weight: 600;
    color: #272727
}

.news-card-content h3 a, .news-flat-content h3 a {
    color: #272727
}

.news-card-content h3 a:hover, .news-flat-content h3 a:hover {
    color: #cb1517
}

.news-card-content p, .news-flat-content p {
    font-size: 15px;
    font-weight: 400
}

.news-card-content &gt; p, .news-flat-content &gt; p {
    line-height: 1.6em
}

.news-card-content .news-card-link, .news-flat-content .news-card-link {
    font-size: 17px
}

.news-card-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -13px
}

.news-card-entry {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: -5px;
    margin-top: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.news-card-entry li {
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    padding-right: 8px;
    color: #111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-card-entry li + li:before {
    content: "•";
    font-size: 24px;
    line-height: 1;
    margin-right: 8px
}

.news-card-entry li i {
    font-size: 18px;
    margin-right: 10px
}

.news-card-link {
    margin-top: 13px;
    margin-bottom: 0;
    font-size: 17px;
    font-family: oswald, sans-serif
}

.news-card-link a {
    position: relative;
    padding-right: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #333
}

.news-card-link a:after {
    content: "\f103";
    font-family: Flaticon;
    font-size: 13px;
    position: absolute;
    right: 0;
    -webkit-transform: translate(5px, -50%);
    transform: translate(5px, -50%);
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    top: 50%
}

.news-card-link a:hover {
    padding-right: 20px;
    color: #cb1517
}

.news-card-link a:hover:after {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1
}

.news-card-dark .news-card-content h3, .news-card-dark .news-flat-content h3 {
    color: #fff
}

.news-card-dark .news-card-content h3 a, .news-card-dark .news-flat-content h3 a {
    color: #fff
}

.news-card-dark .news-card-content h3 a:hover, .news-card-dark .news-flat-content h3 a:hover {
    color: #cb1517
}

.news-card-dark .news-card-content p, .news-card-dark .news-flat-content p {
    color: #dbdbdb
}

.news-card-dark .news-card-entry li {
    color: #ccc
}

.news-card-dark .news-card-link a {
    color: #fff
}

.news-card-dark .news-card-link a:hover {
    color: #cb1517
}

.news-card-dark .news-author {
    color: #dbdbdb
}

.author-name span {
    text-transform: uppercase;
    font-weight: 500
}

.author-name strong {
    text-transform: uppercase;
    font-weight: 500
}

.name {
    text-transform: uppercase
}

.news-card-flat {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.news-card-flat .news-card-thumb {
    margin-right: 20px;
    margin-bottom: 0;
    -webkit-box-flex: 0;
    flex: 0 0 115px;
    -ms-flex: 0 0 115px;
    max-width: 115px
}

.news-card-flat .news-card-content, .news-card-flat .news-flat-content {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.news-card-flat .news-card-content .news-card-entry, .news-card-flat .news-flat-content .news-card-entry {
    margin-top: -5px;
    margin-bottom: 15px
}

.news-card-flat .news-card-content .news-card-entry li, .news-card-flat .news-flat-content .news-card-entry li {
    margin-top: 5px;
    margin-bottom: 0
}

.news-card-flat .news-card-content .news-card-link, .news-card-flat .news-flat-content .news-card-link {
    margin-top: auto
}

.news-flat {
    margin-bottom: 30px
}

.news-flat a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.news-flat a:hover .news-flat-content h3 {
    color: #cb1517
}

.news-flat a:hover .news-flat-thumb:before {
    opacity: 1;
    visibility: visible
}

.news-flat a:hover .news-flat-thumb img {
    -webkit-transform: scale(1.02);
    transform: scale(1.02)
}

.news-flat a .news-card-entry li {
    color: #333
}

.news-flat-content h3 {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    font-size: 21px
}

.news-flat-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    max-width: 120px;
    margin-right: 20px;
    overflow: hidden;
    position: relative
}

.news-flat-thumb:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 200, 55, .75);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.news-flat-thumb img {
    width: 100%;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.news-flat-dark .news-card-content h3, .news-flat-dark .news-flat-content h3 {
    color: #fff
}

.news-flat-dark .news-card-content p, .news-flat-dark .news-flat-content p {
    color: #ccc
}

.news-flat-dark .news-card-entry li {
    color: #ccc !important
}

.news-follow {
    padding: 15px 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
    margin-bottom: 30px
}

.news-follow h4 {
    font-size: 23px;
    font-weight: 600;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-bottom: 15px
}

.news-follow .social-list {
    margin-bottom: 15px
}

.news-follow .social-list li a:hover {
    color: #fff
}

.news-follow .social-list-full {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-follow .social-list-full li {
    font-size: 15px
}

.news-follow-mainbg {
    background-color: #cb1517
}

.news-content-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.news-content-flex h3 {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
    margin-right: 15px
}

.news-author {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
    font-family: oswald, sans-serif;
    color: #272727
}

.news-newsletter-2 h3 {
    font-size: 25px;
    font-family: oswald, sans-serif;
    color: #272727;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 600
}

.news-newsletter-2 .form-group {
    padding-bottom: 30px
}

.news-newsletter-2 .input-group {
    border: 1px solid #b5b5b5;
    background-color: transparent;
    padding: 8px 8px 8px 20px;
    border-radius: 0;
    margin-bottom: 10px
}

.news-newsletter-2 .form-control {
    border: 0;
    padding: 0;
    margin-right: 10px
}

.news-newsletter-2 .main-btn {
    padding: 10px 40px;
    font-weight: 500;
    font-family: oswald, sans-serif
}

.news-newsletter-2 .text-muted {
    color: #515151 !important
}

.news-newsletter {
    padding: 20px;
    margin-top: 30px;
    margin-bottom: 30px;
    background-color: #e6e6e6
}

.news-newsletter h3 {
    font-size: 25px;
    font-family: oswald, sans-serif;
    color: #272727;
    line-height: 1.4;
    margin-bottom: 20px;
    font-weight: 600
}

.news-newsletter .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0
}

.news-newsletter .form-group .form-control {
    padding: 15px 20px;
    background-color: #fff;
    color: #272727;
    font-size: 16px;
    border-radius: 0;
    margin-right: 15px;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
    border: 0
}

.news-newsletter .form-group .form-control::-webkit-input-placeholder {
    color: #858585
}

.news-newsletter .form-group .form-control:-ms-input-placeholder {
    color: #858585
}

.news-newsletter .form-group .form-control::-ms-input-placeholder {
    color: #858585
}

.news-newsletter .form-group .form-control::placeholder {
    color: #858585
}

.news-newsletter .main-btn {
    -webkit-box-flex: 0;
    flex: 0 0 290px;
    -ms-flex: 0 0 290px;
    max-width: 290px
}

.news-newsletter-full .form-group .form-control {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px
}

.news-newsletter-full .main-btn {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%
}

.news-newsletter-dark {
    background-color: #333
}

.news-newsletter-dark h3 {
    color: #fff
}

.news-newsletter-dark .form-group .form-control {
    background-color: #272727;
    color: #fff
}

.news-newsletter-dark .form-group .form-control::-webkit-input-placeholder {
    color: #858585
}

.news-newsletter-dark .form-group .form-control:-ms-input-placeholder {
    color: #858585
}

.news-newsletter-dark .form-group .form-control::-ms-input-placeholder {
    color: #858585
}

.news-newsletter-dark .form-group .form-control::placeholder {
    color: #858585
}

.news-newsletter-dark #validator-newsletter {
    color: #ccc
}

.news-card-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px
}

.news-card-grid-item {
    margin-bottom: 20px
}

.news-card-grid-item .news-card-thumb {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-1 {
    background-image: url(../images/travel/travel-lg-1.jpg)
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-2 {
    background-image: url(../images/travel/travel-lg-2.jpg)
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-3 {
    background-image: url(../images/travel/travel-lg-3.jpg)
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-4 {
    background-image: url(../images/travel/travel-camera.jpg)
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-5 {
    background-image: url(../images/travel/travel-lg-4.jpg)
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-6 {
    background-image: url(../images/fashion/fashion-xl-1.jpg)
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-7 {
    background-image: url(../images/fashion/fashion-xl-2.jpg)
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-8 {
    background-image: url(../images/travel/travel-lg-5.jpg)
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-9 {
    background-image: url(../images/travel/travel-lg-6.jpg)
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-10 {
    background-image: url(../images/fashion/fashion-xl-3.jpg)
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-11 {
    background-image: url(../images/fashion/fashion-xl-4.jpg)
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-12 {
    background-image: url(../images/travel/travel-lg-7.jpg)
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-13 {
    background-image: url(../images/travel/travel-long-8.jpg)
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-14 {
    background-image: url(../images/travel/travel-lg-8.jpg)
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-15 {
    background-image: url(../images/travel/travel-lg-9.jpg)
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-16 {
    background-image: url(../images/travel/travel-lg-10.jpg)
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-17 {
    background-image: url(../images/fashion/fashion-xl-5.jpg)
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-18 {
    background-image: url(../images/fashion/fashion-xl-6.jpg)
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-19 {
    background-image: url(../images/fashion/fashion-xl-7.jpg)
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-20 {
    background-image: url(../images/men/men-xl-1.jpg)
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-21 {
    background-image: url(../images/men/men-xl-2.jpg)
}

.news-card-grid-item .news-card-thumb.news-thumb-bg-22 {
    background-image: url(../images/men/men-xl-3.jpg)
}

.news-card-grid-item .news-grid-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%
}

.news-card-grid-item .news-grid-header .news-card-entry {
    margin-bottom: 0
}

.news-card-grid-item .news-grid-header .news-card-entry li {
    margin-bottom: 0
}

.news-card-grid-item .news-grid-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.news-card-grid-item .news-grid-details-image {
    position: relative
}

.news-card-grid-item .news-grid-details-image .news-card-thumb {
    height: 100%
}

.news-card-grid-item .news-grid-details-image .page-turn-controller {
    position: absolute;
    bottom: 20px;
    left: 20px
}

.news-grid-header h3 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
    font-family: oswald, sans-serif;
    color: #272727
}

.news-grid-header h3 a {
    color: #272727
}

.news-grid-header h3 a span {
    color: #cb1517
}

.news-grid-header h3 a:hover {
    color: #cb1517
}

.news-grid-header h3 span {
    color: #cb1517
}

.news-card-grid-dark .news-grid-header h3 {
    color: #fff
}

.news-card-grid-dark .news-grid-header h3 a {
    color: #fff
}

.news-card-grid-dark .news-grid-header h3 a span {
    color: #cb1517
}

.news-card-grid-dark .news-grid-header h3 a:hover {
    color: #cb1517
}

.news-card-grid-dark .news-card-entry li {
    color: #ccc
}

.news-card-grid-dark .news-grid-details p {
    color: #ccc
}

.news-card-grid-dark .news-card-link a {
    color: #fff
}

.news-card-grid-dark .news-card-link a:hover {
    color: #cb1517
}

.news-card-grid-dark .news-author {
    color: #c8c8c8
}

.news-grid-details-para &gt; p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.6em
}

.news-grid-details-para img {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}

.news-grid-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -15px
}

.news-grid-action .news-author {
    margin-top: 15px;
    margin-bottom: 0
}

.news-grid-action .news-card-link {
    margin-top: 15px;
    margin-bottom: 0
}

.page-grid-body {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 30px
}

.page-grid-body .container {
    max-width: 800px
}

.page-grid-body .mobile-nav {
    display: block;
    padding-left: 80px;
    padding-right: 80px
}

.page-grid-body .main-nav {
    display: none
}

.page-body-inner {
    position: relative
}

.page-body-bg {
    height: 100vh;
    overflow: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative
}

.page-body-bg.page-body-bg-1 {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(35, 35, 35, 0.6) 59%), url(../images/homepage-three/page-body-bg-1.html)
}

.page-body-bg.page-body-bg-2 {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) 0%, rgba(35, 35, 35, 0.6) 59%), url(../images/homepage-three/page-body-bg-2.html)
}

.page-news-box {
    padding: 30px 30px 0;
    margin-bottom: 30px
}

.page-news-box .news-card-content h3, .page-news-box .news-flat-content h3 {
    font-size: 22px
}

.page-news-box .news-card-content .news-card-link, .page-news-box .news-flat-content .news-card-link {
    font-size: 13px
}

.page-news-box .news-flat-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    max-width: 100px
}

.page-news-box .news-flat-content h3 {
    font-size: 15px
}

.page-news-box .news-card-entry li {
    font-size: 13px
}

.page-news-box .news-card-entry li i {
    font-size: 15px;
    margin-right: 5px
}

.news-follow-list {
    margin-top: 30px;
    margin-bottom: 30px
}

.news-follow-list-facebook {
    background-color: #3b5998
}

.news-follow-list-twitter {
    background-color: #00acee
}

.news-follow-list-instagram {
    background-color: #dd2a7b
}

.news-follow-list-youtube {
    background-color: #c4302b
}

.news-follow-list-vimeo {
    background-color: #86c9ef
}

.news-follow-list-item {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-bottom: 15px
}

.news-follow-list-item:last-child {
    margin-bottom: 0
}

.news-follow-list-item:hover {
    background-color: #cb1517
}

.news-follow-list-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 25px;
    color: #fff;
    font-size: 16px
}

.news-follow-list-item a span {
    font-family: oswald, sans-serif
}

.news-poster figure {
    margin-bottom: 0
}

.page-3-body-titles {
    -webkit-box-flex: 0;
    flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    max-width: 240px;
    width: 240px;
    margin-bottom: 20px
}

.page-3-body-titles .page-2-titles-main {
    font-size: 45px;
    font-family: oswald, sans-serif;
    color: #272727;
    font-weight: 600;
    margin-bottom: 30px
}

.page-3-body-titles .page-2-titles-main:last-child {
    margin-bottom: 0
}

.page-3-body-titles .page-2-titles-main span {
    color: #cb1517
}

.page-3-body-titles h3 {
    font-size: 25px;
    font-family: oswald, sans-serif;
    color: #272727;
    font-weight: 600;
    margin-bottom: 30px
}

.page-3-body-titles h3:last-child {
    margin-bottom: 0
}

.page-3-body-titles h3 span {
    color: #cb1517
}

.page-3-body-titles h4 {
    font-size: 30px;
    font-family: oswald, sans-serif;
    color: #272727;
    font-weight: 600;
    margin-bottom: 30px
}

.page-3-body-titles h4:last-child {
    margin-bottom: 0
}

.page-3-body-titles h4 span {
    color: #cb1517
}

.page-3-body-titles.page-3-body-titles-white .page-2-titles-main {
    color: #fff
}

.page-3-body-titles.page-3-body-titles-white h3 {
    color: #fff
}

.page-3-body-titles.page-3-body-titles-white h4 {
    color: #fff
}

.page-3-body-titles.page-3-body-titles-xl {
    max-width: 380px;
    width: 380px
}

.flex-column .page-3-body-titles {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1
}

.page-3-redirect {
    -webkit-box-flex: 0;
    flex: 0 0 180px;
    -ms-flex: 0 0 180px;
    max-width: 180px;
    width: 180px;
    margin-bottom: 20px
}

.page-3-redirect h3 {
    font-size: 25px;
    font-family: oswald, sans-serif;
    color: #272727;
    font-weight: 600;
    margin-bottom: 0
}

.page-3-redirect h3 a {
    color: #fff
}

.page-3-redirect h3 a span {
    color: #cb1517
}

.divider {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px dashed #646464
}

.divider.divider-light {
    border-top-color: #c8c8c8
}

.divider.divider-lg {
    margin-top: 30px;
    margin-bottom: 30px
}

.footer-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.footer-content-item {
    margin-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
    text-align: center
}

.footer-content-item .social-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer-content-item.text-left {
    text-align: left
}

.footer-logo a {
    display: block
}

.footer-logo .footer-logo2 {
    display: none
}

.footer-list {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-top: -10px
}

.footer-list li {
    font-size: 16px;
    font-weight: 400;
    font-family: oswald, sans-serif;
    margin-top: 10px;
    position: relative;
    list-style: none;
    margin-right: 30px
}

.footer-list li a {
    color: #272727;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.footer-list li:hover a {
    color: #cb1517
}

.footer-list li:last-child {
    margin-right: 0
}

.footer-list-white li a {
    color: #fff
}

.footer-list-white li a:hover {
    color: #cb1517
}

.footer-lower {
    padding-top: 30px;
    padding-bottom: 30px
}

.footer-lower-border {
    border-top: 1px solid rgba(133, 133, 133, .5)
}

.footer-lower-border.footer-lower-border-light {
    border-color: #e6e6e6
}

.footer-copyright-text {
    padding-right: 20px;
    margin-right: 20px;
    text-align: center
}

.footer-copyright-text p {
    font-size: 16px;
    font-weight: 400;
    font-family: oswald, sans-serif;
    margin-bottom: 0;
    color: #515151
}

.footer-copyright-text p a {
    color: #272727;
    font-weight: 700
}

.footer-copyright-text p a:hover {
    color: #cb1517
}

.footer-copyright-text.footer-copyright-text-white p {
    color: #fff
}

.footer-copyright-text.footer-copyright-text-white p a {
    color: #cb1517
}

.footer-copyright-text.footer-copyright-text-white p a:hover {
    color: #cb1517
}

.about-content {
    padding-bottom: 10px
}

.about-content p {
    font-size: 16px;
    margin-bottom: 20px
}

.about-content figure {
    margin-bottom: 20px
}

.about-blockquote {
    padding: 50px 70px;
    margin-bottom: 30px
}

.about-blockquote-inner {
    position: relative;
    padding-left: 40px
}

.about-blockquote-inner:before {
    content: "\f10d";
    font-family: Flaticon;
    position: absolute;
    font-size: 25px;
    top: 0;
    left: 0;
    line-height: 1
}

.about-blockquote-text {
    margin-bottom: 20px
}

.about-blockquote-text p {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0;
    color: #272727
}

.about-blockquote-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-blockquote-author img {
    border-radius: 50%;
    margin-right: 10px;
    -webkit-box-flex: 0;
    flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    max-width: 30px;
    height: 30px
}

.about-blockquote-author p {
    margin-bottom: 0;
    font-size: 14px;
    color: #272727;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.about-blockquote-author p span {
    font-style: italic;
    margin-left: 5px;
    font-weight: 500
}

.about-blockquote-controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0
}

.about-blockquote-container {
    position: relative
}

.slick-slider, .slick-track, .slick-slide {
    outline: 0;
    border: 0
}

.slick-slider:focus, .slick-track:focus, .slick-slide:focus {
    outline: 0;
    border: 0
}

.about-history-counter {
    margin-bottom: 10px
}

.about-history-counter .history-content h3 {
    font-size: 40px
}

.contact-info-item {
    margin-bottom: 10px
}

.product-list-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
    margin-bottom: 30px
}

.product-list-header-item {
    padding-left: 10px;
    padding-right: 10px
}

.product-list-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px
}

.product-list-search {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px
}

.product-list-search .form-group {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #b5b5b5;
    border-radius: 0;
    padding: 15px 20px
}

.product-list-search .form-group .form-control {
    border: 0;
    padding: 0
}

.product-list-search .form-group button {
    background-color: transparent;
    padding: 0;
    color: #ccc;
    font-size: 17px
}

.product-list-search.product-list-search-white .form-group .form-control {
    color: #fff
}

.product-list-form {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px
}

.nice-select {
    padding: 15px 35px 15px 20px;
    height: auto;
    line-height: 1.5;
    font-size: 16px;
    border: 1px solid #b5b5b5;
    background: 0 0;
    border-radius: 0;
    color: #ccc
}

.nice-select.open, .nice-select:focus {
    border-color: #b5b5b5;
    color: #fff
}

.nice-select.open:after, .nice-select:focus:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nice-select:hover {
    border-color: #b5b5b5
}

.nice-select:after {
    content: "\f100";
    font-family: Flaticon;
    border: 0;
    font-size: 13px;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 0;
    height: auto;
    right: 15px;
    width: auto;
    -webkit-transform-origin: center;
    transform-origin: center
}

.nice-select .list {
    left: auto;
    right: 0;
    border: 0;
    border-radius: 0
}

.nice-select .list li {
    font-size: 15px;
    color: #272727
}

.nice-select .list li:hover {
    background-color: #cb1517
}

.nice-select .list li.option.focus, .nice-select .list li.option.selected.focus {
    background-color: #cb1517
}

.product-list-result {
    margin-top: 20px
}

.product-list-result p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    color: #272727
}

.product-list-result p span {
    font-weight: 600
}

.product-list-result.product-list-result-white p {
    color: #fff
}

.review-star {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0
}

.review-star li {
    margin-right: 5px;
    color: #707070;
    list-style: none;
    font-size: 14px
}

.review-star li.full-star {
    color: #cb1517
}

.review-star li.half-star {
    color: #cb1517
}

.review-star li:last-child {
    margin-right: 0
}

.review-star-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -5px
}

.review-star-group .review-star-list {
    margin-top: 5px;
    margin-right: 10px
}

.review-star-group span {
    color: #515151;
    font-size: 15px;
    margin-top: 5px;
    margin-left: 10px
}

.product-card:hover .product-card-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.product-card:hover .product-card-thumb .product-cart {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 1;
    pointer-events: all
}

.product-card:hover .product-card-details h3 a {
    color: #cb1517
}

.product-card-thumb {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative
}

.product-card-thumb img {
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.product-card-thumb .product-cart {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 45px);
    transform: translate(-50%, 45px);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    white-space: nowrap
}

.product-card-white .product-card-details h3 {
    color: #fff
}

.product-card-white .product-card-details h3 a {
    color: #fff
}

.product-card-white .product-card-details h3 a:hover {
    color: #cb1517
}

.product-card-white .product-price {
    color: #dbdbdb
}

.product-card-details {
    text-align: center
}

.product-card-details h3 {
    font-size: 25px;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-bottom: 15px
}

.product-card-details h3:last-child {
    margin-bottom: 0
}

.product-card-details h3 a {
    color: #272727
}

.product-card-details h3 a:hover {
    color: #cb1517
}

.product-card-details .product-price {
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-card-details .product-price:last-child {
    margin-bottom: 0
}

.product-card-details .review-star {
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-card-details .review-star:last-child {
    margin-bottom: 0
}

.product-price {
    color: #515151;
    font-family: oswald, sans-serif;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-price del {
    margin-right: 10px;
    font-size: 17px;
    color: #cb1517
}

.product-details-nav {
    max-height: 380px;
    overflow: hidden
}

.product-details-nav .slick-list {
    height: 100% !important
}

.product-details-nav .item {
    margin-bottom: 15px;
    cursor: pointer;
    border: 0
}

.product-details-nav .item img {
    width: 100%
}

.product-details-for {
    max-height: 380px;
    overflow: hidden
}

.product-details-for .slick-list {
    height: 100% !important
}

.product-details-for .item img {
    width: 100%
}

.default-carousel-controller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px
}

.default-carousel-controller button {
    -webkit-box-flex: 0;
    flex: 0 0 35px;
    -ms-flex: 0 0 35px;
    width: 35px;
    height: 35px;
    background-color: #cb1517;
    color: #272727;
    margin-right: 10px;
    font-size: 15px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.default-carousel-controller button:last-child {
    margin-right: 0
}

.default-carousel-controller button:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 4px 7px 0 rgba(0, 0, 0, .1)
}

.product-details-controller {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.product-details-nav-area .product-details-controller {
    display: none
}

.page-grid-body .inner-header-content {
    margin-top: 50px;
    margin-bottom: 50px
}

.product-details-caption {
    margin-bottom: 50px
}

.product-details-caption h3 {
    font-size: 30px;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-top: 20px;
    margin-bottom: 20px
}

.product-details-caption h5 {
    font-size: 18px;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-top: 20px;
    margin-bottom: 20px
}

.product-details-caption h4.product-price {
    margin-top: 20px;
    margin-bottom: 20px
}

.product-details-caption .review-star-group {
    margin-top: 20px;
    margin-bottom: 20px
}

.product-details-caption .review-star-group span {
    margin-top: 0
}

.product-details-caption p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.6em
}

.product-details-caption .product-size {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.product-details-caption .product-size li {
    list-style: none;
    margin-right: 15px
}

.product-details-caption .product-size li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 17px;
    font-size: 16px;
    font-weight: 500;
    background-color: #c8c8c8;
    color: #272727
}

.product-details-caption .product-size li a:hover {
    background-color: #cb1517;
    color: #272727
}

.product-details-caption .product-size li.active a {
    background-color: #cb1517 !important;
    color: #272727 !important
}

.product-details-caption.product-details-caption-white h3 {
    color: #fff
}

.product-details-caption.product-details-caption-white h4.product-price {
    color: #ccc
}

.product-details-caption.product-details-caption-white h5 {
    color: #fff
}

.product-details-caption.product-details-caption-white .review-star-group span {
    color: #dbdbdb
}

.product-details-caption.product-details-caption-white p {
    color: #dbdbdb
}

.product-details-caption.product-details-caption-white .product-size li a {
    background-color: #464646;
    color: #fff
}

.product-details-caption.product-details-caption-white .product-size li a:hover {
    background-color: #cb1517;
    color: #272727
}

.product-details-caption.product-details-caption-white .cart-quantity button {
    background-color: #464646;
    color: #fff
}

.product-details-caption.product-details-caption-white .cart-quantity button:hover {
    background-color: #cb1517;
    color: #272727
}

.product-details-caption.product-details-caption-white .cart-quantity input {
    background-color: #464646;
    color: #cb1517
}

.product-details-caption.product-details-caption-white .product-addwishlist a {
    color: #fff
}

.product-details-caption.product-details-caption-white .product-addwishlist a:hover {
    color: #cb1517
}

.product-details-caption.product-details-caption-white .product-action-share span {
    color: #dbdbdb
}

.product-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: -20px
}

.product-action-self {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.product-action-self-item {
    margin-top: 20px;
    margin-right: 20px
}

.cart-quantity {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart-quantity button {
    padding: 10px 22px;
    font-size: 16px;
    color: #272727;
    background-color: #c8c8c8;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    margin-right: 8px
}

.cart-quantity button:last-child {
    margin-right: 0
}

.cart-quantity button:hover {
    background-color: #cb1517
}

.cart-quantity input {
    padding: 5px 10px;
    border: 0;
    outline: 0;
    background-color: transparent;
    -webkit-box-flex: 0;
    flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    text-align: center;
    font-size: 16px;
    color: #272727;
    background-color: #c8c8c8;
    margin-right: 8px
}

.product-addcart .main-btn {
    padding: 10px 25px
}

.product-addwishlist {
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    max-width: 100%
}

.product-addwishlist a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    color: #272727
}

.product-addwishlist a:hover {
    color: #cb1517
}

.product-addwishlist a i {
    margin-right: 10px;
    font-size: 16px
}

.product-action-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.product-action-share span {
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
    color: #515151
}

.product-action-share .social-list li {
    margin-right: 5px
}

.product-action-share .social-list li:last-child {
    margin-right: 0
}

.product-tab-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px
}

.product-tab-list li {
    list-style: none;
    padding: 10px 15px;
    background-color: #c8c8c8;
    border: 2px solid #c8c8c8;
    margin-right: 15px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    color: #272727;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.product-tab-list li:hover {
    background-color: transparent;
    border-color: #cb1517;
    color: #272727
}

.product-tab-list li.active {
    background-color: transparent;
    border-color: #cb1517;
    color: #272727
}

.product-tab-list.product-tab-list-white li {
    background-color: #464646;
    border-color: #464646;
    color: #fff
}

.product-tab-list.product-tab-list-white li:hover {
    background-color: transparent;
    border-color: #cb1517;
    color: #fff
}

.product-tab-list.product-tab-list-white li.active {
    background-color: transparent;
    border-color: #cb1517;
    color: #fff
}

.product-description p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.6em
}

.product-description ul {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 20px
}

.product-description ul li {
    list-style: none;
    font-size: 16px;
    padding-left: 27px;
    color: #515151;
    position: relative;
    margin-bottom: 10px
}

.product-description ul li:last-child {
    margin-bottom: 0
}

.product-description ul li:before {
    content: "\eb55";
    font-family: boxicons !important;
    position: absolute;
    left: 0;
    font-size: 20px;
    top: -3px
}

.product-description.product-description-white p {
    color: #dbdbdb
}

.product-description.product-description-white ul li {
    color: #fff
}

.product-description.product-description-white ul li:before {
    color: #dbdbdb
}

.product-review-box {
    margin-bottom: 30px
}

.product-review-box.product-review-box-white .product-review-header-item h3 {
    color: #fff
}

.product-review-box.product-review-box-white .product-review-header-item h4 {
    color: #ccc
}

.product-review-box.product-review-box-white .product-review-content p {
    color: #dbdbdb
}

.product-review-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.product-review-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 120px;
    -ms-flex: 0 120px;
    max-width: 120px;
    margin-right: 15px
}

.product-review-thumb img {
    width: 100%
}

.product-review-content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px;
    margin-bottom: 10px
}

.product-review-header-item {
    margin-top: 10px
}

.product-review-header-item h3 {
    font-size: 20px;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-bottom: 10px
}

.product-review-header-item h4 {
    font-size: 14px;
    color: #111;
    margin-bottom: 0
}

.product-review-header-item .main-btn {
    padding: 10px 25px
}

.product-review-content p {
    font-size: 15px;
    margin-bottom: 0
}

.product-review-area.product-review-area-white .sub-section-title .sub-section-title-heading {
    color: #fff
}

.product-review-area.product-review-area-white .form-control {
    border-color: #b5b5b5;
    color: #fff
}

.product-review-area.product-review-area-white .form-control::-webkit-input-placeholder {
    color: #dbdbdb
}

.product-review-area.product-review-area-white .form-control:-ms-input-placeholder {
    color: #dbdbdb
}

.product-review-area.product-review-area-white .form-control::-ms-input-placeholder {
    color: #dbdbdb
}

.product-review-area.product-review-area-white .form-control::placeholder {
    color: #dbdbdb
}

.product-review-area.product-review-area-white .input-checkbox label {
    color: #dbdbdb
}

.product-review-area.product-review-area-white .input-checkbox label:before {
    color: #707070
}

.product-review-item-reply {
    padding-left: 130px
}

.product-review-area-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-review-area-header .sub-section-title {
    margin-top: 10px
}

.product-review-area-header .sub-section-title .sub-section-title-heading:last-child {
    margin-bottom: 0
}

.product-review-area-header .star-rating {
    margin-bottom: 20px
}

.star-rating {
    -webkit-box-flex: 0;
    flex: 0 0 125px;
    -ms-flex: 0 0 120px;
    max-width: 120px;
    width: 125px;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.star-rating input {
    display: none
}

.star-rating label {
    color: #cb1517;
    cursor: pointer
}

.star-rating label:before {
    content: "\f11a";
    font-family: Flaticon
}

.star-rating label:hover, .star-rating label:hover ~ label {
    color: #cb1517
}

.star-rating label:hover:before, .star-rating label:hover ~ label:before {
    content: "\f114";
    font-family: Flaticon
}

.star-rating input:checked ~ label {
    color: #cb1517
}

.star-rating input:checked ~ label:before {
    content: "\f114";
    font-family: Flaticon
}

.product-review-input .form-group {
    margin-bottom: 20px
}

.product-tab-information-item {
    display: none
}

.product-tab-information-item.active {
    display: block
}

.product-details-tab {
    margin-bottom: 50px
}

.related-product-area {
    margin-top: 50px
}

.related-product-area-white .sub-section-title .sub-section-title-heading {
    color: #fff
}

.related-product-carousel .slick-list {
    margin-left: -7.5px;
    margin-right: -7.5px
}

.related-product-carousel .item {
    padding-left: 7.5px;
    padding-right: 7.5px
}

.related-product-carousel .product-card-details h3 {
    font-size: 18px
}

.related-product-carousel .product-card-details .product-price {
    font-size: 16px
}

.related-product-carousel-controller {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

.cart-table {
    overflow: auto;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    display: inline-block
}

.cart-table::-webkit-scrollbar {
    height: 7px
}

.cart-table::-webkit-scrollbar-thumb {
    background: #b5b5b5
}

.cart-table::-webkit-scrollbar-track {
    background: #dfdfdf
}

.cart-table table {
    width: 100%;
    border-radius: 0
}

.cart-table table thead tr th {
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    color: #272727;
    text-align: left
}

.cart-table table thead tr th:first-child {
    padding-left: 0
}

.cart-table table thead tr th:last-child {
    padding-right: 0
}

.cart-table table tbody tr td {
    font-size: 20px;
    color: #515151;
    font-family: oswald, sans-serif;
    font-weight: 400;
    padding: 15px 20px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    white-space: nowrap;
    text-align: left
}

.cart-table table tbody tr td:first-child {
    padding-left: 0
}

.cart-table table tbody tr td:last-child {
    padding-right: 0
}

.cart-table table tbody tr td.weight-500 {
    font-weight: 500
}

.cart-table table tbody tr td .main-btn {
    padding: 10px 25px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px
}

.cart-table table tbody tr td .cart-quantity {
    border: 0
}

.cart-table table tbody tr td .cart-quantity button {
    width: 45px;
    height: 35px;
    background-color: #cb1517;
    color: #272727;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0
}

.cart-table table tbody tr td .cart-quantity input {
    -webkit-box-flex: 0;
    flex: 0 0 45px;
    -ms-flex: 0 0 45px;
    max-width: 45px;
    width: 45px;
    height: 35px;
    padding: 0;
    font-size: 17px;
    border-left: 0;
    border-right: 0;
    background-color: #e9e9e9;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.cart-table table tbody tr td.cancel a {
    font-size: 14px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: 3px;
    color: #272727
}

.cart-table table tbody tr td.cancel a:hover {
    color: #cb1517
}

.cart-table.cart-table-white table thead tr th {
    color: #fff
}

.cart-table.cart-table-white table tbody tr td {
    color: #dbdbdb
}

.cart-table.cart-table-white table tbody tr td .cart-quantity {
    border: 0
}

.cart-table.cart-table-white table tbody tr td .cart-quantity button {
    background-color: #cb1517;
    color: #272727
}

.cart-table.cart-table-white table tbody tr td .cart-quantity input {
    background-color: #464646;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    color: #cb1517
}

.cart-table.cart-table-white table tbody tr td.cancel a {
    color: #dbdbdb
}

.cart-table.cart-table-white table tbody tr td.cancel a:hover {
    color: #cb1517
}

.cart-table.cart-table-white table tbody tr:last-child td {
    padding-bottom: 0
}

.cart-table.cart-table-white .product-table-info span {
    color: #fff
}

.product-table-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.product-table-info span {
    font-size: 25px;
    font-weight: 700;
    font-family: oswald, sans-serif;
    color: #272727
}

.product-table-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    max-width: 120px;
    width: 120px;
    margin-right: 30px
}

.product-table-thumb img {
    width: 100%
}

.cart-info-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -10px;
    margin-right: -10px
}

.cart-info-item {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px
}

.cart-info-item .main-btn {
    white-space: nowrap
}

.cart-update .main-btn {
    background-color: #e9ecef
}

.cart-info-item-dark.cart-update .main-btn {
    background-color: #dbdbdb
}

.cart-info-item-dark.cart-coupon .form-control {
    color: #fff
}

.cart-info-item-dark.cart-coupon .form-control::-webkit-input-placeholder {
    color: #dbdbdb
}

.cart-info-item-dark.cart-coupon .form-control:-ms-input-placeholder {
    color: #dbdbdb
}

.cart-info-item-dark.cart-coupon .form-control::-ms-input-placeholder {
    color: #dbdbdb
}

.cart-info-item-dark.cart-coupon .form-control::placeholder {
    color: #dbdbdb
}

.cart-info {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px
}

.cart-coupon form {
    height: 100%
}

.cart-coupon form .form-group {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart-coupon form .form-group .form-control {
    padding: 16px 20px;
    margin-right: 15px;
    height: 100%;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
    width: 100%
}

.cart-coupon form .form-group .main-btn {
    padding: 15px 30px;
    border-radius: 0;
    border: 0;
    height: 100%;
    position: relative;
    z-index: 1;
    background-color: #cb1517;
    white-space: nowrap
}

.cart-coupon form .form-group .main-btn:hover {
    color: #fff
}

.cart-details {
    margin-top: 30px
}

.cart-details .btn {
    width: 100%;
    margin-top: 15px
}

.cart-details.cart-details-white .cart-details-title {
    color: #fff
}

.cart-details.cart-details-white .cart-total-item h4 {
    color: #dbdbdb
}

.cart-details.cart-details-white .cart-total-item p {
    color: #fff
}

.cart-details.cart-details-white .cart-total-item:last-child {
    color: #fff
}

.cart-details.cart-details-white .cart-total-item:last-child p {
    color: #fff
}

.cart-details.cart-details-white .checkout-list-item .product-table-info span {
    color: #fff
}

.cart-details.cart-details-white .checkout-list-item .checkout-list-price p {
    color: #dbdbdb
}

.cart-details-title {
    color: #272727;
    font-size: 25px;
    font-weight: 700;
    font-family: oswald, sans-serif;
    margin-bottom: 30px
}

.cart-total-box {
    margin-top: 15px
}

.cart-total-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px
}

.cart-total-item:last-child {
    border-bottom: 0
}

.cart-total-item h4 {
    font-size: 20px;
    color: #272727;
    margin-right: 10px;
    margin-bottom: 0;
    font-weight: 400;
    font-family: oswald, sans-serif;
    line-height: 1
}

.cart-total-item p {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: oswald, sans-serif;
    line-height: 1
}

.cart-total-item:last-child {
    border-top: 1px dashed #707070;
    padding-top: 20px;
    padding-bottom: 0
}

.cart-total-item:last-child p {
    font-size: 22px;
    font-weight: 700
}

.cart-quantity {
    background-color: transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.cart-quantity button {
    background-color: transparent;
    padding: 10px 20px;
    color: #515151;
    font-size: 15px
}

.cart-quantity input {
    padding: 5px 10px;
    border: 0;
    outline: 0;
    background-color: transparent;
    -webkit-box-flex: 0;
    flex: 0 0 50px;
    -ms-flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    text-align: center;
    color: #272727;
    font-size: 17px
}

.cart-section-contents {
    display: block
}

.cart-section-contents.cart-section-contents-hide {
    display: none
}

.cart-section-empty {
    display: none
}

.cart-section-empty.cart-section-empty-active {
    display: block
}

.cart-empty-content {
    text-align: center;
    margin-bottom: 30px
}

.cart-empty-image {
    margin-bottom: 25px
}

.cart-empty-text h3 {
    font-size: 40px;
    color: #272727;
    font-weight: 700;
    font-family: oswald, sans-serif;
    margin-bottom: 15px
}

.cart-empty-text h3 span {
    color: #cb1517;
    font-weight: 700
}

.cart-empty-text p {
    font-size: 17px;
    margin-bottom: 20px
}

.cart-empty-text.cart-empty-text-white h3 {
    color: #fff
}

.cart-empty-text.cart-empty-text-white h3 span {
    color: #cb1517
}

.cart-empty-text.cart-empty-text-white p {
    color: #c8c8c8
}

.checkout-item-white .sub-section-title .sub-section-title-heading {
    color: #fff
}

.checkout-item-white .form-control {
    color: #fff
}

.checkout-item-white .form-control::-webkit-input-placeholder {
    color: #ccc
}

.checkout-item-white .form-control:-ms-input-placeholder {
    color: #ccc
}

.checkout-item-white .form-control::-ms-input-placeholder {
    color: #ccc
}

.checkout-item-white .form-control::placeholder {
    color: #ccc
}

.checkout-item-white .input-checkbox label {
    color: #ccc
}

.checkout-form .input-group-select {
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
    width: 100%;
    position: relative
}

.checkout-form .input-group-select:before {
    content: "\e9ce";
    font-family: boxicons !important;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #272727;
    font-size: 15px
}

.checkout-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 100%;
    position: relative
}

.checkout-details .cart-total-box {
    margin-top: 0;
    border-radius: 3px
}

.checkout-details .cart-total-item {
    padding: 15px 20px
}

.checkout-details .cart-total-item h4, .checkout-details .cart-total-item p {
    font-size: 15px
}

.checkout-details .cart-total-item:last-child {
    border-bottom: 0
}

.checkout-details .cart-total-item .checkout-total-title {
    color: #272727;
    font-weight: 600;
    font-size: 16px
}

.checkout-payment-area {
    border-top: 1px solid #646464;
    margin-top: 50px;
    padding-top: 20px
}

.checkout-payment-area.checkout-payment-area-white .sub-section-title .sub-section-title-heading {
    color: #fff
}

.checkout-payment-area.checkout-payment-area-white .checkout-payment-text h3 {
    color: #fff
}

.checkout-payment-area.checkout-payment-area-white .checkout-payment-text p {
    color: #dbdbdb
}

.checkout-payment-form p {
    font-size: 17px;
    margin-bottom: 20px
}

.checkout-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

.checkout-list-item .product-table-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    max-width: 80px;
    width: 80px;
    margin-right: 15px
}

.checkout-list-item .product-table-info {
    margin-right: 15px
}

.checkout-list-item .product-table-info span {
    font-size: 20px
}

.checkout-list-item .checkout-list-price p {
    font-size: 20px;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-bottom: 0
}

.checkout-payment-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px
}

.checkout-payment-list .input-radio label {
    display: block
}

.checkout-payment-text h3 {
    font-size: 18px;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-bottom: 15px;
    line-height: 1
}

.checkout-payment-text h3:last-child {
    margin-bottom: 0
}

.checkout-payment-text p {
    font-size: 16px;
    margin-bottom: 0
}

.authentication-item h2 {
    font-size: 25px;
    font-family: oswald, sans-serif;
    color: #272727;
    font-weight: 700;
    margin-bottom: 25px
}

.authentication-item .form-desc {
    font-size: 16px;
    color: #757575
}

.authentication-item.authentication-item-white h2 {
    color: #fff
}

.authentication-item.authentication-item-white .input-checkbox label, .authentication-item.authentication-item-white .input-radio label {
    color: #dbdbdb
}

.authentication-item.authentication-item-white .auth-info {
    color: #dbdbdb
}

.authentication-item.authentication-item-white .auth-info a {
    color: #fff
}

.authentication-item.authentication-item-white .auth-info a:hover {
    color: #cb1517
}

.authentication-account-access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -10px
}

.authentication-account-access-item {
    margin-top: 10px
}

.authentication-link a {
    color: #cb1517;
    border-bottom: 1px solid #cb1517;
    font-size: 14px;
    font-weight: 400
}

.auth-info {
    font-size: 16px;
    margin-bottom: 0
}

.auth-info a {
    color: #272727
}

.auth-info a:hover {
    color: #cb1517
}

.canvas-toc h2 {
    font-size: 30px;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-bottom: 20px
}

.canvas-toc ul {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px
}

.canvas-toc ul li {
    font-size: 15px;
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 8px
}

.canvas-toc ul li:last-child {
    margin-bottom: 0
}

.canvas-toc ul li:before {
    content: "\f11b";
    font-family: Flaticon;
    position: absolute;
    left: 0
}

.canvas-toc p {
    font-size: 15px
}

.gallery-carousel-figure {
    margin-bottom: 20px
}

.gallery-carousel-figure img {
    width: 100%
}

.gallery-carousel-content p {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.6em
}

.gallery-grid-area p {
    font-size: 16px;
    margin-bottom: 15px;
    line-height: 1.6em
}

.gallery-grid-area p:last-child {
    margin-bottom: 0
}

.gallery-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.gallery-grid-item {
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px
}

.gallery-grid-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative
}

.gallery-grid-item a:hover:before {
    opacity: 1;
    pointer-events: all
}

.gallery-grid-item a:before {
    content: "\f109";
    font-family: Flaticon;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .5);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 20px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.gallery-grid-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.self-text h1 {
    font-size: 50px;
    font-weight: 600;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-top: 20px;
    margin-bottom: 20px
}

.self-text h1:first-child {
    margin-top: 0
}

.self-text h2 {
    font-size: 40px;
    font-weight: 600;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-top: 30px;
    margin-bottom: 30px
}

.self-text h2:first-child {
    margin-top: 0
}

.self-text h3 {
    font-size: 25px;
    font-weight: 600;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.4
}

.self-text h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-top: 30px;
    margin-bottom: 30px
}

.self-text h5 {
    font-size: 17px;
    font-weight: 600;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-top: 30px;
    margin-bottom: 30px
}

.self-text h6 {
    font-size: 15px;
    font-weight: 600;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-top: 30px;
    margin-bottom: 30px
}

.self-text p {
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 27px;
    line-height: 1.6em
}

.self-text .main-btn {
    margin-top: 30px;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.self-text table {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #646464;
    width: 100%
}

.self-text table thead tr {
    border-bottom: 1px solid #646464
}

.self-text table thead tr th {
    font-size: 16px;
    color: #272727;
    padding: 10px
}

.self-text table tbody tr {
    border-bottom: 1px solid #646464
}

.self-text table tbody tr:last-child {
    border-bottom: 0
}

.self-text table tbody tr td {
    font-size: 15px;
    color: #272727;
    padding: 10px
}

.self-text ul {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
    margin-bottom: 30px
}

.self-text ul &gt; li {
    list-style: none;
    position: relative;
    color: #515151;
    font-size: 15px;
    padding-left: 30px;
    margin-bottom: 8px
}

.self-text ul &gt; li:last-child {
    margin-bottom: 0
}

.self-text ul &gt; li:before {
    content: "\f11b";
    font-family: Flaticon;
    position: absolute;
    left: 0
}

.self-text ul ul, .self-text ul ol {
    padding-left: 20px;
    margin-top: 20px;
    margin-bottom: 20px
}

.self-text ul ul:last-child, .self-text ul ol:last-child {
    margin-bottom: 0
}

.self-text ol {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px
}

.self-text ol li {
    font-size: 15px;
    margin-bottom: 8px;
    color: #515151
}

.self-text ol li:last-child {
    margin-bottom: 0
}

.self-text.self-text-white h1 {
    color: #fff
}

.self-text.self-text-white h2 {
    color: #fff
}

.self-text.self-text-white h3 {
    color: #fff
}

.self-text.self-text-white h4 {
    color: #fff
}

.self-text.self-text-white h5 {
    color: #fff
}

.self-text.self-text-white h6 {
    color: #fff
}

.self-text.self-text-white p {
    color: #c8c8c8
}

.self-text.self-text-white table thead tr th {
    color: #fff
}

.self-text.self-text-white table tbody tr td {
    color: #c8c8c8
}

.self-text.self-text-white ul &gt; li {
    color: #c8c8c8
}

.self-text.self-text-white ol li {
    color: #c8c8c8
}

.category-box p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.6em
}

.category-item {
    position: relative;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100% - 30px);
    min-height: 200px
}

.category-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) 1%, rgba(35, 35, 35, 0.6) 59%)
}

.category-item.category-item-1 {
    background-image: url(../images/history-1.jpg)
}

.category-item.category-item-2 {
    background-image: url(../images/history-2.jpg)
}

.category-item.category-item-3 {
    background-image: url(../images/history-3.jpg)
}

.category-content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 15px;
    position: relative
}

.category-content h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: oswald, sans-serif;
    margin-bottom: 8px;
    width: 100%
}

.category-content p {
    font-size: 15px;
    margin-bottom: 5px;
    width: 100%
}

.category-content p:last-child {
    margin-bottom: 0
}

.category-content p a {
    color: #272727
}

.category-content p a:hover {
    color: #cb1517
}

.category-content.category-content-lg h3 {
    font-size: 45px
}

.category-item-white .category-content h3 {
    color: #fff
}

.category-item-white .category-content p {
    color: #fff
}

.category-item-white .category-content p a {
    color: #fff
}

.category-item-white .category-content p a:hover {
    color: #cb1517
}

.promo-item {
    position: relative;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: calc(100% - 30px);
    min-height: 200px
}

.promo-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) 1%, rgba(35, 35, 35, 0.6) 59%)
}

.promo-item.promo-item-1 {
    background-image: url(../images/history-1.jpg)
}

.promo-item.promo-item-2 {
    background-image: url(../images/history-2.jpg)
}

.promo-item.promo-item-3 {
    background-image: url(../images/history-3.jpg)
}

.promo-content {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 30px;
    position: relative
}

.promo-content h3 {
    font-size: 22px;
    font-weight: 600;
    font-family: oswald, sans-serif;
    margin-bottom: 15px;
    width: 100%
}

.promo-content p {
    font-size: 15px;
    margin-bottom: 15px;
    width: 100%;
    line-height: 1.6em
}

.promo-content p:last-child {
    margin-bottom: 0
}

.promo-content p a {
    color: #272727
}

.promo-content p a:hover {
    color: #cb1517
}

.promo-content .main-btn {
    padding: 10px 20px
}

.promo-item-white .promo-content h3 {
    color: #fff
}

.promo-item-white .promo-content p {
    color: #fff
}

.promo-item-white .promo-content p a {
    color: #fff
}

.promo-item-white .promo-content p a:hover {
    color: #cb1517
}

.team-content-item {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%
}

.team-content-item.team-content-item-white .team-info h3 {
    color: #fff
}

.team-content-item.team-content-item-white .team-info .social-list li a {
    color: #b5b5b5
}

.team-content-item.team-content-item-white .team-info p {
    color: #c8c8c8
}

.team-content-item.team-content-item-white .team-content-work h4 {
    color: #fff
}

.team-content-item.team-content-item-white .team-content-work ul li {
    color: #b5b5b5
}

.team-content-item.team-content-item-white .team-content-work ul li a {
    color: #b5b5b5
}

.team-content-item.team-content-item-white .team-content-work ul li a:hover {
    color: #cb1517
}

.team-content-item.team-content-item-white .team-content-work ul li:hover {
    color: #cb1517
}

.team-content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.team-figure {
    -webkit-box-flex: 0;
    flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    max-width: 100px;
    margin-right: 20px
}

.team-figure img {
    width: 100%
}

.team-info h3 {
    font-size: 20px;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-bottom: 10px;
    text-transform: uppercase
}

.team-info .social-list {
    margin-bottom: 8px
}

.team-info .social-list li {
    font-size: 16px
}

.team-info p {
    font-size: 15px;
    line-height: 1.6em
}

.team-content-work h4 {
    font-size: 16px;
    font-weight: 600;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-top: 20px;
    margin-bottom: 20px
}

.team-content-work ul {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0
}

.team-content-work ul li {
    font-size: 15px;
    list-style: none;
    color: #515151;
    margin-bottom: 7px;
    position: relative;
    padding-left: 25px;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.team-content-work ul li:before {
    content: "\f103";
    font-family: Flaticon;
    position: absolute;
    left: 0
}

.team-content-work ul li:last-child {
    margin-bottom: 0
}

.team-content-work ul li a {
    color: #515151
}

.team-content-work ul li a:hover {
    color: #cb1517
}

.team-content-work ul li:hover {
    color: #cb1517
}

.error-page-content {
    text-align: center
}

.error-page-content img {
    margin-bottom: 50px
}

.error-page-content h2 {
    font-size: 35px;
    color: #272727;
    font-family: oswald, sans-serif;
    font-weight: 600;
    margin-top: 17px;
    margin-bottom: 17px
}

.error-page-content h2:first-child {
    margin-top: 0
}

.error-page-content h2:last-child {
    margin-bottom: 0
}

.error-page-content p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 23px
}

.error-page-content p:first-child {
    margin-top: 0
}

.error-page-content p:last-child {
    margin-bottom: 0
}

.error-page-content .main-btn {
    margin-bottom: 20px
}

.error-page-content .main-btn:last-child {
    margin-bottom: 0
}

.error-page-content.error-page-content-white h2 {
    color: #fff
}

.error-page-content.error-page-content-white p {
    color: #c8c8c8
}

.coming-soon-section {
    background-image: url(../images/coming-soon-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    overflow: auto;
    position: relative;
    padding: 30px
}

.coming-soon-section:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0) -45%, rgba(35, 35, 35, 0.9) 59%);
    width: 100%;
    height: 100%
}

.coming-soon-section .container {
    height: 100%;
    position: relative
}

.coming-soon-content {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.coming-soon-content-white .new-counter p {
    color: #fff
}

.coming-soon-content-white .new-counter p:before {
    color: #fff
}

.coming-soon-content-white .new-counter p span {
    color: #fff
}

.coming-soon-content-white .coming-soon-details:before {
    background-color: #c8c8c8
}

.coming-soon-content-white .coming-soon-details h2 {
    color: #fff
}

.coming-soon-content-white .coming-soon-details .form-group .form-control {
    color: #fff;
    border-color: #b5b5b5
}

.coming-soon-content-white .coming-soon-details .form-group .form-control::-webkit-input-placeholder {
    color: #b5b5b5
}

.coming-soon-content-white .coming-soon-details .form-group .form-control:-ms-input-placeholder {
    color: #b5b5b5
}

.coming-soon-content-white .coming-soon-details .form-group .form-control::-ms-input-placeholder {
    color: #b5b5b5
}

.coming-soon-content-white .coming-soon-details .form-group .form-control::placeholder {
    color: #b5b5b5
}

.coming-soon-content-white .coming-soon-details p {
    color: #c8c8c8
}

.coming-soon-content-white .coming-soon-details #validator-newsletter {
    color: #fff
}

.new-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.new-counter p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 80px;
    font-weight: 600;
    color: #272727;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    font-family: oswald, sans-serif
}

.new-counter p:before {
    content: ":";
    position: absolute;
    right: 0;
    top: 10px;
    color: #272727;
    font-size: 70px
}

.new-counter p span {
    font-size: 40px;
    font-weight: 400
}

.new-counter p:last-child:before {
    content: none
}

.coming-soon-details {
    max-width: 735px;
    padding-top: 45px;
    position: relative;
    margin-top: 50px
}

.coming-soon-details:before {
    content: "";
    width: 150px;
    height: 3px;
    background-color: #272727;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.coming-soon-details h2 {
    font-size: 60px;
    color: #272727;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: oswald, sans-serif
}

.coming-soon-details .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0
}

.coming-soon-details .form-group .form-control {
    padding: 15px 20px;
    color: #272727;
    font-size: 16px;
    border-radius: 0;
    margin-right: 15px;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
    border-color: #272727
}

.coming-soon-details .form-group .form-control::-webkit-input-placeholder {
    color: #515151
}

.coming-soon-details .form-group .form-control:-ms-input-placeholder {
    color: #515151
}

.coming-soon-details .form-group .form-control::-ms-input-placeholder {
    color: #515151
}

.coming-soon-details .form-group .form-control::placeholder {
    color: #515151
}

.coming-soon-details p {
    font-size: 17px;
    margin-top: 20px;
    margin-bottom: 0
}

.coming-soon-details #validator-newsletter {
    margin-top: 5px;
    color: #272727;
    font-size: 13px
}

.text-details-content img {
    border-radius: 3px;
    margin-top: 25px;
    margin-bottom: 25px;
    display: block
}

.text-details-content img:first-child {
    margin-top: 0
}

.text-details-content img:last-child {
    margin-bottom: 0
}

.text-details-content h1 {
    font-size: 40px;
    font-family: oswald, sans-serif;
    font-weight: 700;
    color: #272727;
    margin-top: 20px;
    margin-bottom: 20px
}

.text-details-content h1:first-child {
    margin-top: 0
}

.text-details-content h1:last-child {
    margin-bottom: 0
}

.text-details-content h2 {
    font-size: 35px;
    font-family: oswald, sans-serif;
    font-weight: 700;
    color: #272727;
    margin-top: 30px;
    margin-bottom: 30px
}

.text-details-content h2:first-child {
    margin-top: 0
}

.text-details-content h2:last-child {
    margin-bottom: 0
}

.text-details-content h3 {
    font-size: 30px;
    font-family: oswald, sans-serif;
    font-weight: 700;
    color: #272727;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1.4
}

.text-details-content h3:first-child {
    margin-top: 0
}

.text-details-content h3:last-child {
    margin-bottom: 0
}

.text-details-content h4 {
    font-size: 25px;
    font-family: oswald, sans-serif;
    font-weight: 700;
    color: #272727;
    margin-top: 30px;
    margin-bottom: 30px
}

.text-details-content h4:first-child {
    margin-top: 0
}

.text-details-content h4:last-child {
    margin-bottom: 0
}

.text-details-content h5 {
    font-size: 20px;
    font-family: oswald, sans-serif;
    font-weight: 700;
    color: #272727;
    margin-top: 30px;
    margin-bottom: 30px
}

.text-details-content h5:first-child {
    margin-top: 0
}

.text-details-content h5:last-child {
    margin-bottom: 0
}

.text-details-content h6 {
    font-size: 18px;
    font-family: oswald, sans-serif;
    font-weight: 700;
    color: #272727;
    margin-top: 30px;
    margin-bottom: 30px
}

.text-details-content h6:first-child {
    margin-top: 0
}

.text-details-content h6:last-child {
    margin-bottom: 0
}

.text-details-content p {
    font-size: 15px;
    margin-top: 30px;
    margin-bottom: 30px
}

.text-details-content p:first-child {
    margin-top: 0
}

.text-details-content p:last-child {
    margin-bottom: 0
}

.text-details-content ul {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0
}

.text-details-content ul:first-child {
    margin-top: 0
}

.text-details-content ul:last-child {
    margin-bottom: 0
}

.text-details-content ul li {
    position: relative;
    list-style: none;
    font-size: 16px;
    margin-bottom: 15px;
    padding-left: 35px
}

.text-details-content ul li:last-child {
    margin-bottom: 0
}

.text-details-content ul li:before {
    content: "\f10b";
    font-family: Flaticon;
    font-size: 18px;
    position: absolute;
    left: 0
}

.text-details-content ul li ol {
    margin-top: 30px;
    margin-bottom: 30px
}

.text-details-content ul li ol:first-child {
    margin-top: 30px
}

.text-details-content ul li ol:last-child {
    margin-bottom: 30px
}

.text-details-content ul li ol li {
    list-style: unset;
    padding-left: 0
}

.text-details-content ul li ol li:before {
    content: none
}

.text-details-content ol {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 0
}

.text-details-content ol:first-child {
    margin-top: 0
}

.text-details-content ol:last-child {
    margin-bottom: 0
}

.text-details-content ol li {
    position: relative;
    font-size: 16px;
    margin-bottom: 15px
}

.text-details-content ol li:last-child {
    margin-bottom: 0
}

.text-details-content table {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #646464;
    width: 100%
}

.text-details-content table thead tr {
    border-bottom: 1px solid #646464
}

.text-details-content table thead tr th {
    font-size: 16px;
    color: #272727;
    padding: 10px
}

.text-details-content table tbody tr {
    border-bottom: 1px solid #646464
}

.text-details-content table tbody tr:last-child {
    border-bottom: 0
}

.text-details-content table tbody tr td {
    font-size: 16px;
    color: #272727;
    padding: 10px
}

.text-details-content.text-details-content-white h1 {
    color: #fff
}

.text-details-content.text-details-content-white h2 {
    color: #fff
}

.text-details-content.text-details-content-white h3 {
    color: #fff
}

.text-details-content.text-details-content-white h4 {
    color: #fff
}

.text-details-content.text-details-content-white h5 {
    color: #fff
}

.text-details-content.text-details-content-white h6 {
    color: #fff
}

.text-details-content.text-details-content-white p {
    color: #dbdbdb
}

.text-details-content.text-details-content-white ul li {
    color: #dbdbdb
}

.text-details-content.text-details-content-white ul li ol li {
    color: #dbdbdb
}

.text-details-content.text-details-content-white ol li {
    color: #dbdbdb
}

.text-details-content.text-details-content-white table thead tr th {
    color: #fff
}

.text-details-content.text-details-content-white table tbody tr td {
    color: #dbdbdb
}

.text-details-image {
    position: relative
}

.account-sidebar {
    padding: 40px;
    border: 1px solid #646464
}

.account-sidebar.account-sidebar-dark .account-sidebar-list li a {
    background-color: #464646;
    color: #fff
}

.account-sidebar.account-sidebar-dark .account-sidebar-list li a:hover {
    color: #272727;
    background: #cb1517
}

.account-sidebar.account-sidebar-dark .account-sidebar-list li.active a {
    color: #272727;
    background: #cb1517
}

.account-sidebar-list {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0
}

.account-sidebar-list li {
    list-style: none;
    margin-bottom: 10px
}

.account-sidebar-list li:last-child {
    margin-bottom: 0
}

.account-sidebar-list li a {
    background-color: #c8c8c8;
    font-size: 16px;
    color: #272727;
    font-family: oswald, sans-serif;
    font-weight: 500;
    padding: 10px 20px;
    display: block;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.account-sidebar-list li a:hover {
    color: #272727;
    background: #cb1517
}

.account-sidebar-list li.active a {
    color: #272727;
    background: #cb1517
}

.account-info {
    padding: 40px;
    border: 1px solid #646464
}

.account-info .cart-table {
    width: 100%;
    margin-bottom: 0
}

.account-info .cart-table table thead tr th {
    font-size: 16px
}

.account-info .cart-table table tbody tr td {
    font-size: 16px
}

.account-info .product-table-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    max-width: 80px
}

.account-info .product-table-info span {
    font-size: 17px
}

.account-avatar-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px
}

.account-avatar-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 110px;
    -ms-flex: 0 0 110px;
    max-width: 110px;
    width: 110px;
    overflow: hidden;
    margin-right: 25px;
    margin-top: 10px
}

.account-avatar-thumb img {
    width: 100%
}

.account-avatar-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0
}

.account-avatar-action li {
    margin-right: 10px;
    list-style: none
}

.account-avatar-action li:last-child {
    margin-right: 0
}

.account-avatar-action li .main-btn {
    padding: 15px 25px;
    font-size: 15px
}

.account-setting-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -10px
}

.account-setting-button .btn {
    margin-left: 10px;
    margin-top: 10px
}

.account-setting-button .btn:first-child {
    margin-left: 0
}

.my-order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -20px;
    margin-bottom: 30px
}

.my-order .sub-section-title {
    margin-top: 20px;
    margin-bottom: 0
}

.my-order .sub-section-title-heading {
    margin-bottom: 0
}

.my-order .product-list-action {
    margin-top: 20px
}

.my-order .product-list-action .product-list-form {
    margin-top: 0
}

.billing-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-top: -10px
}

.billing-title h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-bottom: 0;
    margin-top: 10px
}

.billing-title p {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    margin-top: 10px;
    border-bottom: 1px solid #cb1517;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.billing-title p:hover {
    color: #cb1517;
    border-bottom-color: #cb1517
}

.billing-title.billing-title-white h4 {
    color: #fff
}

.billing-title.billing-title-white p {
    color: #c8c8c8
}

.billing-address {
    padding: 20px;
    border: 1px solid #646464
}

.billing-address.none {
    display: none
}

.billing-address address {
    font-size: 15px;
    margin: 0;
    color: #515151
}

.billing-address.billing-address-white address {
    color: #c8c8c8
}

.billing-address-info {
    font-size: 16px;
    font-weight: 400;
    display: none
}

.billing-address-input {
    display: none
}

.billing-address-input.active {
    display: block
}

.post-entry {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    margin-top: -15px;
    margin-bottom: 0
}

.post-entry li {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 25px;
    margin-top: 15px;
    color: #111
}

.post-entry li:last-child {
    margin-right: 0
}

.post-entry li img {
    -webkit-box-flex: 0;
    flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    max-width: 30px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px
}

.post-entry li span {
    font-size: 18px;
    margin-right: 10px
}

.single-post-details img {
    margin-bottom: 30px
}

.single-post-details p {
    font-size: 15px;
    margin-bottom: 30px;
    line-height: 1.6em
}

.single-post-details .blockquote-1 {
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    color: #272727;
    position: relative;
    margin-bottom: 30px
}

.single-post-details .blockquote-1:before {
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #cb1517
}

.single-post-details .blockquote-2 {
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 30px
}

.single-post-details .blockquote-2 .blockquote-inner {
    position: relative;
    padding-left: 40px
}

.single-post-details .blockquote-2 .blockquote-inner:before {
    content: "\f10d";
    font-family: Flaticon;
    position: absolute;
    font-size: 25px;
    top: 0;
    left: 0;
    line-height: 1
}

.single-post-details .blockquote-2 .blockquote-text {
    margin-bottom: 20px
}

.single-post-details .blockquote-2 .blockquote-text p {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0;
    color: #272727
}

.single-post-details .blockquote-2 .blockquote-text:last-child {
    margin-bottom: 0
}

.single-post-details ul {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 30px
}

.single-post-details ul &gt; li {
    list-style: none;
    position: relative;
    color: #515151;
    font-size: 15px;
    padding-left: 30px;
    margin-bottom: 8px
}

.single-post-details ul &gt; li:last-child {
    margin-bottom: 0
}

.single-post-details ul &gt; li:before {
    content: "\f11b";
    font-family: Flaticon;
    position: absolute;
    left: 0;
    top: 2px
}

.single-post-details ul ul, .single-post-details ul ol {
    padding-left: 20px
}

.single-post-details.single-post-details-white p {
    color: #dbdbdb
}

.single-post-details.single-post-details-white blockquote {
    color: #fff
}

.single-post-details.single-post-details-white ul &gt; li {
    color: #fff
}

.single-post-details.single-post-details-white ul &gt; li:before {
    color: #dbdbdb
}

.single-post-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -30px
}

.single-post-action.single-post-action-white .single-post-tag li a {
    background-color: #464646;
    color: #dbdbdb
}

.single-post-action.single-post-action-white .single-post-tag li a:hover {
    background-color: #cb1517;
    color: #272727
}

.single-post-action.single-post-action-white .product-action-share span {
    color: #dbdbdb
}

.single-post-action .product-action-share {
    margin-top: 30px
}

.single-post-tag {
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: -10px
}

.single-post-tag li {
    margin-bottom: 10px;
    margin-right: 10px;
    list-style: none
}

.single-post-tag li:last-child {
    margin-right: 0
}

.single-post-tag li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    background-color: #e6e6e6;
    color: #272727
}

.single-post-tag li a:hover {
    background-color: #cb1517;
    color: #272727
}

.single-blog-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: -30px
}

.single-blog-navigation-item {
    margin-top: 30px;
    -webkit-box-flex: 0;
    flex: 0 0 315px;
    -ms-flex: 0 0 315px;
    max-width: 315px
}

.single-blog-navigation-item.single-blog-navigation-item-sm {
    -webkit-box-flex: 0;
    flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    max-width: 240px
}

.single-blog-navigation-item-right .single-navigation-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.single-blog-navigation-item-right .single-navigation-item-inner .single-blog-navigation-thumb {
    margin-right: 0;
    margin-left: 15px
}

.single-blog-navigation-item-right .single-blog-navigation-content {
    text-align: right
}

.single-blog-navigation-item-right .single-blog-navigation-content p a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.single-blog-navigation-item-right .single-blog-navigation-content p a:hover i {
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.single-blog-navigation-item-right .single-blog-navigation-content p i {
    margin-right: 0;
    margin-left: 5px
}

.single-blog-navigation-item-right .post-entry {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.single-blog-navigation-white .single-blog-navigation-content p a {
    color: #cb1517
}

.single-blog-navigation-white .single-blog-navigation-content h3 {
    color: #fff
}

.single-blog-navigation-white .single-blog-navigation-content h3 a {
    color: #fff
}

.single-blog-navigation-white .single-blog-navigation-content h3 a:hover {
    color: #cb1517
}

.single-blog-navigation-white .single-blog-navigation-content .post-entry li {
    color: #ccc
}

.single-navigation-item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.single-blog-navigation-thumb {
    -webkit-box-flex: 0;
    flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    max-width: 100px;
    margin-right: 20px;
    position: relative
}

.single-blog-navigation-thumb img {
    width: 100%
}

.single-blog-navigation-content p {
    margin-bottom: 10px
}

.single-blog-navigation-content p a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #272727;
    font-family: oswald, sans-serif
}

.single-blog-navigation-content p a:hover {
    color: #cb1517
}

.single-blog-navigation-content p a:hover i {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px)
}

.single-blog-navigation-content p i {
    margin-right: 5px;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.25, .55, .4, 2.1) 0s;
    transition: -webkit-transform .3s cubic-bezier(.25, .55, .4, 2.1) 0s;
    transition: transform .3s cubic-bezier(.25, .55, .4, 2.1) 0s;
    transition: transform .3s cubic-bezier(.25, .55, .4, 2.1) 0s, -webkit-transform .3s cubic-bezier(.25, .55, .4, 2.1) 0s
}

.single-blog-navigation-content h3 {
    font-size: 17px;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-bottom: 10px;
    line-height: 1.4
}

.single-blog-navigation-content h3 a {
    color: #272727
}

.single-blog-navigation-content h3 a:hover {
    color: #cb1517
}

.single-blog-navigation-content h3:last-child {
    margin-bottom: 0
}

.post-review-content h2 {
    font-size: 25px;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-bottom: 30px
}

.post-review-content.post-review-content-white h2 {
    color: #e6e6e6
}

.author-box {
    padding: 50px
}

.author-box.author-box-center h2 {
    text-align: center
}

.author-box h2 {
    font-size: 25px;
    font-weight: 600;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-bottom: 30px
}

.author-box.author-box-dark {
    background-color: #131313
}

.author-box.author-box-dark h2 {
    color: #e6e6e6
}

.author-box.author-box-dark .author-info .author-info-text h3 {
    color: #cb1517
}

.author-box.author-box-dark .author-info .author-info-text h3 a {
    color: #cb1517
}

.author-box.author-box-dark .author-info .author-info-text h4 {
    color: #dbdbdb
}

.author-box.author-box-dark .author-box-content p {
    color: #dbdbdb
}

.author-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.author-info img {
    -webkit-box-flex: 0;
    flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    max-width: 100px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-right: 20px
}

.author-info .author-info-text h3 {
    font-size: 20px;
    font-family: oswald, sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
    color: #272727
}

.author-info .author-info-text h3 a {
    color: #272727
}

.author-info .author-info-text h4 {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 400;
    color: #515151;
    margin-bottom: 10px
}

.author-info .author-info-text h4:last-child {
    margin-bottom: 0
}

.author-box-content p {
    font-size: 16px;
    margin-bottom: 30px
}

.author-box-content .social-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.author-box-content-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.author-box-content-flex .author-info {
    margin-right: 40px;
    margin-bottom: 0;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: -20px
}

.author-box-content-flex .author-info .social-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.author-box-content-flex .author-info img {
    margin-top: 20px
}

.author-box-content-flex .author-info .author-info-text {
    margin-top: 20px
}

.author-box-content-flex p {
    margin-bottom: 0;
    -webkit-box-flex: 1;
    flex: 1;
    -ms-flex: 1;
    max-width: 100%
}

.sidebar-title {
    margin-bottom: 30px
}

.sidebar-title h2 {
    font-size: 25px;
    font-weight: 600;
    font-family: oswald, sans-serif;
    color: #272727;
    margin-bottom: 0
}

.sidebar-title.sidebar-title-white h2 {
    color: #e6e6e6
}

.recent-article-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px
}

.recent-article-list-item:last-child {
    margin-bottom: 0
}

.recent-article-list-item figure {
    -webkit-box-flex: 0;
    flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    max-width: 120px;
    margin-right: 20px;
    margin-bottom: 0;
    position: relative
}

.recent-article-list-item figure a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    position: relative
}

.recent-article-list-item figure a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255, 200, 55, .75);
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.recent-article-list-item figure a:hover:before {
    opacity: 1;
    visibility: visible
}

.recent-article-list-item figure img {
    width: 100%
}

.recent-article-text h3 {
    font-size: 16px;
    font-weight: 600;
    color: #272727;
    margin-bottom: 15px;
    font-family: oswald, sans-serif;
    line-height: 1.4
}

.recent-article-text h3 a {
    color: #272727
}

.recent-article-text h3 a:hover {
    color: #cb1517
}

.recent-article-list-white .recent-article-text h3 {
    color: #e6e6e6
}

.recent-article-list-white .recent-article-text h3 a {
    color: #e6e6e6
}

.recent-article-list-white .recent-article-text h3 a:hover {
    color: #cb1517
}

.recent-article-list-white .recent-article-text .post-entry li {
    color: #e6e6e6
}

.scroll-top {
    width: 45px;
    height: 45px;
    background: #cb1517;
    position: fixed;
    bottom: 60px;
    right: 12px;
    cursor: pointer;
    z-index: 111;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.scroll-top.scrolltopactive {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.scroll-top:hover .scroll-top-inner span {
    -webkit-animation: none;
    animation: none
}

@-webkit-keyframes scrollAnimation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    25% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    75% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes scrollAnimation {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    25% {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }
    50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    75% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.scroll-top-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.scroll-top-inner span {
    -webkit-animation: scrollAnimation 1s infinite linear;
    animation: scrollAnimation 1s infinite linear
}

.scroll-top-inner span i {
    font-size: 18px;
    color: #fff
}

#validator-newsletter {
    color: #e35353
}

.news-newsletter-sm .form-group .form-control {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px
}

.news-newsletter-sm .main-btn {
    padding-top: 10px;
    padding-bottom: 10px
}

.news-card-grid-item-2 {
    height: 100%
}

.news-card-grid-item-2 h3 {
    font-size: 45px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
    font-family: oswald, sans-serif;
    color: #272727
}

.news-card-grid-item-2 h3 a {
    color: #272727
}

.news-card-grid-item-2 h3 a span {
    color: #cb1517
}

.news-card-grid-item-2 h3 a:hover {
    color: #cb1517
}

.news-card-grid-item-2 h3 span {
    color: #cb1517
}

.news-card-grid-item-2 .news-card-entry {
    margin-top: -5px;
    margin-bottom: 15px
}

.news-card-grid-item-2 .news-card-entry li {
    margin-bottom: 0;
    margin-top: 5px
}

.news-card-grid-item-2 &gt; p {
    font-size: 15px;
    margin-bottom: 15px;
    line-height: 1.6em
}

.news-card-grid-item-2.news-card-grid-dark h3 {
    color: #fff
}

.news-card-grid-item-2.news-card-grid-dark h3 a {
    color: #fff
}

.news-card-grid-item-2.news-card-grid-dark h3 a span {
    color: #cb1517
}

.news-card-grid-item-2.news-card-grid-dark h3 a:hover {
    color: #cb1517
}

.news-card-grid-item-2.news-card-grid-dark h3 span {
    color: #cb1517
}

.news-card-grid-item-2.news-card-grid-dark &gt; p {
    color: #dbdbdb
}

.news-card-grid-item-2 .news-card-thumb {
    margin-bottom: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-1 {
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-2 {
    background-image: url(../images/travel/travel-lg-2.jpg)
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-3 {
    background-image: url(../images/travel/travel-lg-3.jpg)
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-4 {
    background-image: url(../images/travel/travel-camera.jpg)
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-5 {
    background-image: url(../images/travel/travel-lg-4.jpg)
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-6 {
    background-image: url(../images/fashion/fashion-xl-1.jpg)
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-7 {
    background-image: url(../images/fashion/fashion-xl-2.jpg)
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-8 {
    background-image: url(../images/travel/travel-lg-5.jpg)
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-9 {
    background-image: url(../images/travel/travel-lg-6.jpg)
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-10 {
    background-image: url(../images/fashion/fashion-xl-3.jpg)
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-11 {
    background-image: url(../images/fashion/fashion-xl-4.jpg)
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-12 {
    background-image: url(../images/travel/travel-lg-7.jpg)
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-13 {
    background-image: url(../images/travel/travel-long-8.jpg)
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-14 {
    background-image: url(../images/travel/travel-lg-8.jpg)
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-15 {
    background-image: url(../images/travel/travel-lg-9.jpg)
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-16 {
    background-image: url(../images/travel/travel-lg-10.jpg)
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-17 {
    background-image: url(../images/fashion/fashion-xl-5.jpg)
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-18 {
    background-image: url(../images/fashion/fashion-xl-6.jpg)
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-19 {
    background-image: url(../images/fashion/fashion-xl-7.jpg)
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-20 {
    background-image: url(../images/men/men-xl-1.jpg)
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-21 {
    background-image: url(../images/men/men-xl-2.jpg)
}

.news-card-grid-item-2 .news-card-thumb.news-thumb-bg-22 {
    background-image: url(../images/men/men-xl-3.jpg)
}

.buy-now-btn {
    right: 20px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #fff;
    background-color: #82b440;
    padding: 10px 20px 10px 42px;
    -webkit-box-shadow: 0 1px 20px 1px #82b440;
    box-shadow: 0 1px 20px 1px #82b440;
    font-size: 13px;
    font-weight: 600
}

.buy-now-btn img {
    top: 50%;
    left: 20px;
    width: 15px;
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.buy-now-btn:hover {
    color: #fff;
    background-color: #94be5d
}
</pre></body></html>