﻿@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&amp;display=swap";
@import "https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800&amp;display=swap";

body {
    padding: 0;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
    font-family: open sans,sans-serif;
    color: #686868
}

a {
    display: inline-block;
    -webkit-transition: all .5s;
    transition: all .5s;
    text-decoration: none
}

    a:hover {
        text-decoration: none;
        color: #333
    }

    a:focus {
        text-decoration: none
    }

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

    button:focus {
        -webkit-box-shadow: none;
        box-shadow: none
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #333;
    font-weight: 700;
    font-family: fira sans,sans-serif;
}

h3 {
    font-size: 20px;
    font-weight: 600
}

.d-table {
    width: 100%;
    height: 100%
}

.d-table-cell {
    vertical-align: middle
}

p {
    font-size: 15px;
    margin-bottom: 15px
}

    p:last-child {
        margin-bottom: 0
    }

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

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.form-control {
    height: 50px;
    color: #6e6e6e;
    border: 1px solid #e8e8e8;
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    font-size: 15px;
    padding: 10px 20px;
    width: 100%
}

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

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

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

    .form-control::placeholder {
        color: #6e6e6e
    }

    .form-control:focus {
        color: #000;
        background-color: transparent;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        outline: 0;
        border: 1px solid #a60505
    }

    .form-control:hover:focus, .form-control:focus {
        -webkit-box-shadow: unset;
        box-shadow: unset
    }

textarea.form-control {
    height: auto;
    height: 250px
}

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

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

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

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px
}

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

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

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

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

.go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 15px;
    background-color: #021c57;
    z-index: 4;
    width: 40px;
    text-align: center;
    height: 42px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}

    .go-top i {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 0;
        right: 0;
        margin: 0 auto;
        color: #fff;
        -webkit-transition: .5s;
        transition: .5s
    }

        .go-top i:last-child {
            opacity: 0;
            visibility: hidden;
            top: 60%
        }

    .go-top::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #333;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: .5s;
        transition: .5s
    }

    .go-top:hover {
        color: #fff;
        background-color: #333
    }

        .go-top:hover::before {
            opacity: 1;
            visibility: visible
        }

        .go-top:hover i:first-child {
            opacity: 0;
            top: 0;
            visibility: hidden
        }

        .go-top:hover i:last-child {
            opacity: 1;
            visibility: visible;
            top: 50%
        }

    .go-top:focus {
        color: #fff
    }

        .go-top:focus::before {
            opacity: 1;
            visibility: visible
        }

        .go-top:focus i:first-child {
            opacity: 0;
            top: 0;
            visibility: hidden
        }

        .go-top:focus i:last-child {
            opacity: 1;
            visibility: visible;
            top: 50%
        }

    .go-top.active {
        top: 98%;
        -webkit-transform: translateY(-98%);
        transform: translateY(-98%);
        opacity: 1;
        visibility: visible
    }

.page-navigation-area {
    text-align: center;
    margin: 20px auto 0;
    display: table
}

    .page-navigation-area .page-link {
        color: #a60505;
        background-color: #fff;
        -webkit-box-shadow: 0 0 15px #d0d0d0;
        box-shadow: 0 0 15px #d0d0d0;
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
        line-height: 24px;
        -webkit-transition: all .5s;
        transition: all .5s;
        font-weight: 700
    }

        .page-navigation-area .page-link i {
            margin-right: -4px;
            font-size: 18px
        }

        .page-navigation-area .page-link:hover {
            color: #fff;
            background-color: #a60505;
            border: 1px solid #a60505
        }

        .page-navigation-area .page-link:focus {
            z-index: 2;
            outline: 0;
            -webkit-box-shadow: none;
            box-shadow: none
        }

        .page-navigation-area .page-link.page-links i::before {
            margin-left: -4px
        }

    .page-navigation-area .page-item {
        padding: 0 8px
    }

        .page-navigation-area .page-item:first-child .page-link {
            border-radius: none
        }

        .page-navigation-area .page-item:last-child .page-link {
            border-radius: none
        }

        .page-navigation-area .page-item.active .page-link {
            z-index: 1;
            color: #fff;
            background-color: #a60505;
            border-color: #a60505
        }

.video-wrap .video-btn-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.video-wrap .video-play {
    position: absolute;
    top: 16px;
    left: 80px;
    text-transform: uppercase;
    width: 129px;
    line-height: 1
}

    .video-wrap .video-play p {
        border-bottom: 1px solid #fff;
        margin-bottom: 0
    }

.video-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    color: #a60505;
    position: relative;
    top: 3px;
    z-index: 1;
    background-color: #a60505
}

    .video-btn i {
        font-size: 20px;
        font-weight: 700;
        padding-left: 4px;
        color: #fff
    }

    .video-btn::after, .video-btn::before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        bottom: 0;
        left: 0;
        border-radius: 50%;
        border: 1px solid #a60505
    }

    .video-btn::before {
        -webkit-animation: ripple 2s linear infinite;
        animation: ripple 2s linear infinite
    }

    .video-btn::after {
        -webkit-animation: ripple 2s linear 1s infinite;
        animation: ripple 2s linear 1s infinite
    }

    .video-btn:hover {
        background-color: #a60505;
        color: #fff
    }

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    75% {
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

.default-btn {
    font-size: 16px;
    color: #fff;
    background-color: #a60303;
    padding: 15px 45px;
    line-height: 1;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    z-index: 1;
    border-radius: 40px;
    overflow: hidden;
}

    .default-btn i {
        margin-left: 5px
    }

    .default-btn::before {
        content: "";
        position: absolute;
        top: 0;
        left: -180px;
        width: 100%;
        height: 100%;
        background-color: #a60303;
        z-index: -1;
        -webkit-transition: all .9s;
        transition: all .9s;
        opacity: 0;
    }

    .default-btn:hover {
        color: #fff
    }

        .default-btn:hover::before {
            opacity: 1;
            left: 0
        }

    .default-btn.default-btn-2 {
        background-color: #50c5bc;
        color: #fff
    }

.read-more {
    line-height: 1;
    color: #686868;
    font-weight: 600;
    -webkit-transition: all .5s;
    transition: all .5s;
    display: block;
    font-size: 13px
}

    .read-more i {
        position: relative;
        top: 2px;
        padding-left: 5px;
        -webkit-transition: all .5s;
        transition: all .5s;
        z-index: 1;
        color: #fff
    }

        .read-more i::after {
            content: "";
            position: absolute;
            top: 2px;
            left: 8px;
            width: 15px;
            height: 15px;
            background-color: #a60505;
            z-index: -1;
            border-radius: 4px
        }

    .read-more:hover {
        color: #a60505
    }

        .read-more:hover i {
            background-color: transparent
        }

            .read-more:hover i::after {
                -webkit-animation: rotation 10s infinite linear;
                animation: rotation 10s infinite linear
            }

.section-title {
    max-width: 600px;
    margin: 0 auto 60px;
    text-align: center
}

    .section-title span {
        color: #a60505;
        font-size: 23px;
        font-weight: 600;
        display: block;
        margin-top: -7px;
        margin-bottom: 8px;
        position: relative;
    }

    .section-title h2 {
        margin-bottom: 15px;
        font-size: 35px
    }

    .section-title p {
        margin-bottom: 0
    }

    .section-title.align-style {
        text-align: left;
        margin-left: 0
    }

    .section-title.section-title-two span {
        color: #50c5bc
    }

.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999
}

    .preloader .lds-ripple {
        position: relative;
        width: 64px;
        height: 64px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%)
    }

        .preloader .lds-ripple div {
            position: absolute;
            border: 4px solid #a60505;
            opacity: 1;
            border-radius: 50%;
            -webkit-animation: lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite;
            animation: lds-ripple 1s cubic-bezier(0,.2,.8,1) infinite
        }

            .preloader .lds-ripple div:nth-child(2) {
                -webkit-animation-delay: -.5s;
                animation-delay: -.5s
            }

@-webkit-keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1
    }

    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0
    }
}

.rimu-nav-style .main-nav {
    position: unset;
    background-color: #ffffff00; /* box-shadow: 0 8px 6px -6px rgb(0 0 0 / 40%); */
    BACKGROUND-COLOR: #ffffff00;
}

    .rimu-nav-style .main-nav .navbar {
        padding: 0
    }

    .rimu-nav-style .main-nav nav .navbar-nav .nav-item a {
        font-weight: 400;
        margin-right: 15px;
        text-transform: capitalize;
        color: #333;
        font-weight: 600
    }

        .rimu-nav-style .main-nav nav .navbar-nav .nav-item a i {
            position: relative;
            left: 5px;
            font-size: 11px;
            font-weight: 700
        }

        .rimu-nav-style .main-nav nav .navbar-nav .nav-item a .flaticon-substract-1 {
            margin-left: -13px
        }

    .rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu {
        border-radius: 0;
        border: none;
        padding: 15px 0;
        padding-top: 0;
        padding-bottom: 0;
    }

        .rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
            font-size: 14px;
            font-weight: 600;
            text-transform: capitalize;
            padding: 6px 15px;
            margin: 0;
            color: #333;
            border-bottom: 1px dashed #eee
        }

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

    .rimu-nav-style .main-nav nav .navbar-nav .nav-item a::before {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #a60505;
        border-radius: 50%;
        right: 0;
        margin: auto;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .5s;
        transition: all .5s;
        display: none
    }

    .rimu-nav-style .main-nav nav .navbar-nav .nav-item a:hover {
        color: #a60303;
        position: relative;
    }

        .rimu-nav-style .main-nav nav .navbar-nav .nav-item a:hover::before {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: all .5s;
            transition: all .5s;
            width: 5px;
            height: 5px
        }

    .rimu-nav-style .main-nav nav .navbar-nav .nav-item a:focus {
        color: #a60505;
        position: relative
    }

        .rimu-nav-style .main-nav nav .navbar-nav .nav-item a:focus::before {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 5px;
            height: 5px;
            background-color: #a60505;
            border-radius: 50%;
            right: 0;
            margin: auto
        }

    .rimu-nav-style .main-nav nav .navbar-nav .nav-item a.active {
        color: #a50101;
        position: relative;
    }

        .rimu-nav-style .main-nav nav .navbar-nav .nav-item a.active::before {
            content: "";
            position: absolute;
            bottom: -5px;
            left: 0;
            width: 5px;
            height: 5px;
            background-color: #a60505;
            border-radius: 50%;
            right: 0;
            margin: auto;
            -webkit-transform: scale(1);
            transform: scale(1)
        }

    .rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
        color: #a60505;
        position: relative
    }

        .rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
            display: none
        }

    .rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
        color: #a60505;
        position: relative;
    }

        .rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
            display: none
        }

    .rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
        color: #333
    }

        .rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
            color: #a60505
        }

        .rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
            color: #a60505 !important
        }

    .rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu.dropdown-style i {
        float: right
    }

.rimu-nav-style .others-option .cart-icon {
    display: inline-block;
    position: relative;
    color: #fff;
    font-size: 17px;
    -webkit-transition: all .5s;
    transition: all .5s
}

    .rimu-nav-style .others-option .cart-icon span {
        color: #fff
    }

    .rimu-nav-style .others-option .cart-icon:hover {
        color: #fff
    }

    .rimu-nav-style .others-option .cart-icon span {
        position: absolute;
        top: -4px;
        left: 11px;
        background-color: #a60505;
        width: 18px;
        height: 18px;
        line-height: 18px;
        text-align: center;
        border-radius: 50%;
        font-size: 14px;
        -webkit-transition: all .5s;
        transition: all .5s
    }

.rimu-nav-style .others-option .sidebar-menu i {
    color: #021c57;
    width: 40px;
    backdrop-filter: grayscale(1);
    height: 40px;
    filter: brightness(-50.5) !important;
    font-size: 22px;
    filter: unset;
    line-height: 40px;
    background-color: #a60505;
    text-align: center;
    background: hsl(219deg 55% 41% / 38%);
    border-radius: 50%;
    margin-left: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .rimu-nav-style .others-option .sidebar-menu i:hover {
        background-color: hsl(219deg 89% 1% / 38%);
    }

.rimu-nav-style .search-box-item {
    display: inline-block;
    position: relative;
    margin-left: 35px;
    color: #fff;
    cursor: pointer;
    width: 15px
}

    .rimu-nav-style .search-box-item i {
        font-size: 17px
    }

    .rimu-nav-style .search-box-item .search-overlay.search-popup {
        position: absolute;
        top: 100%;
        width: 300px;
        right: 0;
        background: #fff;
        z-index: 2;
        padding: 20px;
        -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
        box-shadow: 0 0 15px 0 rgba(0,0,0,.1);
        margin-top: 25px
    }

        .rimu-nav-style .search-box-item .search-overlay.search-popup .search-form {
            position: relative
        }

            .rimu-nav-style .search-box-item .search-overlay.search-popup .search-form .search-input {
                display: block;
                width: 100%;
                height: 50px;
                line-height: initial;
                border: 1px solid #eee;
                color: #212529;
                outline: 0;
                -webkit-transition: .5s;
                transition: .5s;
                padding-top: 4px;
                padding-left: 10px
            }

                .rimu-nav-style .search-box-item .search-overlay.search-popup .search-form .search-input:focus {
                    border-color: #a60505
                }

            .rimu-nav-style .search-box-item .search-overlay.search-popup .search-form .search-button {
                position: absolute;
                right: 0;
                top: 0;
                height: 50px;
                background: 0 0;
                border: none;
                width: 50px;
                outline: 0;
                color: #102a82;
                -webkit-transition: .5s;
                transition: .5s;
                padding: 0;
                cursor: pointer
            }

                .rimu-nav-style .search-box-item .search-overlay.search-popup .search-form .search-button:focus {
                    color: #a60505
                }

    .rimu-nav-style .search-box-item .search-btn {
        -webkit-transition: all .5s;
        transition: all .5s
    }

        .rimu-nav-style .search-box-item .search-btn:hover {
            color: #fff
        }

    .rimu-nav-style .search-box-item .search-overlay {
        display: none
    }

    .rimu-nav-style .search-box-item .close-btn {
        cursor: pointer;
        display: none;
        -webkit-transition: .5s;
        transition: .5s;
        color: #fff
    }

        .rimu-nav-style .search-box-item .close-btn:hover {
            color: #fff
        }

        .rimu-nav-style .search-box-item .close-btn.active {
            display: block
        }

.rimu-nav-style.is-sticky {
    position: fixed;
    top: 0;
    filter: unset;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    -webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
    box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all .5s;
    transition: all .5s;
    max-width: 100%;
    margin-top: 0;
}

    .rimu-nav-style.is-sticky .others-option .cart-icon {
        color: #a60505
    }

        .rimu-nav-style.is-sticky .others-option .cart-icon span {
            color: #fff
        }

        .rimu-nav-style.is-sticky .others-option .cart-icon span {
            position: absolute;
            top: -4px;
            left: 11px;
            background-color: #a60505;
            width: 18px;
            height: 18px;
            line-height: 18px;
            text-align: center;
            border-radius: 50%;
            font-size: 14px;
            -webkit-transition: all .5s;
            transition: all .5s
        }

    .rimu-nav-style.is-sticky .others-option .sidebar-menu i {
        color: #a60505;
        width: 40px;
        height: 40px;
        line-height: 39px;
        background-color: #021c57;
        color: #fff;
        text-align: center;
        border-radius: 50%;
        margin-left: 30px;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

        .rimu-nav-style.is-sticky .others-option .sidebar-menu i:hover {
            background-color: #a60505
        }

    .rimu-nav-style.is-sticky .search-box-item {
        color: #a60505
    }

        .rimu-nav-style.is-sticky .search-box-item .search-btn:hover {
            color: #a60505
        }

        .rimu-nav-style.is-sticky .search-box-item .close-btn {
            color: #a60505
        }

            .rimu-nav-style.is-sticky .search-box-item .close-btn:hover {
                color: #a60505
            }

.dropdown-toggle::after {
    display: none
}

.banner-area {
    padding-top: 185px;
    padding-bottom: 100px;
    background-color: #e6edff;
    height: 100vh;
    position: relative;
    background: url(../img/2.jpg);
    background-image: auto;
    z-index: 1;
    overflow: hidden;
}

    .banner-area .shape-1 {
        position: absolute;
        top: 0;
        right: 0;
        width: 350px;
        z-index: 2;
    }

    .banner-area .shape-2 {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 200px;
        z-index: -1;
        opacity: .5
    }

    .banner-area .banner-images-right {
        position: absolute;
        max-width: 40%;
        top: 190px;
        right: 80px;
    }

    .banner-area .banner-img-right img {
        display: none
    }

    .banner-area .shape-text span {
        font-size: 100px;
        text-transform: uppercase;
        font-weight: 700;
        RIGHT: 130px;
        position: absolute;
        bottom: -50px;
        opacity: .3;
        color: #e4d7d7;
    }

.banner-text span {
    font-size: 15px;
    font-weight: 600;
    display: block;
    margin-bottom: 20px
}

.banner-text h1 {
    font-size: 60px;
    margin-bottom: 25px;
    MARGIN-TOP: 145px;
}

.banner-text p {
    margin-bottom: 13px;
}

.banner-text .banner-btn {
    position: relative
}

    .banner-text .banner-btn .video-wrap .video-btn-wrap {
        position: absolute;
        top: -3px;
        left: 220px
    }

    .banner-text .banner-btn .video-btn {
        width: 45px;
        height: 45px;
        line-height: 46px
    }

        .banner-text .banner-btn .video-btn i {
            font-size: 15px
        }

    .banner-text .banner-btn .video-wrap .watch-video {
        position: absolute;
        top: 12px;
        left: 300px
    }

.box-area {
    position: relative
}

    .box-area .shape-1 {
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 200px;
        z-index: -1
    }

    .box-area .shape-2 {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 200px;
        z-index: -1
    }

.single-box {
    padding: 32px 7px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    background-color: #fff;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
}

    .single-box .box-icon {
        position: relative;
        width: 80px;
        height: 80px;
        margin: 0 auto 10px;
        top: 8px
    }

        .single-box .box-icon i {
            color: #132b62;
            border-radius: 50%;
            width: 60px;
            height: 60px;
            display: inline-block;
            text-align: center;
            line-height: 60px;
            background: #f9f9f9;
            z-index: 1;
            font-size: 35px;
            position: relative;
            -webkit-transition: all .5s;
            transition: all .5s;
        }

            .single-box .box-icon i::after {
                position: absolute;
                content: "";
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                margin: -7px;
                border: 2px dotted #021c57;
                border-radius: 50%;
                z-index: -1;
                -webkit-transition: .5s;
                transition: .5s;
                -webkit-animation: rotation 50s infinite linear;
                animation: rotation 50s infinite linear;
                -webkit-transition: all .5s;
                transition: all .5s;
            }

    .single-box h3 {
        margin-bottom: 15px
    }

    .single-box p {
        margin-bottom: 20px
    }

    .single-box:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

        .single-box:hover .read-more {
            color: #a60505
        }

        .single-box:hover i {
            background-color: #021c57;
            color: #fff;
        }

            .single-box:hover i::after {
                border: 2px dotted #021c57;
                -webkit-animation: rotation 10s infinite linear;
                animation: rotation 10s infinite linear;
            }

        .single-box:hover .read-more i {
            background-color: transparent !important
        }

        .single-box:hover .shape-3 {
            opacity: .1
        }

        .single-box:hover .shape-4 {
            opacity: .1
        }

    .single-box .shape-3 {
        position: absolute;
        left: 20px;
        top: 20px;
        opacity: 0;
        -webkit-transition: all .5s;
        transition: all .5s
    }

    .single-box .shape-4 {
        position: absolute;
        right: 20px;
        bottom: 20px;
        opacity: 0;
        -webkit-transition: all .5s;
        transition: all .5s
    }

.icon-color:nth-child(2) .single-box .box-icon i {
    color: #a50202;
}

    .icon-color:nth-child(2) .single-box .box-icon i::after {
        border: 2px dotted #a50101;
    }

.icon-color:nth-child(2) .single-box:hover .box-icon i {
    color: #fff
}

    .icon-color:nth-child(2) .single-box:hover .box-icon i::after {
        border: 2px dotted #a60505
    }

.icon-color:nth-child(3) .single-box .box-icon i {
    color: #a50202;
}

    .icon-color:nth-child(3) .single-box .box-icon i::after {
        border: 2px dotted #a50101;
    }

.icon-color:nth-child(3) .single-box:hover .box-icon i {
    color: #fff
}

    .icon-color:nth-child(3) .single-box:hover .box-icon i::after {
        border: 2px dotted #a60505
    }

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.about-us-area {
    position: relative
}

    .about-us-area .shape-1 {
        position: absolute;
        top: 0;
        left: 30px;
        z-index: -1;
        opacity: .1
    }

    .about-us-area .shape-2 {
        position: absolute;
        top: 0;
        left: 600px;
        z-index: -1;
        opacity: .1
    }

    .about-us-area .shape-3 {
        position: absolute;
        bottom: 10px;
        right: 100px;
        z-index: -1;
        opacity: .1
    }

    .about-us-area .shape-4 {
        position: absolute;
        bottom: 200px;
        right: 50px;
        z-index: -1;
        opacity: .1
    }

    .about-us-area .shape-5 {
        position: absolute;
        bottom: 0;
        left: 700px;
        z-index: -1;
        opacity: .1
    }

.about-content {
    padding-left: 50px;
    padding: 64px 0 0 0;
}

    .about-content span {
        color: #021c57;
        font-size: 13px;
        font-weight: 600;
        display: block;
        margin-top: -7px;
        margin-bottom: 8px;
        position: relative;
    }

    .about-content h2 {
        margin-bottom: 20px;
        font-size: 35px
    }

    .about-content ul {
        margin-bottom: 30px
    }

        .about-content ul li {
            font-weight: 600;
            margin-bottom: 10px;
            position: relative;
            padding-left: 30px;
            color: #a60505;
            -webkit-transition: all .5s;
            transition: all .5s
        }

            .about-content ul li i {
                position: absolute;
                left: 0;
                top: 3px;
                width: 20px;
                height: 20px;
                line-height: 20px;
                background-color: #a60505;
                color: #fff;
                text-align: center;
                border-radius: 50%;
                font-weight: 400;
                font-size: 11px
            }

            .about-content ul li:last-child {
                margin-bottom: 0
            }

            .about-content ul li:hover {
                -webkit-transform: translateY(-5px);
                transform: translateY(-5px)
            }

.about-img-1 {
    text-align: center
}

.see-product-area {
    background-image: url(../img/2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-attachment: fixed;
    z-index: 1;
}

    .see-product-area::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #1a1b1d;
        opacity: 0.8;
        z-index: -1;
    }

    .see-product-area .section-title {
        margin: 0 auto
    }

        .see-product-area .section-title span {
            color: #fff
        }

        .see-product-area .section-title h2 {
            color: #fff;
            margin-bottom: 25px
        }

        .see-product-area .section-title p {
            margin-bottom: 30px;
            color: #fff
        }

.our-product-area {
    overflow: hidden
}

.shorting-menu {
    text-align: center
}

    .shorting-menu .filter {
        background: 0 0;
        padding: 5px 20px;
        text-transform: capitalize;
        cursor: pointer;
        -webkit-transition: .5s;
        transition: .5s;
        border-radius: 0;
        outline: 0 !important;
        border: 1px solid #a60303;
        color: #a60404;
        font-weight: 600;
        margin-right: 4px;
        border-radius: 40px;
    }

        .shorting-menu .filter:hover {
            background: #a60505;
            color: #fff;
            border-color: #a60505
        }

        .shorting-menu .filter i {
            margin-right: 3px
        }

        .shorting-menu .filter.active {
            background: #ad1818;
            color: #fff;
            border-color: #a60303;
        }

.shorting {
    margin-top: 50px
}

    .shorting .mix {
        display: none
    }

.single-product-box {
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,.1);
    box-shadow: 0 0 40px rgba(82,85,90,.1);
    position: relative;
    border-radius: 10px;
    padding: 0 0 30px 0;
    background-color: #fff;
    text-align: center;
}

    .single-product-box::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0%;
        width: 100%;
        height: 76%;
        background: #021c57;
        opacity: 0;
        -webkit-transition: .5s;
        transition: .5s;
        border-radius: 10px;
        margin: auto;
        right: 0;
    }

    .single-product-box .product-content {
        background: #fff;
        text-align: center;
        padding-top: 30px;
        -webkit-transition: .5s;
        transition: .5s
    }

        .single-product-box .product-content h3 {
            margin-bottom: 10px;
            -webkit-transition: .5s;
            transition: .5s;
            color: #333;
            line-height: 1;
            font-size: 18px
        }

        .single-product-box .product-content ul {
            margin-bottom: 10px;
            line-height: 1
        }

            .single-product-box .product-content ul li {
                display: inline-block
            }

                .single-product-box .product-content ul li i {
                    color: #a60505
                }

        .single-product-box .product-content span {
            display: block;
            color: #333;
            font-size: 20px;
            font-weight: 600;
            line-height: 1
        }

        .single-product-box .product-content .default-btn {
            padding: 10px 25px
        }

    .single-product-box .btn-box {
        position: absolute;
        top: 46%;
        left: 0;
        right: 0;
        margin: 20px auto 0;
        text-align: center;
        opacity: 0;
        z-index: 2;
        visibility: hidden;
        -webkit-transition: .5s;
        transition: .5s
    }

        .single-product-box .btn-box a i {
            font-size: 15px;
            display: inline-block;
            color: #a50101;
            width: 40px;
            height: 40px;
            line-height: 40px;
            background: #fff;
            border-radius: 50%;
            -webkit-transition: all .5s;
            transition: all .5s;
            font-weight: 600;
        }

            .single-product-box .btn-box a i:hover {
                color: #fff;
                background: #3e527f;
            }

    .single-product-box:hover::before {
        opacity: .8
    }

    .single-product-box:hover .btn-box {
        opacity: 1;
        visibility: visible;
        margin: -10px auto 0
    }

    .single-product-box .product-offer {
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
        position: absolute;
        top: 15px;
        right: 14px;
        background-color: #021c57;
        padding: 2px 15px;
        border-radius: 10px;
        font-size: 12px;
    }

        .single-product-box .product-offer.offer-10 {
            background-color: #a60505
        }

        .single-product-box .product-offer.hot-offer {
            background-color: red
        }

.service-area {
    background-color: #edf0f4;
    position: relative;
    z-index: 1
}

    .service-area::before {
        content: "";
        position: absolute;
        top: 26%;
        left: 0;
        background-image: url(../img/shape/11.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        height: 550px;
        width: 100%;
        z-index: -1;
        opacity: .1
    }

    .service-area .shape-1 {
        display: none
    }

    .service-area .owl-next {
        position: absolute;
        top: 40%;
        right: 0;
        margin: 0 !important;
        border-radius: 0 !important
    }

        .service-area .owl-next i {
            background-color: #50c5bc !important;
            color: #fff;
            width: 30px;
            height: 30px;
            line-height: 30px;
            display: inline-block;
            -webkit-transition: all .5s;
            transition: all .5s
        }

            .service-area .owl-next i:hover {
                background-color: #a60505
            }

    .service-area .owl-prev {
        position: absolute;
        top: 40%;
        left: 0;
        margin: 0 !important;
        border-radius: 0 !important
    }

        .service-area .owl-prev i {
            background-color: #50c5bc !important;
            color: #fff;
            width: 30px;
            height: 30px;
            line-height: 30px;
            display: inline-block;
            -webkit-transition: all .5s;
            transition: all .5s
        }

            .service-area .owl-prev i:hover {
                background-color: #a60505
            }

.single-service {
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,.1);
    box-shadow: 0 0 40px rgba(82,85,90,.1);
    background-color: #fff;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative;
    margin-bottom: 30px
}

    .single-service::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #a60505;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all .5s;
        transition: all .5s
    }

    .single-service .service-content {
        padding: 30px
    }

        .single-service .service-content h3 {
            line-height: 1;
            margin-bottom: 13px
        }

    .single-service:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

        .single-service:hover .read-more {
            color: #a60505
        }

            .single-service:hover .read-more i::after {
                -webkit-animation: rotation 10s infinite linear;
                animation: rotation 10s infinite linear
            }

        .single-service:hover::before {
            -webkit-transform: scale(1);
            transform: scale(1)
        }

.offer-area {
    background-image: url(../img/shape/11.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    position: relative;
    padding-top: 100px;
    overflow: hidden;
    background-attachment: fixed;
    z-index: 1
}

    .offer-area::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .9;
        background-color: #000;
        z-index: -1
    }

    .offer-area .col-lg-4 {
        text-align: center
    }

    .offer-area .offer-title {
        margin-top: -7px;
        text-align: center
    }

        .offer-area .offer-title span {
            color: #fff;
            font-weight: 600;
            font-size: 15px;
            display: inline-block;
            margin-top: -9px
        }

        .offer-area .offer-title h2 {
            font-size: 35px;
            color: #fff;
            margin-top: 10px;
            margin-bottom: 30px
        }

            .offer-area .offer-title h2 span {
                color: #a60505;
                font-size: 35px
            }

        .offer-area .offer-title p {
            color: #fff
        }

        .offer-area .offer-title .default-btn {
            margin-top: 20px
        }

        .offer-area .offer-title .default-btn-two {
            margin-top: 20px
        }

.offer-logo {
    color: #fff;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    display: inline-block;
    text-align: center;
    line-height: 175px;
    background-color: #a60303;
    z-index: 1;
    font-size: 35px;
    position: relative;
}

    .offer-logo::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        border: 3px dotted #a60303;
        border-radius: 50%;
        z-index: -1;
        margin: -10px;
        -webkit-transition: .5s;
        transition: .5s;
        -webkit-animation: rotation 50s infinite linear;
        animation: rotation 50s infinite linear;
    }

    .offer-logo p {
        font-size: 57px;
        font-weight: 700;
        margin-bottom: 0
    }

    .offer-logo span {
        font-size: 40px;
        position: absolute;
        top: 57px;
        left: 0;
        right: 0;
        font-weight: 600
    }

.our-gallery-area .owl-dots {
    margin-top: 0;
    line-height: 1
}

    .our-gallery-area .owl-dots .owl-dot span {
        width: 16px;
        height: 16px;
        margin: 0 4px;
        background: 0 0;
        border: 1px solid #a60505;
        border-radius: 50%;
        -webkit-transition: .5s;
        transition: .5s;
        position: relative
    }

    .our-gallery-area .owl-dots .owl-dot:hover span {
        border-color: #a60505
    }

        .our-gallery-area .owl-dots .owl-dot:hover span::before {
            background-color: #a60505
        }

    .our-gallery-area .owl-dots .owl-dot.active span {
        border-color: #a60505;
        position: relative
    }

        .our-gallery-area .owl-dots .owl-dot.active span::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background-color: #a60505;
            -webkit-transition: .5s;
            transition: .5s;
            border-radius: 50%;
            margin: 3px
        }

.our-gallery-area .owl-theme .owl-dots .owl-dot.active span {
    background-color: transparent
}

.our-gallery-area .owl-theme .owl-dots .owl-dot:hover span {
    background-color: transparent
}

.single-gallery {
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px
}

    .single-gallery .gallery-content {
        position: absolute;
        bottom: -60px;
        left: 0;
        right: 0;
        margin: auto;
        -webkit-transition: all .5s;
        transition: all .5s
    }

        .single-gallery .gallery-content h3 {
            margin-bottom: 0;
            line-height: 1;
            background-color: #a60505;
            padding: 20px;
            -webkit-transition: all .5s;
            transition: all .5s
        }

            .single-gallery .gallery-content h3 a {
                color: #fff
            }

            .single-gallery .gallery-content h3:hover {
                background-color: #a60505
            }

    .single-gallery:hover .gallery-content {
        bottom: 0
    }

.testimonial-area {
    background-image: url(../img/testimonial/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1
}

    .testimonial-area::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 300px;
        background-color: #fff;
        z-index: -1
    }

    .testimonial-area::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: -1;
        opacity: .8
    }

    .testimonial-area .client-img {
        background-image: url(../img/testimonial/6.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        position: relative
    }

        .testimonial-area .client-img img {
            display: none
        }

        .testimonial-area .client-img .video-wrap .video-btn-wrap {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
        }

.testimonial-bg-color {
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,.1);
    box-shadow: 0 0 40px rgba(82,85,90,.1);
    background-color: #fff;
    margin-left: 0;
    margin-right: 0
}

    .testimonial-bg-color .owl-prev {
        position: absolute;
        top: 48%;
        left: 20px
    }

        .testimonial-bg-color .owl-prev i {
            color: #a60505;
            -webkit-transition: all .5s;
            transition: all .5s
        }

            .testimonial-bg-color .owl-prev i:hover {
                color: #a60505
            }

    .testimonial-bg-color .owl-next {
        position: absolute;
        top: 48%;
        right: 20px
    }

        .testimonial-bg-color .owl-next i {
            color: #a60505;
            -webkit-transition: all .5s;
            transition: all .5s
        }

            .testimonial-bg-color .owl-next i:hover {
                color: #a60505
            }

    .testimonial-bg-color .owl-theme .owl-nav [class*=owl-]:hover {
        background-color: transparent
    }

.single-testimonial {
    text-align: center;
    padding: 50px
}

    .single-testimonial img {
        margin: 0 auto 20px;
        border-radius: 50%;
        width: unset !important
    }

    .single-testimonial h3 {
        font-size: 15px;
        margin-bottom: 0;
        font-size: 18px
    }

    .single-testimonial span {
        display: block;
        margin-bottom: 10px;
        font-size: 13px
    }

    .single-testimonial ul {
        line-height: 1
    }

        .single-testimonial ul li {
            display: inline-block
        }

            .single-testimonial ul li i {
                color: #e9cc0b;
                font-size: 15px;
                line-height: 1;
                margin-bottom: 0
            }

    .single-testimonial i {
        font-size: 30px;
        line-height: 1;
        margin-bottom: 15px;
        display: inline-block;
        color: #333
    }

.faq-area {
    background-color: #fff4f0
}

    .faq-area .faq-img {
        background-image: url(../img/faq-img.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
        position: relative
    }

        .faq-area .faq-img img {
            display: none
        }

.questions-area.two .section-title {
    text-align: left;
    max-width: unset;
    margin: 0 auto 60px
}

.faq-accordion {
    padding-left: 15px;
    padding-right: 15px
}

    .faq-accordion h2 {
        font-size: 35px;
        margin-bottom: 30px;
        margin-top: -8px
    }

    .faq-accordion .accordion {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0
    }

        .faq-accordion .accordion .accordion-item {
            display: block;
            -webkit-box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
            box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
            background: #fff;
            margin-bottom: 10px;
            border-radius: 5px
        }

            .faq-accordion .accordion .accordion-item:last-child {
                margin-bottom: 0
            }

        .faq-accordion .accordion .accordion-title {
            padding: 12px 20px 12px 51px;
            color: #333;
            position: relative;
            border-bottom: 1px solid transparent;
            margin-bottom: -1px;
            display: block;
            font-size: 16px;
            font-weight: 600
        }

            .faq-accordion .accordion .accordion-title i {
                position: absolute;
                left: 0;
                top: 0;
                width: 40px;
                text-align: center;
                height: 100%;
                background: #faf5f5;
                color: #a60505;
                font-size: 14px;
                -webkit-transition: .5s;
                transition: .5s
            }

                .faq-accordion .accordion .accordion-title i::before {
                    position: absolute;
                    left: 0;
                    top: 50%;
                    right: 0;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%)
                }

            .faq-accordion .accordion .accordion-title.active {
                border-bottom-color: #eee;
                border-radius: 4px 4px 4px 4px
            }

                .faq-accordion .accordion .accordion-title.active i {
                    background-color: #a60505;
                    color: #fff;
                    border-radius: 5px 0 0 0
                }

                    .faq-accordion .accordion .accordion-title.active i::before {
                        content: "\f068"
                    }

        .faq-accordion .accordion .accordion-content {
            display: none;
            position: relative;
            padding: 30px
        }

            .faq-accordion .accordion .accordion-content.show {
                display: block
            }

.blog-area {
    position: relative
}

    .blog-area .shape-1 {
        position: absolute;
        bottom: 0;
        left: 0;
        max-width: 150px;
        z-index: -1
    }

    .blog-area .shape-2 {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 150px;
        z-index: -1
    }

.blog-wrap.owl-theme .owl-nav.disabled + .owl-dots {
    line-height: .01;
    margin-top: 0
}

.blog-wrap.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    background: 0 0;
    border: 1px solid #a60505;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative
}

.blog-wrap.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #a60505
}

    .blog-wrap.owl-theme .owl-dots .owl-dot:hover span::before {
        background-color: #a60505
    }

.blog-wrap.owl-theme .owl-dots .owl-dot.active span {
    border-color: #a60505;
    position: relative
}

    .blog-wrap.owl-theme .owl-dots .owl-dot.active span::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #a60505;
        -webkit-transition: .5s;
        transition: .5s;
        border-radius: 50%;
        margin: 3px
    }

.single-blog-post {
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.08);
    border-radius: 5px;
    -webkit-transition: all .5s;
    transition: all .5s
}

    .single-blog-post .post-image {
        position: relative;
        overflow: hidden
    }

        .single-blog-post .post-image a {
            display: block
        }

            .single-blog-post .post-image a img {
                border-radius: 5px;
                -webkit-transition: .5s;
                transition: .5s
            }

    .single-blog-post .post-content {
        border: 1px solid #eee;
        padding: 25px
    }

        .single-blog-post .post-content .date {
            color: #a60505;
            font-size: 12px;
            margin-bottom: 8px;
            margin-top: -4px
        }

            .single-blog-post .post-content .date i {
                font-size: 12px
            }

        .single-blog-post .post-content h3 a {
            margin-bottom: 8px;
            line-height: 1.4;
            color: #333
        }

        .single-blog-post .post-content p {
            margin-bottom: 0;
            font-weight: 800;
            color: #a50101;
        }

        .single-blog-post .post-content .read-more {
            margin-top: 22px
        }

    .single-blog-post:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

        .single-blog-post:hover h3 a {
            color: #a60404;
        }

        .single-blog-post:hover .post-image a img {
            -webkit-transform: scale(1.3) rotate(4deg);
            transform: scale(1.3) rotate(4deg)
        }

        .single-blog-post:hover .read-more {
            color: #a60505
        }

            .single-blog-post:hover .read-more i::after {
                -webkit-animation: rotation 10s infinite linear;
                animation: rotation 10s infinite linear
            }

.footer-top-area {
    background-color: #f7f7f7
}

.single-widget {
    margin-bottom: 25px
}

    .single-widget h3 {
        color: #021c57;
        margin-bottom: 20px;
        font-size: 19px;
    }

    .single-widget p {
        color: #686868;
        margin-top: 16px
    }

    .single-widget .address {
        margin-top: 20px
    }

        .single-widget .address li {
            color: #686868;
            position: relative;
            padding-left: 40px;
            margin-bottom: 20px;
            -webkit-transition: all .5s;
            transition: all .5s
        }

            .single-widget .address li a {
                color: #686868;
                -webkit-transition: all .5s;
                transition: all .5s
            }

            .single-widget .address li i {
                position: absolute;
                top: -4px;
                left: 0;
                width: 30px;
                height: 30px;
                line-height: 30px;
                background-color: #2a4072;
                text-align: center;
                border-radius: 50%;
                color: #fff;
            }

            .single-widget .address li:hover {
                color: #a60505
            }

                .single-widget .address li:hover a {
                    color: #061f5a;
                }

            .single-widget .address li:last-child {
                margin-bottom: 0
            }

    .single-widget .links li {
        margin-bottom: 14px
    }

        .single-widget .links li a {
            color: #686868
        }

        .single-widget .links li:last-child {
            margin-bottom: 0
        }

        .single-widget .links li:hover {
            color: #162e64;
        }

            .single-widget .links li:hover a {
                color: #021c57;
            }

    .single-widget .instagram {
        margin-top: 27px
    }

        .single-widget .instagram li {
            display: inline-block;
            width: 25%;
            margin-bottom: 10px;
            padding-right: 7px
        }

            .single-widget .instagram li pl a {
                color: #fafafa
            }

            .single-widget .instagram li:hover {
                color: #a60505
            }

                .single-widget .instagram li:hover a {
                    color: #a60505
                }

    .single-widget .social-icon {
        margin-top: 15px
    }

        .single-widget .social-icon li {
            display: inline-block;
            padding-left: 5px
        }

            .single-widget .social-icon li a i {
                display: inline-block;
                width: 30px;
                height: 30px;
                line-height: 30px;
                background-color: #021c57;
                color: #fff;
                border-radius: 50%;
                text-align: center;
                -webkit-transition: all .5s;
                transition: all .5s;
            }

                .single-widget .social-icon li a i:hover {
                    background-color: #333
                }

    .single-widget.single-widget-4 {
        padding-left: 30px
    }

.footer-bottom-area {
    background-color: #07173c;
    padding: 15px 0;
}

    .footer-bottom-area p {
        color: #fff;
        margin-top: 4px
    }

        .footer-bottom-area p a {
            color: #4ef1e4;
        }

            .footer-bottom-area p a:hover {
                color: #a60505
            }

    .footer-bottom-area .conditions {
        float: right
    }

        .footer-bottom-area .conditions li {
            display: inline-block;
            padding-left: 20px;
            position: relative
        }

            .footer-bottom-area .conditions li::before {
                content: "";
                position: absolute;
                top: 6px;
                right: -14px;
                width: 1px;
                height: 15px;
                background-color: #fff
            }

            .footer-bottom-area .conditions li a {
                color: #fff
            }

            .footer-bottom-area .conditions li:last-child::before {
                display: none
            }

.sidebar-modal {
    position: relative
}

    .sidebar-modal .navbar-nav li a {
        padding: 10px 0 10px 15px
    }

    .sidebar-modal .modal.right .modal-dialog {
        position: fixed;
        margin: auto;
        width: 400px;
        height: 100%;
        -webkit-transform: translate3d(0%,0,0);
        transform: translate3d(0%,0,0)
    }

    .sidebar-modal .modal.right .modal-content {
        height: 100%;
        overflow-y: auto;
        border-radius: 0;
        border: none;
        background-color: #fff
    }

    .sidebar-modal .modal.right .modal-body {
        padding: 30px
    }

        .sidebar-modal .modal.right .modal-body .sidebar-modal-widget {
            margin-bottom: 35px
        }

            .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title {
                font-size: 18px;
                font-weight: 700;
                position: relative;
                z-index: 1;
                margin-bottom: 35px;
                color: #333
            }

                .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: -7px;
                    width: 30px;
                    height: 2px;
                    border-radius: 5px;
                    background: #a60505
                }

                .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .title::after {
                    content: '';
                    position: absolute;
                    left: 0;
                    bottom: -7px;
                    width: 100%;
                    height: 2px;
                    border-radius: 5px;
                    background: #a60505;
                    opacity: .1
                }

            .sidebar-modal .modal.right .modal-body .sidebar-modal-widget:last-child {
                margin-bottom: 0
            }

            .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul {
                padding: 0;
                margin: 0;
                list-style-type: none
            }

                .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li {
                    margin-bottom: 10px
                }

                    .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li:last-child {
                        margin-bottom: 0
                    }

                    .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a {
                        font-size: 14px;
                        color: #5d5b5b;
                        font-weight: 600;
                        text-transform: capitalize
                    }

                        .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul li a:hover {
                            color: #a60505
                        }

                .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li {
                    position: relative;
                    font-weight: 700;
                    padding-left: 45px;
                    text-transform: uppercase;
                    margin-bottom: 10px;
                    font-size: 14px;
                    color: #333
                }

                    .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li span {
                        font-size: 15px;
                        display: block;
                        font-weight: 400;
                        color: #818992;
                        margin-top: 5px;
                        text-transform: initial
                    }

                    .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li a {
                        font-size: 15px;
                        display: block;
                        font-weight: 400;
                        color: #818992;
                        text-transform: initial
                    }

                    .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li i {
                        position: absolute;
                        left: 0;
                        top: 0;
                        border: 1px dashed #a60505;
                        border-radius: 50%;
                        color: #a60505;
                        text-align: center;
                        width: 35px;
                        height: 35px;
                        line-height: 24px;
                        font-size: 29px;
                        -webkit-transition: all .5s;
                        transition: all .5s
                    }

                        .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li i::before {
                            margin-left: 0;
                            font-size: 15px
                        }

                    .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:hover i {
                        color: #fff;
                        border: 1px dashed #a60505;
                        background: #a60505
                    }

                    .sidebar-modal .modal.right .modal-body .sidebar-modal-widget ul.contact-info li:last-child {
                        margin-bottom: 0
                    }

            .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list {
                text-align: left
            }

                .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li {
                    display: inline-block;
                    padding-right: 5px
                }

                    .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i {
                        width: 30px;
                        height: 30px;
                        border: 1px dashed #868686;
                        display: inline-block;
                        text-align: center;
                        line-height: 30px;
                        border-radius: 50%;
                        color: #868686;
                        font-size: 14px
                    }

                        .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a i:hover {
                            border: 1px dashed #a60505;
                            color: #a60505
                        }

                    .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li:hover {
                        color: #a60505
                    }

                    .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .social-list li a:hover {
                        color: #fff
                    }

            .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .instagram li {
                display: inline-block;
                width: 32%;
                margin-bottom: 10px;
                padding-right: 7px
            }

                .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .instagram li pl a {
                    color: #fafafa
                }

                .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .instagram li:hover {
                    color: #a60505
                }

                    .sidebar-modal .modal.right .modal-body .sidebar-modal-widget .instagram li:hover a {
                        color: #a60505
                    }

    .sidebar-modal .modal.right.fade.show .modal-dialog {
        right: 0;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .sidebar-modal .modal.right.fade .modal-dialog {
        right: -320px;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out
    }

    .sidebar-modal .modal-header {
        display: inline;
        padding: 0;
        border: none
    }

        .sidebar-modal .modal-header .close {
            height: 30px;
            width: 30px;
            color: #a60505;
            margin: 0;
            padding: 0;
            cursor: pointer;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
            border: none;
            opacity: 1;
            position: absolute;
            top: 0;
            right: 0
        }

            .sidebar-modal .modal-header .close i::before {
                margin-left: 0;
                font-size: 20px
            }

        .sidebar-modal .modal-header h2 {
            background-color: #efefef;
            padding: 30px 25px
        }

    .sidebar-modal button:focus {
        outline: 0
    }

.page-title-area {
    position: relative;
    z-index: 1;
    padding-top: 180px;
    padding-bottom: 60px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-image: url(../img/4.jpg);
}

    .page-title-area::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background-color: #353535;
        opacity: .9;
    }

    .page-title-area::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: right;
        background-size: contain;
    }

    .page-title-area .page-title-content h2 {
        margin-bottom: 0;
        color: white;
        font-size: 45px;
    }

    .page-title-area .page-title-content ul {
        padding-left: 0;
        list-style-type: none;
        margin-top: 20px;
        margin-bottom: 0
    }

        .page-title-area .page-title-content ul li {
            display: inline-block;
            color: #a60505;
            position: relative;
            font-size: 15px;
            font-weight: 600;
        }

            .page-title-area .page-title-content ul li i {
                font-size: 12px;
                margin: 0 10px
            }

            .page-title-area .page-title-content ul li a {
                color: #fff;
            }

                .page-title-area .page-title-content ul li a:hover {
                    color: #a60505
                }

                .page-title-area .page-title-content ul li a i {
                    font-size: 12px;
                    margin: 0 10px
                }

.service-list ul {
    margin-top: 35px
}

    .service-list ul li {
        position: relative;
        padding-left: 50px;
        margin-bottom: 20px;
        font-size: 16px;
        font-weight: 600;
        -webkit-transition: all .5s;
        transition: all .5s
    }

        .service-list ul li:last-child {
            margin-bottom: 0
        }

        .service-list ul li i {
            position: absolute;
            top: 0;
            left: 0;
            width: 30px;
            height: 30px;
            background-color: #a50101;
            text-align: center;
            line-height: 30px;
            font-size: 20px;
            color: #fff;
        }

        .service-list ul li:hover {
            color: #a60505
        }

.service-s-p {
    margin-top: 30px;
    margin-bottom: 30px
}

.service-area .owl-dots {
    margin: 0 !important;
    position: absolute;
    bottom: 5%;
    right: 0;
    left: 0;
    margin: auto
}

    .service-area .owl-dots .owl-dot span {
        width: 15px !important;
        height: 15px !important;
        background: 0 0 !important;
        border: 1px solid #fe5a0e;
        border-radius: 50% !important
    }

    .service-area .owl-dots .owl-dot:hover span {
        border-color: #fff
    }

        .service-area .owl-dots .owl-dot:hover span::before {
            background-color: #fff
        }

    .service-area .owl-dots .owl-dot.active span {
        border-color: #a60505;
        position: relative
    }

        .service-area .owl-dots .owl-dot.active span::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background-color: #a60505;
            -webkit-transition: .5s;
            transition: .5s;
            border-radius: 50%;
            margin: 3px
        }

.service-area .service-item {
    position: relative
}

    .service-area .service-item::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #a60505;
        opacity: .5;
        z-index: 1
    }

.error-area {
    padding: 50px 0;
    height: 100vh;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #fff
}

    .error-area::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .9;
        z-index: -1
    }

    .error-area .error-contant-wrap {
        z-index: 1;
        position: relative
    }

        .error-area .error-contant-wrap img {
            max-width: 300px;
            width: 100%
        }

        .error-area .error-contant-wrap h3 {
            margin: 30px 0 0;
            font-family: open sans,sans-serif;
            position: relative;
            color: red
        }

        .error-area .error-contant-wrap p {
            margin: 20px 0 30px;
            font-size: 19px
        }

.coming-soon-area {
    position: relative;
    height: 100vh;
    z-index: 1;
    overflow: hidden
}

    .coming-soon-area::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/coming-soon-bg.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        -webkit-animation: rotation 50s infinite linear;
        animation: rotation 50s infinite linear
    }

    .coming-soon-area::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .9;
        z-index: 1
    }

.coming-soon-content {
    text-align: center;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2
}

    .coming-soon-content h1 {
        margin-bottom: 0;
        color: #fff;
        font-size: 80px;
        font-weight: 700;
        margin-top: -18px
    }

    .coming-soon-content p {
        color: #f3f3f3;
        line-height: 1.8;
        font-size: 14.5px;
        max-width: 600px;
        margin-top: 15px;
        margin-bottom: 0;
        margin-left: auto;
        margin-right: auto
    }

    .coming-soon-content #timer {
        margin-top: 30px
    }

        .coming-soon-content #timer div {
            display: inline-block;
            color: #a60505;
            position: relative;
            margin-left: 35px;
            margin-right: 35px;
            font-size: 65px;
            font-weight: 700
        }

            .coming-soon-content #timer div span {
                display: block;
                text-transform: capitalize;
                margin-top: -15px;
                font-size: 16px;
                font-weight: 400
            }

            .coming-soon-content #timer div:last-child {
                margin-right: 0
            }

                .coming-soon-content #timer div:last-child::before {
                    display: none
                }

            .coming-soon-content #timer div:first-child {
                margin-left: 0
            }

            .coming-soon-content #timer div::before {
                content: "";
                position: absolute;
                right: -50px;
                top: -10px;
                font-size: 70px;
                color: #fff
            }

    .coming-soon-content .newsletter-form {
        position: relative;
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 60px
    }

        .coming-soon-content .newsletter-form .form-control {
            display: block;
            width: 100%;
            height: 60px;
            border: none;
            background-color: rgba(255,255,255,.3);
            padding-left: 15px;
            color: #fff;
            outline: 0;
            -webkit-transition: .5s;
            transition: .5s
        }

            .coming-soon-content .newsletter-form .form-control::-webkit-input-placeholder {
                color: #fff
            }

            .coming-soon-content .newsletter-form .form-control:-ms-input-placeholder {
                color: #fff
            }

            .coming-soon-content .newsletter-form .form-control::-ms-input-placeholder {
                color: #fff
            }

            .coming-soon-content .newsletter-form .form-control::placeholder {
                color: #fff
            }

            .coming-soon-content .newsletter-form .form-control:focus {
                border-color: #a60505
            }

        .coming-soon-content .newsletter-form button {
            position: absolute;
            right: 0;
            top: 0;
            height: 60px;
            padding: 0 30px;
            text-transform: uppercase;
            outline: 0;
            color: #fff;
            background-color: #a60505;
            border: none;
            -webkit-transition: .5s;
            transition: .5s;
            font-weight: 600;
            font-size: 15px;
            cursor: pointer;
            border-radius: 0 !important
        }

            .coming-soon-content .newsletter-form button::after {
                display: none
            }

            .coming-soon-content .newsletter-form button::before {
                display: none
            }

            .coming-soon-content .newsletter-form button::hover {
                color: #fff !important
            }

        .coming-soon-content .newsletter-form #validator-newsletter {
            color: #fff;
            font-size: 14px;
            position: absolute;
            left: 0;
            right: 0;
            bottom: -30px;
            margin: 0 auto
        }

.sign-up-area {
    position: relative;
    z-index: 1;
    overflow: hidden
}

    .sign-up-area .contact-form-action {
        background-color: #fff;
        border-radius: 4px;
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,.1);
        box-shadow: 0 0 40px rgba(82,85,90,.1);
        padding: 40px;
        max-width: 570px;
        margin: auto
    }

        .sign-up-area .contact-form-action .form-heading {
            margin-bottom: 33px
        }

            .sign-up-area .contact-form-action .form-heading .form-title {
                font-size: 38px;
                color: #233d63;
                font-weight: 600;
                margin-bottom: 10px
            }

            .sign-up-area .contact-form-action .form-heading .form-desc {
                font-size: 18px;
                color: #677286;
                font-weight: 500
            }

            .sign-up-area .contact-form-action .form-heading .reset-desc {
                line-height: 30px;
                margin-top: 15px
            }

                .sign-up-area .contact-form-action .form-heading .reset-desc a {
                    color: #a60505
                }

            .sign-up-area .contact-form-action .form-heading .reset-desc {
                font-size: 16px
            }

                .sign-up-area .contact-form-action .form-heading .reset-desc a {
                    font-weight: 600
                }

        .sign-up-area .contact-form-action form .submit-btn {
            margin-top: 24px
        }

        .sign-up-area .contact-form-action form .default-btn {
            cursor: pointer;
            margin-bottom: 30px;
            padding: 12px 20px
        }

            .sign-up-area .contact-form-action form .default-btn i {
                margin-right: 5px
            }

        .sign-up-area .contact-form-action form .btn-facebook {
            background-color: #3b5998
        }

        .sign-up-area .contact-form-action form .btn-twitter {
            background-color: #31a5ff
        }

        .sign-up-area .contact-form-action form .reset-btn {
            margin-top: 0
        }

        .sign-up-area .contact-form-action form .form-condition {
            margin-bottom: 20px
        }

            .sign-up-area .contact-form-action form .form-condition .agree-label {
                font-weight: 600
            }

                .sign-up-area .contact-form-action form .form-condition .agree-label a {
                    color: #a60505
                }

        .sign-up-area .contact-form-action form .form-group {
            margin-bottom: 30px
        }

        .sign-up-area .contact-form-action .account-desc {
            margin-top: -8px;
            font-weight: 600
        }

            .sign-up-area .contact-form-action .account-desc a {
                color: #a60505;
                margin-left: 10px;
                font-weight: 600
            }

        .sign-up-area .contact-form-action #chb1 {
            position: relative;
            top: 1px
        }

        .sign-up-area .contact-form-action #chb2 {
            position: relative;
            top: 1px
        }

        .sign-up-area .contact-form-action .forget {
            float: right;
            color: #a60505;
            font-weight: 600
        }

        .sign-up-area .contact-form-action .now-register {
            font-weight: 600;
            float: right
        }

            .sign-up-area .contact-form-action .now-register a {
                color: #a60505
            }

        .sign-up-area .contact-form-action .now-log-in {
            color: #a60505;
            font-weight: 600
        }

            .sign-up-area .contact-form-action .now-log-in .font-q {
                font-weight: 600
            }

    .sign-up-area:before {
        position: absolute;
        content: '';
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: url(../img/shape/4.png);
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
        background-position: center;
        -webkit-animation: slideInLeft 40s infinite linear;
        animation: slideInLeft 40s infinite linear;
        opacity: .1;
        display: none
    }

    .sign-up-area::after {
        position: absolute;
        content: '';
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-image: url(../img/shape/7.png);
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
        background-position: center;
        -webkit-animation: slideInRight 40s infinite linear;
        animation: slideInRight 40s infinite linear;
        opacity: .1;
        display: none
    }

.blog-details-desc .article-image {
    position: relative
}

    .blog-details-desc .article-image img {
        width: 100%
    }

.blog-details-desc .article-content {
    margin-top: 30px
}

    .blog-details-desc .article-content .entry-meta {
        margin-bottom: -10px
    }

        .blog-details-desc .article-content .entry-meta ul {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none
        }

            .blog-details-desc .article-content .entry-meta ul li {
                position: relative;
                display: inline-block;
                color: #a60505;
                margin-right: 21px;
                font-size: 14px
            }

                .blog-details-desc .article-content .entry-meta ul li span {
                    display: inline-block;
                    color: #a60505;
                    font-weight: 500
                }

                .blog-details-desc .article-content .entry-meta ul li a {
                    display: inline-block;
                    color: #666;
                    font-size: 13px
                }

                    .blog-details-desc .article-content .entry-meta ul li a:hover {
                        color: #a60505
                    }

                .blog-details-desc .article-content .entry-meta ul li i {
                    color: #a60505;
                    margin-right: 2px
                }

                .blog-details-desc .article-content .entry-meta ul li::before {
                    content: '';
                    position: absolute;
                    top: 11px;
                    right: -15px;
                    width: 6px;
                    height: 1px;
                    background: #a60505
                }

                .blog-details-desc .article-content .entry-meta ul li:last-child {
                    margin-right: 0
                }

                    .blog-details-desc .article-content .entry-meta ul li:last-child::before {
                        display: none
                    }

    .blog-details-desc .article-content h3 {
        margin-bottom: 13px;
        margin-top: 25px
    }

    .blog-details-desc .article-content .wp-block-gallery.columns-3 {
        padding-left: 0;
        list-style-type: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -10px;
        margin-left: -10px;
        margin-bottom: 30px;
        margin-top: 30px
    }

        .blog-details-desc .article-content .wp-block-gallery.columns-3 li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.3333%;
            flex: 0 0 33.3333%;
            max-width: 33.3333%;
            padding-right: 10px;
            padding-left: 10px
        }

            .blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
                margin-bottom: 0
            }

.blog-details-desc .article-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

    .blog-details-desc .article-footer .article-tags {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

        .blog-details-desc .article-footer .article-tags span {
            display: inline-block;
            color: #a60505;
            font-size: 20px;
            margin-right: 5px;
            position: relative;
            top: 2px
        }

        .blog-details-desc .article-footer .article-tags a {
            display: inline-block;
            color: #666
        }

            .blog-details-desc .article-footer .article-tags a:hover {
                color: #a60505
            }

    .blog-details-desc .article-footer .article-share {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

        .blog-details-desc .article-footer .article-share .social {
            padding-left: 0;
            list-style-type: none;
            text-align: right;
            margin-bottom: 0
        }

            .blog-details-desc .article-footer .article-share .social li {
                display: inline-block
            }

                .blog-details-desc .article-footer .article-share .social li span {
                    display: inline-block;
                    margin-right: 2px;
                    font-weight: 500;
                    color: #666
                }

                .blog-details-desc .article-footer .article-share .social li a {
                    display: block;
                    color: #a60505;
                    width: 32px;
                    height: 32px;
                    line-height: 32px;
                    border-radius: 50%;
                    background-color: #faf5f5;
                    text-align: center;
                    font-size: 14px
                }

                    .blog-details-desc .article-footer .article-share .social li a:hover {
                        color: #fff;
                        background-color: #a60505;
                        -webkit-transform: translateY(-2px);
                        transform: translateY(-2px)
                    }

.blog-details-desc .post-navigation {
    margin-top: 30px
}

blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px
}

    blockquote p {
        color: #a60505;
        line-height: 1.6;
        margin-bottom: 0;
        font-style: italic;
        font-weight: 600;
        font-size: 17px !important
    }

    blockquote cite {
        display: none
    }

    blockquote::before {
        color: #efefef;
        content: "\f10e";
        position: absolute;
        left: 50px;
        top: -50px;
        z-index: -1;
        font-family: "font awesome 5 free";
        font-size: 140px;
        font-weight: 900
    }

    blockquote::after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 3px;
        background-color: #a60505;
        margin-top: 20px;
        margin-bottom: 20px
    }

.post-navigation {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px
}

    .post-navigation .navigation-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

        .post-navigation .navigation-links .nav-previous {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%
        }

            .post-navigation .navigation-links .nav-previous a i {
                margin-right: 2px
            }

        .post-navigation .navigation-links .nav-next {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
            text-align: right
        }

            .post-navigation .navigation-links .nav-next a i {
                margin-left: 2px
            }

        .post-navigation .navigation-links div a {
            display: inline-block;
            font-weight: 600;
            color: #000
        }

            .post-navigation .navigation-links div a:hover {
                color: #a60505
            }

.comments-area {
    padding: 25px;
    margin-top: 30px;
    -webkit-box-shadow: 0 0 29px 0 rgba(102,102,102,.08);
    box-shadow: 0 0 29px 0 rgba(102,102,102,.08);
    background-color: #fff
}

    .comments-area .comments-title {
        position: relative;
        margin-bottom: 30px;
        line-height: initial;
        font-size: 22px;
        font-weight: 600
    }

        .comments-area .comments-title::before {
            content: '';
            height: 25px;
            width: 3px;
            left: -25px;
            position: absolute;
            background: #a60505;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

    .comments-area ol {
        padding: 0;
        margin: 0;
        list-style-type: none
    }

    .comments-area ul {
        padding: 0;
        margin: 0;
        list-style-type: none
    }

    .comments-area .comment-list {
        padding: 0;
        margin: 0;
        list-style-type: none
    }

    .comments-area .children {
        margin-left: 40px
    }

    .comments-area .comment-body {
        border-bottom: 1px solid #eee;
        padding-left: 65px;
        font-size: 14px;
        margin-bottom: 20px;
        padding-bottom: 20px
    }

        .comments-area .comment-body .reply {
            margin-top: 15px
        }

            .comments-area .comment-body .reply a {
                border: 1px solid #ded9d9;
                color: #333;
                display: inline-block;
                padding: 5px 20px;
                border-radius: 30px;
                text-transform: uppercase;
                position: relative;
                z-index: 1;
                font-size: 13px;
                font-weight: 600
            }

                .comments-area .comment-body .reply a:hover {
                    color: #fff;
                    background-color: #a60505;
                    border-color: #a60505
                }

    .comments-area .comment-meta {
        margin-bottom: .8em
    }

    .comments-area .comment-author {
        font-size: 16px;
        margin-bottom: .4em;
        position: relative;
        z-index: 2
    }

        .comments-area .comment-author .avatar {
            height: 50px;
            left: -65px;
            position: absolute;
            width: 50px;
            border-radius: 50%
        }

        .comments-area .comment-author .fn {
            font-weight: 600;
            color: #a60505
        }

        .comments-area .comment-author .says {
            display: none
        }

    .comments-area .comment-metadata {
        color: #666;
        letter-spacing: .01em;
        text-transform: uppercase;
        font-size: 13px;
        font-weight: 500
    }

        .comments-area .comment-metadata a {
            color: #666
        }

            .comments-area .comment-metadata a:hover {
                color: #a60505
            }

    .comments-area .comment-content p {
        font-size: 14px
    }

    .comments-area .comment-respond {
        margin-top: 30px
    }

        .comments-area .comment-respond .comment-reply-title {
            margin-bottom: 15px;
            position: relative;
            font-size: 22px;
            font-weight: 600
        }

            .comments-area .comment-respond .comment-reply-title::before {
                content: '';
                height: 25px;
                width: 3px;
                left: -25px;
                position: absolute;
                background: #a60505;
                top: 50%;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%)
            }

            .comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
                display: inline-block
            }

        .comments-area .comment-respond .comment-form {
            overflow: hidden
        }

        .comments-area .comment-respond .comment-form-comment {
            margin-bottom: 30px;
            float: left;
            width: 100%
        }

        .comments-area .comment-respond label {
            display: block;
            font-weight: 500;
            color: #333;
            margin-bottom: 5px
        }

        .comments-area .comment-respond input[type=datetime-local] {
            display: block;
            width: 100%;
            background-color: #fff;
            border: 1px solid #eee;
            padding: .625em .7375em;
            outline: 0;
            -webkit-transition: .5s;
            transition: .5s
        }

            .comments-area .comment-respond input[type=datetime-local]:focus {
                border-color: #a60505
            }

        .comments-area .comment-respond input[type=week] {
            display: block;
            width: 100%;
            background-color: #fff;
            border: 1px solid #eee;
            padding: .625em .7375em;
            outline: 0;
            -webkit-transition: .5s;
            transition: .5s
        }

            .comments-area .comment-respond input[type=week]:focus {
                border-color: #a60505
            }

        .comments-area .comment-respond input[type=month] {
            display: block;
            width: 100%;
            background-color: #fff;
            border: 1px solid #eee;
            padding: .625em .7375em;
            outline: 0;
            -webkit-transition: .5s;
            transition: .5s
        }

            .comments-area .comment-respond input[type=month]:focus {
                border-color: #a60505
            }

        .comments-area .comment-respond input[type=text] {
            display: block;
            width: 100%;
            background-color: #fff;
            border: 1px solid #eee;
            padding: .625em .7375em;
            outline: 0;
            -webkit-transition: .5s;
            transition: .5s
        }

            .comments-area .comment-respond input[type=text]:focus {
                border-color: #a60505
            }

        .comments-area .comment-respond input[type=email] {
            display: block;
            width: 100%;
            background-color: #fff;
            border: 1px solid #eee;
            padding: .625em .7375em;
            outline: 0;
            -webkit-transition: .5s;
            transition: .5s
        }

            .comments-area .comment-respond input[type=email]:focus {
                border-color: #a60505
            }

        .comments-area .comment-respond input[type=url] {
            display: block;
            width: 100%;
            background-color: #fff;
            border: 1px solid #eee;
            padding: .625em .7375em;
            outline: 0;
            -webkit-transition: .5s;
            transition: .5s
        }

            .comments-area .comment-respond input[type=url]:focus {
                border-color: #a60505
            }

        .comments-area .comment-respond input[type=password] {
            display: block;
            width: 100%;
            background-color: #fff;
            border: 1px solid #eee;
            padding: .625em .7375em;
            outline: 0;
            -webkit-transition: .5s;
            transition: .5s
        }

            .comments-area .comment-respond input[type=password]:focus {
                border-color: #a60505
            }

        .comments-area .comment-respond input[type=search] {
            display: block;
            width: 100%;
            background-color: #fff;
            border: 1px solid #eee;
            padding: .625em .7375em;
            outline: 0;
            -webkit-transition: .5s;
            transition: .5s
        }

            .comments-area .comment-respond input[type=search]:focus {
                border-color: #a60505
            }

        .comments-area .comment-respond input[type=tel] {
            display: block;
            width: 100%;
            background-color: #fff;
            border: 1px solid #eee;
            padding: .625em .7375em;
            outline: 0;
            -webkit-transition: .5s;
            transition: .5s
        }

            .comments-area .comment-respond input[type=tel]:focus {
                border-color: #a60505
            }

        .comments-area .comment-respond input[type=number] {
            display: block;
            width: 100%;
            background-color: #fff;
            border: 1px solid #eee;
            padding: .625em .7375em;
            outline: 0;
            -webkit-transition: .5s;
            transition: .5s
        }

            .comments-area .comment-respond input[type=number]:focus {
                border-color: #a60505
            }

        .comments-area .comment-respond textarea {
            display: block;
            width: 100%;
            background-color: #fff;
            border: 1px solid #eee;
            padding: .625em .7375em;
            outline: 0;
            -webkit-transition: .5s;
            transition: .5s
        }

            .comments-area .comment-respond textarea:focus {
                border-color: #a60505
            }

        .comments-area .comment-respond .comment-form-author {
            float: left;
            width: 50%;
            padding-right: 10px;
            margin-bottom: 20px
        }

        .comments-area .comment-respond .comment-form-email {
            float: left;
            width: 50%;
            padding-left: 12px;
            margin-bottom: 20px
        }

        .comments-area .comment-respond .comment-form-url {
            float: left;
            width: 100%;
            margin-bottom: 20px
        }

        .comments-area .comment-respond .comment-form-cookies-consent {
            width: 100%;
            float: left;
            position: relative;
            padding-left: 20px;
            margin-bottom: 20px
        }

            .comments-area .comment-respond .comment-form-cookies-consent input {
                position: absolute;
                left: 0;
                top: 6px
            }

            .comments-area .comment-respond .comment-form-cookies-consent label {
                display: inline-block;
                margin: 0;
                color: #666;
                font-weight: 400
            }

        .comments-area .comment-respond .form-submit {
            float: left;
            width: 100%
        }

            .comments-area .comment-respond .form-submit input {
                background: #a60505;
                border: none;
                color: #fff;
                padding: 14px 30px 12px;
                display: inline-block;
                cursor: pointer;
                outline: 0;
                border-radius: 0;
                text-transform: uppercase;
                -webkit-transition: .5s;
                transition: .5s;
                font-weight: 500;
                font-size: 14px
            }

                .comments-area .comment-respond .form-submit input:hover {
                    color: #fff;
                    background-color: #a60505
                }

                .comments-area .comment-respond .form-submit input:focus {
                    color: #fff;
                    background-color: #a60505
                }

/*.widget-area .widget {
    margin-top: 35px;
    -webkit-box-shadow: 0 0 29px 0 rgba(102,102,102,.08);
    box-shadow: 0 0 29px 0 rgba(102,102,102,.08);
     background-color: #fff; 
    padding: 25px;
}

    .widget-area .widget:first-child {
        margin-top: 0
    }*/

    .widget-area .widget .widget-title {
        border-bottom: 2px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 20px;
        text-transform: capitalize;
        position: relative;
        font-weight: 600;
        font-size: 20px
    }

        .widget-area .widget .widget-title::before {
            content: '';
            position: absolute;
            background: #a60505;
            bottom: -2px;
            left: 0;
            width: 50px;
            height: 2px
        }

.widget-area .widget_search form {
    position: relative
}

    .widget-area .widget_search form label {
        display: block;
        margin-bottom: 0
    }

    .widget-area .widget_search form .screen-reader-text {
        display: none
    }

    .widget-area .widget_search form .search-field {
        background-color: transparent;
        height: 50px;
        padding: 6px 15px;
        border: 1px solid #eee;
        width: 100%;
        display: block;
        outline: 0;
        -webkit-transition: .5s;
        transition: .5s
    }

        .widget-area .widget_search form .search-field:focus {
            border-color: #a60505
        }

    .widget-area .widget_search form button {
        position: absolute;
        right: 0;
        outline: 0;
        bottom: 0;
        height: 50px;
        width: 50px;
        border: none;
        color: #fff;
        background-color: #a60505;
        -webkit-transition: .5s;
        transition: .5s;
        cursor: pointer
    }

        .widget-area .widget_search form button:hover {
            background-color: #a60505
        }

.widget-area .widget-peru-posts-thumb {
    position: relative;
    overflow: hidden
}

    .widget-area .widget-peru-posts-thumb .item {
        overflow: hidden;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #efefef
    }

        .widget-area .widget-peru-posts-thumb .item:last-child {
            margin-bottom: 0;
            border-bottom: none;
            padding-bottom: 0
        }

        .widget-area .widget-peru-posts-thumb .item .thumb {
            float: left;
            height: 80px;
            overflow: hidden;
            position: relative;
            width: 80px;
            margin-right: 15px
        }

            .widget-area .widget-peru-posts-thumb .item .thumb .fullimage {
                width: 80px;
                height: 80px;
                display: inline-block;
                background-size: cover !important;
                background-repeat: no-repeat;
                background-position: center center !important;
                position: relative
            }

                .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg1 {
                    background-image: url(../img/blog-details/2.jpg)
                }

                .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg2 {
                    background-image: url(../img/blog-details/3.jpg)
                }

                .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg3 {
                    background-image: url(../img/blog-details/4.jpg)
                }

                .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg4 {
                    background-image: url(../img/blog-details/5.jpg)
                }

                .widget-area .widget-peru-posts-thumb .item .thumb .fullimage.bg5 {
                    background-image: url(../img/blog-details/6.html)
                }

        .widget-area .widget-peru-posts-thumb .item .info {
            overflow: hidden
        }

            .widget-area .widget-peru-posts-thumb .item .info span {
                display: block;
                color: #666;
                text-transform: uppercase;
                margin-top: 5px;
                margin-bottom: 5px;
                font-size: 12px;
                font-weight: 500
            }

            .widget-area .widget-peru-posts-thumb .item .info .title {
                margin-bottom: 0;
                line-height: 1.5;
                font-size: 15px;
                font-weight: 600
            }

                .widget-area .widget-peru-posts-thumb .item .info .title a {
                    display: inline-block;
                    color: #474c40
                }

                    .widget-area .widget-peru-posts-thumb .item .info .title a:hover {
                        color: #a60505
                    }

.widget-area .widget_recent_entries ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

    .widget-area .widget_recent_entries ul li {
        position: relative;
        margin-bottom: 12px;
        color: #666;
        padding-left: 17px;
        line-height: 1.5;
        font-size: 15px;
        font-weight: 600
    }

        .widget-area .widget_recent_entries ul li:last-child {
            margin-bottom: 0
        }

        .widget-area .widget_recent_entries ul li::before {
            background: #a60505;
            position: absolute;
            height: 7px;
            width: 7px;
            content: '';
            left: 0;
            top: 7px
        }

        .widget-area .widget_recent_entries ul li .post-date {
            display: block;
            font-size: 13px;
            color: #666;
            margin-top: 4px
        }

.widget-area .widget_categories ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

    .widget-area .widget_categories ul li {
        position: relative;
        padding-bottom: 10px;
        margin-bottom: 10px;
        color: #666;
        padding-left: 17px;
        font-size: 15px;
        font-weight: 600;
        border-bottom: 1px solid #efefef
    }

        .widget-area .widget_categories ul li:last-child {
            margin-bottom: 0;
            border-bottom: none
        }

        .widget-area .widget_categories ul li::before {
            background: #a60505;
            position: absolute;
            height: 7px;
            width: 7px;
            content: '';
            left: 0;
            top: 9px
        }

        .widget-area .widget_categories ul li a {
            display: block;
            color: #666;
            font-weight: 500;
            font-size: 14px
        }

            .widget-area .widget_categories ul li a span {
                float: right;
                font-size: 13px
            }

            .widget-area .widget_categories ul li a:hover {
                color: #a60505
            }

        .widget-area .widget_categories ul li .post-count {
            float: right
        }

.widget-area .widget_meta ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

    .widget-area .widget_meta ul li {
        position: relative;
        margin-bottom: 12px;
        color: #666;
        padding-left: 17px;
        font-size: 15px;
        font-weight: 500
    }

        .widget-area .widget_meta ul li:last-child {
            margin-bottom: 0
        }

        .widget-area .widget_meta ul li::before {
            background: #a60505;
            position: absolute;
            height: 7px;
            width: 7px;
            content: '';
            left: 0;
            top: 7px
        }

.widget-area .widget_tag_cloud .widget-title {
    margin-bottom: 12px
}

.widget-area .tagcloud a {
    display: inline-block;
    color: #666;
    font-weight: 500;
    font-size: 13px !important;
    padding: 7px 10px;
    border: 1px dashed #eee;
    margin-top: 10px;
    margin-right: 10px
}

    .widget-area .tagcloud a:hover {
        background-color: #a60505;
        color: #fff;
        border-color: #a60505
    }

    .widget-area .tagcloud a:focus {
        background-color: #a60505;
        color: #fff;
        border-color: #a60505
    }

.widget-area .widget_services_list ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 1.25rem rgba(108,118,134,.04);
    box-shadow: 0 0 1.25rem rgba(108,118,134,.04);
    background-color: #fff
}

    .widget-area .widget_services_list ul li a {
        display: block;
        position: relative;
        border-bottom: 1px solid #eee;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 35px;
        color: #5d6576;
        z-index: 1;
        font-weight: 500
    }

        .widget-area .widget_services_list ul li a::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 0;
            height: 100%;
            background: #252920;
            -webkit-transition: .5s;
            transition: .5s;
            opacity: 0;
            visibility: hidden
        }

        .widget-area .widget_services_list ul li a i {
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .widget-area .widget_services_list ul li a:hover {
            background-color: #a60505;
            color: #fff;
            padding-left: 20px
        }

            .widget-area .widget_services_list ul li a:hover::before {
                opacity: 1;
                visibility: visible;
                width: 5px
            }

        .widget-area .widget_services_list ul li a.active {
            background-color: #a60505;
            color: #fff;
            padding-left: 20px
        }

            .widget-area .widget_services_list ul li a.active::before {
                opacity: 1;
                visibility: visible;
                width: 5px
            }

    .widget-area .widget_services_list ul li:last-child a {
        border-bottom: none
    }

.widget-area .widget_download ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    -webkit-box-shadow: 0 0 1.25rem rgba(108,118,134,.04);
    box-shadow: 0 0 1.25rem rgba(108,118,134,.04);
    background-color: #fff
}

    .widget-area .widget_download ul li a {
        display: block;
        position: relative;
        border-bottom: 1px solid #eee;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 15px;
        padding-right: 35px;
        color: #5d6576;
        z-index: 1;
        font-weight: 500
    }

        .widget-area .widget_download ul li a::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 0;
            height: 100%;
            background: #252920;
            -webkit-transition: .5s;
            transition: .5s;
            opacity: 0;
            visibility: hidden
        }

        .widget-area .widget_download ul li a i {
            position: absolute;
            right: 15px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%)
        }

        .widget-area .widget_download ul li a:hover {
            background-color: #a60505;
            color: #fff;
            padding-left: 20px
        }

            .widget-area .widget_download ul li a:hover::before {
                opacity: 1;
                visibility: visible;
                width: 5px
            }

        .widget-area .widget_download ul li a.active {
            background-color: #a60505;
            color: #fff;
            padding-left: 20px
        }

            .widget-area .widget_download ul li a.active::before {
                opacity: 1;
                visibility: visible;
                width: 5px
            }

    .widget-area .widget_download ul li:last-child a {
        border-bottom: none
    }

.widget-area .info time {
    font-size: 14px;
    color: #929292
}

.blog-details-desc .single-blog-post {
    margin-left: 0;
    margin-right: 0
}

.product-details-desc h3 {
    margin-bottom: 12px;
    font-weight: 700
}

.product-details-desc p {
    margin-bottom: 0
}

.product-details-desc .price {
    margin-bottom: 10px;
    color: #333;
    font-weight: 700
}

    .product-details-desc .price .old-price {
        text-decoration: line-through;
        color: #828893;
        font-size: 13px
    }

.product-details-desc .product-review {
    margin-bottom: 15px
}

    .product-details-desc .product-review .rating {
        display: inline-block;
        padding-right: 5px;
        font-size: 14px
    }

        .product-details-desc .product-review .rating i {
            color: #ffba0a
        }

    .product-details-desc .product-review .rating-count {
        display: inline-block;
        color: #333;
        border-bottom: 1px solid #333;
        line-height: initial
    }

        .product-details-desc .product-review .rating-count:hover {
            color: #a60505;
            border-color: #a60505
        }

.product-details-desc .product-add-to-cart {
    margin-top: 20px
}

    .product-details-desc .product-add-to-cart .input-counter {
        max-width: 130px;
        min-width: 130px;
        margin-right: 10px;
        text-align: center;
        display: inline-block;
        position: relative
    }

        .product-details-desc .product-add-to-cart .input-counter span {
            position: absolute;
            top: 0;
            background-color: transparent;
            cursor: pointer;
            color: #d0d0d0;
            width: 40px;
            height: 100%;
            line-height: 48px;
            -webkit-transition: .5s;
            transition: .5s
        }

            .product-details-desc .product-add-to-cart .input-counter span:hover {
                color: #333
            }

            .product-details-desc .product-add-to-cart .input-counter span.minus-btn {
                left: 0
            }

            .product-details-desc .product-add-to-cart .input-counter span.plus-btn {
                right: 0
            }

        .product-details-desc .product-add-to-cart .input-counter input {
            height: 45px;
            color: #333;
            outline: 0;
            display: block;
            border: none;
            background-color: #f8f8f8;
            text-align: center;
            width: 100%;
            font-size: 17px;
            font-weight: 600
        }

            .product-details-desc .product-add-to-cart .input-counter input::-webkit-input-placeholder {
                color: #333
            }

            .product-details-desc .product-add-to-cart .input-counter input:-ms-input-placeholder {
                color: #333
            }

            .product-details-desc .product-add-to-cart .input-counter input::-ms-input-placeholder {
                color: #333
            }

            .product-details-desc .product-add-to-cart .input-counter input::placeholder {
                color: #333
            }

    .product-details-desc .product-add-to-cart .default-btn {
        border: none;
        cursor: pointer;
        float: right
    }

    .product-details-desc .product-add-to-cart .btn {
        height: 45px;
        top: -2px;
        position: relative;
        padding-top: 0;
        padding-bottom: 0
    }

        .product-details-desc .product-add-to-cart .btn i {
            margin-right: 2px
        }

.product-details-desc .buy-checkbox-btn {
    margin-top: 20px
}

    .product-details-desc .buy-checkbox-btn input {
        display: none
    }

    .product-details-desc .buy-checkbox-btn .cbx {
        margin: auto;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer
    }

        .product-details-desc .buy-checkbox-btn .cbx span {
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0)
        }

            .product-details-desc .buy-checkbox-btn .cbx span:first-child {
                position: relative;
                width: 18px;
                height: 18px;
                border-radius: 3px;
                -webkit-transform: scale(1);
                transform: scale(1);
                vertical-align: middle;
                border: 1px solid #ebebeb;
                -webkit-transition: all .2s ease;
                transition: all .2s ease;
                -webkit-transition: .5s;
                transition: .5s
            }

                .product-details-desc .buy-checkbox-btn .cbx span:first-child svg {
                    position: absolute;
                    top: 3px;
                    left: 2px;
                    fill: none;
                    stroke: #fff;
                    stroke-width: 2;
                    stroke-linecap: round;
                    stroke-linejoin: round;
                    stroke-dasharray: 16px;
                    stroke-dashoffset: 16px;
                    -webkit-transition: all .3s ease;
                    transition: all .3s ease;
                    -webkit-transition-delay: .1s;
                    transition-delay: .1s;
                    -webkit-transform: translate3d(0,0,0);
                    transform: translate3d(0,0,0);
                    -webkit-transition: .5s;
                    transition: .5s
                }

                .product-details-desc .buy-checkbox-btn .cbx span:first-child:before {
                    content: "";
                    width: 100%;
                    height: 100%;
                    background: #333;
                    display: block;
                    -webkit-transform: scale(0);
                    transform: scale(0);
                    opacity: 1;
                    border-radius: 50%;
                    -webkit-transition: .5s;
                    transition: .5s
                }

            .product-details-desc .buy-checkbox-btn .cbx span:last-child {
                padding-left: 4px;
                color: #57647c
            }

        .product-details-desc .buy-checkbox-btn .cbx:hover span:first-child {
            border-color: #333
        }

    .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child {
        background: #333;
        border-color: #333;
        -webkit-animation: wave .4s ease;
        animation: wave .4s ease
    }

        .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child svg {
            stroke-dashoffset: 0
        }

        .product-details-desc .buy-checkbox-btn .inp-cbx:checked + .cbx span:first-child:before {
            -webkit-transform: scale(3.5);
            transform: scale(3.5);
            opacity: 0;
            -webkit-transition: all .6s ease;
            transition: all .6s ease
        }

    .product-details-desc .buy-checkbox-btn .item:not(:first-child) {
        margin-top: 15px
    }

    .product-details-desc .buy-checkbox-btn .btn {
        display: block;
        width: 100%
    }

    .product-details-desc .buy-checkbox-btn .default-btn {
        text-transform: uppercase;
        display: block;
        text-align: center
    }

.product-details-desc .custom-payment-options {
    margin-top: 20px
}

    .product-details-desc .custom-payment-options span {
        display: block;
        color: #57647c;
        margin-bottom: 8px
    }

    .product-details-desc .custom-payment-options .payment-methods a {
        display: inline-block
    }

        .product-details-desc .custom-payment-options .payment-methods a img {
            width: 40px;
            margin-right: 5px
        }

.product-details-image {
    text-align: center;
    background-color: #f7f7f7
}

.tab .tabs_item {
    display: none
}

    .tab .tabs_item:first-child {
        display: block
    }

.products-details-tab {
    margin-top: 50px
}

    .products-details-tab .tabs {
        list-style-type: none;
        margin-bottom: -1px;
        padding-left: 0
    }

        .products-details-tab .tabs li {
            display: inline-block;
            line-height: initial;
            margin-right: 5px
        }

            .products-details-tab .tabs li a {
                display: inline-block;
                position: relative;
                text-transform: uppercase;
                color: #333;
                border: 1px solid #eee;
                padding-top: 15px;
                padding-bottom: 15px;
                padding-right: 30px;
                padding-left: 48px;
                font-weight: 700
            }

                .products-details-tab .tabs li a .dot {
                    position: absolute;
                    top: 50%;
                    -webkit-transform: translateY(-50%);
                    transform: translateY(-50%);
                    left: 30px;
                    width: 12px;
                    height: 12px;
                    border: 1px solid #333;
                    -webkit-transition: .5s;
                    transition: .5s;
                    border-radius: 50%
                }

                    .products-details-tab .tabs li a .dot::before {
                        position: absolute;
                        top: 0;
                        content: '';
                        left: 0;
                        right: 0;
                        bottom: 0;
                        background: #333;
                        margin: 2px;
                        border-radius: 50%;
                        -webkit-transition: .5s;
                        transition: .5s
                    }

                .products-details-tab .tabs li a:hover {
                    color: #fff;
                    background-color: #a60505;
                    border-color: #a60505
                }

                    .products-details-tab .tabs li a:hover .dot {
                        border-color: #fff
                    }

                        .products-details-tab .tabs li a:hover .dot::before {
                            background: #fff
                        }

                .products-details-tab .tabs li a:focus {
                    color: #fff;
                    background-color: #a60505;
                    border-color: #a60505
                }

                    .products-details-tab .tabs li a:focus .dot {
                        border-color: #fff
                    }

                        .products-details-tab .tabs li a:focus .dot::before {
                            background: #fff
                        }

            .products-details-tab .tabs li:last-child {
                margin-right: 0
            }

            .products-details-tab .tabs li.current a {
                color: #fff;
                background-color: #a60505;
                border-color: #a60505
            }

                .products-details-tab .tabs li.current a .dot {
                    border: 1px solid #fff
                }

                    .products-details-tab .tabs li.current a .dot::before {
                        background: #fff
                    }

    .products-details-tab .tab_content {
        border: 1px solid #eee;
        padding: 30px
    }

        .products-details-tab .tab_content .tabs_item .products-details-tab-content p {
            margin-bottom: 20px;
            font-size: 14px
        }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content p:last-child {
                margin-bottom: 0
            }

        .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information {
            padding-left: 0;
            margin-bottom: 0;
            list-style-type: none;
            text-align: left
        }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li {
                border: 1px solid #eee;
                border-bottom: none;
                padding: 10px 15px;
                color: #57647c
            }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li:last-child {
                    border-bottom: 1px solid #eee
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .additional-information li span {
                    display: inline-block;
                    width: 30%;
                    color: #333;
                    font-size: 16px;
                    font-weight: 600
                }

        .products-details-tab .tab_content .tabs_item .products-details-tab-content h3 {
            margin-bottom: 15px;
            font-weight: 700
        }

        .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title {
            position: relative
        }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating {
                display: inline-block
            }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating .fas.fa-star {
                    color: #ffba0a
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .rating i {
                    color: #ffba0a;
                    font-size: 14px
                }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title p {
                margin-bottom: 0;
                display: inline-block;
                padding-left: 5px;
                line-height: initial
            }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn {
                position: absolute;
                right: 0;
                bottom: 10px;
                padding: 10px 11px;
                font-size: 11px
            }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-title .btn:focus {
                    border: none !important;
                    -webkit-box-shadow: none !important;
                    box-shadow: none !important;
                    border: 4px;
                    background-color: #333
                }

        .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments {
            margin-top: 35px
        }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item {
                margin-top: 30px;
                position: relative;
                padding-right: 200px;
                border-top: 1px dashed #eee;
                padding-top: 30px
            }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating .fas.fa-star {
                    color: #ffba0a
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .rating i {
                    font-size: 14px;
                    color: #ffba0a
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item h3 {
                    margin-top: 10px;
                    margin-bottom: 10px
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span {
                    margin-bottom: 10px;
                    font-size: 13px;
                    display: block
                }

                    .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item span strong {
                        font-weight: 600
                    }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item p {
                    margin-bottom: 0
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link {
                    position: absolute;
                    right: 0;
                    color: #57647c;
                    top: 40px;
                    text-decoration: underline
                }

                    .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-comments .review-item .review-report-link:hover {
                        color: #ff4800
                    }

        .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form {
            margin-top: 30px
        }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group {
                margin-bottom: 20px
            }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group label {
                    color: #444;
                    text-transform: uppercase;
                    font-size: 13px;
                    font-weight: 600;
                    margin-bottom: 12px
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group textarea {
                    padding-top: 15px
                }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .form-group .form-control {
                    font-size: 14px
                }

            .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn {
                border-radius: 0
            }

                .products-details-tab .tab_content .tabs_item .products-details-tab-content .product-review-form .review-form form .btn:focus {
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    border: none;
                    border-radius: 0
                }

.suitable-menu-related::after {
    display: none
}

.cart-table table {
    margin-bottom: 0
}

    .cart-table table thead {
        text-align: center
    }

        .cart-table table thead tr th {
            border-bottom-width: 0;
            vertical-align: middle;
            padding: 0 0 15px;
            text-transform: uppercase;
            border: none;
            font-weight: 700;
            font-size: 16px
        }

    .cart-table table tbody tr td {
        vertical-align: middle;
        color: #666;
        padding-left: 0;
        padding-right: 0;
        font-size: 14px;
        border-color: #eaedff;
        border-left: none;
        border-right: none;
        text-align: center
    }

        .cart-table table tbody tr td.product-thumbnail img {
            width: 60px;
            height: 60px
        }

        .cart-table table tbody tr td.product-thumbnail a {
            display: block
        }

        .cart-table table tbody tr td.product-name a {
            color: #666;
            font-weight: 600;
            display: inline-block
        }

            .cart-table table tbody tr td.product-name a:hover {
                color: #333
            }

        .cart-table table tbody tr td.product-price span {
            font-weight: 500
        }

        .cart-table table tbody tr td.product-subtotal {
            overflow: hidden
        }

            .cart-table table tbody tr td.product-subtotal .remove {
                color: #666;
                float: right;
                position: relative;
                top: 1px;
                -webkit-transition: all .5s;
                transition: all .5s
            }

                .cart-table table tbody tr td.product-subtotal .remove i {
                    font-size: 22px
                }

                .cart-table table tbody tr td.product-subtotal .remove:hover {
                    color: red
                }

            .cart-table table tbody tr td.product-subtotal span {
                font-weight: 500
            }

        .cart-table table tbody tr td.product-quantity .input-counter {
            max-width: 130px;
            min-width: 130px;
            text-align: center;
            display: inline-block;
            position: relative
        }

            .cart-table table tbody tr td.product-quantity .input-counter span {
                position: absolute;
                top: 0;
                background-color: transparent;
                cursor: pointer;
                color: #d0d0d0;
                width: 40px;
                height: 100%;
                line-height: 48px;
                -webkit-transition: .5s;
                transition: .5s
            }

                .cart-table table tbody tr td.product-quantity .input-counter span:hover {
                    color: #333
                }

                .cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
                    left: 0
                }

                .cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
                    right: 0
                }

            .cart-table table tbody tr td.product-quantity .input-counter input {
                height: 45px;
                color: #333;
                outline: 0;
                display: block;
                border: none;
                background-color: #f8f8f8;
                text-align: center;
                width: 100%;
                font-size: 17px;
                font-weight: 600
            }

                .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
                    color: #333
                }

                .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
                    color: #333
                }

                .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
                    color: #333
                }

                .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
                    color: #333
                }

.cart-buttons {
    margin-top: 30px
}

.cart-totals {
    background: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    border-radius: 0;
    margin: auto;
    margin-top: 50px
}

    .cart-totals h3 {
        margin-bottom: 25px;
        font-weight: 700
    }

    .cart-totals ul {
        padding: 0;
        margin: 0 0 25px;
        list-style-type: none
    }

        .cart-totals ul li {
            border: 1px solid #eaedff;
            padding: 10px 15px;
            color: #323232;
            overflow: hidden;
            font-weight: 700
        }

            .cart-totals ul li:first-child {
                border-bottom: none
            }

            .cart-totals ul li:last-child {
                border-top: none
            }

            .cart-totals ul li span {
                float: right;
                color: #666;
                font-weight: 400
            }

.cart-area .nice-select {
    height: 50px;
    line-height: 49px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 18px
}

.cart-area .coupon-wrap {
    margin-top: 50px;
    background-color: #fff;
    padding: 40px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 48px 0 rgba(0,0,0,.08)
}

    .cart-area .coupon-wrap h3 {
        padding-bottom: 25px
    }

    .cart-area .coupon-wrap .form-group {
        margin-bottom: 18px
    }

.cart-area .table-bordered > :not(caption) > * {
    border-top: none
}

.cart-area .text-right {
    text-align: right
}

.cart-wraps {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    background-color: #fff;
    padding: 40px
}

.user-actions {
    -webkit-box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
    background: #fff;
    padding: 18px 20px 15px;
    margin-bottom: 65px;
    border-top: 3px solid #a60505;
    position: relative;
    color: #a60505
}

    .user-actions::before {
        content: '';
        position: absolute;
        right: 0;
        bottom: -35px;
        width: 100%;
        height: 1px;
        background: #eee
    }

    .user-actions i {
        color: #333;
        margin-right: 2px
    }

    .user-actions span {
        display: inline-block;
        font-weight: 500;
        color: #333
    }

        .user-actions span a {
            display: inline-block;
            color: #a60505;
            font-size: 15px
        }

            .user-actions span a:hover {
                color: #a60505
            }

            .user-actions span a:focus {
                color: #a60505
            }

.checkout-area .title {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700
}

.billing-details {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0,0,0,.06);
    box-shadow: 0 2px 28px 0 rgba(0,0,0,.06)
}

    .billing-details .form-group {
        margin-bottom: 20px
    }

        .billing-details .form-group label {
            display: block;
            color: #666;
            margin-bottom: 10px;
            font-size: 15px;
            font-weight: 500
        }

            .billing-details .form-group label .required {
                color: red
            }

        .billing-details .form-group .nice-select {
            float: unset;
            line-height: 45px;
            color: #666;
            padding-top: 0;
            padding-bottom: 0
        }

            .billing-details .form-group .nice-select .list {
                background-color: #fff;
                -webkit-box-shadow: 0 0 29px 0 rgba(102,102,102,.1);
                box-shadow: 0 0 29px 0 rgba(102,102,102,.1);
                border-radius: 0;
                margin-top: 0;
                width: 100%;
                padding-top: 10px;
                padding-bottom: 10px
            }

                .billing-details .form-group .nice-select .list .option {
                    -webkit-transition: .5s;
                    transition: .5s;
                    padding-left: 20px;
                    padding-right: 20px
                }

                    .billing-details .form-group .nice-select .list .option:hover {
                        background-color: #333 !important;
                        color: #fff
                    }

                    .billing-details .form-group .nice-select .list .option.selected {
                        background-color: #333 !important;
                        color: #fff
                    }

            .billing-details .form-group .nice-select:after {
                right: 20px
            }

        .billing-details .form-group textarea {
            padding-top: 13px
        }

    .billing-details .form-check {
        margin-bottom: 20px
    }

        .billing-details .form-check .form-check-label {
            color: #666
        }

        .billing-details .form-check label {
            position: relative;
            top: 1px;
            font-size: 14px;
            font-weight: 500
        }

    .billing-details .col-lg-12:last-child .form-group {
        margin-bottom: 0
    }

.order-details .order-table {
    background-color: #fff;
    padding: 30px;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0,0,0,.06);
    box-shadow: 0 2px 28px 0 rgba(0,0,0,.06)
}

    .order-details .order-table table {
        margin-bottom: 0
    }

        .order-details .order-table table thead tr th {
            border-bottom-width: 0;
            vertical-align: middle;
            border-color: #eaedff;
            padding-left: 20px;
            padding-top: 15px;
            padding-right: 20px;
            padding-bottom: 15px;
            font-weight: 700
        }

        .order-details .order-table table tbody tr td {
            vertical-align: middle;
            color: #666;
            border-color: #eaedff;
            font-size: 14px;
            padding-left: 20px;
            padding-right: 20px
        }

            .order-details .order-table table tbody tr td.product-name a {
                color: #666;
                display: inline-block;
                font-weight: 500;
                font-size: 15px
            }

                .order-details .order-table table tbody tr td.product-name a:hover {
                    color: #333
                }

            .order-details .order-table table tbody tr td.order-subtotal span {
                color: #323232;
                font-weight: 600
            }

            .order-details .order-table table tbody tr td.order-shipping span {
                color: #323232;
                font-weight: 600
            }

            .order-details .order-table table tbody tr td.total-price span {
                color: #323232;
                font-weight: 600
            }

            .order-details .order-table table tbody tr td.shipping-price {
                font-weight: 600
            }

            .order-details .order-table table tbody tr td.order-subtotal-price {
                font-weight: 600
            }

            .order-details .order-table table tbody tr td.product-subtotal {
                font-weight: 600
            }

.order-details .payment-box {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0,0,0,.06);
    box-shadow: 0 2px 28px 0 rgba(0,0,0,.06);
    margin-top: 30px;
    padding: 30px
}

    .order-details .payment-box .payment-method p {
        font-size: 16px
    }

        .order-details .payment-box .payment-method p [type=radio]:checked {
            display: none
        }

            .order-details .payment-box .payment-method p [type=radio]:checked + label {
                padding-left: 27px;
                cursor: pointer;
                display: block;
                font-weight: 600;
                color: #a60505;
                position: relative;
                margin-bottom: 8px
            }

                .order-details .payment-box .payment-method p [type=radio]:checked + label::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 3px;
                    width: 18px;
                    height: 18px;
                    border: 1px solid #ddd;
                    border-radius: 50%;
                    background: #fff
                }

                .order-details .payment-box .payment-method p [type=radio]:checked + label::after {
                    content: '';
                    width: 12px;
                    height: 12px;
                    background: #a60505;
                    position: absolute;
                    top: 6px;
                    left: 3px;
                    border-radius: 50%;
                    -webkit-transition: .5s;
                    transition: .5s;
                    opacity: 1;
                    visibility: visible;
                    -webkit-transform: scale(1);
                    transform: scale(1)
                }

        .order-details .payment-box .payment-method p [type=radio]:not(:checked) {
            display: none
        }

            .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label {
                padding-left: 27px;
                cursor: pointer;
                display: block;
                font-weight: 600;
                color: #333;
                position: relative;
                margin-bottom: 8px
            }

                .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 3px;
                    width: 18px;
                    height: 18px;
                    border: 1px solid #ddd;
                    border-radius: 50%;
                    background: #fff
                }

                .order-details .payment-box .payment-method p [type=radio]:not(:checked) + label::after {
                    content: '';
                    width: 12px;
                    height: 12px;
                    background: #a60505;
                    position: absolute;
                    top: 6px;
                    left: 3px;
                    border-radius: 50%;
                    -webkit-transition: .5s;
                    transition: .5s;
                    opacity: 0;
                    visibility: hidden;
                    -webkit-transform: scale(0);
                    transform: scale(0)
                }

    .order-details .payment-box .btn.order-btn {
        display: block;
        margin-top: 25px
    }

    .order-details .payment-box .default-btn {
        margin-top: 20px;
        display: block;
        text-align: center
    }

.rimu-nav-style-two .main-nav nav .navbar-nav .nav-item a {
    color: #fff
}

    .rimu-nav-style-two .main-nav nav .navbar-nav .nav-item a.active {
        color: #50c5bc
    }

    .rimu-nav-style-two .main-nav nav .navbar-nav .nav-item a:hover {
        color: #50c5bc
    }

.rimu-nav-style-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #50c5bc
}

.rimu-nav-style-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #50c5bc
}

.rimu-nav-style-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #50c5bc
}

.rimu-nav-style-two .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #50c5bc
}

.rimu-nav-style-two.is-sticky {
    background-color: #000
}

    .rimu-nav-style-two.is-sticky .search-box-item .search-btn {
        color: #a60505
    }

.rimu-nav-style-two .search-box-item .search-btn {
    color: #fff
}

    .rimu-nav-style-two .search-box-item .search-btn:hover {
        color: #50c5bc
    }

.rimu-nav-style-two .others-option .cart-icon {
    color: #fff
}

    .rimu-nav-style-two .others-option .cart-icon:hover {
        color: #50c5bc
    }

.rimu-nav-style-two .others-option .sidebar-menu i {
    background-color: #fff;
    color: #a60505
}

    .rimu-nav-style-two .others-option .sidebar-menu i:hover {
        background-color: #50c5bc
    }

.banner-area-two {
    text-align: center
}

    .banner-area-two .background-video {
        position: absolute;
        top: 0;
        left: 0;
        width: auto;
        height: auto;
        min-width: 100%;
        min-height: 100%
    }

    .banner-area-two::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        opacity: .8;
        z-index: 1
    }

    .banner-area-two .banner-text {
        max-width: 650px;
        margin: auto;
        position: relative;
        z-index: 1
    }

        .banner-area-two .banner-text span {
            color: #fff
        }

        .banner-area-two .banner-text h1 {
            color: #fff
        }

        .banner-area-two .banner-text p {
            color: #fff
        }

        .banner-area-two .banner-text .video-btn {
            background-color: #50c5bc
        }

            .banner-area-two .banner-text .video-btn::after {
                border: 1px solid #50c5bc
            }

            .banner-area-two .banner-text .video-btn::before {
                border: 1px solid #50c5bc
            }

        .banner-area-two .banner-text .banner-btn .video-wrap .video-btn-wrap {
            left: 90px
        }

        .banner-area-two .banner-text .banner-btn .video-wrap .watch-video {
            left: 470px
        }

    .banner-area-two .default-btn {
        margin-left: -150px
    }

.our-product-area-two .shorting-menu .filter {
    border: 1px solid #50c5bc;
    color: #50c5bc
}

    .our-product-area-two .shorting-menu .filter:hover {
        background-color: #50c5bc;
        color: #fff
    }

    .our-product-area-two .shorting-menu .filter.active {
        background-color: #50c5bc;
        color: #fff
    }

.our-product-area-two .single-product-box .product-content ul li i {
    color: #50c5bc
}

.offer-area-two .offer-logo {
    background-color: #50c5bc
}

    .offer-area-two .offer-logo::after {
        border: 3px dotted #50c5bc
    }

.team-area .owl-item.active.center .single-team {
    border-color: #a60505
}

    .team-area .owl-item.active.center .single-team .team-img {
        border-color: #a60505
    }

        .team-area .owl-item.active.center .single-team .team-img::before {
            background-color: #a60505
        }

        .team-area .owl-item.active.center .single-team .team-img::before {
            opacity: .5
        }

        .team-area .owl-item.active.center .single-team .team-img .team-icon {
            bottom: 15px;
            opacity: 1
        }

    .team-area .owl-item.active.center .single-team .team-text {
        background-color: #a60505
    }

        .team-area .owl-item.active.center .single-team .team-text h3 {
            color: #fff
        }

        .team-area .owl-item.active.center .single-team .team-text span {
            color: #fff
        }

.team-area .owl-theme .owl-nav.disabled + .owl-dots {
    line-height: .01;
    margin-top: 30px
}

.team-area .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    background: 0 0;
    border: 1px solid #a60505;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative
}

.team-area .owl-theme .owl-dots .owl-dot:hover span {
    border-color: #a60505
}

    .team-area .owl-theme .owl-dots .owl-dot:hover span::before {
        background-color: #a60505
    }

.team-area .owl-theme .owl-dots .owl-dot.active span {
    border-color: #a60505;
    position: relative
}

    .team-area .owl-theme .owl-dots .owl-dot.active span::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        background-color: #a60505;
        -webkit-transition: .5s;
        transition: .5s;
        border-radius: 50%;
        margin: 3px
    }

.single-team {
    background-color: #50c5bc
}

    .single-team .team-text {
        text-align: center;
        background-color: #a60505;
        -webkit-box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
        box-shadow: 0 2px 48px 0 rgba(0,0,0,.08);
        padding: 20px;
        -webkit-transition: all .5s;
        transition: all .5s
    }

        .single-team .team-text h3 {
            margin-bottom: 5px;
            margin-top: -2px;
            -webkit-transition: all .5s;
            transition: all .5s;
            color: #fff
        }

        .single-team .team-text span {
            display: block;
            margin-bottom: -4px;
            -webkit-transition: all .5s;
            transition: all .5s;
            color: #fff
        }

    .single-team .team-img {
        position: relative
    }

        .single-team .team-img .team-icon {
            position: absolute;
            bottom: -25px;
            left: 0;
            right: 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-transition: all .5s;
            transition: all .5s;
            opacity: 0
        }

            .single-team .team-img .team-icon li {
                display: inline-block;
                padding: 0 10px
            }

                .single-team .team-img .team-icon li a {
                    color: #fff;
                    font-size: 17px;
                    line-height: 1
                }

                    .single-team .team-img .team-icon li a i {
                        line-height: 20px;
                        width: 20px;
                        height: 20px;
                        text-align: center
                    }

                    .single-team .team-img .team-icon li a:hover {
                        color: #50c5bc;
                        background-color: #fff
                    }

        .single-team .team-img::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #a60505;
            opacity: 0;
            -webkit-transition: all .5s;
            transition: all .5s
        }

    .single-team:hover .team-img::before {
        opacity: .5
    }

    .single-team:hover .team-img .team-icon {
        bottom: 15px;
        opacity: 1
    }

    .single-team:hover .team-text {
        background-color: #a60505
    }

        .single-team:hover .team-text h3 {
            color: #fff
        }

        .single-team:hover .team-text span {
            color: #fff
        }

.our-gallery-area-two .single-gallery .gallery-content h3 {
    background-color: #50c5bc
}

    .our-gallery-area-two .single-gallery .gallery-content h3:hover {
        background-color: #a60505
    }

.why-choose-us-area {
    background-color: #edf0f3
}

    .why-choose-us-area .section-title {
        margin: 0 auto 40px;
        text-align: left;
        max-width: unset
    }

.choose-content-list li {
    position: relative;
    padding-left: 70px;
    margin-bottom: 20px
}

    .choose-content-list li:last-child {
        margin-bottom: 0
    }

    .choose-content-list li i {
        position: absolute;
        top: 3px;
        left: 0;
        font-size: 25px;
        background-color: #fff;
        line-height: 50px;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 50%;
        border: 2px dotted #a60404;
        color: #a60505;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .choose-content-list li:hover i {
        background-color: #021c57;
        color: #fff;
        border-color: #021c57;
    }

.testimonial-area-two {
    background-image: url(../img/testimonial/bg-two.jpg)
}

    .testimonial-area-two::before {
        display: none
    }

    .testimonial-area-two::after {
        opacity: .9;
        background-color: #000
    }

    .testimonial-area-two .section-title span {
        color: #fff
    }

    .testimonial-area-two .section-title h2 {
        color: #fff
    }

    .testimonial-area-two .section-title p {
        color: #fff
    }

    .testimonial-area-two .single-testimonial {
        text-align: center;
        padding: 50px 100px
    }

        .testimonial-area-two .single-testimonial h3 {
            color: #fff
        }

        .testimonial-area-two .single-testimonial span {
            color: #fff
        }

        .testimonial-area-two .single-testimonial i {
            color: #fff
        }

        .testimonial-area-two .single-testimonial p {
            color: #fff
        }

    .testimonial-area-two .testimonial-bg-color {
        background-color: transparent;
        position: relative;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .testimonial-area-two .testimonial-bg-color .owl-next i {
            color: #fff
        }

        .testimonial-area-two .testimonial-bg-color .owl-prev i {
            color: #fff
        }

        .testimonial-area-two .testimonial-bg-color::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #a60505;
            max-width: 570px
        }

    .testimonial-area-two .video-btn {
        top: -25px;
        background-color: #a60505
    }

        .testimonial-area-two .video-btn::after {
            border-color: #a60505
        }

        .testimonial-area-two .video-btn::before {
            border-color: #a60505
        }

    .testimonial-area-two .testimonials-wrap {
        background-color: #a60505;
        width: 810px;
        margin: auto
    }

        .testimonial-area-two .testimonials-wrap.owl-theme .owl-nav {
            margin-top: 0 !important
        }

            .testimonial-area-two .testimonials-wrap.owl-theme .owl-nav .owl-prev, .testimonial-area-two .testimonials-wrap.owl-theme .owl-nav .owl-next {
                position: absolute;
                top: 50%;
                left: 30px;
                background-color: transparent
            }

                .testimonial-area-two .testimonials-wrap.owl-theme .owl-nav .owl-prev i, .testimonial-area-two .testimonials-wrap.owl-theme .owl-nav .owl-next i {
                    color: #fff
                }

            .testimonial-area-two .testimonials-wrap.owl-theme .owl-nav .owl-next {
                left: auto;
                right: 30px
            }

.subscribe-area {
    background-image: url(../img/subscribe-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
    z-index: 1
}

    .subscribe-area::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: -1;
        opacity: .9
    }

    .subscribe-area .section-title span {
        color: #fff
    }

    .subscribe-area .section-title h2 {
        color: #fff
    }

    .subscribe-area .section-title p {
        color: #fff
    }

.newsletter-form {
    max-width: 580px;
    position: relative;
    margin-left: auto;
    margin-right: auto
}

    .newsletter-form .form-control {
        display: block;
        width: 100%;
        background-color: transparent;
        border: none;
        height: 50px;
        padding-left: 25px;
        border-radius: 0;
        outline: 0;
        color: #fff;
        border: 1px solid #fff
    }

        .newsletter-form .form-control::-webkit-input-placeholder {
            color: #fff !important
        }

        .newsletter-form .form-control:-ms-input-placeholder {
            color: #fff !important
        }

        .newsletter-form .form-control::-ms-input-placeholder {
            color: #fff !important
        }

        .newsletter-form .form-control::placeholder {
            color: #fff !important
        }

    .newsletter-form button {
        position: absolute;
        right: 0;
        top: 0;
        background-color: #a60505;
        color: #fff;
        border: none;
        height: 50px;
        padding: 0 30px;
        border-radius: 0;
        line-height: 50px;
        text-transform: capitalize;
        -webkit-transition: all .5s;
        transition: all .5s;
        cursor: pointer;
        font-size: 16px;
        font-weight: 400
    }

        .newsletter-form button:hover {
            background-color: #a60505;
            color: #fff
        }

div#validator-newsletter {
    color: #dd2a2a;
    margin-top: 10px
}

.footer-top-area-two {
    background-color: #a60505
}

    .footer-top-area-two .single-widget h3 {
        color: #fff
    }

    .footer-top-area-two .single-widget p {
        color: #fff
    }

    .footer-top-area-two .single-widget .links li a {
        color: #fff
    }

    .footer-top-area-two .single-widget .address li {
        color: #fff
    }

        .footer-top-area-two .single-widget .address li a {
            color: #fff
        }

    .footer-top-area-two .single-widget .social-icon li a i {
        background-color: #50c5bc
    }

    .footer-top-area-two .single-widget .social-icon li:hover a i {
        background-color: #fff;
        color: #50c5bc
    }

.footer-bottom-area-two {
    background-color: #8dc446
}

.rimu-nav-style-three .main-nav nav .navbar-nav .nav-item a {
    color: #fff
}

    .rimu-nav-style-three .main-nav nav .navbar-nav .nav-item a.active {
        color: #a60505
    }

    .rimu-nav-style-three .main-nav nav .navbar-nav .nav-item a:hover {
        color: #a60505
    }

.rimu-nav-style-three .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #a60505
}

.rimu-nav-style-three .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #a60505
}

.rimu-nav-style-three .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #a60505
}

.rimu-nav-style-three .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #a60505
}

.rimu-nav-style-three.is-sticky .main-nav nav .navbar-nav .nav-item a {
    color: #a60505
}

    .rimu-nav-style-three.is-sticky .main-nav nav .navbar-nav .nav-item a.active {
        color: #a60505
    }

    .rimu-nav-style-three.is-sticky .main-nav nav .navbar-nav .nav-item a:hover {
        color: #a60505
    }

.rimu-nav-style-three.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #a60505
}

.rimu-nav-style-three.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #a60505
}

.rimu-nav-style-three.is-sticky .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #a60505
}

.rimu-slider-area {
    position: relative;
    overflow: hidden
}

    .rimu-slider-area .owl-next {
        position: absolute;
        top: 39%;
        right: -50px;
        margin: 0 !important;
        border-radius: 0 !important;
        -webkit-transition: all .5s;
        transition: all .5s
    }

        .rimu-slider-area .owl-next i {
            background-color: #a60505 !important;
            color: #fff;
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            -webkit-transition: all .5s;
            transition: all .5s
        }

            .rimu-slider-area .owl-next i:hover {
                background-color: #a60505 !important
            }

    .rimu-slider-area .owl-prev {
        position: absolute;
        top: 39%;
        left: -50px;
        margin: 0 !important;
        border-radius: 0 !important;
        -webkit-transition: all .5s;
        transition: all .5s
    }

        .rimu-slider-area .owl-prev i {
            background-color: #a60505 !important;
            color: #fff;
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            -webkit-transition: all .5s;
            transition: all .5s
        }

            .rimu-slider-area .owl-prev i:hover {
                background-color: #a60505 !important
            }

    .rimu-slider-area:hover .owl-prev {
        left: 0
    }

    .rimu-slider-area:hover .owl-next {
        right: 0
    }

    .rimu-slider-area .col-lg-5 {
        position: relative
    }

.rimu-slider-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
    position: relative;
    z-index: 1
}

    .rimu-slider-item::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index: -1;
        opacity: .7
    }

    .rimu-slider-item .rimu-slider-text {
        margin-top: -90px
    }

        .rimu-slider-item .rimu-slider-text span {
            color: #fff
        }

        .rimu-slider-item .rimu-slider-text h1 {
            color: #fff
        }

        .rimu-slider-item .rimu-slider-text p {
            color: #fff
        }

        .rimu-slider-item .rimu-slider-text .video-btn {
            margin: auto;
            display: block
        }

.slider-item-bg-1 {
    background-image: url(../img/slider/1.jpg)
}

.slider-item-bg-2 {
    background-image: url(../img/slider/2.jpg)
}

.delivery-service {
    background-color: #a60505;
    position: absolute;
    bottom: -175px;
    z-index: 1;
    right: 0;
    left: 0;
    padding-top: 50px;
    padding-bottom: 20px;
    padding-left: 67px;
    padding-right: 67px
}

    .delivery-service .single-delivery {
        padding-left: 70px;
        margin-bottom: 20px;
        position: relative
    }

        .delivery-service .single-delivery i {
            color: #fff;
            position: absolute;
            top: 3px;
            left: 0;
            font-size: 30px;
            line-height: 50px;
            width: 50px;
            height: 50px;
            text-align: center;
            border-radius: 50%;
            border: 2px dotted #fff;
            -webkit-transition: all .5s;
            transition: all .5s
        }

        .delivery-service .single-delivery h3 {
            color: #fff;
            position: relative
        }

        .delivery-service .single-delivery p {
            color: #fff;
            margin-bottom: 0
        }

.about-us-area-two .about-img-1 {
    margin-bottom: 0
}

.about-us-area-two .about-aims-2 {
    position: absolute;
    left: 15px;
    bottom: 0
}

.about-us-area-two .about-content {
    padding-right: 0;
    padding-left: 0
}

.service-area-three .single-service-three {
    padding-left: 70px;
    position: relative;
    margin-bottom: 30px
}

    .service-area-three .single-service-three h3 {
        margin-bottom: 11px
    }

    .service-area-three .single-service-three .icon {
        position: absolute;
        top: 3px;
        left: 0;
        font-size: 30px;
        background-color: #ac1515;
        line-height: 50px;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 50%;
        border: 2px dotted #021c57;
        color: #ffffff;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .service-area-three .single-service-three:hover .icon {
        background-color: #a60505;
        color: #fff;
        border-color: #a60505
    }

.counter-area {
    background-color: #a60505
}

    .counter-area .single-counter {
        text-align: center;
        border: 2px dotted #fff;
        padding: 30px;
        -webkit-transition: all .5s;
        transition: all .5s;
        margin-bottom: 30px
    }

        .counter-area .single-counter i {
            color: #fff;
            font-size: 35px;
            display: block;
            width: 70px;
            height: 70px;
            margin: auto;
            border: 2px dotted #fff;
            line-height: 70px;
            border-radius: 50%;
            margin-bottom: 20px
        }

        .counter-area .single-counter h2 {
            color: #fff;
            line-height: 1
        }

            .counter-area .single-counter h2 span {
                font-size: 50px
            }

        .counter-area .single-counter p {
            color: #fff;
            font-weight: 600
        }

        .counter-area .single-counter:hover {
            background-color: #a60505;
            -webkit-transform: translateY(-5px);
            transform: translateY(-5px)
        }

.single-choose-three {
    position: relative;
    padding-left: 70px;
    margin-bottom: 30px
}

    .single-choose-three i {
        position: absolute;
        top: 3px;
        left: 0;
        font-size: 30px;
        background-color: #fff;
        line-height: 50px;
        width: 50px;
        height: 50px;
        text-align: center;
        border-radius: 50%;
        border: 2px dotted #a60505;
        color: #a50101;
        -webkit-transition: all .5s;
        transition: all .5s;
    }

    .single-choose-three:hover i {
        background-color: #021c57;
        color: #fff;
        border-color: #021c57;
    }

    .single-choose-three.mr-2 {
        margin-right: 0 !important
    }

    .single-choose-three.ml-2 {
        margin-left: 0 !important
    }

.partner-area .owl-carousel .owl-item img {
    width: unset;
    margin: auto;
}

.banner-area-four .shape-2 {
    position: absolute;
    bottom: 0;
    left: -115px;
    width: 350px;
    z-index: -1
}

.banner-area-four .shape-1 {
    width: 375px
}

.banner-area-four .shape-text span {
    left: 680px !important;
    bottom: 60px !important
}

.why-choose-us-three.four {
    overflow: hidden
}

.choose-img-three.four {
    position: relative
}

    .choose-img-three.four img {
        -webkit-animation: rotation 50s infinite linear;
        animation: rotation 50s infinite linear
    }

.choose-content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .choose-content-wrap .choose-content-four {
        text-align: center
    }

        .choose-content-wrap .choose-content-four h3 {
            font-size: 30px;
            color: #021c57;
        }

        .choose-content-wrap .choose-content-four span {
            color: #a60505
        }

.our-event-time-area {
    background-color: #edeff2
}

    .our-event-time-area .timer {
        display: inline-block;
        padding-right: 10px;
        text-align: center;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 30px
    }

    .our-event-time-area p {
        margin-bottom: 30px
    }

    .our-event-time-area span {
        display: block;
        font-size: 16px;
        font-weight: 500;
        margin-top: 10px;
        color: #a60505
    }

    .our-event-time-area .time-cap {
        line-height: 1;
        background-color: #fff;
        padding: 30px;
        border-radius: 4px;
        position: relative;
        color: #a60505
    }

        .our-event-time-area .time-cap::before {
            content: "";
            position: absolute;
            top: 0;
            left: 5px;
            width: 100%;
            height: 100%;
            background-color: #a60505;
            z-index: -1;
            border-radius: 4px
        }

.rimu-nav-style-four .search-box-item .search-btn {
    color: #fff
}

    .rimu-nav-style-four .search-box-item .search-btn:hover {
        color: #a60505
    }

.rimu-nav-style-four .others-option .cart-icon {
    color: #fff
}

    .rimu-nav-style-four .others-option .cart-icon:hover {
        color: #a60505
    }

.rimu-nav-style-four .others-option .sidebar-menu i {
    background-color: #fff;
    color: #a60505
}

    .rimu-nav-style-four .others-option .sidebar-menu i:hover {
        background-color: #a60505
    }

.rimu-nav-style-four.is-sticky .search-box-item .search-btn {
    color: #a60505
}

.rimu-nav-style-five .search-box-item .search-btn {
    color: #a60505 !important
}

    .rimu-nav-style-five .search-box-item .search-btn:hover {
        color: #a60505
    }

.rimu-nav-style-five .others-option .cart-icon {
    color: #a60505 !important
}

    .rimu-nav-style-five .others-option .cart-icon:hover {
        color: #a60505
    }

.rimu-nav-style-five .others-option .sidebar-menu i {
    background-color: #a60505 !important;
    color: #fff
}

    .rimu-nav-style-five .others-option .sidebar-menu i:hover {
        background-color: #a60505
    }

.delivery-service.delivery-service-five {
    position: unset
}

.banner-area-five {
    z-index: 1
}

    .banner-area-five::before {
        content: "";
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #fff;
        opacity: .7;
        z-index: -1
    }

    .banner-area-five .shape-2 {
        width: 100%;
        bottom: 0;
        opacity: 1
    }

    .banner-area-five .shape-1 {
        width: 700px
    }

    .banner-area-five .shape.shape-7 {
        position: absolute;
        top: 90px;
        left: 30px;
        width: 100px
    }

    .banner-area-five .shape.shape-6 {
        position: absolute;
        bottom: 0;
        left: 20px;
        width: 100px
    }

    .banner-area-five .banner-text {
        margin-top: 0;
        max-width: 640px
    }

.contact-info-area .single-contact-info {
    text-align: center;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,.1);
    box-shadow: 0 0 40px rgba(82,85,90,.1);
    background-color: #fff;
    margin-bottom: 30px;
    padding: 30px;
    -webkit-transition: all .5s;
    transition: all .5s
}

    .contact-info-area .single-contact-info i {
        display: block;
        color: #a60505;
        -webkit-transition: all .5s;
        transition: all .5s;
        font-size: 25px;
        width: 50px;
        height: 50px;
        margin: 0 auto 15px;
        line-height: 50px;
        border: 2px dotted #a60505;
        border-radius: 50%
    }

    .contact-info-area .single-contact-info h3 {
        -webkit-transition: all .5s;
        transition: all .5s
    }

    .contact-info-area .single-contact-info a {
        color: #686868;
        -webkit-transition: all .5s;
        transition: all .5s;
        display: block
    }

    .contact-info-area .single-contact-info:hover {
        background-color: #a60505
    }

        .contact-info-area .single-contact-info:hover i {
            color: #fff;
            border-color: #fff
        }

        .contact-info-area .single-contact-info:hover h3 {
            color: #fff
        }

        .contact-info-area .single-contact-info:hover a {
            color: #fff
        }

.map iframe {
    height: 445px;
    width: 100%;
    display: block
}

.main-contact-area #contactForm {
    padding: 50px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
    background-color: #fff
}

.main-contact-area .form-group {
    margin-bottom: 30px
}

    .main-contact-area .form-group label {
        font-size: 16px;
        margin-bottom: 10px
    }

    .main-contact-area .form-group .form-control {
        background-color: #fff
    }

        .main-contact-area .form-group .form-control::-webkit-input-placeholder {
            color: #ccc
        }

        .main-contact-area .form-group .form-control:-ms-input-placeholder {
            color: #ccc
        }

        .main-contact-area .form-group .form-control::-ms-input-placeholder {
            color: #ccc
        }

        .main-contact-area .form-group .form-control::placeholder {
            color: #ccc
        }

    .main-contact-area .form-group.checkboxs {
        position: relative;
        max-width: 365px;
        margin: 0 auto 30px
    }

        .main-contact-area .form-group.checkboxs #chb2 {
            position: absolute;
            top: 8px;
            left: 0
        }

        .main-contact-area .form-group.checkboxs p {
            padding-left: 20px
        }

            .main-contact-area .form-group.checkboxs p a {
                color: #a60505
            }

                .main-contact-area .form-group.checkboxs p a:hover {
                    color: #333
                }

.main-contact-area .default-btn {
    text-align: center;
    display: table;
    margin: auto
}

.list-unstyled {
    color: #dc3545;
    margin-top: 10px;
    font-size: 14px
}

.hidden {
    display: none
}

#msgSubmit {
    margin-top: 30px;
    font-size: 20px;
    text-align: left;
    text-align: center
}

.faq-contact-area .request-quote-wrap {
    max-width: unset
}

    .faq-contact-area .request-quote-wrap .default-btn {
        margin: auto;
        display: table;
        float: unset
    }

    .faq-contact-area .request-quote-wrap .form-group {
        margin-bottom: 30px
    }

    .faq-contact-area .request-quote-wrap .contact-form {
        -webkit-box-shadow: 0 0 40px rgba(82,85,90,.1);
        box-shadow: 0 0 40px rgba(82,85,90,.1);
        background-color: #fff;
        padding: 40px
    }

.faq-contact-area .section-title {
    text-align: center !important;
    max-width: 600px;
    margin: 0 auto 30px
}

    .faq-contact-area .section-title h2 {
        margin-bottom: 10px
    }

.faq-contact-area .request-quote-wrap .dripli-call i {
    color: #a60505
}

.faq-contact-area .request-quote-wrap .dripli-call .call-content h3 {
    color: #a60505
}

.faq-contact-area .request-quote-wrap .dripli-call .call-content a {
    color: #a60505
}

.team-area-page .single-team {
    margin-bottom: 30px
}

    .team-area-page .single-team .team-img {
        border-color: #a60505
    }

        .team-area-page .single-team .team-img::before {
            background-color: #a60505
        }

    .team-area-page .single-team .team-text {
        background-color: #a60505
    }

        .team-area-page .single-team .team-text h3 {
            color: #fff
        }

        .team-area-page .single-team .team-text span {
            color: #fff
        }

.product-left-sidebar .section-title {
    margin: 40px auto
}

.product-left-sidebar .product-details-image {
    background-image: url(../img/product-details/1.png);
    background-size: contain;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center
}

    .product-left-sidebar .product-details-image img {
        display: none
    }

.single-product-box-list {
    text-align: left
}

    .single-product-box-list::before {
        z-index: 1
    }

    .single-product-box-list .product-content {
        background-color: transparent;
        text-align: left;
        padding-left: 254px;
        padding-top: 0;
        position: relative
    }

    .single-product-box-list .product-image {
        position: absolute;
        top: 40px;
        left: 30px;
        right: 0
    }

    .single-product-box-list .product-offer {
        right: 40px;
        z-index: 1
    }

.service-grid-area .single-service-three {
    text-align: center;
    padding-left: 0;
    -webkit-box-shadow: 0 0 40px rgba(82,85,90,.1);
    box-shadow: 0 0 40px rgba(82,85,90,.1);
    background-color: #fff;
    padding: 30px;
    -webkit-transition: all .5s;
    transition: all .5s
}

    .service-grid-area .single-service-three:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px)
    }

    .service-grid-area .single-service-three .icon {
        position: unset;
        display: inline-block;
        margin-bottom: 20px
    }

.error-area {
    padding: 50px 0;
    height: 100vh;
    text-align: center;
    position: relative;
    z-index: 1;
    background-color: #fff
}

    .error-area::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .9;
        z-index: -1
    }

    .error-area .error-contant-wrap {
        z-index: 1;
        position: relative
    }

        .error-area .error-contant-wrap img {
            max-width: 300px;
            width: 100%
        }

        .error-area .error-contant-wrap h3 {
            margin: 30px 0 0;
            position: relative;
            color: red
        }

        .error-area .error-contant-wrap p {
            margin: 20px 0 30px;
            font-size: 19px
        }

.service-details-info {
    background: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
    box-shadow: 0 0 1.25rem rgba(108,118,134,.1);
    padding: 30px
}

    .service-details-info ul {
        padding: 0;
        margin: 0;
        list-style-type: none
    }

        .service-details-info ul li {
            color: #828893;
            font-size: 16px;
            margin-bottom: 14px
        }

            .service-details-info ul li span {
                font-weight: 500;
                display: inline-block;
                margin-right: 5px;
                color: #424866
            }

            .service-details-info ul li a {
                display: inline-block;
                color: #828893
            }

                .service-details-info ul li a:hover {
                    color: #a60505
                }

                .service-details-info ul li a:focus {
                    color: #a60505
                }

            .service-details-info ul li:last-child {
                margin-bottom: 0
            }

            .service-details-info ul li ul {
                display: inline-block
            }

                .service-details-info ul li ul li {
                    display: inline-block;
                    margin-bottom: 0
                }

                    .service-details-info ul li ul li a {
                        width: 30px;
                        height: 30px;
                        background: #2d3046;
                        text-align: center;
                        color: #fff;
                        line-height: 30px;
                        border-radius: 50%
                    }

                        .service-details-info ul li ul li a i::before {
                            font-size: 14px
                        }

                        .service-details-info ul li ul li a:hover {
                            background: #a50101;
                            color: #fff;
                            -webkit-animation: heartBeat 1000ms infinite linear;
                            animation: heartBeat 1000ms infinite linear;
                        }

                        .service-details-info ul li ul li a:focus {
                            background: #ff5202;
                            color: #fff
                        }

    .service-details-info i.flaticon-left-arrow {
        margin-left: 0;
        margin-right: 5px
    }

.service-details-desc {
    margin-top: 30px
}

    .service-details-desc h3 {
        font-size: 25px;
        margin-bottom: 12px
    }

    .service-details-desc p {
        margin-bottom: 15px
    }

        .service-details-desc p:last-child {
            margin-bottom: 0
        }

    .service-details-desc .services-d-p {
        margin-bottom: 30px !important
    }

.services-details-img {
    margin-bottom: 30px
}


.fixed-top .navbar-brand {
    filter: brightness(0) invert(1);
}

.fixed-top .xx {
    filter: brightness(0) invert(1);
}

.fixed-top .dropdown-menu {
    background: #fbfbfb !important;
}

.fixed-top .others-option {
    filter: brightness(0) invert(1);
}

.fixed-top .dropdown-toggle {
    filter: brightness(0) invert(1);
}

.is-sticky .dropdown-style {
    background: #061f5a;
}

.is-sticky .others-option {
    filter: none;
}

.is-sticky .dropdown-menu {
    filter: none;
}


.is-sticky .xx {
    filter: none;
}

.is-sticky .navbar-brand {
    filter: none;
}

.is-sticky .dropdown-toggle {
    filter: none;
}

.is-sticky .dropdown-style {
    filter: none;
    background: white !important;
}


@media only screen and (max-width: 991px) {
    .fixed-top {
        filter: none;
    }

        .fixed-top .navbar-brand {
            filter: none;
        }

        .fixed-top .xx {
            filter: none;
        }



        .fixed-top .others-option {
            filter: none;
        }

        .fixed-top .dropdown-toggle {
            filter: none;
        }
}
