/*
@File: Mund Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Default btn CSS
** - Section Title CSS
** - Navbar Area CSS
** - Main Slides Area CSS
** - Main Banner Area CSS
** - Featured Cars Area CSS
** - Car Ranking Area CSS
** - Models Area CSS
** - Choose Area CSS
** - Testimonials Area CSS
** - Blog Area CSS
** - Team Area CSS
** - Partner Area CSS
** - Listing Area CSS
** - Page Banner CSS
** - About Aera CSS
** - Fun Facts Area CSS
** - FAQ Area CSS
** - Auto Loan Area CSS
** - User Profile Area CSS
** - Car Shop Area CSS
** - Pagination Area CSS
** - 404 Error Area CSS
** - Terms of Service Area CSS
** - Privacy Policye Area CSS
** - Coming Soon Area CSS
** - My Account Area CSS
** - Reset Password Area CSS
** - Contact Info Area CSS
** - Contact Area CSS
** - Blog Details Area CSS
** - Dashboard Area CSS
** - Car Details Area CSS
** - Products Area CSS
** - Cart Area CSS
** - Wishlist Area CSS
** - Checkout Area CSS
** - Products Details Area CSS
** - Widget Sidebar CSS
** - Newsletter Area CSS
** - Footer Area CSS
** - Copy Right Area CSS
** - Go Top CSS

*/
/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&amp;display=swap");

:root {
    /* var(--theme-color) */
    /*--theme-color: #ff5421;*/
    --theme-color: #1ea2c8;
    /*--theme-socials: #ff764d;*/
    --theme-socials: #1EC4F4;
    --theme-social-facebook: #3b5998;
    --theme-social-twitter: #1d9bf0;
    --theme-social-pinterest: #e60023;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
}

a {
    text-decoration: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #161c2d;
    display: inline-block;
}

a:hover, a:focus {
    color: var(--theme-color);
    text-decoration: none;
}

.current > a:hover, a:focus {
    color: inherit;
}

button {
    outline: 0 !important;
}

p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #666666;
    font-weight: 400;
    font-family: "Nunito Sans", sans-serif;
    font-size: 16px;
}

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

i {
    line-height: normal;
}

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

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

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

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

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

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

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

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

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #161c2d;
    font-family: "Rajdhani", sans-serif;
    font-weight: bold;
    text-transform: capitalize;
}

.h1:last-child, .h2:last-child, .h3:last-child, .h4:last-child, .h5:last-child, .h6:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child {
    margin-bottom: 0;
}

.tab .tabs_item {
    display: none;
}

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

/*================================================
Default btn CSS
=================================================*/
.default-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    color: #ffffff;
    background-color: var(--theme-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}

.default-btn span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #000244;
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    border-radius: 5px;
}

.default-btn:hover {
    color: #ffffff;
}

.default-btn:hover span {
    width: 225%;
    height: 562.5px;
}

/*================================================
Section Title CSS
=================================================*/
.section-title {
    text-align: center;
    margin-bottom: 35px;
}

.section-title h2 {
    font-size: 36px;
    margin-bottom: 10px;
    line-height: 1;
}

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

/*================================================
Navbar Area CSS
=================================================*/
.main-responsive-nav {
    display: none;
}

.main-navbar {
    padding: 15px 0;
}

.main-navbar .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.main-navbar .navbar {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
}

.main-navbar .navbar .navbar-brand .white-logo {
    display: block;
}

.main-navbar .navbar .navbar-brand .black-logo {
    display: none;
}

.main-navbar .navbar ul {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.main-navbar .navbar .navbar-nav .nav-item {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}

.main-navbar .navbar .navbar-nav .nav-item a {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main-navbar .navbar .navbar-nav .nav-item a i {
    font-size: 18px;
    position: relative;
    top: 4px;
    display: inline-block;
    margin-left: -5px;
    margin-right: -5px;
}

.main-navbar .navbar .navbar-nav .nav-item a:hover, .main-navbar .navbar .navbar-nav .nav-item a:focus, .main-navbar .navbar .navbar-nav .nav-item a.active {
    color: var(--theme-color);
}

.main-navbar .navbar .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:first-child {
    margin-left: 0;
}

.main-navbar .navbar .navbar-nav .nav-item:hover a, .main-navbar .navbar .navbar-nav .nav-item.active a {
    color: var(--theme-color);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    border: none;
    top: 70px;
    left: 0;
    z-index: 99;
    opacity: 0;
    width: 205px;
    display: block;
    border-radius: 0;
    padding: 10px 0;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    margin-top: 10px;
    background: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li {
    margin: 0;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    padding: 5px 20px;
    position: relative;
    display: block;
    color: #161c2d;
    font-size: 15px;
    font-weight: 600;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a i {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: var(--theme-color);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    right: -200px;
    left: auto;
    visibility: hidden;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #161c2d;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: var(--theme-color);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 200px;
    visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #161c2d;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--theme-color);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -200px;
    visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #161c2d;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--theme-color);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 200px;
    visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #161c2d;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--theme-color);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: -200px;
    visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #161c2d;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--theme-color);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
    top: 0;
    opacity: 0;
    left: 200px;
    visibility: hidden;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
    color: #161c2d;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
    color: var(--theme-color);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--theme-color);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--theme-color);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--theme-color);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
    color: var(--theme-color);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
    color: var(--theme-color);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
    color: var(--theme-color);
}

.main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.main-navbar .navbar .navbar-nav .nav-item:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
}

.main-navbar .navbar .others-options .option-item {
    margin-right: 15px;
}

.main-navbar .navbar .others-options .option-item:last-child {
    margin-right: 0;
}

.main-navbar .navbar .others-options .option-item .dropdown-account {
    position: relative;
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle::after {
    display: none;
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle i {
    font-size: 18px;
    color: var(--theme-color);
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: 1px;
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle span i {
    position: relative;
    font-size: 20px;
    top: 4px;
    right: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle:hover {
    color: #ffffff;
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle:hover span i {
    color: #ffffff;
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu {
    padding: 15px;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    display: block;
    margin-top: 30px;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item {
    padding: 0;
    color: #161c2d;
    margin-bottom: 15px;
    font-weight: 600;
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item::before {
    display: none;
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item span {
    display: inline-block;
    margin-left: 8px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item span:hover {
    color: var(--theme-color);
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item:hover, .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item:focus {
    background-color: transparent !important;
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item:active, .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item.active {
    color: #161c2d;
    background-color: transparent;
}

.main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.main-navbar .navbar .others-options .option-item .languages-list .nice-select {
    background-color: transparent;
    border-radius: 0;
    border: none;
    font-size: 16px;
    font-weight: 600;
    height: auto;
    line-height: initial;
    color: #ffffff;
    padding-left: 0;
    padding-right: 30px;
    position: relative;
    top: 2px;
}

.main-navbar .navbar .others-options .option-item .languages-list .nice-select::after {
    border-color: var(--theme-color);
    height: 8px;
    width: 8px;
    right: 10px;
    margin-top: -5px;
}

.main-navbar .navbar .others-options .option-item .languages-list .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border-radius: 0;
    width: 150px;
    height: 200px;
    overflow-y: scroll;
    margin-top: 25px;
    margin-bottom: 0;
}

.main-navbar .navbar .others-options .option-item .languages-list .nice-select .list .option {
    line-height: 40px;
    min-height: 40px;
    color: #666666;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
}

.main-navbar .navbar .others-options .option-item .languages-list .nice-select .list .option.selected {
    background-color: var(--theme-color) !important;
    color: #ffffff;
    font-weight: normal;
}

.main-navbar .navbar .others-options .option-item .languages-list .nice-select .list::-webkit-scrollbar {
    display: none;
}

.main-navbar .navbar .others-options .option-item .navbar-btn {
    display: inline-block;
    background-color: var(--theme-color);
    color: #ffffff;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
}

.main-navbar .navbar .others-options .option-item .navbar-btn:hover {
    background-color: #000244;
}

.navbar-area {
    position: absolute;
    background-color: rgba(22, 28, 45, 0.9);
    top: 0;
    left: 0;
    right: 0;
    height: auto;
    z-index: 999;
}

.navbar-area.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    background-color: #ffffff !important;
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}

.navbar-area.is-sticky .main-navbar .navbar .navbar-brand .white-logo {
    display: none;
}

.navbar-area.is-sticky .main-navbar .navbar .navbar-brand .black-logo {
    display: block;
}

.navbar-area.is-sticky .main-navbar .navbar .navbar-nav .nav-item a {
    color: #161c2d;
}

.navbar-area.is-sticky .main-navbar .navbar .navbar-nav .nav-item a:hover, .navbar-area.is-sticky .main-navbar .navbar .navbar-nav .nav-item a:focus, .navbar-area.is-sticky .main-navbar .navbar .navbar-nav .nav-item a.active {
    color: var(--theme-color);
}

.navbar-area.is-sticky .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle {
    color: #161c2d;
}

.navbar-area.is-sticky .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle span i {
    color: #161c2d;
}

.navbar-area.is-sticky .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle:hover {
    color: var(--theme-color);
}

.navbar-area.is-sticky .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle:hover span i {
    color: var(--theme-color);
}

.navbar-area.is-sticky .main-navbar .navbar .others-options .option-item .languages-list .nice-select {
    color: #161c2d;
}

.navbar-area.is-sticky.navbar-white-color {
    background-color: unset;
}

.navbar-area.is-sticky.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a {
    color: #161c2d;
}

.navbar-area.is-sticky.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a:hover, .navbar-area.is-sticky.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a:focus, .navbar-area.is-sticky.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a.active {
    color: var(--theme-color);
}

.navbar-area.is-sticky.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    top: 65;
}

.navbar-area.is-sticky.navbar-white-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle {
    color: #161c2d;
}

.navbar-area.is-sticky.navbar-white-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle span i {
    color: #161c2d;
}

.navbar-area.is-sticky.navbar-white-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle:hover {
    color: var(--theme-color);
}

.navbar-area.is-sticky.navbar-white-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle:hover span i {
    color: var(--theme-color);
}

.navbar-area.is-sticky.navbar-white-color .main-navbar .navbar .others-options .option-item .languages-list .nice-select {
    color: #161c2d;
}

.navbar-area.navbar-black-color {
    background-color: unset;
}

.navbar-area.navbar-black-color .main-navbar .navbar .navbar-nav .nav-item a {
    color: #161c2d;
}

.navbar-area.navbar-black-color .main-navbar .navbar .navbar-nav .nav-item a:hover, .navbar-area.navbar-black-color .main-navbar .navbar .navbar-nav .nav-item a:focus, .navbar-area.navbar-black-color .main-navbar .navbar .navbar-nav .nav-item a.active {
    color: var(--theme-color);
}

.navbar-area.navbar-black-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    top: 65;
}

.navbar-area.navbar-black-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle {
    color: #161c2d;
}

.navbar-area.navbar-black-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle span i {
    color: #161c2d;
}

.navbar-area.navbar-black-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle:hover {
    color: var(--theme-color);
}

.navbar-area.navbar-black-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle:hover span i {
    color: var(--theme-color);
}

.navbar-area.navbar-black-color .main-navbar .navbar .others-options .option-item .languages-list .nice-select {
    color: #161c2d;
}

.navbar-area.navbar-white-color {
    background-color: unset;
}

.navbar-area.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a {
    color: #ffffff;
}

.navbar-area.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a:hover, .navbar-area.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a:focus, .navbar-area.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item a.active {
    color: var(--theme-color);
}

.navbar-area.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu {
    top: 65;
}

.navbar-area.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a {
    color: #161c2d;
}

.navbar-area.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-area.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-area.navbar-white-color .main-navbar .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
    color: var(--theme-color);
}

.navbar-area.navbar-white-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle {
    color: #ffffff;
}

.navbar-area.navbar-white-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle span i {
    color: #ffffff;
}

.navbar-area.navbar-white-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle:hover {
    color: var(--theme-color);
}

.navbar-area.navbar-white-color .main-navbar .navbar .others-options .option-item .dropdown-account .dropdown-toggle:hover span i {
    color: var(--theme-color);
}

.navbar-area.navbar-white-color .main-navbar .navbar .others-options .option-item .languages-list .nice-select {
    color: #ffffff;
}

.others-option-for-responsive {
    display: none;
}

.others-option-for-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 9991;
    position: absolute;
    right: 60px;
    top: -28px;
}

.others-option-for-responsive .dot-menu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
    height: 5px;
    width: 5px;
    border-radius: 100%;
    margin: 0 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #161c2d;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
    background-color: var(--theme-color);
}

.others-option-for-responsive .container {
    position: relative;
}

.others-option-for-responsive .container .container {
    position: absolute;
    right: 0;
    top: 10px;
    max-width: 260px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.others-option-for-responsive .option-inner .others-options .option-item {
    margin-right: 15px;
}

.others-option-for-responsive .option-inner .others-options .option-item:last-child {
    margin-right: 0;
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account {
    position: relative;
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-toggle {
    padding: 0;
    border: none;
    background-color: transparent;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-toggle::after {
    display: none;
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-toggle i {
    font-size: 18px;
    color: var(--theme-color);
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-toggle span {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: 1px;
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-toggle span i {
    position: relative;
    font-size: 20px;
    top: 4px;
    right: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #ffffff;
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-toggle:hover {
    color: #ffffff;
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-toggle:hover span i {
    color: #ffffff;
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu {
    padding: 15px;
    border: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    display: block;
    margin-top: 30px;
    opacity: 0;
    visibility: visible;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item {
    padding: 0;
    color: #161c2d;
    margin-bottom: 15px;
    font-weight: 600;
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item::before {
    display: none;
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item span {
    display: inline-block;
    margin-left: 8px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item span:hover {
    color: var(--theme-color);
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item:hover, .others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item:focus {
    background-color: transparent !important;
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item:active, .others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu .dropdown-item.active {
    color: #161c2d;
    background-color: transparent;
}

.others-option-for-responsive .option-inner .others-options .option-item .dropdown-account .dropdown-menu.show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.others-option-for-responsive .option-inner .others-options .option-item .languages-list .nice-select {
    background-color: transparent;
    border-radius: 0;
    border: none;
    font-size: 16px;
    font-weight: 600;
    height: auto;
    line-height: initial;
    color: #ffffff;
    padding-left: 0;
    padding-right: 30px;
    position: relative;
    top: 2px;
}

.others-option-for-responsive .option-inner .others-options .option-item .languages-list .nice-select::after {
    border-color: var(--theme-color);
    height: 8px;
    width: 8px;
    right: 10px;
}

.others-option-for-responsive .option-inner .others-options .option-item .languages-list .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border-radius: 0;
    width: 150px;
    height: 200px;
    overflow-y: scroll;
    margin-top: 25px;
    margin-bottom: 0;
}

.others-option-for-responsive .option-inner .others-options .option-item .languages-list .nice-select .list .option {
    line-height: 40px;
    min-height: 40px;
    color: #666666;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
}

.others-option-for-responsive .option-inner .others-options .option-item .languages-list .nice-select .list .option.selected {
    background-color: var(--theme-color) !important;
    color: #ffffff;
    font-weight: normal;
}

.others-option-for-responsive .option-inner .others-options .option-item .languages-list .nice-select .list::-webkit-scrollbar {
    display: none;
}

.others-option-for-responsive .option-inner .others-options .option-item .navbar-btn {
    display: inline-block;
    background-color: var(--theme-color);
    color: #ffffff;
    padding: 15px 30px;
    font-size: 15px;
    font-weight: 500;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
}

.others-option-for-responsive .option-inner .others-options .option-item .navbar-btn:hover {
    background-color: #000244;
}

@media only screen and (max-width: 1199px) {
    .main-responsive-nav {
        display: block;
    }

    .main-responsive-nav .main-responsive-menu {
        position: relative;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul {
        font-size: 15px;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a.active {
        color: var(--theme-color);
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li a i {
        display: none;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .mean-nav ul li li a {
        font-size: 14px;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .others-options {
        display: none !important;
    }

    .main-responsive-nav .main-responsive-menu.mean-container .navbar-nav {
        overflow-y: scroll;
        height: 360px;
        -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    }

    .main-responsive-nav .mean-container a.meanmenu-reveal {
        color: #161c2d;
    }

    .main-responsive-nav .mean-container a.meanmenu-reveal span {
        background: #161c2d;
        position: relative;
    }

    .main-responsive-nav .logo {
        position: relative;
    }

    .main-responsive-nav .logo img {
        max-width: 100px !important;
    }

    .navbar-area {
        background-color: #ffffff;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .main-navbar {
        display: none;
    }

    .others-option-for-responsive {
        display: block;
    }
}

/*================================================
Main Slides Area CSS
=================================================*/
.main-slides-with-category {
    overflow: hidden;
}

.main-slides-item {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/main-slides/slides-bg1.jpg);
    position: relative;
    z-index: 1;
    padding-top: 235px;
    padding-bottom: 150px;
}

.main-slides-item.item-two {
    background-image: url(../images/main-slides/slides-bg2.jpg);
}

.main-slides-item.item-three {
    background-image: url(../images/main-slides/slides-bg3.jpg);
}

.main-slides-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000000;
    opacity: .77;
}

.main-slides-item::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 28%;
    height: 100%;
    z-index: -1;
    background-color: #f6f7f9;
}

.main-slides-item .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.main-slides-content {
    background-color: rgba(22, 28, 45, 0.9);
    padding: 50px 40px 60px;
    text-align: center;
    border-radius: 5px;
}

.main-slides-content h1 {
    font-size: 85px;
    margin-bottom: 5px;
    color: #ffffff;
}

.main-slides-content p {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.main-slides-content .slides-category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
    text-align: center;
}

.main-slides-content .slides-category-list .list {
    display: inline-block;
    -webkit-box-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%;
}

.main-slides-content .slides-category-list .list .icon {
    margin-bottom: 15px;
}

.main-slides-content .slides-category-list .list .icon a i {
    display: block;
    height: 65px;
    width: 65px;
    line-height: 65px;
    background-color: #ffffff;
    color: #161c2d;
    font-size: 42px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main-slides-content .slides-category-list .list .icon a i:hover {
    background-color: var(--theme-color);
    color: #ffffff;
}

.main-slides-content .slides-category-list .list h3 {
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 5px;
}

.main-slides-content .slides-category-list .list h3 a {
    color: #ffffff;
}

.main-slides-content .slides-category-list .list h3 a:hover {
    color: var(--theme-color);
}

.main-slides-content .slides-category-list .list span {
    color: #929ba4;
}

.slides-category-list-tab .tabs {
    text-align: center;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.slides-category-list-tab .tabs li {
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
}

.slides-category-list-tab .tabs li a {
    font-size: 16px;
    background-color: #121725;
    color: #ffffff;
    padding: 10px 35px;
    font-weight: 600;
}

.slides-category-list-tab .tabs li.current a {
    color: var(--theme-color);
}

.slides-category-list-tab .tab_content .tabs_item {
    background-color: #1b1e29;
    padding: 20px;
    border-radius: 5px;
}

.slides-category-list-tab .tab_content .tabs_item form {
    position: relative;
    padding-right: 85px;
}

.slides-category-list-tab .tab_content .tabs_item form .form-group {
    margin-bottom: 0;
}

.slides-category-list-tab .tab_content .tabs_item form .form-group .nice-select {
    background-color: #ffffff;
    border: none;
    height: 60px;
    line-height: 62px;
    color: #666666;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    border-radius: 10px;
}

.slides-category-list-tab .tab_content .tabs_item form .form-group .nice-select::after {
    border-color: var(--theme-color);
    height: 8px;
    width: 8px;
    right: 20px;
}

.slides-category-list-tab .tab_content .tabs_item form .form-group .nice-select .list {
    background-color: #ffffff;
    border-radius: 10px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    width: 100%;
    -ms-overflow-style: none;
    max-width: 100%;
    height: 215px;
    overflow-y: scroll;
    margin-top: 0;
    margin-bottom: 0;
}

.slides-category-list-tab .tab_content .tabs_item form .form-group .nice-select .list .option {
    line-height: 40px;
    min-height: 40px;
    color: #666666;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
}

.slides-category-list-tab .tab_content .tabs_item form .form-group .nice-select .list .option.selected {
    background-color: var(--theme-color) !important;
    color: #ffffff;
    font-weight: normal;
}

.slides-category-list-tab .tab_content .tabs_item form .form-group .nice-select .list::-webkit-scrollbar {
    display: none;
}

.slides-category-list-tab .tab_content .tabs_item form .main-search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slides-category-list-tab .tab_content .tabs_item form .main-search-btn button {
    border: none;
    padding: 0;
    background-color: transparent;
}

.slides-category-list-tab .tab_content .tabs_item form .main-search-btn button i {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: var(--theme-color);
    color: #ffffff;
    border-radius: 10px;
    font-size: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.slides-category-list-tab .tab_content .tabs_item form .main-search-btn button i:hover {
    background-color: #ffffff;
    color: var(--theme-color);
}

.slides-category-list-tab .tab_content .advanced-search {
    text-align: center;
    margin-top: 20px;
}

.slides-category-list-tab .tab_content .advanced-search a {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}

.slides-category-list-tab .tab_content .advanced-search a::before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #afadb0;
}

.slides-category-list-tab .tab_content .advanced-search a::after {
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    bottom: 0;
    content: '';
    background-color: var(--theme-color);
}

.slides-category-list-tab .tab_content .advanced-search a:hover::before {
    background-color: #ffffff;
}

.slides-category-list-tab .tab_content .advanced-search a:hover::after {
    width: 100%;
}

.home-slides.owl-theme .owl-dots {
    margin: 0;
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
    right: 20px;
    display: -ms-grid;
    display: grid;
}

.home-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

.home-slides.owl-theme .owl-dots .owl-dot:hover span, .home-slides.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--theme-color);
}

/*================================================
Main Banner Area CSS
=================================================*/
.main-banner-item {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/main-banner-bg-1.jpg);
    position: relative;
    z-index: 1;
    padding-top: 235px;
    padding-bottom: 150px;
    background-attachment: fixed;
}

.main-banner-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: #000000;
    opacity: .50;
}

.main-banner-item-box {
    padding-top: 235px;
    padding-bottom: 150px;
    background: -webkit-gradient(linear, left top, left bottom, from(#d7dbfe), color-stop(#cdd2fe), color-stop(#c2c8fd), color-stop(#b8bffd), to(#adb6fc));
    background: linear-gradient(to bottom, #d7dbfe, #cdd2fe, #c2c8fd, #b8bffd, #adb6fc);
}

.main-banner-item-box .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
}

.main-banner-item-box .main-banner-content {
    max-width: 100%;
    background-color: #ffffff;
}

.main-banner-item-box .main-banner-content h1 {
    color: #161c2d;
}

.main-banner-item-box .main-banner-content .banner-category-list-tab .tabs li a {
    background-color: #f3f3ff;
    color: #161c2d;
}

.main-banner-item-box .main-banner-content .banner-category-list-tab .tabs li.current a {
    background-color: var(--theme-color);
    color: #ffffff;
}

.main-banner-item-box .main-banner-content .banner-category-list-tab .tab_content .tabs_item {
    background-color: #e3e7ff;
}

.main-banner-item-box .main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group .nice-select {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.main-banner-item-box .main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group .nice-select::after {
    border-color: var(--theme-color);
    height: 8px;
    width: 8px;
    right: 20px;
}

.main-banner-item-box .main-banner-content .banner-category-list-tab .tab_content .advanced-search a {
    color: #161c2d;
}

.main-banner-item-box .main-banner-content .banner-category-list .list .icon a i {
    background-color: #e3e7ff;
}

.main-banner-item-box .main-banner-content .banner-category-list .list .icon a i:hover {
    background-color: var(--theme-color);
    color: #ffffff;
}

.main-banner-item-box .main-banner-content .banner-category-list .list h3 a {
    color: #161c2d;
}

.main-banner-item-box .main-banner-content .banner-category-list .list h3 a:hover {
    color: var(--theme-color);
}

.main-banner-content {
    background-color: rgba(33, 39, 55, 0.6);
    padding: 50px 40px 60px;
    border-radius: 5px;
    max-width: 870px;
}

.main-banner-content h1 {
    font-size: 70px;
    margin-bottom: 0;
    color: #ffffff;
}

.main-banner-content .banner-category-list-tab .tabs {
    text-align: left;
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    margin-left: 15px;
    margin-top: 40px;
}

.main-banner-content .banner-category-list-tab .tabs li {
    display: inline-block;
    margin-left: -2px;
    margin-right: -2px;
}

.main-banner-content .banner-category-list-tab .tabs li a {
    font-size: 16px;
    background-color: #ffffff;
    color: #161c2d;
    padding: 10px 35px;
    font-weight: 600;
}

.main-banner-content .banner-category-list-tab .tabs li.current a {
    background-color: var(--theme-color);
    color: #ffffff;
}

.main-banner-content .banner-category-list-tab .tab_content {
    position: relative;
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item {
    background-color: #f6f7f9;
    padding: 20px;
    border-radius: 5px;
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form {
    position: relative;
    padding-right: 85px;
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group {
    margin-bottom: 0;
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group .nice-select {
    background-color: #ffffff;
    border: 1px solid #e4e4e4;
    height: 60px;
    line-height: 62px;
    color: #666666;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    border-radius: 5px;
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group .nice-select::after {
    border-color: var(--theme-color);
    height: 8px;
    width: 8px;
    right: 20px;
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group .nice-select .list {
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    width: 100%;
    max-width: 100%;
    height: 215px;
    overflow-y: scroll;
    margin-top: 0;
    margin-bottom: 0;
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group .nice-select .list .option {
    line-height: 40px;
    min-height: 40px;
    color: #666666;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group .nice-select .list .option.selected {
    background-color: var(--theme-color) !important;
    color: #ffffff;
    font-weight: normal;
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .form-group .nice-select .list::-webkit-scrollbar {
    display: none;
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .main-search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .main-search-btn button {
    border: none;
    padding: 0;
    background-color: transparent;
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .main-search-btn button i {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: var(--theme-color);
    color: #ffffff;
    border-radius: 10px;
    font-size: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main-banner-content .banner-category-list-tab .tab_content .tabs_item form .main-search-btn button i:hover {
    background-color: #161c2d;
}

.main-banner-content .banner-category-list-tab .tab_content .advanced-search {
    position: absolute;
    top: -38px;
    right: 0;
}

.main-banner-content .banner-category-list-tab .tab_content .advanced-search a {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}

.main-banner-content .banner-category-list-tab .tab_content .advanced-search a::before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #afadb0;
}

.main-banner-content .banner-category-list-tab .tab_content .advanced-search a::after {
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    bottom: 0;
    content: '';
    background-color: var(--theme-color);
}

.main-banner-content .banner-category-list-tab .tab_content .advanced-search a:hover::before {
    background-color: #ffffff;
}

.main-banner-content .banner-category-list-tab .tab_content .advanced-search a:hover::after {
    width: 100%;
}

.main-banner-content .banner-category-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
    text-align: center;
}

.main-banner-content .banner-category-list .list {
    display: inline-block;
    -webkit-box-flex: 20%;
    -ms-flex: 20%;
    flex: 20%;
    max-width: 20%;
}

.main-banner-content .banner-category-list .list .icon {
    margin-bottom: 15px;
}

.main-banner-content .banner-category-list .list .icon a i {
    display: block;
    height: 65px;
    width: 65px;
    line-height: 65px;
    background-color: #ffffff;
    color: #161c2d;
    font-size: 42px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.main-banner-content .banner-category-list .list .icon a i:hover {
    background-color: var(--theme-color);
    color: #ffffff;
}

.main-banner-content .banner-category-list .list h3 {
    font-size: 18px;
    font-family: "Nunito Sans", sans-serif;
    margin-bottom: 5px;
}

.main-banner-content .banner-category-list .list h3 a {
    color: #ffffff;
}

.main-banner-content .banner-category-list .list h3 a:hover {
    color: var(--theme-color);
}

.main-banner-content .banner-category-list .list span {
    color: #929ba4;
}

.main-banner-image {
    text-align: center;
}

.main-banner-image img {
    -webkit-animation: moveBounce 10s linear infinite;
    animation: moveBounce 10s linear infinite;
}

@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/*================================================
Featured Cars Area CSS
=================================================*/
.featured-cars-area.bg-161c2d {
    background-color: #161c2d;
}

.featured-cars-area.bg-161c2d .section-title h2 {
    color: #ffffff;
}

.featured-cars-area.bg-161c2d .section-title p {
    color: #929ba4;
}

.featured-cars-area.bg-ffffff {
    background-color: #ffffff;
}

.featured-cars-area.bg-ffffff .single-featured-cars-box {
    background-color: #161c2d;
}

.featured-cars-area.bg-ffffff .single-featured-cars-box .box-image .icon {
    background-color: #161c2d;
}

.featured-cars-area.bg-ffffff .single-featured-cars-box .box-content h3 a {
    color: #ffffff;
}

.featured-cars-area.bg-ffffff .single-featured-cars-box .box-content p {
    color: #929ba4;
}

.featured-cars-area.bg-ffffff .single-featured-cars-box .box-content p b {
    color: #ffffff;
}

.single-featured-cars {
    position: relative;
    margin-bottom: 30px;
}

.single-featured-cars img {
    border-radius: 5px;
    height: 460px;
    object-fit: cover;
    width: 635px;
}

.single-featured-cars::before {
    content: '';
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), black);
    width: 100%;
    height: 90%;
    left: 0;
    bottom: 0;
    position: absolute;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 1;
    border-radius: 5px;
}

.single-featured-cars .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: 5;
}

.single-featured-cars .content .tag {
    display: inline-block;
    padding: 5px 20px;
    background-color: var(--theme-color);
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
    border-radius: 30px;
}

.single-featured-cars .content h3 {
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.single-featured-cars .content h3 a {
    color: #ffffff;
}

.single-featured-cars .content p {
    font-size: 15px;
    color: #929ba4;
}

.single-featured-cars .content p b {
    color: #ffffff;
}

.single-featured-cars:hover .content {
    bottom: 5px;
}

.single-featured-cars-box {
    margin-bottom: 30px;
    background-color: #ffffff;
    padding: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    padding-bottom: 0;
}

.single-featured-cars-box .box-image {
    position: relative;
}

.single-featured-cars-box .box-image a img {
    border-radius: 5px;
}

.single-featured-cars-box .box-image .icon {
    position: absolute;
    bottom: -20px;
    right: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffffff;
    border-radius: 50px;
}

.single-featured-cars-box .box-image .icon a i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: var(--theme-color);
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    margin: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-featured-cars-box .box-content {
    padding: 25px 15px;
}

.single-featured-cars-box .box-content .tag {
    display: inline-block;
    padding: 5px 20px;
    background-color: var(--theme-color);
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
    border-radius: 30px;
}

.single-featured-cars-box .box-content h3 {
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.single-featured-cars-box .box-content h3 a {
    color: #161c2d;
}

.single-featured-cars-box .box-content p {
    font-size: 15px;
    color: #929ba4;
}

.single-featured-cars-box .box-content p b {
    color: #161c2d;
}

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

.single-featured-cars-box:hover .box-image .icon {
    bottom: 20px;
    background-color: var(--theme-color);
}

.single-featured-cars-box:hover .box-image .icon i {
    margin: 0;
}

/*================================================
Car Ranking Area CSS
=================================================*/
.car-ranking-area {
    background-color: #f6f7f9;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.car-ranking-area .section-title {
    text-align: left;
    position: relative;
}

.car-ranking-area .section-title .section-btn {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

.car-ranking-area .section-title .section-btn .default-btn {
    padding: 15px 45px;
    border-radius: 5px;
    background-color: transparent;
    color: #161c2d;
    border: 1px solid var(--theme-color);
}

.car-ranking-area .section-title .section-btn .default-btn span {
    background-color: var(--theme-color);
}

.car-ranking-area .section-title .section-btn .default-btn:hover {
    color: #ffffff;
}

.car-ranking-area.bg-ffffff {
    background-color: #ffffff;
}

.car-ranking-area.bg-ffffff .section-title .section-btn .default-btn {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: #ffffff;
}

.car-ranking-area.bg-ffffff .section-title .section-btn .default-btn span {
    background-color: #161c2d;
}

.car-ranking-area.bg-ffffff .section-title .section-btn .default-btn:hover {
    color: #ffffff;
    border: 1px solid #161c2d;
}

.car-ranking-area.bg-ffffff .single-car-ranking {
    padding: 10px;
    border-radius: 5px;
    background-color: #f6f7f9;
    padding-bottom: 0;
}

.car-ranking-area.bg-ffffff .single-car-ranking .car-ranking-image {
    position: relative;
}

.car-ranking-area.bg-ffffff .single-car-ranking .car-ranking-image a img {
    border-radius: 5px;
}

.car-ranking-area.bg-ffffff .single-car-ranking .car-ranking-content {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 25px 15px;
    border-radius: unset;
}

.car-ranking-area.bg-161c2d {
    background-color: #161c2d;
    position: relative;
    z-index: 1;
}

.car-ranking-area.bg-161c2d .section-title h2 {
    color: #ffffff;
}

.car-ranking-area.bg-161c2d .section-title p {
    color: #ffffff;
}

.car-ranking-area.bg-161c2d .section-title .section-btn .default-btn {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    color: #ffffff;
}

.car-ranking-area.bg-161c2d .section-title .section-btn .default-btn span {
    background-color: #ffffff;
}

.car-ranking-area.bg-161c2d .section-title .section-btn .default-btn:hover {
    color: var(--theme-color);
    border: 1px solid #161c2d;
}

.car-ranking-area.bg-161c2d .single-car-ranking {
    padding: 10px;
    border-radius: 5px;
    background-color: #f6f7f9;
    padding-bottom: 0;
}

.car-ranking-area.bg-161c2d .single-car-ranking .car-ranking-image {
    position: relative;
}

.car-ranking-area.bg-161c2d .single-car-ranking .car-ranking-image a img {
    border-radius: 5px;
}

.car-ranking-area.bg-161c2d .single-car-ranking .car-ranking-content {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 25px 15px;
    border-radius: unset;
}

.car-ranking-area.bg-161c2d::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: -1;
    width: 100%;
    height: 35%;
}

.single-car-ranking {
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-car-ranking .car-ranking-image {
    position: relative;
    display: flex;
    justify-content: center;
}

.single-car-ranking .car-ranking-image a img {
    border-radius: 5px 5px 0 0;
    height: 250px;
    object-fit: cover;
    width: 315px;
}

.single-car-ranking .car-ranking-image .icon {
    position: absolute;
    bottom: -20px;
    right: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffffff;
    border-radius: 50px;
}

.single-car-ranking .car-ranking-image .icon a i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: var(--theme-color);
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    margin: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-car-ranking .car-ranking-content {
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 25px;
    border-radius: 0 0 5px 5px;
}

.single-car-ranking .car-ranking-content .tag {
    display: inline-block;
    padding: 5px 20px;
    background-color: var(--theme-color);
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
    border-radius: 30px;
}

.single-car-ranking .car-ranking-content h3 {
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.single-car-ranking .car-ranking-content h3 a {
    color: #161c2d;
}

.single-car-ranking .car-ranking-content p {
    font-size: 15px;
    color: #929ba4;
}

.single-car-ranking .car-ranking-content p b {
    color: #161c2d;
}

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

.single-car-ranking:hover .car-ranking-image .icon {
    bottom: 20px;
    background-color: var(--theme-color);
}

.single-car-ranking:hover .car-ranking-image .icon i {
    margin: 0;
}

.car-ranking-shape .shape-1 {
    position: absolute;
    top: -90px;
    left: 30%;
    z-index: -1;
}

.car-ranking-shape .shape-2 {
    position: absolute;
    right: 10%;
    top: 3%;
    z-index: -1;
}

.car-ranking-shape .shape-3 {
    position: absolute;
    left: 0;
    bottom: 22%;
    z-index: -1;
}

.car-ranking-shape .shape-4 {
    position: absolute;
    right: 0;
    bottom: 22%;
    z-index: -1;
}

/*================================================
Models Area CSS
=================================================*/
.models-box-item .models-image {
    background-image: url(../images/models/models-1.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    margin-top: -100px;
}

.models-box-item .models-image.two {
    background-image: url(../images/models/models-2.jpg);
}

.models-box-item .models-image.three {
    background-image: url(../images/models/models-3.jpg);
}

.models-box-item .models-image.four {
    background-image: url(../images/models/models-4.jpg);
}

.models-box-item .models-title {
    text-align: center;
    margin-top: 50px;
}

.models-box-item .models-title h3 {
    font-size: 36px;
    margin-bottom: 0;
}

.models-box-item .models-item {
    background-color: rgba(22, 28, 45, 0.9);
    padding: 50px;
    margin-left: -180px;
    margin-top: 50px;
}

.models-box-item .models-item .models-content h3 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #ffffff;
}

.models-box-item .models-item .models-content .tag {
    display: inline-block;
    padding: 5px 20px;
    background-color: var(--theme-color);
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
    border-radius: 30px;
}

.models-box-item .models-item .models-content h4 {
    font-size: 25px;
    margin-top: 20px;
    color: #ffffff;
}

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

.models-box-item .models-item .models-list li {
    list-style-type: none;
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
}

.models-box-item .models-item .models-list li span {
    color: #929ba4;
}

.models-slides {
    background-color: #f6f7f9;
}

.models-slides.owl-theme .owl-dots {
    margin: 0;
    position: absolute;
    bottom: 35px;
    left: 22%;
    -webkit-transform: translateX(-22%);
    transform: translateX(-22%);
}

.models-slides.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background-color: #161c2d;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
}

.models-slides.owl-theme .owl-dots .owl-dot:hover span, .models-slides.owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--theme-color);
}

/*================================================
Choose Area CSS
=================================================*/
.choose-area.bg-f6f7f9 {
    background-color: #f6f7f9;
}

.choose-item {
    max-width: 570px;
}

.choose-item .content h3 {
    font-size: 36px;
}

.choose-item .choose-inner-content {
    position: relative;
    margin-top: 30px;
    padding-left: 110px;
}

.choose-item .choose-inner-content .icon {
    position: absolute;
    left: 0;
    top: 0;
}

.choose-item .choose-inner-content .icon i {
    display: inline-block;
    height: 80px;
    width: 80px;
    line-height: 80px;
    background-color: var(--theme-color);
    color: #ffffff;
    font-size: 50px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.choose-item .choose-inner-content h4 {
    margin-bottom: 12px;
}

.choose-item .choose-inner-content:hover .icon i {
    -webkit-animation: bounce 1s;
    animation: bounce 1s;
}

.choose-item.item-wrap .choose-inner-content .icon i {
    background-color: #e3e7ff;
    color: #161c2d;
}

.choose-item.item-wrap .choose-inner-content:hover .icon i {
    background-color: var(--theme-color);
    color: #ffffff;
    -webkit-animation: bounce 1s;
    animation: bounce 1s;
}

.choose-image {
    position: relative;
}

.choose-image .image-box {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -100px;
    border-right: 10px solid #ffffff;
    border-top: 10px solid #ffffff;
    border-bottom: 10px solid #ffffff;
    border-radius: 10px;
}

.choose-image .image-box .video-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: #ffffff;
    border-radius: 50%;
    color: #161c2d;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.choose-image .image-box .video-btn i {
    font-size: 65px;
    position: relative;
    top: 4px;
    left: 8px;
    color: var(--theme-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.choose-image .image-box .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid #ffffff;
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.choose-image .image-box .video-btn:hover {
    background-color: var(--theme-color);
}

.choose-image .image-box .video-btn:hover i {
    color: #ffffff;
}

.choose-image-wrap {
    position: relative;
}

.choose-image-wrap .video-btn {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background-color: var(--theme-color);
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    z-index: 1;
    left: 30%;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
    bottom: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.choose-image-wrap .video-btn i {
    font-size: 65px;
    position: relative;
    top: 4px;
    left: 8px;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.choose-image-wrap .video-btn::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 2px solid var(--theme-color);
    -webkit-animation: ripple 1s linear infinite;
    animation: ripple 1s linear infinite;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.choose-image-wrap .video-btn:hover {
    background-color: var(--theme-color);
}

.choose-image-wrap .video-btn:hover i {
    color: #ffffff;
}

@-webkit-keyframes ripple {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    75% {
        -webkit-transform: scale(1.75);
        transform: scale(1.75);
        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.75);
        transform: scale(1.75);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0;
    }
}

/*================================================
Testimonials Area CSS
=================================================*/
.testimonials-area {
    background-image: url(../images/testimonials/testimonials-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.testimonials-area .section-title h2 {
    margin-bottom: 0;
}

.testimonials-item {
    text-align: center;
    max-width: 910px;
    margin: auto;
}

.testimonials-item .icon {
    margin-bottom: 10px;
}

.testimonials-item .icon i {
    font-size: 80px;
    color: var(--theme-color);
    line-height: 1;
}

.testimonials-item p {
    font-size: 24px;
}

.testimonials-item .info-name {
    margin-top: 20px;
}

.testimonials-item .info-name img {
    display: inline-block;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.testimonials-item .info-name h3 {
    font-size: 26px;
    margin-bottom: 5px;
}

.testimonials-item .info-name span {
    color: #666666;
    font-size: 16px;
    font-weight: 500;
}

.testimonials-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.testimonials-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 0;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    margin: 0;
    outline: 0;
    width: 45px;
    height: 45px;
    line-height: 48px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    color: #161c2d;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}

.testimonials-slides.owl-theme .owl-nav [class*=owl-]:hover, .testimonials-slides.owl-theme .owl-nav [class*=owl-]:focus {
    background-color: var(--theme-color);
    color: #ffffff;
}

.testimonials-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
}

.testimonials-slides.owl-theme .owl-nav [class*=owl-] i {
    font-size: 20px;
    font-weight: bold;
}

.testimonials-slides.owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
    visibility: visible;
    left: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.testimonials-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 30px;
}

/*================================================
Blog Area CSS
=================================================*/
.blog-area .section-title {
    text-align: left;
    position: relative;
}

.blog-area .section-title .section-btn {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

.blog-area .section-title .section-btn .default-btn {
    padding: 15px 45px;
    border-radius: 5px;
    background-color: transparent;
    color: #161c2d;
    border: 1px solid var(--theme-color);
}

.blog-area .section-title .section-btn .default-btn span {
    background-color: var(--theme-color);
}

.blog-area .section-title .section-btn .default-btn:hover {
    color: #ffffff;
}

.blog-area.bg-ffffff .section-title .section-btn .default-btn {
    padding: 15px 45px;
    border-radius: 5px;
    background-color: var(--theme-color);
    color: #ffffff;
    border: none;
}

.blog-area.bg-ffffff .section-title .section-btn .default-btn span {
    background-color: #161c2d;
}

.blog-area.bg-ffffff .section-title .section-btn .default-btn:hover {
    color: #ffffff;
}

.blog-area.bg-ffffff .single-blog {
    background-color: #f6f7f9;
    padding: 10px;
    border-radius: 5px;
}

.blog-area.bg-ffffff .single-blog img {
    border-radius: 5px;
}

.blog-area.bg-ffffff .single-blog .blog-content {
    background-color: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 20px 10px;
    max-width: 100%;
    margin: 0 auto 0;
}

.blog-area.bg-color .section-title .section-btn .default-btn {
    padding: 15px 45px;
    border-radius: 5px;
    background-color: var(--theme-color);
    color: #ffffff;
    border: none;
}

.blog-area.bg-color .section-title .section-btn .default-btn span {
    background-color: #161c2d;
}

.blog-area.bg-color .section-title .section-btn .default-btn:hover {
    color: #ffffff;
}

.blog-area.bg-color .single-blog {
    background-color: #161c2d;
    padding: 10px;
    border-radius: 5px;
}

.blog-area.bg-color .single-blog img {
    border-radius: 5px;
}

.blog-area.bg-color .single-blog .blog-content {
    background-color: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 20px 10px;
    max-width: 100%;
    margin: 0 auto 0;
}

.blog-area.bg-color .single-blog .blog-content h3 a {
    color: #ffffff;
}

.blog-area.bg-color .single-blog .blog-content .post-meta li {
    color: #ffffff;
}

.blog-area.bg-color .single-blog .blog-content .post-meta li::before {
    background-color: #ffffff;
}

.blog-area.bg-color .single-blog .blog-content .post-meta li a {
    color: #ffffff;
    font-size: 15px;
}

.blog-area.bg-color .single-blog .blog-content p {
    color: #ffffff;
}

.single-blog {
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-blog .blog-content {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 20px;
    max-width: 400px;
    margin: -30px auto 0;
    position: relative;
}

.single-blog .blog-content .tag {
    display: inline-block;
    padding: 5px 30px;
    background-color: var(--theme-color);
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
    border-radius: 30px;
}

.single-blog .blog-content h3 {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 0;
}

.single-blog .blog-content h3 a {
    color: #161c2d;
}

.single-blog .blog-content .post-meta {
    padding-left: 0;
    margin-top: 18px;
    margin-bottom: 15px;
}

.single-blog .blog-content .post-meta li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    padding-left: 22px;
    margin-right: 25px;
    color: #929ba4;
    font-size: 15px;
    position: relative;
}

.single-blog .blog-content .post-meta li::before {
    position: absolute;
    right: -15px;
    top: 4px;
    width: 1px;
    content: '';
    height: 15px;
    background-color: #161c2d;
}

.single-blog .blog-content .post-meta li:last-child {
    margin-right: 0;
}

.single-blog .blog-content .post-meta li:last-child::before {
    display: none;
}

.single-blog .blog-content .post-meta li a {
    color: #929ba4;
    font-size: 15px;
}

.single-blog .blog-content .post-meta li i {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    color: var(--theme-color);
}

.single-blog .blog-content .blog-btn {
    margin-top: 20px;
}

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

/*================================================
Team Area CSS
=================================================*/
.team-area {
    position: relative;
}

.team-area .section-title {
    text-align: left;
    position: relative;
}

.team-area .section-title .section-btn {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
}

.team-area .section-title .section-btn .default-btn {
    padding: 15px 45px;
    border-radius: 5px;
    background-color: var(--theme-color);
    color: #ffffff;
}

.team-area .section-title .section-btn .default-btn span {
    background-color: #161c2d;
}

.team-area .section-title .section-btn .default-btn:hover {
    color: #ffffff;
}

.team-area::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #161c2d;
    z-index: -1;
    width: 100%;
    height: 35%;
}

.team-area::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #e6e8ea;
    z-index: -1;
    width: 100%;
    height: 1px;
    max-width: 1410px;
    margin: auto;
}

.team-area.bg-ffffff::after {
    display: none;
}

.team-area.bg-color .section-title {
    text-align: center;
}

.team-area.bg-color::before {
    display: none;
}

.team-area.bg-color::after {
    display: none;
}

.single-team {
    background-color: #f6f7f9;
    margin-bottom: 30px;
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-team img {
    border-radius: 5px;
}

.single-team .team-content {
    text-align: center;
    padding: 25px 15px;
}

.single-team .team-content h3 {
    font-size: 26px;
    margin-bottom: 5px;
}

.single-team .team-content span {
    font-size: 16px;
    color: #929ba4;
}

.single-team .team-content .share-link {
    margin-top: 20px;
}

.single-team .team-content .share-link a {
    margin-right: 10px;
}

.single-team .team-content .share-link a:last-child {
    margin-right: 0;
}

.single-team .team-content .share-link a i {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #ebebeb;
    color: #929ba4;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

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

.single-team:hover .team-content .share-link a i {
    background-color: var(--theme-color);
    color: #ffffff;
}

/*================================================
Partner Area CSS
=================================================*/
.partner-area {
    background-color: #161c2d;
}

.partner-item img {
    width: auto !important;
    margin: auto;
}

.partner-slides.owl-theme .owl-nav {
    margin-top: 0;
}

.partner-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 0;
    top: 40%;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    margin: 0;
    outline: 0;
    width: 45px;
    height: 45px;
    line-height: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    color: #161c2d;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
}

.partner-slides.owl-theme .owl-nav [class*=owl-]:hover, .partner-slides.owl-theme .owl-nav [class*=owl-]:focus {
    background-color: var(--theme-color);
    color: #ffffff;
}

.partner-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0;
}

.partner-slides.owl-theme .owl-nav [class*=owl-] i {
    font-size: 20px;
    font-weight: bold;
}

.partner-slides.owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
    visibility: visible;
    left: -50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.partner-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -50px;
}

/*================================================
Listing Area CSS
=================================================*/
.listing-area {
    background-color: #161c2d;
    position: relative;
    z-index: 1;
}

.listing-area::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    z-index: -1;
    width: 100%;
    height: 70px;
}

.listing-box-item .listing-item .listing-content h3 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #ffffff;
}

.listing-box-item .listing-item .listing-content .tag {
    display: inline-block;
    padding: 5px 20px;
    background-color: var(--theme-color);
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
    border-radius: 30px;
}

.listing-box-item .listing-item .listing-content h4 {
    font-size: 25px;
    margin-top: 20px;
    color: #ffffff;
}

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

.listing-box-item .listing-item .listing-list li {
    list-style-type: none;
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
}

.listing-box-item .listing-item .listing-list li:last-child {
    margin-top: 0;
}

.listing-box-item .listing-item .listing-list li span {
    color: #929ba4;
}

.listing-box-item .listing-image img {
    border-radius: 5px;
}

.listing-slides.owl-theme .owl-nav {
    margin-top: 0;
    margin-left: -200px;
    position: absolute;
    left: 0;
    right: 30%;
    margin: auto;
    bottom: 10px;
}

.listing-slides.owl-theme .owl-nav [class*=owl-] {
    background-color: var(--theme-color);
    border: 1px solid var(--theme-color);
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    margin: 0 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
}

.listing-slides.owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #ffffff;
    border-color: #ffffff;
    color: var(--theme-color);
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
}

/*================================================
Page Banner CSS
=================================================*/
.page-banner-area {
    position: relative;
    z-index: 1;
    background-image: url(../images/page-banner/page-banner-1.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 180px;
    padding-bottom: 130px;
}

.page-banner-area.item-bg-1 {
    background-image: url(../images/page-banner/page-banner-2.jpg);
}

.page-banner-area.item-bg-2 {
    background-image: url(../images/1.jpg);
}

.page-banner-area.item-bg-3 {
    background-image: url(../images/page-banner/page-banner-4.jpg);
}

.page-banner-area.item-bg-4 {
    background-image: url(../images/page-banner/page-banner-5.jpg);
}

.page-banner-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #000000ad;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: .90;
}

.page-banner-content {
    text-align: center;
}

.page-banner-content h2 {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 60px;
}
.page-banner-content h1 {
    color: #ffffff !important;
}

.page-banner-content .pages-list {
    text-align: center;
    padding-left: 0;
    margin-bottom: 0;
}

.page-banner-content .pages-list li {
    display: inline-block;
    list-style-type: none;
    margin-left: 30px;
    font-weight: 600;
    color: #ffffff;
    position: relative;
}

.page-banner-content .pages-list li::before {
    content: '';
    position: absolute;
    left: -16px;
    top: 6px;
    height: 12px;
    width: 1px;
    background: #ffffff;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
}

.page-banner-content .pages-list li span {
    color: var(--theme-color);
}

.page-banner-content .pages-list li:first-child {
    margin-left: 0;
}

.page-banner-content .pages-list li:first-child::before {
    display: none;
}

.page-banner-content .pages-list li a {
    display: block;
    color: #ffffff;
}

.page-banner-content .pages-list li a:hover {
    color: var(--theme-color);
}

/*================================================
About Aera CSS
=================================================*/
.about-image {
    text-align: center;
}

.about-image img {
    border-radius: 5px;
}

.about-content .title {
    margin-bottom: 20px;
}

.about-content .title h3 {
    font-size: 36px;
    margin-bottom: 10px;
}

.about-content .title span {
    font-size: 16px;
    font-weight: 500;
}

.about-content b {
    font-size: 16px;
    font-weight: 600;
}

/*================================================
Fun Facts Area CSS
=================================================*/
.single-fun-fact {
    margin-bottom: 30px;
    text-align: center;
}

.single-fun-fact h3 {
    margin-bottom: 0;
    line-height: 1;
    font-size: 60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: var(--theme-color);
}

.single-fun-fact p {
    font-size: 16px;
    font-weight: 500;
}

/*================================================
FAQ Area CSS
=================================================*/
.faq-area .section-title h2 {
    margin-bottom: 0;
}

.faq-accordion {
    max-width: 930px;
    margin: auto;
}

.faq-accordion .accordion .accordion-item {
    display: block;
    margin-bottom: 30px;
    border: none;
    background-color: transparent;
}

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

.faq-accordion .accordion .accordion-title {
    padding: 25px 40px 25px 25px;
    color: #161c2d;
    position: relative;
    display: block;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    background: #f6f7f9;
}

.faq-accordion .accordion .accordion-title i {
    position: absolute;
    right: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--theme-color);
    font-size: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.faq-accordion .accordion .accordion-title.active i::before {
    content: "\eaed";
    color: var(--theme-color);
}

.faq-accordion .accordion .accordion-content {
    display: none;
    padding: 20px 0 20px 0;
}

.faq-accordion .accordion .accordion-content p {
    color: #666666;
    font-weight: 400;
}

.faq-accordion .accordion .accordion-content:last-child {
    padding-bottom: 0;
}

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

/*================================================
Auto Loan Area CSS
=================================================*/
.auto-loan-calculator .section-title p {
    max-width: 420px;
    margin: auto;
}

.loan-calculator-form {
    max-width: 695px;
    margin: auto;
}

.loan-calculator-form .calculator-title {
    margin-bottom: 20px;
}

.loan-calculator-form .calculator-title h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.loan-calculator-form form {
    margin-top: 40px;
}

.loan-calculator-form form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.loan-calculator-form form .row .col-lg-6, .loan-calculator-form form .row .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

.loan-calculator-form form p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.loan-calculator-form form .form-group {
    margin-bottom: 20px;
    text-align: left;
    position: relative;
}

.loan-calculator-form form .form-group label {
    z-index: 1;
    display: inline-block;
    margin-bottom: 0;
    position: absolute;
    left: 15px;
    top: 14px;
    color: #161c2d;
    font-size: 20px;
    padding-right: 12px;
}

.loan-calculator-form form .form-group label::before {
    position: absolute;
    right: 0;
    top: -14px;
    width: 1px;
    content: '';
    height: 55px;
    background-color: #e1e1e1;
}

.loan-calculator-form form .form-group .form-control {
    line-height: initial;
    height: 55px;
    background-color: #f6f7f9;
    color: #161c2d;
    border: 1px solid #ebebeb;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 60px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}

.loan-calculator-form form .form-group .nice-select {
    background-color: #f6f7f9;
    height: 55px;
    line-height: 55px;
    border: 1px solid #ebebeb;
    color: #666666;
    padding-left: 15px;
    padding-top: 0;
    padding-right: 15px;
    padding-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
}

.loan-calculator-form form .form-group .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
    border-radius: 0;
    margin-top: 0;
    width: 100%;
    height: 260px;
    overflow-y: scroll;
    padding-top: 10px;
    padding-bottom: 10px;
}

.loan-calculator-form form .form-group .nice-select .list .option {
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    color: #161c2d;
    font-size: 16px;
    padding-left: 20px;
    padding-right: 20px;
}

.loan-calculator-form form .form-group .nice-select .list .option:hover {
    background-color: var(--theme-color) !important;
    color: #ffffff;
}

.loan-calculator-form form .form-group .nice-select .list .option.selected {
    background-color: transparent;
}

.loan-calculator-form form .form-group .nice-select::after {
    right: 15px;
    width: 8px;
    height: 8px;
    border-color: var(--theme-color);
}

.loan-calculator-form form .default-btn {
    margin-top: 0;
    width: 100%;
}

.loan-calculator-form form .calculator-payment {
    text-align: center;
    background-color: #f6f7f9;
    border: 1px solid var(--theme-color);
    padding: 30px;
    margin-top: 25px;
}

.loan-calculator-form form .calculator-payment h3 {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*================================================
User Profile Area CSS
=================================================*/
.user-profile-information {
    background-color: #f6f7f9;
    padding: 30px;
    border-radius: 5px;
}

.user-profile-information .profile-title {
    margin-bottom: 20px;
}

.user-profile-information .profile-title img {
    display: inline-block;
    height: 250px;
    width: 250px;
    border-radius: 50%;
    margin-bottom: 25px;
}

.user-profile-information .profile-title h3 {
    font-size: 30px;
    margin-bottom: 5px;
}

.user-profile-information .profile-title span {
    font-size: 16px;
    color: #929ba4;
}

.user-profile-information .profile-info {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 30px;
}

.user-profile-information .profile-info li {
    list-style-type: none;
    margin-bottom: 15px;
}

.user-profile-information .profile-info li:last-child {
    margin-bottom: 0;
}

.user-profile-information .profile-info li span {
    display: block;
    font-size: 18px;
    color: #161c2d;
    font-weight: bold;
    margin-bottom: 5px;
}

.user-profile-information .profile-info li a {
    color: #666666;
    font-weight: 500;
}

.user-profile-information .profile-info li a:hover {
    color: var(--theme-color);
}

.user-profile-information .profile-contact form .form-group {
    margin-bottom: 20px;
}

.user-profile-information .profile-contact form .form-group label {
    font-size: 16px;
    font-weight: 600;
    color: #666666;
    margin-bottom: 8px;
}

.user-profile-information .profile-contact form .form-group .form-control {
    display: block;
    width: 100%;
    height: 60px;
    outline: 0;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 0;
    padding: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.user-profile-information .profile-contact form .form-group .form-control:focus {
    outline: 0;
    border-color: var(--theme-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.user-profile-information .profile-contact form .form-check {
    font-weight: 400;
    color: #666666;
    font-size: 15px;
}

.user-profile-information .profile-contact form .form-check a {
    color: var(--theme-color);
}

.user-profile-information .profile-contact form .form-check-input {
    margin-top: 2px;
}

.user-profile-information .profile-contact form .default-btn {
    margin-top: 15px;
    width: 100%;
}

.user-profile-title h3 {
    font-size: 36px;
    margin-bottom: 0;
}

.single-user-profile-car {
    margin-top: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 10px 10px 0;
    border-radius: 5px;
    background-color: #161c2d;
}

.single-user-profile-car .user-image {
    position: relative;
}

.single-user-profile-car .user-image a img {
    border-radius: 5px;
}

.single-user-profile-car .user-image .icon {
    position: absolute;
    bottom: -20px;
    right: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #161c2d;
    border-radius: 50px;
}

.single-user-profile-car .user-image .icon a i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: var(--theme-color);
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    margin: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-user-profile-car .user-content {
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 25px 15px;
    border-radius: 0 0 5px 5px;
}

.single-user-profile-car .user-content .tag {
    display: inline-block;
    padding: 5px 20px;
    background-color: var(--theme-color);
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
    border-radius: 30px;
}

.single-user-profile-car .user-content h3 {
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.single-user-profile-car .user-content h3 a {
    color: #ffffff;
}

.single-user-profile-car .user-content p {
    font-size: 15px;
    color: #929ba4;
}

.single-user-profile-car .user-content p b {
    color: #ffffff;
}

.single-user-profile-car:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-user-profile-car:hover .user-image .icon {
    bottom: 20px;
    background-color: var(--theme-color);
}

.single-user-profile-car:hover .user-image .icon i {
    margin: 0;
}

/*================================================
Car Shop Area CSS
=================================================*/
.car-shop-filter-options p {
    font-weight: 600;
}

.car-shop-filter-options .car-shop-ordering-list .nice-select {
    background-color: #f6f7f9;
    border: 1px solid #ebebeb;
    height: 50px;
    line-height: 48px;
    color: #666666;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    border-radius: 0;
    font-weight: 500;
}

.car-shop-filter-options .car-shop-ordering-list .nice-select::after {
    border-color: var(--theme-color);
    height: 8px;
    width: 8px;
    right: 20px;
}

.car-shop-filter-options .car-shop-ordering-list .nice-select .list {
    background-color: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    width: 100%;
    -ms-overflow-style: none;
    max-width: 100%;
    height: 215px;
    overflow-y: scroll;
    margin-top: 0;
    margin-bottom: 0;
}

.car-shop-filter-options .car-shop-ordering-list .nice-select .list .option {
    line-height: 40px;
    min-height: 40px;
    color: #666666;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
}

.car-shop-filter-options .car-shop-ordering-list .nice-select .list .option.selected {
    background-color: var(--theme-color) !important;
    color: #ffffff;
    font-weight: normal;
}

.single-car-shop-item {
    margin-top: 30px;
    background-color: #f6f7f9;
    padding: 10px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-car-shop-item .car-shop-image {
    position: relative;
}

.single-car-shop-item .car-shop-image img {
    border-radius: 5px;
    height: 215px;
    object-fit: cover;
    width: 300px;
}

.single-car-shop-item .car-shop-image .icon {
    position: absolute;
    top: 10px;
    left: 10px;
}

.single-car-shop-item .car-shop-image .icon a i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: var(--theme-color);
    color: #ffffff;
    text-align: center;
    font-size: 25px;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-car-shop-item .car-shop-image .icon a i:hover {
    background-color: #161c2d;
}

.single-car-shop-item .car-shop-content .tag {
    display: inline-block;
    padding: 5px 20px;
    background-color: var(--theme-color);
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    border-radius: 30px;
}

.single-car-shop-item .car-shop-content h3 {
    font-size: 26px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.single-car-shop-item .car-shop-content h3 a {
    color: #161c2d;
}

.single-car-shop-item .car-shop-content p {
    font-size: 15px;
    color: #929ba4;
    margin-bottom: 0;
}

.single-car-shop-item .car-shop-content p b {
    color: #161c2d;
}

.single-car-shop-item .car-shop-content .list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
}

.single-car-shop-item .car-shop-content .list li {
    color: #161c2d;
    font-size: 16px;
    list-style-type: none;
    margin-bottom: 5px;
    font-weight: 600;
}

.single-car-shop-item .car-shop-content .list li:last-child {
    margin-bottom: 0;
}

.single-car-shop-item .car-shop-content .list li span {
    color: #929ba4;
    font-weight: 500;
}

.single-car-shop-item .car-shop-list {
    margin-left: 70px;
    position: relative;
}

.single-car-shop-item .car-shop-list::before {
    position: absolute;
    left: -70px;
    top: 0;
    width: 1px;
    content: '';
    height: 100%;
    background-color: #e1e1e1;
}

.single-car-shop-item .car-shop-list h4 {
    font-size: 20px;
    margin-bottom: 0;
    font-family: "Nunito Sans", sans-serif;
    font-weight: 600;
}

.single-car-shop-item .car-shop-list .list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
}

.single-car-shop-item .car-shop-list .list li {
    list-style-type: none;
    color: #929ba4;
    margin-bottom: 10px;
    position: relative;
    padding-left: 22px;
}

.single-car-shop-item .car-shop-list .list li:last-child {
    margin-bottom: 0;
}

.single-car-shop-item .car-shop-list .list li i {
    font-size: 16px;
    color: var(--theme-color);
    position: absolute;
    left: 0;
    top: 1px;
}

.single-car-shop-item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.single-car-shop-box {
    margin-top: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 10px 10px 0;
    border-radius: 5px;
    background-color: #161c2d;
}

.single-car-shop-box .image {
    position: relative;
}

.single-car-shop-box .image a img {
    border-radius: 5px;
}

.single-car-shop-box .image .icon {
    position: absolute;
    bottom: -20px;
    right: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #161c2d;
    border-radius: 50px;
}

.single-car-shop-box .image .icon a i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: var(--theme-color);
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    border-radius: 50px;
    margin: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-car-shop-box .content {
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 25px 15px;
    border-radius: 0 0 5px 5px;
}

.single-car-shop-box .content .tag {
    display: inline-block;
    padding: 5px 20px;
    background-color: var(--theme-color);
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
    border-radius: 30px;
}

.single-car-shop-box .content h3 {
    font-size: 28px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.single-car-shop-box .content h3 a {
    color: #ffffff;
}

.single-car-shop-box .content p {
    font-size: 15px;
    color: #929ba4;
}

.single-car-shop-box .content p b {
    color: #ffffff;
}

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

.single-car-shop-box:hover .image .icon {
    bottom: 20px;
    background-color: var(--theme-color);
}

.single-car-shop-box:hover .image .icon i {
    margin: 0;
}

/*================================================
Pagination Area CSS
=================================================*/
.pagination-area {
    margin-top: 30px;
}

.pagination-area .page-numbers {
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 5px;
    display: inline-block;
    background-color: #f6f7f9;
    color: #161c2d;
    font-size: 18px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
}

.pagination-area .page-numbers.current, .pagination-area .page-numbers:hover, .pagination-area .page-numbers:focus {
    background: var(--theme-color);
    color: #ffffff;
}

.pagination-area .page-numbers i {
    position: relative;
    top: 1px;
}

/*================================================
404 Error Area CSS
=================================================*/
.error-content {
    text-align: center;
    margin: 0 auto;
    max-width: 750px;
}

.error-content h3 {
    font-size: 50px;
    margin-top: 35px;
    margin-bottom: 15px;
}

.error-content p {
    max-width: 520px;
    margin: 0 auto 20px;
}

/*================================================
Terms of Service Area CSS
=================================================*/
.terms-of-service-area .container {
    max-width: 850px;
    margin: auto;
}

.terms-of-service-title {
    margin-bottom: 35px;
}

.terms-of-service-title h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.terms-of-service-box .terms-content {
    margin-bottom: 20px;
}

.terms-of-service-box .terms-content:last-child {
    margin-bottom: 0;
}

.terms-of-service-box .terms-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.terms-of-service-box .terms-content .list {
    padding-left: 0;
    margin-bottom: 0;
}

.terms-of-service-box .terms-content .list li {
    list-style-type: none;
    margin-bottom: 15px;
    color: #666666;
    font-weight: 500;
}

.terms-of-service-box .terms-content .list li:last-child {
    margin-bottom: 0;
}

.terms-of-service-box .terms-content .list li i {
    font-size: 16px;
    color: var(--theme-color);
    margin-right: 5px;
}

/*================================================
Privacy Policye Area CSS
=================================================*/
.privacy-policy-area .container {
    max-width: 850px;
    margin: auto;
}

.privacy-policy-title {
    margin-bottom: 35px;
}

.privacy-policy-title h2 {
    font-size: 36px;
    margin-bottom: 10px;
}

.privacy-policy-box .privacy-content {
    margin-bottom: 20px;
}

.privacy-policy-box .privacy-content:last-child {
    margin-bottom: 0;
}

.privacy-policy-box .privacy-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
}

.privacy-policy-box .privacy-content .list {
    padding-left: 0;
    margin-bottom: 0;
}

.privacy-policy-box .privacy-content .list li {
    list-style-type: none;
    margin-bottom: 15px;
    color: #666666;
    font-weight: 500;
}

.privacy-policy-box .privacy-content .list li:last-child {
    margin-bottom: 0;
}

.privacy-policy-box .privacy-content .list li i {
    font-size: 16px;
    color: var(--theme-color);
    margin-right: 5px;
}

/*================================================
Coming Soon Area CSS
=================================================*/
.coming-soon-area {
    height: 100vh;
    background-image: url(../images/coming-soon-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.coming-soon-content {
    max-width: 750px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 45px 30px;
    -webkit-box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    box-shadow: 1px 5px 24px 0 rgba(68, 102, 242, 0.05);
    margin: auto;
}

.coming-soon-content h1 {
    font-size: 45px;
    margin-bottom: 15px;
}

.coming-soon-content h1 a {
    color: #161c2d;
}

.coming-soon-content h2 {
    font-size: 30px;
    margin-bottom: 0;
}

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

.coming-soon-content #timer div {
    background-color: var(--theme-color);
    color: #ffffff;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    font-size: 40px;
    font-weight: bold;
    margin-left: 5px;
    margin-right: 5px;
}

.coming-soon-content #timer div span {
    display: block;
    margin-top: -2px;
    font-size: 15px;
    font-weight: 500;
}

.coming-soon-content .newsletter-form {
    margin-top: 45px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 30px;
}

.coming-soon-content .newsletter-form .form-group {
    margin-bottom: 15px;
    width: 100%;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter {
    border-radius: 0;
    border: none;
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
    padding: 15px;
    color: #161c2d;
    height: 60px;
    display: block;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter::-webkit-input-placeholder {
    color: #666666;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:-ms-input-placeholder {
    color: #666666;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter::-ms-input-placeholder {
    color: #666666;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter::placeholder {
    color: #666666;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus:-ms-input-placeholder {
    color: transparent;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::-ms-input-placeholder {
    color: transparent;
}

.coming-soon-content .newsletter-form .form-group .input-newsletter:focus::placeholder {
    color: transparent;
}

.coming-soon-content .newsletter-form .default-btn {
    width: 100%;
    border-radius: 5px;
}

.coming-soon-content .newsletter-form .validation-danger {
    margin-top: 15px;
    color: red;
}

/*================================================
My Account Area CSS
=================================================*/
.login-form {
    border-radius: 5px;
    max-width: 650px;
    margin: auto;
}

.login-form h2 {
    margin-bottom: 5px;
    font-size: 35px;
}

.login-form p {
    margin-bottom: 0;
}

.login-form form {
    margin-top: 30px;
}

.login-form form .form-group {
    margin-bottom: 25px;
}

.login-form form .form-group label {
    display: block;
    margin-bottom: 5px;
    color: #666666;
    font-weight: 500;
    font-size: 16px;
}

.login-form form .form-group .form-control {
    height: 60px;
    padding: 0 0 0 15px;
    line-height: initial;
    color: #161c2d;
    background-color: #f6f7f9;
    border: 1px solid #ebebeb;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 400;
}

.login-form form .form-group .form-control:focus {
    border: 1px solid var(--theme-color);
    background-color: transparent;
}

.login-form form .lost-your-password {
    text-align: right;
}

.login-form form .lost-your-password a {
    display: inline-block;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    color: #666666;
}

.login-form form .lost-your-password a::before {
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: #eeeeee;
}

.login-form form .lost-your-password a::after {
    width: 0;
    height: 1px;
    position: absolute;
    left: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    bottom: 0;
    content: '';
    background-color: var(--theme-color);
}

.login-form form .lost-your-password a:hover::before {
    width: 0;
}

.login-form form .lost-your-password a:hover::after {
    width: 100%;
}

.login-form form .default-btn {
    margin-top: 25px;
    padding: 15px 45px;
}

.login-form.mb-30 {
    margin-bottom: 30px;
}

.register-form {
    border-radius: 5px;
    max-width: 650px;
    margin: auto;
}

.register-form h2 {
    margin-bottom: 5px;
    font-size: 35px;
}

.register-form p {
    margin-bottom: 0;
}

.register-form form {
    margin-top: 30px;
}

.register-form form .form-group {
    margin-bottom: 25px;
}

.register-form form .form-group label {
    display: block;
    margin-bottom: 5px;
    color: #666666;
    font-weight: 500;
    font-size: 16px;
}

.register-form form .form-group .form-control {
    height: 60px;
    padding: 0 0 0 15px;
    line-height: initial;
    color: #161c2d;
    background-color: #f6f7f9;
    border: 1px solid #ebebeb;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 400;
}

.register-form form .form-group .form-control:focus {
    border: 1px solid var(--theme-color);
    background-color: transparent;
}

.register-form form .description {
    font-style: italic;
    font-size: 13.5px;
    margin-top: -10px;
    margin-bottom: 15px;
}

.register-form form .default-btn {
    padding: 15px 45px;
}

/*================================================
Reset Password Area CSS
=================================================*/
.reset-password-form {
    padding: 35px;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    max-width: 650px;
    margin: auto;
}

.reset-password-form h2 {
    margin-bottom: 30px;
    font-size: 30px;
    border-bottom: 1px solid #dedddf;
    padding-bottom: 15px;
    position: relative;
}

.reset-password-form h2::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    border-bottom: 1px solid var(--theme-color);
    height: 100%;
    width: 100px;
}

.reset-password-form form .form-group {
    margin-bottom: 25px;
}

.reset-password-form form .form-group label {
    display: block;
    margin-bottom: 5px;
    color: #666666;
    font-weight: 500;
    font-size: 16px;
}

.reset-password-form form .form-group .form-control {
    height: 60px;
    padding: 0 0 0 15px;
    line-height: initial;
    color: #161c2d;
    background-color: transparent;
    border: 1px solid #eeeeee;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 400;
}

.reset-password-form form .form-group .form-control:focus {
    border: 1px solid var(--theme-color);
    background-color: transparent;
}

.reset-password-form form .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.reset-password-form form .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.reset-password-form form .form-group .form-control:focus::-ms-input-placeholder {
    color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.reset-password-form form .form-group .form-control:focus::placeholder {
    color: transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.reset-password-form form button {
    width: 100%;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
}

/*================================================
Contact Info Area CSS
=================================================*/
.contact-info-box {
    margin-bottom: 30px;
    position: relative;
    padding-left: 140px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    z-index: 1;
    background-color: #f6f7f9;
}

.contact-info-box .icon {
    width: 100px;
    height: 100px;
    background-color: var(--theme-color);
    border-radius: 5px;
    position: absolute;
    text-align: center;
    left: 20px;
    font-size: 50px;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-info-box .icon i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.contact-info-box h3 {
    margin-bottom: 10px;
    font-size: 25px;
}

.contact-info-box p {
    margin-bottom: 0;
}

.contact-info-box p:last-child {
    margin-bottom: 0;
}

.contact-info-box p a {
    color: #666666;
}

.contact-info-box p a:hover {
    color: var(--theme-color);
}

.contact-info-box:hover .icon {
    background-color: #161c2d;
    color: #ffffff;
}

/*================================================
Contact Area CSS
=================================================*/
.contact-form .title {
    margin-bottom: 30px;
}

.contact-form .title h3 {
    font-size: 36px;
    margin-bottom: 0;
}

.contact-form .form-group {
    margin-bottom: 25px;
}

.contact-form .form-group label {
    display: block;
    margin-bottom: 5px;
    color: #666666;
    font-weight: 500;
    font-size: 16px;
}

.contact-form .form-group .form-control {
    height: 60px;
    padding: 0 0 0 15px;
    line-height: initial;
    color: #161c2d;
    background-color: #f6f7f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 400;
}

.contact-form .form-group .form-control:focus {
    border: 1px solid var(--theme-color);
    background-color: transparent;
}

.contact-form textarea.form-control {
    height: auto !important;
    padding: 15px !important;
}

.contact-form .help-block.with-errors ul {
    color: red;
    margin-bottom: 0;
    margin-top: 10px;
}

.contact-form .form-check {
    margin-bottom: 10px;
    font-weight: 400;
    color: #666666;
}

.contact-form .form-check a {
    color: var(--theme-color);
}

.contact-form #msgSubmit {
    margin: 0;
    font-size: 1.3rem;
}

.contact-form #msgSubmit.text-danger, .contact-form #msgSubmit.text-success {
    margin-top: 20px;
    font-size: 20px;
}

.contact-form .default-btn {
    margin-top: 10px;
    padding: 15px 45px;
}

.contact-map iframe {
    border: none;
    width: 100%;
    height: 670px;
}

/*================================================
Blog Details Area CSS
=================================================*/
.blog-details-desc .article-content-box {
    background-color: #f6f7f9;
    padding: 10px;
    border-radius: 5px;
}

.blog-details-desc .article-content-box .article-content {
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.blog-details-desc .article-content-box .article-content .tag {
    display: inline-block;
    padding: 5px 20px;
    background-color: var(--theme-color);
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    font-family: "Rajdhani", sans-serif;
    border-radius: 30px;
}

.blog-details-desc .article-content-box .article-content h3 {
    font-size: 36px;
    margin-top: 18px;
    margin-bottom: 20px;
}

.blog-details-desc .article-content-box .article-content h3 a {
    color: #161c2d;
}

.blog-details-desc .article-content-box .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 20px;
}

.blog-details-desc .article-content-box .article-content .entry-meta ul li {
    list-style-type: none;
    display: inline-block;
    position: relative;
    padding-left: 22px;
    margin-right: 25px;
    color: #929ba4;
    font-size: 16px;
    position: relative;
}

.blog-details-desc .article-content-box .article-content .entry-meta ul li::before {
    position: absolute;
    right: -15px;
    top: 4px;
    width: 1px;
    content: '';
    height: 15px;
    background-color: #161c2d;
}

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

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

.blog-details-desc .article-content-box .article-content .entry-meta ul li a {
    color: #929ba4;
    font-size: 16px;
}

.blog-details-desc .article-content-box .article-content .entry-meta ul li i {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 18px;
    color: var(--theme-color);
}

.blog-details-desc .article-content-box .article-content .article-list {
    padding-left: 0;
    margin-bottom: 0;
}

.blog-details-desc .article-content-box .article-content .article-list li {
    list-style-type: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
    color: #666666;
}

.blog-details-desc .article-content-box .article-content .article-list li::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    background-color: #666666;
    border-radius: 10px;
    left: 0;
    top: 5px;
}

.blog-details-desc .article-content-box .article-content .article-list li:last-child {
    margin-bottom: 0;
}

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

.blog-details-desc .article-content-box .article-content .article-tag {
    padding-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
    padding: 30px;
    background-color: #ffffff;
}

.blog-details-desc .article-content-box .article-content .article-tag li {
    list-style-type: none;
    display: inline-block;
}

.blog-details-desc .article-content-box .article-content .article-tag li span {
    font-size: 18px;
    color: #161c2d;
    font-weight: bold;
    margin-right: 5px;
}

.blog-details-desc .article-content-box .article-content .article-tag li a {
    display: inline-block;
    padding: 5px 20px;
    color: #929ba4;
    background-color: #f6f7f9;
}

.blog-details-desc .article-content-box .article-content .article-tag li a:hover {
    background-color: var(--theme-color);
    color: #ffffff;
}

blockquote, .blockquote {
    background-color: #ffffff;
    padding: 30px !important;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 5px;
}

blockquote p, .blockquote p {
    color: #161c2d;
    margin-bottom: 0;
    font-size: 20px !important;
    font-weight: 600;
}

.comments-area {
    margin-top: 30px;
}

.comments-area .comments-title {
    margin-bottom: 30px;
    font-size: 35px;
}

.comments-area ol, .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: 20px;
}

.comments-area .comment-body {
    border-bottom: 1px dashed #eeeeee;
    padding-left: 70px;
    color: #161c2d;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

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

.comments-area .comment-body .reply a {
    border: 1px dashed #ded9d9;
    color: #161c2d;
    display: inline-block;
    padding: 5px 25px 5px;
    border-radius: 30px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
}

.comments-area .comment-body .reply a:hover {
    color: #ffffff;
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.comments-area .comment-author {
    font-size: 20px;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

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

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

.comments-area .comment-metadata {
    color: #666666;
    margin-bottom: 10px;
    font-size: 14px;
}

.comments-area .comment-metadata a {
    display: inline-block;
    color: #666666;
}

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

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

.comments-area .comment-respond .comment-reply-title {
    margin-bottom: 0;
    font-size: 36px;
}

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

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
    display: inline-block;
    width: 100%;
    background-color: #f6f7f9;
    border: 1px solid #ebebeb;
    padding: 15px;
    height: 50px;
    outline: 0;
    border-radius: 2px;
    color: #161c2d;
    border: 1px solid #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.comments-area .comment-respond input[type="date"]:focus, .comments-area .comment-respond input[type="time"]:focus, .comments-area .comment-respond input[type="datetime-local"]:focus, .comments-area .comment-respond input[type="week"]:focus, .comments-area .comment-respond input[type="month"]:focus, .comments-area .comment-respond input[type="text"]:focus, .comments-area .comment-respond input[type="email"]:focus, .comments-area .comment-respond input[type="url"]:focus, .comments-area .comment-respond input[type="password"]:focus, .comments-area .comment-respond input[type="search"]:focus, .comments-area .comment-respond input[type="tel"]:focus, .comments-area .comment-respond input[type="number"]:focus, .comments-area .comment-respond textarea:focus {
    border: 1px solid var(--theme-color);
}

.comments-area .comment-respond input[type="date"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="time"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="week"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="month"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="text"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="email"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="url"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="password"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="search"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="tel"]::-webkit-input-placeholder, .comments-area .comment-respond input[type="number"]::-webkit-input-placeholder, .comments-area .comment-respond textarea::-webkit-input-placeholder {
    color: #666666;
}

.comments-area .comment-respond input[type="date"]:-ms-input-placeholder, .comments-area .comment-respond input[type="time"]:-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]:-ms-input-placeholder, .comments-area .comment-respond input[type="week"]:-ms-input-placeholder, .comments-area .comment-respond input[type="month"]:-ms-input-placeholder, .comments-area .comment-respond input[type="text"]:-ms-input-placeholder, .comments-area .comment-respond input[type="email"]:-ms-input-placeholder, .comments-area .comment-respond input[type="url"]:-ms-input-placeholder, .comments-area .comment-respond input[type="password"]:-ms-input-placeholder, .comments-area .comment-respond input[type="search"]:-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]:-ms-input-placeholder, .comments-area .comment-respond input[type="number"]:-ms-input-placeholder, .comments-area .comment-respond textarea:-ms-input-placeholder {
    color: #666666;
}

.comments-area .comment-respond input[type="date"]::-ms-input-placeholder, .comments-area .comment-respond input[type="time"]::-ms-input-placeholder, .comments-area .comment-respond input[type="datetime-local"]::-ms-input-placeholder, .comments-area .comment-respond input[type="week"]::-ms-input-placeholder, .comments-area .comment-respond input[type="month"]::-ms-input-placeholder, .comments-area .comment-respond input[type="text"]::-ms-input-placeholder, .comments-area .comment-respond input[type="email"]::-ms-input-placeholder, .comments-area .comment-respond input[type="url"]::-ms-input-placeholder, .comments-area .comment-respond input[type="password"]::-ms-input-placeholder, .comments-area .comment-respond input[type="search"]::-ms-input-placeholder, .comments-area .comment-respond input[type="tel"]::-ms-input-placeholder, .comments-area .comment-respond input[type="number"]::-ms-input-placeholder, .comments-area .comment-respond textarea::-ms-input-placeholder {
    color: #666666;
}

.comments-area .comment-respond input[type="date"]::placeholder, .comments-area .comment-respond input[type="time"]::placeholder, .comments-area .comment-respond input[type="datetime-local"]::placeholder, .comments-area .comment-respond input[type="week"]::placeholder, .comments-area .comment-respond input[type="month"]::placeholder, .comments-area .comment-respond input[type="text"]::placeholder, .comments-area .comment-respond input[type="email"]::placeholder, .comments-area .comment-respond input[type="url"]::placeholder, .comments-area .comment-respond input[type="password"]::placeholder, .comments-area .comment-respond input[type="search"]::placeholder, .comments-area .comment-respond input[type="tel"]::placeholder, .comments-area .comment-respond input[type="number"]::placeholder, .comments-area .comment-respond textarea::placeholder {
    color: #666666;
}

.comments-area .comment-respond textarea {
    height: auto !important;
    padding-top: 15px;
}

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

.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 100%;
    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-top: 15px;
    margin-bottom: 20px;
}

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

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

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

.comments-area .comment-respond .form-submit input {
    background: var(--theme-color);
    border: none;
    color: #ffffff;
    padding: 10px 30px 10px;
    display: inline-block;
    cursor: pointer;
    text-transform: capitalize;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 0;
    font-weight: 500;
    font-size: 15px;
}

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

/*================================================
Dashboard Area CSS
=================================================*/
.dashboard-profile .profile-box {
    background-color: #f6f7f9;
    padding: 50px;
}

.dashboard-profile .profile-box .profile-icon {
    text-align: center;
    position: relative;
}

.dashboard-profile .profile-box .profile-icon a i {
    display: inline-block;
    height: 200px;
    width: 200px;
    line-height: 200px;
    background-color: #ebebeb;
    color: #ffffff;
    font-size: 120px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.dashboard-profile .profile-box .profile-icon a i:hover {
    background-color: var(--theme-color);
}

.dashboard-profile .profile-box .profile-icon .camera-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}

.dashboard-profile .profile-box .profile-icon .camera-icon a i {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background-color: #161c2d;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.dashboard-profile .profile-box .profile-icon .camera-icon a i:hover {
    background-color: var(--theme-color);
}

.dashboard-profile .profile-info .info-list {
    padding-left: 0;
    margin-bottom: 0;
}

.dashboard-profile .profile-info .info-list li {
    list-style-type: none;
    font-size: 18px;
    font-weight: 600;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.dashboard-profile .profile-info .info-list li a {
    color: #161c2d;
    display: inline-block;
    border-bottom: 1px solid #f6f7f9;
    padding: 18px 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    width: 100%;
    position: relative;
    z-index: 1;
}

.dashboard-profile .profile-info .info-list li a::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: var(--theme-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 0;
    z-index: -1;
}

.dashboard-profile .profile-info .info-list li a:hover, .dashboard-profile .profile-info .info-list li a.active {
    color: #ffffff;
    border: none;
}

.dashboard-profile .profile-info .info-list li a:hover::before, .dashboard-profile .profile-info .info-list li a.active::before {
    width: 100%;
}

.dashboard-title h3 {
    font-size: 36px;
    margin-bottom: 0;
}

.message-form {
    margin-top: 30px;
}

.message-form form .form-group {
    margin-bottom: 25px;
}

.message-form form .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #666666;
    font-weight: bold;
    font-size: 16px;
}

.message-form form .form-group .form-control {
    height: 150px;
    padding: 15px;
    line-height: initial;
    color: #161c2d;
    background-color: #f6f7f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 400;
}

.message-form form .form-group .form-control:focus {
    border: 1px solid var(--theme-color);
    background-color: transparent;
}

.dashboard-form {
    margin-top: 30px;
}

.dashboard-form form .form-group {
    margin-bottom: 20px;
}

.dashboard-form form .form-group label {
    display: block;
    margin-bottom: 8px;
    color: #666666;
    font-weight: bold;
    font-size: 16px;
}

.dashboard-form form .form-group .form-control {
    height: 60px;
    padding: 15px;
    line-height: initial;
    color: #161c2d;
    background-color: #f6f7f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 400;
}

.dashboard-form form .form-group .form-control:focus {
    border: 1px solid var(--theme-color);
    background-color: transparent;
}

.dashboard-form form .form-group textarea.form-control {
    height: 120px !important;
}

.dashboard-form form .form-group .nice-select {
    background-color: #f6f7f9;
    border: 1px solid #ebebeb;
    height: 60px;
    line-height: 58px;
    color: #666666;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 15px;
    border-radius: 5px;
}

.dashboard-form form .form-group .nice-select::after {
    border-color: var(--theme-color);
    height: 8px;
    width: 8px;
    right: 20px;
}

.dashboard-form form .form-group .nice-select .list {
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    height: 200px;
    overflow-y: scroll;
    margin-top: 0;
    margin-bottom: 0;
}

.dashboard-form form .form-group .nice-select .list .option {
    line-height: 40px;
    min-height: 40px;
    color: #666666;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
}

.dashboard-form form .form-group .nice-select .list .option.selected {
    background-color: var(--theme-color) !important;
    color: #ffffff;
    font-weight: normal;
}

.dashboard-form form .form-group .nice-select .list::-webkit-scrollbar {
    display: none;
}

.dashboard-form form .form-group .form-control-file {
    height: 150px;
    padding: 15px;
    line-height: initial;
    color: #161c2d;
    background-color: #f6f7f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 400;
    width: 100%;
    cursor: pointer;
    outline: 0;
}

.dashboard-form form .form-group .form-control-file:focus {
    border: 1px solid var(--theme-color);
    background-color: transparent;
}

.dashboard-form form h4 {
    font-size: 25px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.dashboard-form form .map {
    margin-bottom: 20px;
}

.dashboard-form form .map iframe {
    border: none;
    width: 100%;
    height: 250px;
}

.dashboard-form form .form-check {
    margin-bottom: 15px;
}

.dashboard-form form .default-btn {
    margin-top: 10px;
    padding: 15px 50px;
}

/*================================================
Car Details Area CSS
=================================================*/
.car-details-gallery {
    text-align: center;
    background-color: #161c2d;
    padding: 15px;
    border-radius: 5px;
}

.car-details-gallery .car-details-main .slick-slide img {
    width: 100%;
    border-radius: 5px;
}

.car-details-gallery .slick-slide {
    outline: 0 !important;
}

.car-details-gallery .car-details-preview {
    margin-top: 10px;
    margin-left: 50px;
    margin-right: 50px;
}

.car-details-gallery .car-details-preview .slick-slide {
    margin: 0 5px;
    cursor: pointer;
}

.car-details-gallery .car-details-preview .slick-slide img {
    width: 100%;
    border-radius: 5px;
}

.car-details-gallery .car-details-preview .slick-prev, .car-details-gallery .car-details-preview .slick-next {
    z-index: 1;
    width: 45px;
    height: 45px;
    line-height: 60px;
    padding: 0;
    background-color: #ffffff;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.car-details-gallery .car-details-preview .slick-prev::before, .car-details-gallery .car-details-preview .slick-next::before {
    content: '' !important;
    position: relative;
    display: inline-block;
    width: .8rem;
    height: .8rem;
    border: 0.125rem solid;
    line-height: initial;
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-bottom: 0;
    border-left: 0;
    border-radius: 1px;
    border-color: var(--theme-color);
}

.car-details-gallery .car-details-preview .slick-prev:hover, .car-details-gallery .car-details-preview .slick-next:hover {
    background-color: var(--theme-color);
    color: #ffffff;
}

.car-details-gallery .car-details-preview .slick-prev:hover::before, .car-details-gallery .car-details-preview .slick-next:hover::before {
    border-color: #ffffff;
}

.car-details-gallery .car-details-preview .slick-next {
    padding-right: 5px;
    right: -50px;
}

.car-details-gallery .car-details-preview .slick-next::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.car-details-gallery .car-details-preview .slick-prev {
    padding-left: 5px;
    left: -50px;
}

.car-details-gallery .car-details-preview .slick-prev::before {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.car-details-desc {
    margin-top: 30px;
}

.car-details-desc .desc-content .tag {
    display: inline-block;
    background-color: var(--theme-color);
    padding: 5px 35px;
    color: #ffffff;
    border-radius: 50px;
}

.car-details-desc .desc-content h3 {
    font-size: 36px;
    margin-top: 20px;
    margin-bottom: 0;
}

.car-details-desc .desc-information {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #c8cdd1;
    border-bottom: 1px solid #c8cdd1;
}

.car-details-desc .desc-information h3 {
    font-size: 36px;
    margin-bottom: 0;
}

.car-details-desc .desc-information .info-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.car-details-desc .desc-information .info-list li {
    list-style-type: none;
    font-size: 16px;
    color: #161c2d;
    margin-top: 10px;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    font-weight: 600;
}

.car-details-desc .desc-information .info-list li span {
    color: #929ba4;
    font-weight: 500;
}

.car-details-desc .desc-features h3 {
    font-size: 36px;
    margin-bottom: 0;
}

.car-details-desc .desc-features .info-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.car-details-desc .desc-features .info-list li {
    list-style-type: none;
    font-size: 16px;
    color: #161c2d;
    margin-top: 12px;
    -webkit-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
    font-weight: 600;
    position: relative;
    padding-left: 22px;
}

.car-details-desc .desc-features .info-list li i {
    color: var(--theme-color);
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 1px;
}

.car-details-desc .desc-notes {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #c8cdd1;
    border-bottom: 1px solid #c8cdd1;
}

.car-details-desc .desc-notes h3 {
    font-size: 36px;
    margin-bottom: 10px;
}

.car-details-desc .desc-share {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #c8cdd1;
}

.car-details-desc .desc-share h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.car-details-desc .desc-share .share-list a {
    margin-right: 10px;
}

.car-details-desc .desc-share .share-list a:last-child {
    margin-right: 0;
}

.car-details-desc .desc-share .share-list a i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: var(--theme-color);
    color: #ffffff;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
}

.car-details-desc .desc-seller-info h3 {
    font-size: 36px;
    margin-bottom: 20px;
}

.car-details-desc .desc-seller-info .info-list {
    margin-bottom: 20px;
}

.car-details-desc .desc-seller-info .info-list:last-child {
    margin-bottom: 0;
}

.car-details-desc .desc-seller-info .info-list h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.car-details-desc .desc-seller-info .info-list a {
    color: #666666;
}

.car-details-desc .desc-seller-info .info-list a:hover {
    color: var(--theme-color);
}

.car-details-desc .map {
    margin-top: 30px;
}

.car-details-desc .map iframe {
    border: none;
    width: 100%;
    height: 450px;
}

.car-details-contact {
    background-color: #f6f7f9;
    padding: 30px;
}

.car-details-contact h3 {
    font-size: 26px;
    padding-bottom: 10px;
    border-bottom: 1px solid #161c2d;
    margin-bottom: 30px;
}

.car-details-contact form .form-group {
    margin-bottom: 20px;
}

.car-details-contact form .form-group label {
    font-size: 16px;
    font-weight: 600;
    color: #666666;
    margin-bottom: 8px;
}

.car-details-contact form .form-group .form-control {
    display: block;
    width: 100%;
    height: 60px;
    outline: 0;
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    border-radius: 0;
    padding: 15px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.car-details-contact form .form-group .form-control:focus {
    outline: 0;
    border-color: var(--theme-color);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.car-details-contact form textarea.form-control {
    height: 130px !important;
}

.car-details-contact form .form-check {
    font-weight: 400;
    color: #666666;
    font-size: 15px;
}

.car-details-contact form .form-check a {
    color: var(--theme-color);
}

.car-details-contact form .form-check-input {
    margin-top: 3px;
}

.car-details-contact form .default-btn {
    margin-top: 15px;
    width: 100%;
}

/*================================================
Products Area CSS
=================================================*/
.products-filter-options p {
    font-weight: 600;
}

.products-filter-options .products-ordering-list .nice-select {
    background-color: #f6f7f9;
    border: 1px solid #ebebeb;
    height: 50px;
    line-height: 48px;
    color: #666666;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    border-radius: 0;
    font-weight: 500;
}

.products-filter-options .products-ordering-list .nice-select::after {
    border-color: var(--theme-color);
    height: 8px;
    width: 8px;
    right: 20px;
}

.products-filter-options .products-ordering-list .nice-select .list {
    background-color: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    width: 100%;
    -ms-overflow-style: none;
    max-width: 100%;
    height: 215px;
    overflow-y: scroll;
    margin-top: 0;
    margin-bottom: 0;
}

.products-filter-options .products-ordering-list .nice-select .list .option {
    line-height: 40px;
    min-height: 40px;
    color: #666666;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
}

.products-filter-options .products-ordering-list .nice-select .list .option.selected {
    background-color: var(--theme-color) !important;
    color: #ffffff;
    font-weight: normal;
}

.single-products {
    margin-top: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 10px 10px 0;
    border-radius: 5px;
    background-color: #161c2d;
}

.single-products .products-image {
    position: relative;
}

.single-products .products-image a img {
    border-radius: 5px;
}

.single-products .products-image .icon {
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    text-align: center;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.single-products .products-image .icon a i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: var(--theme-color);
    color: #ffffff;
    font-size: 22px;
    text-align: center;
    border-radius: 50px;
    margin: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-products .products-image .icon a i:hover {
    background-color: #161c2d;
}

.single-products .products-content {
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
    padding: 25px 15px;
    text-align: center;
}

.single-products .products-content h3 {
    font-size: 28px;
    margin-bottom: 0;
}

.single-products .products-content h3 a {
    color: #ffffff;
}

.single-products .products-content .rating {
    margin-top: 15px;
    margin-bottom: 12px;
}

.single-products .products-content .rating i {
    color: #ff8c00;
    font-size: 16px;
}

.single-products .products-content span {
    color: #f6f7f9;
    font-size: 16px;
    font-weight: 600;
}

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

.single-products:hover .icon {
    bottom: 30px;
    opacity: 1;
    visibility: visible;
}

.products-area .pagination-area {
    text-align: center;
}

.products-area .section-title {
    margin-bottom: 0;
}

.products-area .section-title h2 {
    margin-bottom: 0;
}

/*================================================
Cart Area CSS
=================================================*/
.cart-table table {
    margin-bottom: 0;
}

.cart-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    white-space: nowrap;
    font-size: 20px;
    font-weight: bold;
    background-color: #161c2d;
    color: #ffffff;
    font-family: "Rajdhani", sans-serif;
}

.cart-table table thead tr th:first-child {
    padding-left: 25px;
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: #000244;
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
    padding: 30px;
    padding-left: 0;
    padding-right: 0;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
}

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

.cart-table table tbody tr td.product-thumbnail a img {
    width: 120px;
    border: 1px solid #eeeeee;
}

.cart-table table tbody tr td.product-name a {
    display: inline-block;
    font-size: 20px;
}

.cart-table table tbody tr td.product-name span {
    color: #555555;
    display: block;
    margin-top: 5px;
    font-size: 16px;
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: #666666;
    float: right;
    position: relative;
    top: -1px;
    font-size: 22px;
}

.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;
    cursor: pointer;
    color: #161c2d;
    width: 40px;
    height: 100%;
    line-height: 60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 22px;
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0;
    border: 1px solid #d5d5d5;
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0;
    border: 1px solid #d5d5d5;
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: var(--theme-color);
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 55px;
    color: #161c2d;
    outline: 0;
    display: block;
    background-color: transparent;
    border: 1px solid #d5d5d5;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

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

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

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

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

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

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

.cart-buttons .shopping-coupon-code {
    position: relative;
    max-width: 530px;
    margin-left: auto;
}

.cart-buttons .shopping-coupon-code .form-control {
    height: 50px;
    padding: 15px;
    line-height: initial;
    color: #161c2d;
    background-color: #f6f7f9;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 15px;
    font-weight: 400;
}

.cart-buttons .shopping-coupon-code .form-control:focus {
    border: 1px solid var(--theme-color);
    background-color: transparent;
}

.cart-buttons .shopping-coupon-code button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: var(--theme-color);
    color: #ffffff;
    border: none;
    padding: 0 25px;
    line-height: 48px;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 16px;
    font-weight: bold;
    border-radius: 5px;
}

.cart-buttons .shopping-coupon-code button:hover {
    background-color: #161c2d;
}

.cart-totals {
    background: #f6f7f9;
    padding: 30px;
    border-radius: 5px;
}

.cart-totals h3 {
    margin-bottom: 30px;
    font-size: 25px;
    border-bottom: 1px solid #161c2d;
    padding-bottom: 10px;
}

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

.cart-totals ul li {
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0 15px 0;
    color: #161c2d;
    overflow: hidden;
    font-size: 16px;
    font-weight: bold;
}

.cart-totals ul li:first-child {
    padding-top: 0;
}

.cart-totals ul li:last-child {
    font-size: 18px;
    border-bottom: none;
    padding-bottom: 0;
}

.cart-totals ul li:last-child span {
    color: #161c2d;
    font-weight: 600;
}

.cart-totals ul li span {
    float: right;
    color: #666666;
}

.cart-totals .default-btn {
    color: #ffffff !important;
    width: 100%;
}

/*================================================
Wishlist Area CSS
=================================================*/
.wishlist-table {
    max-width: 1050px;
    margin: auto;
}

.wishlist-table table {
    margin-bottom: 0;
}

.wishlist-table table thead tr th {
    border-bottom-width: 0px;
    vertical-align: middle;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    border: none;
    white-space: nowrap;
    font-size: 20px;
    font-weight: bold;
    background-color: #161c2d;
    color: #ffffff;
    font-family: "Rajdhani", sans-serif;
}

.wishlist-table table thead tr th:first-child {
    padding-left: 25px;
}

.wishlist-table table tbody tr td {
    vertical-align: middle;
    color: #000244;
    white-space: nowrap;
    font-weight: bold;
    font-size: 16px;
    padding: 30px;
    padding-left: 0;
    padding-right: 0;
    border-color: #eaedff;
    border-left: none;
    border-right: none;
}

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

.wishlist-table table tbody tr td.product-thumbnail a img {
    width: 120px;
    border: 1px solid #eeeeee;
}

.wishlist-table table tbody tr td.product-name a {
    display: inline-block;
    font-size: 20px;
}

.wishlist-table table tbody tr td.product-name span {
    color: #555555;
    display: block;
    margin-top: 5px;
    font-size: 16px;
}

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

.wishlist-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #161c2d;
    width: 40px;
    height: 100%;
    line-height: 60px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 22px;
}

.wishlist-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0;
    border: 1px solid #d5d5d5;
}

.wishlist-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0;
    border: 1px solid #d5d5d5;
}

.wishlist-table table tbody tr td.product-quantity .input-counter span:hover {
    color: var(--theme-color);
}

.wishlist-table table tbody tr td.product-quantity .input-counter input {
    height: 55px;
    color: #161c2d;
    outline: 0;
    display: block;
    background-color: transparent;
    border: 1px solid #d5d5d5;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.wishlist-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #161c2d;
}

.wishlist-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #161c2d;
}

.wishlist-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: #161c2d;
}

.wishlist-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #161c2d;
}

.wishlist-table table tbody tr td.product-subtotal .remove {
    color: #666666;
    float: right;
    position: relative;
    top: -1px;
    font-size: 22px;
}

/*================================================
Checkout Area CSS
=================================================*/
.user-actions {
    background: #161c2d;
    padding: 15px 20px;
    position: relative;
    margin-bottom: 15px;
}

.user-actions i {
    color: var(--theme-color);
    margin-right: 2px;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.user-actions span {
    display: inline-block;
    color: var(--theme-color);
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.user-actions span:last-child {
    margin-bottom: 0;
}

.user-actions span a {
    display: inline-block;
    color: #ffffff;
}

.user-actions-2 {
    background: #161c2d;
    padding: 15px 20px;
    position: relative;
    margin-bottom: 40px;
}

.user-actions-2 i {
    color: var(--theme-color);
    margin-right: 2px;
    font-size: 20px;
    position: relative;
    top: 3px;
}

.user-actions-2 span {
    display: inline-block;
    color: var(--theme-color);
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
}

.user-actions-2 span:last-child {
    margin-bottom: 0;
}

.user-actions-2 span a {
    display: inline-block;
    color: #ffffff;
}

.billing-details .title {
    margin-bottom: 30px;
    font-size: 36px;
}

.billing-details .form-group {
    margin-bottom: 25px;
}

.billing-details .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
    font-size: 15px;
}

.billing-details .form-group label .required {
    color: #000244;
}

.billing-details .form-group .nice-select {
    display: block;
    float: unset;
    border: 1px solid #ebebeb;
    background-color: #f6f7f9;
    color: #161c2d;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0 0 0 12px;
    height: 55px;
    line-height: 55px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}

.billing-details .form-group .nice-select .list {
    background-color: #ffffff;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    list-style-type: none;
    border: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.billing-details .form-group .nice-select .list .option {
    line-height: 38px;
    min-height: 38px;
    color: #161c2d;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    font-weight: bold;
}

.billing-details .form-group .nice-select .list .option:hover {
    background-color: var(--theme-color) !important;
    color: #ffffff;
}

.billing-details .form-group .nice-select .list .option:hover::before {
    color: #ffffff;
}

.billing-details .form-group .nice-select .list .option.focus, .billing-details .form-group .nice-select .list .option.selected.focus {
    background-color: transparent !important;
    color: #161c2d;
}

.billing-details .form-group .nice-select .list .option.selected::before {
    opacity: 1;
    visibility: visible;
}

.billing-details .form-group .nice-select .list .option.selected:hover {
    background-color: var(--theme-color) !important;
    color: #ffffff;
}

.billing-details .form-group .nice-select .list .option.selected:hover::before {
    color: #ffffff;
}

.billing-details .form-group .nice-select:after {
    border-color: #161c2d;
    height: 8px;
    width: 8px;
    margin-top: -5px;
}

.billing-details .form-group .nice-select:hover {
    border-color: var(--theme-color);
    background-color: transparent;
}

.billing-details .form-group .form-control {
    height: 55px;
    color: #161c2d;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: 1px solid #ebebeb;
    background-color: #f6f7f9;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    padding: 15px;
    font-size: 16px;
    font-weight: 600;
}

.billing-details .form-group .form-control::-webkit-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.billing-details .form-group .form-control:-ms-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.billing-details .form-group .form-control::-ms-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.billing-details .form-group .form-control::placeholder {
    color: #7e7e7e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.billing-details .form-group .form-control:focus {
    border-color: var(--theme-color);
    background-color: transparent;
}

.billing-details .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.billing-details .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.billing-details .form-group .form-control:focus::-ms-input-placeholder {
    color: transparent;
}

.billing-details .form-group .form-control:focus::placeholder {
    color: transparent;
}

.billing-details .form-group textarea.form-control {
    height: auto;
    padding-top: 15px;
}

.billing-details .form-check {
    margin-bottom: 20px;
}

.billing-details .form-check .form-check-label {
    color: #161c2d;
    font-weight: 600;
}

.billing-details .form-check label {
    position: relative;
    left: -3px;
    top: 0;
    font-weight: 600;
}

.billing-details .col-lg-12:last-child .form-group {
    margin-bottom: 0;
}

.order-details .payment-box {
    background: #f6f7f9;
    padding: 30px;
    border-radius: 5px;
    margin-top: 20px;
}

.order-details .payment-box h3 {
    margin-bottom: 25px;
    font-size: 25px;
    border-bottom: 1px solid #161c2d;
    padding-bottom: 10px;
}

.order-details .payment-box .payment-method p [type="radio"]:checked, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) {
    display: none;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label {
    padding-left: 25px;
    cursor: pointer;
    display: block;
    color: #161c2d;
    position: relative;
    margin-bottom: 8px;
    font-weight: bold;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::before, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border: 1px solid #dddddd;
    border-radius: 50%;
    background: #ffffff;
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::after, .order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--theme-color);
    position: absolute;
    top: 7px;
    left: 3px;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.order-details .payment-box .payment-method p [type="radio"]:not(:checked) + label::after {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.order-details .payment-box .payment-method p [type="radio"]:checked + label::after {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.order-details .payment-box .default-btn {
    margin-top: 15px;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2);
    color: #ffffff !important;
    width: 100%;
}

/*================================================
Products Details Area CSS
=================================================*/
.products-details-desc .product-content h3 {
    margin-bottom: 15px;
    font-size: 36px;
}

.products-details-desc .product-content .product-review {
    margin-bottom: 10px;
}

.products-details-desc .product-content .product-review .rating {
    display: inline-block;
    font-size: 20px;
}

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

.products-details-desc .product-content .price {
    margin-bottom: 10px;
    color: #000000;
    font-size: 25px;
    font-weight: 600;
}

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

.products-details-desc .product-content .products-info {
    list-style-type: none;
    padding-left: 0;
    margin-top: 12px;
    margin-bottom: 0;
}

.products-details-desc .product-content .products-info li {
    color: #161c2d;
    margin-bottom: 8px;
    font-size: 16px;
}

.products-details-desc .product-content .products-info li:last-child {
    margin-bottom: 0;
}

.products-details-desc .product-content .products-info li span {
    color: #161c2d;
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
}

.products-details-desc .product-content .products-info li a {
    display: inline-block;
    font-weight: 500;
    color: #666666;
    font-size: 16px;
}

.products-details-desc .product-content .products-info li a:hover {
    color: var(--theme-color);
}

.products-details-desc .product-content .product-quantities {
    margin-top: 20px;
}

.products-details-desc .product-content .product-quantities span {
    color: #161c2d;
    font-size: 18px;
    font-weight: 700;
    margin-right: 5px;
}

.products-details-desc .product-content .product-quantities .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative;
}

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

.products-details-desc .product-content .product-quantities .input-counter span.minus-btn {
    left: 0;
    color: #161c2d;
}

.products-details-desc .product-content .product-quantities .input-counter span.plus-btn {
    right: 0;
    color: #161c2d;
}

.products-details-desc .product-content .product-quantities .input-counter span:hover {
    color: var(--theme-color);
}

.products-details-desc .product-content .product-quantities .input-counter input {
    height: 45px;
    color: var(--theme-color);
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: 600;
}

.products-details-desc .product-content .product-quantities .input-counter input::-webkit-input-placeholder {
    color: var(--theme-color);
}

.products-details-desc .product-content .product-quantities .input-counter input:-ms-input-placeholder {
    color: var(--theme-color);
}

.products-details-desc .product-content .product-quantities .input-counter input::-ms-input-placeholder {
    color: var(--theme-color);
}

.products-details-desc .product-content .product-quantities .input-counter input::placeholder {
    color: var(--theme-color);
}

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

.products-details-desc .product-content .products-share {
    margin-top: 25px;
}

.products-details-desc .product-content .products-share .social {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.products-details-desc .product-content .products-share .social li {
    display: inline-block;
}

.products-details-desc .product-content .products-share .social li span {
    display: inline-block;
    margin-right: 5px;
    font-weight: 700;
    font-size: 18px;
}

.products-details-desc .product-content .products-share .social li a i {
    font-size: 16px;
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    background-color: #f8f8f8;
    color: #161c2d;
    text-align: center;
    border-radius: 50px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.products-details-desc .product-content .products-share .social li a i:hover {
    background-color: var(--theme-color);
    color: #ffffff;
}

.products-details-tabs {
    max-width: 1050px;
    margin: 50px auto 0;
}

.products-details-tabs .nav {
    margin-bottom: 30px;
    list-style-type: none;
    display: block;
    text-align: center;
    background-color: #161c2d;
    padding: 20px;
}

.products-details-tabs .nav .nav-item {
    display: inline-block;
    margin-right: 30px;
}

.products-details-tabs .nav .nav-item:last-child {
    margin-right: 0;
}

.products-details-tabs .nav .nav-item .nav-link {
    border: none;
    padding: 0;
    background-color: transparent;
    position: relative;
    padding-bottom: 8px;
    font-size: 30px;
    font-weight: bold;
    color: #ffffff;
}

.products-details-tabs .nav .nav-item .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 3px;
    background-color: var(--theme-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    bottom: -2px;
}

.products-details-tabs .nav .nav-item .nav-link:hover, .products-details-tabs .nav .nav-item .nav-link.active {
    color: #ffffff;
}

.products-details-tabs .nav .nav-item .nav-link:hover::before, .products-details-tabs .nav .nav-item .nav-link.active::before {
    width: 100%;
}

.products-details-tabs .tab-content .tab-pane ul {
    padding-left: 0;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane ul li {
    margin-bottom: 12px;
    position: relative;
    color: #666666;
    padding-left: 15px;
    font-weight: 500;
}

.products-details-tabs .tab-content .tab-pane ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #666666;
}

.products-details-tabs .tab-content .tab-pane ul li:last-child {
    margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews h3 {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 15px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .row {
    overflow: hidden;
    margin-left: 0;
    margin-right: 0;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .side {
    float: left;
    width: 9%;
    margin-top: 10px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .side div {
    font-weight: bold;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .middle {
    margin-top: 14px;
    float: left;
    width: 82%;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .right {
    text-align: right;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-container {
    width: 100%;
    background-color: #f1f1f1;
    text-align: center;
    color: #ffffff;
    border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-5 {
    width: 70%;
    height: 18px;
    background-color: var(--theme-color);
    border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-4 {
    width: 20%;
    height: 18px;
    background-color: var(--theme-color);
    border-radius: 5px;
    border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-3 {
    width: 5%;
    height: 18px;
    background-color: var(--theme-color);
    border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-2 {
    width: 3%;
    height: 18px;
    background-color: var(--theme-color);
    border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-reviews .bar-1 {
    width: 2%;
    height: 18px;
    background-color: var(--theme-color);
    border-radius: 5px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form {
    margin-top: 45px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form h3 {
    font-size: 20px;
    margin-bottom: 15px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-title {
    position: relative;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-title .rating {
    display: inline-block;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-title .rating .bx.bxs-star {
    color: #ffba0a;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-title .rating i {
    color: #ebebeb;
    font-size: 16px;
    margin-right: -1px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-title .default-btn {
    position: absolute;
    right: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    color: #ffffff !important;
    padding: 10px 25px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-title .default-btn span {
    background-color: #161c2d;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments {
    margin-top: 35px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item {
    margin-top: 30px;
    position: relative;
    border-top: 1px dashed #eeeeee;
    padding-top: 30px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item .rating .bx.bxs-star {
    color: #ffba0a;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item .rating i {
    font-size: 16px;
    color: #ebebeb;
    margin-right: -1px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item h3 {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item span {
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item span strong {
    font-weight: 500;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-comments .review-item p {
    margin-bottom: 0;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form {
    margin-top: 30px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form h3 {
    font-size: 25px;
    margin-bottom: 20px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group {
    margin-bottom: 15px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control {
    height: 55px;
    color: #161c2d;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    border: 1px solid #eeeeee;
    background-color: #eeeeee;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 3px;
    padding: 1px 0 0 15px;
    font-size: 16px;
    font-weight: 600;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control::-webkit-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:-ms-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control::-ms-input-placeholder {
    color: #7e7e7e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control::placeholder {
    color: #7e7e7e;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:focus {
    border-color: var(--theme-color);
    background-color: transparent;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:focus::-webkit-input-placeholder {
    color: transparent;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:focus:-ms-input-placeholder {
    color: transparent;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:focus::-ms-input-placeholder {
    color: transparent;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group .form-control:focus::placeholder {
    color: transparent;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .form-group textarea.form-control {
    height: auto;
    padding-top: 15px;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .default-btn {
    color: #ffffff !important;
    cursor: pointer;
}

.products-details-tabs .tab-content .tab-pane .products-review-form .review-form form .default-btn span {
    background-color: #161c2d;
}

/*================================================
Widget Sidebar CSS
=================================================*/
.widget-area .widget {
    margin-bottom: 30px;
}

.widget-area .widget:last-child {
    margin-bottom: 0;
}

.widget-area .widget .widget-title {
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #494c53;
    font-size: 22px;
}

.widget-area .widget .widget-title::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100px;
    height: 1px;
    bottom: -1px;
    background: var(--theme-color);
}

.widget-area .widget_search {
    background-color: #f6f7f9;
    padding: 25px 25px 25px;
}

.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: #ffffff;
    height: 50px;
    padding: 8px 15px;
    border: 1px solid #eeeeee;
    width: 100%;
    display: block;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
}

.widget-area .widget_search form .search-field:focus {
    border-color: var(--theme-color);
}

.widget-area .widget_search form button {
    border: none;
    background-color: #eeeeee;
    color: var(--theme-color);
    height: 40px;
    width: 40px;
    position: absolute;
    right: 5px;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 5px;
    font-size: 20px;
    border-radius: 5px;
    cursor: pointer;
}

.widget-area .widget_search form button i {
    position: absolute;
    left: 0;
    right: 0;
    top: 52%;
    -webkit-transform: translateY(-52%);
    transform: translateY(-52%);
}

.widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
    background-color: var(--theme-color);
    color: #ffffff;
}

.widget-area .widget_filter_results {
    background-color: #f6f7f9;
    padding: 25px 25px 30px;
}

.widget-area .widget_filter_results form .form-group {
    margin-bottom: 15px;
}

.widget-area .widget_filter_results form .form-group:last-child {
    margin-bottom: 0;
}

.widget-area .widget_filter_results form .form-group label {
    font-size: 16px;
    color: #161c2d;
    font-weight: 500;
    margin-bottom: 5px;
}

.widget-area .widget_filter_results form .form-group .nice-select {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    height: 50px;
    line-height: 48px;
    color: #666666;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    border-radius: 0;
    font-weight: 500;
}

.widget-area .widget_filter_results form .form-group .nice-select::after {
    border-color: var(--theme-color);
    height: 8px;
    width: 8px;
    right: 20px;
}

.widget-area .widget_filter_results form .form-group .nice-select .list {
    background-color: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    width: 100%;
    -ms-overflow-style: none;
    max-width: 100%;
    height: 215px;
    overflow-y: scroll;
    margin-top: 0;
    margin-bottom: 0;
}

.widget-area .widget_filter_results form .form-group .nice-select .list .option {
    line-height: 40px;
    min-height: 40px;
    color: #666666;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
}

.widget-area .widget_filter_results form .form-group .nice-select .list .option.selected {
    background-color: var(--theme-color) !important;
    color: #ffffff;
    font-weight: normal;
}

.widget-area .widget_filter_results .condition {
    margin-top: 20px;
}

.widget-area .widget_filter_results .condition h3 {
    font-size: 20px;
    margin-bottom: 0;
}

.widget-area .widget_filter_results .condition .condition-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 15px;
}

.widget-area .widget_filter_results .condition .condition-list li {
    margin-bottom: 15px;
    list-style-type: none;
}

.widget-area .widget_filter_results .condition .condition-list li:last-child {
    margin-bottom: 0;
}

.widget-area .widget_filter_results .condition .condition-list li a {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
}

.widget-area .widget_filter_results .condition .condition-list li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 1.2px;
    width: 20px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    height: 20px;
    border-radius: 10px;
    border: 1px solid #161c2d;
}

.widget-area .widget_filter_results .condition .condition-list li a:hover {
    color: var(--theme-color);
}

.widget-area .widget_filter_results .condition .condition-list li a:hover::before {
    border-color: var(--theme-color);
}

.widget-area .widget_filter_results .condition .condition-list li a.active::before {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.widget-area .widget_filter_results .condition .condition-list li.active a::before {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}

.widget-area .widget_filter_results .condition .condition-list li:last-child {
    display: inline-block;
}

.widget-area .widget_filter_results .price-range-content {
    margin-top: 20px;
}

.widget-area .widget_filter_results .price-range-content h4 {
    margin-bottom: 0;
    font-size: 20px;
}

.widget-area .widget_filter_results .price-range-content .price-range-bar {
    border: none;
    background: #161c2d;
    height: 5px;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 10px;
    position: relative;
}

.widget-area .widget_filter_results .price-range-content .price-range-bar .ui-slider-handle {
    border-radius: 0;
    background: #ffffff;
    border: 2px solid var(--theme-color);
    height: 10px;
    width: 10px;
    top: -3px;
    cursor: pointer;
    background: var(--theme-color);
    position: absolute;
}

.widget-area .widget_filter_results .price-range-content .price-range-bar .ui-slider-handle:focus {
    outline: 0;
}

.widget-area .widget_filter_results .price-range-content .price-range-filter-item input {
    width: 100%;
    border: 0;
    border-radius: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 600;
    color: #929ba4;
    background-color: transparent;
    text-align: center;
}

.widget-area .widget_filter_results .price-range-content .price-range-filter-item input:focus {
    outline: 0;
}

.widget-area .widget_make_model_body_style {
    background-color: #f6f7f9;
    padding: 25px 25px 30px;
}

.widget-area .widget_make_model_body_style form .form-group {
    margin-bottom: 15px;
}

.widget-area .widget_make_model_body_style form .form-group:last-child {
    margin-bottom: 0;
}

.widget-area .widget_make_model_body_style form .form-group label {
    font-size: 16px;
    color: #161c2d;
    font-weight: 500;
    margin-bottom: 5px;
}

.widget-area .widget_make_model_body_style form .form-group .nice-select {
    background-color: #ffffff;
    border: 1px solid #ebebeb;
    height: 50px;
    line-height: 48px;
    color: #666666;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 16px;
    border-radius: 0;
    font-weight: 500;
}

.widget-area .widget_make_model_body_style form .form-group .nice-select::after {
    border-color: var(--theme-color);
    height: 8px;
    width: 8px;
    right: 20px;
}

.widget-area .widget_make_model_body_style form .form-group .nice-select .list {
    background-color: #ffffff;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    width: 100%;
    -ms-overflow-style: none;
    max-width: 100%;
    height: 215px;
    overflow-y: scroll;
    margin-top: 0;
    margin-bottom: 0;
}

.widget-area .widget_make_model_body_style form .form-group .nice-select .list .option {
    line-height: 40px;
    min-height: 40px;
    color: #666666;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
}

.widget-area .widget_make_model_body_style form .form-group .nice-select .list .option.selected {
    background-color: var(--theme-color) !important;
    color: #ffffff;
    font-weight: normal;
}

.widget-area .widget_filter_color {
    background-color: #f6f7f9;
    padding: 25px 25px 30px;
}

.widget-area .widget_filter_color span {
    font-size: 16px;
    color: #161c2d;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}

.widget-area .widget_filter_color .color-list-row {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: -5px;
    margin-top: -5px;
}

.widget-area .widget_filter_color .color-list-row li {
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
}

.widget-area .widget_filter_color .color-list-row li a {
    display: block;
    position: relative;
    border: 1px solid transparent;
    width: 45px;
    height: 45px;
    border-radius: 0;
}

.widget-area .widget_filter_color .color-list-row li a::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #eeeeee;
    border-radius: 0;
    margin: 2px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.widget-area .widget_filter_color .color-list-row li a:hover {
    border-color: #161c2d;
}

.widget-area .widget_filter_color .color-list-row li a.color-white::before {
    background: #ffffff;
    border: 1px solid #eeeeee;
}

.widget-area .widget_filter_color .color-list-row li a.color-black::before {
    background: #161c2d;
}

.widget-area .widget_filter_color .color-list-row li a.color-red::before {
    background: red;
}

.widget-area .widget_filter_color .color-list-row li a.color-blue::before {
    background: blue;
}

.widget-area .widget_filter_color .color-list-row li a.color-green::before {
    background: green;
}

.widget-area .widget_filter_color .color-list-row li a.color-yellow::before {
    background: yellow;
}

.widget-area .widget_filter_color .color-list-row li a.color-yellowgreen::before {
    background: yellowgreen;
}

.widget-area .widget_filter_color .color-list-row li a.color-pink::before {
    background: pink;
}

.widget-area .widget_filter_color .color-list-row li a.color-violet::before {
    background: violet;
}

.widget-area .widget_filter_color .color-list-row li a.color-teal::before {
    background: teal;
}

.widget-area .widget_filter_color .color-list-row li a.color-plum::before {
    background: plum;
}

.widget-area .widget_filter_color .color-list-row li a.color-lime::before {
    background: lime;
}

.widget-area .widget_filter_color .color-list-row li a.color-blueviolet::before {
    background: blueviolet;
}

.widget-area .widget_filter_color .color-list-row li.active a {
    border-color: #161c2d;
}

.widget-area .widget_mund_posts_thumb {
    position: relative;
    overflow: hidden;
    background-color: #f6f7f9;
    padding: 25px 25px 30px;
}

.widget-area .widget_mund_posts_thumb .item {
    overflow: hidden;
    margin-bottom: 15px;
}

.widget-area .widget_mund_posts_thumb .item:last-child {
    margin-bottom: 0;
}

.widget-area .widget_mund_posts_thumb .item .thumb {
    float: left;
    height: 80px;
    overflow: hidden;
    display: block;
    position: relative;
    width: 80px;
    margin-right: 15px;
    z-index: 1;
}

.widget-area .widget_mund_posts_thumb .item .thumb .fullimage {
    width: 80px;
    height: 80px;
    display: inline-block;
    border-radius: 5px;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: center center;
}

.widget-area .widget_mund_posts_thumb .item .thumb .fullimage.bg1 {
    background-image: url(../images/blog/blog-1.jpg);
}

.widget-area .widget_mund_posts_thumb .item .thumb .fullimage.bg2 {
    background-image: url(../images/blog/blog-2.jpg);
}

.widget-area .widget_mund_posts_thumb .item .thumb .fullimage.bg3 {
    background-image: url(../images/blog/blog-3.jpg);
}

.widget-area .widget_mund_posts_thumb .item .info {
    overflow: hidden;
    margin-top: 5px;
}

.widget-area .widget_mund_posts_thumb .item .info span {
    display: block;
    color: #929ba4;
    margin-top: -2px;
    margin-bottom: 5px;
    font-size: 14px;
}

.widget-area .widget_mund_posts_thumb .item .info .title {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 18px;
    font-weight: bold;
}

.widget-area .widget_mund_posts_thumb .item .info .title a {
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.widget-area .widget_mund_posts_thumb .item .info .title a:hover {
    color: var(--theme-color);
}

.widget-area .widget_categories {
    background-color: #f6f7f9;
    padding: 25px 25px 30px;
}

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

.widget-area .widget_categories ul li {
    position: relative;
    margin-bottom: 12px;
    overflow: hidden;
    color: #161c2d;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 600;
}

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

.widget-area .widget_categories ul li::before {
    background: var(--theme-color);
    height: 10px;
    width: 10px;
    content: '';
    left: 0;
    top: 7px;
    position: absolute;
}

.widget-area .widget_categories ul li a {
    color: #161c2d;
    display: inline-block;
}

.widget-area .widget_categories ul li a:hover {
    color: var(--theme-color);
}

.widget-area .widget_tag_cloud {
    background-color: #f6f7f9;
    padding: 25px 25px 30px;
}

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

.widget-area .tagcloud a {
    display: inline-block;
    background: #ffffff;
    color: #929ba4;
    padding: 7px 15px;
    border: none;
    border-radius: 3px;
    font-weight: 500;
    font-size: 15px !important;
    margin-top: 8px;
    margin-right: 5px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
    color: #ffffff;
    background-color: var(--theme-color);
}

/*================================================
Newsletter Area CSS
=================================================*/
.newsletter-inner-box {
    background-color: var(--theme-color);
    padding: 50px;
    border-radius: 10px;
    margin-bottom: -90px;
    position: relative;
}

.newsletter-inner-box .newsletter-content h3 {
    font-size: 25px;
    color: #ffffff;
}

.newsletter-inner-box .newsletter-content p {
    color: #ffffff;
}

.newsletter-inner-box .newsletter-form {
    position: relative;
}

.newsletter-inner-box .newsletter-form .input-newsletter {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    height: 60px;
    padding: 20px;
    border-radius: 8px;
    outline: 0;
    color: #161c2d;
}

.newsletter-inner-box .newsletter-form .input-newsletter::-webkit-input-placeholder {
    color: #666666;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.newsletter-inner-box .newsletter-form .input-newsletter:-ms-input-placeholder {
    color: #666666;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.newsletter-inner-box .newsletter-form .input-newsletter::-ms-input-placeholder {
    color: #666666;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.newsletter-inner-box .newsletter-form .input-newsletter::placeholder {
    color: #666666;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.newsletter-inner-box .newsletter-form .input-newsletter:focus::-webkit-input-placeholder {
    color: transparent;
}

.newsletter-inner-box .newsletter-form .input-newsletter:focus:-ms-input-placeholder {
    color: transparent;
}

.newsletter-inner-box .newsletter-form .input-newsletter:focus::-ms-input-placeholder {
    color: transparent;
}

.newsletter-inner-box .newsletter-form .input-newsletter:focus::placeholder {
    color: transparent;
}

.newsletter-inner-box .newsletter-form button {
    position: absolute;
    right: 4px;
    top: 4px;
    background-color: #161c2d;
    color: #ffffff;
    border: none;
    height: 52px;
    padding: 0 30px;
    border-radius: 8px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    line-height: 50px;
    text-transform: capitalize;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
}

.newsletter-inner-box .newsletter-form button:hover {
    background-color: var(--theme-color);
    color: #ffffff;
}

.newsletter-inner-box .newsletter-form #validator-newsletter {
    color: white;
    position: relative;
    top: 8px;
    font-size: 16px;
    font-weight: 500;
}

.newsletter-inner-box .newsletter-share-link {
    text-align: right;
}

.newsletter-inner-box .newsletter-share-link a {
    margin-right: 5px;
}

.newsletter-inner-box .newsletter-share-link a:last-child {
    margin-right: 0;
}

.newsletter-inner-box .newsletter-share-link a i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 25px;
    background-color: var(--theme-socials);
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.newsletter-inner-box .newsletter-share-link a i:hover {
    background-color: #ffffff;
    color: var(--theme-color);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}

.newsletter-inner-box .newsletter-share-link a i.bxl-facebook:hover {
    background-color: var(--theme-social-facebook);
    color: #ffffff;
}

.newsletter-inner-box .newsletter-share-link a i.bxl-twitter:hover {
    background-color: var(--theme-social-twitter);
    color: #ffffff;
}

.newsletter-inner-box .newsletter-share-link a i.bxl-pinterest-alt:hover {
    background-color: var(--theme-social-pinterest);
    color: #ffffff;
}

/*================================================
Footer Area CSS
=================================================*/
.footer-area {
    background-color: #161c2d;
    padding-top: 190px;
}

.single-footer-widget {
    margin-bottom: 30px;
}

.single-footer-widget .logo-widget {
    margin-bottom: 25px;
}

.single-footer-widget p {
    color: #929ba4;
}

.single-footer-widget .download-store {
    margin-top: 25px;
}

.single-footer-widget .download-store h4 {
    font-size: 25px;
    margin-bottom: 20px;
    color: #ffffff;
}

.single-footer-widget .download-store .apple-store-btn {
    margin-right: 5px;
    display: inline-block;
    background-color: #1a1a1a;
    border: 1px solid #ffffff;
    padding: 10px 12px 10px 40px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-footer-widget .download-store .apple-store-btn span {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-footer-widget .download-store .apple-store-btn i {
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-footer-widget .download-store .apple-store-btn:hover, .single-footer-widget .download-store .apple-store-btn:focus {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-color: #ffffff;
    color: #161c2d;
}

.single-footer-widget .download-store .apple-store-btn:hover span, .single-footer-widget .download-store .apple-store-btn:focus span {
    color: #161c2d;
}

.single-footer-widget .download-store .apple-store-btn:hover i, .single-footer-widget .download-store .apple-store-btn:focus i {
    color: #161c2d;
}

.single-footer-widget .download-store .play-store-btn {
    display: inline-block;
    background-color: #1a1a1a;
    border: 1px solid #ffffff;
    padding: 10px 12px 10px 40px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-footer-widget .download-store .play-store-btn span {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-footer-widget .download-store .play-store-btn i {
    position: absolute;
    left: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 20px;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-footer-widget .download-store .play-store-btn:hover, .single-footer-widget .download-store .play-store-btn:focus {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    background-color: #ffffff;
    color: #161c2d;
}

.single-footer-widget .download-store .play-store-btn:hover span, .single-footer-widget .download-store .play-store-btn:focus span {
    color: #161c2d;
}

.single-footer-widget .download-store .play-store-btn:hover i, .single-footer-widget .download-store .play-store-btn:focus i {
    color: #161c2d;
}

.single-footer-widget h3 {
    font-size: 25px;
    color: #ffffff;
    border-bottom: 1px solid #414553;
    padding-bottom: 10px;
    margin-bottom: 30px;
}

.single-footer-widget .quick-links {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.single-footer-widget .quick-links li {
    margin-bottom: 10px;
    color: #929ba4;
}

.single-footer-widget .quick-links li a {
    display: inline-block;
    color: #929ba4;
    font-weight: 600;
    position: relative;
}

.single-footer-widget .quick-links li a i {
    color: var(--theme-color);
    position: relative;
    top: 1.8px;
    font-size: 14px;
    margin-right: 5px;
}

.single-footer-widget .quick-links li a:hover {
    color: var(--theme-color);
}

.single-footer-widget .quick-links li a:hover::before {
    width: 100%;
}

.single-footer-widget .quick-links li a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    background-color: var(--theme-color);
}

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

.single-footer-widget .footer-info {
    padding-left: 0;
    margin-bottom: 0;
}

.single-footer-widget .footer-info li {
    list-style-type: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 18px;
}

.single-footer-widget .footer-info li:last-child {
    margin-bottom: 0;
}

.single-footer-widget .footer-info li span {
    color: #929ba4;
    display: block;
    font-weight: 400;
    margin-top: 8px;
}

.single-footer-widget .footer-info li span a {
    color: #929ba4;
}

.single-footer-widget .footer-info li span a:hover {
    color: var(--theme-color);
}

.single-footer-widget .instagram-list {
    padding-left: 0;
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: -10px;
}

.single-footer-widget .instagram-list li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
}

.single-footer-widget .instagram-list li .box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.single-footer-widget .instagram-list li .box .link-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}

.single-footer-widget .instagram-list li .box i {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
    color: #ffffff;
    z-index: 2;
}

.single-footer-widget .instagram-list li .box img {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.single-footer-widget .instagram-list li .box::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background-color: var(--theme-color);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    visibility: hidden;
}

.single-footer-widget .instagram-list li .box:hover::before {
    opacity: 0.5;
    visibility: visible;
}

.single-footer-widget .instagram-list li .box:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.single-footer-widget .instagram-list li .box:hover i {
    opacity: 1;
    visibility: visible;
}

/*================================================
Copy Right Area CSS
=================================================*/
.copyright-area {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #151a29;
}

.copyright-area-content {
    text-align: center;
}

.copyright-area-content p {
    color: #ffffff;
}

.copyright-area-content p a {
    display: inline-block;
    font-weight: bold;
    color: #ffffff;
}

.copyright-area-content p a:hover {
    color: var(--theme-color);
}

/*================================================
Go Top CSS
=================================================*/
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: -100px;
    right: 20px;
    color: #ffffff;
    background-color: #161c2d;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    border-radius: 50%;
    font-size: 22px;
    -webkit-transition: .9s;
    transition: .9s;
    overflow: hidden;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}

.go-top i {
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 30px;
    margin-left: auto;
    margin-right: auto;
}

.go-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.go-top:hover {
    background-color: var(--theme-color);
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
    left: 30px;
    z-index: 99;
    top: 50%;
    position: fixed;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 30px;
    display: inline-block;
    color: #ffffff !important;
    background-color: #82b440;
    padding: 8px 20px 8px;
    font-size: 14px;
    font-weight: 500;
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.buy-now-btn:hover {
    background-color: var(--theme-color);
    color: #ffffff !important;
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    10%, 20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }
    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/*# sourceMappingURL=style.css.map */

.theme-color {
    color: var(--theme-color) !important;
}

.theme-bg-color {
    background-color: var(--theme-color) !important;
}

.v-align-mid {
    vertical-align: middle;
}

i.current {
    background-color: var(--theme-color) !important;
    color: #ffffff !important;
}

