/*
***************************
    Theme Name: Furniset

    1.header_top
    2.main menu area
    3.mobile logo_area
    4.slider area
    5.feature area
    6.tab_area
    7.service area
    8.testimonial_area
    9.counter_area
    10.fs_selling_area
    11.video_area
    12.blog_area
    13.brand-section
    14.port_area
    15.footer_area
    
***********************
*/

/* ======= site font family ==========*/
@import url('css2.css');

:root {
    --blackc: #272727;
    --whitec: #fff;
    --bgcolor: #daa14c;
    --brcolor: #654625;
    --paracolor: #555;
    --titlecolor: #daa14c;
}

html,
body {
    overflow-x: hidden;
}

/* defult css */
body {
    font-family: 'Microsoft Yahei', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1.6;
    color: var(--titlecolor);
}

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-family: 'Microsoft Yahei', sans-serif;
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    font-size: 24px;
    margin: 0;
    color: var(--titlecolor);
}

h1,
h1 a {
    font-size: 30px;
}

h2,
h2 a {
    font-size: 22px;
}

h3,
h3 a {
    font-weight: 500;
    font-size: 20px;
}

h4,
h4 a {
    font-weight: 500;
    font-size: 15px;
}

h5,
h6,
h6 a {
    font-weight: 500;
    font-size: 15px;
}

.btn-primary:focus,
select:focus,
textarea:focus,
input:focus {
    box-shadow: none !important;
    border: none;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

textarea,
input {
    outline: none;
}

.btn:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

input:focus,
button:focus {
    border-color: transparent;
    outline-color: transparent;
}

textarea:focus {
    border-color: transparent;
    outline-color: transparent;
}

::-moz-placeholder {
    font-size: 16px;
}

img {
    max-width: 100%;
}

::-webkit-input-placeholder {
    font-size: 16px;
}

:-ms-input-placeholder {
    font-size: 16px;
}

::placeholder {
    font-size: 16px;
}

a {
    transition: .5s;
    text-decoration: none;
    color: var(--linkcolor);
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
    transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
}

p.form-messege {
    margin-top: 8px;
}

P {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: var(--paracolor);
}

a {
    text-decoration: none;
    transition: .5s;
}

a:hover {
    color: var(--brcolor);
}

.witr_all_pd0 {
    padding: 0;
}

/* highlight color css */
h2 span.highlight {
    color: var(--bgcolor);
}

/*======== header top start ==========*/
.header_top {
    padding: 12px 120px;
    background: var(--brcolor);
}

/* top menu */
.top-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* top menu left*/
.top-menu-left span {
    color: var(--whitec);
    margin-right: 9px;
}

.top-menu-left span i {
    margin-right: 5px;
    font-size: 13px;
}

/* top menu center*/
.top-menu-center a {
    display: inline-block;
    color: var(--whitec);
}

/* top menu right*/
.top_menu_right {
    text-align: end;
}

.top_menu_right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top_menu_right ul li {
    display: inline;
    margin-left: 8px;
}

.top_menu_right ul li a {
    display: inline-block;
}

.top_menu_right ul li a i {
    color: var(--whitec);
    font-size: 16px;
    transition: .5s;
}

.top_menu_right ul li a i:hover {
    color: var(--blackc);
}

/*======== header top end ==========*/

/*======== main menu area start ==========*/
.main_menu_area {
    transition: .5s;

}

.main_menu_area.breadcam_menu {
    background-color: var(--titlecolor);
}

.datait_nav_area.video_main_menu {
    background: transparent;
    margin-top: -55px;
    padding: 0 10px;
}

.datait_nav_area .video_nav ul li a {
    color: var(--whitec);
}

.datait_nav_area .video_nav ul li a i,
.main_nav_icons.side_page_icon i {
    color: var(--whitec);
}

.datait_nav_area {
    background: var(--whitec);
    padding: 0 120px;
}

.main_menu_area.sticky .datait_nav_area {
    background-color: transparent;
}

/* mobile menu */
.mobile_menu {
    display: none;
}

.mobile_logo_area {
    display: none;
}

.main_menu_area.sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background-color: rgb(0 0 0 / 70%);
}

.styky_down.sticky {
    padding-top: 55px;
}

.main_menu_area .sticky_logo {
    display: none;
}

.main_menu_area.sticky .main_logo {
    display: none;
}

.main_menu_area.sticky .sticky_logo {
    display: block;
}

.main_menu_area.sticky .inner_main_nav_area>ul>li>a {
    color: var(--whitec);
}

.main_menu_area.sticky .inner_main_nav_area>ul>li>a:hover {
    color: var(--bgcolor);
}

.main_menu_area.sticky .inner_main_nav_area>ul>li>a i {
    color: var(--whitec);
}

.main_menu_area.sticky .main_nav_btn a {
    color: var(--whitec);
}

.main_menu_area.sticky .main_nav_icons a i,
.main_nav_icon_right>i {
    color: var(--whitec);
}

/* main nav area css */
.main_nav_area {
    display: flex;
    align-items: baseline;
    justify-content: end;
}

/* absolute menu css */
.absolute_menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: none;
}

.absolute_menu .main_nav_area {
    justify-content: flex-end;
}

/* landing menu css */
.landing_menu .main_nav_area {
    justify-content: end;
}

.main_menu_all_item {
    align-items: center;
}

/* inner main nav area css */
.inner_main_nav_area ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inner_main_nav_area>ul>li {
    display: inline-block;
    position: relative;
}

.inner_main_nav_area>ul>li>a {
    display: block;
    margin: 35px 18px 35px;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--brcolor);
    font-family: 'Jost', sans-serif;
}

.inner_main_nav_area>ul>li>a>i {
    font-weight: 700;
    color: var(--brcolor);
}

.inner_main_nav_area>ul>li>a:hover {
    color: var(--bgcolor);
}

/* main nav btn css */
.main_nav_btn a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    padding: 10px 30px;
    border: 1px solid #dddddd;
    background: none;
    color: var(--paracolor);
}

.inner_main_nav_area ul li a.menu_nav_active {
    color: var(--bgcolor) !important;
}

.main_nav_btn a:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

.absolute_menu .inner_main_nav_area>ul>li>a {
    color: var(--whitec);
}

.absolute_menu .inner_main_nav_area>ul>li>a:hover {
    color: var(--bgcolor);
}

/* main nav icons together */
.iteeh_right_area {
    display: flex;
    align-items: center;
}

.main_nav_icons_together {
    display: flex;
    align-items: center;
}

/* main nav icons */

.main_nav_icons>i {
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    cursor: pointer;
    transition: .5s;
    color: var(--brcolor);
    height: 36px;
    width: 36px;
    line-height: 36px;
    margin-left: 20px;
    cursor: pointer;
    font-size: 18px;
}

.main_menu_area.sticky .main_nav_icons>i {
    color: var(--whitec);
}

.main_nav_icons>i:hover {
    color: var(--whitec);
    background-color: var(--bgcolor);
}

/* nav icon popup css */
.nav_icon_popup {
    position: fixed;
    bottom: 100%;
    left: 0;
    background: rgb(254 189 17 / 64%);
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.nav_icon_popup.icon_popup {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}

/* main nav icon right */
.main_nav_icon_right {
    margin-left: 22px;
}

.main_nav_icon_right>i {
    display: inline-block;
    font-size: 30px;
    border-radius: 10px;
    cursor: pointer;
    color: var(--brcolor);
}

.inner_nav_popup_form_icons.side_page_icon button i {
    color: var(--whitec) !important;
}

.main_menu_area.sticky .main_nav_icon_right>i {
    color: var(--whitec);
}

/* main nav icon right popup */
.main_nav_icon_right_popup {
    position: fixed;
    top: 0;
    right: -110%;
    width: 400px;
    height: 100%;
    background: #fff;
    z-index: 999;
    padding: 100px 20px 30px;
    overflow: scroll;
    opacity: 0;
    visibility: hidden;
    transition: 1s;
}

.main_nav_icon_right_popup.site_popup {
    right: 0;
    opacity: 1;
    visibility: visible;
}

.main_nav_icon_right_popup h2 {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 5px;
}

/* main nav right popup close */
.m_nav_rpi_close {
    text-align: end;
    margin: -57px 0 20px;
}

.m_nav_rpi_close>i {
    display: inline-block;
    color: var(--blackc);
    font-size: 40px;
    font-weight: 400;
    cursor: pointer;
}

.m_nav_right_pp_form {
    position: relative;
}

.m_nav_right_pp_form input {
    height: 54px;
    width: 100%;
    border: 1px solid #efefef;
    outline: none;
    padding: 0 20px;
}

.m_nav_right_pp_form button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    padding: 13px 20px;
    outline: none;
    border: none;
    background: #ddd;
    color: var(--blackc);
}

/* right popup nav */
.inner_main_nav_area {
    text-align: end;
    margin-right: -160px;
}

.right_popup_nav {
    padding: 65px 0 0 0;
}

.right_popup_nav ul {
    list-style: none;
    padding-left: 0;
}

.right_popup_nav ul li {
    padding: 12px 0;
    border-bottom: 1px solid #dddddd;
}

.right_popup_nav ul li.r_nav_child_border {
    border-bottom: none;
}

/* right popup address */
.right_popup_address {
    padding: 40px 0 14px;
}

.right_popup_address h2 {
    font-size: 24px;
    margin-bottom: 30px;
}

.right_popup_address p {
    width: 85%;
}

.right_popup_inner_address p {
    color: var(--brcolor);
}

.right_popup_inner_address p i {
    margin-right: 6px;
}

.right_popup_address h5 {
    background-color: var(--bgcolor);
    color: var(--whitec);
    padding: 15px 0 14px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
    position: relative;
}

/* inner nav icon popup */
.inner_nav_icon_popup {
    width: 47%;
    margin: 0 auto;
    position: relative;
}

.inner_nav_icon_popup input {
    font-size: 30px;
    font-weight: 500;
    padding: 17px 40px 15px 15px;
    width: 100%;
    border: none;
    outline: none;
    box-shadow: 0px 0px 30px 0px #dddddd45;
    background: var(--whitec);
    border-radius: 10px;
}

/* inner nav popup form icons css */
.inner_nav_popup_form_icons {
    position: absolute;
    top: 35%;
    right: 10px;
    transform: translateY(-50%);
}

.inner_nav_popup_btnicon {
    font-size: 40px;
    border: none;
    outline: none;
    background: none;
}

.inner_nav_icon_popup i {
    display: inline-block;
    margin-top: 10px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    background-color: var(--whitec);
    color: var(--blackc);
    font-size: 25px;
    cursor: pointer;
    transition: 1s;
}

/* main nav icons middle css */
.main_nav_icons_middle {
    margin-left: 30px;
    position: relative;
}

.main_nav_icons_middle a {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    padding: 8px;
    display: inline-flex;
    background: #fff;
    border-radius: 100%;
}

.main_nav_icons_middle a span {
    position: absolute;
    top: 0;
    right: -5px;
    width: 18px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background-color: var(--bgcolor);
    border-radius: 100%;
    color: var(--whitec);
}

.main_nav_middle_box_item {
    overflow: scroll;
    position: absolute;
    right: 0;
    top: 130%;
    width: 300px;
    height: 300px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    background-color: var(--whitec);
    transition: .5s;
}

.main_nav_icons_middle:hover .main_nav_middle_box_item {
    top: 170%;
    opacity: 1;
    visibility: visible;
}

.main_nav_middle_box_item p {
    padding: 20px;
}

.m_nav_right_pp_form {
    position: relative;
}

.m_nav_right_pp_form input {
    height: 54px;
    width: 100%;
    border: 1px solid #efefef;
    outline: none;
    padding: 0 20px;
}

.m_nav_right_pp_form button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    padding: 13px 20px;
    outline: none;
    border: none;
    background: #ddd;
    color: var(--blackc);
}

/* right popup nav */
.right_popup_nav {
    padding: 65px 0 0 0;
}

.right_popup_nav ul {
    list-style: none;
    padding-left: 0;
}

.right_popup_nav ul li {
    padding: 12px 0;
    border-bottom: 1px solid #dddddd;
}

.right_popup_nav ul li.r_nav_child_border {
    border-bottom: none;
}

.right_popup_nav ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: var(--paracolor);
}

/* right popup address */
.dtbtn {
    background-color: transparent;
    color: var(--brcolor);
    display: block;
    transition: .5s;
    font-size: 18px;
    margin-left: 20px;
    padding: 12px 38px;
    font-weight: 700;
    border-radius: 10px;
    border: 1px solid #dddddd;
}

.menu_btn a:hover {
    color: var(--whitec);
    border: 1px solid var(--bgcolor);
    background-color: var(--bgcolor);
}

.main_menu_area.sticky .dtbtn {
    color: var(--whitec);
}

/* drop down menu css */
.inner_main_nav_area ul li .sub_menu {
    position: absolute;
    top: 130%;
    left: 0;
    width: max-content;
    min-width: 205px;
    max-width: 320px;
    text-align: left;
    margin: 0;
    padding: 15px 5px 14px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    background-color: var(--whitec);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.inner_main_nav_area ul li .sub_menu li {
    position: relative;
}

.inner_main_nav_area ul li .sub_menu li a {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    color: #444;
    padding: 6px 17px;
}

.inner_main_nav_area ul li .sub_menu li a:hover {
    color: var(--bgcolor);
    margin-left: 5px;
}

.inner_main_nav_area>ul>li:hover .sub_menu {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.inner_main_nav_area .sub_menu>li>ul.sub_menu {
    top: 130%;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.inner_main_nav_area ul li .sub_menu li:hover ul.sub_menu {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.navd_active {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

/* h3 menu */
.h3_search_icon i {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

.h3_menu_btn a {
    background-color: var(--bgcolor);
    transition: .5s;
}

.h3_menu_btn a:hover {
    background-color: var(--titlecolor);
}

/*======== main menu area end ==========*/

/*======== mobile menu area start ==========*/
.mobile_logo_area {
    display: none !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container .mean-bar {
    background: #fff;
    padding: 0;
}

.mean-container .mean-nav ul li {
    border-top: 0px solid #ddd;
}

.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li a {
    color: #444;
}

.mean-container .mean-nav ul li li a {
    border-top: 1px solid #ddd;
}

.mean-container .mean-nav ul li a:hover {
    color: #ff4a17;
}

.mobile_p {
    position: fixed;
    right: 0;
    width: 300px;
    padding: 80px 20px 0px;
    overflow-y: scroll;
    top: 0;
    height: 100%;
    z-index: 9999;
    display: block;
    transition: 0.5s all;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    transform: translateX(100%);
    background: #ffffff;
}

.tx-s-open {
    transform: translateX(0);
}

.mobile_p .tuetion_theme_widget>div.widget_block {
    padding: 0;
}

.mobile_p .tuetion_theme_widget>div {
    padding: 20px 0px 20px;
    box-shadow: none;
}

.mean-container .mean-nav ul li a {
    border: 0;
    width: 100%;
    border-top: 1px solid #ddd;
    font-size: 14px;
    padding: 12px 5px;
    font-weight: 500;
    display: block;
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 26px;
    height: 20px;
    line-height: 23px;
    text-align: center;
    background: #66666617;
}

.mobile_opicon {
    text-align: right;
    padding: 4px 0;
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mobilemenu_con {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile_menu_o i {
    font-size: 26px;
}

.mobile_menu_content .mobile_menu_logo {
    margin-bottom: 20px;
}

.mobile_cicon {
    position: absolute;
    right: 30px;
    top: 50px;
}

.mobile_overlay {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    visibility: hidden;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    transition: all 0.3s ease-out 0s;
}

.mobile_overlay.mactive {
    opacity: 1;
    visibility: visible;
}

/*======== mobile menu area end ==========*/

/*======== slider area start  ==========*/
/* inner slider area */
.slider_area {
    overflow: hidden;
    position: relative;
}

.h2_slider {
    position: relative;
    height: 800px;
}

.slider_area.h2_slider::before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
    background-color: #0000004D;
}

.inner_slider_area {
    height: 860px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    display: flex !important;
    align-items: center;
}

.inner_slider_content {
    text-align: center;
    margin: auto;
}

.inner_slider_content h1 {
    font-size: 24px;
    color: var(--whitec);
    margin: 0 0 20px;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.inner_slider_content h2 {
    font-size: 72px;
    color: var(--whitec);
    margin: 0;
    font-weight: 700;
}

.inner_slider_content h3 {
    font-size: 72px;
    color: var(--whitec);
    margin: 0 0 35px;
    font-weight: 700;
}

.inner_slider_content p {
    color: var(--whitec);
    width: 34%;
    font-weight: 500;
    font-size: 16px;
    margin: -15px 0 35px;
}

/* dots */

/* slick dots button*/
.slick-dots {
    list-style: none;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.slick-dots li {
    display: inline-block;
}

.slick-dots li button {
    background: var(--brcolor);
    font-size: 0;
    color: var(--whitec);
    width: 15px;
    height: 15px;
    border: 0;
    margin: 0px 5px;
    border-radius: 100%;
}

.slick-dots li.slick-active button {
    background: var(--bgcolor);
}

/* dots */
/*global button css*/

.gbtn a {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
    color: var(--whitec);
    text-transform: uppercase;
    padding: 24px 72px;
    background: var(--bgcolor);
    border-radius: 50px;
    transition: .5s;
}

.gbtn a:hover {
    background: var(--brcolor);
}

.gbtn .active {
    margin-left: 10px;
    color: var(--brcolor);
    background: var(--whitec);
    transition: .5s;
}

.gbtn .active:hover {
    color: var(--whitec);
    background: var(--bgcolor);
}

/* slider defult arrow css */
.slider_area .slick-prev,
.slider_area .slick-next {
    background: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 0;
    opacity: 0;
    visibility: hidden;
}

.slider_area .slick-prev {
    left: 0;
}

.slider_area .slick-next {
    right: 10px;
}

.slider_area .slick-prev::before,
.slider_area .slick-next::before {
    content: '\eac9';
    font-family: IcoFont;
    color: var(--whitec);
    display: inline-block;
    background: 0 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    font-size: 40px;
    font-weight: 700;
}

.slider_area .slick-next::before {
    content: '\eaca';
}

.slider_area .slick-prev:hover::before,
.slider_area .slick-next:hover::before {
    background-color: var(--whitec);
    color: var(--blackc);
    font-size: 60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
}

.slider_area:hover .slick-prev,
.slider_area:hover .slick-next {
    opacity: 1;
    visibility: visible;
}

/* h2 slider */
.h2_content {
    text-align: left;
    width: 100%;
    margin-left: 300px;
}

.h2_content h1 {
    font-size: 16px;
}

.h2_content h2,
.h2_content h3 {
    font-size: 48px;
}

/* h2 slider */
/*======== slider area end  ==========*/

/*======== video area start  ==========*/
.video_slider_area {
    position: relative;
    overflow: hidden;
}

.witr_youtube_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: -9999;
    transform: scale(1.3);
}

.single_slide_img {
    position: relative;
}

.witr_youtube_video iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.video_slider_area .inner_slider_content h1,
.video_slider_area .inner_slider_content h2,
.video_slider_area .inner_slider_content p {
    color: var(--whitec);
}

/*======== video area end  ==========*/

/*======== breadcum area start  ==========*/
.breadcum_area {
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    padding: 57px 0;
    margin-bottom: 60px;
}

.inner_breadcum_area {
    position: relative;
    z-index: 9999;
}

.inner_breadcum_area h1 {
    font-size: 30px;
    font-weight: 700;
    color: var(--whitec);
    margin: 0;
}

.inner_breadcum_area ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: 600;
    color: var(--whitec);
}

.inner_breadcum_area ul li {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: var(--whitec);
}

.inner_breadcum_area ul li a {
    display: inline-block;
    font-size: 18px;
    color: var(--whitec);
    font-weight: 400;
}

.inner_breadcum_area ul li i,
.inner_breadcum_area ul li a i {
    font-size: 22px;
    margin: 0 -4px;
}

/*======== breadcum area end  ==========*/


/*============ feature area start =========== */
.feature_area {
    padding: 90px 0 70px;
}

.br_feature {
    margin-top: -60px;
    margin-bottom: -60px;
}

/* feature title*/
.feature_title {
    text-align: center;
    margin-bottom: 62px;
}

/* feature title img*/
.feature_title .title-img {
    margin: 0 0 -110px 0;
}

/*title */
.feature_title h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--bgcolor);
    margin-bottom: 17px;
    text-transform: uppercase;
}

.feature_title h2 {
    font-size: 48px;
    font-weight: 700;
    color: var(--brcolor);
    margin-bottom: 22px;
}

.feature_title p {
    font-size: 16px;
    font-weight: 400;
    color: var(--paracolor);
    width: 55%;
    margin: auto;
}

/* feature main*/
.feature_main {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 19px;
}

/* feature item*/
.feature_item {
    padding: 0 10px 15px;
    text-align: center;

}

/* feature content*/
.service-content {
    margin-top: 16px;
}

.service-content h3 {
    font-size: 30px;
    font-weight: 700;
    color: var(--brcolor);
    transition: .5s;
}

.service-content h3:hover {
    color: var(--hvcolor);
}

.service-content p {
    font-size: 16px;
    font-weight: 400;
    color: var(--brcolor);
}

/* -- h2 feature --*/
.h2_feature_area {
    padding: 130px 0 60px;
    position: relative;
}

.h2_feature_title {
    position: absolute;
    top: 0;
    left: 0;
}

.h2_single_feature {
    padding: 26px 20px 20px 20px;
    transition: .5s;
    border: 1px solid var(--blackc);
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}

.h2_single_feature:hover {
    border-color: var(--bgcolor);
}

.h2_feature_icon i {
    font-size: 60px;
    color: var(--bgcolor);
}

.h2_feature_text h2 a {
    font-size: 18px;
    margin-bottom: 10px;
    transition: .5s;
    color: var(--brcolor);
}

.h2_feature_text h2 a:hover {
    color: var(--bgcolor);
}

/* -- h2 feature --*/
/*============ end feature_area section ===========*/

/* =============== tab section =============*/
.tab_area {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.main-area {
    width: 84%;
    margin: auto;
    padding: 25px 0 10px;
}

.feature_title.tab_title {
    margin-bottom: 50px;
}

.tab-main {
    width: 90%;
    margin: auto;
}

.tab-main-area {
    padding: 10px 0 120px;
}

/* title section  */
.tab_area .section_title {
    padding-bottom: 35px;
}

.tab_title h2 {
    color: var(--whitec);
}

/* tab menu */
.tab-menu {
    margin-bottom: 36px;
}

.tab-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 10px auto;
}

.tab-menu ul li {
    list-style: none;
    margin: 0 5px 10px;
}

.tab-menu ul li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: var(--whitec);
    padding: 10px 20px;
    border: 1px solid var(--bgcolor);
    transition: .5s;
}

.tab-menu ul li a:hover {
    background: var(--bgcolor);
    border: 1px solid var(--bgcolor);
}

.tab-menu ul li .active {
    background: var(--bgcolor);
    border: 1px solid var(--bgcolor);
}

/* product items*/
.product-item {
    margin-bottom: 15px;
    text-align: center;
}

/*product thumb*/
.product-thumb {
    /* background:var(--whitec); */
    padding: 22px 20px;
    position: relative;
}

.product-thumb::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: .5s;
    transform: scale(1.2);
    opacity: 0;
    background-color: #65462580;
}

.product-item:hover .product-thumb::before {
    opacity: 1;
    transform: scale(1);
}

.product-thumb img {
    width: 100%;

}

/*product content inner*/
.pro-content-inner {
    padding: 20px 20px 18px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
}

.pro-content-inner h4 a {
    font-size: 24px;
    font-weight: 700;
    transition: .5s;
    color: var(--whitec);
}

.pro-content-inner h4 a:hover {
    color: var(--bgcolor);
}

.pro-content-inner p {
    font-size: 18px;
    font-weight: 700;
    margin-top: 10px;
    color: var(--bgcolor);
}

.tab-button {
    font-family: "Jost", Sans-serif;
    text-align: center;
    margin-top: 10px;
}

.tab-button a i {
    margin-left: 3px;
}

.tab-button .gbtn a:hover {
    background: var(--brcolor);
}

/* tab icon */
.product-icon {
    position: absolute;
    left: 50%;
    bottom: 0;
    right: 50%;
    opacity: 0;
    transition: .5s;
}

.product-item:hover .product-icon {
    bottom: 20px;
    opacity: 1;
}

.product-icon ul {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.product-icon ul li {
    list-style: none;
    margin: 0 5px;
}

.product-icon ul li a {
    display: inline-block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    border-radius: 50%;
    background: var(--whitec);
    color: var(--blackc);
    text-align: center;
    font-size: 16px;
    box-shadow: 0 0 10px 0 rgb(27 81 209 / 10%);
}

.product-icon ul li a:hover {
    color: var(--whitec);
    background-color: var(--bgcolor);
}

/* -- h2 tab -- */
.h2_top_main {
    margin-bottom: -25px;
}

.h2_tab_menu ul li a {
    color: var(--brcolor);
    border: none;
    border: 1px solid transparent;
}

.h2_tab_menu ul li a.active {
    background-color: transparent;
    color: var(--bgcolor);
    border: 1px solid transparent;
}

.h2_tab_menu ul li a:hover {
    border: 1px solid transparent;
    background: transparent;
}

.h2_tab_title {
    position: relative;
}

.h2_main_tab {
    margin-top: 45px;
}

.h2_tab_title_border {
    border-bottom: 3px solid var(--bgcolor);
}

.h2_tab_title img {
    position: absolute;
    left: 0;
    top: -40px;
    z-index: -1;
}

.h2_tab_menu {
    margin: 0;
}

.h2_tab_title h2 {
    font-size: 48px;
    color: var(--brcolor);
    margin-bottom: 20px;
}

.fu_prodct_active {
    border: 1px solid var(--bgcolor);
    margin: 20px 20px 0px 20px;
    padding: 20px 20px 0 20px;
    transition: .5s;
}

.fu_prodct_active:hover {
    border: 1px solid transparent;
}

.h2_shop_title h4 a {
    font-size: 18px;
}

/* -- h2 tab -- */
/* =============== end tab section =============*/

/* =============== start h2 about section =============*/
.h2_about {
    padding: 50px 0 30px;
}

.h3_fs_title {
    margin-bottom: 0;
}

.br_about {
    margin-top: 80px;
}

.single_h2_about_title h4 {
    color: var(--bgcolor);
    font-size: 40px;
}

.single_h2_about_title h2 {
    color: var(--brcolor);
    font-size: 60px;
    margin: 10px 0 20px;
}

.h2_title_im {
    margin-top: 35px;
}

.about_slide_title {
    text-align: center;
    margin: 10px 0;
}

.about_slide_title h2 a {
    font-size: 36px;
}

.h2_about .slick-dots {
    bottom: -35px;
}

/* h3 home */
.h3_about_title h4 {
    font-size: 18px;
}

.h3_about_title p {
    color: var(--brcolor);
}

/* h3 about list */
.h3_about_title p {
    margin-bottom: 25px;
}

.main_h3_list {
    display: flex;
    gap: 50px;
}

.h3_list_title h2 {
    color: var(--brcolor);
    font-size: 24px;
}

.h3_list_title p {
    font-size: 14px;
    margin: 15px 0 40px;
    color: var(--brcolor);
}

/* h3 btn */
/* =============== end h2 about section =============*/

/*============= service area css ===============*/
.service_area {
    padding: 90px 0 70px;
}

/* feature area item */
.feature-area-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* fea item */
.fea-item {
    margin: 10px 15px;
    border: 1px solid var(--bgcolor);
    background: #F9F4E9;
    padding: 0 43px;
}

.fea-categoris {
    margin: 10px 0;
    padding: 40px 0 0;
}

.fea-thumb img {
    width: 100%;
}

/* fea content */
.fea-content {
    padding: 40px 15px 30px;
    text-align: center;
}

.fea-content h2 {
    margin-bottom: 4px;

}

.fea-content h2 a {
    font-size: 16px;
    font-weight: 400;
    color: var(--bgcolor);
    font-family: 'Jost', sans-serif;
}

.fea-content p {
    font-size: 30px;
    font-weight: 700;
    color: var(--brcolor);
    margin: 15px 0 10px;
    font-family: 'Jost', sans-serif;
}

/* fea btn */
.fea-btn a {
    font-size: 14px;
    font-weight: 700;
    color: var(--brcolor);
    transition: .5s;
    font-family: 'Jost', sans-serif;
}

.feature-area-item .fea-btn a:hover {
    color: var(--bgcolor);
}

/* feature item */
.feature-item {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 170px 33px 140px;
    margin: 0 10px;
    width: 28%;
}

.feature-item p {
    color: var(--white);
    margin-bottom: 112px;
    font-family: 'Jost', sans-serif;
}

/* fea btn */
.feature-item .fea-btn a {
    color: var(--whitec);
    font-family: 'Jost', sans-serif;
}

/*============= end service area css ===============*/

/*======== testimonial area start ==========*/
.testimonial_area {
    padding: 40px 0 60px;
}

/* about testimonial area css */
.about_testimonial {
    padding: 5px 0 85px;
}

.single_testimonial {
    padding: 120px 0 70px;
}

.inner_testimonial_area {
    margin: 0 15px;
}

.testimonial_inner_img img {
    margin: 0 auto;
}

/* inner testimonial content */
.inner_testimonial_content p {
    margin: 25px auto 20px;
    font-size: 24px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    font-family: "Jost", Sans-serif;
    color: var(--brcolor);
}

.inner_test_subcont h3 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

.inner_test_subcont h3 span {
    font-size: 14px;
    font-weight: 400;
    color: var(--bgcolor);
}

/*======== testimonial area end ==========*/

/*===== counter area start  ====*/
.counter_area {
    position: relative;
    padding: 55px 0 60px;
    margin: 60px auto;
}

.counter_title h2 {
    font-size: 48px;
}

.counter_shap img {
    position: absolute;
    right: 0;
    top: -20px;
}

.main_counter {
    padding: 40px 30px 40px 30px;
}

.inner_counter_area {
    position: relative;
    margin-bottom: 15px;
}

.inner_counter_sub_cont {
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.inner_counter_sub_cont h3,
.inner_counter_sub_cont span {
    font-size: 60px;
    font-weight: 700;
    color: var(--titlecolor);
}

.inner_counter_area h2 {
    font-size: 20px;
    font-weight: 700;
    margin-top: -5px;
    position: relative;
    color: var(--whitec);
    text-transform: uppercase;
}

.auto_grid {
    width: 80%;
}

/* h2 counter */
.h2_main_counter {
    margin: 0 auto;
    padding-bottom: 30px;
}

.h2_counter h2 {
    color: var(--brcolor);
}

/* h2 counter */
/*===== counter area end  ====*/

/*===== video area start  ====*/
.video_area {
    padding: 200px 0;
    position: relative;
    z-index: 1;
    margin: 5px auto 30px;
}

.inner_video_area {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.inner_video_area h2 {
    font-size: 24px;
    color: var(--whitec);
    margin-top: 30px;
}

.inner_video_area a {
    display: inline-block;
    width: 80px;
    height: 80px;
    font-size: 25px;
    line-height: 80px;
    border-radius: 100%;
    background-color: var(--whitec);
    color: var(--bgcolor);
    animation: witr-shadow 1s linear infinite;
}

@keyframes witr-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
    }
}

/* h3 */
.h3_video {
    margin: 65px auto 60px;
}

/*===== video area end  ====*/

/*======== contact area start  ==========*/
.contact_area {
    padding: 70px 0 130px;
}

.inner_contact_area.text-left {
    position: relative;
    background-size: cover;
    padding: 60px 35px 60px;
    border-radius: 10px;
    text-align: left;
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 6%);
}

.inner_contact_content h4 {
    color: var(--bgcolor);
    font-size: 18px;
}

.inner_contact_content h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 45px;
    margin-top: 5px;
    color: var(--brcolor);
}

.inner_contact_content p {
    font-size: 16px;
    color: var(--titlecolor);
    margin: 0 0 20px;
    width: 94%;
}

.inner_contact_content p span {
    color: var(--bgcolor);
}

/* contact_box start */
.inner_contact_form.ts_inp input,
.inner_contact_form.ts_inp textarea {
    border-style: solid;
    border-width: 1px;
    border-color: #dddddd;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    padding: .375rem .75rem;
    margin-bottom: 25px;
}

.inner_contact_form.ts_inp textarea {
    height: 170px;
}

.inner_contact_form button {
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    outline: none;
    background-color: var(--titlecolor);
    color: var(--whitec);
    border-radius: 30px;
    transition: .5s;
}

.inner_contact_form button:hover {
    background: var(--brcolor);
}


/*======== contact area end  ==========*/

/*======== fs selling area start  ==========*/
.fs_selling_area {
    padding: 45px 0 60px;
}

.single_sell {
    position: relative;
    margin: 0 auto 20px;
    text-align: center;
    overflow: hidden;
}

.fs_single_img {
    background-color: #F9F4E9;
    padding: 20px 20px 20px 20px;
}

.single_shop_icon {
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
    position: absolute;
    left: 30%;
}

.single_sell:hover .single_shop_icon {
    opacity: 1;
    margin-top: -60px;
    visibility: visible;
}

.single_shop_icon a {
    display: inline-block;
    height: 38px;
    width: 38px;
    line-height: 38px;
    border-radius: 50%;
    background: var(--whitec);
    color: var(--blackc);
    text-align: center;
    font-size: 16px;
    transition: .5s;
    box-shadow: 0 0 10px 0 rgb(27 81 209 / 10%);
}

.single_shop_icon a:hover {
    color: var(--whitec);
    background-color: var(--bgcolor);
}

.shop_title h4 a {
    color: var(--brcolor);
    transition: .5s;
}

.shop_title h4 a:hover {
    color: var(--bgcolor);
}

/*======== fs selling area end  ==========*/

/*======== shop area start ==========*/
.shop_area {
    padding: 130px 0;
}

/* section title area css */
.section_title_area {
    margin-bottom: 35px;
}

.section_title_area h4 {
    font-size: 18px;
    font-weight: 500;
    color: var(--bgcolor);
    text-transform: uppercase;
}

.section_title_area h2 {
    font-size: 48px;
    font-weight: 700;
}

.section_title_area img {
    margin-top: -155px;
    position: relative;
    z-index: -1;
}

.shop_title {
    margin-bottom: 15px;
}

.shop_title p {
    margin: 5px auto 0;
}

.inner_shop_area {
    box-shadow: 0px 0px 10px 0px rgba(148, 146, 245, 0.2);
    margin: 10px 10px 30px;
}

.inner_shop_img {
    position: relative;
    overflow: hidden;
    text-align: center;
    transition: .5s;
}

.inner_shop_img img {
    margin: 0 auto;
    transition: .5s;
    width: 100%;
}

/* inner shop icons css */
.inner_shop_icons {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    transition: .5s;
}

.inner_shop_area:hover .inner_shop_icons {
    bottom: 20px;
}

/* inner shop icons css */
.inner_shop_icons a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 100%;
    text-align: center;
    background-color: var(--whitec);
    color: var(--titlecolor);
    box-shadow: 0 0 10px 0 rgb(27 81 209 / 10%);
}

.inner_shop_icons a:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

/* inner shop content css */
.inner_shop_content {
    padding: 10px 0 20px;
}

.inner_shop_content h3 a {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
}

.inner_shop_content h3 a:hover {
    color: var(--bgcolor);
}

.inner_shop_content p {
    font-size: 18px;
    font-weight: 600;
    color: var(--bgcolor);
    margin: 0;
}

.inner_shop_content i {
    display: inline-block;
    margin-top: 12px;
    font-size: 19px;
    color: #ffc107;
}

.inner_shop_area:hover .inner_shop_img img {
    transform: scale(1.2);
}

/* single shop page */

/* select items area css */
.inner_single_course_right_select {
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding: 10px 20px;
    outline: none;
    cursor: pointer;
}

.inner_shop_title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

/* shop btn area css */
.shop_btn_area {
    margin-top: 20px;
}

.shop_btn_area a {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 20px 0 20px;
    width: 100%;
    background-color: var(--bgcolor);
    color: var(--whitec);
    text-align: center;
}

.shop_btn_area a:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

/* select items css */
.select_items {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px 20px;
    outline: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.inner_shop_title_right {
    display: flex;
    align-items: center;
}

.inner_shop_right_icon a {
    font-size: 22px;
    margin: 1px 0 0;
    padding: 2px 9px 2px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 5px;
    color: #333;
    border: 1px solid #e8e8e8;
}

.inner_shop_right_icon a.active_shop_icon {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

.inner_tab_list_text {
    margin-left: 55px;
    margin-top: 15px;
}

.inner_tab_list_text {
    margin-bottom: 115px;
    margin-top: 20px;
}

/*======== shop area end ==========*/


/*======== image area start ==========*/
.team_member_area {
    padding: 30px 0 40px;
}

.br_team {
    padding: 70px 0 90px;
}

.witr_team {
    margin: 0 0 40px;
}

.section_title_area h3 {
    font-size: 48px;
    font-weight: 600;
    color: var(--whitec);
}

.bn_member_title h2 {
    color: var(--whitec);
}

.inner_single_title img {
    width: 100%;
    position: relative;
}

/* blog overlay css */
.single_team_img {
    overflow: hidden;
}

.team_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(360deg, #111111CC 0%, #FFFFFF1A 100%);
    transform: scale(0);
    transition: .5s;
}

.team_thumb:hover .team_overlay {
    transform: scale(1.2);
}

/* tr team left text */
.team_left {
    margin-top: 121px;
    margin-left: 20px;
}

/* title tr team text */
.fs_team_text {
    padding: 15px 30px 15px;
    position: absolute;
    bottom: 0;
    z-index: 1;
    right: 0;
    left: 40px;
    background: var(--whitec);
}

.fs_team_text h2 {
    font-weight: 700;
}

.fs_team_text h2 a {
    font-size: 18px;
}

.fs_team_text span {
    font-weight: 700;
    font-size: 14px;
}

.fs_team_text h3 {
    color: var(--titlecolor);
    margin: 7px 0 60px;
}

/* main team devloper */
.team_thumb {
    margin-bottom: 20px;
    position: relative;
}

.inner_single_title {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 20px 30px 0 rgba(42, 67, 113, .15);
}

/* icon overlay */
.inner_ti_th {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

.share_it_icon i {
    text-align: center;
    background: var(--bgcolor);
    color: var(--whitec);
    display: inline-block;
    height: 45px;
    line-height: 45px;
    width: 45px;
    position: absolute;
    bottom: 0;
    transition: .5s;
    left: 0;
    font-size: 18px;
}

.share_it_icon i:hover {
    color: var(--bgcolor);
    background-color: var(--whitec);
}

/* icon */
.inner_ti_th a i {
    display: block;
    text-align: center;
    color: var(--whitec);
    background-color: var(--bgcolor);
    transition: .5s;
    font-size: 18px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 5px 0;
    padding: 0px 0px 0px 0px;
}

.inner_ti_th a i:hover {
    color: var(--bgcolor);
    background-color: var(--whitec);
}

.team_thumb:hover .inner_ti_th {
    bottom: 110px;
    visibility: visible;
    opacity: 1;
    z-index: 1;
}

.inner_ex_left {
    margin-left: 20px;
}

/*======== image area end ==========*/

/*============= start shop slider css */
.shop_slider {
    padding: 60px 0;
}

.shop_img {
    background: transparent;
    transition: .5s;
}

.shop_img:hover {
    background: #f2f0ec;
}

/*========== start shop slider css ==========*/
.fs_shop_slider {
    padding: 90px 0 60px;
}

.h2_title_border {
    border-bottom: 3px solid var(--bgcolor);
    margin-bottom: 45px;
}

.fs_main_shop {
    margin: 0 10px;
}

.shop_text {
    background: #F9F4E9;
}

.shop_text h4 a {
    font-size: 18px;
}

.fs_shop_slider .slick-prev {
    left: 90%;
}

.fs_shop_slider .slick-prev,
.fs_shop_slider .slick-next {
    opacity: 1;
    visibility: visible;
    top: -95px;
    right: 0;
}

/* h3 */
.h3_shop_slide {
    padding: 30px 0 85px;
}

/*========== end shop slider css ==========*/

/*========== start offer css ==========*/

.offer_area {
    padding: 30px 0 90px;
}

.single_offer {
    background: url(../image/fe_h2_offer_bg.jpg);
    background-position: center right;
    background-size: cover;
    padding: 40px 40px 30px 36px;
}

.offer_2img {
    background: url(../image/fe_h2_offer2_bg.jpg);
}

.offer_text h4 a {
    font-size: 18px;
    color: var(--whitec);
}

.offer_text h2 {
    color: var(--whitec);
    font-size: 30px;
    margin: 20px 0 75px;
}

.offer_btn a {
    color: var(--whitec);
}

/* h3 */
.h3_offer {
    margin-top: -30px;
}

/*========== end offer css ==========*/

/* golobal slick defult arrow css */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    z-index: 9999;
    outline: none;
    border: none;
    font-size: 0;
    background: none;
    transform: translateY(-50%);
    transition: 1s;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
}

.glowbal:hover .slick-prev,
.glowbal:hover .slick-next {
    opacity: 1;
    visibility: visible;
}

.slick-prev {
    left: -80px;
}

.slick-next {
    right: -55px;
}

.slick-prev::before,
.slick-next::before {
    content: '\eac9';
    font-family: IcoFont;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    font-size: 40px;
    background-color: var(--titlecolor);
    color: var(--whitec);
    transition: 1s;
}

.slick-next::before {
    content: '\eaca';
}

.slick-prev:hover::before,
.slick-next:hover::before {
    background-color: var(--bgcolor);
    color: var(--whitec);
}


/*======== h2 offer area start  ==========*/

/*======== h2 offer area end  ==========*/

/*======== faq area start  ==========*/
.to_faq_area {
    padding: 70px 0 110px;
    position: relative;
    margin-right: 22px;
}

.faq_title h4 {
    font-size: 18px;
}

.faq_title h2 {
    font-size: 48px;
    margin: 5px 0 30px;
    color: var(--brcolor);
}

.inner_faq_ac_item {
    margin-bottom: 20px;
}

.inner_faq_ac_item a {
    width: 100%;
    font-size: 16px;
    padding: 15px 15px;
    font-weight: 600;
    display: flex;
    color: var(--blackc);
    justify-content: space-between;
    align-items: center;
    background: transparent;
    border-bottom: 1px solid #ddd;
}

.inner_faq_ac_item a:hover {
    color: var(--bgcolor);
}

.inner_faq_ac_item a i {
    font-size: 18px;
    font-weight: 700;
    right: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    height: 30px;
    color: var(--titlecolor);
}

.inner_faq_ac_item a.active {
    position: relative;
    color: var(--bgcolor);
}

.inner_faq_ac_item a.active::before {
    content: '\ef9a';
    font-family: Icofont !important;
    position: absolute;
    top: 15px;
    bottom: 0;
    right: 30px;
    width: 30px;
    text-align: center;
    height: 30px;
    color: var(--bgcolor);
    line-height: 30px;
    font-size: 18px;
}

.inner_faq_ac_item a.active i {
    display: none;
}

/* inner faq text */
.faq_text h4 {
    color: var(--bgcolor);
    margin-bottom: 20px;
}

.faq_text h2 {
    font-size: 52px;
    margin-bottom: 55px;
}

.inner_faq_text {
    width: 100%;
    border-radius: 0 0 5px 5px;
    border: 1px solid var(--textcolor);
}

.inner_faq_text p {
    padding: 18px 22px 0px 22px;
    font-weight: 400;
}

/* counter */
.faq_counter {
    background-color: var(--bgcolor);
}

.faq_counter2 {
    background: #8E8E8E;
    margin-left: -24px;
}

.faq_counter h2 {
    color: var(--whitec);
}

.faq_counter h3 {
    color: var(--whitec);
}

.faq_counter span {
    color: var(--whitec);
}

/*======== faq area end  ==========*/

/*======== brand area start ======*/
.brand_area {
    padding: 55px 0 130px;
}

.inner_brand_area {
    text-align: -webkit-center;
}

/*====== brand area end ======*/

/*======== blog area start  ==========*/
.blog_area {
    margin-bottom: 0px;
    padding: 60px 0px 70px 0px;
    position: relative;
}

.blog_title {
    margin-bottom: 60px;
}

/* inner blog area css */
.inner_blog_area {
    overflow: hidden;
    position: relative;
    border-bottom: 20px;
    margin: 0 15px;
}

.single_blog_title {
    padding: 15px 20px 24px;
    background: #F9F4E9;
}

.inner_blog_thumb {
    position: relative;
    overflow: hidden;
}

.inner_blog_img img {
    width: 100%;
    transition: .5s;
}

.inner_blog_area:hover .inner_blog_img img {
    transform: scale(1.2);
}

/* blog overlay css */
.blog_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 50%);
    transform: scale(0);
    transition: .5s;
}

.inner_blog_area:hover .blog_overlay {
    transform: scale(1.2);
}

/*inner blog content css */
.inner_blog_content {
    transition: .5s;
    padding: 10px 0;
}

.inner_blog_content:hover {
    border-color: var(--bgcolor);
}

.inner_blog_text span {
    margin-right: 10px;
    color: var(--brcolor);
}

.inner_blog_text span i {
    margin-right: 5px;
    color: var(--brcolor);
}

.inner_blog_content h2 a {
    display: inline-block;
    font-weight: 700;
    font-size: 22px;
    color: var(--brcolor);
}

.inner_blog_content h2 a:hover {
    color: var(--bgcolor);
}

.witr_btn_sinner a {
    font-size: 14px;
    font-weight: 700;
    transition: .5s;
    color: var(--brcolor);
}

.witr_btn_sinner a:hover {
    color: var(--bgcolor);
}

/*======== blog area end  ==========*/

/*======= pricing area start  ======*/

.dt_pricing_area {
    padding: 70px 0 130px 0;
}

.dt_pricing_area .witr_section_title {
    margin-bottom: 50px;
}

.witr_pricing_icon i {
    font-size: 40px;
    padding-top: 40px;
    display: block;
    color: var(--bgcolor);
    text-align: center;
}

.prt_content {
    padding: 10px 0 7px;
    font-size: 20px;
    text-align: center;
}

.pricing_area {
    border-radius: 5px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 8%);
    background: #fff;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding-top: 30px;
}

.pricing-part {
    text-align: center;
}

.all_pricing_color h5 {
    font-size: 20px;
    margin: 12px 0 -30px;
}

.all_pricing_color span {
    font-size: 16px;
    margin-right: 5px;
}

.pricing_bar_title {
    position: relative;
    margin: 50px 0 0;
}

.pricing_bar_title::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #ddd;
    left: 0;
    right: 0;
    top: 50%;
}

.pricing_style_7.pricing-part h4 {
    font-size: 16px;
    padding: 13px 30px;
    display: inline-block;
    border-radius: 30px;
    color: var(--whitec);
    z-index: 1;
    position: relative;
    font-weight: 600;
    background: var(--bgcolor);
}

.witri_texti_list {
    margin-top: 25px;
}

.pricing-part ul {
    padding: 0 30px;
    text-align: center;
}

.witri_texti_list ul li {
    font-size: 17px;
    margin-bottom: 17px;
    padding: 7px 0 0 0;
    list-style: none;
    color: var(--brcolor);
}

.witr_btnp_color {
    padding-top: 37px;
    padding-bottom: 40px;
}

.witr_btnp_color a.btn {
    background-color: var(--bgcolor);
    font-size: 15px;
    font-weight: 600;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--bgcolor);
    margin: 0px 0px 20px 0px;
    cursor: pointer;
    padding: 17px 55px;
    transition: .5s;
    color: var(--whitec);
    display: inline-block;
    border-radius: 100px;
}

.witr_btnp_color a.btn:hover {
    color: var(--bgcolor);
    background-color: transparent;
    border-color: var(--bgcolor);
}

.pricing_page_pricing {
    background: 0 0;
}

/*======= pricing area end  ======*/

/*============= screen  section css ===============*/
.port_area {
    margin-bottom: -105px;
    position: relative;
    z-index: 9999;
    padding: 0 170px;
}

/*screen  image  item */
.single_port {
    position: relative;
}

.single_port img {
    width: 100%;
}

/*screen  image  next,prev button*/
.screen-image-area .slick-next {
    right: 10px;

}

.screen-image-area .slick-prev {
    left: 10px;
}

/* screen icon */
.screen-icon a {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    background: #ffffffd1;
    color: var(--brcolor);
    text-align: center;
    font-size: 20px;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: .5s;
}

.single_port:hover .screen-icon a {
    opacity: 1;
    visibility: visible;
}

/* h2 port */
.h2_port {
    margin-bottom: 0;
    padding: 0 170px 130px;
}

/*============= end screen  section css ===============*/

/*======= google map area start  ======*/
.br_map {
    margin-bottom: 0;
}

.google_map_title iframe {
    width: 100%;
    height: 600px;
}

.caontact_ifram iframe {
    height: 635px;
}

/*======= google map area end  ======*/

/*====== single page accordion start=====*/
.single_page_accordion {
    padding: 20px 0 30px;
}

.single_ac_items {
    margin-bottom: 20px;
    box-shadow: 1px 1px 7px -5px rgba(0, 0, 0, 0.75);
}

.single_ac_items a {
    display: inline-block;
    width: 100%;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 700;
    color: var(--paracolor);
}

.single_ac_items a i {
    margin-right: 8px;
}

.single_ac_items a.active {
    position: relative;
    color: var(--bgcolor);
}

.single_ac_items a.active::before {
    content: "\ef9a";
    position: absolute;
    font-family: Icofont !important;
    top: 18px;
    left: 20px;
    bottom: 0;
}

.single_ac_items a.active i {
    opacity: 0;
    visibility: hidden;
}

.single_accor_contents {
    margin: 10px 20px 10px;
}

.single_accor_contents p {
    font-weight: 600;
    padding-bottom: 15px;
}

/*======== single page accordion end ==========*/

/*======== portfolio area start  ==========*/
.portfolio_area {
    padding: 70px 0 130px;
}

/* portfolio 2 css */
.portfolio_title h4 {
    font-size: 16px;
    color: var(--bgcolor);
}

.portfolio_title h2 {
    font-size: 48px;
    color: var(--brcolor);
}

.portfolio_title p {
    width: 64%;
    margin: 0 auto;
}

/* portfolio 2 sub content css */
.portfolio_2_subc {
    padding: 0px 0 5px 15px;
}

.portfolio_2_subc h2 a {
    font-size: 24px;
    transition: .5s;
    color: var(--brcolor);
}

.portfolio_2_subc h2 a:hover {
    color: var(--bgcolor);
}

.portfolio_nav_all {
    padding: 24px 0 30px;
}

/* portfolio nav css */
.portfolio_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.portfolio_nav ul li {
    display: inline-block;
    border: 1px solid #f3eaea;
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: .5s;
}

.portfolio_nav ul li.current_menu_item {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

.portfolio_nav ul li:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

/* portfolio items css */
.portfolio_img_area {
    position: relative;
    overflow: hidden;
}

.portfolio_2 {
    margin-bottom: 20px;
}

.portfolio_img_area img {
    width: 100%;
}

.portfolio_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(222 169 26 / 40%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.inner_portfolio_items:hover .portfolio_overlay {
    opacity: 1;
    visibility: visible;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(233 48 71 / 64%);
    text-align: center;
}

.overlay>a {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 100%;
    text-align: center;
    color: var(--whitec);
    margin-right: 6px;
    transition: .5s;
    margin-top: 22%;
    background-color: var(--bgcolor);
}

.overlay>a:hover {
    color: var(--whitec);
    background-color: var(--titlecolor);
}

.overlay>a>i {
    font-size: 22px;
}

.overlay h2 {
    margin: 10px 0;
    color: var(--whitec);
}

.overlay p {
    color: var(--whitec);
}

.overlay>h2>a:hover {
    color: var(--bgcolor);
}

.overlay.port_text>h2>a {
    margin: 10px 0;
    color: var(--whitec) !important;
}

.port_text>h2>a:hover {
    color: var(--bgcolor);
}

/* portfolio text */
.am_portfolio_text {
    box-shadow: 0 0 16px 8px rgb(242 242 242 / 80%);
    padding: 15px 20px;
    ;
}

.am_portfolio_text h2 {
    display: inline-block;
    font-size: 24px;
    transition: .5s;
    margin: 0 0 10px;
}

.am_portfolio_text h2 a:hover {
    background: none;
    color: var(--bgcolor);
}

.am_portfolio_text p {
    font-size: 16px;
    font-weight: 400;
    color: var(--paracolor);
    margin: -5px 0 -2px;
}

.inner_portfolio_items:hover .overlay {
    opacity: 1;
    visibility: visible;
}

/* portfolio content css */
.portfolio_overlay_cont {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    transition: all 0.3s ease-in-out 0.3s;
    opacity: 0;
    visibility: hidden;
}

.portfolio_overlay_cont>a {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 5px;
    text-align: center;
    background: none;
    color: var(--whitec);
}

.portfolio_overlay_cont>a:hover {
    background: var(--bgcolor);
    color: var(--whitec);
}

.portfolio_overlay_cont>a i {
    font-size: 25px;
}

.portfolio_overlay_cont h2 {
    margin: 0;
}

.portfolio_overlay_cont h2 a {
    margin: 0;
    display: inline-block;
    font-size: 24px;
    color: var(--whitec);
    transition: .5s;
}

.portfolio_overlay_cont h2 a:hover {
    color: var(--bgcolor);
}

.portfolio_overlay_cont p {
    font-size: 16px;
    font-weight: 400;
    color: var(--whitec);
}

.inner_portfolio_items:hover .portfolio_overlay_cont {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

/* portfolio lower nav area css */
.portfolio_lo_nav_area {
    padding: 40px 0 0;
}

.inner_portfolio_lower_nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.inner_portfolio_lower_nav ul li {
    display: inline-block;
}

.inner_portfolio_lower_nav ul li a {
    display: inline-block;
    border-radius: 5px;
    font-size: 19px;
    line-height: 1;
    margin: 0 5px;
    padding: 15px 24px;
    box-shadow: 0 10px 40px 0 rgba(50, 65, 141, .12);
}

.inner_portfolio_lower_nav ul li a.current {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

.inner_portfolio_lower_nav ul li a:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

.inner_portfolio_lower_nav ul li a i {
    font-size: 22px;
    font-weight: bold;
}

/*======== portfolio area end  ==========*/

/*======== blog left area start  ==========*/
.yblog_left {
    padding: 70px 0 70px;
}

.inner_yblog_form {
    position: relative;
    width: 100%;
    padding: 20px 0 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}

.inner_yblog_form input {
    width: 80%;
    outline: none;
    height: 55px;
    border: 1px solid #efefef;
    margin-left: 20px;
    padding-left: 20px;
}

.inner_yblog_form button {
    position: absolute;
    display: inline-block;
    right: 0;
    outline: none;
    border: none;
    padding: 16px 20px 15px;
    margin-right: 13px;
    background-color: #ddddddfa;
}

.inner_yblog_form button i {
    font-size: 18px;
}

/* inner  left title css */
.inner_yblog_left_title {
    margin: 30px 0 30px;
    width: 100%;
    padding: 20px 20px 15px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%);
}

.inner_yblog_left_title h2 {
    font-size: 24px;
    margin-bottom: 10px;
}

.inner_yblog_left_title a {
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
}

.inner_yblog_left_title a.bottom {
    border-bottom: none;
}

.inner_yblog_left_title a:hover {
    color: var(--hoverbg);
}

/* innr blog left style 2 css*/
.inner_yblgo_left_style2 a {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #dddddd;
    padding: 13px 0 12px;
    margin-top: 0;
    color: var(--brcolor);
}

.inner_yblgo_left_style2 a:hover {
    color: var(--bgcolor);
}

/* blog left inner css */
.inner_yblog_left_img {
    margin-bottom: 10px;
}

.inner_yblog_left_img img {
    width: 100%;
    margin: 12px 0 -0;
}

.yblog_left_inner {
    padding: 0 0;
    background: none;
    margin-bottom: 30px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
}

.yblog_left_sub {
    padding: 25px 0 30px 15px;
}

.yblog_left_sub h2 a {
    width: 100%;
    margin: 0px 0 15px;
}

.yblog_left_sub h2 a:hover {
    color: var(--bgcolor);
}

.yblog_left_text_sub {
    padding: 10px 0 10px;
}

.yblog_left_text_sub span {
    color: var(--paracolor);
}

.yblog_left_text_sub span i {
    color: var(--bgcolor);
}

.yblog_left_sub p {
    font-size: 16px;
    font-weight: 400;
    width: 95%;
}

.yblog_left_sub>a {
    display: inline-block;
    margin: 7px 0 0;
    padding: 7px 25px;
    border: 1px solid #dddddd;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    color: var(--paracolor);
    text-transform: capitalize;
}

.yblog_left_sub>a:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

.ycalender_inner h5 {
    background-color: var(--bgcolor);
    color: var(--whitec);
    padding: 14px 0 12px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 100%;
    margin: 0;
}

.ycalender_inner {
    padding: 20px 20px;
    width: 100%;
}

.ycalender_inner th {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 16px;
    font-size: 15px;
    font-weight: 700;
}

.ycalender_inner td {
    text-align: center;
    border: 1px solid #dddddd;
    padding: 10px 12px;
    font-size: 14px;
    font-weight: 400;
}

.speko_active {
    color: var(--whitec);
    background-color: var(--bgcolor);
}

.transko_active {
    color: var(--whitec);
    background-color: var(--bgcolor);
}

.speko_theme_widget .widget a {
    color: var(--pracolor);
}

.wp-calendar-nav span a {
    border: none;
    padding: 10px 0 0;
}

/*======== blog left area end  ==========*/

/*======== project information area start  ==========*/
.project_information_area {
    padding: 100px 0 85px;
}

.inner_project_information_img {
    margin-bottom: 20px;
}

.inner_project_information_img img {
    width: 100%;
}

/* inner project right content css */
.inner_project_right_content h2 {
    font-size: 24px;
}

.inner_project_right_content p {
    margin: 10px 0 0;
}

.inner_project_right_content p span {
    font-size: 16px;
    color: var(--bgcolor);
    font-weight: 700;
}

/* inner project infomation icons css */
.inner_project_in_icon {
    margin-top: 20px;
}

.inner_project_in_icon a {
    width: 48px;
    height: 48px;
    border: 1px solid #dddddd;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    border-radius: 30px;
    background-color: var(--whitec);
    color: var(--bgcolor);
    font-size: 20px;
    margin-right: 4px;
}

.inner_project_in_icon a:hover {
    background-color: var(--bgcolor);
    color: var(--whitec);
}

/* inner project text area css */
.inner_project_text_area {
    margin-top: 25px;
}

.inner_project_text_area h2 {
    font-size: 24px;
}

.inner_project_information_descrip {
    margin-bottom: 8px;
}

.inner_project_information_descrip h4 {
    font-size: 16px;
}

.inner_project_information_descrip p {
    margin: 0;
}

/* inner project information description css */
.inner_project_infor_list {
    margin-bottom: 15px;
    padding: 0;
    list-style: none;
}

.inner_project_infor_list li {
    margin-bottom: 5px;
}

/*======== project information area end  ==========*/

/*======== single blog page area start  ==========*/
.inner_single_box_area {
    background-color: #f8f9fa;
    padding: 20px 20px 20px;
}

.inner_single_box_area p {
    margin-bottom: 5px;
}

.inner_single_page_content_area p {
    margin-top: 20px;
}

/* single shop page */
/* Demo Product Area Start */

.sec_padding {
    padding: 100px 0 90px;
}

.prdc-pic img {
    width: 100%;
}

.prdc-pic {
    position: relative;
    margin-bottom: 30px;
}

.prdc-lft .onsale {
    padding: 8px 12px;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    text-transform: uppercase;
    right: auto;
    top: 10px;
    left: 10px;
    line-height: 1;
    min-width: auto;
    min-height: auto;
}

.prdc-lft .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2em;
    z-index: 9;
    width: 36px;
    height: 36px;
    background: #fff;
    text-indent: -9999px;
    border-radius: 100%;
    box-sizing: content-box;
}

.prdc-lft .woocommerce-product-gallery__trigger::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 9px;
    left: 9px;
    box-sizing: content-box;
}

.prdc-lft .woocommerce-product-gallery__trigger::after {
    content: "";
    display: block;
    width: 2px;
    height: 8px;
    background: #000;
    border-radius: 6px;
    position: absolute;
    top: 19px;
    left: 22px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: content-box;
}

.product .product_title {
    margin-bottom: 4px;
    font-size: 24px;
}

.price ins {
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
}

.qntity_own {
    font-weight: 700;
}

.tab_list_main {
    box-shadow: 0px 0 28px 6px rgb(0 0 0 / 5%);
    margin-bottom: 30px !important;
}

.inner_tab_star i {
    display: inline-block;
    color: var(--bgcolor);
}

.single_shop_btn {
    position: relative;
    margin-top: -10px;
    margin-bottom: -41px;
}

.quantity .qty {
    border: 1px solid #ddd;
}

.quantity .qty {
    border: 1px solid #ddd;
    margin: 0 10px;
    height: 39px;
    width: 90px;
    text-align: center;
}

form.cart.single_pcart {
    display: flex;
    align-items: baseline;
    margin: 21px 0;
}

form.cart .button {
    background: #be9674;
    padding: 12px 15px;
    line-height: 16px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all 0.2s;
    border: none;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

form.cart .button:hover {
    background: #e0a067;
}

p.price {
    color: #e0a067;
}

p.price del {
    font-weight: 500;
    opacity: 0.5;
    display: inline-block;
}

.entry-summary span {
    font-weight: 700;
    margin-top: 7px;
    color: var(--brcolor);
}

.entry-summary span a {
    font-weight: 700;
    color: var(--titlecolor);
}

.tbd_product.single_summery_p_icon {
    margin-bottom: -33px;
    box-shadow: 0 0 10px 0 rgba(148, 146, 245, 0.2);
    padding: 20px 0;
}

.single_summery_p_icon .thb_product_car {
    position: inherit;
    justify-content: flex-start;
    opacity: 1;
}

.demo-pr {
    position: static !important;
}

.woocommerce-tabs ul.tabs {
    padding: 0 0 10px;
    margin: 0 0 30px;
    overflow: hidden;
    position: relative;
}

.woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #d3ced2;
    z-index: 1;
}

.woocommerce-tabs ul.tabs li.active a {
    border: none;
    display: inline-block;
    padding: 8px 1.5em;
    background: #be9674;
    margin-right: 15px;
    margin-left: 2px;
    color: #fff;
    font-weight: 700;
    border-radius: 4px 4px 0 0;
}

.woocommerce-Reviews-title {
    font-size: 20px;
    padding-bottom: 20px;
}

span.comment-reply-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.stars {
    display: block;
    margin: 0 0 10px;
}

#review_form_wrapper .comment-form label {
    font-size: 14px;
    margin-right: 10px;
    font-weight: 700;
}

.comment-form-rating p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}

.comment-form-rating .star-rating {
    color: #ffc107;
}

.comment-form-rating p.stars a {
    color: #ffc107;
}

.comment-form-rating p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: WooCommerce;
    content: "\e021";
    text-indent: 0;
}

.comment-form-rating p.stars a:hover~a::before {
    content: "\e021";
}

.comment-form-rating p.stars:hover a::before {
    content: "\e020";
}

.comment-form-rating p.stars.selected a.active::before {
    content: "\e020";
}

.comment-form-rating p.stars.selected a.active~a::before {
    content: "\e021";
}

.comment-form-rating p.stars.selected a:not(.active)::before {
    content: "\e020";
}

.comment-form-comment textarea {
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
    width: 100%;
    height: 75px;
}

button.button {
    font-size: 100%;
    margin: 0 0 45px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    overflow: visible;
    padding: 0.618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    border: 0;
    transition: .5s;
    display: inline-block;
    box-shadow: none;
    text-shadow: none;
}

.stars i {
    color: var(--bgcolor);
}

button.button:hover {
    color: var(--whitec);
    background: var(--bgcolor);
}

h2.witr_related_title {
    padding: 20px 0 40px;
}

.wp_related .tbd_product {
    margin: 50px 0;
    box-shadow: 0 0 10px 0 rgba(148, 146, 245, 0.2);
}

/* Demo Product Area End */

/* single comment title css */
.single_comment_title {
    margin: 35px 0 55px;
}

.single_comment_title h3 {
    font-size: 20px;
}

.single_post_comment_area input {
    width: 100%;
    outline: none;
    height: 42px;
    padding: 0 20px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
}

/* inner single post checkbox css */
.inner_single_post_checkbox {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.inner_single_post_checkbox input {
    height: 15px;
    width: 12px;
    margin-right: 6px;
}

.single_post_comment_area textarea {
    width: 97%;
    padding: 10px 20px;
    height: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
    outline: none;
    border: 1px solid #ced4da;
    border-radius: 5px;
}

.single_post_comment_area button {
    display: inline-block;
    text-align: center;
    padding: 16px 30px;
    margin-top: 5px;
    border-radius: 5px;
    background-color: var(--brcolor);
    color: var(--whitec);
    border: none;
    outline: none;
    transition: .6s;
}

.single_post_comment_area button:hover {
    background-color: var(--bgcolor);
}

.inner_contact_form_single input {
    width: 100%;
    height: 45px;
}

.inner_contact_form_single textarea {
    width: 100%;
    height: 150px;
}

/*======== single blog page area end  ==========*/

/*======== footer area start  ==========*/
.footer_area {
    padding: 15px 0 0;
}

.footer_top_area {
    justify-content: center;
    padding: 218px 0px 57px;
    width: 63%;
    margin: auto;
}

/* h2 */
.h2_footer {
    padding: 110px 0 80px
}

/*-- footer top area css --*/
.footer_top_content {
    margin-bottom: 30px;
    padding: 0 0 0 10px;
}

.footer_top_content h4 {
    font-size: 22px;
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 25px;
    color: var(--whitec);
}

/* footer top content */
.footer_top_content h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 20%;
    height: 1px;
    background: var(--whitec);
    z-index: 99;

}

.footer_top_content p {
    margin-bottom: 10px;
    color: var(--whitec);
    width: 90%;
    font-size: 14px;
}

/* footer icon */
.fsocial-icon {
    margin-top: 28px;
}

.fsocial-icon a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: var(--whitec);
    margin-right: 5px;
    transition: .5s;
    font-size: 16px;
    background: #FFFFFF4D;
}

.fsocial-icon a:hover {
    background: var(--bgcolor);
}

/* footer top content */

.footer_top_content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer_top_content ul li {
    margin-bottom: 12px;
}

.footer_top_content ul li a {
    display: inline-block;
    color: var(--whitec);
    font-weight: 500;
}

/* footer top content */
.footer_top_content h5 {
    font-size: 16px;
    color: var(--hvcolor);
    margin-bottom: 5px;
}

/* footer form */

.inner_subscribe_form_area {
    position: relative;
    overflow: hidden;
    margin-top: 15px;
}

.inner_subscribe_form_area p {
    margin: 0;
}

.inner_subscribe_form_area input {
    position: relative;
    width: 62%;
    line-height: 43px;
    border-radius: 0px;
    border: none;
    color: var(--whitec);
    padding: 15px 20px;
    height: 45px;
    background-color: var(--bgcolor);
}

.inner_subscribe_form_area input::placeholder {
    color: var(--whitec);
}

.inner_subscribe_form_area button {
    position: absolute;
    right: 7px;
    top: 0px;
    width: 43%;
    height: 45px;
    border-radius: 0px;
    cursor: pointer;
    line-height: 0;
    transition: .5s;
    color: var(--bgcolor);
    background: var(--whitec);
    border: none;
}

.inner_subscribe_form_area button i {
    font-size: 30px;
}

.inner_subscribe_form_area.inner_subscribe_form_area button:hover {
    background-color: var(--paracolor);
}

/*======== footer area end  ==========*/

/*======== copy right area start  ==========*/
.footer_bottom {
    background: var(--bgcolor);
    padding: 5px 0;
}

/* footer bottom */
.footer-bottom {
    padding: 18px 0px 18px 10px;
    justify-content: center;
    align-items: center;
    width: 63%;
    margin: auto;
}

/* footer copyright area */
.footer-copyright-area p {
    margin: 0;
    color: var(--whitec);
}

/* footer widget area */
.footer-widget-area ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-widget-area ul li {
    display: inline;
    margin-left: 26px;
}

.footer-widget-area ul li a {
    display: inline-block;
    color: var(--whitec);
    transition: .5s;
}

.footer-widget-area ul li a:hover {
    color: var(--brcolor);
}

/*======== copy right area end  ==========*/

/*======== scroll top btn css  ==========*/
#scrollUp {
    position: fixed;
    bottom: 50px;
    font-size: 22px;
    height: 40px;
    line-height: 42px;
    right: 40px;
    text-align: center;
    border-radius: 5px;
    width: 40px;
    color: var(--whitec);
    background: var(--bgcolor);
    display: none;
    cursor: pointer;
    z-index: 9999;
}