/*
*******************************************
*******************************************

Template Name: Bleezy - Security Service Company HTML Template
Author: Hassan Rasu
Version: 1.0
Template By: Themescare

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

This files contents are outlined below >>>>

*** SEARCH EACH SECTION AS IT COMMENTS, YOU WILL GET THE RIGHT SECTION.

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

==== CSS INDEX

01 - IMPORTED CSS
02 - DEFAULT CSS
03 - BTN TOP BUTTON CSS
04 - PAGINATION CSS
05 - BREADCROMB CSS
06 - REPONSIVE MENU CSS
07 - HEADER CSS
08 - SLIDER AREA CSS
09 - PROMO AREA CSS
10 - SERVICE AREA CSS
11 - COUNT AREA CSS
12 - GALLERY AREA CSS
13 - TESTIMONIAL AREA CSS
14 - BLOG AREA CSS
15 - BROUCHER AREA CSS
16 - FOOTER AREA CSS
17 - ABOUT PAGE CSS
18 - TEAM AREA CSS
19 - SINGLE SERVICE PAGE CSS
20 - PRICING PAGE CSS
21 - MEMBER PROFILE PAGE CSS
22 - 404 PAGE CSS
23 - LOGIN PAGE CSS
24 - SHOP PAGE CSS
25 - SINGLE SHOP PAGE CSS
26 - CART PAGE CSS
27 - CHECKOUT PAGE CSS
28 - SINGLE BLOG PAGE CSS
29 - CONTACT PAGE CSS

*/



/*================================================
01 - IMPORTED CSS
==================================================*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500,600,700');


/*================================================
02 - DEFAULT CSS
==================================================*/

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #444;
    font-weight: 400
}

html,
body {
    height: 100%;
}

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

input,
textarea {
    outline: medium none
}


.mb-1 {
    margin-bottom: 4px !important;
}

.mb-2 {
    margin-bottom: 8px !important;
}


.mb-3 {
    margin-bottom: 12px !important;
}


.mb-4 {
    margin-bottom: 16px !important;
}

.bleezy-btn {
    background: #FAC707 none repeat scroll 0 0;
    border: 3px solid #FAC707;
    color: #fff;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 26px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.color-yellow {
    color: #FAC707 !important;
}

.bleezy-btn:hover {
    background: #212121 none repeat scroll 0 0;
    border: 3px solid #212121;
    color: #fff;
}

.site-heading,
.site-heading-black {
    margin-bottom: 30px;
    text-align: center;
}

.promo-heading {
    margin-bottom: 30px;
    text-align: center;
}

.promo-heading>h2 {
    font-size: 26px;
    line-height: 35px;
    text-transform: capitalize;
    color: #333
}

.promo-heading span {
    display: block;
}

.site-heading>h3 {
    color: #303030;
    font-size: 20px;
    text-transform: capitalize;
}

.site-heading>h2 {
    color: #FAC707;
    font-family: "Oswald", sans-serif;
    margin-top: 10px;
    text-transform: uppercase;
}

.site-heading-black>h3 {
    color: #eee;
    font-size: 20px;
    text-transform: capitalize;
}

.site-heading-black>h2 {
    color: #FAC707;
    font-family: "Oswald", sans-serif;
    margin-top: 10px;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}

a {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: inherit
}

a:focus {
    text-decoration: none;
    outline: medium none;
    color: inherit
}

a:hover {
    color: inherit;
    text-decoration: none;
    color: inherit
}

ul,
ol {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: none;
}

.section_100 {
    padding: 100px 0;
}

.section_50 {
    padding: 50px 0;
}

.section_15 {
    padding: 15px 0
}

.pad-right {
    padding-right: 0
}

.section_t_100 {
    padding-top: 100px
}

.section_b_100 {
    padding-bottom: 100px
}

.section_b_70 {
    padding-bottom: 70px
}

.section_t_70 {
    padding-top: 70px
}

/*================================================
03 - BTN TOP BUTTON CSS
==================================================*/


.btntoTop:before {
    color: #fff;
    content: "";
    display: inline-block;
    font: 20px "FontAwesome";
    vertical-align: middle;
}

.btntoTop {
    background-color: #FAC707;
    border: 2px solid #FAC707;
    border-radius: 2px;
    bottom: 30px;
    cursor: pointer;
    height: 44px;
    line-height: 36px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: fixed;
    right: 30px;
    text-align: center;
    -webkit-transition: opacity 0.4s ease 0s;
    transition: opacity 0.4s ease 0s;
    width: 44px;
    z-index: 99999;
}

.btntoTop.active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.btntoTop.active:hover {
    background: #212121 none repeat scroll 0 0;
    border: 2px solid #212121;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.btntoTop.active.btntoTop:hover:before {
    color: #fff;
}

/*================================================
04 - PAGINATION CSS
==================================================*/

ul.pagination {
    list-style: outside none none;
    margin: 35px 0 0;
    padding: 0;
    text-align: center;
    display: block
}

ul.pagination li {
    display: inline-block;
    margin: 0 3px
}

ul.pagination li a {
    background: #1a1a1a none repeat scroll 0 0;
    border: 1px solid #1a1a1a;
    border-radius: 0 !important;
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    height: 35px;
    letter-spacing: 2px;
    min-width: 35px;
    padding: 5px;
    text-transform: uppercase;
}

ul.pagination li.active a,
ul.pagination li>a:hover,
ul.pagination li.active a:hover {
    background: #FAC707 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #FAC707;
}


/*================================================
05 - BREADCROMB CSS
==================================================*/

.breadcromb-top {
    background: rgba(0, 0, 0, 0) url("../img/breadcromb_bg.jpg") repeat scroll 0 0;
    color: #fff;
    padding: 70px 0;
    text-align: center;
    position: relative
}

.breadcromb-top:before {
    background: rgba(0, 0, 0, 0.54) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.breadcromb-top-text>h2 {
    font-size: 35px;
    text-transform: capitalize;
}

.breadcromb-bottom {
    background: #f6f8fa none repeat scroll 0 0;
    padding: 15px 0
}

.breadcromb-bottom-text li {
    color: #FAC707;
    display: inline-block;
    font-weight: 500;
    margin: 0 5px;
    text-transform: capitalize;
}

.breadcromb-bottom-text a {
    color: #555;
    font-weight: 500;
    text-transform: capitalize;
}

.breadcromb-bottom-text a:hover {
    color: #FAC707
}

/*================================================
06 - REPONSIVE MENU CSS
==================================================*/

.bleezy-responsive-menu {
    display: none;
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    z-index: 999;
}

.slicknav_nav a {
    font-size: 16px;
    margin: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    color: #000
}

.slicknav_menu {
    background: transparent;
}

.slicknav_menutxt {
    display: none !important;
}

.slicknav_arrow {
    float: right;
    color: #000
}

.slicknav_nav a:hover {
    border-radius: 0;
}

.slicknav_nav .slicknav_row:hover {
    border-radius: 0
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
    background: #FAC707 none repeat scroll 0 0;
    color: #fff
}

.slicknav_nav li {
    border-bottom: 1px solid #aaa;
}

.slicknav_nav li:last-child {
    border-bottom: 0px solid #aaa
}

.slicknav_nav {
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid #FAC707;
    box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
}

.slicknav_btn {
    background-color: transparent !important;
    float: left;
    margin: 0;
    line-height: 0;
}

.slicknav_menu .slicknav_icon {
    float: none !important;
    margin: 0
}

.slicknav_icon-bar {
    height: 3px !important;
    margin: 5px 0;
    width: 30px !important;
}

.slicknav_menu .slicknav_icon-bar {
    background-color: #fff;
}

/*================================================
07 - HEADER CSS
==================================================*/

.mobile-top-menu {
    background: #FAC707 none repeat scroll 0 0;
    color: #fff;
    padding: 15px 0;
    display: none
}

.bleezy-header-area {
    border-top: 3px solid #FAC707;
    position: relative;
}

.header-right-overlay {
    background: #FAC707 none repeat scroll 0 0;
    height: 50px;
    position: absolute;
    right: 0;
    width: 50%;
}

.single-top-right li {
    display: inline-block;
    margin: 0 5px;
}

.single-top-right>p {
    display: inline-block;
}

.header-right-top {
    position: relative;
}

.header-right-overlay:before {
    border-color: #FAC707 transparent;
    border-style: solid;
    border-width: 51px 0 0 45px;
    content: "";
    left: -310px;
    position: absolute;
    top: 0;
    width: 100%;
}

.single-top-right {
    color: #fff;
    margin-top: 11px;
    text-align: center;
}

.cart-top-menu {
    float: right;
}

.dropdown-menu.cart-dropdown {
    border-radius: 0;
    left: auto;
    margin-top: -1px;
    min-width: 320px;
    padding: 20px;
    right: 0;
    top: 40px;
    color: #333;
    z-index: 99999999
}

.cart-btn-pro-img {
    float: left;
    margin-bottom: 0;
    margin-right: 20px;
    width: 75px;
    border: 1px solid #ddd
}

.cart-btn-pro-cont>h4 {
    color: #303030;
    font-size: 14px;
    font-weight: 500;
}

.item-cat {
    display: block;
    margin-bottom: 0;
    color: #777
}

.price {
    color: #FAC707;
    font-size: 14px;
}

.product-remove {
    color: #ff0000;
    float: right;
    font-size: 16px;
}

.dropdown-menu.cart-dropdown li {
    border-bottom: 1px solid #ddd;
    margin: 0;
    overflow: hidden;
    padding: 10px 0;
    display: block
}

.dropdown-menu.cart-dropdown>h3 {
    color: #333;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.cart-btn {
    text-align: center;
    margin-top: 15px
}

.cart-btn>a {
    display: inline-block;
    font-size: 14px;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    line-height: 26px;
    margin: 0 12px 0 10px;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
}

.cart-btn-1 {
    border: 3px solid #FAC707;
}

.cart-btn>a.cart-btn-2 {
    background: #FAC707 none repeat scroll 0 0;
    border: 3px solid #FAC707;
    color: #fff;
}

.cart-btn>a.cart-btn-1:hover {
    background: #FAC707 none repeat scroll 0 0;
    color: #fff;
}

.cart-btn>a.cart-btn-2:hover {
    background: #212121 none repeat scroll 0 0;
    border: 3px solid #212121;
    color: #fff;
}

.site-logo img {
    width: 70px;
    height: auto;
}

.site-logo {
    display: inline-block;
    margin: 24px 0;
}

.mainmenu {
    margin-top: 17px
}

.mainmenu nav {
    display: inline-block
}

.mainmenu ul li {
    display: inline-block;
    position: relative
}

.mainmenu ul li a {
    display: block;
    font-family: "Oswald", sans-serif;
    font-weight: 400;
    padding: 20px 15px;
    text-transform: uppercase;
    color: #333
}

.mainmenu li>a:hover,
.mainmenu li.current-page-item>a,
.pull-right.header-search>a:hover {
    color: #FAC707;
}

.mainmenu ul li ul {
    position: absolute;
    background: #212121 none repeat scroll 0 0;
    top: 140%;
    width: 190px;
    left: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 9999
}

.mainmenu ul li:hover ul {
    top: 100%;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    z-index: 9999
}

.mainmenu ul li ul li {
    display: block;
    border-bottom: 1px solid #303030;
    position: relative
}

.mainmenu ul li ul li:last-child {
    border-bottom: 0px solid #303030
}

.mainmenu ul li ul li a {
    color: #fff;
    padding: 10px
}

.mainmenu ul li ul li a:hover {
    background: #FAC707 none repeat scroll 0 0;
    color: #fff
}

.mainmenu ul li:hover>a {
    color: #FAC707
}

.dropdown-toggle.cart-icon {
    background: transparent none repeat scroll 0 0;
    border: medium none;
}

.header-search {
    position: relative;
    z-index: 99999
}

.search-icon {
    color: #333;
    cursor: pointer;
    display: inline-block;
    margin-top: 16px;
    padding: 20px;
}

.search-form {
    background: #303030 none repeat scroll 0 0;
    padding: 20px;
    position: absolute;
    right: 0;
    top: 100%;
    visibility: hidden;
    width: 300px;
    z-index: 999;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top
}

.header-search:hover .search-form {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible
}

.search-form input {
    border: medium none;
    color: #333;
    height: 35px;
    padding: 5px 10px;
    width: 80%;
}

.search-form button {
    border: medium none;
    height: 35px;
    padding: 5px 10px;
    width: 18%;
    background: #FAC707 none repeat scroll 0 0;
    color: #fff
}

/*================================================
08 - SLIDER AREA CSS
==================================================*/

.slide-item-1 {
    background: rgba(0, 0, 0, 0.3) url("../gallerys/31.jpeg") repeat scroll 0 0;
}

.slide-item-2 {
    background: rgba(0, 0, 0, 0.3) url("../gallerys/9.jpeg") repeat scroll 0 0;
}

.slide-item-3 {
    background: rgba(0, 0, 0, 0.3) url("../gallerys/29.jpeg") repeat scroll 0 0;
}

.bleezy-main-caption {
    background: rgba(28, 28, 28, 0.49) none repeat scroll 0 0
}

.bleezy-main-slide {
    background-color: #eee;
    background-position: center center;
    background-size: cover;
    height: 560px;
}

.bleezy-main-caption {
    display: table;
    height: 100%;
    width: 100%;
}

.bleezy-caption-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.slider-text {
    width: 60%
}

.slider-text h2 {
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.slider-text h2 span {
    display: block;
}

.slider-text p {
    color: #fff;
    font-size: 16px;
    margin: 20px 0;
    text-transform: capitalize;
}

.bleezy-main-caption a {
    margin: 0 5px;
}

.bleezy-slide .owl-nav>.owl-prev {
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.bleezy-slide:hover .owl-nav>.owl-prev {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.bleezy-slide .owl-nav>.owl-next {
    visibility: hidden;
    -webkit-transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    transition: all 0.3s cubic-bezier(.83, .8, .11, .64) 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

}

.bleezy-slide:hover .owl-nav>.owl-next {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.bleezy-slide .owl-prev {
    background: rgba(215, 215, 215, 0.46) none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    height: 45px;
    left: 0;
    line-height: 36px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 45px;
}

.bleezy-slide .owl-next {
    background: rgba(215, 215, 215, 0.46) none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-size: 14px;
    height: 45px;
    line-height: 36px;
    padding: 5px 5px 5px 5px;
    position: absolute;
    text-align: center;
    top: 45%;
    width: 45px;
    right: 0
}

.bleezy-slide .owl-prev:hover,
.bleezy-slide .owl-next:hover {
    background: #FAC707 none repeat scroll 0 0;
    color: #fff;
}

/*================================================
09 - PROMO AREA CSS
==================================================*/

.bleezy-promo-area {
    background: #f7f7f7 none repeat scroll 0 0;
}

.single-promo {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05), 2px 2px 12px 2px rgba(0, 0, 0, 0.09);
}

.single-promo:hover .promo-text {
    border-bottom: 3px solid #FAC707
}

.promo-text {
    background: #fff none repeat scroll 0 0;
    border-bottom: 3px solid #fff;
    padding: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

.promo-text>h2 {
    font-size: 20px;
    text-transform: capitalize;
    color: #333
}

.promo-text a:hover {
    color: #FAC707
}

.promo-image img {
    width: 100%
}

/*================================================
10 - SERVICE AREA CSS
==================================================*/

.single-service {
    background: #f3f3f3 none repeat scroll 0 0;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 30px;
    margin-top: 45px;
    height: 178px;
    padding: 40px 15px 30px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.single-service .service-icon {
    background-color: #f3f3f3;
    border-radius: 50%;
    box-sizing: border-box;
    height: 80px;
    left: 0;
    line-height: 80px;
    margin: -42px auto 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    width: 80px;
}

.single-service .service-icon i:before {
    font-size: 30px;
    margin-left: 0;
    color: #FAC707
}

.single-service:before {
    background: #FAC707 none repeat scroll 0 0;
    content: "";
    height: 40px;
    left: 0;
    position: absolute;
    top: 0;
    width: 4px;
}

.single-service:after {
    background: #FAC707 none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    top: 0;
    width: 40px;
}

.single-service>h3 {
    font-size: 19px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333
}

.single-service>h3>a:hover {
    color: #FAC707
}

/*================================================
11 - COUNT AREA CSS
==================================================*/

.bleezy-count-area {
    background: rgba(0, 0, 0, 0) url("../img/count_bg.jpg") no-repeat fixed 0 0 / cover;
    position: relative;
    text-align: center;
    color: #fff
}

.bleezy-count-area:before {
    background: rgba(1, 7, 23, 0.78) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.count-box h3 {
    font-family: "Oswald", sans-serif;
    font-size: 33px;
    margin-bottom: 10px;
}

.counts-text {
    margin: 0 auto;
    width: 70%;
}

.counts-text>h3 {
    font-family: "Oswald", sans-serif;
    line-height: 35px;
    text-transform: uppercase;
}

.count-box {
    border: 1px solid rgba(175, 175, 175, 0.46);
    border-radius: 5px;
    display: inline-block;
    padding: 20px;
    margin-top: 30px
}

/*================================================
12 - GALLERY AREA CSS
==================================================*/

.single-gallery-img {
    margin-top: 30px;
    position: relative;
    overflow: hidden
}

.mob-about-right{
    display: none;
}

.single-gallery-img img {

    cursor: pointer;
    display: block;
    height: 200px;
    width: 100%;
    overflow: hidden;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.single-gallery-img {
    background: #ffffff none repeat scroll 0 0;
    cursor: pointer;
    height: 200px;
    display: block;
    max-width: 100%;
    -webkit-perspective: 1200px;
    perspective: 1200px;
    -webkit-transform: translate3d(0px, 0px, 300px);
    transform: translate3d(0px, 0px, 300px);
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.single-gallery-img:hover img {
    opacity: 0.3;

    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.single-gallery-img .gallery-caption:before {
    content: "";
    height: 160px;
    left: 50%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(0, 0, 1);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
    width: 160px;
}

.single-gallery-img:hover .gallery-caption:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
    transform: translate3d(-50%, -50%, 0px) rotate3d(0, 0, 1, -45deg) scale3d(1, 1, 1);
}

.gallery-caption p {
    font-size: 121%;
    line-height: 2;
    text-align: center;
    text-transform: none;
    width: 100px;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0px);
    transform: translate3d(-50%, -50%, 0px);
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.gallery-caption p a {
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    display: inline-block;
    margin: 0 2px
}

.gallery-caption p a i:before {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    height: 50px;
    line-height: 15px;
    padding: 10px;
    position: relative;
    text-align: center;
    -webkit-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    vertical-align: middle;
    width: 50px;
    color: #333
}

.gallery-caption p a i {
    color: #1c1c1c;
    display: inline-block;
    font-weight: 300;
    margin-right: 12px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: opacity 0.35s ease 0s, transform 0.35s ease 0s, -webkit-transform 0.35s ease 0s;
}

.gallery-caption p a:first-child i {
    -webkit-transform: translate3d(-60px, -60px, 0px);
    transform: translate3d(-60px, -60px, 0px);
}

.single-gallery-img:hover p i:empty {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.gallery-caption p a:nth-child(2) i {
    -webkit-transform: translate3d(60px, -60px, 0px);
    transform: translate3d(60px, -60px, 0px);
}

/*================================================
13 - TESTIMONIAL AREA CSS
==================================================*/

.bleezy-testimonial-area {
    background: #212121 none repeat scroll 0 0;
}

.testimonial-slide {
    margin: 0 auto;
    text-align: center;
    width: 70%;
}

.bleezy-testimonial-area .single-testimonial {
    background: #2b2b2b none repeat scroll 0 0;
    padding: 40px;
    position: relative;
}

.bleezy-testimonial-area .single-testimonial:after {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(135deg, #222 45%, #333 50%, #333333 56%, #333 80%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(315deg, #222 45%, #333 50%, #333333 56%, #333 80%) repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 40px;
    pointer-events: none;
    position: absolute;
    right: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: width, height;
    transition-property: width, height;
    width: 40px;
}

.bleezy-testimonial-area .single-testimonial:before {
    bottom: 67px;
    color: #333;
    content: "";
    font-family: "FontAwesome";
    font-size: 50px;
    position: absolute;
    right: 39px;
}

.single-testimonial {
    color: #ccc;
}

.testimonial-text {
    border-bottom: 1px solid #3c3c3c;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.testimonial-info {
    margin: 0 auto;
    width: 35%;
}

.info-img {
    float: left;
}

.info-name {
    display: inline-block;
    margin-top: 15px;
    overflow: hidden;
    text-align: left;
}

.info-img>img {
    border-radius: 50%
}

.info-name>h4 {
    color: #FAC707;
    font-family: "Oswald", sans-serif;
    font-size: 18px;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.owl-dots {
    margin-top: 30px;
    text-align: center;
}

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

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

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

/*================================================
14 - BLOG AREA CSS
==================================================*/

.single-blog {
    margin-bottom: 30px
}

.blog-image img {
    width: 100%
}

.blog-text {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: left;
}

.blog-text>h2 {
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #333
}

.blog-meta>p {
    color: #888888;
    font-style: italic;
}

.blog-text>h2 a:hover {
    color: #ff5e18
}

.blog-text>p {
    margin-top: 10px;
}

.blog-text>a.bleezy-btn {
    margin-top: 20px;
}

.product-thumb-info-content p {
    color: #333;
}

.product-thumb-info-content p>a {
    display: inline-block !important;
    margin-left: 10px !important;
    padding: 0 !important;
    color: #555 !important
}

.product-thumb-info-content p>a:hover {
    color: #ff5e18 !important
}

.Tags-catagory>li {
    border-bottom: 0 solid #ededed !important;
    display: inline-block !important;
    margin: 2px !important;
}

.Tags-catagory a {
    background: #f9f9f9 none repeat scroll 0 0 !important;
    padding: 5px 10px !important;
}

.Tags-catagory a:hover {
    background: #ff5e18 none repeat scroll 0 0 !important;
    color: #fff !important
}

.instagram li {
    float: left;
    padding: 0 8px 8px 0;
    width: 25%;
    border: medium none !important
}

.instagram a {
    padding: 0 !important;
}

/*================================================
15 - BROUCHER AREA CSS
==================================================*/

.bleezy-broucher-area {
    background: #f3f3f3 none repeat scroll 0 0;
    border-bottom: 3px solid #FAC707;
    padding: 20px 0;
    position: relative;
}

.broucher-overlay:before {
    border-color: #FAC707 transparent;
    border-style: solid;
    border-width: 0 63px 85px 0;
    content: "";
    position: absolute;
    right: -70px;
    top: 0;
    width: 40%;
}

.broucher-overlay {
    background: #FAC707 none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

.broucher-left>h3 {
    color: #fff;
    display: inline-block;
    font-size: 22px;
    margin: 8px 0;
    text-transform: capitalize;
}

.download-btn {
    display: inline-block;
    float: right;
    margin: 10px 0;
    position: relative;
}

.download-btn>a {
    background: #FAC707 none repeat scroll 0 0;
    border-left: 0 none;
    color: #fff;
    font-family: "Oswald", sans-serif;
    letter-spacing: 1px;
    padding: 10px 10px 10px 45px;
    text-transform: uppercase;
}

.download-btn>a:hover {
    background: #212121 none repeat scroll 0 0
}

.download-btn>a>span {
    color: #fff;
    margin-left: 10px;
    margin-top: 5px;
}

.download-btn i {
    background: #fff none repeat scroll 0 0;
    color: #FAC707;
    font-size: 18px;
    height: 27px;
    left: 7px;
    line-height: 27px;
    position: absolute;
    text-align: center;
    top: -3px;
    width: 27px;
}


/*================================================
16 - FOOTER AREA CSS
==================================================*/

.footer-top-area {
    background: #222 none repeat scroll 0 0;
    color: #636c72
}

.footer-logo {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.single-footer-widget>h3 {
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 15px
}

.single-footer-widget {
    margin-top: 15px;
}

.single-footer-widget.footer-logo-widget {
    margin-top: 0;
}

.latest-post-footer-left {
    background: #303030 none repeat scroll 0 0;
    color: #fff;
    float: left;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 10px;
    text-align: center;
    width: 40px;
}

.latest-post-footer-right {
    overflow: hidden;
}

.latest-post-footer {
    margin-bottom: 20px;
}

.latest-post-footer:last-child {
    margin-bottom: 0
}

.latest-post-footer-right>h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
    text-transform: capitalize;
    color: #787f84
}

.latest-post-footer-right>h4>a:hover {
    color: #eee
}

.latest-post-footer-right>p {
    color: #eee;
    font-size: 13px;
    font-style: italic;
}

.single-footer-widget li {
    margin-bottom: 5px
}

.single-footer-widget li a:hover {
    color: #eee
}

.single-footer-widget>form {
    background: #333 none repeat scroll 0 0;
    height: 35px;
    margin-top: 10px;
    position: relative;
}

.single-footer-widget input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    height: 100%;
    left: 0;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    color: #eee;
    width: 80%;
}

.single-footer-widget button {
    background: #FAC707 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.single-footer-widget button:hover {
    background: #464646 none repeat scroll 0 0
}

.copyright-area {
    background: #171717 none repeat scroll 0 0;
    border-top: 1px solid #2b2b2b;
    color: #7f7f7f;
    padding: 25px 0;
    text-align: center;
}

.copyright-right p a {
    color: #ff7f41;
}

/*================================================
17 - ABOUT PAGE CSS
==================================================*/

.about-left {
    margin: 30px 0;
}

.about-left>h2 {
    color: #333;
    font-size: 26px;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom: 10px
}

.statement-left>h2,
.statement-right>h2 {
    color: #333;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
}

.statement-left>h2:before {
    background: #FAC707 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 80px;
}

.statement-right>h2:before {
    background: #FAC707 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 80px;
}

.about-left>p {
    margin: 0 0 10px;
}

/* .about-right {
    background: #FAC707 none repeat scroll 0 0;
    border: 1px solid #FAC707;
    padding: 5px;
    position: relative;
    margin: 10px 0
}

.about-right:before {
    border-color: #FAC707 transparent;
    border-style: solid;
    border-width: 90px 90px 0 0;
    content: "";
    left: -10px;
    position: absolute;
    top: -10px;
}

.about-right:after {
    border-color: #FAC707 transparent;
    border-style: solid;
    border-width: 0 0 90px 90px;
    bottom: -10px;
    content: "";
    position: absolute;
    right: -10px;
} */


.abouts-right {
    max-width: 100%;
    height: 540px;
    /* margin-top: -107px; */
    position: absolute;
    top: -99px;
    right: 215px;
}

.statement-bottom-wrap {
    float: right;
    padding: 0 50px;
    width: 50%;
    text-align: center
}

.bleezy-statement-bottom-area:before {
    background-image: url("../img/wrap_img.jpg");
    background-position: center center;
    background-size: cover;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    top: 0;
    width: 50%;
}

.statement-bottom-wrap>h2 {
    color: #333;
    font-size: 26px;
    line-height: 35px;
    text-transform: capitalize;
    margin-bottom: 10px
}

.cards {
    -webkit-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 1px 5px 0px rgba(0,0,0,0.75);
    background-color: rgb(255, 255, 255);
    padding: 50px 20px;
}

.bleezy-statement-bottom-area {
    background-color: #f3f3f3;
    overflow: hidden;
    position: relative;
    width: 100%
}

.statement-bottom-wrap>a.bleezy-btn {
    margin-top: 20px
}

/*================================================
18 - TEAM AREA CSS
==================================================*/

.single-team-slide {
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    position: relative;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin-bottom: 30px
}

.single-team-slide .team-img {
    background: #f1f1f1 none repeat scroll 0 0;
    overflow: hidden;
    position: relative;
}

.single-team-slide .team-img a img {
    width: 100%
}

.single-team-slide .team-text {
    background-color: #fff;
    padding: 15px 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    text-align: center
}

.team-text>h4 {
    color: #333;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.team-text>h4 a:hover {
    color: #ff5e18;
}

.team-social>a {
    border: 1px solid #000;
    display: inline-block;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    position: relative
}

.team-social>a:hover {
    background-color: #ff5e18;
    color: #fff;
    border: 1px solid #ff5e18;
}

.team-text>p {
    color: #888888;
    font-style: italic;
}

.single-team-slide:hover .team-text {
    background-color: #f9f9f9;
}

.single-team-slide .team-img a img {
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.team-img .team-social-box {
    background-color: #fff;
    height: 100%;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.single-team-slide:hover .team-img .team-social-box {
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

.team-img .team-social-box .team-social {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.single-team-slide:before {
    background: #FAC707 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
}

.single-team-slide:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
}

.team-slider .owl-next {
    background: #FAC707 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    width: 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.team-slider .owl-prev {
    background: #FAC707 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    height: 30px;
    line-height: 30px;
    margin: 0 5px;
    width: 30px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.team-slider .owl-prev:hover,
.team-slider .owl-next:hover {
    background: #212121 none repeat scroll 0 0
}

.team-slider .owl-nav {
    text-align: center;
}

/*================================================
19 - SINGLE SERVICE PAGE CSS
==================================================*/

.no-pad-right {
    padding-right: 0;
}

.no-pad-left {
    padding-left: 0
}

.thumb-service {
    margin-bottom: 12px;
}

.single-service-text>h2,
.about-service-right>h2,
.single-service-widget>h2 {
    color: #333;
    font-size: 26px;
    line-height: 35px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
}

.single-service-text>h2:before,
.about-service-right>h2:before,
.single-service-widget>h2:before {
    background: #FAC707 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 80px;
}

.single-service-text {
    margin-top: 15px;
}

.single-service-text>p {
    margin: 0 0 10px;
}

.single-service-widget {
    margin-bottom: 30px
}

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

.about-service-left>img {
    width: 100%
}

.about-service-right>ul {
    float: left;
    margin-top: 20px;
    width: 50%;
}

.about-service-right li {
    color: #333;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.about-service-right ul li i {
    color: #FAC707;
    font-size: 18px;
    margin-right: 5px;
}

.panel-heading {
    padding: 0
}

.panel-default>.panel-heading {
    background: transparent
}

.panel-group .panel {
    border: medium none;
    border-radius: 4px;
    box-shadow: 0 0 0;
    margin-bottom: 0;
}

.panel-heading a {
    border: 1px solid #ddd;
    color: #333;
    display: block;
    font-weight: 500;
    padding: 10px;
    text-transform: capitalize;
}

.panel-heading a>i {
    float: right;
    font-size: 14px;
    margin-top: 2px;
    color: #FAC707
}

.panel-group {
    margin-bottom: 0;
    margin-top: 20px;
}

.panel.panel-default {
    margin-top: 8px
}

.panel-group .panel+.panel {
    margin-top: 8px
}

.panel-group .panel-heading+.panel-collapse>.list-group,
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid #ddd
}

.panel-body {
    border: 1px solid #ddd
}

.single-service-left-widget {
    margin-bottom: 50px;
}

.single-service-left-widget li {
    border-bottom: 3px solid #fff;
}

.single-service-left-widget li a:hover,
.single-service-left-widget ul li.active>a {
    background: #FAC707 none repeat scroll 0 0;
    border-left: 5px solid #000;
    color: #fff;
}

.single-service-left-widget li a {
    background: #f7f7f7 none repeat scroll 0 0;
    border-left: 5px solid #f7f7f7;
    color: #333;
    display: block;
    font-weight: 500;
    padding: 10px 20px;
    text-transform: capitalize;
}

.single-service-left-widget li a i {
    float: right;
    font-size: 20px;
    margin-top: 2px;
}

.widget-title>h3 {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
}

.widget-title>h3:before {
    background: #FAC707 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 80px;
}

.broucher-item {
    margin: 10px 0;
    position: relative;
}

.broucher-item>a {
    background: #FAC707 none repeat scroll 0 0;
    border-left: 0 none;
    color: #fff;
    display: block;
    padding: 10px 20px 10px 50px;
}

.broucher-item>a:hover {
    background: #212121 none repeat scroll 0 0;
}

.broucher-item>a span {
    color: #fff;
    float: right;
    margin-top: 5px;
}

.broucher-item i {
    background: #fff none repeat scroll 0 0;
    color: #FAC707;
    font-size: 20px;
    height: 30px;
    left: 14px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 6px;
    width: 30px;
}

.single-service-left-widget:last-child {
    margin-bottom: 0
}

.single-service-left-widget>form {
    background: #f7f7f7 none repeat scroll 0 0;
    padding: 20px;
}

.single-service-left-widget form p label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #333
}

.single-service-left-widget form p input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
    color: #333
}

.single-service-left-widget form p button[type="submit"] {
    background: #FAC707 none repeat scroll 0 0;
    border: 1px solid #FAC707;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.single-service-left-widget form p button[type="submit"]:hover {
    background: #212121 none repeat scroll 0 0;
    border: 1px solid #212121;
}

.single-service-left-widget form p textarea {
    border: 1px solid #ddd;
    height: 80px;
    padding: 5px 10px;
    width: 100%;
}

.single-service-left-widget p {
    margin: 5px 0;
}

/*================================================
20 - PRICING PAGE CSS
==================================================*/

.single-pricing-table {
    box-shadow: 0 0 4px #ddd;
    text-align: center;
    margin-bottom: 30px;
    color: #555;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: auto
}

.single-pricing-table:hover {
    box-shadow: 3px 0 29px rgba(0, 0, 0, 0.26);
}

.single-pricing-table:hover .price-value {
    background: #FAC707 none repeat scroll 0 0;
}

.pricing-heading {
    background: #f2f2f2 none repeat scroll 0 0;
    padding: 20px 10px;
}

.pricing-heading>h3 {
    color: #333;
    font-family: "Oswald", sans-serif;
    font-size: 19px;
    font-weight: 600;
    text-transform: capitalize;
}

.price-value {
    background: #242c42 none repeat scroll 0 0;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding: 20px 10px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.single-pricing-table.active .price-value {
    background: #4bac4e none repeat scroll 0 0;
}

.single-pricing-table .pricing-desc ul li:nth-child(2n+2),
.pricingContent ul li:nth-child(2n+2) {
    background: #f2f2f2
}

.pricing-desc ul {
    text-align: left
}

.pricing-desc ul li {
    padding: 10px 15px;
    text-transform: capitalize;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    font-size: 14px
}

.pricing-desc ul li i {
    margin-right: 5px;
    color: #FAC707
}

.pricing-desc ul li:hover {
    padding-left: 20px
}

.price-value span {
    font-size: 30px;
    color: #fff
}

.price-value .month {
    font-size: 20px;
    font-weight: 400
}

.pricing-desc ul li strong {
    margin-right: 5px;
}

.pricing-order>a {
    margin-top: 20px;
}

/*================================================
21 - MEMBER PROFILE PAGE CSS
==================================================*/

.progress-list li {
    margin-bottom: 20px;
}

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

.progress-list p {
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: capitalize;
    color: #333
}

.progress-list li .bar {
    position: relative;
}

.member-details-left {
    background-color: #f9f9f9;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.member-profile-contact {
    background: #fff none repeat scroll 0 0;
    padding: 30px;
}

.member-profile-contact p {
    margin: 10px 0;
}

.member-profile-contact input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
}

.member-profile-contact button {
    background: #FAC707 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.member-profile-contact button:hover {
    background: #212121 none repeat scroll 0 0
}

.member-profile-contact textarea {
    border: 1px solid #ddd;
    height: 100px;
    padding: 5px 10px;
    width: 100%;
}

.member-right>h2 {
    color: #222;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.member-right>h4 {
    color: #888888;
    font-style: italic;
    font-size: 14px
}

.member-right>p {
    margin-top: 20px;
}

.contact-info-details {
    margin-top: 10px;
}

.contact-info-details p {
    color: #333;
    display: inline-block;
    font-weight: 500;
    margin-top: 5px;
    width: 30%;
}

.contact-info-details span {
    color: #333;
}

.contact-social-member {
    margin-top: 15px;
}

.contact-social-member>li {
    display: inline-block;
}

.contact-social-member a {
    background: #fff none repeat scroll 0 0;
    color: #FAC707;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
}

.contact-social-member a:hover {
    background: #FAC707 none repeat scroll 0 0;
    color: #fff;
}

.single-member-info>h3:before {
    background: #FAC707 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 80px;
}

.single-member-info>h3 {
    color: #333;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
}

.single-member-info ul.personal,
.single-member-info ul.progress-list {
    margin-top: 25px;
}

.personal>li {
    color: #333;
    display: block;
    margin: 3px 0;
    padding: 5px 10px;
    text-transform: capitalize;
    font-weight: 500
}

.personal span {
    float: right;
    width: 25%;
}

.personal>li:nth-child(2n+1) {
    background: #f7f7f7 none repeat scroll 0 0;
}

/*================================================
22 - 404 PAGE CSS
==================================================*/

.notfound {
    text-align: center;
}

.notfound>h2 {
    background: #FAC707 none repeat scroll 0 0;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 130px;
    font-weight: 600;
    left: -43px;
    line-height: 135px;
    margin-bottom: 30px;
    padding: 20px;
    position: relative;
    top: 42px;
    z-index: -1;
}

.notfound>img {
    width: 25%;
}

.notfound>h3 {
    color: #333;
    margin-bottom: 30px;
    font-size: 22px
}

.notfound>form {
    margin-bottom: 30px;
    position: relative;
}

.notfound>form>input {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 50px;
    padding: 5px 100px 5px 10px;
    width: 100%;
}

.notfound>form>button {
    background: #FAC707 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 26px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 100px;
}

.notfound>form>button:hover {
    background: #2a2a2a none repeat scroll 0 0
}

/*================================================
23 - LOGIN PAGE CSS
==================================================*/

.login-page-box {
    background: #f9f9f9 none repeat scroll 0 0;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    padding: 40px;
    text-align: center;
    width: 40%;
}

.login-page-heading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.login-page-heading i {
    font-size: 22px;
    margin-right: 5px;
}

.login-page-heading>h3 {
    color: #333;
    display: inline-block;
    font-weight: 600;
    font-size: 25px;
    text-transform: capitalize;
}

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

.account-form-group {
    border: 1px solid #ddd;
    height: 45px;
    margin-bottom: 10px;
    position: relative;
}

.account-form-group>input {
    border: medium none;
    height: 100%;
    left: 0;
    padding: 5px 10px 5px 60px;
    position: absolute;
    top: 0;
    width: 100%;
    color: #333
}

.account-form-group i {
    border-right: 1px solid #ddd;
    color: #959595;
    font-size: 18px;
    height: 100%;
    left: 0;
    line-height: 40px;
    margin-right: 5px;
    padding-right: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 48px;
}

.login-page-box .forgot {
    margin-left: 0 !important;
    color: #333;
    font-weight: 500;
    float: left;
}

.login-page-box label {
    color: #333;
    display: block;
    font-weight: 500;
    text-align: right;
}

.login-page-box button {
    background: #FAC707 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin-top: 20px
}

.login-page-box button:hover {
    background: #212121 none repeat scroll 0 0
}

.login-sign-up {
    margin-top: 20px;
}

.login-sign-up>a {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
}

.login-sign-up>a:hover {
    color: #FAC707
}

.login-page-box .remember {
    margin-left: 0 !important;
}

.remember {
    display: inline-block;
    margin: 10px 0;
}

/*================================================
24 - SHOP PAGE CSS
==================================================*/

.shop-sidebar-widget {
    margin-bottom: 30px;
}

.shop-sidebar-widget:last-child {
    margin-bottom: 0;
}

.shop-sidebar-widget>h3:before {
    background: #FAC707 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 80px;
}

.shop-sidebar-widget>h3 {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
}

.shop-sidebar-widget>form {
    background: #f7f7f7 none repeat scroll 0 0;
    height: 40px;
    position: relative;
}

.shop-sidebar-widget input {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #333;
    height: 100%;
    padding: 5px 10px;
    position: absolute;
    top: 0;
    width: 80%;
}

.shop-sidebar-widget button {
    background: #FAC707 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.shop-sidebar-widget button:hover {
    background: #212121 none repeat scroll 0 0
}

.shop-sidebar-widget ul>li,
.cat-parent ul li {
    border-bottom: 1px solid #ededed;
}

.shop-sidebar-widget ul>li:last-child {
    border-bottom: 0 solid #ededed;
}

.shop-sidebar-widget ul li a {
    color: #333;
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding: 10px;
    text-transform: capitalize;
}

.shop-sidebar-widget ul li a:hover {
    color: #FAC707
}

.cat-parent span {
    float: right;
}

.widget_product_categories>ul>li.current-cat-parent>.children {
    display: block;
}

.widget_product_categories .children {
    border-top: 1px solid #e9e9e9;
    display: none;
    padding-left: 20px;
}

.product-thumb-info-image {
    background: #eee none repeat scroll 0 0;
    float: left;
    height: auto;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 5px;
    padding: 5px;
    width: 80px;
}

.product-thumb-info-content {
    display: inline-block;
    margin-top: 5px;
    overflow: hidden;
}

.item-cat {
    display: block;
    margin-bottom: 0;
}

.price {
    color: #FAC707;
    font-size: 16px;
    font-weight: 600
}

.product-thumb-info-image>a,
.product-thumb-info-content h4>a,
.product-thumb-info-content span>a {
    padding: 0 !important
}

.featured-list li {
    overflow: hidden
}

.product-thumb-info-content h4>a {
    color: #333 !important;
    font-size: 16px !important;
    line-height: 20px !important;
}

.item-cat>a {
    display: inline-block !important;
    line-height: 20px !important;
    margin: 5px 0 !important;
}

.shorting {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 15px 10px;
}

.shorting p {
    margin: 7px 0;
    text-transform: capitalize;
}

.shorting form {
    float: right;
}

.shorting form label {
    font-weight: 500;
    margin: 0;
}

.shorting select {
    border: 1px solid #ddd;
    padding: 5px;
    text-transform: capitalize;
}

.single-shop-product {
    border-bottom: 3px solid #FAC707;
    box-shadow: 0 0 8px rgba(34, 30, 31, 0.3);
    margin-top: 30px;
}

.single-product-image {
    background: #eee none repeat scroll 0 0;
    padding: 10px;
}

.single-product-text {
    padding: 20px;
}

.single-product-image img {
    width: 100%;
}

.single-product-text>h3 {
    color: #333;
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: capitalize
}

.product-price {
    margin: 20px 0;
}

.product-price>h3 {
    display: inline-block;
    color: #FAC707
}

.product-rating {
    float: right;
}

.product-rating>li {
    color: #f3c30b;
    display: inline-block;
    margin: 0 1px;
}

.product-button>a {
    background: #FAC707 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-right: 5px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.product-button>a:hover {
    background: #212121 none repeat scroll 0 0
}

.single-product-text h3>a:hover {
    color: #FAC707
}

/*================================================
25 - SINGLE SHOP PAGE CSS
==================================================*/

.single-pro-page-img>img {
    width: 100%;
}

.single-pro-page-img {
    background: #eee none repeat scroll 0 0;
    display: block;
    padding: 20px;
}

.single-pro-page-desc>h3 {
    color: #333;
    font-size: 27px;
    font-weight: 500;
}

.single-pro-page-desc>ul {
    margin-top: 10px;
}

.single-pro-page-desc li {
    color: #f3c30b;
    display: inline-block;
    margin: 0 2px;
}

.single-pro-page-para {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 10px 0;
    padding: 15px 0;
}

.single-shop-price>p {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    margin-top: 15px
}

.qnt {
    margin-top: 25px !important;
}

.single-shop-price>p input {
    border: 1px solid #ddd;
    font-weight: 500;
    margin-left: 20px;
    padding: 5px 10px;
    width: 80px;
}

.single-shop-page-btn>a {
    background: #FAC707 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    margin-right: 5px;
    margin-top: 30px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.single-shop-page-btn>a:hover {
    background: #2a2a2a none repeat scroll 0 0
}

.share-product {
    margin-top: 30px;
}

.share-product>h3 {
    color: #000;
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.share-product a {
    border: 1px solid #2a2a2a;
    border-radius: 50%;
    color: #000;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    font-size: 15px
}

.share-product a:hover {
    background: #FAC707 none repeat scroll 0 0;
    color: #fff;
    border: 1px solid #fbb908;
}

/*================================================
26 - CART PAGE CSS
==================================================*/

.cart-table {
    overflow-x: auto;
    padding: 5px;
    background: #eee none repeat scroll 0 0
}

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

.cart-table table thead>tr:nth-of-type(2n+1),
.calculate-shipping-bottom table tbody>tr:nth-of-type(2n+1) {
    background: #f4f4f4 none repeat scroll 0 0;
}

.cart-table table thead th,
.calculate-shipping-bottom table thead th {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-bottom: 0 solid #ddd;
    border-top: 0 solid #ddd;
    vertical-align: middle;
}

.coupon-cart-right>a {
    background: #212121 none repeat scroll 0 0;
    border: 3px solid #212121;
    color: #fff;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 26px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.coupon-cart-right>a:hover {
    background: #FAC707 none repeat scroll 0 0;
    border: 3px solid #FAC707;
}

.cart-table thead th,
.calculate-shipping-bottom thead th {
    padding: 15px 20px !important;
}

.cart-table tbody td,
.calculate-shipping-bottom tbody td {
    padding: 15px 20px !important;
    font-weight: 500;
    color: #333
}

.bleezy-cart-close {
    text-align: center;
    color: #e9563d
}

.bleezy-cart-preview img {
    height: 60px;
    width: 60px;
    padding: 5px;
    background: #eee none repeat scroll 0 0
}

.cart-table tbody td p {
    text-transform: capitalize;
}

.bleezy-cart-quantity>input {
    border: 1px solid #ddd;
    padding: 5px;
    width: 70px;
}

.bleezy-cart-product p {
    font-weight: 500;
    display: inline-block
}

.bleezy-cart-product a:hover {
    color: #FAC707
}

.cart-table table tbody>tr:nth-of-type(2n+2),
.calculate-shipping-right table tbody>tr:nth-of-type(2n+2) {
    background: #f9f9f9 none repeat scroll 0 0;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.bleezy-update-cart {
    margin-top: 30px;
}

.coupon-cart-left {
    text-align: left;
}

.coupon-cart-right {
    text-align: right;
}

.coupon-cart-left input[type="text"] {
    background: #eee none repeat scroll 0 0;
    border: medium none;
    height: 45px;
    padding: 10px 15px;
    width: 60%;
}

.coupon-cart-left button {
    background: #212121 none repeat scroll 0 0;
    border: 1px solid #212121;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.coupon-cart-left button:hover {
    background: #FAC707 none repeat scroll 0 0;
    border: 1px solid #FAC707;
}

.calculate-shipping-top select {
    border: 1px solid #ddd;
    height: 45px;
    padding: 5px;
    text-transform: capitalize;
    width: 100%;
}

.calculate-shipping-top select option {
    padding: 5px 10px;
}

.single-shipping input {
    border: 1px solid #ddd;
    height: 45px;
    padding: 5px 10px;
    width: 100%;
    margin: 0
}

.single-shipping {
    margin-top: 10px;
}

.calculate-shipping-top>form {
    margin-top: 15px;
}

.calculate-shipping-bottom {
    overflow-x: auto;
}

.calculate-shipping-top>table {
    width: 100%;
    margin-top: 15px;
}

.single-shipping button {
    background: #212121 none repeat scroll 0 0;
    border: 1px solid #212121;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.single-shipping button:hover {
    background: #FAC707 none repeat scroll 0 0;
    border: 1px solid #FAC707;
}

.proceed-checkout>a {
    background: #FAC707 none repeat scroll 0 0;
    border: 3px solid #FAC707;
    color: #fff;
    display: inline-block;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 26px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.proceed-checkout>a:hover {
    background: #212121 none repeat scroll 0 0;
    border: 3px solid #212121;
}

.proceed-checkout {
    margin-top: 40px;
    text-align: left;
}

.calculate-shipping-top>h3,
.calculate-shipping-bottom>h3 {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
}

.calculate-shipping-top>h3:before,
.calculate-shipping-bottom>h3:before {
    background: #FAC707 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 80px;
}

.calculate-shipping-top {
    margin-top: 30px;
}

/*================================================
27 - CHECKOUT PAGE CSS
==================================================*/

.bleezy-checkout-form>form {
    margin-top: 30px;
}

.checkout-form-right {
    margin-bottom: 0px;
}

.checkout-cart-table.cart-table>h3 {
    color: #333;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}

.checkout-form label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #333
}

.checkout-form input {
    border: 1px solid #ddd;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.checkout-form textarea {
    border: 1px solid #ddd;
    height: 105px;
    padding: 10px;
    width: 100%;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s
}

.checkout-cart-table {
    margin-top: 50px;
}

.payment h4 {
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.payment {
    margin-top: 15px;
}

.checkout-cart-table>table {
    margin-top: 15px;
    margin-bottom: 0
}

.payment>img {
    float: right;
}

.bleezy-checkout-form h3 {
    color: #333;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    position: relative;
    text-transform: capitalize;
}

.bleezy-checkout-form h3:before {
    background: #FAC707 none repeat scroll 0 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 80px;
}

.calculate-shipping-bottom table {
    width: 100%
}

.bleezy-payment {
    margin-top: 50px;
}

.checkout-shiping-bottom table {
    margin-top: 40px
}

/*================================================
28 - SINGLE BLOG PAGE CSS
==================================================*/

.blog-text.single-blog-text {
    box-shadow: 0 0 0;
    padding: 20px 0 0;
}

.blog-text.single-blog-text>img {
    float: left;
    margin-right: 20px;
    margin-top: 20px;
}

.blog-text blockquote {
    background: #f9f9f9 none repeat scroll 0 0;
    border-left: 5px solid #FAC707;
    font-style: italic;
    margin-bottom: 30px;
    margin-right: 0;
    margin-top: 30px;
    padding: 20px;
}

.post-share {
    border-bottom: 1px solid #f3f3f3;
    border-top: 1px solid #f3f3f3;
    margin-top: 30px;
    padding: 15px 20px;
}

.post-share-left>h4,
.post-share-right>h4 {
    color: #333;
    display: inline-block;
    font-size: 15px;
    margin-right: 10px;
}

.post-share-left>p {
    display: inline-block
}

.post-share-left>p>a {
    text-decoration: underline;
    color: #333;
    margin-right: 4px;
    text-transform: capitalize;
}

.post-share-left>p>a:hover {
    text-decoration: none
}

.post-share-right {
    text-align: right
}

.post-share-right>ul {
    float: right;
}

.post-share-right li {
    display: inline-block;
    margin: 0 3px;
}

.post-share-right li a:hover {
    color: #FAC707;
}

.comment-group-title>h2,
.bleezy-leave-comment>h2 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: capitalize;
    text-align: center
}

.bleezy-comment-list {
    margin-top: 50px;
}

.single-comment-item {
    margin-top: 30px;
}

.single-comment-box {
    background: #f9f9f9 none repeat scroll 0 0;
    margin-bottom: 10px;
    padding: 0 10px 30px;
    position: relative;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.main-comment {
    font-size: 14px;
    padding: 30px 0 0 100px;
    position: relative;
}

.author-image {
    border-radius: 50%;
    left: 0;
    margin-bottom: 20px;
    position: absolute;
    top: 30px;
}

.author-image img {
    border-radius: 50%;
    display: block;
    width: 80px;
}

.comment-info {
    margin-bottom: 10px;
}

.comment-info h4 {
    color: #333;
    font-size: 17px;
    text-transform: capitalize;
}

.comment-info>p {
    color: #666;
    font-weight: 500;
    text-transform: capitalize;
}

.reply {
    color: #555;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    font-weight: 600;
    margin-top: 5px;
    text-decoration: underline;
    text-transform: capitalize;
}

.single-comment-box.reply-comment {
    margin-left: 100px;
}

.reply:hover {
    color: #FAC707
}

.bleezy-leave-comment {
    margin-top: 50px;
}

.bleezy-leave-comment>p {
    text-align: center
}

.bleezy-leave-comment>form {
    margin-top: 20px;
    text-align: center
}

.bleezy-leave-comment input[type="text"],
.bleezy-leave-comment input[type="email"] {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ddd;
    height: 45px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 0;
    padding: 10px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 45%;
    color: #333
}

.bleezy-leave-comment input[type="email"] {
    margin-right: 0;
}

.bleezy-leave-comment textarea {
    border: 1px solid #ddd;
    height: 160px;
    margin-bottom: 20px;
    padding: 5px 15px;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    width: 93%;
    color: #333
}

.bleezy-leave-comment button {
    background: #FAC707 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin: 0 auto;
    display: block
}

.bleezy-leave-comment button:hover {
    background: #212121 none repeat scroll 0 0
}

/*================================================
29 - CONTACT PAGE CSS
==================================================*/

.contact-heading {
    text-align: center;
    margin-bottom: 20px
}

.contact-heading>h3 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px;
    text-align: center;
    text-transform: capitalize;
}

.contact-form input {
    border: 1px solid #ddd;
    color: #333;
    height: 50px;
    padding: 5px 10px;
    width: 100%;
}

.contact-form textarea {
    border: 1px solid #ddd;
    color: #000;
    height: 135px;
    padding: 5px 10px;
    width: 100%;
}

.contact-form button {
    background: #FAC707 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 10px 15px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    margin: 0 auto;
    display: block
}

.contact-form button:hover {
    background: #212121 none repeat scroll 0 0
}

.contact-form p {
    margin-bottom: 10px;
}

.contact-form>form {
    margin: 0 auto;
    width: 85%;
}

.map-canvas {
    height: 320px
}

.single-contact-address {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ddd;
    margin-bottom: 30px;
    padding: 20px;
}

.single-contact-address>h3 {
    border-bottom: 1px solid #212121;
    color: #FAC707;
    font-size: 20px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.single-contact-address li {
    margin-top: 10px;
}

.single-contact-address ul li i {
    color: #FAC707;
    float: left;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    width: 35px;
}

.single-contact-address p {
    overflow: hidden;
    color: #333
}






/*******************************/
/********* Feature CSS *********/
/*******************************/
.feature {
    position: relative;
    margin-bottom: 15px;
}

.feature .col-md-12 {
    background: #030f27;
}

.feature .col-md-12:nth-child(2n) {
    color: #030f27;
    background: #fdbe33;
}

.feature .feature-item {
    min-height: 250px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.feature .feature-icon {
    position: relative;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.feature .feature-icon::before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    top: -20px;
    left: -10px;
    border: 2px dotted #ffffff;
    border-radius: 60px;
    z-index: 1;
}

.feature .feature-icon::after {
    position: absolute;
    content: "";
    width: 79px;
    height: 79px;
    top: -18px;
    left: -9px;
    background: #030f27;
    border-radius: 60px;
    z-index: 2;
}

.feature .col-md-12:nth-child(2n) .feature-icon::after {
    background: #fdbe33;
}

.feature .feature-icon [class^="flaticon-"]::before {
    position: relative;
    margin: 0;
    color: #fdbe33;
    font-size: 60px;
    line-height: 60px;
    z-index: 3;
}

.feature .feature-text {
    padding-left: 30px;
}

.feature .feature-text h3 {
    margin: 0 0 10px 0;
    color: #fdbe33;
    font-size: 25px;
    font-weight: 600;
}

.feature .feature-text p {
    margin: 0;
    color: #fdbe33;
    font-size: 18px;
    font-weight: 400;
}

.feature .col-md-12:nth-child(2n) [class^="flaticon-"]::before,
.feature .col-md-12:nth-child(2n) h3,
.feature .col-md-12:nth-child(2n) p {
    color: #030f27;
}


/****************** feature section start *****************/
.sr-feature-section .primary-blur {
    width: 550px;
    height: 550px;
    background: rgba(252, 0, 18, 0.1);
    -webkit-filter: blur(200px);
    filter: blur(200px);
}

.sr-feature-section .yellow-blur {
    width: 550px;
    height: 550px;
    background: rgba(255, 151, 41, 0.1);
    -webkit-filter: blur(200px);
    filter: blur(200px);
}

.sr-ft-list li {
    position: relative;
}

.sr-ft-list li+li {
    margin-top: 24px;
}

.sr-ft-list li .sr-ft-list-content {
    padding: 32px 50px 32px 24px;
    margin-right: 25px;
    -webkit-box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
    box-shadow: 0px 4px 50px rgba(0, 56, 60, 0.05);
}

.sr-ft-list li .sr-ft-list-content.icon-left {
    padding: 32px 24px 32px 50px;
    margin-right: auto;
    margin-left: 25px;
}

.sr-ft-list li .icon-wrapper {
    width: 56px;
    height: 56px;
    -webkit-box-shadow: 0px 6px 20px rgba(0, 56, 60, 0.2);
    box-shadow: 0px 6px 20px rgba(0, 56, 60, 0.2);
    color: #FAC707;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 24px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sr-ft-list li .icon-wrapper.icon-left {
    right: auto;
    left: 0;
}

/**************** dealership2 hero ****************/
.dl2-hero-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding: 120px 0 480px 0;
}

.dl2-hero-section .at-header-social {
    top: calc(50% - 260px);
}

.dl2-hero-section .btn-scroll-down {
    right: -40px;
    bottom: 100px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    z-index: 1;
}

@media (max-width: 575.98px) {
    .dl2-hero-section {
        padding: 65px 0 150px 0;
    }
}

.dl2-search-car .border-left-linear {
    left: -16px;
    bottom: -16px;
}

.dl2-search-car .border-right-linear {
    right: -16px;
    top: 25px;
}

.dl2-search-car .nav li a {
    color: #fff;
    padding: 4px 20px;
    font-weight: 500;
    border-radius: 4px;
    position: relative;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dl2-search-car .nav li a::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 20px;
    height: 10px;
    background: #fff;
    -webkit-clip-path: polygon(50% 99%, 0 0, 100% 0);
    clip-path: polygon(50% 99%, 0 0, 100% 0);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    opacity: 0;
}

.dl2-search-car .nav li a.active {
    background: #fff;
    color: #FC0012;
}

.dl2-search-car .nav li a.active::before {
    opacity: 1;
}

.dl2-search-form {
    gap: 10px;
}

.dl2-search-form .submit-btn {
    width: 43px;
    height: 43px;
    background: #FC0012;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dl2-search-form .submit-btn:hover {
    color: #111010;
}

/************* dealership about section **************/
.ds-about-info .dots-wide {
    left: -150px;
    bottom: -120px;
}

.about-info-box {
    padding: 40px 32px 40px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.about-info-box .icon-wrapper {
    width: 56px;
    height: 56px;
    background: rgba(252, 0, 18, 0.05);
    color: #FC0012;
    font-size: 24px;
}

.about-info-box:hover {
    -webkit-box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
    box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
}

.bs-brands {
    padding: 60px 40px;
}

.bs-brands .title-top {
    gap: 16px;
}

.bs-brands .bs-brand-wrapper {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    border: 1px solid rgba(11, 22, 63, 0.07);
    height: 140px;
    padding: 24px;
}

.bs-brands .bs-brand-wrapper:hover {
    -webkit-box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
    box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
    border-color: transparent;
}

@media (max-width: 480px) {
    .bs-brands {
        padding: 40px 24px;
    }

    .bs-brands .bs-brand-wrapper {
        padding: 16px;
        height: 130px;
    }
}

.explore-link {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    color: #FC0012;
}

.explore-link:hover {
    color: #111010;
}

.dl2-banner-slider .swiper-pagination {
    width: auto;
    bottom: 6px;
    left: 24px;
}

.dl2-banner-single {
    padding: 40px 24px;
}

.dl2-banner-single .banner-subtitle {
    position: relative;
    display: inline-block;
    color: #FC0012;
    font-weight: 700;
}

.dl2-banner-single .banner-subtitle::after {
    content: "";
    position: absolute;
    left: calc(100% + 5px);
    bottom: 8px;
    width: 60px;
    height: 2px;
    background: #FC0012;
}

.dl2-banner-single .dots-shape {
    right: 30px;
    bottom: 30px;
}

.dl2-banner-single .tire-circle {
    left: 30px;
    bottom: 190px;
}

/**************** dealership call to action ***************/
.ds-call-to-action {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.gradient-overlay {
    background: linear-gradient(89.79deg, #151414 41.73%, rgba(0, 6, 39, 0) 99.79%);
}

.cta-btns-wrapper {
    gap: 32px;
}

@media (max-width: 575.98px) {
    .cta-btns-wrapper {
        gap: 16px;
    }
}

/************** featured listing **************/
.listing-ft-controls {
    gap: 16px;
}

.listing-ft-controls button {
    padding: 10px 30px;
    background: #fff;
    font-weight: 600;
    color: #111010;
    border-radius: 4px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.listing-ft-controls button.active {
    background: #FC0012;
    color: #fff;
}

.filter-card-lg .feature-img {
    overflow: hidden;
}

.filter-card-lg .feature-img img {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

.filter-card-lg .feature-img img:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
}

.filter-card-lg .content-wrapper {
    padding: 32px;
}

.filter-card-lg .content-wrapper span i {
    margin-right: 4px;
}

/*************** dealership counter ***************/
.dl2-counterup-area {
    padding: 80px 48px;
}

.dl2-couter-box .icon-wrapper {
    width: 72px;
    height: 72px;
    font-size: 30px;
}

.dl2-couter-box.right-line::before {
    content: "";
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: rgba(255, 255, 255, 0.1);
}

@media (max-width: 1399.98px) {
    .dl2-couter-box.right-line::before {
        display: none;
    }
}

.dl2-feature-list li+li {
    margin-top: 60px;
}

.dl2-feature-list li .icon-wrapper {
    width: 80px;
    height: 80px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 32px;
}

/*************** dealer section start ****************/
.dl2-dealers {
    padding-bottom: 290px;
}

.dl2-dealer-card {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dl2-dealer-card .dl_social a {
    border: 0;
    -webkit-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(12, 8, 0, 0.03), 0 0.275rem 1.25rem -0.0625rem rgba(12, 8, 0, 0.05);
}

.dl2-dealer-card .dl_social a:hover {
    color: #fff;
    background: #111010;
}

.dl2-dealer-card:hover {
    -webkit-box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
    box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
}

/****************** car body types *******************/
.car-sorting-box {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 42px;
}

.car-sorting-box.mt--250 {
    margin-top: -250px;
}

@media (max-width: 575.98px) {
    .car-sorting-box {
        padding: 40px 24px;
    }
}

.dl2-car-brands {
    gap: 16px;
}

.dl2-car-brand-item {
    background: #383838;
    height: 120px;
    width: calc(20% - 14px);
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dl2-car-brand-item:hover {
    background: rgba(252, 0, 18, 0.9);
}

@media (max-width: 991.98px) {
    .dl2-car-brand-item {
        width: calc(25% - 12px);
    }
}

@media (max-width: 767.98px) {
    .dl2-car-brand-item {
        width: calc(33% - 10px);
    }
}

@media (max-width: 575.98px) {
    .dl2-car-brand-item {
        width: calc(50% - 10px);
    }
}

/******************* dealership apps section ***************/
.dl2-apps-content .bg-circle-shape {
    opacity: 0.15;
}

.dl2-apps-content .search-btn {
    left: 130px;
    top: 50px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}

/***************** dl2 blog card ***************/
.dl2-blog-card .dl2-blog-card-content {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    padding: 0 55px 40px 30px;
}

.dl2-blog-card .dl2-blog-card-content .dl2-blog-meta span {
    color: #fff;
    font-size: 12px;
}

.dl2-blog-card .dl2-blog-card-content .dl2-blog-meta span i {
    margin-right: 6px;
}

.dl2-blog-card .dl2-blog-card-content .blog-title {
    color: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    font-size: 30px;
}

.dl2-blog-card .dl2-blog-card-content .blog-title:hover {
    color: #FC0012;
}

.dl2-blog-card .dl2-blog-card-content .dl2-blog-explore {
    color: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dl2-blog-card .dl2-blog-card-content .dl2-blog-explore:hover {
    color: #FC0012;
}

@media (max-width: 575.98px) {
    .dl2-blog-card {
        background: #111010;
    }

    .dl2-blog-card .gradient-overlay {
        display: none;
    }

    .dl2-blog-card .dl2-blog-card-content {
        position: relative;
    }

    .dl2-blog-card .dl2-blog-card-content .blog-title {
        font-size: 22px;
    }
}

.dl2-blog-card2 {
    padding: 24px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dl2-blog-card2 .feature-img {
    max-width: 210px;
}

.dl2-blog-card2 .blog-meta span {
    font-size: 12px;
}

.dl2-blog-card2 .blog-meta span i {
    margin-right: 6px;
}

.dl2-blog-card2 .blog-title {
    font-size: 22px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.dl2-blog-card2 .blog-title:hover {
    color: #FC0012;
}

.dl2-blog-card2 .dl2-blog-explore {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    color: #111010;
}

.dl2-blog-card2 .dl2-blog-explore:hover {
    color: #FC0012;
}

.dl2-blog-card2:hover {
    -webkit-box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
    box-shadow: 15px 30px 70px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767.98px) {
    .dl2-blog-card2 .feature-img {
        max-width: 100%;
        width: 100%;
    }

    .dl2-blog-card2 .feature-img img {
        width: 100%;
    }
}

/**************** moto rent hero *************/
.moto-rent-hero {
    padding-bottom: 40px;
}

.moto-rent-hero .md-header-social {
    bottom: 50%;
}

.moto-rent-hero .md-header-social ul li a:hover {
    color: #FE5915;
}

.moto-rent-hero .doted-white {
    left: 24px;
    bottom: 35px;
}

.moto-rent-hero .texture-yellow {
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.moto-rent-hero .wave-shape {
    right: 0;
    top: 0;
    width: 50%;
}

@media (max-width: 1199.98px) {
    .moto-rent-hero {
        padding: 100px 0 60px 0;
    }
}

.bg-texture-gradient::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#111010), to(rgba(17, 16, 16, 0.81)));
    background-image: linear-gradient(180deg, #111010 0%, rgba(17, 16, 16, 0.81) 100%);
    z-index: -1;
}

.hero-bike-slider {
    width: 776px;
    padding: 40px 0 0 50px;
}

.hero-bike-slider .bike-slider-pagination {
    top: auto;
    bottom: 40px;
    left: 332px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 250px;
    z-index: 15;
    background: #111010;
    height: 2px;
}

.hero-bike-slider .bike-slider-pagination .swiper-pagination-progressbar-fill {
    background: #FE5915;
}

.hero-bike-slider .bike-pagination-text {
    position: absolute;
    bottom: 30px;
    left: 90px;
    width: 465px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hero-bike-slider .bike-pagination-text span {
    font-size: 12px;
    color: #111010;
    background-color: #FCEFE5;
    padding: 2px 4px;
    display: inline-block;
    font-weight: 700;
    border-radius: 2px;
}

@media (max-width: 1440px) {
    .hero-bike-slider {
        width: 100%;
        padding-left: 0;
    }

    .hero-bike-slider .bike-slider-pagination {
        width: 180px;
        left: 290px;
    }

    .hero-bike-slider .bike-pagination-text {
        width: 380px;
    }
}

@media (max-width: 575.98px) {
    .hero-bike-slider .bike-slider-pagination {
        left: 150px;
        display: none;
    }

    .hero-bike-slider .bike-pagination-text {
        display: none;
    }
}

.hero-bike-single {
    padding-bottom: 60px;
}

.hero-bike-single .slide-index {
    font-size: 120px;
    color: #FFD7B4;
    bottom: 50px;
    left: 0;
    line-height: 0;
}

@media (max-width: 575.98px) {
    .hero-bike-single .slide-index {
        font-size: 80px;
    }
}

/************** hero search *****************/
.md-hero-search {
    margin-top: -25px;
    position: relative;
    z-index: 2;
}

.md-search-form {
    padding: 24px 32px;
    gap: 40px;
}

.md-search-form .md-search-form-fields {
    gap: 60px;
}

.md-search-form .md-search-form-fields .md-select-box+.md-select-box {
    position: relative;
}

.md-search-form .md-search-form-fields .md-select-box+.md-select-box::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background-color: rgba(11, 22, 63, 0.07);
}

.md-search-form .mds-btn {
    width: 64px;
    height: 64px;
    font-size: 24px;
    background-color: #FE5915;
    border-radius: 6px;
    color: #fff;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-search-form .mds-btn:hover {
    background-color: #2A2929;
}

@media (max-width: 991.98px) {
    .md-search-form .md-search-form-fields {
        gap: 24px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .md-search-form .md-search-form-fields .md-select-box+.md-select-box::before {
        display: none;
    }
}

.md-select-box {
    width: 182px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.md-select-box label {
    color: #111010;
    font-weight: 500;
}

.md-select-box .form-select {
    margin-top: -10px;
    margin-left: -14px;
    max-width: 170px;
}

@media (max-width: 991.98px) {
    .md-select-box {
        width: calc(50% - 12px);
    }
}

@media (max-width: 480px) {
    .md-select-box {
        width: 100%;
        border-bottom: 1px solid rgba(11, 22, 63, 0.07);
    }
}

.md-category-section {
    padding-bottom: 95px;
}

.md-ct-single-item {
    border-radius: 6px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    min-height: 250px;
}

.md-ct-single-item .md-ct-single-box {
    background-color: #fff;
    padding: 32px 24px;
    border-radius: 6px 6px 0 0;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-ct-single-item .icon-wrapper {
    background-color: rgba(252, 0, 18, 0.05);
    width: 80px;
    height: 80px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-ct-single-item .icon-wrapper svg path {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-ct-single-item h5,
.md-ct-single-item .h5 {
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-ct-single-item .total-count {
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-ct-single-item .total-count .dot {
    width: 8px;
    height: 8px;
    background-color: #FE5915;
    display: inline-block;
    border-radius: 50%;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-ct-single-item .md-ct-explore-btn {
    position: absolute;
    white-space: nowrap;
    left: 50%;
    bottom: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    color: #fff;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-ct-single-item .md-ct-explore-btn span {
    width: 20px;
    height: 20px;
    background-color: #fff;
    color: #FE5915;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.md-ct-single-item .md-ct-explore-btn:hover span {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #2A2929;
    color: #fff;
}

.md-ct-single-item:hover {
    background-color: #FE5915;
}

.md-ct-single-item:hover .md-ct-single-box {
    background-color: transparent;
}

.md-ct-single-item:hover .md-ct-single-box .icon-wrapper {
    background-color: rgba(255, 255, 255, 0.2);
}

.md-ct-single-item:hover .md-ct-single-box .icon-wrapper svg path {
    fill: #fff;
}

.md-ct-single-item:hover .md-ct-single-box h5,
.md-ct-single-item:hover .md-ct-single-box .h5 {
    color: #fff;
}

.md-ct-single-item:hover .md-ct-single-box .total-count {
    color: #fff;
}

.md-ct-single-item:hover .md-ct-single-box .total-count .dot {
    background-color: #fff;
}

.md-ct-single-item:hover .md-ct-explore-btn {
    bottom: 32px;
    opacity: 1;
    visibility: visible;
}

/*************** call to action ****************/
.md-cta-box {
    padding: 60px 48px;
    background-repeat: repeat;
}

.md-cta-box .bike-man {
    position: absolute;
    bottom: 0;
    right: 140px;
}

.md-cta-box .cta-shape {
    right: 120px;
    top: -25px;
}

@media (max-width: 1199.98px) {
    .md-cta-box {
        overflow: hidden;
    }

    .md-cta-box .bike-man {
        position: initial;
    }
}

@media (max-width: 767.98px) {
    .md-cta-box .bike-man {
        max-width: 100%;
    }
}

/**************** featured motor ********************/
.md-bike-slider-wrapper .mk-bike-single {
    position: relative;
}

.md-bike-slider-wrapper .mk-bike-single span {
    font-size: 120px;
    color: #FCE6D3;
    bottom: 50px;
    left: 0;
    line-height: 0;
    font-weight: 700;
    opacity: 0.8;
    margin-top: 50px;
    display: inline-block;
}

.md-bike-slider-wrapper .mk-bike-single .ex-btn {
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background-color: #FE5915;
    color: #fff;
    z-index: 2;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
}

.md-bike-slider-wrapper .ft-bike-slider-pagination {
    width: 280px;
    height: 2px;
    background-color: #EAEDF2;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 80px;
    top: auto;
    bottom: 50px;
}

.md-bike-slider-wrapper .ft-bike-slider-pagination .swiper-pagination-progressbar-fill {
    background-color: #FE5915;
}

@media (max-width: 1199.98px) {
    .md-bike-slider-wrapper .ft-bike-slider-pagination {
        left: 34%;
    }
}

@media (max-width: 767.98px) {
    .md-bike-slider-wrapper .ft-bike-slider-pagination {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        width: 200px;
    }
}

@media (max-width: 575.98px) {
    .md-bike-slider-wrapper .ft-bike-slider-pagination {
        display: none;
    }
}

.md-bike-slider-wrapper .bike-pagination-text {
    position: absolute;
    bottom: 40px;
    left: 60px;
    width: 495px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.md-bike-slider-wrapper .bike-pagination-text span {
    font-size: 12px;
    color: #111010;
    background-color: #EAEDF2;
    padding: 2px 4px;
    display: inline-block;
    font-weight: 700;
    border-radius: 2px;
}

@media (max-width: 991.98px) {
    .md-bike-slider-wrapper .bike-pagination-text {
        width: 410px;
    }
}

@media (max-width: 575.98px) {
    .md-bike-slider-wrapper .bike-pagination-text {
        display: none;
    }
}

.md-featured-motor-list {
    padding: 56px 32px;
}

.md-featured-motor-list::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(216.8deg, #111010 1.06%, rgba(17, 16, 16, 0.81) 52.14%);
    z-index: -1;
}

.md-featured-motor-list .nav.nav-tabs {
    max-height: 515px;
}

.md-featured-motor-list .nav.nav-tabs .mCustomScrollBox {
    width: 100%;
}

.md-featured-motor-list .nav.nav-tabs .mCSB_inside>.mCSB_container {
    margin-right: 0;
}

.md-featured-motor-list .nav.nav-tabs .mCSB_scrollTools {
    opacity: 0;
}

.motor-list-single {
    padding: 24px 20px;
    background-color: #2C2C2E;
    border-radius: 6px;
    gap: 20px;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
}

.motor-list-single .motor-list-content h5,
.motor-list-single .motor-list-content .h5 {
    color: #fff;
}

.motor-list-single .motor-list-content .features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.motor-list-single .motor-list-content .features span {
    color: #fff;
    font-size: 14px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.motor-list-single:hover {
    background-color: #FE5915;
}

.motor-list-single.active {
    background-color: #FE5915;
}

@media (max-width: 575.98px) {
    .motor-list-single {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}


.we {
    flex-wrap: wrap;
    display: flex;
    align-items: center;
}



.skilled {
    font-size: 17px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    font-weight: 600;
    /* letter-spacing: 1px; */
    margin-left: 25px;
}


.misbox {
    -webkit-box-shadow: -1px 3px 5px 1px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 3px 5px 1px rgba(0, 0, 0, 0.75);
    box-shadow: -1px 3px 5px 1px rgba(0, 0, 0, 0.75);
    padding: 23px;
}




