body {
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Poppins', sans-serif;
}

.desktop-padding-section {
    margin: 0px 25px;
}

.shop-heading {
    font-family: "Open Sans", sans-serif;
    font-size: 31px;
    color: #253237;
    text-transform: capitalize;
    line-height: 16px;
    font-weight: 700;
    margin: 0 0 0px;
    text-align: left;
    margin: 10px 0px;
}

.shop-heading p {
    display: block;
    margin: 10px 0px;
    font-size: 20px;
    color: red;
}

.custom-navigation {
    /*    border-bottom: 1px solid rgba(248, 248, 248, 0.2);*/
    background: linear-gradient(45deg, red 45%, #000000 38%);
}

.custom-navigation .cus-nav-anch {
    text-decoration: none;
    color: white;
    font-size: 16px;
}

.custom-navigation .navbar-cus {
    padding: 0px 0px;
}

.custom-navigation .navbar-cus .nav-link {
    color: white;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    padding: 0px 8px;
    border-right: 2px solid white;
}

.custom-navigation .navbar-cus .dropdown-menu {
    border-radius: 0px;
    min-width: 50px;
}

.custom-navigation .navbar-cus .right-links {
    left: -53px;
}

.custom-navigation .navbar-cus .dropdown-item {
    font-size: 13px;
    padding-left: 14px;
    padding: 13px 30px;
}

.custom-navigation .top-contact {
    padding: 0px;
}

.custom-navigation .top-contact li {
    float: left;
    list-style: none;
    margin-right: 16px;
}

.custom-navigation .top-contact li a {
    text-decoration: none;
    color: white;
}

.custom-navigation .top-contact li a i {
    font-size: 18px;
    margin-right: 2px;
}

.custom-navigation .cart-box {
    /* background: #FFEB3B; */
    position: relative;
    width: 33px;
    height: 31px;
    border-radius: 100%;
}

.custom-navigation .cart-heading {
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}

.custom-navigation .cart-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 22px;
}

.custom-navigation .cart_count {
    position: absolute;
    top: -4px;
    right: -2px;
    font-size: 11px;
    background-color: #FF324D;
    border-radius: 50px;
    height: 16px;
    line-height: 16px;
    color: #fff;
    min-width: 16px;
    text-align: center;
    padding: 0 5px;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
    margin-right: -5px;
}

.custom-navigation .cart-prod-box {
    position: absolute;
    z-index: 11;
    width: 300px;
    right: 0%;
    top: 31px;
    background: white;
    box-shadow: 1px 1px 2px gainsboro;
    padding: 20px 0px;
    padding-bottom: 0px;
    border-radius: 0px;
    border: none;
    max-height: 420px;
    overflow: hidden;
    border-top: 1px solid #b3b3b3;
    border-radius: 5px 5px 0px 0px;
}

.custom-navigation .cart-prod-box h3 {
    font-size: 25px;
    background: rgba(0, 0, 0, 0.03);
    margin: 0px;
    padding: 15px 20px;
}

.custom-navigation .cart-prod-box h3 span {
    float: right;
    font-size: 19px;
    font-weight: 700;
    color: red;
}

.custom-navigation .cart-prod-box small {
    font-size: 17px;
}

.custom-navigation .cart-prod-box .card-footer {
    padding: 3px;
}

.custom-navigation .cart-prod-box .btn-pro-cus {
    background-color: black;
    border: navajowhite;
    border-radius: 0px;
    padding: 10px;
}

.custom-navigation .cart-prod-box .btn-pro-cus1 {
    background-color: red;
    border: navajowhite;
    border-radius: 0px;
    padding: 10px;
}

.custom-navigation .card-wrapper {
    overflow-x: auto;
    border: none;
    width: 100%;
}

.custom-navigation .prod-nav-box {
    padding: 6px 0px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #e0e0da;
    width: 103%;
}

.custom-navigation .prod-nav-box p {
    font-size: 15px;
    color: #000000;
    font-weight: 500;
}

.custom-navigation .prod-nav-box .card-nav-img-box {
    text-align: center;
    width: 100%;
    margin: 0px 6px;
}

.custom-navigation .prod-nav-box .close-btn {
    font-size: 16px;
    color: black;
}


/* width */

.custom-navigation .card-wrapper::-webkit-scrollbar {
    width: 7px;
    background: transparent;
}


/* Track */

.custom-navigation .card-wrapper ::-webkit-scrollbar-track {
    background: transparent;
}


/* Handle */

.custom-navigation .card-wrapper ::-webkit-scrollbar-thumb {
    background: transparent;
}


/* Handle on hover */

.custom-navigation .card-wrapper ::-webkit-scrollbar-thumb:hover {
    background: #8f91ac;
}

.custom-navigation i {
    color: white;
    font-size: 19px;
}

.custom-navigation .header-icon {
    width: 40px;
    height: 40px;
}

.logo-search-section {
    padding: 0px 0px;
    border-bottom: 1px solid #e6e6e6;
}

.logo-search-section .form-group {
    margin-bottom: 0px;
}

.logo-search-section .ser-box-mob {
    position: absolute;
    top: 95px;
    z-index: 10;
    right: 0px;
}

.logo-search-section .ser-box-mob-mob {
    position: absolute;
    top: 95px;
    z-index: 10;
    right: 0px;
}

.logo-search-section .search-icon-mob {
    color: black;
    margin-top: 6px;
    display: inline-block;
}

.logo-search-section .search-input-group {
    background: white;
    border-radius: 0px 6px 6px 0px;
    overflow: hidden;
}

.logo-search-section .search-form {
    border-radius: 30px;
}

.logo-search-section .cus-btn-search {
    background: #ff324d;
    color: WHITE;
}

.logo-search-section .main_navigation {
    height: 85px;
}

.logo-search-section .header-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.logo-search-section .single-header-promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.logo-search-section .header-promo-icon {
    font-size: 45px;
    margin-right: 10px;
}

.logo-search-section .header-promo-info {
    color: #555;
}

.logo-search-section .header-promo-info p {
    margin: 0px;
}

.logo-search-section .header-promo-info h3 {
    font-size: 20px;
    line-height: 30px;
    color: #001238;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
}

.logo-search-section .header-action {
    text-align: right;
}

.logo-search-section .header-action a {
    display: inline-block;
    text-align: center;
    padding: 10px 25px 10px 0px;
    background: #ec3323 none repeat scroll 0 0;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

.logo-search-section .header-action a:before {
    position: absolute;
    background: #ec3323 none repeat scroll 0 0;
    content: "";
    top: 0;
    left: -25px;
    width: 35%;
    height: 100%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
}

.logo-search-section .header-action a i {
    margin-right: 2px
}

.main_navigation {
    background: black;
    padding: 0px 20px;
}

.main_navigation li {
    margin-left: 9px;
    margin-right: 9px;
}

.main_navigation li a {
    text-transform: capitalize;
    color: #ffffff !important;
    font-weight: 700;
    font-size: 17px;
}

.main_navigation .cart-heading {
    font-size: 13px;
    margin: 0px;
    padding: 0px;
}

.main_navigation .toggle-btn {
    font-size: 20px;
    line-height: 35px;
}

.main_navigation .btn-pro-cus {
    background: #ffbf00;
    color: black;
    border: none;
    padding: 12px 0px;
    margin-top: -2px;
    letter-spacing: -0.5px;
    font-family: 'Libre Baskerville', serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0px;
}

.darkHeader {
    animation: up 1s;
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0px;
    box-shadow: 1px 1px 10px #565656;
}

.main_navigation .dropdown-menu .dropdown-item {
    font-weight: 400;
    border-bottom: 1px solid #eee;
    padding: 11px 15px;
    color: #525252 !important
}

.main_navigation .dropdown-menu {
    padding: 0px;
    border-radius: 0px;
}

@keyframes up {
    0% {
        transform: translateY(-100px);
    }
    100% {
        transform: translateY(0px);
    }
}

.side-menu {
    position: fixed;
    top: 0px;
    /* transform: translateX(-250px); */
    left: 0%;
    height: 100vh;
    z-index: 1031;
    width: 300px;
    background: #ffffff;
    transition: all 0.5s;
    box-shadow: 1px 1px 30px #898686;
}

#mobile-menu1.active-tran1 {
    left: -100%;
    /* transform: translateX(0px); */
    overflow: auto;
    z-index: 2222;
}

.side-menu a {
    text-decoration: none;
    color: #636363;
    font-size: 16px;
    padding: 0px 10px;
    /* display: block; */
    font-weight: 600;
    margin-top: 6px;
    display: block;
    letter-spacing: 1px;
}

.side-menu ul {
    padding: 0px;
    padding-top: 13px;
}

.side-menu ul li.active {
    background: none;
}

.side-menu ul li.active a {
    color: black;
}

.side-menu .mar-top-logo {
    height: 71px;
}

.side-menu ul li {
    /* border-bottom: 1px solid #a3a3a36b; */
    list-style: none;
    min-height: 43px;
    padding: 1px 0px;
}

.side-menu ul li ul {
    display: none;
}

.side-menu ul li ul li {
    min-height: 40px;
    border: none;
    padding: 2px 10px;
}

.side-menu ul li ul li a {
    /* padding-left: 20px; */
    font-size: 16px;
    color: black;
    font-weight: 500;
}


/* .side-menu ul li:hover ul {

	display: block;

} */

.side-menu ul li.tap ul {
    display: block;
}

.side-menu .fa {
    font-size: 16px;
    padding-top: 3px;
    color: black;
}

.side-menu .mobile-logo {
    text-align: center;
    margin: 0px auto;
}

.side-menu .mobile-logo .mobile-logo-img {
    height: 65px;
}

.mobile-close-btn {
    position: absolute;
    top: -2%;
    right: 5%;
    background: #000000;
    color: #13137b;
    width: 38px;
    height: 38px;
    text-align: center;
    vertical-align: middle;
    margin-top: 32px;
    padding: 1px;
    border-radius: 50%;
    border: 6px solid #ffffff;
    font-size: 15px;
}

.hero-slider-area {
    z-index: 1;
    position: relative;
    overflow: hidden;
    height: 470px;
}

.hero-slider-area .slider-item {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 550px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.hero-slider-area .slider-item.slider-item-bg-1 {
    background-image: url(../../Images/banner3.html);
    background-size: cover;
}

.hero-slider-area .slider-item.slider-item-bg-2 {
    background-image: url(../../Images/banner7.html);
    background-size: cover;
}

.hero-slider-area .slider-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.58);
    z-index: -1;
}

.hero-slider-area .slider-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    /* background-color: rgba(242, 52, 117, 0.27); */
    z-index: -1;
}

.hero-slider-area .slider-item .slider-text {
    position: relative;
    max-width: 690px;
    z-index: 1;
    /* overflow: hidden; */
    margin-top: 100px;
}

.hero-slider-area .slider-item .slider-text span {
    color: #ffffff;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.hero-slider-area .slider-item .slider-text h1 {
    font-size: 40px;
    color: white;
    margin-bottom: 10px;
}

.hero-slider-area .slider-item .slider-text p {
    color: white;
    font-size: 35px;
    margin-bottom: 35px;
}

.hero-slider-area .slider-item .slider-text p span {
    font-size: 34px;
    font-weight: 700;
}

.default-btn {
    font-size: 16px;
    font-weight: bolder;
    color: #f8f9fa;
    padding: 15px 30px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #ffffff47;
    border: 3px solid black;
}

.default-btn-white {
    font-size: 16px;
    font-weight: bolder;
    color: #97140a;
    padding: 15px 30px;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: capitalize;
    position: relative;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #0000006b;
    border: 3px solid black;
    margin: 7px 0px;
    display: inline-block;
}

.hero-slider-area .slider-item .video-btn {
    margin: auto;
    display: block;
    margin-top: 100px;
}


/* .hero-slider-area .owl-item.active .slider-item::before {

    -webkit-animation: 3s 0.3s fadeInUp both;

    animation: 3s 0.3s fadeInUp both;

}



.hero-slider-area .owl-item.active .slider-item::after {

    -webkit-animation: 3s 0.3s fadeInDown both;

    animation: 3s 0.3s fadeInDown both;

} */

.hero-slider-area .owl-item.active .slider-text.overflow-hidden {
    overflow: hidden;
}

.hero-slider-area .owl-item.active .slider-text.one h1 {
    -webkit-animation: 2s 0.2s fadeInUpBig both;
    animation: 2s 0.2s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.one p {
    -webkit-animation: 3s 0.3s fadeInUpBig both;
    animation: 3s 0.3s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.one .slider-btn {
    -webkit-animation: 4s 0.4s fadeInUpBig both;
    animation: 4s 0.4s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.two h1 {
    -webkit-animation: 2s 0.2s fadeInLeft both;
    animation: 2s 0.2s fadeInLeft both;
}

.hero-slider-area .owl-item.active .slider-text.two p {
    -webkit-animation: 2s 0.2s fadeInRight both;
    animation: 2s 0.2s fadeInRight both;
}

.hero-slider-area .owl-item.active .slider-text.two .slider-btn {
    -webkit-animation: 2s 0.2s fadeInUpBig both;
    animation: 2s 0.2s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .one.video-btn-animat {
    -webkit-animation: 2s 0.2s bounceInRight both;
    animation: 2s 0.2s bounceInRight both;
}

.hero-slider-area .owl-item.active .two.video-btn-animat {
    -webkit-animation: 2s 0.2s bounceInRight both;
    animation: 2s 0.2s bounceInRight both;
}

.hero-slider-area .owl-prev i {
    background-color: transparent !important;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.hero-slider-area .owl-prev i:hover {
    border-color: #d80650;
}

.hero-slider-area .owl-next i {
    background-color: transparent !important;
    border-radius: 50%;
    border: 1px solid #ffffff;
}

.hero-slider-area .owl-next i:hover {
    border-color: #d80650;
}

.hero-slider-area .owl-next {
    position: absolute;
    top: 32%;
    right: -100px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.hero-slider-area .owl-next i {
    background-color: #d80650;
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 26px;
    border-radius: 0;
}

.hero-slider-area .owl-next i:hover {
    background-color: #d80650 !important;
}

.hero-slider-area .owl-prev {
    position: absolute;
    top: 32%;
    left: -100px;
    margin: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.hero-slider-area .owl-prev i {
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 26px;
    border-radius: 0;
}

.hero-slider-area .owl-prev i:hover {
    background-color: #d80650 !important;
}

.hero-slider-area:hover .owl-prev {
    left: 30px;
}

.hero-slider-area:hover .owl-next {
    right: 30px;
}

.hero-slider-area .owl-theme .owl-nav {
    margin-top: 0 !important;
}

.hero-slider-area .owl-theme .owl-nav [class*="owl-"]:hover {
    background-color: transparent;
}

.hero-slider-area .shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.hero-slider-area .hero-slider-right-img {
    padding-top: 60px;
}

.car-book-form {
    height: 270px;
}

.car-book-form .car-book-bg {
    background: url('../../Images/find-box-bg.png');
    height: 280px;
    width: 100%;
    position: absolute;
    top: -47px;
    z-index: 11;
    border: none;
    border-radius: 0px;
    padding: 20px 20px;
    text-align: center;
    color: black;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.car-book-form .car-form {
    padding: 40px 50px;
    width: 100%;
    top: -47px;
    left: 0px;
    z-index: 1;
    position: absolute;
    background: white;
    box-shadow: 1px 1px 10px gainsboro;
}

.car-book-form .car-form h4 {
    font-weight: 600;
    font-size: 27px;
    margin-bottom: 20px;
}

.car-book-form .car-form .btn-cus {
    height: 50px;
    background: red;
    border: none;
    font-weight: 600;
    font-size: 17px;
}

.car-book-form .car-form .btn-cus:hover {
    color: white;
}

.car-book-form .car-form label {
    font-weight: 600;
    font-family: Rubik, sans-serif;
    color: #010103;
    margin-bottom: 5px;
    display: block;
}

.car-book-form .car-form .form-control {
    height: 50px;
}

.advt {
    padding: 40px 0px;
}

.advt .sale_banner {
    padding: 0 10px;
    position: relative;
    margin-bottom: 30px;
}

.advt .hover_effect1 {
    overflow: hidden;
    position: relative;
    display: block;
}

.advt .hover_effect1::before,
.advt .hover_effect1::after {
    background-color: rgba(255, 255, 255, 0.6);
    content: "";
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all 0.9s ease 0s;
    width: 100%;
    z-index: 1;
}

.advt .hover_effect1::before {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    -moz-transform: translate(105%, 0%);
    -webkit-transform: translate(105%, 0%);
    transform: translate(105%, 0%);
}

.advt .hover_effect1::after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    -moz-transform: translate(-105%, 0%);
    -webkit-transform: translate(-105%, 0%);
    transform: translate(-105%, 0%);
}

.advt .hover_effect1:hover:before,
.advt .hover_effect1:hover:after {
    opacity: 0;
    -moz-transform: translate(0px, 0px);
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}

.top_Category {
    padding: 50px 0px;
}

.top_Category .shop-heading {
    font-family: "Open Sans", sans-serif;
    font-size: 31px;
    color: #253237;
    text-transform: capitalize;
    line-height: 16px;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
}

.top_Category .top_Category-box {
    border: none;
}

.top_Category .top_Category-box img {
    height: 140px;
    width: 140px;
    margin: 0px auto;
}

.top_Category .top_Category-box .top_Category-box-title {
    text-align: center;
}

.gauto-testimonial-area {
    padding: 50px 0px;
    position: relative;
}

.gauto-testimonial-area .shop-heading {
    font-family: "Open Sans", sans-serif;
    font-size: 31px;
    color: white;
    text-transform: capitalize;
    line-height: 16px;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
}

.gauto-testimonial-area .shop-heading p {
    display: block;
    margin: 10px 0px;
    font-size: 20px;
    color: red;
}

.gauto-testimonial-area {
    position: relative;
    z-index: 1;
    padding-bottom: 100px;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.gauto-testimonial-area:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 64%) none repeat scroll 0 0;
    z-index: -1;
}

.gauto-testimonial-area .site-heading h2 {
    color: #fff
}

.single-testimonial {
    background: #fff none repeat scroll 0 0;
    padding: 30px;
    margin-top: 30px;
    height: 350px;
}

.testimonial-text {
    text-align: justify;
    position: relative;
}

.testimonial-text:after {
    position: absolute;
    content: "\f10e";
    color: #001238;
    font-size: 80px;
    font-family: Fontawesome;
    top: 34%;
    left: 35%;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

.testimonial-meta {
    margin-top: 30px;
    text-align: left;
    display: flex;
}

.client-image {
    width: 100px;
    height: 78px;
    /* float: left; */
    text-align: left;
}

.client-image img {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50%;
}

.client-info h3 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #001238;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 5px;
    margin-top: 10px;
}

.client-info {
    overflow: hidden;
    vertical-align: top;
}

.client-info p {
    color: #ec3323;
}

.testimonial-slider .owl-dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: -40px
}

.testimonial-slider .owl-dots .owl-dot {
    display: inline-block;
}

.testimonial-slider .owl-dots .owl-dot span {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    background: #fff none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    height: 12px;
    margin: 5px 3px 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 7px;
}

.testimonial-slider .owl-dots .owl-dot.active span,
.testimonial-slider .owl-dots .owl-dot:hover span {
    background: #ec3323 none repeat scroll 0 0;
}

.welcome {
    position: relative;
    width: 100%;
    min-height: 350px;
    background: url('../images/yellow_bg.html');
    background-size: 100% 100%;
    margin-bottom: 200px;
}

.welcome-abs {
    position: absolute;
    left: 50%;
    bottom: -45%;
    transform: translateX(-50%);
}

.welcome-text {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
}

.welcome-heading {
    font-family: 'Libre Baskerville', serif;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    font-size: 44px;
    text-align: center;
}

.welcome-heading::before {
    content: url('../images/cow.html');
    position: absolute;
    bottom: -6%;
    left: 50%;
    transform: translateX(-50%);
    background: #ffc72a;
    padding: 1px 15px;
    height: 37px;
    width: 58px;
    z-index: -1;
}

.welcome-heading::after {
    content: "";
    position: absolute;
    bottom: -3%;
    left: 0%;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 13%, rgba(0, 0, 0, 1) 50%, transparent 87%);
    z-index: -3;
}

.welcome_subtitle {
    font-family: 'Libre Baskerville', serif;
    text-align: center;
    padding-top: 15px;
}

.single-static {
    position: relative;
    display: grid;
    padding: 36px 5px;
    justify-items: center;
}

.single-static img {
    width: 200px;
    flex: 0 0 65px;
    /* margin: 15px 0px; */
    margin-right: 10px;
    /* background: white; */
    /* box-shadow: 1px 1px 62px gainsboro; */
    /* border-radius: 100%; */
    /* padding: 7px; */
}

.single-static-meta {
    overflow: hidden;
    flex-grow: 1;
}

.single-static h4 {
    color: #253237;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 22px;
    margin-bottom: 10px;
    text-align: center;
}

.static-area .shop-heading {
    font-size: 31px;
    color: #253237;
    text-transform: capitalize;
    line-height: 16px;
    font-weight: 500;
    margin: 0 0 15px;
    text-align: center;
}

.static-area .shop-heading-sub {
    font-size: 41px;
    color: #253237;
    text-transform: capitalize;
    line-height: 52px;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
}

.single-static img:hover {
    -webkit-animation: xs-carrental-dance .76s ease-in-out;
    animation: xs-carrental-dance .76s ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@keyframes xs-carrental-dance {
    16% {
        -webkit-transform: skew(-14deg);
        transform: skew(-14deg)
    }
    33% {
        -webkit-transform: skew(12deg);
        transform: skew(12deg)
    }
    49% {
        -webkit-transform: skew(-8deg);
        transform: skew(-8deg)
    }
    66% {
        -webkit-transform: skew(6deg);
        transform: skew(6deg)
    }
    83% {
        -webkit-transform: skew(-4deg);
        transform: skew(-4deg)
    }
}

.single-static p {
    line-height: 20px;
    color: #666;
    font-size: 16px;
    margin: 0;
    text-align: center;
}

.static-area .static-area-wrap {
    margin: 15px 0px;
    padding: 0px 0px;
}

.about-us {
    padding-top: 60px;
    padding-bottom: 60px;
    margin: 0px 15px;
    position: relative;
    /* margin-top: -36px; */
}

.about-us .about-us-heading {
    font-family: 'Libre Baskerville', serif;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    font-size: 44px;
    color: black;
    display: inline-flex;
    margin-bottom: 53px;
}

.about-us .about-us-heading::before {
    content: url('../images/yellowcow.html');
    position: absolute;
    bottom: -17%;
    left: 50%;
    transform: translateX(-50%);
    /* background: #ffc72a; */
    padding: 1px 15px;
    height: 37px;
    width: 58px;
    /* z-index: -1; */
    /* background: white; */
}

.about-us .about-us-heading span::after {
    content: "";
    position: absolute;
    bottom: -3%;
    left: 5%;
    width: 30%;
    height: 1px;
    background: #fec321;
}

.about-us .about-us-heading span::before {
    content: "";
    position: absolute;
    bottom: -3%;
    right: 5%;
    width: 30%;
    height: 1px;
    background: #fec321;
}

.about-us .about-us-part1 {
    background: url('../images/cow_little.html');
    background-size: 100% 100%;
    height: 500px;
}

.about-us .about-us-part2 {
    background: #fff3d3;
    min-height: 500px;
    padding: 80px;
}

.about-us .nav {
    background-color: rgba(254, 195, 33, 0.22);
    border-radius: 30px;
}

.about-us .nav-pills .nav-link.active {
    border-radius: 30px;
    background: #fec321;
    color: black;
}

.about-us .nav-pills .nav-link {
    color: black;
    font-size: 11px;
    padding: 9px 6px;
}

.about-us {
    text-align: center;
}

.about-us .about-us-title {
    color: black;
    font-family: 'Libre Baskerville', serif;
    padding-top: 30px;
    font-size: 27px;
    font-weight: 600;
    text-align: left;
}

.about-us .about-us-subtitle {
    color: #242424;
    padding-top: 10px;
    font-size: 20px;
    text-align: justify;
    font-family: 'FontAwesome';
    line-height: 30px;
}

.about-us .btn-cus {
    background: #ec3323;
    color: black;
    border-radius: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    font-weight: 400;
    margin-top: 20px;
    border: 1px solid red;
    border-radius: 5px;
}

.about-us .btn-cus:hover {
    background: black;
    color: red;
    border: 1px solid black;
}

.about ul {
    padding: 0px;
}

.about ul li {
    list-style: none;
    width: 50%;
    float: left;
    padding: 5px 2px;
}

.products {
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 0px 15px;
    position: relative;
    text-align: center;
}

.products .products-heading {
    font-family: 'Libre Baskerville', serif;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    font-size: 44px;
    color: black;
    display: inline-flex;
    margin-bottom: 53px;
}

.products .products-heading::before {
    content: url('../images/yellowcow.html');
    position: absolute;
    bottom: -17%;
    left: 50%;
    transform: translateX(-50%);
    /* background: #ffc72a; */
    padding: 1px 15px;
    height: 37px;
    width: 58px;
    /* z-index: -1; */
    /* background: white; */
}

.products .products-heading span::after {
    content: "";
    position: absolute;
    bottom: -3%;
    left: 5%;
    width: 30%;
    height: 1px;
    background: #fec321;
}

.products .products-heading span::before {
    content: "";
    position: absolute;
    bottom: -3%;
    right: 5%;
    width: 30%;
    height: 1px;
    background: #fec321;
}

.products .prod-img-box {
    border-radius: 100%;
    overflow: hidden;
    width: 250px;
    height: 250px;
    margin: 0px auto;
}

.products .prod-img {
    width: 100%;
    height: 300px;
}

.products .product-box {
    border: none;
    margin-top: 20px;
}

.products .product-box .product-title {
    color: black;
    font-family: 'Libre Baskerville', serif;
    padding-top: 30px;
    /* font-size: px; */
    font-weight: 600;
    text-align: center;
}

.products .product-box .product-subtitle {
    color: black;
    font-family: 'Libre Baskerville', serif;
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
}

.recipe {
    background: url('../images/bg_fresh.html');
    background-size: cover;
    min-height: 700px;
}

.recipe-heading {
    font-family: 'Libre Baskerville', serif;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    font-size: 44px;
    color: #ffc72a;
    display: inline-flex;
    margin-top: 150px;
}

.recipe-heading::before {
    content: url('../images/whitecow.html');
    position: absolute;
    bottom: -17%;
    left: 50%;
    transform: translateX(-50%);
    /* background: #ffc72a; */
    padding: 1px 15px;
    height: 37px;
    width: 58px;
    /* z-index: -1; */
    /* background: white; */
}

.recipe-heading span::after {
    content: "";
    position: absolute;
    bottom: -3%;
    left: 5%;
    width: 30%;
    height: 1px;
    background: linear-gradient(90deg, transparent 13%, rgba(0, 0, 0, 1) 50%, transparent 87%);
    /* z-index: -3; */
    background: white;
}

.recipe-heading span::before {
    content: "";
    position: absolute;
    bottom: -3%;
    right: 5%;
    width: 30%;
    height: 1px;
    background: linear-gradient(90deg, transparent 13%, rgba(0, 0, 0, 1) 50%, transparent 87%);
    /* z-index: -3; */
    background: white;
}

.recipe-title {
    color: white;
    font-family: 'Libre Baskerville', serif;
    padding-top: 30px;
    font-size: 30px;
    font-weight: 500;
}

.recipe-subtitle {
    color: white;
    font-family: 'Libre Baskerville', serif;
    padding-top: 30px;
    font-size: 14px;
}

.recipe .btn-cus {
    background: none;
    color: white;
    border-radius: 0px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 13px;
    font-weight: 500;
    border: 2px solid white;
    margin-top: 20px;
    margin-bottom: 50px;
}

.recipe .recipe-img-box {
    text-align: center;
    margin-top: 140px;
}

.recipe .recipe-img {
    border-radius: 100%;
}

.services {
    padding: 20px 0px;
    margin: 0px 0px;
    position: relative;
    background: #fbfbfd none repeat scroll 0 0;
}

.services .service-heading {
    font-family: "Open Sans", sans-serif;
    font-size: 31px;
    color: #ff0000;
    text-transform: capitalize;
    line-height: 16px;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
    text-shadow: 1px 1px 10px grey;
}

.services .service-heading p {
    display: block;
    margin: 10px 0px;
    font-size: 20px;
    color: red;
}

.services .single-service {
    padding: 0px;
    background: #fff none repeat scroll 0 0;
    border: 2px solid #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    position: relative;
    box-shadow: 0px 3px 14px 0px rgba(0, 11, 40, 0.06);
    margin: 30px 5px 5px 5px;
}

.services .service-page-area .single-service {
    margin: 30px 0 0 0;
}

.services .service-number {
    font-size: 55px;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 60px;
    height: 55px;
    font-weight: 500;
    line-height: 55px;
    color: rgba(35, 61, 92, 37%);
    border-radius: 0 0 0 10px;
    z-index: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.services .service-icon {
    width: 100%;
    height: 200px;
}

.services .service-icon img {
    height: 200px;
    width: 100%;
}

.services .service-text {
    padding: 15px;
    height: 250px;
}

.services .service-text h3 {
    font-size: 21px;
    color: #001238;
    letter-spacing: 1px;
    /* margin-bottom: 15px; */
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: red;
}

.services .service-text p {
    font-family: "Poppins", sans-serif;
    line-height: 25px;
    font-size: 15px;
    color: white;
}

.services .service-text a {
    color: #001238
}

.btn-cus {
    background: red;
    color: black;
    border: none;
    font-family: 'FontAwesome';
}

.btn-cus:hover {
    background: black;
    color: red;
    border: none;
}

.services .service-text a:hover,
.services .service-text h3:hover {
    color: #ec3323
}

.gauto-promo-area {
    position: relative;
    z-index: 1;
}

.offer-text p {
    text-align: justify;
    font-family: FontAwesome;
    line-height: 30px;
    font-size: 18px;
    height: 120px;
}

.gauto-promo-area:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
    z-index: -1;
}

.promo-box-left {
    position: relative;
    z-index: 1;
    padding-top: 70px;
    padding-bottom: 50px;
}

.promo-box-right {
    padding: 72px 0
}

.promo-box-left:after {
    position: absolute;
    background: #ec3323 none repeat scroll 0 0;
    content: "";
    top: 0;
    right: 55%;
    width: 2030px;
    height: 100%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
}

.promo-box-left:before {
    position: absolute;
    background: #fff none repeat scroll 0 0;
    content: "";
    top: 0;
    right: 43%;
    width: 70px;
    height: 100%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
}

.promo-box-right h3 {
    font-size: 34px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    line-height: 50px;
}


/* 

.all-products .nav-btn {

    margin: 10px 0px 0px;

    text-align: center;

}



.all-products .nav-btn .nav-link {

    background: #ff5464;

    color: white;

    margin: 4px;

    padding: 7px 23px;

    display: inline-block;

    border-radius: 4px;

    font-weight: 600;

}



.all-products .nav-btn .nav-link-2 {

    background: #ffffff;

    color: #de0505;

    margin: 4px;

    padding-top: 4px;

    display: inline-block;

    font-size: 21px;

    border-radius: 100%;

    width: 40px;

    height: 40px;

    text-align: center;

}



.all-products .select-form-prod {

    width: 90%;

    margin: 0px auto;

    border-radius: 0px;

    font-size: 15px;

    height: 36px;

    border: 2px solid black;

}



.all-products .input-group {

    border-radius: 0px;

    display: inline-flex;

    width: 98%;

    margin: 10px 5px 0px 4px;

}



.all-products .input-group input {

    padding: 21px 26px;

}



.all-products .input-group button {

    padding: 0px 14px;

}



.all-products button {

    background: none;

    color: #5f5f5f;

    font-weight: 600;

    border-radius: 0px;

    border: 1px solid #ced4da;

} */

.shop .banner1 {
    position: relative;
    margin: 55px 0px;
    padding: 21px;
    min-height: 240px;
    background: url('../images/intro1.html');
    background-size: cover;
}

.shop .banner1 .banner-abs1 {
    position: absolute;
    top: 7%;
    left: 4%;
    padding: 0px 20px;
}

.shop .banner2 {
    position: relative;
    margin: 55px 0px;
    min-height: 240px;
    background: url('../images/intro2.html');
    background-size: cover;
}

.shop .banner2 .banner-abs2 {
    position: absolute;
    top: 18%;
    left: 4%;
    padding: 0px 20px;
}

.shop .banner-title {
    color: white;
    font-family: 'Libre Baskerville', serif;
    font-size: 48px;
    font-weight: 700;
    text-align: left;
}

.shop .banner-subtitle {
    color: white;
    font-family: 'Libre Baskerville', serif;
    font-size: 17px;
    text-align: left;
}

.team {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    text-align: center;
    background: url('../images/bg_fresh.html');
    background-size: cover;
    min-height: 700px;
}

.team .team-heading {
    font-family: 'Libre Baskerville', serif;
    font-weight: 600;
    position: relative;
    padding-bottom: 12px;
    font-size: 44px;
    color: #fec321;
    display: inline-flex;
    margin-bottom: 53px;
}

.team .team-heading::before {
    content: url('../images/whitecow.html');
    position: absolute;
    bottom: -17%;
    left: 50%;
    transform: translateX(-50%);
    /* background: #ffc72a; */
    padding: 1px 15px;
    height: 37px;
    width: 58px;
    /* z-index: -1; */
    /* background: white; */
}

.team .team-heading span::after {
    content: "";
    position: absolute;
    bottom: -3%;
    left: 5%;
    width: 30%;
    height: 1px;
    background: #fff;
}

.team .team-heading span::before {
    content: "";
    position: absolute;
    bottom: -3%;
    right: 5%;
    width: 30%;
    height: 1px;
    background: #fff;
}

.team .team-img-box {
    position: relative;
    border-radius: 100%;
    overflow: hidden;
    width: 200px;
    height: 200px;
    margin: 0px auto;
    border: 3px solid white;
}

.team .team-img-box .team-list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(100px) translate(-50%, -50%);
    padding: 0px;
    opacity: 0;
    transition: all .6s;
}

.team .team-img-box .team-list li {
    list-style: none;
    float: left;
    margin: 5px;
}

.team .team-img-box .team-list li a {
    width: 30px;
    height: 30px;
    background: #fec321;
    display: inline-block;
    position: relative;
    border-radius: 100%;
}

.team .team-img-box .team-list li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

.team .team-img {
    width: 100%;
    height: 300px;
}

.team .team-box {
    border: none;
    margin-top: 20px;
    background: none;
}

.team .team-box .team-title {
    color: #fec321;
    font-family: 'Libre Baskerville', serif;
    padding-top: 30px;
    /* font-size: px; */
    font-weight: 600;
    text-align: center;
}

.team .team-box .team-subtitle {
    color: white;
    font-family: 'Libre Baskerville', serif;
    padding-top: 10px;
    font-size: 14px;
    text-align: center;
}

.team .team-box:hover .team-list {
    opacity: 1;
    transform: translateY(0px) translate(-50%, -50%);
}

.gauto-blog-area {
    padding: 50px 0px;
    position: relative;
}

.gauto-blog-area .shop-heading {
    font-family: "Open Sans", sans-serif;
    font-size: 31px;
    color: black;
    text-transform: capitalize;
    line-height: 16px;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
}

.gauto-blog-area .shop-heading p {
    display: block;
    margin: 10px 0px;
    font-size: 20px;
    color: red;
}

.single-blog {
    border: 3px solid #f0f0ff;
    margin-top: 30px
}

.blog-text {
    padding: 15px 20px;
}

.blog-text h3 {
    font-size: 18px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.blog-text h3 a {
    color: #001238;
}

.blog-text h3 a:hover {
    color: #ec3323
}

.blog-meta-home {
    padding-top: 15px;
    border-top: 3px solid #f0f0ff;
}

.blog-image img {
    width: 100%
}

.blog-meta-home {
    padding-top: 15px;
    border-top: 3px solid #f0f0ff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.blog-meta-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.blog-meta-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.blog-meta-right p {
    margin-left: 15px;
}

.blog-meta-right p i {
    margin-right: 5px;
    color: #ec3323
}

.gauto-blog-page-area {
    padding-top: 40px
}

.blog-page-left .blog-text h3 {
    font-size: 24px
}

.blog-text ul {
    margin-bottom: 20px;
}

.blog-text ul li {
    display: inline-block;
    margin-right: 10px;
}

.blog-text ul li i {
    margin-right: 5px;
    color: #ec3323;
}

.blog-text ul li a {
    color: #111;
}

.blog-text a.gauto-btn {
    color: #ec3323
}

.blog-text a.gauto-btn:hover {
    color: #fff;
}

.blog-text a.gauto-btn {
    color: #ec3323;
    margin: 20px 0 0 0;
}

.blog-page-right .sidebar-widget {
    margin-top: 30px;
    margin-bottom: 0
}

.blog-page-right .recent-text h4 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 1px;
}

.counter-area {
    background-size: cover;
    padding: 50px 0px;
    position: relative;
    margin: 50px 0px;
}

.counter-area::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #0000008f;
}

.single-counter {
    text-align: center;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background-color: transparent;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding: 30px;
    position: relative;
}

.single-counter .img-box {
    width: fit-content;
    margin: 17px auto;
    background: white;
    padding: 10px;
    border-radius: 100%;
    width: 100px;
    height: 100px;
    position: relative;
}

.single-counter img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.single-counter i {
    background-color: #e3f7fc;
    color: #d80650;
    font-size: 40px;
    line-height: 1;
    display: block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: 0 auto 25px;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.single-counter p {
    color: #ff0018;
    line-height: 1;
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 600;
}

.single-counter h2 {
    color: white;
    line-height: 1;
    font-size: 40px;
    margin-top: -8px;
    margin-bottom: 10px;
}

.single-counter .target {
    margin-left: -9px;
}

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

.single-counter:hover i {
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.brand {
    background: white;
    padding: 20px 0px;
}

.brand .brand-box {
    border: 1px solid #e2e2e2;
    border-radius: 4px;
    margin: 0px 39px;
}

.brand .owl-carousel .item {
    text-align: center;
}

.brand .owl-carousel .owl-item img {
    width: 241px;
    height: 100px;
    margin: 0px auto;
}

.footer {
    background: #231f20;
    padding: 50px 0px;
}

.footer .footer-part-2 {
    padding: 0px 0px 40px;
    margin: 0px 15px;
}

.footer .footer-part-2 .content-title {
    color: #fec321;
    font-family: 'Libre Baskerville', serif;
}

.footer .footer-part-2 .foot-list {
    padding: 0px;
    padding-bottom: 25px;
}

.footer .footer-part-2 .foot-list li {
    list-style: none;
}

.footer .footer-part-2 .foot-list li a {
    color: gray;
    font-family: 'Libre Baskerville', serif;
    font-size: 13px;
}

.footer .footer-address {
    border-top: 1px solid #4d4c4c;
    padding: 30px 0px;
    margin: 0px 15px;
}

.footer .footer-address .foot-logo {
    margin: 30px 0px 0px;
}

.footer .footer-address .address-box {
    margin: 30px 0px 0px;
}

.footer .footer-address .call {
    color: #fec321;
    margin: 0px;
    font-family: 'Libre Baskerville', serif;
    font-size: 14px;
}

.footer .footer-address .address {
    color: #757575;
    margin: 0px;
    font-family: 'Libre Baskerville', serif;
    font-size: 14px;
}

.footer .footer-address .social-list {
    padding: 0px;
    transition: all .6s;
    margin: 30px 0px 0px;
}

.footer .footer-address .social-list li {
    list-style: none;
    float: left;
    margin: 5px;
}

.footer .footer-address .social-list li a {
    width: 40px;
    height: 40px;
    background: #fec321;
    display: inline-block;
    position: relative;
    border-radius: 100%;
}

.footer .footer-address .social-list li a i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #000;
    font-size: 18px;
}

.footer-area {
    padding: 0;
    color: #666;
    position: relative;
    z-index: 1;
    background: #000000;
    overflow: hidden;
}

.footer-top {
    padding: 60px 0;
}

.about-footer {
    max-width: 400px;
}

.text-info {
    line-height: 24px;
    color: #fff !important;
    font-size: 16px;
    margin: 16px 0;
}

.phone-info {
    font-size: 16px;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-left: 5px;
    color: red;
}

.phone-info span {
    font-size: 15px;
    font-weight: 400;
    color: #b7b7b9;
    margin: 0;
    display: block;
    margin-top: 0px;
    line-height: 30px;
}

.social-info {
    margin-top: 30px;
}

.social-info ul {
    padding: 0px;
    padding-left: 5px;
}

.social-info ul>li {
    float: left;
    list-style: none;
    margin-right: 15px;
}

.social-info ul>li>a {
    color: #b7b7b9;
    font-size: 23px;
}

.footer-herading {
    font-size: 16px;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 25px;
    margin-top: 35px;
    position: relative;
    color: #253237;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 700;
    line-height: 24px;
}

.footer-herading:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 60px;
    height: 2px;
    background: linear-gradient(45deg, red 45%, #000000 38%);
}

.footer-links>ul {
    padding: 0px;
}

.footer-links>ul>li {
    list-style: none;
}

.footer-links>ul>li a {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    display: block;
    /*    text-transform: capitalize;*/
    color: #eaeaea;
    margin-bottom: 6px;
    display: block;
    position: relative;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
    text-decoration: none;
}

.footer-links>ul>li>a:hover {
    color: red;
}

.footer-herading {
    font-size: 16px;
    text-transform: capitalize;
    padding-bottom: 20px;
    margin-bottom: 25px;
    position: relative;
    color: #ffffff;
    border-bottom: 1px solid #e3e3e3;
    font-weight: 700;
    line-height: 24px;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
}

.img_app {
    margin-top: 40px;
}

.single-wedge {
    padding-right: 40px;
}

.single-wedge .subscrib-text p {
    color: #f2f2f2;
    ;
}

.footer-bottom {
    padding: 20px 0px 0px;
    color: #f2f2f2;
    border-top: 1px solid gainsboro;
}

.footer-bottom p {
    font-size: 17px;
}


/* MOBILE FOOTER OPEN */

.call-box {
    /* position: fixed; */
    bottom: 3%;
    right: 2%;
    z-index: 2;
}

.call-box img {
    width: 55px;
    height: 55px;
    margin: 7px 0px;
}

.short-links {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 666;
    background: #FFC107;
    padding: 3px 0px;
}

.short-links a {
    text-align: center;
    display: block;
    font-size: 16px;
}

.short-links a i {
    color: white;
    border-radius: 100%;
    transition: all .5s;
}

.short-links a i:hover {
    color: #2b2f4c;
    box-shadow: 1px 1px 10px #504e4e;
}

.short-links .name {
    font-size: 13px;
    margin: 0px;
    font-weight: 400;
}

.cus-model-dialog {
    position: absolute;
    width: 100%;
    margin: 0px;
    bottom: 51px;
}

.cus-model-content {
    border-radius: 0px;
}

.modal-list {
    padding: 0px;
    padding-bottom: 10px;
    margin: 0px;
    background: #602038;
}

.modal-list li {
    list-style: none;
    padding: 10px 40px 0px;
}

.modal-list li a {
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 14px;
}


/* MOBILE FOOTER CLOSED */


/* shop page is started */

.bread {
    background: #f7f8fb;
    /* background-size: 100% 100%; */
    height: 200px;
    background-repeat: no-repeat;
    position: relative;
}

.bread::before {
    content: "";
    top: 0px;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
}

.bread .breads-crum {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translate(0%, -50%);
    height: auto;
    width: auto;
}

.bread .breads-crum h2 {
    color: white;
    text-align: left;
}

.bread .breads-crum h2:hover {
    color: #F44336;
}

.bread .breads-crum .breadcrumb {
    background: none;
    display: inline-flex;
    padding: 0px;
}

.bread .breads-crum .breadcrumb .breadcrumb-item a {
    color: #ff0e0e;
    font-size: 20px;
    text-decoration: none;
}

.bread .breads-crum .breadcrumb .breadcrumb-item a:hover {
    color: #ffffff;
}

.product-menu {
    top: 0px;
    z-index: 1;
    background: #ffffff;
    box-shadow: 1px 1px 15px rgb(204 204 204 / 75%);
    transition: all 0.5s;
    padding: 30px 0px;
    border: 7px solid #f4f2f291;
}

.product-price {
    background: #ffffff;
    margin-bottom: 25px;
    border: none;
    box-shadow: 1px 1px 15px rgb(204 204 204 / 75%);
}


/* #mobile-menu1.active-tran1 {

    left: 0px;

    overflow: auto;

    z-index: 2222;

} */

.hide-cross {
    display: none;
}

.hide-bars {
    display: block;
}

.product-menu a {
    text-decoration: none;
    color: #303030;
    font-size: 13px;
    padding: 5px 0px;
    /* display: block; */
    font-weight: 600;
    margin-top: 10px;
    text-transform: uppercase;
}

.product-menu ul {
    padding: 0px;
    font-family: 'Libre Baskerville', serif;
}

.product-menu ul li.active {
    background: #6ab3d3;
    border-left: 5px solid #283747;
}

.product-menu ul li.active a {
    color: white;
}

.product-menu .mar-top-logo {
    height: 71px;
}

.product-menu ul li {
    border-bottom: 7px solid #f4f2f291;
    list-style: none;
    min-height: 36px;
    padding: 7px 15px;
}

.product-menu ul li ul {
    display: none;
    transition: all 1s;
}

.product-menu ul li ul li {
    min-height: 30px;
    border: none;
    padding: 5px 10px;
}

.product-menu ul li ul li a {
    font-size: 13px;
    font-weight: 400;
    margin-left: 13px;
}


/* .side-menu ul li:hover ul {

display: block;

} */

.product-menu ul li.tap ul {
    display: block;
    transition: all 1s;
}

.product-menu .fa {
    font-size: 16px;
    padding-top: 3px;
    color: #494949;
    pointer-events: none;
}

.mobile-close-btn {
    position: absolute;
    top: -2%;
    right: 5%;
    background: #ffffff;
    color: #13137b;
    width: 38px;
    height: 37px;
    text-align: center;
    vertical-align: middle;
    margin-top: 32px;
    padding: 2px;
    border-radius: 50%;
    /* border: 6px solid #0be6af; */
    font-size: 15px;
}

.product-menu .mobile-logo {
    height: 77px;
    /* border-bottom: 1px solid #4a4a4a; */
}

.product-menu .mobile-logo .mobile-logo-img {
    height: 45px;
    margin-top: 17px;
    margin-left: 25px;
}


/* 





.all-products h5 {

    font-weight: 900;

    font-size: 21px;

    color: #1d1e20;

    font-family: 'Libre Baskerville', serif;

    padding: 0px 15px;

}



.all-products .product-price .form-check-label {

    color: #777777;

    font-size: 14px;

    font-weight: 400;

    font-family: 'Libre Baskerville', serif;

}



.all-products {

    margin: 15px 0px 15px;

}



.all-products .dropit .butn-box {

    float: right;

    display: inline-flex;

}



.all-products .dropit .dropit-title {

    display: inline;

    padding: 10px 10px;

}



.all-products .dropit .dropit-btn {

    display: inline;

}



.all-products .dropit .dropit-btn button {

    background: none;

    color: #f30000;

    border-radius: 0px;

    border: 2px solid #000000;

    font-size: 19px;

    padding: 10px 31px;

}



.all-products {

    padding-top: 100px;

    padding-bottom: 100px;

    margin: 0px 15px;

    position: relative;

}



.all-products .shop-heading {

    font-family: "Open Sans", sans-serif;

    font-size: 31px;

    color: #253237;

    text-transform: capitalize;

    line-height: 16px;

    font-weight: 700;

    margin: 0 0 15px;

    text-align: center;

}



.all-products .shop-img-box {

    height: 264px;

    margin: 0px auto;

    position: relative;

    transition: all .5s;

    overflow: hidden;

}







.all-products .shop-img-icon {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    background: #1e1d1d6e;

    height: 50px;

    width: 50px;

    border-radius: 100%;

    opacity: 0;

    transition: all .4s;

}



.all-products .shop-img-icon i {

    position: absolute;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%) rotate(0deg);

    color: #ffffff;

    font-size: 24px;

    transform-origin: center;

}



.all-products .shop-img-box::before {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0%;

    left: 0%;

    transition: all .5s;

}



.all-products .shop-img-box:hover::before {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0%;

    left: 0%;

}



.all-products .shop-img-box:hover .shop-img-icon {

    opacity: 1;

    transform: translate(-50%, -50%) scale(1.2);

}



.all-products .shop-img {

    width: 100%;

    height: 264px;

}



.all-products .shop-box {

    border: 1px solid #e6e6e6;

    margin-top: 20px;

    position: relative;

    border-radius: 0px;

    box-shadow: 1px 1px 10px gainsboro;

    overflow: hidden;

}



.all-products .card-body {

    padding: 0px 0px;

}



.all-products .shop-box .shop-title {

    color: #9E9E9E;

 

    font-weight: 300;

    font-size: 15px;

    text-align: center;

    font-weight: 600;

}



.all-products .shop-box .shop-subtitle {

    color: black;

    padding-top: 0px;

    font-size: 18px;

    margin-bottom: 5px;

    font-weight: 500;

    text-align: center;

}



.all-products .shop-box:hover .shop-img-box::before {

    content: "";

    top: 0px;

    left: 0px;

    width: 100%;

    height: 100%;

    background: #75747466;

    position: absolute;

}



.all-products .btn-cus {

    background: #ff0d24;

    color: white;

    border-radius: 0px;

    padding-top: 10px;

    padding-bottom: 10px;

    padding-left: 40px;

    padding-right: 40px;

    font-size: 15px;

    font-weight: 700;

    margin-top: 10px;

    margin-bottom: 10px;

}



.all-products .shop-box .shop-card-offer {

    position: absolute;

    top: 5px;

    left: 5px;

    background: linear-gradient(45deg, red 45%, #000000 38%);

    color: white;

    padding: 0px 5px;

    z-index: 12;

    border-radius: 0px;

}



.all-products .shop-box img {

    transition: all .5s;

}



.all-products .shop-box:hover img {

    transform: scale(1.1);

}



.all-products .shop-box .shop-sub {

    font-size: 17px;

    text-align: center;

    margin-bottom: 8px;

    font-weight: 300;

}



.all-products .shop-box .shop-title span {

    color: red;

    margin-left: 8px;

}



.all-products .shop-box .shop-title .shop-percent {

    margin-left: 8px;

    background: red;

    color: white;

    border-radius: 3px;

    padding: 3px 5px;

    font-weight: 700;

}



.all-products .shop-box .shop-title a {

    color: black;

    text-decoration: none;

}



.all-products .shop-list {

    padding: 0px;

    margin: 0px;

}



.all-products .shop-list .shop-list-li p {

    margin: 0px;

    font-weight: 300;

    font-size: 15px;

    text-align: center;

    color: #676767;

}



.all-products .shop-list .shop-list-li {

    padding: 7px 10px;

} */


/* single product */

.single-product {
    padding: 100px 0px;
}

.single-product .Product-detail .pdetail-heading {
    font-size: 23px;
    color: #33332f;
    font-weight: 600;
}

.single-product .Product-detail p {
    font-size: 17px;
    color: #767676;
    font-weight: 300;
}

.single-product .Product-detail .pdetail-price {
    font-size: 19px;
    color: #dc3545;
    font-weight: 800;
    padding: 10px 0px;
}

.single-product .Product-detail .avail-detail {
    font-size: 21;
    font-weight: 600;
}

.single-product .Product-detail .avail-detail span {
    font-size: 21;
    font-weight: 800;
}

.single-product .Product-detail .avail-size {
    font-size: 21;
    font-weight: 400;
    margin-top: 20px;
    color: black;
}

.single-product .Product-detail .avail-size .size-span {
    background: #fff;
    color: #5f5f5f;
    padding: 1px 6px;
    margin: 0px 2px;
    min-width: 27px;
    display: inline-block;
    text-align: center;
    border: 1px solid gainsboro;
}

.single-product .Product-detail .avail-size .size-span:first-child {
    margin-left: 41px;
}

.single-product .Product-detail .avail-size .size-span:hover {
    background: #FFC107;
    color: black;
}

.single-product .Product-detail .avail-color {
    font-size: 21;
    font-weight: 400;
    margin-top: 19px;
    color: black;
    margin-bottom: 19px;
}

.single-product .Product-detail .avail-color .color-span {
    background: #fff;
    color: #5f5f5f;
    margin: 0px 2px;
    width: 23px;
    height: 23px;
    display: inline-block;
    text-align: center;
    border: 1px solid gainsboro;
    vertical-align: middle;
}

.single-product .Product-detail .avail-color .color-span:first-child {
    margin-left: 20px;
}

.single-product .Product-detail .avail-color .color-span:nth-child(1) {
    background-color: red;
}

.single-product .Product-detail .avail-color .color-span:nth-child(2) {
    background-color: blue;
}

.single-product .Product-detail .avail-color .color-span:nth-child(3) {
    background-color: green;
}

.single-product .Product-detail .avail-color .color-span:nth-child(4) {
    background-color: #08c;
}

.single-product .Product-detail .input-group {
    width: 161px;
    border-radius: 0px;
    display: inline-flex;
}

.single-product .Product-detail .input-group input {
    padding: 21px 26px;
}

.single-product .Product-detail .input-group button {
    padding: 0px 14px;
}

.single-product .Product-detail button {
    background: none;
    color: #5f5f5f;
    font-weight: 600;
    border-radius: 0px;
    border: 1px solid #ced4da;
}

.single-product .Product-detail .btn-pro-cus {
    background: #ffffff00;
    color: red;
    border: 3px solid black;
    padding: 11px 30px;
    margin-top: -2px;
    letter-spacing: -0.5px;
    font-size: 17px;
    margin: 8px;
    font-weight: 500;
    border-radius: 0px;
}

.single-product .Product-detail .like-btn {
    position: absolute;
    left: 20px;
    height: 39px;
    padding: 0px 11px;
    line-height: 43px;
    border: 1px solid #ddd;
    z-index: -1;
}

.single-product .Product-detail .btn-box .like-btn-1 {
    height: 40px;
    padding: 0px 11px;
    line-height: 37px;
    border: 1px solid #ddd;
    display: inline-block;
}

.single-product .Product-detail .btn-box .comp-btn-1 {
    height: 40px;
    padding: 0px 11px;
    line-height: 37px;
    border: 1px solid #ddd;
    display: inline-block;
}

.single-product .Product-detail .btn-box {
    display: inline-block;
}

.single-product .Product-detail .social-links-pro {}

.single-product .Product-detail .social-links-pro {
    padding: 15px 0px;
    margin-top: 20px;
    border-top: 1px solid #E0E0E0;
}

.single-product .Product-detail .social-links-pro li {
    list-style: none;
    float: left;
}

.single-product .Product-detail .social-links-pro li a {
    margin: 0px 6px 0px 0px;
    font-size: 19px;
    background: #FFC107;
    display: block;
    padding: 16px;
    width: 30px;
    height: 30px;
    color: #000000;
    border: 1px solid #d8d8d8;
    position: relative;
}

.single-product .Product-detail .social-links-pro li a .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.single-product .Product-detail .single_prod_detail {
    font-size: 15px;
    margin: 25px 0px;
}

.single-product .Product-detail .single_prod_detail tr td {
    padding: 3px 0px;
}

.single-product .Product-detail .single_prod_detail tr td:nth-child(1) {
    font-weight: 500;
}

.single-product .nav-tabs {
    border-bottom: none;
    margin-top: 35px;
}

.single-product .nav-tabs .pro-link {
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    background: #009688;
    border-radius: 0px;
    font-size: 21px;
}

.single-product .nav-tabs .nav-link.active {
    color: #000000;
    border: 0px;
    border-bottom: none;
    background: #f6f6f6;
    z-index: 5;
}

.single-product .tab-content {
    background: #f6f6f6;
    padding: 30px 25px;
}

.single-product .service-detail .icon-box {
    text-align: center;
}

.single-product .service-detail .truck-icon {
    display: inline-block;
    font-size: 40px;
    vertical-align: middle;
    color: #08c;
}

.single-product .service-detail .service-box {
    margin: 20px 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

.single-product .nav-tabs .nav-item {
    margin-bottom: -2px;
}

.single-product .owl-carousel {
    height: auto;
    /*     box-shadow: 1px 1px 15px rgb(204 204 204 / 75%); */
}


/* .single-product .owl-carousel .owl-item,

.single-product .owl-carousel .item {

    min-height: 100vh;

} */

.single-product .owl-carousel .owl-item {
    border: 7px solid #d0d0d091;
    box-shadow: 1px 1px 41px rgb(204 204 204 / 75%);
}

.single-product .owl-carousel .owl-item img {
    transform-style: initial;
    /* height: 100%; */
    object-fit: cover;
}

.single-product .owl-thumb-item img {
    width: 150px;
    height: auto;
}

.single-product .owl-thumbs {
    display: table;
    width: 100%;
    text-align: center;
    padding: 3%;
}

.single-product .owl-thumb-item {
    display: table-cell;
    border: none;
    background: none;
    padding: 0;
    /* opacity: .4; */
}

.single-product .owl-thumb-item.active {
    opacity: 1;
}

.single-product .label {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: #0a6cff;
    color: white;
    padding: 10px 20px;
    z-index: 5;
    text-align: center;
}

.cart {
    paddinG: 100px 0px;
    padding-bottom: 10px;
}

.cart .thead-tr {
    background: linear-gradient(45deg, red 45%, #000000 38%);
    color: #ffffff;
    font-weight: 100;
    font-size: 17px;
}

.cart thead th {
    text-align: left;
    padding: 10px;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

.cart .table-bordered tr {
    border: 1px solid #e0e0e0;
}

.cart .table-bordered td {
    border: 1px solid #e1e1e1;
}

.cart .cart-prod-box img {
    width: 70px;
}

.cart .cart-prod-box .close-fa {
    padding: 20px;
}

.cart .cart-prod-box h2 {
    font-size: 15px;
    color: #4a4a4a;
    font-weight: 600;
}

.cart h3 {
    font-size: 17px;
    /* color: #FFC107; */
    font-weight: 400;
}

.cart .cart-close-box {
    width: 10%;
}

.cart .cart-prod-box .card-img-box {
    text-align: center;
    width: 30%;
    margin: 3px 10px;
}

.cart .cart-prod-box .cart-title-box {
    width: 60%;
    align-self: center;
}

.cart .form-tripple {
    width: 160px;
}

.cart .input-group {
    border-radius: 0px;
    display: inline-flex;
}

.cart .input-group input {
    padding: 21px 26px;
}

.cart .input-group button {
    padding: 0px 14px;
}

.cart button {
    background: none;
    color: #5f5f5f;
    font-weight: 600;
    border-radius: 0px;
    border: 1px solid #ced4da;
}

.cart .btn-pro-cus {
    background: #ffffff00;
    color: red;
    border: 3px solid black;
    padding: 11px 30px;
    margin-top: -2px;
    letter-spacing: -0.5px;
    font-size: 17px;
    margin: 8px;
    font-weight: 500;
    border-radius: 0px;
}

.cart .form-inline input {
    border-radius: 0px;
    border: 2px solid #8a8888;
    height: 46px;
    padding: 0px 20px;
}

.cart .cart-title {
    font-weight: 700;
    font-size: 17px;
}

.checkout {
    padding: 50px 0px;
}

.checkout .check-title {
    border-top: 3px solid #FFC107;
    background: #efefef;
    padding: 12px 15px 1px;
    font-size: 14px;
    font-family: 'Libre Baskerville', serif;
    margin: 19px 0px;
}

.checkout .table {
    background: white;
}

.checkout .table h3 {
    font-size: 18px;
    font-weight: 800;
}

.checkout form {
    margin: 20px 0px;
}

.checkout .form-control {
    border-radius: 0px;
    height: 44px;
    border: 2px solid #eaeaea;
}

.checkout .confirm-box {
    background: #f4f7f9;
    padding: 16px 20px;
    height: auto;
}

.checkout .btn-pro-cus {
    background: #ffffff00;
    color: red;
    border: 3px solid black;
    padding: 11px 30px;
    margin-top: -2px;
    letter-spacing: -0.5px;
    font-size: 17px;
    margin: 8px;
    font-weight: 500;
    border-radius: 0px;
}

.checkout .thead-tr {
    background: linear-gradient(45deg, red 45%, #000000 38%);
    color: #ffffff;
    font-weight: 100;
    font-size: 17px;
}

.checkout thead th {
    text-align: left;
    padding: 10px;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}

.order-table {
    background: #f4f4f5;
}

.order-table td {
    padding: 10px;
}

.order-table td p {
    margin: 0px;
    font-weight: 300;
}

.order-table td h3 {
    margin: 0px;
    font-weight: 300;
}

.contact-us {
    position: relative;
}

.contact-us .iframe-box {
    width: 100%;
    position: absolute;
    z-index: -1;
}

.contact-us .form-box {
    background: #EEEEEE;
    padding: 70px 50px;
    border-radius: 0px;
    border: none;
}

.contact-us .form-box .form-control {
    border-radius: 0px;
    border: none;
}

.contact-us .btn-pro-cus {
    background: #ffbf00;
    color: black;
    border: 2px solid white;
    padding: 17px 30px;
    margin-top: -2px;
    letter-spacing: -0.5px;
    font-family: 'Libre Baskerville', serif;
    font-size: 13px;
    margin: 8px;
    font-weight: 500;
    border-radius: 0px;
}

.cont {
    padding: 100px 0px;
}

.cont .cont-box {
    padding: 50px;
    text-align: center;
    border-radius: 0px;
    border: 1px solid #FFC107;
    margin: 0px 0px 23px;
}

.login-form {
    padding: 100px 0px 40px;
}

.login-form h3 a {
    font-size: 28px;
    color: black !important;
    font-weight: 600;
    margin: 2px;
    display: inline-block;
}

.login-form h4 {
    font-size: 24px;
    color: #7b858a;
    font-family: 'Libre Baskerville', serif;
}

.login-form .form-box {
    /* border-top: 4px solid #FFC107; */
    box-shadow: 1px 1px 10px gainsboro;
    padding: 40px 20px;
}

.login-form .form-box p {
    font-size: 15px;
    color: #7b858a;
}

.login-form .form-box .form-control {
    border-radius: 0px;
    border: 2px solid #c5c2c2;
    height: 49px;
}

.login-form .form-box .btn-cuss {
    background: #ffffff00;
    color: #ff1414;
    border: 3px solid black;
    padding: 11px 30px;
    margin-top: -2px;
    letter-spacing: -0.5px;
    font-size: 18px;
    margin: 14px 0px;
    font-weight: 500;
    border-radius: 0px;
}

.dashboard {
    padding: 75px 0px;
}

.dashboard .dashboard-box .dashboard-box-body {
    padding: 0px;
}

.dashboard .dashboard-h2 {
    font-family: 'Libre Baskerville', serif;
    margin: 0px;
    font-size: 25px;
    padding: 10px 0px 10px 18px;
    font-weight: 800;
    background: linear-gradient(45deg, red 45%, #000000 38%);
    color: white;
}

.dashboard .dashboard-box {
    border-radius: 0px;
    /* margin-bottom: 20px; */
    overflow: hidden;
    box-shadow: 1px 1px 10px #e5e3e3;
    border: 9px solid #f2f1f1;
}

.contact-form {
    padding: 25px 0px;
}

.contact-form .btn-cus {
    background: #ff324d;
    border: none;
    padding: 12px 20px;
}

.contact-form .contact-form-part-2 {
    margin-top: 50px;
    padding: 20px;
}

.contact-form .contact-form-part-2 .left-contact-box {
    border: none;
    background: transparent;
}

.contact-form .contact-form-part-2 .img-logo-box {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    position: relative;
    margin: 20px auto;
    border: 1px solid #f61111;
}

.contact-form .contact-form-part-2 .img-logo-box .fa {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 26px;
    color: #f20000;
    border-radius: 50%;
}

.contact-form .contact-form-part-2 .contact_titlle-2 {
    font-family: 'Raleway', sans-serif;
    font-weight: bolder;
    text-align: left;
    margin-top: 25px;
}

.contact-form .contact-form-part-2 .contact_sub_titlle-2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
}

.contact-form .contact-form-part-2 .contact-sub-title {
    font-family: 'Poppins';
    text-align: left;
    font-weight: 300;
}

.contact-form .contact-form-part-2 .form-control {
    border: none;
    border-radius: 5px;
    padding: 23px;
}

.contact-form .contact-bocx {
    background: #f7f7f7;
    padding: 20px 30px;
    border: none;
    border-radius: 0px;
}

.gauto-driver-area {
    padding: 50px 0px;
    position: relative;
}

.gauto-driver-area .shop-heading {
    font-family: "Open Sans", sans-serif;
    font-size: 31px;
    color: black;
    text-transform: capitalize;
    line-height: 16px;
    font-weight: 700;
    margin: 0 0 15px;
    text-align: center;
}

.gauto-driver-area .shop-heading p {
    display: block;
    margin: 10px 0px;
    font-size: 20px;
    color: red;
}

.gauto-driver-area {
    padding-bottom: 70px;
}

.single-driver {
    margin-top: 30px
}

.driver-img-details img {
    width: 100%
}

.driver-image {
    position: relative;
    overflow: hidden;
}

.driver-image img {
    width: 100%;
    height: 300px;
}

.driver-image .hover {
    position: absolute;
    right: 0px;
    top: 20px;
    z-index: 111
}

.driver-image .hover .social-icon li+li {
    margin-top: 10px;
    display: block
}

.driver-image .hover .social-icon li {
    list-style: none;
}

.driver-image .hover .social-icon li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #ec3323;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.driver-image .hover .social-icon li a:hover {
    background-color: #001238
}

.driver-image .hover .social-icon li:nth-child(1) {
    position: absolute;
    top: 20px;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: transform 500ms;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.driver-image .hover .social-icon li:nth-child(2) {
    position: absolute;
    top: 60px;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: transform 500ms;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    -webkit-transition-delay: 200ms;
    transition-delay: 200ms;
}

.driver-image .hover .social-icon li:nth-child(3) {
    position: absolute;
    top: 110px;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: transform 500ms;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
}

.driver-image .hover .social-icon li:nth-child(4) {
    position: absolute;
    top: 160px;
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
    -webkit-transition: transform 500ms;
    -webkit-transition: -webkit-transform 500ms;
    transition: -webkit-transform 500ms;
    transition: transform 500ms;
    transition: transform 500ms, -webkit-transform 500ms;
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.single-driver:hover .driver-image .hover .social-icon li:nth-child(1) {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
}

.single-driver:hover .driver-image .hover .social-icon li:nth-child(2) {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
}

.single-driver:hover .driver-image .hover .social-icon li:nth-child(3) {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
}

.single-driver:hover .driver-image .hover .social-icon li:nth-child(4) {
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
}

.driver-image {
    position: relative
}

.driver-image:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000 none repeat scroll 0 0;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)"
}

.driver-text {
    text-align: center;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .11);
    padding: 30px 15px;
}

.driver-text h3 {
    font-size: 22px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 5px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.driver-text a {
    color: #001238
}

.driver-text a h3:hover {
    color: #ec3323
}

.driver_page .pagination-box-row {
    text-align: center;
}

.load-more {
    text-align: center;
    margin-top: 20px
}

.load-more a.gauto-btn {
    color: #ec3323;
    margin-bottom: 0
}

.load-more a.gauto-btn:hover {
    color: #fff
}

.shop {
    padding-bottom: 50px;
    margin: 0px 15px;
    position: relative;
}

.shop .shop-heading {
    font-family: "Open Sans", sans-serif;
    font-size: 31px;
    color: #253237;
    text-transform: capitalize;
    line-height: 16px;
    font-weight: 700;
    margin: 25px 0 15px;
    text-align: center;
    text-shadow: 1px 1px 10px gray;
}

.shop .shop-heading p {
    display: block;
    margin: 10px 0px;
    font-size: 20px;
    color: red;
}

.shop .single-offers {
    text-align: center;
    padding: 20px;
    border: 3px solid #f0f0ff;
    margin-top: 30px;
    background: white;
    box-shadow: 1px 1px 10px gainsboro;
}

.shop .offer-image {
    /*

    width: 235px;

    margin: 0 auto;

    display: block;

*/
    height: 190px;
}

.shop .offer-images {
    /*

    width: 235px;

    margin: 0 auto;

    display: block;

*/
    height: 450px;
}

.shop .offer-image img {
    width: 100%;
    height: 192px;
    margin: 0px auto;
}

.shop .offer-images img {
    width: 100%;
    height: 450px;
    margin: 0px auto;
}

.shop .offer-text {
    margin-top: 20px
}

.shop .offer-text a {
    color: black;
    text-decoration: none;
}

.shop .offer-text h3 {
    font-size: 23px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 11px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.shop .offer-text h4 {
    color: #020202;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 2px;
}

.shop .offer-text h4 span {
    text-transform: capitalize;
    color: #ec3323;
    font-size: 16px;
}

.shop .offer-action {
    text-align: center;
    background: #020202 none repeat scroll 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    margin: 10px auto 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.shop .offer-action a {
    display: inline-block;
    text-transform: uppercase;
    padding: 7px 15px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    width: 47%;
}

.shop .offer-action:after {
    position: absolute;
    content: "";
    width: 66%;
    height: 100%;
    background: #ec3323 none repeat scroll 0 0;
    right: -36px;
    z-index: -1;
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.shop .offer-action:hover {
    background: #ec3323 none repeat scroll 0 0;
}

.shop .offer-action:hover:after {
    background: #020202 none repeat scroll 0 0;
}

.shop .offer-text ul {
    text-align: center;
    margin-top: 10px;
}

.shop .offer-text ul li {
    display: inline-block;
    font-size: 14px;
    margin: 0 3px;
}

.shop .offer-text ul li i {
    margin-right: 5px;
    color: #ec3323
}

@media (max-width: 1200px) {
    .main_navigation li {
        margin-left: 8px;
        margin-right: 8px;
    }
    .products .prod-img-box {
        border-radius: 100%;
        overflow: hidden;
        width: 200px;
        height: 200px;
    }
    .shop .banner-title {
        color: white;
        font-family: 'Libre Baskerville', serif;
        font-size: 38px;
        font-weight: 700;
        text-align: left;
    }
    .shop .banner-subtitle {
        color: white;
        font-family: 'Libre Baskerville', serif;
        font-size: 15px;
        text-align: left;
    }
}

@media (max-width: 990px) {
    .brand {
        background: #fec321;
        padding: 20px 0px;
        padding-bottom: 60px;
    }
    .contact-form .contact-bocx {
        background: #f7f7f7;
        padding: 20px 0px;
        border: none;
        border-radius: 0px;
    }
}

@media (max-width: 769px) {
    .main_navigation {
        background: white;
    }
    .about-us {
        padding-top: 60px;
        padding-bottom: 40px;
        margin: 0px 15px;
        position: relative;
        margin-top: -36px;
    }
}

@media (max-width: 767px) {
    .main_navigation li {
        margin-left: 8px;
        margin-right: 8px;
    }
    .about-us .about-us-part2 {
        background: #fff3d3;
        min-height: 500px;
        padding: 80px 20px;
    }
    .brand {
        background: #ffffff;
        padding: 20px 0px;
        padding-bottom: 60px;
    }
    .bread {
        background-size: cover;
    }
    .cart .cart-prod-box {
        width: 400px;
    }
    .cart .form-tripple {
        width: 160px;
    }
    .ser-box-mob-mob {
        position: absolute;
        top: 85px;
        z-index: 10;
        right: 0px;
    }
    .search-input-group {
        background: white;
        border-radius: 0px 6px 6px 0px;
        overflow: hidden;
    }
    .cus-btn-search {
        background: #ff324d;
        color: WHITE;
    }
    .car-book-form {
        height: 570px;
        margin-bottom: 56px;
    }
    .car-book-form .car-book-bg {
        background: url(../../Images/find-box-bg.png);
        height: auto;
        width: 100%;
        position: absolute;
        top: -47px;
        z-index: 11;
        border: none;
        border-radius: 0px;
        padding: 20px 20px;
        text-align: center;
        color: white;
    }
    .car-book-form .car-form {
        padding: 40px 50px;
        width: 100%;
        top: 49px;
        left: 0px;
        z-index: 1;
        position: absolute;
        background: white;
        box-shadow: 1px 1px 10px gainsboro;
    }
}

@media (max-width: 590px) {
    .hero-slider-area {
        z-index: 1;
        position: relative;
        overflow: hidden;
        height: 390px;
    }
    .single-static {
        position: relative;
        display: flex;
        align-items: flex-start;
        padding: 20px 5px;
    }
    .welcome-heading {
        font-family: 'Libre Baskerville', serif;
        font-weight: 600;
        position: relative;
        padding-bottom: 25px;
        font-size: 26px;
        text-align: center;
    }
    .about-us .about-us-part2 {
        background: #fff3d3;
        min-height: 500px;
        padding: 80px 20px;
    }
    .products .prod-img-box {
        border-radius: 100%;
        overflow: hidden;
        width: 250px;
        height: 250px;
    }
    .about-us .about-us-part1 {
        background: url(../images/cow_little.html);
        background-size: 100% 100%;
        height: 300px;
    }
    .shop {
        padding-top: 0px;
        padding-bottom: 25px;
        margin: 0px 0px;
        position: relative;
    }
    .shop .shop-heading {
        font-family: "Open Sans", sans-serif;
        font-size: 24px;
        color: #253237;
        text-transform: capitalize;
        line-height: 16px;
        font-weight: 600;
        margin: 0 0 15px;
    }
    .shop .shop-heading p {
        display: block;
        margin: 10px 0px;
        font-size: 20px;
        color: red;
    }
    .shop .shop-img-box {
        height: 113px;
        margin: 0px auto;
        position: relative;
    }
    /* .services .service-box{

} */
    .shop .shop-img-icon {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background: white;
        height: 50px;
        width: 50px;
        border-radius: 100%;
        opacity: 0;
        transition: all .4s;
    }
    .shop .shop-img-icon i {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(266deg);
        color: #fec321;
        font-size: 24px;
        transform-origin: center;
    }
    .shop .shop-img-box::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
        transition: all .5s;
        /* background: #0000006b; */
    }
    .shop .shop-img-box:hover::before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0%;
        left: 0%;
        /* background: #0000006b; */
    }
    .shop .shop-img-box:hover .shop-img-icon {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.2);
    }
    .shop .shop-img {
        width: 100%;
        height: 138px;
    }
    .shop .shop-box {
        border: 1px solid #e6e6e6;
        padding: 10px 10px 35px;
        margin-top: 20px;
        position: relative;
        overflow: hidden;
    }
    .shop .shop-box {
        border: none;
        padding: 0px;
        box-shadow: 1px 1px 10px #e8e8e8;
        margin: 4px 2px;
    }
    .shop .shop-box .card-body {
        padding: 25px 0px;
    }
    .shop .shop-box .shop-card-offer {
        position: absolute;
        top: 5px;
        left: 5px;
        background: #4fb68d;
        color: white;
        padding: 0px 5px;
        z-index: 12;
        border-radius: 0px;
    }
    .shop .shop-box .shop-footer-box {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        padding: 17px 15px 8px 15px;
        background: white;
        box-shadow: 1px 1px 10px gainsboro;
        transition: all .5s;
    }
    .shop .shop-box .shop-title {
        color: #9E9E9E;
        font-family: 'Libre Baskerville', serif;
        /* padding-top: 30px; */
        /* font-size: px; */
        font-weight: 300;
        font-size: 15px;
    }
    .shop .shop-box .shop-title a {
        color: black;
        text-decoration: none;
    }
    .shop .shop-box .shop-title span {
        color: red;
        margin-left: 12px;
    }
    .shop .shop-box .shop-title .shop-percent {
        margin-left: 10px;
        background: red;
        color: white;
        border-radius: 3px;
        padding: 3px;
        font-weight: 700;
    }
    .shop .shop-box .shop-subtitle {
        color: black;
        font-family: 'Libre Baskerville', serif;
        padding-top: 10px;
        font-size: 14px;
        margin-bottom: 12px;
        font-weight: 800;
    }
    .shop .btn-cus {
        background: #fec321;
        color: black;
        border-radius: 0px;
        padding-top: 11px;
        padding-bottom: 11px;
        padding-left: 40px;
        padding-right: 40px;
        font-size: 13px;
        font-weight: 400;
        margin-top: 15px;
    }
    .about ul li {
        list-style: none;
        float: left;
        padding: 5px 2px;
        width: 100%;
    }
    .contact-form .contact-bocx {
        background: #f7f7f7;
        padding: 20px 30px;
        border: none;
        border-radius: 0px;
        margin-bottom: 20px;
    }
    .hero-slider-area .item img {
        height: 320px !important;
    }
    .about-us .about-us-subtitle {
        color: #7c8a97;
        padding-top: 10px;
        font-size: 16px;
        text-align: justify;
        margin-bottom: 50px;
    }
    .services {
        padding: 20px 0px;
        margin: 0px 0px;
        position: relative;
        background: #fbfbfd none repeat scroll 0 0;
    }
    .bread .breads-crum {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: auto;
        width: 85%;
    }
    .all-products {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        margin: 0px 15px;
        position: relative;
    }
    .bread .breads-crum h2 {
        color: white;
        text-align: center;
    }
}

@media (max-width: 420px) {
    .main_navigation .logo-wid {
        width: 60%;
    }
    .shop .input-group {
        border-radius: 0px;
        display: inline-flex;
        width: 100%;
        margin: 20px 0px 0px 0px;
    }
    .shop .btn-cus {
        background: #ff0d24;
        color: white;
        border-radius: 0px;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 19px;
        font-size: 15px;
        font-weight: 700;
        margin-top: 20px;
        margin-bottom: 10px;
        width: 93%;
    }
    /* .all-products .input-group {

        border-radius: 0px;

        display: inline-flex;

        width: 100%;

        margin: 20px 0px 0px 0px;

    }

    .all-products .btn-cus {

        background: #ff0d24;

        color: white;

        border-radius: 0px;

        padding-top: 10px;

        padding-bottom: 10px;

        padding-left: 15px;

        padding-right: 19px;

        font-size: 15px;

        font-weight: 700;

        margin-top: 20px;

        margin-bottom: 10px;

        width: 93%;

    } */
}


/*Header*/

.desk-menu-pos-rel {
    position: relative;
    background: #ff324d;
    padding: 13px 20px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    letter-spacing: .6px;
    margin-bottom: 8px;
}

.desk-menu {
    margin: 0px 0px 15px;
    position: absolute;
    width: 278px;
    left: 0px;
    top: 52px;
}

.desk-menu .mega_menu .main_menu li:last-child {
    border-radius: 0px 0px 5px 5px;
}

.desk-menu .item {
    position: relative;
}

.desk-menu .item .slide-content {
    position: absolute;
    top: 20%;
    padding: 0px 50px;
}

.desk-menu .item .slide-content .promotion {
    margin: 0;
    font-size: 1em;
    line-height: 2.111em;
    text-transform: uppercase;
    font-weight: 600;
}

.desk-menu .item .slide-content .promotion span {
    font-size: 35px;
    font-weight: 900;
}

.desk-menu .item .slide-content .main-title {
    font-size: 50px;
    font-weight: bolder;
    line-height: 46px;
    text-transform: uppercase;
}

.desk-menu .item .slide-content .sub-title {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: 300;
}

.desk-menu .item .slide-content .slide-btn {
    padding: 14px 27px;
    border: none;
    border-radius: 3px !important;
    background-color: #010204;
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 1;
    color: white;
    text-transform: uppercase;
}

.desk-menu .menu-h2 {
    color: #465157;
    font-size: 14.5px;
    letter-spacing: .001em;
    text-align: left;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 17px 39px;
    margin: 0px;
    border-bottom: none;
    font-weight: 900;
    border-radius: 5px 5px 0px 0px;
}

.desk-menu .mega_menu ul {
    padding: 0px;
}

.desk-menu .mega_menu .main_menu li {
    list-style: none;
    position: relative;
    z-index: 2;
    padding: 0px;
    background: white;
    border-radius: 0px;
    margin: 0px;
}

.desk-menu .list-group .list-group-item:hover {
    background: #f55d2c;
    border-bottom: none;
}

.desk-menu .list-group .list-group-item a:hover {
    color: white;
}

.desk-menu .mega_menu .main_menu a {
    /* width: 150px; */
    display: block;
    padding: 11px 25px;
    border-bottom: 1px solid white;
    color: #465157;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.desk-menu .mega_menu .main_menu .onhover .sub_menu {
    display: none;
    position: absolute;
    top: 0px;
    box-shadow: 1px 1px 44px gainsboro;
    left: 100%;
}

.desk-menu .mega_menu .main_menu .onhover:hover .sub_menu {
    display: block;
    width: 271px;
}

.desk-menu .offer-img-slider {
    height: 191px;
    width: 100%;
    /* margin:2px 2px; */
}

@media (min-width: 1200px) .offset-xl-1 {
    margin-left: 8.333333%;
    margin-top: -90px;
}

.all-products {
    margin: 15px 0px 15px;
}

.all-products .dropit .butn-box {
    float: right;
    display: inline-flex;
}

.all-products .dropit .dropit-title {
    display: inline;
    padding: 10px 10px;
}

.all-products .dropit .dropit-btn {
    display: inline;
}

.all-products .dropit .dropit-btn button {
    background: none;
    color: #f30000;
    border-radius: 0px;
    border: 2px solid #000000;
    font-size: 19px;
    padding: 10px 31px;
}

.all-products {
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0px 15px;
    position: relative;
}

.all-products .product-price .card {
    padding: 20px 10px;
    border-radius: 0px;
    background: #ffffff;
    border: none;
    border: 7px solid #f4f2f291;
    margin-top: 20px;
}

.all-products .single-offers {
    text-align: center;
    padding: 20px;
    min-height: 350px;
    border: 3px solid #f0f0ff;
    margin-top: 30px;
    box-shadow: 1px 1px 10px gainsboro;
}

.all-products .offer-image {
    /*

        width: 235px;

        margin: 0 auto;

        display: block;

*/
    height: 230px;
}

.all-products .offer-image img {
    width: 100%;
    height: 200px;
    margin: 0px auto;
}


/*
.all-products .offer-text {
    margin-top: 20px
}
*/

.all-products .offer-text h3 {
    font-size: 23px;
    color: #001238;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: inline-block;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.all-products .offer-text h4 {
    color: #020202;
    font-size: 18px;
    text-transform: capitalize;
    margin-top: 8px;
}

.all-products .offer-text h4 span {
    text-transform: capitalize;
    color: #ec3323;
    font-size: 16px;
}

.all-products .offer-action {
    text-align: center;
    background: #020202 none repeat scroll 0 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
    margin: 10px auto 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.all-products .offer-action a {
    display: inline-block;
    text-transform: uppercase;
    padding: 7px 15px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
    width: 47%;
}

.all-products .offer-action:after {
    position: absolute;
    content: "";
    width: 66%;
    height: 100%;
    background: #ec3323 none repeat scroll 0 0;
    right: -36px;
    z-index: -1;
    -webkit-transform: skewX(40deg);
    transform: skewX(40deg);
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.all-products .offer-action:hover {
    background: #ec3323 none repeat scroll 0 0;
}

.all-products .offer-action:hover:after {
    background: #020202 none repeat scroll 0 0;
}

.all-products .offer-text ul {
    text-align: center;
    margin-top: 10px;
    padding: 0px;
}

.all-products .offer-text ul li {
    display: inline-block;
    font-size: 14px;
    margin: 0 3px;
}

.all-products .offer-text ul li i {
    margin-right: 5px;
    color: #ec3323
}

.hero-slider-area .item img {
    height: 470px;
}

.call-btn-side {
    position: fixed;
    z-index: 888;
    bottom: 58px;
    right: 4px;
    /*background: white;*/
    border-radius: 100%;
    padding: 24px;
    box-shadow: 1px 1px 10px #067a6f78;
}

.call-btn-side1 {
    position: fixed;
    z-index: 888;
    bottom: 119px;
    right: 4px;
    /*background: white;*/
    border-radius: 100%;
    padding: 24px;
    box-shadow: 1px 1px 10px #067a6f78;
}

.tele {
    border: 2px solid red;
    border-radius: 50%;
    padding: 4px;
    top: 81%;
    /* width: 30px;
    height: 30px; */
    position: fixed;
    right: 20px;
    cursor: pointer;
    z-index: 100;
    margin-right: -12px;
}

.tele1 {
    top: 74%;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 25px;
    cursor: pointer;
    z-index: 100;
    padding: 0px;
    margin-right: -17px;
}

@media only screen and (max-width: 1024px) {
    .services .service-text p {
        font-family: emoji;
        height: 145px;
        text-align: justify;
        font-size: 17px;
    }
    .testimonial-text p {
        text-align: justify;
        position: relative;
        font-family: emoji;
        font-size: 16px;
    }
    .tele1 {
        top: 69%;
        width: 40px;
        height: 40px;
        position: fixed;
        right: 25px;
        cursor: pointer;
        z-index: 100;
        padding: 0px;
        margin-right: -17px;
    }
    .tele {
        top: 82%;
        width: 30px;
        height: 30px;
        position: fixed;
        right: 25px;
        cursor: pointer;
        z-index: 100;
        padding: 0px;
        margin-right: -12px;
    }
    .offer-text p {
        text-align: justify;
        font-family: FontAwesome;
        line-height: 24px;
        font-size: 18px;
        height: 120px;
    }
    .all-products .single-offers {
        text-align: center;
        padding: 20px;
        min-height: 350px;
        border: 3px solid #f0f0ff;
        margin-top: 30px;
        box-shadow: 1px 1px 10px gainsboro;
        /* border: 1px solid; */
        height: 400px;
    }
    .all-products .offer-text h3 {
        font-size: 20px;
        color: #001238;
        letter-spacing: 1px;
        margin-bottom: 10px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        display: inline-block;
        text-transform: capitalize;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        height: 50px;
    }
}

@media only screen and (max-width: 768px) {
    .main_navigation img {
        height: 70px;
    }
    .mission img {
        height: 350px;
        width: 100%;
    }
    .offer-text p {
        text-align: justify;
        font-family: FontAwesome;
        line-height: 24px;
        font-size: 18px;
        height: 105px;
    }
    .single-product .owl-carousel .owl-item {
        border: 7px solid #d0d0d091;
        box-shadow: 1px 1px 41px rgb(204 204 204 / 75%);
        height: 425px;
    }
    .single-product {
        padding: 50px 0px;
    }
}

@media only screen and (max-width: 425px) {
    .hero-slider-area .item img {
        height: 260px !important;
    }
    .hero-slider-area {
        z-index: 1;
        position: relative;
        overflow: hidden;
        height: 310px;
    }
    .hero-slider-area {
        z-index: 1;
        position: relative;
        overflow: hidden;
        height: 310px;
    }
    .car-book-form .car-book-bg {
        background: url(../../Images/find-box-bg.png);
        height: auto;
        width: 100%;
        position: absolute;
        top: -135px;
        z-index: 11;
        border: none;
        border-radius: 0px;
        padding: 20px 20px;
        text-align: center;
        color: white;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important;
    }
    .card .car-book-bg h1 {
        padding-top: -50px;
    }
    .shop-heading h1 {
        font-size: 28px;
        margin-top: 30px;
    }
    .about-us .about-us-subtitle {
        color: #404244;
        padding-top: 10px;
        font-size: 18px;
        text-align: justify;
        margin-bottom: 50px;
    }
    .bread .breads-crum .breadcrumb .breadcrumb-item a {
        color: #ff0e0e;
        font-size: 18px;
        text-decoration: none;
    }
    .offer-text p {
        text-align: justify;
        font-family: FontAwesome;
        line-height: 24px;
        font-size: 18px;
        height: 110px;
    }
    .car-book-form .car-form {
        padding: 30px 10px;
        width: 100%;
        top: 49px;
        left: 0px;
        z-index: 1;
        position: absolute;
        background: white;
        box-shadow: 1px 1px 10px gainsboro;
    }
    .single-product .owl-carousel .owl-item {
        border: 7px solid #d0d0d091;
        box-shadow: 1px 1px 41px rgb(204 204 204 / 75%);
        height: 240px;
    }
}

@media only screen and (max-width: 375px) {
    .single-product .owl-carousel .owl-item {
        border: 7px solid #d0d0d091;
        box-shadow: 1px 1px 41px rgb(204 204 204 / 75%);
        height: 210px;
    }
}

@media only screen and (max-width: 320px) {
    .bread .breads-crum .breadcrumb .breadcrumb-item a {
        color: #ff0e0e;
        font-size: 15px;
        text-decoration: none;
    }
    .services .service-text p {
        font-family: emoji;
        height: 170px;
        text-align: justify;
        font-size: 17px;
    }
    .all-products .offer-text h3 {
        font-size: 20px;
        color: #001238;
        letter-spacing: 1px;
        margin-bottom: 10px;
        -webkit-transition: all 0.4s ease 0s;
        transition: all 0.4s ease 0s;
        display: inline-block;
        text-transform: capitalize;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        height: 25px;
    }
    .offer-text p {
        text-align: justify;
        font-family: FontAwesome;
        line-height: 24px;
        font-size: 18px;
        height: 135px;
    }
    .single-product .owl-carousel .owl-item {
        border: 7px solid #d0d0d091;
        box-shadow: 1px 1px 41px rgb(204 204 204 / 75%);
        height: 190px;
    }
}