@import url(https://fonts.googleapis.com/css?family=Poppins:200,400,500,600,700,800,900&amp;display=swap);
@import url(https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800&amp;display=swap);
@import 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&amp;family=Roboto:wght@100;300;400;500;700;900&amp;display=swap';
:root {
    --body-font: 'Roboto', sans-serif;
    --heading-font: 'Inter', sans-serif;
    --theme-color: #FE0000;
    --theme-bg-light: #F9F9F9;
    --body-text-color: #757F95;
    --color-white: #ffffff;
    --color-dark: #111111;
    --color-green: #11B76B;
    --color-blue: #0049D0;
    --color-yellow: #FBA707;
    --hero-overlay-color: #01060F;
    --slider-arrow-bg: rgba(255, 255, 255, 0.2);
    --box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
    --box-shadow2: 0 0 15px rgba(0, 0, 0, 0.17);
    --transition: all .5s ease-in-out;
    --transition2: all .3s ease-in-out;
    --border-info-color: rgba(0, 0, 0, 0.08);
    --border-info-color2: rgba(0, 0, 0, 0.05);
    --border-white-color: rgba(255, 255, 255, 0.08);
    --border-white-color2: rgba(255, 255, 255, 0.05);
    --footer-bg: #111111;
    --footer-bg2: #181818;
    --footer-text-color: #F5FAFF
}

* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Poppins, sans-serif;
    line-height: 1.8;
    font-size: 14px
}
/* FORCE LOGO SIZE – OVERRIDE MEANMENU */
.mean-container img,
.navbar-brand img,
.logo img,
.logo-2 {
    width: 200px !important;
    height: auto !important;
    max-height: none !important;
}
@media (max-width: 768px) {
    .mean-container img,
    .navbar-brand img,
    .logo img,
    .logo-2 {
        width: 95px !important;
        height: auto !important;
        max-height: 60px !important;
        object-fit: contain;
    }
}
a {
    -webkit-transition: .5s;
    transition: .5s
}
.mean-nav img {
    display: none !important;
}

a:hover {
    text-decoration: none
}

p {
    color: #f5f5f5;
    font-size: 15px;
    line-height: 25px;
    font-family: Poppins, sans-serif;
    margin-bottom: 8px
}

ul {
    list-style-type: none
}

.d-table {
    width: 100%;
    height: 100%
}

.d-tablecell {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.d-tablecell2 {
    display: table-cell;
    vertical-align: bottom
}

.ptb-100 {
    padding-top: 20px;
    padding-bottom: 20px
}

.pt-100 {
    padding-top: 30px
}

.pb-70 {
    padding-bottom: 70px
}

.pb-100 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center
}

.pt-mines-25 {
    padding: 100px 0 65px !important
}

img {
    max-width: 100%;
    height: auto
}

button:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none
}

.owl-theme .owl-nav {
    margin-top: 0
}

.read-more {
    display: inline-block;
    padding: 5px 0;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    position: relative;
    z-index: 1
}

.read-more:hover {
    color: #FE0000
}

.read-more:hover::before {
    left: 50px
}

.searchbox-area {
    margin-top: -13px;
    position: absolute;
    right: 0;
    top: 50%
}

.search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 5, 6, .9);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translate(0, -100%) scale(0, 0);
    transform: translate(0, -100%) scale(0, 0);
    opacity: 0;
    z-index: 999999;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.search::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    width: 100%;
    height: 100%
}

.search .form-control {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 30%;
    color: #FE0000;
    background: #ffff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    border: 0;
    margin: 0 auto;
    margin-top: -40px;
    padding: 10px 0;
    outline: 0;
    border: 2px solid #fff;
    height: 50px;
    border-radius: 5px
}

.search .form-control :focus {
    color: #495057;
    background-color: #fff;
    border-color: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.search input {
    caret-color: #000
}

.search .btn {
    position: absolute;
    top: 55%;
    left: 0;
    right: 0;
    border: #000;
    background: #FE0000;
    color: #ffff;
    padding: 10px 30px;
    margin: auto
}

.pb-10 {
    padding-bottom: 10px
}

.search .btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.search .btn:hover {
    background-color: #FE0000
}

.search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
    background-color: #FE0000;
    border-color: #FE0000;
    opacity: 1;
    padding: 10px 17px;
    font-size: 25px
}

.search .close:hover {
    background-color: #727272;
    color: #ffff !important;
    opacity: 1 !important
}

.search.open {
    -webkit-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    opacity: 1
}

.search.open::before {
    content: "";
    position: absolute;
    background: #000;
    width: 100%;
    height: 1000%;
    opacity: .5;
    top: 0;
    left: 0
}

.custom-btn1 {
    display: inline-block;
    background-color: #504e4f;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    padding: 12px 35px;
    margin-right: 20px;
    position: relative;
    z-index: 1
}

.custom-btn1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 0;
    height: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1
}

.custom-btn1:hover {
    color: #FE0000
}

.custom-btn1:hover::before {
    width: 100%
}

.custom-btn2 {
    display: inline-block;
    background-color: #FE0000;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    padding: 8px 35px;
    margin-right: 0px;
    position: relative;
    z-index: 1
}

.custom-btn2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #504e4f;
    width: 4px;
    height: 100%;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s
}

.custom-btn2:hover {
    color: #ffff
}

.custom-btn2:hover::before {
    width: 100%
}

.offer-section .section-title h2 {
    text-align: center !important
}

.section-title {
    position: relative;
    z-index: 1;
    text-align: left !important;
    width: 100%
}

.section-title h2 {
    font-size: 18px;
    text-transform: capitalize;
    color: #FE0000;
    font-weight: 500;
    margin: 7px 0;
    line-height: 22px
}

.section-title p {
    font-weight: 600;
    margin-bottom: 0
}

.section-title span {
    text-transform: capitalize;
    font-size: 75px;
    font-weight: 700;
    position: absolute;
    top: -6px;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 28px;
    opacity: .1;
    z-index: -1;
    color: #7a7a7a
}

@-webkit-keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes mover {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999999;
    background: #FE0000
}

.loader {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -60px;
    margin-left: -45px
}

.spinner {
    width: 80px;
    height: 80px;
    position: relative
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: .6;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

#toTop {
    position: fixed;
    bottom: 64px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 9;
    animation: bounce 2s infinite
}

#toTop i {
    background: #FE0000;
    color: #fff;
    height: 45px;
    width: 45px;
    text-align: center;
    font-size: 30px;
    border-radius: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: inline-block;
    line-height: 1.3;
    transition: .2s;
    -webkit-transition: .2s
}

#toTop i:hover {
    background-color: #5a5a5a;
    color: #fff
}

#toTop1 {
    bottom: 11px;
    right: 80px;
    cursor: pointer;
    display: none;
    z-index: 9
}

#toTop1 a {
    background: #FE0000;
    color: #fff;
    height: auto;
    width: auto;
    text-align: center;
    font-size: 24px;
    border-radius: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: inline-block;
    line-height: 1.3;
    transition: .2s;
    -webkit-transition: .2s;
    padding: 7px
}

#toTop1 a:hover {
    background-color: #5a5a5a;
    color: #fff
}

.navbar-area {
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background-color: #ffffff
}

a.meanmenu-reveal {
    display: block
}

.mean-container .mean-bar {
    float: left;
    width: 100%;
    position: absolute;
    background: 0 0;
    padding: 20px 0 0;
    z-index: 999;
    border-bottom: 1px solid rgba(0, 0, 0, .03);
    height: 55px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.mean-container a.meanmenu-reveal {
    width: 24px;
    height: 24px;
    padding: 12px 15px 0 0;
    position: absolute;
    right: 0;
    cursor: pointer;
    color: #FE0000;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-weight: 700
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #FE0000;
    height: 4px;
    margin-top: 3px;
    border-radius: 3px
}

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #fff;
    margin-top: 55px
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    list-style-type: none
}

.mean-container .mean-nav ul li {
    position: relative;
    float: left;
    width: 100%
}

.mean-container .mean-nav ul li a {
    display: block;
    float: left;
    width: 90%;
    padding: 1em 5%;
    margin: 0;
    text-align: left;
    border-top: 1px solid #dbeefd;
    text-decoration: none;
    text-transform: capitalize
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(255, 255, 255, .1)
}

.mean-container .mean-nav ul li a.active {
    color: #000
}

.mean-container .mean-nav ul li li a {
    width: 80%;
    padding: 1em 10%;
    border-top: 1px solid #dbeefd;
    opacity: 1;
    text-shadow: none !important;
    visibility: visible;
    text-transform: none;
    font-size: 14px;
    text-transform: capitalize
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 3px;
    width: 100%;
    height: 24px;
    padding: 12px !important;
    text-align: right;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    font-weight: 700;
    background: 0 0;
    border: none !important
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: none;
    margin-bottom: 0
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0
}

.mean-nav .dropdown-toggle::after {
    display: none
}

.mean-remove {
    display: none !important
}

.mobile-nav {
    display: none
}

.mobile-nav.mean-container .mean-nav ul li a.active {
    color: #ff6b79
}

.main-nav {
    position: unset;
    width: 100%;
    z-index: 9;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 1px solid #4a4646
}

.main-nav nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.main-nav nav .navbar-nav .nav-item {
    position: relative;
    padding: 15px 0
}

.main-nav nav .navbar-nav .nav-item a {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 10px;
    margin-right: 10px
}

.booking {
    background-color: #FE0000;
    padding: 10px 15px !important;
    border-radius: 5px
}

.booking a {
    color: #fff !important;
    font-weight: 600 !important
}

.main-nav nav .navbar-nav .nav-item a:hover {
    color: #de1a21
}

.main-nav nav .navbar-nav .nav-item a:focus {
    color: #de1a21
}

.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
    left: auto;
    right: 0
}

.main-nav nav .navbar-nav .nav-item a.active {
    color: #de1a21;
    font-weight: 700
}

.main-nav nav .navbar-nav .nav-item:hover a {
    color: #de1a21
}

.main-nav nav .navbar-nav .nav-item:hover ul {
    opacity: 1;
    visibility: visible;
    top: 68px
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .05);
    background: #fff;
    position: absolute;
    top: 80px;
    left: 0;
    width: 207px;
    z-index: 99;
    display: block;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #e6e6e6
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
    border-bottom: none
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    font-size: 13px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 9px 15px;
    margin: 0;
    display: block;
    color: #000
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
    color: #de1a21
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus {
    color: #de1a21
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
    color: #de1a21
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
    position: absolute;
    left: -100%;
    top: 0;
    opacity: 0 !important;
    visibility: hidden !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #000;
    text-transform: capitalize
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
    color: #de1a21
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus {
    color: #de1a21
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
    color: #de1a21
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: 0 !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu li:hover .dropdown-menu {
    opacity: 1 !important;
    visibility: visible !important;
    top: -20px !important
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
    color: #de1a21
}

.main-nav nav .navbar-nav .nav-item .search-ico {
    font-size: 18px
}

.main-nav nav .navbar-nav .nav-item .cart-ico {
    font-size: 18px;
    position: relative
}

.main-nav nav .navbar-nav .nav-item .cart-ico::before {
    content: "+3";
    position: absolute;
    background-color: #FE0000;
    font-size: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    line-height: 2;
    top: -6px;
    left: 10px
}

.main-nav nav .navbar-nav .nav-item .cart-ico:hover::before {
    color: #fff
}

.main-nav nav .navbar-nav .nav-item:hover .cart-ico::before {
    color: #fff !important
}

.main-nav nav a.nav-link.cart-ico.active::before {
    color: #ffff
}

.main-nav nav .navbar-nav2 .nav-item a {
    color: #000
}

.main-nav nav .navbar-nav2 .cart-ico {
    font-size: 18px;
    position: relative
}

.main-nav nav .navbar-nav2 .cart-ico::before {
    content: "+3";
    position: absolute;
    background-color: #FE0000;
    color: #ffff;
    font-size: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    line-height: 2;
    top: -6px;
    left: 10px
}

.main-nav nav .navbar-nav2 .cart-ico:hover::before {
    color: #fff
}

.main-nav2 {
    color: #ffff !important;
    border-bottom: 1px solid #ddd
}

.main-nav2 .navbar-nav2 li .nav-link {
    color: #ffff
}

.navbar-light .navbar-brand {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.navbar-light .navbar-brand:hover {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase
}

.menu-shrink {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #fff;
    -webkit-animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .5s ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-transition: all .5s;
    transition: all .5s;
    max-width: 100%;
    margin-top: 0;
    border: none
}

.main-nav2 .navbar-brand2 {
    display: none
}

.menu-shrink nav .navbar-nav2 .nav-item a {
    color: #000
}

.menu-shrink .logo2 .navbar-brand {
    display: none
}

.menu-shrink .logo2 .navbar-brand2 {
    display: block
}

.main-slider .single-slider-item {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 300px;
    position: relative;
    float: left;
    width: 100%
}

.main-slider .single-slider-item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.main-slider .single-slider-item.item-bg-one {
    background-image: url(../img/all-banner/1.jpg);
}

.main-slider {
    padding: 0px 5px
}

.main-slider .single-slider-item.item-bg-two {
    background-image: url(../img/all-banner/2.jpg);
}

.main-slider .single-slider-item.item-bg-three {
    background-image: url(../img/all-banner/3.jpg);
}

.main-slider .single-slider-item.item-bg-two .slider-text {
    text-align: left !important
}

.main-slider .single-slider-item.item-bg-two .slider-text p {
    text-align: left !important;
    width: 100%
}

.main-slider .single-slider-item .slider-text {
    position: relative;
    max-width: 100%
}

.item-bg-one .d-tablecell h1 {
    color: #fff !important
}

.main-slider .single-slider-item .slider-text h1 {
    color: #FE0000;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: left
}

.main-slider .single-slider-item .slider-text p {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    width: 50%
}

.slider-button {
    text-align: left !important
}

.main-slider .single-slider-item .slider-text .slider-button {
    margin-top: 28px
}

.main-slider .single-slider-item .slider-text .slider-button a.custom-btn2 {
    z-index: 1
}

.main-slider .single-slider-item .slider-text .slider-button a.custom-btn2::before {
    background: #fff
}

.main-slider .single-slider-item .slider-text .slider-button a.custom-btn2:hover {
    color: #FE0000
}

.main-slider .single-slider-item .slider-text .slider-button a.custom-btn2:hover::before {
    width: 100%
}

.main-slider.owl-carousel .owl-nav {
    position: absolute;
    bottom: 9%;
    right: 0;
    color: #ffff;
    max-width: 1110px;
    left: 0;
    margin: auto;
    text-align: center;
    display: none
}

.perches-section {
    position: absolute;
    bottom: 32px;
    width: 100%
}

.perches-form-wrapper {
    background: #FE0000;
    padding: 20px 20px;
    position: relative;
    z-index: 9 !important;
    width: 60%;
    border-radius: 5px;
    font-family: Muli, sans-serif
}

.perches-form-wrapper .submit-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-transition: .15s;
    transition: .15s
}

.perches-form-wrapper .submit-button .search-button {
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 50px;
    text-transform: capitalize;
    color: #666;
    border: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.perches-form-wrapper .submit-button .search-button:hover {
    cursor: pointer;
    background: #222021;
    color: #fff
}

.perches-form-wrapper .single-select h3 {
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 14px;
    margin-top: 14px
}

.perches-form-wrapper .single-select:last-child {
    margin-right: 0
}

.perches-form-wrapper .single-select .form-control {
    border: none
}

.perches-form-wrapper .single-select .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: 0
}

.perches-form-wrapper .single-select .nice-select {
    text-transform: capitalize;
    line-height: 30px;
    margin-right: 45px;
    text-align: center;
    background: 0 0;
    color: #fff;
    padding-left: 0
}

.perches-form-wrapper .single-select .nice-select .list {
    color: #3b3b3b
}

.perches-form-wrapper .single-select .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 6px;
    width: 6px
}

.perches-form-wrapper .single-select .nice-select .option {
    padding-right: 60px
}

.perches-form-wrapper .form-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 15px;
    margin-right: 15px
}

.perches-wrap2 .perhes-form-wrapper2 {
    position: relative;
    padding-left: 180px;
    max-width: 85% !important
}

.perches-wrap2 .perhes-form-wrapper2::before {
    content: "";
    position: absolute;
    top: -159px;
    left: 29px;
    width: 90px;
    height: 300px;
    background-color: #f9f9f9;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -1
}

.perches-wrap2 .perhes-form-wrapper2::after {
    content: "";
    position: absolute;
    background-image: url(../img/select-shape-banner.png);
    left: -400px;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1
}

.offer-section {
    background-image: url(../img/1.jpg);
    margin: 0 0 0;
    padding-bottom: 0
}

.offer-section .single-offer {
    background: #fff;
    padding: 15px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 30px;
    border: 2px solid #FE0000;
    line-height: 1
}

.offer-section .single-offer:hover {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.offer-section .single-offer:hover h3 {
    color: #FE0000;
    -webkit-transition: .5s;
    transition: .5s
}

.offer-section .single-offer:hover i {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
}

.offer-section .single-offer i {
    font-size: 50px;
    color: #FE0000;
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s
}

.offer-section .single-offer h3 {
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 8px
}

.offer-section .single-offer p {
    margin-bottom: 25px;
    margin-top: 20px
}

.offer-section .single-offer .read-more::before {
    bottom: 10px
}

.offer-section .single-offer .offer-shape {
    position: absolute;
    opacity: .1;
    z-index: -1;
    bottom: 60px;
    left: 90px
}

.offer-section .single-offer .offer-shape i {
    font-size: 180px;
    color: #d1d1d1
}

.offer-section .single-offer.single-offer-2 {
    text-align: center
}

.offer-section .single-offer.single-offer-2 .offer-shape {
    bottom: -23px;
    left: 0
}

.offer-section .single-offer.single-offer-2 .offer-shape i {
    font-size: 80px
}

.about-section {
    position: relative
}

.about-section .section-title {
    margin-bottom: 25px
}

.about-section .single-about .ab-list {
    margin-top: 20px;
    margin-bottom: 15px
}

.about-section .single-about .ab-list ul {
    margin: 0;
    padding: 0;
    margin-bottom: 30px
}

.about-section .single-about .ab-list ul li {
    color: #3b3838;
    font-size: 16px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
    text-transform: capitalize;
    padding-left: 28px;
    position: relative
}

.about-section .single-about .ab-list ul li i {
    margin-right: 10px;
    color: #FE0000;
    position: absolute;
    left: 0
}

.about-section .single-about .image-one {
    position: relative;
    top: 75px;
    width: 55%;
    left: 5%;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000
}

.about-section .single-about .image-two {
    width: 55%;
    position: absolute;
    right: 15px;
    top: -72px;
    -webkit-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000
}

.about-section .single-about .image-two .ractangle-shape::before {
    content: "";
    position: absolute;
    bottom: -185px;
    left: 25px;
    width: 160px;
    height: 160px;
    background: #FE0000;
    z-index: -1;
    -webkit-box-shadow: 0 0 11px 0 #4a4a4a;
    box-shadow: 0 0 11px 0 #4a4a4a;
    -webkit-animation: mover 1s infinite alternate;
    animation: mover 1s infinite alternate
}

.about-section .single-about .image-three {
    width: 65%;
    position: absolute;
    top: -36px;
    left: 112px
}

.about-section .single-about .text img {
    width: 20%;
    margin-bottom: 30px;
    margin-top: 10px
}

.about-section .ab-left {
    margin-left: auto;
    max-width: 540px
}

.about3 .ab-list ul {
    margin-bottom: 0 !important
}

.recent-add-section {
    background: #f6f6f6;
    position: relative
}

.recent-add-section .add-slider.owl-carousel .owl-nav {
    display: block
}

.recent-add-section .add-slider.owl-carousel button.owl-next {
    width: 30px;
    height: 30px;
    border: 1px solid #FE0000;
    border-radius: 50%;
    line-height: 29px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.recent-add-section .add-slider.owl-carousel button.owl-next:hover {
    background-color: #FE0000
}

.recent-add-section .add-slider.owl-carousel button.owl-prev {
    width: 30px;
    height: 30px;
    border: 1px solid #FE0000;
    border-radius: 50%;
    font-weight: 700;
    line-height: 29px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.recent-add-section .add-slider.owl-carousel button.owl-prev:hover {
    background: #FE0000
}

.recent-add-section .add-slider.owl-carousel.owl-theme .owl-nav {
    position: absolute;
    top: -70px;
    right: 0;
    z-index: 9;
    font-weight: 600
}

.single-add-box {
    margin-bottom: 10px;
    width: 100%
}

.single-add-box .image {
    overflow: hidden
}

.single-add-box .image img {
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 4px 4px 0 0
}

.single-add-box:hover h3 {
    color: #FE0000
}

.single-add-box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-add-box .border-caption {
    border-top: 1px solid #eee
}

.single-add-box .border-caption p {
    font-size: 16px;
    padding: 10px 0;
    margin: 0 !important;
    color: #000;
    font-weight: 500
}

.single-add-box .image-caption-wrapper {
    background: #fff
}

.single-add-box .image-caption-wrapper .add-box-content h3 {
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center
}

.single-add-box .image-caption-wrapper .add-box-content .info-list ul {
    padding: 0;
    margin: 0
}

.single-add-box .image-caption-wrapper .add-box-content .info-list ul li {
    display: inline-block;
    font-size: 13px;
    color: #5c5c5c;
    margin-right: 20px;
    text-transform: capitalize
}

.single-add-box .image-caption-wrapper .add-box-content .info-list ul li i {
    font-size: 15px;
    margin-right: 5px;
    color: #FE0000
}

.single-add-box .image-caption-wrapper .add-box-content .info-list ul li:last-child {
    margin-right: 0
}

.single-add-box .image-caption-wrapper .add-box-bottom {
    background: #fff;
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #eee;
    position: relative
}

.single-add-box .image-caption-wrapper .add-box-bottom h5 {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    color: #FE0000
}

.single-add-box .image-caption-wrapper .add-box-bottom .react {
    margin: 0;
    padding: 0;
    text-align: right;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.single-add-box .image-caption-wrapper .add-box-bottom .react li i {
    color: #FE0000;
    margin-right: 10px
}

.services-section .left-service {
    margin-left: auto;
    max-width: 750px
}

.services-section .right-service {
    margin-right: auto;
    max-width: 654px;
    position: relative
}

.services-section .right-service .shape img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40%;
    margin: auto;
    opacity: .2;
    z-index: -1
}

.services-section .service-image {
    text-align: center
}

.services-section .service-image img {
    width: 95%
}

.single-service {
    position: relative;
    padding: 30px 20px;
    border: 1px solid #FE0000;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 30px;
    overflow: hidden
}

.single-service i {
    font-size: 40px;
    color: #FE0000;
    line-height: 1;
    margin-right: 20px
}

.single-service .text p {
    margin-bottom: 0
}

.single-service .text h3 {
    font-size: 17px;
    font-weight: 600
}

.single-service:hover {
    background: #FE0000
}

.single-service:hover h3 {
    color: #fff
}

.single-service:hover p {
    color: #fff
}

.single-service:hover i {
    color: #fff
}

.single-service:hover::before {
    content: "\f101";
    font-family: Flaticon;
    position: absolute;
    bottom: -60px;
    left: -40px;
    font-size: 94px;
    color: #fff;
    opacity: .5
}

.counter-section {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative
}

.counter-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#474646), to(#FE0000));
    background-image: linear-gradient(#474646, #FE0000);
    width: 100%;
    height: 100%;
    opacity: .9
}

.counter-section .counter-title {
    position: relative;
    color: #ffff;
    margin-bottom: 70px
}

.counter-section .counter-title span {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block
}

.counter-section .counter-title h2 {
    font-size: 35px;
    text-transform: uppercase
}

.counter-section .counter-title p {
    color: #fff;
    font-size: 16px;
    max-width: 560px;
    margin: auto
}

.counter-section .counter-title .form-control {
    width: 20%;
    margin: auto;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 600;
    background: 0 0;
    border-radius: 0;
    border: 2px solid #fff;
    text-transform: capitalize;
    text-align: center;
    padding: 10px 0;
    color: #fff
}

.counter-section .counter-title input {
    caret-color: #fff
}

.counter-section .counter-title input::-webkit-input-placeholder {
    color: #fff
}

.counter-section .counter-title input:-ms-input-placeholder {
    color: #fff
}

.counter-section .counter-title input::-ms-input-placeholder {
    color: #fff
}

.counter-section .counter-title input::placeholder {
    color: #fff
}

.counter-section .counter-title input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.counter-section .single-counter i {
    color: #ffff;
    font-size: 80px;
    line-height: 75px;
    margin-right: 20px
}

.counter-section .single-counter .average h2 {
    font-size: 40px;
    font-weight: 600;
    color: #fff
}

.counter-section .single-counter .average h6 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0
}

.testimonial-slider.owl-carousel .owl-item img {
    width: unset;
    display: unset;
    border-radius: 50%
}

.testimonial-slider .testimonial-single-item {
    padding: 0 0;
    border: 2px solid #FE0000;
    height: 180px;
}

.testimonial-slider .testimonial-single-item i {
    color: #fff;
    font-size: 30px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
    line-height: 1
}

.testimonial-slider .testimonial-single-item p {
    margin-bottom: 0;
    max-width: 100%;
    margin: auto
}

.testimonial-slider .testimonial-single-item .profile img {
    margin-top: 20px;
    margin-bottom: 20px
}

.testimonial-slider .testimonial-single-item .profile h3 {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    text-transform: capitalize
}

.testimonial-slider .testimonial-single-item .profile span {
    font-size: 12px;
    color: #838383
}

.testimonial-slider.owl-theme .owl-nav.disabled+.owl-dots {
    line-height: .01;
    margin-top: 30px
}

.testimonial-slider.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 0 4px;
    background: 0 0;
    border: 1px solid #FE0000;
    border-radius: 50%;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative
}

.testimonial-slider.owl-theme .owl-dots .owl-dot:hover span {
    border-color: #FE0000
}

.testimonial-slider.owl-theme .owl-dots .owl-dot:hover span::before {
    background-color: #FE0000
}

.testimonial-slider.owl-theme .owl-dots .owl-dot.active span {
    border-color: #FE0000;
    position: relative
}

.testimonial-slider.owl-theme .owl-dots .owl-dot.active span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #FE0000;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%;
    margin: 3px
}

.pb-30 {
    padding: 20px 0
}

.single-team {
    margin-bottom: 30px;
    line-height: 1;
    background-color: #fff;
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05)
}

.single-team .image {
    position: relative;
    overflow: hidden;
    background-color: #FE0000
}

.single-team .image h3 {
    text-align: center;
    color: #fff;
    padding: 11px;
    margin-bottom: 0 !important;
    font-size: 18px;
}

.single-team .image {
    position: relative;
    overflow: hidden;
    background-color: #191F23
}

.single-team .image .social-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: .5s;
    transition: .5s
}

.single-team .image .social-icon ul {
    padding: 15px;
    margin: 0;
    background: #FE0000;
    text-align: center;
    border-radius: 10px;
    position: relative
}

.single-team .image .social-icon ul li {
    margin-bottom: 10px
}

.single-team .image .social-icon ul li a {
    color: #fff;
    font-size: 20px
}

.single-team .image .social-icon ul li:last-child {
    margin-bottom: 0
}

.single-team:hover .social-icon {
    left: 0
}

.single-team .image-cap {
    padding: 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    -webkit-transition: all .5s;
    transition: all .5s;
    border: 2px solid #191F23
}

.single-team .image-cap h3 {
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff
}

.single-team .image-cap span {
    color: #d0d0d0;
    font-size: 12px
}

.single-team .image-cap a {
    border-radius: 100px
}

/ .single-team .image-cap a:hover {
    color: #FE0000
}

.single-team .image-cap .btn::before {
    content: "\f054";
    position: absolute;
    right: -24px;
    color: #fff;
    font-family: FontAwesome
}

.single-team .image-cap .btn {
    border-right: 39px solid #FE0000 !important;
    border-left: 3px solid #FE0000 !important;
    border-top: 3px solid #FE0000 !important;
    border-bottom: 3px solid #FE0000 !important;
    line-height: 1.25em;
    font-size: 15px;
    position: relative;
    padding: 10px 20px;
    background-color: #fff !important;
    color: #000;
    font-weight: 600
}

.single-team .image-cap .btn::after {
    border-width: 0 0 37px 8px
}

.single-team .image-cap .btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-style: solid;
    border-color: transparent transparent #FE0000 transparent;
    border-width: 0 0 33px 8px
}

.news-section {
    background-color: #f6f6f6
}

.news-section .news-slider.owl-theme .owl-dots {
    display: none
}

.single-news .image {
    overflow: hidden
}

.single-news .image img {
    -webkit-transition: .5s;
    transition: .5s
}

.single-news:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.single-news .image-cap {
    background: #fff;
    padding: 30px
}

.single-news .image-cap span {
    color: #666;
    font-size: 12px
}

.single-news .image-cap span i {
    color: #FE0000;
    margin-right: 10px
}

.single-news .image-cap h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 30px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-news .image-cap p {
    line-height: 25px
}

.single-news .image-cap:hover h3 {
    color: #FE0000
}

.single-news.single-news-2 {
    margin-bottom: 30px
}

.logo-section {
    padding: 5px 0 0px;
}

.logo-section1 {
    padding: 20px 0;
}

.logo-section1 h3 {
    text-align: center;
    color: #fff
}

.logo-section .logo-slider.owl-carousel .owl-item img {
    width: 100%;
    margin: auto
}

.logo-section .logo-slider .owl-dots {
    display: none
}

.single-logo img {
    width: 100%
}

.subscribe-content {
    background: #FE0000;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 0
}

.subscribe-content p {
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1
}

.subscribe-content h2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
    text-align: center
}

.subscribe-content form {
    position: relative;
    max-width: 500px;
    margin: auto;
    width: 100%
}

.subscribe-content form .form-control {
    border-radius: 0;
    height: 50px;
    text-transform: capitalize;
    padding-left: 20px;
    border: none;
    font-size: 14px
}

.subscribe-content form .form-control:focus {
    border: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #fff;
    outline: 0;
    border: none
}

.subscribe-content form button {
    position: absolute;
    top: 0;
    right: 10px;
    background: 0 0;
    color: #000;
    border: none;
    font-size: 30px;
    line-height: 40px
}

.subscribe-content form button:hover {
    border: none;
    background: 0 0;
    color: #FE0000
}

.subscribe-content form button:focus {
    border: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: 0 0
}

.footer-top {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    width: 100%
}

.testimonial .row {
    padding: 0px 15px
}

.footer-top h4 {
    padding: 10px 0;
    color: #FE0000
}

.single-widget {
    margin-bottom: 20px
}

.single-widget .logo-image img {
    margin-bottom: 30px;
    width: unset
}

.single-widget p {
    color: #000
}

.single-widget .social-icon {
    margin-top: 30px
}

.single-widget .social-icon ul {
    padding: 0;
    margin: 0
}

.single-widget .social-icon ul li {
    display: inline-block;
    margin-right: 10px
}

.single-widget .social-icon ul li a {
    color: #fff;
    width: 55px;
    height: 55px;
    display: inline-block;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    background-color: #443939
}

.single-widget h3 {
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
    font-weight: 600
}

.single-widget .page-list ul {
    padding: 0;
    margin: 0
}

.single-widget .page-list ul li {
    margin-bottom: 25px;
    line-height: 1
}

.single-widget .page-list ul li:last-child {
    margin-bottom: 0
}

.single-widget .page-list ul li a {
    color: #000;
    text-transform: capitalize;
    font-size: 15px
}

.single-widget .page-list ul li a:hover {
    color: #FE0000
}

.single-widget .img-list ul {
    padding: 0;
    margin: 0
}

.single-widget .img-list ul li {
    display: inline-block;
    margin-right: 2px
}

.single-widget .img-list ul li img {
    margin-bottom: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    max-width: 72px
}

.single-widget .img-list ul li img:hover {
    opacity: .6
}

.single-widget .information ul {
    padding: 0;
    margin: 0
}

.single-widget .information ul li {
    margin-bottom: 22px;
    color: #000;
    font-size: 15px;
    position: relative;
    padding-left: 35px
}

.single-widget .information ul li:last-child {
    margin-bottom: 0
}

.single-widget .information ul li a {
    color: #000;
    font-size: 15px
}

.single-widget .information ul li a:hover {
    color: #FE0000
}

.single-widget .information ul li a i {
    font-size: 25px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 1
}

.footer-bottom {
    background: #f4f2ed;
    padding: 20px 0
}

.footer-bottom h5 {
    text-align: center;
    font-size: 18px
}

.footer-bottom p {
    color: #000;
    text-align: center;
    margin-bottom: 0;
    font-size: 13px !important;
}

.footer-bottom a {
    color: #000;
    font-size: 17px
}

.footer-bottom ul {
    text-align: center
}

.footer-bottom ul li {
    display: inline-block !important
}

.footer-bottom ul li a {
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    font-size: 20px;
    background-color: #443939
}

.footer-bottom a img {
    width: auto !important
}

.main-banner {
    padding-top: 170px;
    padding-bottom: 120px;
    position: relative;
    background: #f9f9f9
}

.main-banner .shape2 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 30%;
    margin: auto
}

.main-banner .single-banner h1 {
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    z-index: 1
}

.main-banner .single-banner span {
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #5b5454
}

.main-banner .single-banner .slider-button {
    margin-top: 28px
}

.main-banner .single-banner .banner-btn1::before {
    background: #FE0000;
    z-index: -1
}

.main-banner .single-banner .banner-btn1:hover {
    color: #fff
}

.main-banner .perches-wrap2 {
    bottom: 0;
    left: 0
}

.main-banner .perches-wrap2 .perhes-form-wrapper2 {
    max-width: 80%;
    width: 100%;
    border-radius: 0
}

.services-section2 {
    background-color: #f6f6f6
}

.services-section2 .single-services h3 {
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    font-size: 25px
}

.services-section2 .single-services .service-list ul {
    margin: 0;
    padding: 0
}

.services-section2 .single-services .service-list ul li {
    color: #474444
}

.services-section2 .single-services .service-list ul li i {
    color: #FE0000;
    margin-right: 10px
}

.services-section2 .single-services .custom-btn2 {
    margin-top: 25px
}

.mission-section .single-mission h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize
}

.mission-section .single-mission p {
    margin-bottom: 30px
}

.mission-section .single-mission .mission-service {
    margin-bottom: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mission-section .single-mission .mission-service i {
    font-size: 40px;
    color: #FE0000;
    position: relative;
    margin-right: 20px;
    width: 50px;
    height: 50px;
    background-color: #e7e8e7;
    text-align: center;
    line-height: 50px;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%
}

.mission-section .single-mission .mission-service .text h3 {
    text-transform: capitalize
}

.mission-section .single-mission .mission-service .text p {
    max-width: 300px;
    margin-bottom: 0
}

.single-inventory {
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 13px 0 #e7e7e7;
    box-shadow: 0 0 13px 0 #e7e7e7;
    padding: 40px;
    position: relative;
    overflow: hidden;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1;
    margin-bottom: 30px
}

.single-inventory::before {
    content: "\f101";
    font-family: Flaticon;
    position: absolute;
    top: -65px;
    right: -34px;
    font-size: 105px;
    opacity: .2
}

.single-inventory::after {
    content: "";
    position: absolute;
    background: #FE0000;
    width: 100%;
    height: 5px;
    bottom: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: -1
}

.single-inventory .inventory-top h3 {
    text-transform: capitalize;
    font-size: 20px;
    color: #403f3f;
    -webkit-transition: .5s;
    transition: .5s
}

.single-inventory .inventory-top h4 {
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-inventory .inventory-top h4 span {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    -webkit-transition: .5s;
    transition: .5s
}

.single-inventory .inventory-top .image img {
    width: 40%;
    margin-bottom: 25px
}

.single-inventory .inventory-top .hover-image img {
    display: none;
    width: 40%;
    -webkit-transition: .5s;
    transition: .5s
}

.single-inventory .inventroy-content ul {
    margin: 0;
    padding: 0
}

.single-inventory .inventroy-content ul li {
    color: #5c5c5c;
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 8px
}

.single-inventory .inventroy-content ul li i {
    margin-right: 5px
}

.single-inventory .inventroy-content .custom-btn2 {
    margin-top: 30px;
    padding: 5px 35px;
    font-size: 14px;
    -webkit-transition: .5s;
    transition: .5s
}

.single-inventory .shape-bg {
    position: absolute;
    bottom: -88px;
    left: -200px;
    width: 85%;
    opacity: .5
}

.single-inventory:hover::after {
    height: 100%
}

.single-inventory:hover h3 {
    color: #ffff
}

.single-inventory:hover h4 {
    color: #fff
}

.single-inventory:hover h4 span {
    color: #fff
}

.single-inventory:hover ul li {
    color: #fff
}

.single-inventory:hover .custom-btn2 {
    background: #fff;
    color: #FE0000
}

.single-inventory:hover .custom-btn2:hover {
    color: #fff
}

.single-inventory:hover img {
    display: none
}

.single-inventory:hover .hover-image img {
    margin: auto;
    display: table;
    margin-bottom: 25px
}

.single-inventory.active-color {
    background: #FE0000
}

.single-inventory.active-color h3 {
    color: #ffff
}

.single-inventory.active-color h4 {
    color: #fff
}

.single-inventory.active-color h4 span {
    color: #fff
}

.single-inventory.active-color ul li {
    color: #fff
}

.single-inventory.active-color .custom-btn2 {
    background: #fff;
    color: #FE0000
}

.single-inventory.active-color .custom-btn2:hover {
    color: #fff
}

.single-inventory.active-color .image img {
    width: 40%;
    margin-bottom: 25px
}

.single-inventory.active-color .hover-image img {
    display: none;
    width: 40%;
    -webkit-transition: .5s;
    transition: .5s
}

.single-inventory.active-color:hover .hover-image img {
    display: block
}

.gallery-section {
    background-color: #f6f6f6
}

.gallery-section .gallery-slider.owl-theme .owl-dots {
    display: none
}

.gallery-section .gallery-slider.owl-theme .owl-nav .owl-dots {
    margin-top: 20px
}

.gallery-section .gallery-slider .single-item {
    position: relative
}

.gallery-section .gallery-slider .single-item .image-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#403f3f), color-stop(#643d3e), color-stop(#843939), color-stop(#a23031), to(#FE0000));
    background-image: linear-gradient(to top, #403f3f, #643d3e, #843939, #a23031, #FE0000);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: .9
}

.gallery-section .gallery-slider .single-item .image-hover h3 {
    color: #fff;
    opacity: 1;
    z-index: 1
}

.gallery-section .gallery-slider .single-item .image-hover .read-more {
    color: #fff;
    text-transform: capitalize;
    font-size: 12px
}

.gallery-section .gallery-slider .single-item .image-hover .read-more::before {
    bottom: 13px
}

.gallery-section .gallery-slider .single-item .image-hover .text {
    margin-left: 20px;
    margin-bottom: 20px
}

.gallery-section .gallery-slider .single-item:hover .image-hover {
    -webkit-transform: scale(1);
    transform: scale(1)
}

.appoinment-section .appoinment-wrapper {
    background: #f6f6f6;
    position: relative;
    z-index: 1
}

.appoinment-section .appoinment-wrapper .shape {
    position: absolute;
    top: 58%;
    width: 10%;
    left: 50%;
    z-index: -1;
    opacity: .1
}

.appoinment-section .appoinment-bg {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

.appoinment-section .appoinment-bg .play-video {
    text-align: right;
    font-size: 80px;
    margin-right: -40px
}

.appoinment-section .appoinment-bg .play-video i {
    color: #fff;
    background: #FE0000;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 1
}

.appoinment-section .appoinment-bg .play-video2 {
    position: relative
}

.appoinment-section .appoinment-bg .play-video2::after {
    z-index: 1;
    content: '';
    position: absolute;
    left: -7px;
    top: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    border-radius: 50%;
    background: #FE0000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    margin: auto;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite
}

.appoinment-section .appoinment-bg .play-video2 a:focus {
    color: #fff
}

.appoinment-section .appoinment-form {
    margin-right: auto;
    margin-left: auto;
    max-width: 525px
}

.appoinment-section .appoinment-form .form-group {
    margin-bottom: 20px
}

.appoinment-section .appoinment-form .form-group textarea {
    height: 130px
}

.appoinment-section .appoinment-form .form-control {
    border: 0;
    border-bottom: 1px solid #bababa;
    text-transform: capitalize;
    color: #6c757d;
    background-color: unset;
    border-radius: 0;
    padding: 10px 0
}

.appoinment-section .appoinment-form .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.appoinment-section .appoinment-form .custom-btn2 {
    border: none;
    margin-top: 20px
}

.appoinment-section .appoinment-form .custom-btn2:hover {
    cursor: pointer
}

.appoinment-section .appoinment-form .nice-select {
    width: 100%;
    padding: .375rem .75rem;
    font-family: Poppins, sans-serif;
    height: unset;
    float: unset;
    line-height: 30px;
    z-index: 2;
    padding: 10px 0
}

.appoinment-section .appoinment-form .nice-select span {
    font-size: 17px
}

.appoinment-section .appoinment-form .nice-select .list {
    padding: 0;
    width: 100%
}

.single-choose {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #fff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    padding: 0 0;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 15px;
    text-align: center
}

.single-choose h3 {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #000;
    display: block;
    width: 100%;
    padding: 15px
}

.single-choose p {
    color: #000;
    -webkit-transition: .5s;
    transition: .5s
}

.single-choose i {
    color: #FE0000;
    font-size: 25px;
    line-height: 1
}

.single-choose .text {
    margin-left: 15px
}

.single-choose .text h3 {
    text-transform: capitalize;
    font-size: 16px
}

.single-choose .text p {
    margin-bottom: 0;
    line-height: 25px
}

.col-lg-6.choose:nth-child(2) {
    margin-top: 15px
}

.col-lg-6.choose:nth-child(4) {
    margin-top: 15px
}

.all-page-banner {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    padding: 18px
}

.all-page-banner.item-one {
    background-image: url(../img/all-banner/1.jpg)
}

.all-page-banner::before {
    content: "";
    position: absolute;
    background: #FE0000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.back .container-fluid {
    padding: 0px 45px
}

.back .col-md-4 {
    padding: 5px;
}

.back .col-md-4 img {
    border: 2px solid #fff;
}

.all-page-banner .banner-text {
    position: relative
}

.all-page-banner .banner-text h1 {
    color: #fff;
    text-transform: capitalize;
    font-size: 24px
}

.all-page-banner .banner-text ul {
    margin: 0;
    padding: 0
}

.all-page-banner .banner-text ul li {
    display: inline-block;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px
}

.all-page-banner .banner-text ul li a {
    color: #FE0000;
    margin-right: 5px;
    font-weight: 600
}

.all-page-banner .banner-text ul li i {
    margin-right: 5px
}

.car-details .left-side .single-item-slider button {
    display: none !important
}

.car-details .left-side .single-item-slider .slider-nav {
    margin-top: 10px
}

.car-details .left-side .details-wrapper h3 {
    font-size: 25px;
    font-weight: 700
}

.car-details .left-side .details-wrapper p {
    font-size: 16px;
    margin-bottom: 20px
}

.car-details .left-side .details-wrapper .all-text-wrap {
    margin-top: 30px
}

.car-details .left-side .details-wrapper .all-text-wrap blockquote {
    background: #faf8f8;
    padding: 30px;
    color: #5c5c5c;
    border-left: 4px solid #FE0000;
    font-style: italic;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px
}

.car-details .left-side .details-wrapper .all-text-wrap blockquote i {
    display: block;
    font-size: 32px;
    opacity: .4;
    line-height: 1
}

.car-details .left-side .details-wrapper .c-details-button {
    text-align: center
}

.car-details .left-side .details-wrapper .c-details-button .single-button {
    background: #faf8f8;
    padding: 50px 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%
}

.car-details .left-side .details-wrapper .c-details-button .single-button i {
    font-size: 30px;
    margin-right: 10px;
    line-height: 1
}

.car-details .left-side .details-wrapper .c-details-button .single-button h2 {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.car-details .right-side .price-box-wrapper {
    padding-top: 87px;
    position: relative
}

.car-details .right-side .price-box-wrapper .price-top {
    background: #FE0000;
    text-align: center;
    padding: 35px 20px
}

.car-details .right-side .price-box-wrapper .price-top span {
    color: #fff;
    font-size: 25px;
    font-weight: 600
}

.car-details .right-side .price-box-wrapper .price-top h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 0
}

.car-details .right-side .price-box-wrapper .price-content {
    background: #faf8f8
}

.car-details .right-side .price-box-wrapper .price-content ul {
    margin: 0;
    padding: 0
}

.car-details .right-side .price-box-wrapper .price-content ul li {
    text-transform: uppercase;
    color: #757575;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #979797;
    padding: 20px 30px
}

.car-details .right-side .price-box-wrapper .price-content ul li span {
    color: #5c5c5c;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    position: absolute;
    right: 30px
}

.car-details .right-side .price-box-wrapper .price-content ul li:last-child {
    border-bottom: none
}

.car-details .right-side .financing-calculator {
    margin-top: 50px;
    background: #faf8f8;
    padding: 40px
}

.car-details .right-side .financing-calculator h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px
}

.car-details .right-side .financing-calculator label {
    text-transform: capitalize;
    color: #666
}

.car-details .right-side .financing-calculator .form-control {
    border-radius: 0;
    border: none;
    height: 50px;
    background: #dfdede
}

.car-details .right-side .financing-calculator .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    outline: 0
}

.single-shop {
    margin-bottom: 30px
}

.single-shop .shop-image {
    position: relative;
    overflow: hidden
}

.single-shop .shop-image img {
    border: 1px solid #eee;
    margin: auto;
    display: table
}

.single-shop .shop-image .add-cart-hover {
    text-align: center;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.single-shop .shop-image .add-cart-hover a {
    background: #FE0000;
    padding: 5px 30px;
    color: #ffff;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    font-size: 14px
}

.single-shop .shop-image .add-cart-hover a:hover {
    background: #222
}

.single-shop:hover .add-cart-hover {
    bottom: 0
}

.single-shop:hover h3 {
    color: #FE0000
}

.single-shop .image-caption {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 18px;
    border: 1px solid #eee;
    border-top: none
}

.single-shop .image-caption h3 {
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: uppercase;
    font-size: 13px
}

.single-shop .image-caption span {
    font-size: 15px;
    font-weight: 600;
    color: #FE0000
}

.pagination-wrap {
    margin: auto;
    display: table;
    margin-top: 10px
}

.pagination {
    margin-top: 40px
}

.pagination-lg .page-link {
    font-size: 16px;
    padding: 10px 20px;
    color: #393d72;
    margin-right: 10px
}

.pagination-lg .page-item:last-child .page-link {
    border-radius: 0
}

.page-item:last-child .page-link {
    border-radius: 0
}

.pagination-lg .page-item:first-child .page-link {
    border-radius: 0
}

.page-link:hover {
    text-decoration: none;
    background-color: #FE0000;
    border-color: transparent;
    color: #ffff
}

.page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.page-item.active .page-link {
    background-color: #FE0000;
    border-color: 0;
    border: 1px solid #FE0000;
    color: #fff
}

.right-shop .productsearchform {
    position: relative
}

.right-shop .productsearchform input {
    background: #eee;
    border: none;
    padding: 10px 20px;
    width: 100%;
    caret-color: #FE0000;
    height: 60px
}

.right-shop .productsearchform input:focus {
    -webkit-box-shadow: 0;
    box-shadow: 0;
    border: none;
    outline: 0
}

.right-shop .productsearchform button {
    position: absolute;
    top: 0;
    right: 14px;
    border: none;
    height: 100%;
    color: #646464;
    background: 0 0;
    font-size: 20px
}

.right-shop .productsearchform button:hover {
    cursor: pointer;
    color: #FE0000
}

.right-shop .category-wrapper {
    background-color: #f8f8f8;
    margin-top: 30px;
    padding: 25px
}

.right-shop .category-wrapper .cate-box .cate-title {
    border-bottom: 1px solid #e4e4e4
}

.right-shop .category-wrapper .cate-box .cate-title h3 {
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
    font-size: 17px;
    color: #5c5c5c;
    padding-bottom: 10px
}

.right-shop .category-wrapper .cate-box .cate-list {
    margin: 0;
    padding: 20px 0;
    padding-bottom: 0
}

.right-shop .category-wrapper .cate-box .cate-list li {
    margin-bottom: 10px
}

.right-shop .category-wrapper .cate-box .cate-list li:last-child {
    margin-bottom: 0
}

.right-shop .category-wrapper .cate-box .cate-list li a {
    color: #585555;
    font-size: 16px;
    text-transform: capitalize
}

.right-shop .category-wrapper .cate-box .cate-list li a i {
    font-size: 20px;
    margin-right: 10px
}

.right-shop .category-wrapper .cate-box .cate-list li a:hover {
    color: #FE0000
}

.right-shop .products-box {
    padding: 30px;
    background-color: #f8f8f8;
    margin-top: 30px
}

.right-shop .products-box .pro-title h3 {
    font-weight: 600;
    -webkit-transition: .5s;
    transition: .5s;
    text-transform: capitalize;
    font-size: 17px;
    color: #5c5c5c;
    padding-bottom: 10px
}

.right-shop .products-box .single-product {
    margin-top: 30px
}

.right-shop .products-box .single-product h3 {
    font-size: 14px;
    color: #5c5c5c;
    text-transform: capitalize
}

.right-shop .products-box .single-product h3:hover {
    color: #FE0000
}

.right-shop .products-box .single-product .star-list {
    margin: 0;
    padding: 0
}

.right-shop .products-box .single-product .star-list li {
    display: inline-block
}

.right-shop .products-box .single-product .star-list li i {
    color: #e1b712;
    font-size: 14px
}

.right-shop .products-box .single-product .price span {
    color: #FE0000;
    font-size: 14px
}

.right-shop .products-box .single-product-image {
    text-align: right
}

.right-shop .products-box .single-product-image img {
    width: 30px
}

.cart-details {
    box-shadow: 0 0 20px 0 rgba(194, 194, 194, .35);
    margin-bottom: 15px
}

.cart-details .shop-single-slider .slider-for img {
    display: block;
    border: 1px solid #e4e4e4
}

.cart-details .shop-single-slider .slider-for img:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0
}

.cart-details .shop-single-slider .slider-nav {
    margin-top: 10px;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4
}

.cart-details .shop-single-slider .slider-nav img {
    display: block;
    border: 1px solid #e4e4e4;
    border-left: 0
}

.cart-details .shop-single-slider .slider-nav img:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

.cart-details .shop-single-slider button {
    display: none !important
}

.product-details {
    padding: 15px
}

.cart-details .product-details h3 {
    font-size: 18px;
    font-weight: 600;
    color: #3c3c3c;
    text-transform: uppercase;
    margin: 15px 0
}

.cart-details .product-details .price span {
    font-size: 18px;
    color: #FE0000;
    display: inline-block;
    margin-bottom: 10px
}

.cart-details .product-details .price del {
    color: #696969
}

.cart-details .product-details p {
    font-size: 16px
}

.cart-details .product-details .product-option .product-row input {
    width: 70px;
    font-size: 15px;
    color: #000;
    float: left;
    padding: 10px 10px;
    border: 2px solid #eee;
    font-weight: 600;
    color: #FE0000
}

.cart-details .product-details .product-option .product-row .theme-btn {
    margin-left: 15px;
    background: 0 0;
    border: 2px solid #eee;
    color: #FE0000;
    font-weight: 600;
    padding: 10px 25px;
    transition: .5s;
    -webkit-transition: .5s;
    font-size: 15px
}

.cart-details .product-details .product-option .product-row .theme-btn:hover {
    cursor: pointer;
    background-color: #FE0000;
    color: #fff;
    border-color: #FE0000
}

.cart-details .product-details h6 {
    font-weight: 400;
    font-size: 14px;
    text-transform: lowercase;
    margin-top: 20px
}

.cart-details .product-details h6 span {
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize;
    margin-right: 10px
}

.product-wrapper {
    border-top: 1px solid #e6e5e5;
    padding-bottom: 10px
}

.product-wrapper:last-child {
    padding-bottom: 0
}

.left-shop-section .right-shop {
    margin-bottom: 30px
}

.shop-cart-tab .nav-pills {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-bottom: 0;
}

.shop-cart-tab .nav-pills .nav-link.active {
    color: #000
}

.shop-cart-tab .nav-pills .show>.nav-link {
    color: #000
}

.shop-cart-tab .nav-item .nav-link {
    background: 0 0;
    color: #000;
    border-right: 1px solid transparent;
    border-radius: 0;
    position: relative;
    text-transform: uppercase
}

.shop-cart-tab li+li+li .nav-link:last-child {
    border-right: 1px solid #eee
}

.shop-cart-tab .shop-tab .description img {
    width: 213px !important;
    height: 170px !important;
}

.shop-cart-tab a.nav-link {
    display: block;
    padding: 8px 60px !important;
    margin: 7px 0px !important;
}

.shop-cart-tab .shop-tab p {
    font-size: 16px;
    color: #868686;
    margin-bottom: 0;
    line-height: 32px !important;
    /*text-align: justify*/
}

.shop-cart-tab .shop-tab .info h3 {
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 20px
}

.shop-cart-tab .shop-tab .info tr {
    border-top: 1px solid silver;
    text-align: center
}

.shop-cart-tab .shop-tab .info th {
    width: 50%;
    border-right: 1px solid silver
}

.border-for {
    border: 1px solid #eee
}

.border-nav img {
    border: 1px solid #e9e9e9 !important
}

.border-nav img:nth-child(4) {
    border-right: 1px solid #cecbcb !important
}

.shop-cart-tab .nav-pills .nav-link {
    border: 1px solid #eee;
    border-bottom: 0;
    color: #FE0000;
    text-transform: capitalize;
    background: #fff
}

.shop-cart-tab .nav-pills .nav-link.active {
    border-bottom: unset;
    background: #FE0000;
    color: #ffff;
    border: 1px solid #eee
}

.review h3 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000
}

.review ol {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.review ol li {
    border-bottom: 1px solid #eee
}

.review ol li .comment-wrap {
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px
}

.review ol li .comment-wrap .prof-image img {
    position: absolute;
    left: 0;
    top: -30px;
    bottom: 0;
    max-width: 100px;
    width: 100%;
    margin: auto;
    border-radius: 50%
}

.review ol li .comment-wrap .text-wrap {
    padding-left: 120px
}

.review ol li .comment-wrap .text-wrap p {
    margin-top: 12px;
    margin-bottom: 0
}

.review ol li .comment-wrap .text-wrap .text-meta {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.review ol li .comment-wrap .text-wrap .text-meta strong {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: #FE0000
}

.review ol li .comment-wrap .text-wrap .text-meta .dashed {
    margin-left: 10px;
    margin-right: 10px
}

.review ol li .comment-wrap .text-wrap .text-meta .time {
    text-transform: uppercase;
    color: #767575;
    font-weight: 400;
    font-size: 12px
}

.review ol li .comment-wrap .text-wrap .text-meta .rate {
    margin-left: 10px;
    position: unset
}

.review ol li .comment-wrap .text-wrap .text-meta .rate i {
    color: #fe6367;
    font-size: 12px
}

.comment-box-wrapper .comment-heading h3 {
    margin-top: 30px;
    margin-bottom: 10px
}

.comment-box-wrapper .comment-heading p {
    font-size: 16px;
    margin-bottom: 10px
}

.comment-box-wrapper .raiting-p {
    margin-bottom: 30px
}

.comment-box-wrapper .raiting-p i {
    color: #fe6367
}

.comment-box-wrapper .comment-form .form-group {
    margin-bottom: 30px
}

.comment-box-wrapper .comment-form .form-group .form-control {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    padding-left: 15px;
    border-radius: 0;
    font-size: 14px
}

.comment-box-wrapper .comment-form .form-group .form-control:focus {
    border: 1px solid #dfdede
}

.comment-box-wrapper .comment-form .form-group textarea.form-control {
    height: 200px
}

.comment-box-wrapper .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border-color: #909090
}

.comment-box-wrapper button.custom-btn2 {
    border-radius: 0 !important
}

.comment-box-wrapper .rel-post h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 30px
}

.comment-box-wrapper .rel-p-text h3 {
    margin-bottom: 10px
}

.related-post {
    padding-top: 30px
}

.related-post h3 {
    text-transform: capitalize;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 30px
}

.related-post .single-shop {
    margin-bottom: 0
}

.related-post .related-post-slider.owl-theme .owl-dots {
    display: none
}

.related-post2 .single-shop .image-caption h3 {
    margin-bottom: 5px;
    font-size: 14px
}

.blog-details .article-content {
    margin-top: 30px
}

.blog-details .article-content h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize
}

.blog-details .article-content .entry-meta {
    margin-bottom: 17px
}

.blog-details .article-content .entry-meta ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none
}

.blog-details .article-content .entry-meta ul li {
    margin: 0 10px;
    position: relative;
    display: inline-block;
    color: #666
}

.blog-details .article-content .entry-meta ul li a {
    display: inline-block;
    color: #666;
    font-size: 12px
}

.blog-details .article-content .entry-meta ul li a:hover {
    color: #FE0000
}

.blog-details .article-content .entry-meta ul li i {
    color: #FE0000;
    font-size: 16px;
    margin-right: 2px
}

.blog-details .article-content .entry-meta ul li::before {
    content: '';
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -15px;
    width: 6px;
    height: 1px;
    background: #666
}

.blog-details .article-content .entry-meta ul li:last-child {
    margin-right: 0
}

.blog-details .article-content .entry-meta ul li:last-child::before {
    display: none
}

.blog-details .article-content .entry-meta ul li:first-child {
    margin-left: 0
}

.blog-details .article-content .wp-block-gallery.columns-3 {
    padding-left: 0;
    list-style-type: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 30px;
    margin-top: 30px
}

.blog-details .article-content .wp-block-gallery.columns-3 li {
    -ms-flex: 0 0 33.3333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 15px;
    padding-left: 15px
}

.blog-details .article-content .wp-block-gallery.columns-3 li figure {
    margin-bottom: 0
}

.blog-details .article-content .article-features-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 15px;
    margin-left: 20px
}

.blog-details .article-content .article-features-list li {
    margin-bottom: 12px;
    color: #666;
    position: relative;
    padding-left: 15px
}

.blog-details .article-content .article-features-list li::before {
    background: #0e101b;
    height: 7px;
    width: 7px;
    content: '';
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    position: absolute
}

.blog-details .article-content .article-features-list li:last-child {
    margin-bottom: 0
}

.blog-details .article-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

.blog-details .article-footer .article-tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.blog-details .article-footer .article-tags span {
    display: inline-block;
    color: #0e101b;
    font-size: 20px;
    margin-right: 5px;
    position: relative;
    top: 2px
}

.blog-details .article-footer .article-tags a {
    display: inline-block;
    color: #666
}

.blog-details .article-footer .article-tags a:hover {
    color: #FE0000
}

.blog-details .article-footer .article-share {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%
}

.blog-details .article-footer .article-share .social {
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    margin-bottom: 0
}

.blog-details .article-footer .article-share .social li {
    display: inline-block;
    margin-right: 5px
}

.blog-details .article-footer .article-share .social li a i {
    color: #fff;
    background-color: #0651a2;
    width: 33px;
    height: 33px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    font-size: 13px;
    -webkit-transition: .5s;
    transition: .5s
}

.blog-details .article-footer .article-share .social li a i:hover {
    color: #fff;
    background-color: #FE0000
}

.blog-details .article-footer .article-share .social li a i.fa-facebook-f {
    background-color: #3b5998;
    color: #fff
}

.blog-details .article-footer .article-share .social li a i.fa-twitter {
    background-color: #1da1f2;
    color: #fff
}

.blog-details .article-footer .article-share .social li a i.fa-twitter:hover {
    background: #FE0000;
    color: #ffff
}

.blog-details .article-footer .article-share .social li a i.fa-linkedin-in {
    background-color: #0077b5;
    color: #fff
}

.blog-details .article-footer .article-share .social li a i.fa-linkedin-in:hover {
    background: #FE0000
}

.blog-details .article-footer .article-share .social li a i.fa-instagram {
    background-color: #c13584;
    color: #fff
}

.blog-details .article-footer .article-share .social li a i.fa-instagram:hover {
    background: #FE0000
}

.blog-details .post-navigation {
    margin-top: 30px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px
}

.blog-details .post-navigation .navigation-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.blog-details .post-navigation .navigation-links a {
    color: #FE0000
}

.blog-details .post-navigation .navigation-links .nav-previous {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.blog-details .post-navigation .navigation-links .nav-previous a i {
    margin-right: 2px
}

.blog-details .post-navigation .navigation-links .nav-next {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    text-align: right;
    color: red
}

.blog-details .post-navigation .navigation-links .nav-next a i {
    margin-left: 2px
}

.blog-details .post-navigation .navigation-links div a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700
}

blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px
}

blockquote p {
    color: #0e101b;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    font-size: 18px;
    text-align: left
}

blockquote cite {
    display: none
}

blockquote::before {
    color: #efefef;
    content: "\f111";
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    font-family: Flaticon;
    font-size: 140px;
    font-style: normal
}

.blockquote {
    overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px
}

.blockquote p {
    color: #0e101b;
    line-height: 1.6;
    margin-bottom: 0;
    font-style: italic;
    font-weight: 600;
    font-size: 20px
}

.blockquote cite {
    display: none
}

.blockquote::before {
    color: #efefef;
    content: "\f119";
    position: absolute;
    left: 50px;
    top: -50px;
    z-index: -1;
    font-family: Flaticon;
    font-size: 140px;
    font-style: normal
}

.comments-area {
    background-color: #f8f8f8;
    padding: 30px;
    margin-top: 30px
}

.comments-area .comments-title {
    position: relative;
    margin-bottom: 30px;
    line-height: initial;
    font-size: 18px;
    font-weight: 600
}

.comments-area .comments-title::before {
    content: '';
    height: 25px;
    width: 3px;
    left: -30px;
    position: absolute;
    background: #FE0000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.comments-area ol {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.comments-area ul {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.comments-area .comment-list {
    padding: 0;
    margin: 0;
    list-style-type: none
}

.comments-area .children {
    margin-left: 20px
}

.comments-area .comment-body {
    border-bottom: 1px solid #eee;
    padding-left: 65px;
    color: #0e101b;
    font-size: 14px;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.comments-area .comment-body .reply {
    margin-top: 15px
}

.comments-area .comment-body .reply a {
    border: 1px solid #ded9d9;
    color: #0e101b;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700
}

.comments-area .comment-body .reply a:hover {
    color: #fff;
    background-color: #FE0000;
    border-color: #FE0000
}

.comments-area .comment-meta {
    margin-bottom: .8em
}

.comments-area .comment-author {
    font-size: 14px;
    margin-bottom: .4em;
    position: relative;
    z-index: 2
}

.comments-area .comment-author .avatar {
    height: 50px;
    left: -65px;
    position: absolute;
    width: 50px;
    border-radius: 50%
}

.comments-area .comment-author .avatar .fn {
    font-weight: 700
}

.comments-area .comment-author .avatar .says {
    display: none
}

.comments-area .comment-metadata {
    color: #666;
    letter-spacing: .01em;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600
}

.comments-area .comment-metadata a {
    color: #666
}

.comments-area .comment-metadata a:hover {
    color: #FE0000
}

.comments-area .comment-content p {
    font-size: 14px
}

.comments-area .comment-respond .comment-reply-title {
    margin: 0;
    position: relative;
    font-size: 18px;
    font-weight: 600
}

.comments-area .comment-respond .comment-reply-title::before {
    content: '';
    height: 25px;
    width: 3px;
    left: -30px;
    position: absolute;
    background: #FE0000;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
    font-size: 15px;
    display: inline-block
}

.comments-area .comment-respond .comment-form {
    overflow: hidden
}

.comments-area .comment-respond .comment-notes {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 10px
}

.comments-area .comment-respond .comment-notes .required {
    color: red
}

.comments-area .comment-respond .comment-form-comment {
    margin-top: 15px;
    float: left;
    width: 100%
}

.comments-area .comment-respond label {
    display: block;
    font-weight: 600;
    color: #0e101b;
    margin-bottom: 3px
}

.comments-area .comment-respond input[type=date] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=time] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=datetime-local] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=week] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=month] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=text] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=email] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=url] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=password] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=search] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=tel] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=number] {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond textarea {
    display: block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #eee;
    padding: .625em .7375em;
    outline: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.comments-area .comment-respond input[type=date]:focus {
    border-color: #FE0000
}

.comments-area .comment-respond input[type=time]:focus {
    border-color: #FE0000
}

.comments-area .comment-respond input[type=datetime-local]:focus {
    border-color: #FE0000
}

.comments-area .comment-respond input[type=week]:focus {
    border-color: #FE0000
}

.comments-area .comment-respond input[type=month]:focus {
    border-color: #FE0000
}

.comments-area .comment-respond input[type=text]:focus {
    border-color: #FE0000
}

.comments-area .comment-respond input[type=email]:focus {
    border-color: #FE0000
}

.comments-area .comment-respond input[type=url]:focus {
    border-color: #FE0000
}

.comments-area .comment-respond input[type=password]:focus {
    border-color: #FE0000
}

.comments-area .comment-respond input[type=search]:focus {
    border-color: #FE0000
}

.comments-area .comment-respond input[type=tel]:focus {
    border-color: #FE0000
}

.comments-area .comment-respond input[type=number]:focus {
    border-color: #FE0000
}

.comments-area .comment-respond textarea:focus {
    border-color: #FE0000
}

.comments-area .comment-respond .comment-form-author {
    float: left;
    width: 50%;
    padding-right: 10px;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-email {
    float: left;
    width: 50%;
    padding-left: 12px;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-url {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-cookies-consent {
    width: 100%;
    float: left;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px
}

.comments-area .comment-respond .comment-form-cookies-consent input {
    position: absolute;
    left: 0;
    top: 6px
}

.comments-area .comment-respond .comment-form-cookies-consent label {
    display: inline-block;
    margin: 0;
    color: #666;
    font-weight: 400
}

.comments-area .comment-respond .form-submit {
    float: left;
    width: 100%
}

.comments-area .comment-respond .form-submit input {
    background: #FE0000;
    border: none;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    cursor: pointer;
    outline: 0;
    border-radius: 0;
    -webkit-transition: .5s;
    transition: .5s;
    font-weight: 600;
    font-size: 14px
}

.comments-area .comment-respond .form-submit input:hover {
    color: #fff;
    background-color: #0e101b
}

.comments-area .comment-respond .form-submit input:focus {
    color: #fff;
    background-color: #0e101b
}

.single-contact i {
    color: #FE0000;
    font-size: 30px;
    margin-bottom: 12px
}

.single-contact h3 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 6;
    margin-top: 6px
}

.single-contact p {
    margin-bottom: 0;
    font-size: 18px
}

.contact-form-section .form-control {
    border-radius: 0;
    height: 50px;
    font-size: 13px;
    text-transform: capitalize
}

.contact-form-section .form-control:focus {
    border-color: none !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.contact-form-section textarea.form-control {
    height: 200px;
    padding-top: 10px
}

.contact-form-section form#contactForm {
    background: #eee;
    padding: 50px 30px
}

.contact-form-section .submit-btn {
    background: #FE0000 !important
}

.contact-form-section .submit-btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important
}

.contact-form-section .custom-btn2 {
    border: none;
    border-radius: 0;
    text-transform: capitalize
}

.contact-form-section .custom-btn2:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.contact-form-section .contact-map iframe {
    width: 100%;
    height: 625px;
    border: none
}

.cart-table table {
    margin-bottom: 0
}

.cart-table table thead tr th {
    border-bottom-width: 0;
    vertical-align: middle;
    padding: 0 0 15px;
    text-transform: uppercase;
    border: none;
    font-weight: 600;
    font-size: 14px
}

.cart-table table tbody tr td {
    vertical-align: middle;
    color: #666;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    border-color: #e4e4e4;
    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: 80px
}

.cart-table table tbody tr td.product-name a {
    color: #666;
    font-weight: 600;
    display: inline-block;
    text-transform: capitalize
}

.cart-table table tbody tr td.product-name a:hover {
    color: #FE0000
}

.cart-table table tbody tr td.product-price span {
    font-weight: 500
}

.cart-table table tbody tr td.product-subtotal {
    overflow: hidden
}

.cart-table table tbody tr td.product-subtotal .remove {
    color: #FE0000;
    float: right;
    position: relative;
    top: -1px;
    font-size: 20px
}

.cart-table table tbody tr td.product-subtotal span {
    font-weight: 500
}

.cart-table table tbody tr td.product-quantity .input-counter {
    max-width: 130px;
    min-width: 130px;
    text-align: center;
    display: inline-block;
    position: relative
}

.cart-table table tbody tr td.product-quantity .input-counter span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #d0d0d0;
    width: 40px;
    height: 100%;
    line-height: 48px;
    -webkit-transition: .5s;
    transition: .5s
}

.cart-table table tbody tr td.product-quantity .input-counter span:hover {
    color: #ff5d24
}

.cart-table table tbody tr td.product-quantity .input-counter span.minus-btn {
    left: 0
}

.cart-table table tbody tr td.product-quantity .input-counter span.plus-btn {
    right: 0
}

.cart-table table tbody tr td.product-quantity .input-counter input {
    height: 45px;
    color: #323232;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 17px;
    font-weight: 600
}

.cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
    color: #323232
}

.cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
    color: #323232
}

.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
    color: #323232
}

.cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
    color: #323232
}

.cart-buttons {
    margin-top: 30px
}

.cart-totals {
    background: #fff;
    padding: 40px;
    max-width: 620px;
    -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, .08);
    border-radius: 5px;
    margin-left: auto;
    margin-top: 50px
}

.cart-totals h3 {
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: 700
}

.cart-totals ul {
    padding: 0;
    margin: 0 0 25px;
    list-style-type: none
}

.cart-totals ul li {
    border: 1px solid #dee2e6;
    padding: 10px 15px;
    color: #323232;
    overflow: hidden;
    font-weight: 600
}

.cart-totals ul li:first-child {
    border-bottom: none
}

.cart-totals ul li:last-child {
    border-top: none
}

.cart-totals ul li span {
    float: right;
    color: #666;
    font-weight: 400
}

.mean-menu {
    display: flex !important;
    justify-content: flex-end !important
}

.main-nav nav ul {
    display: inline-block !important;
    text-align: right !important
}

.main-nav nav ul li {
    display: inline-block
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 4rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand2 {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 4rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.banner-location .single-offer {
    display: inline-block
}

.banner-location .single-offer {
    margin: 10px 6px
}

.banner-location .single-offer i {
    font-size: 50px;
    color: #FE0000;
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s
}

.navbar {
    padding: 0 !important
}

.btn-primary {
    background-color: #fff !important;
    color: #FE0000;
    padding: 10px 20px;
    border: none !important
}

#toTop1 {
    display: none !important
}

.float1 {
    display: none !important
}

.float {
    display: none !important
}

.chatbox {
    display: none !important
}

.single-offer img {
    width: 160px;
    height: 160px
}

.layout-header1 {
    display: none !important
}

.mobilelogo {
    display: none !important
}

a .quick-alo-ph-img-circle {
    background-color: #d33
}

.quick-alo-ph-img-circle.shake {
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    position: absolute;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    color: #09ba27;
    -webkit-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -moz-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -ms-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -o-animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    animation: quick-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.quick-alo-ph-circle-fill.active {
    width: 60px;
    height: 60px;
    top: -15px;
    left: -15px;
    position: absolute;
    background-color: #000;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    opacity: 1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.quick-alo-ph-circle-fill.active {
    background: #fff !important
}

@-webkit-keyframes quick-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
}

@keyframes quick-alo-circle-fill-anim {
    0% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
    50% {
        transform: rotate(0) scale(1) skew(1deg);
        opacity: .5
    }
    100% {
        transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5
    }
}

@keyframes quick-alo-circle-img-anim {
    10% {
        transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -moz-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -moz-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg)
    }
}

@keyframes quick-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

.quick-alo-ph-circle.active {
    width: 85px;
    height: 85px;
    top: -4px;
    left: -18px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    opacity: 1;
    -webkit-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    animation: quick-alo-circle-anim 1.2s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.quick-alo-ph-circle.active {
    border: 2px solid #fff !important
}

@keyframes quick-alo-circle-anim {
    0% {
        -moz-transform: rotate(0) scale(.5) skew(1deg);
        opacity: .1;
        -moz-opacity: .1;
        -webkit-opacity: .1;
        -o-opacity: .1
    }
    30% {
        -moz-transform: rotate(0) scale(.7) skew(1deg);
        opacity: .5;
        -moz-opacity: .5;
        -webkit-opacity: .5;
        -o-opacity: .5
    }
    100% {
        -moz-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6;
        -moz-opacity: .6;
        -webkit-opacity: .6;
        -o-opacity: .1
    }
}

@keyframes quick-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(.5) skew(1deg);
        -webkit-opacity: .1
    }
    30% {
        -webkit-transform: rotate(0) scale(.7) skew(1deg);
        -webkit-opacity: .5
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

.shape3 {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.shape3 .play-video a {
    top: 50%;
    left: 50%;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 80px;
    color: #fff
}

.shape3 .play-video i.fa-whatsapp {
    background: #FE0000;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.play-video::after {
    z-index: -1;
    content: '';
    left: -8px;
    top: 0;
    width: 100px;
    height: 100px;
    opacity: 1;
    border-radius: 50%;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    bottom: 0;
    margin: auto;
    -webkit-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite
}

.play-video a:focus {
    color: #fff
}

@-webkit-keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

@keyframes ripple {
    0%,
    35% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 1
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        opacity: .8
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(2);
        transform: scale(2)
    }
}

.mobile-footer {
    display: none
}

.social-icon1 {
    padding: 10px 0;
    text-align: center;
}

.social-icon1 ul li {
    display: inline-block
}

.social-icon1 ul li a {
    padding: 7px 13px;
    text-align: center;
    color: #fff;
    font-size: 14px
}

.stores {
    padding: 50px 0
}

.stores .locations {
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    margin-bottom: 15px
}

.stores .locations h3 {
    font-size: 20px;
    color: #FE0000;
    border-top: 4px solid #FE0000;
    border-bottom: 1px solid #cdcdcd;
    padding: 10px 0;
}

.stores .locations p {
    font-size: 16px;
    padding: 15px 0
}

.stores .locations a {
    padding: 10px 20px;
    background-color: #FE0000
}

.stores .locations .btn-primary {
    background-color: #FE0000 !important;
    color: #fff;
    border-radius: 0 !important;
    margin-bottom: 10px
}

.services {
    padding: 50px 0
}

.services .single-add-box {
    border: 1px solid #cdcdcd
}

.service-sidebar h2 {
    text-align: center;
    background-color: #FE0000;
    color: #fff;
    font-size: 20px;
    padding: 10px
}

.service-sidebar ul {
    padding: 0 !important
}

.service-sidebar ul li {
    margin: 10px 0;
    box-shadow: 0 0 20px 0 rgba(194, 194, 194, .35)
}

.service-sidebar ul li a {
    padding: 15px;
    color: #000;
    display: block;
    font-size: 16px
}

.service-sidebar ul li a:hover {
    background-color: #FE0000;
    color: #fff
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%
}

.center1 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.main-content {
    position: relative
}

.owl-theme .custom-nav {
    position: absolute;
    top: 40%;
    left: 50px;
    right: 50px
}

.owl-theme .custom-nav .owl-next,
.owl-theme .custom-nav .owl-prev {
    position: absolute;
    height: 100px;
    color: inherit;
    background: 0 0;
    border: none;
    z-index: 100
}

.owl-theme .custom-nav .owl-next i,
.owl-theme .custom-nav .owl-prev i {
    font-size: 65px;
    color: #FE0000
}

.owl-theme .custom-nav .owl-prev {
    left: 0
}

.owl-theme .custom-nav .owl-next {
    right: 0
}

.store-details {
    padding: 10px 0
}

/*.store-details .container-fluid {
    padding: 0 15px
}*/

.store-details .form-control {
    border-radius: 0;
    height: 50px;
    font-size: 13px;
    text-transform: capitalize
}

.store-details .form-control:focus {
    border-color: none !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.store-details textarea.form-control {
    height: 130px;
    padding-top: 10px
}

.store-details div#contactForm {
    background: #eee;
    padding: 20px 15px
}

.store-details .submit-btn {
    background: #FE0000 !important
}

.store-details .submit-btn:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important
}

.store-details .custom-btn2 {
    border: none;
    border-radius: 0;
    text-transform: capitalize
}

.store-details .custom-btn2:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.store-details .contact-map iframe {
    width: 100%;
    height: 400px;
    border: none;
    margin-top: 20px
}

.store-details .contactdetails {
    padding: 10px 0
}

.regionFooterRow {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    background-color: #FE0000;
    padding: 10px 0
}

.popular-region-heading {
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #fff
}

.popular-region-heading-text {
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.region-bar {
    padding: 0;
    text-align: center
}

.region-bar li {
    display: inline-block;
    padding-inline-start: 0;
    line-height: 3rem
}

.region-bar li a {
    color: #fff;
    font-size: 16px;
    padding-right: 15px;
    padding-left: 15px
}

.region-bar li i {
    color: #fff
}

.owl-dots {
    display: none !important
}

.store-details .gallery {
    background-color: #fff;
    padding: 20px;
    margin-top: 15px
}

.store-details .gallery img {
    -webkit-transition: -webkit-transform .15s ease 0s;
    -moz-transition: -moz-transform .15s ease 0s;
    -o-transition: -o-transform .15s ease 0s;
    transition: transform .15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
    padding: 15px 0
}

.contentdirection {
    display: block !important
}

.gallerypage {
    padding: 40px 0
}

.mobileservice .single-add-box .add-box-content h3 {
    margin-bottom: 0 !important;
    padding: 7px !important;
    font-size: 12px !important
}

.logo-section h3 {
    text-align: left
}

.offer-section .single-add-box1 {
    width: 100%;
    margin: 15px 0
}

.single-add-box1 .border-caption {
    border: 1px solid #eee
}

.single-add-box1 .border-caption h3 {
    font-size: 14px;
    padding: 10px 0;
    margin: 0 !important
}

.single-add-box1 .image-caption-wrapper {
    background: #fff
}

.single-add-box1 .image-caption-wrapper .add-box-content h3 {
    text-transform: capitalize;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center
}

.single-add-box1 .image-caption-wrapper .add-box-bottom {
    background: #fff;
    overflow: hidden;
    padding: 10px;
    border-top: 1px solid #eee;
    position: relative
}

.single-add-box1 .image-caption-wrapper .add-box-bottom h5 {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    color: #FE0000
}

.rating {
    padding: 30px 0;
    text-align: center
}

.rating .star a {
    text-align: center !important;
    margin: 10px
}

.rating .star a i {
    font-size: 160px;
    color: #be2620;
    text-align: center
}

.modal-body .tab-content .form-control {
    line-height: 35px;
    border-radius: 0;
    width: 100%
}

.nice-select {
    margin-bottom: 15px;
    height: 49px;
    padding-left: 12px;
    letter-spacing: 2px
}

.list {
    width: 100% !important
}

.sicialmediadesktop {
    text-align: center;
    background-color: #be2620;
    margin-bottom: 15px
}

.sicialmediadesktop a {
    font-size: 30px;
    color: #fff
}

.location {
    display: block !important;
}

.location .section-title h3 {
    font-size: 24px;
    color: #FE0000
}

.sampleservice {
    width: 24% !important;
    margin: 5px;
}

.media i img {
    width: 60px !important;
}

.storemobile {
    display: none;
}

.tab-content iframe {
    width: 100%;
    height: 240px;
}

.modal-dialog {
    max-width: 820px !important;
    margin: 5px;
    top: 170px;
}

#basicExampleModal .modelleft {
    background-color: #FE0000;
    text-align: center;
    padding: 13px;
    height: 515px
}

#basicExampleModal .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px !important;
}

#basicExampleModal .modal-body .modelleft h3 {
    margin-bottom: 0px !important;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
}

#basicExampleModal .modal-body .modelleft h4 {
    border-top: 2px dashed #fff;
    padding: 7px 0px;
    border-bottom: 2px dashed #fff;
    color: #fff;
    margin-top: 25px;
}

/*#basicExampleModal .modal-body .col-md-5{padding: 0px !important}*/

#basicExampleModal .modal-body .modelright {
    padding: 25px 50px 15px 0px;
}

#basicExampleModal .modal-body .modelright .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 35px;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

select.form-control:not([size]):not([multiple]) {
    height: 50px;
}

.close {
    padding: 12px 12px !important;
    color: #FE0000
}

.close span {
    font-size: 38px;
    color: #FE0000 !important
}

.thank-you-wrapper.thank-wrapper-style-three {
    background-size: cover;
    padding-bottom: 100px;
}

.thank-you-wrapper.thank-wrapper-style-one {
    padding: 50px 0px 50px;
}

.thank-you-wrapper {
    margin: 30px 0px;
    max-width: 100%;
    position: relative;
    -webkit-box-shadow: 0px 5px 79px 0px rgba(0, 0, 0, 0.29);
    box-shadow: 0px 5px 79px 0px rgba(0, 0, 0, 0.29);
}

.position-relative {
    position: relative !important;
}

.thank-you-wrapper.thank-wrapper-style-one .thank-txt {
    margin: 0 auto;
    max-width: 755px;
}

.text-center {
    text-align: center !important;
}

.thank-you-section a {
    background-color: #FE0000;
    color: #fff;
    padding: 15px 20px;
    border-radius: 5px;
    margin-top: 15px;
}

.backgroundimage .container-fluid {
    padding: 15px !important;
    background-color: #FAFAFA
}

.backgroundimage .bannerimg {
    padding: 15px;
    background-color: #fff;
}

.mobilesms {
    background-color: #000;
    width: 100%;
    float: left
}

.store-details1 {
    background-color: #FE0000;
    padding: 20px;
}

.single-contact1 h5 {
    font-size: 26px;
    color: #fff;
    padding: 0px 25px;
    margin-top: 8px;
}

.store-details1 .nav-link {
    text-align: right;
}

.store-details1 .nav-link span {
    background-color: #fff;
    border-radius: 6px;
    padding: 12px 25px;
    color: #FE0000;
    font-size: 15px;
    font-weight: 600;
}

pre.prettyprint.prettyprinted {
    padding: 10px 20px;
    border: 1px solid #ccc;
    margin: 0 0 40px;
}

dl {
    display: block;
    margin: 5px 0 20px;
    overflow: hidden;
}

dl>dt {
    display: block;
    clear: left;
    float: left;
    min-width: 160px;
}

dl>dd {
    display: block;
    float: left;
    margin: 0 0 20px 10px;
}

img.img-fluid {
    padding-bottom: 3px;
}

#basicExampleModal1 .modelleft {
    text-align: center;
    padding: 13px;
    background-color: #f4f4f4
}

#basicExampleModal1 .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px !important;
}

#basicExampleModal1 .modal-body .modelleft h3 {
    margin-bottom: 0px !important;
    color: #fff;
    font-size: 24px;
    line-height: 40px;
}

#basicExampleModal1 .modal-body .modelleft h4 {
    border-top: 2px dashed #fff;
    padding: 7px 0px;
    border-bottom: 2px dashed #fff;
    color: #fff;
    margin-top: 25px;
}

/*#basicExampleModal .modal-body .col-md-5{padding: 0px !important}*/

#basicExampleModal1 .modal-body .modelright {
    padding: 25px 15px 15px 15px;
    margin-top: 70px;
}

#basicExampleModal1 .modal-body .modelright h3 {
    text-align: center;
    font-size: 25px;
    color: #FE0000;
    margin-bottom: 30px;
}

#basicExampleModal1 .modal-body .modelright .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 2.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*.store-details{background-color: #FE0000;}*/

.store-details h3 {
    color: #FE0000;
}

.store-details a img {
    width: 208px;
    height: 140px;
    padding: 3px;
    background-color: #fff;
    border-radius: 5px;
    margin: 2px 2px 0px;
}

.store-details .map {
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
}

/*.row{margin: 0px !important}*/

.shop-cart-tab {
    background: #fafafa;
    padding: 20px 20px
}

/*.store-details12 .container-fluid{padding: 0px !important}*/

.store-details12 .shop-tab {
    /*    border: 1px solid #eee;
    padding: 10px;*/
    /*margin-bottom: 20px;*/
    margin-left: 0px;
}

.single-contact {
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    box-shadow: 0 0 1.25rem rgba(108, 118, 134, .1);
    padding: 20px;
    height: auto;
    margin-bottom: 14px;
    width: 100%;
    border: 1px solid #FE0000;
}

.store-details12 .email {
    width: 49% !important;
    display: inline-block;
    margin: 2px;
}

.tab-content {
    background-color: #fff;
    padding: 10px;
}

.tab-content h3 {
    color: #FE0000
}

.shop-cart-tab img {
    margin: 10px 0px
}

.box-shadow {
    box-shadow: 0 0 9px 0 rgba(29, 33, 67, .1);
}

.ttm-bgcolor-white {
    background-color: #fff;
    padding: 5px;
    border-radius: 6px;
}

.ttm-bgcolor-white .review {
    margin: 10px;
}

.review {
    padding: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 5px 26px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    border-radius: 6px;
}

.review h3 {
    font-size: 30px;
    margin: 0px;
    color: #000;
}

.review h4 {
    font-size: 13px;
    margin: 0px 0px 4px;
    color: #FE0000;
}

.review h1 {
    color: #FE0000;
    font-size: 24px;
}

.stars1 {
    position: relative;
}

.stars1 label:not(.reset) {
    display: inline-block;
    float: left;
    position: relative;
    width: 25px;
    height: 25px;
    font-size: 24px;
    padding: 2px;
    cursor: pointer;
    color: #FF7900;
    transition: color .1s ease-out;
    z-index: 10;
}

.review p {
    color: #FE0000;
}

.review a {
    color: #000;
}

.footer-top {
    display: block !important
}

.footer-top {
    padding-top: 0px
}

.footer-top .col-lg-6 {
    padding-left: 5px;
    padding-right: 5px;
}

.modelright1 {
    background-color: #FE0000;
    padding: 15px;
}

.modelright1 .form-control {
    height: 40px !important;
    border-radius: 0px !important;
    font-size: 14px
}

.modelright1 textarea.form-control {
    height: 80px !important
}

.footerone {
    display: none;
}

.fa-2x {
    font-size: 22px !important;
}

.featured-icon-box.icon-align-before-content.style7 {
    padding: 7px 7px !important;
    border-radius: 7px;
    margin-bottom: 10px;
}

.featured-icon-box.icon-align-before-content.style7 .ttm-icon {
    height: 64px;
    width: 64px;
    line-height: 64px;
}

.ttm-icon_element-fill.ttm-icon_element-color-skincolor {
    background-color: #f4f4f4 !important;
}

.ttm-icon.ttm-icon_element-style-round {
    border-radius: 5px;
}

.ttm-icon {
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    position: relative;
    transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    box-sizing: content-box;
    position: relative;
}

.ttm-icon_element-fill.ttm-icon_element-color-skincolor i {
    color: #BE2620 !important;
}

.ttm-icon.ttm-icon_element-size-md i {
    font-size: 30px;
    vertical-align: middle;
}

.featured-icon-box.icon-align-before-content .featured-icon {
    display: table-cell;
    vertical-align: middle;
}

.featured-icon-box.icon-align-before-content.style7 .featured-content {
    padding-left: 20px;
}

.featured-icon-box.icon-align-before-content .featured-content {
    display: table-cell;
    vertical-align: middle;
}

.form .form-group {
    position: relative;
    margin-bottom: 0px !important;
}

.form .form-group i.fa {
    position: absolute;
    top: 15px !important;
    right: 20px !important;
    font-size: 20px !important;
    visibility: hidden;
}

.form .form-group small {
    bottom: 0px;
    left: 0px;
    visibility: hidden;
}

.form .form-group.success input {
    border-color: green;
}

.form .form-group.error input {
    border-color: red;
}

.form .form-group.success i.fa-check-circle {
    visibility: visible;
    color: green;
}

.form .form-group.error i.fa-exclamation-circle {
    visibility: visible;
    color: red;
}

.form .form-group.error small {
    visibility: visible;
    color: red;
}

.form .form-group select {
    height: 50px;
}

#content {
    display: none !important;
}

.fixme {
    display: none !important;
}

.homeregister {
    background-color: #F4F2ED;
    padding: 10px 0px;
}

.homeregister input.form-control {
    height: 50px;
}

.homeregister select.form-control {
    height: 50px;
}

.homeregister textarea.form-control {
    height: 100px;
}

.homeregister h4 {
    background-color: #FE0000;
    font-size: 14px;
    color: #fff;
    padding: 10px;
}

#content {
    display: none !important;
}

.homemian .container {
    max-width: 1300px
}

.descriptionss {
    padding: 60px 0px 60px 50px;
}

.descriptionss h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.descriptionss p {
    font-size: 18px;
    font-weight: 500;
    color: #000
}

.descriptionss .shop-tab {
    position: sticky;
    top: 120px;
    padding: 25px 20px;
    margin-top: -180px;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.56);
}

.descriptionss input {
    height: 50px;
    font-size: 17px
}

.custom-btn2 {
    height: 45px !important;
    font-size: 17px
}

.descriptionss select {
    height: 55px !important;
    font-size: 17px
}

.homemian h1 {
    font-size: 26px;
    color: #000;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 600
}

.descriptionss {
    text-align: left
}

.nearyou {
    color: #FE0000
}

span#example {
    padding: 0px 10px;
    line-height: 13px;
    margin-bottom: 10px;
    height: 27px;
    color: #fff !important;
    background-color: #FE0000
}

span#example1 {
    padding: 0px 10px;
    line-height: 13px;
    margin-bottom: 10px;
    height: 27px;
    color: #fff !important;
    background-color: #FE0000
}

.testimonial {
    background-color: #191F23;
    padding: 15px 0px;
    border-radius: 6px
}

.testimonial h2 {
    color: #fff
}

.testimonial p {
    color: #fff;
    padding-bottom: 0px
}

.profile h3 {
    color: #fff !important
}

.testimonial .testimonial-single-item {
    border: 2px solid #fff !important;
}

.ttm-bgcolor-white {
    text-align: left;
}

.ttm-bgcolor-white h2 {
    color: #000
}

.ttm-bgcolor-white p {
    color: #000
}

.partners h3 {
    font-size: 20
}

.partners .col-md-3 {
    padding-bottom: 15px
}

.whychooseus {
    padding: 20px 0px
}

.whychooseus .container {
    max-width: 1300px
}

.whychooseus .feature-icon img {
    width: 70px;
    margin-bottom: 10px
}

.whychooseus .feature-item {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 21px;
    border-radius: 6px;
}

.bloglayout {
    padding: 20px 0px
}

.bloglayout .container {
    max-width: 1300px
}

.bloglayout .nav-tabs-wrapper {
    margin: auto
}

.bloglayout .card {
    border: none !important
}

.blog-item {
    padding: 0px;
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 0px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.blog-item-info {
    padding: 10px !important
}

.blog-item-img {
    border-radius: 15px;
    overflow: hidden
}

.blog-item-img img {
    border-radius: 2px
}

.blog-item:hover .blog-item-img img {
    transform: scale(1.1)
}

.blog-item-info {
    padding: 15px 0 0
}

.blog-item-meta ul {
    margin: 0;
    padding: 0;
    margin-bottom: 14px;
    border-bottom: 1px solid var(--border-info-color);
    padding-bottom: 18px
}

.blog-item-meta ul li {
    display: inline-block;
    margin-right: 15px;
    font-weight: 500;
    position: relative;
    color: var(--color-dark)
}

.blog-item-meta ul li i {
    margin-right: 5px;
    color: var(--theme-color)
}

.blog-item-meta a:hover {
    color: var(--theme-color)
}

.blog-title {
    font-size: 22px;
    margin-bottom: 15px;
    text-transform: capitalize
}

.blog-item-info p {
    margin-bottom: 16px
}

.blog-item-info .theme-btn {
    margin-top: 15px
}

.blog-item-info h4 a {
    color: var(--color-dark)
}

.blog-item-info h4 a:hover {
    color: var(--theme-color)
}

.footer-area {
    background: var(--color-dark);
    position: relative;
    z-index: 1;
    padding: 40px 0px 0px;
}

.footer-widget .container {
    max-width: 1300px
}

.footer-widget-box {
    margin-bottom: 20px
}

.footer-widget {
    position: relative;
    z-index: 1
}

.footer-logo img {
    width: 210px;
    margin-bottom: 20px
}

.copyright {
    position: relative;
    padding: 10px 0;
    background: var(--footer-bg2);
    border-bottom: 5px solid var(--theme-color);
    z-index: 1
}

.copyright .footer-menu {
    margin: 0;
    padding: 0;
    text-align: right
}

.copyright .footer-menu li {
    display: inline-block;
    margin-left: 25px;
    font-size: 16px
}

.copyright .footer-menu li a {
    color: var(--footer-text-color);
    transition: var(--transition)
}

.copyright .footer-menu li a:hover {
    color: var(--theme-color)
}

.copyright .copyright-text {
    color: var(--footer-text-color);
    margin-bottom: 0;
    font-size: 14px
}

.copyright .copyright-text a {
    color: var(--theme-color);
    font-weight: 500
}

.footer-widget-title {
    color: var(--color-white);
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 10px;
    font-size: 21px;
    font-weight: 600;
    z-index: 1
}

.footer-widget-title::before {
    position: absolute;
    content: '';
    z-index: -1;
    width: 90px;
    height: 2px;
    background: rgba(255, 255, 255, .2);
    bottom: 0;
    left: 0
}

.footer-widget-title::after {
    position: absolute;
    content: '';
    z-index: -1;
    width: 30px;
    height: 2px;
    background-color: var(--theme-color);
    bottom: 0;
    left: 18px
}

.footer-list {}

.footer-list li {}

.address-book {
    border-radius: 10px;
    padding: 0px 10px
}

.contact-address li {
    position: relative;
    padding-left: 60px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(128, 137, 150, .1);
}

.contact-address li>.icon-element {
    position: absolute;
    left: 10px;
    top: 5px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
}

.icon-element {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 50px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #FE0000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    font-size: 20px;
    color: #fff;
}

.contact-address h5 {
    color: #fff;
    font-size: 16px;
    padding: 0px;
    margin: 0px
}

.footer-list li a {
    color: var(--color-white);
    transition: var(--transition);
    font-size: 16px;
    line-height: 27px;
    border-bottom: 1px bashed #f6f6f6;
}

.footer-list li a i {
    margin-right: 5px;
    color: var(--theme-color)
}

.footer-list li a:hover {
    padding-left: 10px;
    color: var(--theme-color)
}

.footer-widget-box p {
    color: var(--color-white);
    padding-right: 18px;
    margin-bottom: 5px
}

.footer-social {
    display: flex;
    gap: 15px;
    justify-content: left
}

.copyright .footer-social {
    display: flex;
    gap: 15px;
    justify-content: right !important
}

.footer-social li a i {
    height: 45px;
    width: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50px;
    background-color: #fff;
    color: var(--theme-color);
    transition: var(--transition)
}

.footer-social li a i:hover {
    background: var(--color-white);
    color: var(--theme-color)
}

.footer-contact li {
    position: relative;
    display: flex;
    justify-content: start;
    align-items: center;
    color: var(--footer-text-color);
    font-size: 16px;
    margin-bottom: 10px
}

.footer-contact li a {
    color: var(--footer-text-color);
    -webkit-transition: .3s;
    transition: .3s
}

.footer-contact li i {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    margin-right: 15px;
    border-radius: 50px;
    background-color: #fff text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    color: var(--color-white)
}

.copyright .container {
    max-width: 1300px
}

.social-icon1 ul {
    margin-bottom: 0px
}

:root {
    --input-color: #99A3BA;
    --input-border: #CDD9ED;
    --input-background: #fff;
    --input-placeholder: #CBD1DC;
    --input-border-focus: #275EFE;
    --group-color: var(--input-color);
    --group-border: var(--input-border);
    --group-background: #EEF4FF;
    --group-color-focus: #fff;
    --group-border-focus: var(--input-border-focus);
    --group-background-focus: #678EFE;
}

.form-field {
    display: block;
    width: 100%;
    padding: 14px 16px;
    line-height: 25px;
    font-size: 16px;
    font-weight: 500;
    font-family: inherit;
    border-radius: .25rem;
    -webkit-appearance: none;
    color: var(--input-color);
    border: 1px solid var(--input-border);
    background: var(--input-background);
    transition: border 0.3s ease;
}

.form-field::-moz-placeholder {
    color: var(--input-placeholder);
}

.form-field:-ms-input-placeholder {
    color: var(--input-placeholder);
}

.form-field::placeholder {
    color: var(--input-placeholder);
}

.form-field:focus {
    outline: none;
    border-color: var(--input-border-focus);
}

.form-group {
    position: relative;
    display: flex;
    width: 100%;
}

.form-group>span,
.form-group .form-field {
    white-space: nowrap;
    display: block;
}

.form-group>span:not(:first-child):not(:last-child),
.form-group .form-field:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.form-group>span:first-child,
.form-group .form-field:first-child {
    border-radius: 6px 0 0 6px;
}

.form-group>span:last-child,
.form-group .form-field:last-child {
    border-radius: 0 6px 6px 0;
}

.form-group>span:not(:first-child),
.form-group .form-field:not(:first-child) {
    margin-left: -1px;
}

.form-group .form-field {
    position: relative;
    z-index: 1;
    flex: 1 1 auto;
    width: 1%;
    margin-top: 0;
    margin-bottom: 0;
}

.form-group>span {
    text-align: center;
    padding: 14px 16px;
    font-size: 16px;
    line-height: 20px;
    color: var(--group-color);
    background-color: #f5f5f5;
    border: 1px solid var(--group-border);
    transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
}

.form-group:focus-within>span {
    color: var(--group-color-focus);
    background-color: #FE0000;
    border-color: var(--group-border-focus);
}

.single-logo {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.homemian .col-md-3 {
    padding: 5px
}

.single-add-box img {
    width: 100px
}

.logo-section h3 {
    font-size: 24px;
    color: #FE0000;
}

.whychooseus h3 {
    font-size: 24px;
    color: #FE0000;
    text-align: center;
    padding: 0px 0px 0px
}

.whychooseus .exp {
    max-width: 700px;
    text-align: center;
    margin: auto;
    margin-bottom: 10px
}

.whychooseus .feature-item h4 {
    font-size: 18px
}

.copyright img {
    width: 40px
}

.footer-social {
    margin-bottom: 0px
}

.bloglayout h3 {
    font-size: 24px;
    color: #FE0000;
    text-align: center;
    padding: 0px 0px 0px;
}

.bloglayout .nav-tabs .nav-link {
    border-radius: 50px;
    font-size: 14px;
    margin-right: 5px
}

.blog-title {
    font-size: 18px
}

.acc-container {
    width: 100%;
}

.acc {
    margin-bottom: 10px;
}

.faq {
    padding: 0px 0px
}

.acc-head {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 10px;
    font-size: 22px;
    position: relative;
    cursor: pointer;
}

.acc-head::before,
.acc-head::after {
    content: '';
    position: absolute;
    top: 50%;
    background-color: #000;
    transition: all .3s;
}

.acc-head::before {
    right: 20px;
    width: 2px;
    height: 15px;
    margin-top: -8px;
    color: #000;
}

.acc-head::after {
    right: 13px;
    width: 17px;
    height: 2px;
    margin-top: -2px;
    color: #000;
}

.acc-head p {
    color: #000;
    font-weight: bold;
}

.acc-content {
    padding: 15px 10px;
    display: none;
}

.acc-content p {
    font-size: 14px;
    margin-bottom: 0px;
    line-height: 20px;
    color: white;
    padding: 0px 20px;
}

.acc-head.active::before {
    transform: rotate(90deg);
}

.acc-container {
    margin: auto
}

.acc-head p {
    margin: 0px;
    padding: 0px 15px
}

.faq h3 {
    font-size: 20px;
    color: #fe0000
}

.innerpages {
    padding: 30px
}

.innerpages .container {
    max-width: 1300px
}

.innerpages p {
    text-align: justify;
}

.innerpages h3 {
    display: block;
}

.innerpages .serviceimage {
    border: 3px solid #FE0000;
    padding: 3px;
    border-radius: 14px
}

.innerpages .serviceimage img {
    border-radius: 14px
}

.innerpages .serviceheading {
    vertical-align: middle;
    margin: auto;
    padding: 50px 0px
}

.innerpages p {
    font-size: 16px;
    color: #000
}

.innerpages h2 {
    font-size: 30px;
    color: #fe0000
}

.chooseus {
    padding: 15px 0px
}

.innerpages .chooseus h3 {
    font-size: 20px;
    color: #fe0000
}

.innerpages .chooseus li {
    font-size: 16px;
    color: #000
}

.innerpages .chooseus table td {
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    color: #000
}

.innerpages .serviceheading ul li {
    margin-left: 20px;
    font-size: 16px;
    color: #000
}

.innerpages .serviceheading ul li:before {
    font-family: FontAwesome;
    content: "\f138";
    position: absolute;
    left: 1em;
    color: #fe0000;
}

.storedetail ul {
    margin-bottom: 0px
}

.storedetail {
    background-color: #111111;
    padding: 15px
}

.storedetail h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
    border-bottom: 2px solid rgba(128, 137, 150, .1);
    padding-bottom: 10px
}

.storedetail p {
    color: #fff
}

.storedetail iframe {
    border-radius: 10px
}

.storedetail a {
    margin: 0px 2px;
    text-align: center;
    font-size: 16px;
    background-color: #FE0000;
    padding: 10px 20px;
    margin-top: 5px;
    color: #fff;
    border-radius: 6px;
    font-weight: 600
}

select option {
    height: 400px
}

.feature-icon img {
    width: 75px
}

.blog-item-info {
    padding: 2px 10px !important;
}

#tabs-title-region-nav-tabs {
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 50px;
    padding: 7px;
}

.bloglayout .active {
    background-color: #FE0000 !important;
    color: #fff !important
}

.chooseus h2 {
    font-size: 20px
}

.innerpages table {
    text-align: center;
}

.innerpages td {
    font-size: 14px;
    padding: 6px
}

.testimonial .section-title h3 {
    color: #fff !important;
    font-size: 18px !important
}

img.googlereview {
    width: 120px;
}

.testimonial p {
    font-weight: 400;
    font-style: 14px;
    line-height: 20px;
    padding-bottom: 10px
}

.login-popup {
    display: none
}

.chat-status ul li {
    list-style-type: circle;
    margin-left: 20px;
    margin-bottom: 0px;
    padding: 22px 0px
}

.nearyouc {
    width: 5px;
    height: 5px;
    background-color: #000;
}

.callpopup {
    display: none !important;
}

.overlay img {
    max-width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.overlay p {
    color: white;
    max-width: 675px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #2a2a2a;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    text-align: center;
    color: orange;
    font-family: Arial, san-serif;
}

.status {
    background-color: #2e7d32;
    border-radius: 50%;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

.chat-status {
    display: flex;
    gap: 8px 0;
    align-items: center;
}

.chat-status .container {
    height: 8px;
    width: 8px;
    min-height: 8px;
    min-width: 8px;
}

.circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    font-size: 30px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    background: #16444d;
    display: block;
    flex-shrink: 0;
    vertical-align: middle;
    margin: 7px 7px 0px 10px;
    background-color: #2e7d32;
}

.header-step {
    display: flex;
    width: 85%;
    margin: 15px 5px;
    vertical-align: middle;
}

.header-step p {
    font-size: 15px !important
}

.login-popup .row .col-9 {
    padding-right: 0px
}

.logo-section h2 {
    font-size: 24px;
    color: #FE0000;
    text-align: left;
}

.footer-top h3 {
    font-size: 24px;
    color: #FE0000;
}

.modal-dialog {
    max-width: 80% !important;
    margin: auto !important;
    top: 80px !important;
}

.descriptionsss {
    padding: 0px 0px 0px 0px;
}

.descriptionsss h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.descriptionsss p {
    font-size: 18px;
    font-weight: 500;
    color: #000
}

.descriptionsss .shop-tab {
    position: sticky;
    top: 120px;
    padding: 25px 20px;
    margin-top: -180px;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.56);
}

.descriptionsss input {
    height: 50px;
    font-size: 17px
}

.custom-btn2 {
    height: 45px !important;
    font-size: 17px
}

.descriptionsss select {
    height: 55px !important;
    font-size: 17px
}

.homemian h1 {
    font-size: 26px;
    color: white;
    text-align: left;
    margin-bottom: 15px;
    font-weight: 600
}

.descriptionsss {
    text-align: left
}

.workshop-desktop {
    display: block;
    margin-top: 10px
}

.workshop-desktop h3 {
    font-size: 24px;
    color: #FE0000;
    text-align: left;
}

.workshop-mobile {
    display: none;
}

.workshoplocations .section-title {
    margin-bottom: 0px
}

.workshoplocations .section-title h3 {
    font-size: 24px;
    padding: 10px 0px;
    color: #FE0000
}

.bloglayout h3 {
    text-align: center;
    font-size: 24px;
    color: #FF7701
}

.single-about h3 {
    font-size: 18px !important;
}