/* 
    Theme Name: Bwfairfieldhotel
    Author: Bwfairfieldhotel
    Description: 
    Version: 1.0
    Designer/Developer: Saugat Shrestha
*/

@font-face {
    font-family: 'Satoshi';
    src: url('assets/fonts/Satoshi-Regular.woff2') format('woff2'),
        url('assets/fonts/Satoshi-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('assets/fonts/Satoshi-Bold.woff2') format('woff2'),
        url('assets/fonts/Satoshi-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('assets/fonts/Satoshi-Medium.woff2') format('woff2'),
        url('assets/fonts/Satoshi-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('assets/fonts/Satoshi-Light.woff2') format('woff2'),
        url('assets/fonts/Satoshi-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/*===========================================================
GLOBAL STYLES
===========================================================*/

:root {
    --primary-color: #a91841;
    --secondary-color: #ef4444;
    --white-color: #ffffff;
    --black-color: #000000;
    --text-color: rgba(0, 0, 0, .6);
    --font-family: 'Inter', sans-serif;
    --font-family-heading: 'Satoshi', sans-serif;
}

body {
    background: #ffffff;
    font-family: var(--font-family);
    font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 600;
}

h1,
.h1 {
    font-size: 52px;
}

h2,
.h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.1;
}

h3,
.h3 {
    font-size: 24px;
}

h4,
.h4 {
    font-size: 22px
}

h5,
.h5 {
    font-weight: bold;
    font-size: 20px;
}

h6,
.h6 {
    font-size: 18px;
}

p {
    margin: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

figure {
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.form-control {
    background: none;
    border: none;
    height: 55px;
    border-radius: 0px;
    padding: 15px 20px;
    color: #000000;
    border: 1px solid #eeeeee;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    margin-bottom: 5px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #aaaaaa;
}

textarea.form-control {
    height: 200px;
    resize: none;
}

/*===========================================================
GLOBAL CLASSES
===========================================================*/

.cabinet-btn {
    border: none;
    background: var(--primary-color);
    color: var(--white-color);
    padding: 18px 32px;
    font-weight: 500;
    transition: all 0.4s ease;
}

.cabinet-btn-transparent {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, .3);
    color: #ffffff;
}

.cabinet-btn-transparent:hover {
    background-color: var(--white-color);
    border-color: var(--white-color);
    color: var(--primary-color);
}

.cabinet-btn img {
    filter: brightness(0) invert(1);
    max-width: 28px;
    position: relative;
    top: -2px;
}

.eyebrow {
    color: var(--primary-color);
    display: inline-block;
}

.eyebrow-underline {
    font-weight: 600;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.underline-text {
    text-decoration: underline;
    text-decoration-color: var(--primary-color);
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}

.object-fit {
    object-fit: cover;
}

.thumb-overlay {
    position: absolute;
    top: -15px;
    right: -15px;
    width: 60%;
    height: 50%;
    background: var(--primary-color);
}

.section-heading .eyebrow {
    padding-left: 90px;
    font-weight: 500;
    font-size: 18px;
}

.section-heading .eyebrow::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    width: 80px;
    height: 1px;
    background: var(--primary-color);
    transform: translateY(-50%);
}

/*===========================================================
PAGE HEADER STYLES
===========================================================*/

.cabinet-header {
	position: sticky;
	top: 0;
    background: #ffffff;
    padding: 30px 0;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
}

button.navbar-toggle {
    display: none;
    border: none;
    background: none;
    padding: 0;
}

button.navbar-toggle span {
    display: block;
    width: 25px;
    height: 2px;
    background: var(--primary-color);
    position: relative;
}

button.navbar-toggle span:not(:last-child) {
    margin-bottom: 5px;
}

button.navbar-toggle-close {
    margin-bottom: 30px;
}

button.navbar-toggle-close span {
    width: 20px;
}

button.navbar-toggle-close span:nth-of-type(1) {
    transform: rotate(45deg);
}

button.navbar-toggle-close span:nth-of-type(2) {
    display: none;
}

button.navbar-toggle-close span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: -7px;
}

.cabinet-header .container {
    max-width: 100%;
    padding: 0 30px;
}

.cabinet-header__logo > a {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: inline-flex;
    align-items: center;
    background: #fff;
    border-radius: 7px;
}

.cabinet-header__logo > a p {
    margin-left: 15px;
    font-size: 22px;
    line-height: 30px;
    margin-top: 5px;
}

.cabinet-header__logo > a p span {
    display: block;
}

.cabinet-header__navigation ul li {
    position: relative;
    padding: 7px 0;
}

.cabinet-header__navigation ul li a, 
.cabinet-footer__navigation ul li a {
    display: block;
    color: var(--black-color);
    transition: all 0.4s ease;
    font-weight: 500;
    position: relative;
}

.cabinet-header__navigation > ul > li > a::after,
.cabinet-footer__navigation > ul > li > a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    display: block;
    margin-top: 2px;
    right: 0;
    background: var(--black-color);
    transition: width .2s ease;
    -webkit-transition: width .2s ease;
}

.cabinet-header__navigation > ul > li:not(:last-child),
.cabinet-footer__navigation > ul > li:not(:last-child) {
    margin-right: 50px;
}

.cabinet-header__navigation > ul > li.current-menu-item > a,
.cabinet-footer__navigation > ul > li.current-menu-item > a {
    color: var(--primary-color);
    font-weight: 500;
}

.cabinet-header__navigation ul > li:hover > a::after,
.cabinet-footer__navigation ul > li:hover > a::after {
    width: 100%;
    left: 0;
    background: var(--black-color);
}

.cabinet-header__navigation ul > li.current-menu-item > a::after,
.cabinet-footer__navigation ul > li.current-menu-item > a::after {
    width: 100%;
    left: 0;
    background: var(--primary-color);
}

.cabinet-header__navigation ul li .sub-menu {
    z-index: 11;
    position: absolute;
    left: 0;
    top: 100%;
    background: #211f1f;
    min-width: 240px;
    padding: 10px 5px;
    transition: all 0.3s ease;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
}

.cabinet-header__navigation ul li:hover .sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.cabinet-header__navigation ul li .sub-menu li {
    margin-right: 0px;
    padding: 0;
}

.cabinet-header__navigation ul li .sub-menu li:hover a {
    color: var(--primary-color);
}

.cabinet-header__navigation ul li .sub-menu li a {
    color: #fff;
    display: block;
    padding: 5px 15px;
    font-size: 16px;
}

span.sub-toggle {
    display: none;
}

/*===========================================================
PAGE FOOTER STYLES
===========================================================*/

.cabinet-footer {
    padding: 60px 0 40px;
    background: #082220;
    color: #e7e2e2;
    font-size: 16px;
}

.cabinet-footer .cabinet-header__logo > a {
    padding: 15px 15px;
}

.cabinet-footer .cabinet-header__logo {
    margin-bottom: 25px;
}

.cabinet-footer ul li:not(:last-child) {
    margin-bottom: 4px;
}

.cabinet-footer ul li a {
    color: #e7e2e2;
    font-size: 16px;
    transition: all 0.3s ease;
}

.cabinet-footer__top {
    margin-bottom: 60px;
}

.cabinet-footer__top .row [class*="col-"]:not(:last-of-type) .footer-contact-block {
    border-right: 1px solid #585555;
    margin-right: 50px;
}

.footer-contact-block {
    color: #d9d0d0;
}

.footer-contact-block .content h4 {
    font-size: 20px;
    margin-bottom: 5px;
}

.footer-contact-block .content p {
    font-size: 15px;
}

.footer-contact-block .thumbnail-img {
    width: 45px;
    margin-right: 12px;
}

.cabinet-footer__middle {
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #313131;
}

.cabinet-footer__logo a {
    display: block;
    max-width: 250px;
}

.social-icons ul li:not(:last-child) {
    margin-right: 8px;
}

.social-icons ul li.active a {
    color: var(--white-color);
}

.social-icons ul li a {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    font-size: 20px;
    background: var(--primary-color);
    transition: all 0.3s ease;
}

.cabinet-footer__bottom p {
    color: #dbd6d6;
}

.cabinet-footer__bottom p a {
    color: var(--white-color);
    font-weight: 500;
}

.left-border {
    border-left: 1px solid #313131;
    padding-left: 35px;
}

.cabinet-footer .column {
    height: 100%;
}

.cabinet-footer .column h4 {
    position: relative;
}

.cabinet-footer .column h4::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 80px;
    height: 2px;
    background: var(--primary-color);
}

.cabinet-footer .column.contact-info li svg {
    max-width: 25px;
    position: relative;
    top: -0.2rem;
}

.cabinet-footer .column.contact-info li span {
    font-weight: 500;
}

.cabinet-footer .column.contact-info li:not(:last-child) {
    margin-bottom: 10px;
}

.cabinet-footer .column h4 {
    margin-bottom: 25px;
    color: #ffffff;
    padding-bottom: 10px;
}

.cabinet-footer .column.services ul {
    padding-left: 20px;
}

.cabinet-footer .column.services li {
    list-style-type: disc;
}

.cabinet-footer .column.services li:hover a {
    color: #fff;
}

/*===========================================================
HOMEPAGE BANNER STYLES
===========================================================*/

.cabinet-home-banner {
    height: calc(100vh - 135px);
}

.cabinet-home-banner__content .eyebrow {
    color: var(--white-color);
}

.cabinet-home-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 135px);
    z-index: 2;
    background: rgba(0,0,0,0.6);
}

.cabinet-home-banner .slider-item__thumbnail img {
    height: calc(100vh - 135px);
    object-fit: cover;
}

/*===========================================================
HOMEPAGE INTRO STYLES
===========================================================*/

.cabinet-home-intro {
    background: #fdfbf5;
    padding: 120px 0 80px;
}

.cabinet-home-intro h2 {
    line-height: 1.1;
}

.cabinet-home-intro__thumbnail .thumbnail-img img {
    height: 600px;
}

.cabinet-home-intro__content {
    padding-left: 80px;
}

.cabinet-home-intro__content p {
    font-size: 17px;
    line-height: 27px;
}

.cabinet-home-intro__content p:not(:last-child) {
    margin-bottom: 20px;
}


/*===========================================================
HOMEPAGE PRODUCTS STYLES
===========================================================*/

.cabinet-home-products {
    background: #f6f5f8;
    padding: 80px 0;
}

.product-col > a {
    display: block;
    position: relative;
}

.product-col >  a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 21%, rgba(0, 0, 0, .89) 80.01%, #000);
}

.product-col .product-col__thumbnail img {
    height: 500px;
}

.product-col__content {
    padding: 40px;
}

.product-col__content h4 {
    display: flex;
    align-items: center;
    color: var(--white-color);
}

.product-col__content h4 img {
    filter: brightness(0) invert(1);
    max-width: 36px;
    margin-left: 7px;
}

.product-col > a:hover .product-col__content h4 {
    text-decoration: underline;
    text-underline-offset: 5px;
}

/* .cabinet-home-products .owl-carousel-2 .owl-nav {
    position: absolute;
    top: -130px;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cabinet-home-products .owl-carousel-2 .owl-nav .owl-prev,
.cabinet-home-products .owl-carousel-2 .owl-nav .owl-next {
    font-size: 50px;
    width: 60px;
    height: 60px;
    background: #dc8d7e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100%;
    left: -25px;
}

.cabinet-home-products .owl-carousel-2 .owl-nav .owl-next {
    margin-left: 15px;
} */

.my-owl-nav {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.my-owl-nav span {
    width: 60px;
    height: 60px;
    cursor: pointer;
   	display: block;
}

.my-owl-nav span.my-prev-button {
    transform: rotate(180deg);
}

/*===========================================================
CALL TO ACTION STYLES
===========================================================*/

.cabinet-call-to-action {
    background: var(--primary-color);
    padding: 60px 0;
}

.cabinet-call-to-action__thumbnail.one {
    top: 0;
    left: -30px;
}

.cabinet-call-to-action .content h4 {
    font-weight: 500;
}

.cabinet-call-to-action .content .cabinet-btn {
    background: var(--white-color);
    color: var(--black-color);
}

.cabinet-call-to-action .content .cabinet-btn-transparent {
    background: transparent;
    color: var(--white-color);
    border-color: var(--white-color);
}

.cabinet-call-to-action .content .cabinet-btn-transparent:hover {
    background: var(--white-color);
    color: var(--black-color);
}


/*===========================================================
HOMEPAGE SPECIALIZE STYLES
===========================================================*/

.cabinet-home-specialization {
    background: #851131;
    padding: 80px 0;
}

.cabinet-home-specialization .section-heading p {
    color: #ddd3d3;
}

.cabinet-home-specialization .section-heading .eyebrow {
    color: #d5c4c4;
}

.cabinet-home-specialization .section-heading .eyebrow::before {
    background: #d5c4c4;
}

.specialize-block {
    color: #f8f8f8;
    border: 1px solid #8d8080;
    height: 100%;
    min-height: 250px;
}

.specialize-block > a {
    padding: 25px 25px;
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: 100%;
}

.specialize-block h4 {
    color: var(--white-color);
    margin-bottom: 10px;
    font-weight: 500;
}

.specialize-block p {
    font-size: 16px;
    line-height: 24px;
    color: #ddd3d3;
}

.specialize-block .thumbnail-img {
    margin-bottom: 15px;
}

.specialize-block .thumbnail-img svg {
    max-width: 55px;
    margin-bottom: 15px;
}

/*===========================================================
SECTION HOME GALLERY STYLES
===========================================================*/

.cabinet-home-gallery {
    padding: 80px 0;
}

.cabinet-home-gallery .gallery-block {
    height: 100%;
    position: relative;
}

.cabinet-home-gallery .gallery-block .gallery-block__title {
    background: var(--primary-color);
    color: var(--white-color);
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 20px;
    padding: 12px 20px;
    font-size: 20px;
}

.cabinet-home-gallery .gallery-block img {
    height: 300px;
    transition: all 0.3s ease;
}

.cabinet-home-gallery .row {
    margin: 0 -7.5px;
}

.cabinet-home-gallery .row [class*="col-"] {
    padding: 0 7.5px;
}

.gallery-block--blank {
    background: #eee;
}

.gallery-block--blank::before {
    content: "";
    position: absolute;
    top: -15px;
    right: -15px;
    width: 200px;
    height: 200px;
    background: var(--primary-color);
    z-index: -1;
}

.gallery-block--blank a.view-gallery {
    color: var(--black-color);
    font-weight: bold;
    font-size: 20px;
}

.gallery-block--blank .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
} 

.gallery-block--blank a.view-gallery {
    color: var(--white-color);
    font-weight: bold;
    font-size: 24px;
    margin: 0 0 18px;
    display: inline-block;
}

.gallery-block--blank a.view-gallery svg {
    max-width: 40px;
    margin: 15px 0 0;
}

/*===========================================================
PAGE BANNER STYLES
===========================================================*/

.cabinet-page-banner {
    background: url('assets/images/homebanner@2x.png')no-repeat;
    background-size: cover;
    padding: 80px 0;
    height: 420px;
    position: relative;
}

.cabinet-page-banner::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #080807;
    z-index: 1;
    opacity: 0.6;
}

.thumbnail-bbb {
    max-width: 280px;
    background: #fff;
    padding: 15px;
    position: absolute;
    bottom: -50px;
    right: 70px;
    z-index: 1;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.page-title span {
    position: relative;
}

.page-title span::after {
    position: absolute;
    content: "";
    top: -6px;
    left: -20px;
    border-right: 25px solid transparent;
    border-left: 0px solid transparent;
    border-top: 25px solid #c5afb5;
}

.cabinet-page-banner .h3 {
    font-size: 50px;
}

.cabinet-page-banner-breadcrumb li {
    position: relative;
    color: #b9a0a0;
    font-size: 16px;
}

.cabinet-page-banner-breadcrumb li.active {
    color: #ffffff;
}

.cabinet-page-banner-breadcrumb li:not(:last-child) {
    margin-right: 10px;
} 

.cabinet-page-banner-breadcrumb li:not(:last-child)::after {
    content: ">";
    margin-left: 10px;
}

/*===========================================================
TEMPLATE CONTACT US STYLES
===========================================================*/

.cabinet-section-content {
    padding: 80px 0;
}

.cabinet-section-content-teammember {
    background: #fdfbf5;
}

.cabinet-section-content-contact .left {
    background: #f7f7f7;
    padding: 30px;
    margin-right: 30px;
}

.cabinet-section-content-contact .h4 {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 30px;
}

.cabinet-section-content-contact .left .block:not(:last-child) {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f1e8e8;
}

.cabinet-section-content-contact .left .block p {
    font-size: 16px;
}

.cabinet-section-content-contact .left .block h4 i {
    color: var(--primary-color);
}

.cabinet-section-content-contact .left .block .map-link a {
    display: flex;
    color: #000000;
    font-weight: bold;
}

.cabinet-section-content-contact .left .block .map-link a img {
    max-width: 24px;
}

.cabinet-section-content-contact .left .social-icons ul li a {
    background: var(--primary-color);
    color: #ffffff;
    width: 40px;
    height: 40px;
}

.cabinet-section-content__map {
    margin-top: 70px;
}

/*===========================================================
TEMPLATE GALLERY STYLES
===========================================================*/

.cabinet-gallery {
    margin-bottom: 25px;
}

.cabinet-gallery > a img {
    height: 240px;
}

.category-tabs {
    margin-bottom: 20px;
}

.category-tabs ul li {
    margin-right: 15px;
    margin-bottom: 15px;
    background: #efefef;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.category-tabs ul li.active {
    background: var(--primary-color);
    color: var(--white-color);
}

.portfolio-block {
    margin-bottom: 20px;
}

.portfolio-block > a {
    display: block;
}

.portfolio-block > a img {
    height: 230px;
    object-fit: cover;
}

/*===========================================================
TEMPLATE ABOUT STYLES
===========================================================*/

.cabinet-section-content-about__header {
    padding-bottom: 40px;
    margin-bottom: 60px;
    border-bottom: 1px solid #ddd;
}

.welcome-thumb {
    margin-bottom: 80px;
}

.welcome-thumb img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}

.cabinet-section-content-about .content p:not(:last-child) {
    margin-bottom: 20px;
}

.cabinet-section-content-about .content ul {
    margin: 20px 0 0 30px;
}

.cabinet-section-content-about .content ul li {
    list-style-type: disc;
}

.cabinet-section-content-about .content ul li:not(:last-child) {
    margin-bottom: 10px;
}

.cabinet-section-content-about .section-heading h2 {
    font-size: 34px;
    font-weight: 600;
}

.cabinet-section-content-about__content .h4 {
    font-size: 24px;
    font-weight: 600;
}

.cabinet-section-content-about__content .thumbnail-img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cabinet-section-content-about-services {
    background: #e5e4e2;
}

.cabinet-section-content-about-services .box {
    padding: 30px 30px;
    border-radius: 6px;
    height: 100%;
}

.cabinet-section-content-about-services .box h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.cabinet-section-content-about-services .box p {
    font-size: 16px;
}

.cabinet-section-content-about__content h3 {
    font-size: 28px;
    margin-bottom: 15px;
}

.wp-block-button__link {
    background: var(--primary-color);
}

/*===========================================================
TEMPLATE PRODUCT STYLES
===========================================================*/

.cabinet-section-content-products .cabinet-section-content-about__content > .row:not(:last-child) {
    margin-bottom: 80px;
}

.cabinet-section-content-products .cabinet-section-content-about__content .content {
    padding-right: 40px;
}

.cabinet-section-content-products .cabinet-section-content-about__content > .row:nth-of-type(even) {
    flex-direction: row-reverse;
}

.cabinet-section-content-products .cabinet-section-content-about__content > .row:nth-of-type(even) .content {
    padding-right: 0px;
    padding-left: 40px;
}

.cabinet-section-content-products .cabinet-section-content-about__content .thumbnail-img {
    position: relative;
}

.cabinet-section-content-products .cabinet-section-content-about__content .thumbnail-img img {
    position: relative;
    z-index: 1;
}

.cabinet-section-content-products .cabinet-section-content-about__content .thumbnail-img::after {
    position: absolute;
    content: "";
    top: -15px;
    right: -15px;
    width: 200px;
    height: 230px;
    background: var(--primary-color);
}

.cabinet-section-content-products .cabinet-section-content-about__content > .row:nth-of-type(even) .thumbnail-img::after {
    right: auto;
    left: -15px;
}

/*===========================================================
TEMPLATE REVIEWS STYLES
===========================================================*/

.cabinet-section-content-reviews .row {
    row-gap: 20px;
}

.reviews-block {
    border-radius: 6px;
    padding: 20px 20px;
    height: 100%;
    background: #fcf8f8;
    border: 1px solid #f7eded;
    display: flex;
    align-items: flex-start;
}

.reviews-block .thumbnail-img {
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    background: #eee;
    border-radius: 100%;
    margin-right: 20px;
    padding: 10px;
}

.reviews-block h3 {
    font-size: 24px;
}

.reviews-block p {
    margin-bottom: 10px;
    font-size: 16px;
}

.reviews-block .star {
    font-size: 14px;
    color: var(--primary-color);
}

.reviews-block__desc {
    width: calc(100% - 80px);
}

.cabinet-section-content-about__content.our-values .section-heading {
    margin-bottom: 40px;
}

.cabinet-section-content-about__content.our-values .values-list .box {
    position: relative;
    padding-left: 85px;
}

.cabinet-section-content-about__content.our-values .values-list .box figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
}

.cabinet-section-content-about__content.our-values .values-list .box:not(:last-child) {
    margin-bottom: 30px;
}

.cabinet-section-content-about__content.our-values .values-list .box h4 {
    margin-bottom: 5px;
}

.cabinet-section-content-about__content.our-values .values-list .box p {
    font-size: 17px;
}

.cabinet-section-content-reviews h2 {
    font-size: 32px;
    margin-bottom: 30px;
}

.ti-footer {
    display: none;
}

.ti-widget.ti-goog {
    margin-bottom: 60px;
}


/*===========================================================
TEMPLATE BUILD GREEN STYLES
===========================================================*/

.cabinet-section-content-blocker .section-heading {
    margin-bottom: 40px;
}

.cabinet-section-content-blocker .content-block {
    border: 1.5px solid #d0eff2;
    padding: 30px 30px;
    border-radius: 5px;
    height: 100%;
}

.cabinet-section-content-blocker .content-block h4 {
    font-size: 26px;
    margin-bottom: 15px;
}

.cabinet-home-specialization-build .green-block {
    color: #f5e8e8;
}

.cabinet-home-specialization-build .green-block:not(:last-child) {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #484141;
}

.cabinet-home-specialization-build .green-block ul {
    margin: 15px 20px;
}

.cabinet-home-specialization-build .green-block ul li {
    list-style-type: disc;
}

.cabinet-home-specialization-build .green-block ul li:not(:last-child) {
    margin-bottom: 5px;
}

.cabinet-home-specialization-build .green-block h4 {
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    color: var(--white-color);
}

.green-block__title {
    position: relative;
}

.green-block__title span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 100px;
    opacity: 0.3;
    color: #544949;
    font-weight: bold;
    display: none;
}

.is-default-page .reviews-block {
    display: block;
    text-align: center;
}

.is-default-page .reviews-block:not(:last-child) {
    margin-bottom: 10px;
}

.is-default-page .reviews-block .thumbnail-img {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.is-default-page .reviews-block h3 {
    margin-bottom: 5px;
    font-size: 20px;
}

.is-default-page .reviews-block p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.is-default-page .reviews-block .reviews-block__desc {
    width: 100%;
}

.is-default-page .reviews-block .thumbnail-img img {
    max-width: 32px;
}

.is-default-page .content-area {
    padding-right: 50px;
    border-right: 1px solid #eee;
}

.is-default-page .content-area ul {
    margin-left: 20px;
}

.is-default-page .content-area ul li {
    list-style: disc;
}

.is-default-page .content-area p {
    margin-bottom: 15px;
}

.is-default-page h2 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 15px;
}

.is-default-page h3 {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 15px;
}

.is-default-page h4 {
    margin-bottom: 15px;
}

.is-default-page form .form-control {
    border: 1px solid #ddd;
    background: none !important;
}

aside.page-sidebar {
    padding-left: 10px;
}

.ti-widget.ti-goog .ti-review-content .ti-inner {
    font-family: 'Inter', sans-serif;
    font-size: 16px !important;
}

.thumbnail-img-nbif {
    max-width: 240px;
    margin: 60px 0 0;
    margin-left: -10px;
}

.figure-bbb {
    max-width: 160px;
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}

.owner-story {
    background: #f7f3f3;
    margin-bottom: 40px;
    max-width: 70%;
    margin: 0 auto 40px;
}

.owner-story .own-story__content {
    padding: 20px 0;
    padding-right: 30px;
}

.owner-story .own-story__content h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.owner-story .own-story__content ul {
    padding-left: 20px;
}

.owner-story .own-story__content ul li {
    list-style: disc;
    font-size: 16px;
}

.owner-story .own-story__content p {
    font-size: 16px;
}


/*===========================================================
OUR TEAM MEMBER STYLES
===========================================================*/

.cabinet-section-content-teammember .section-heading {
    margin-bottom: 50px;
}

.team-box .team-box__thumbnail {
    position: relative;
    margin-bottom: 20px;
}

.team-box .team-box__thumbnail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0) 21%, rgb(83 78 78 / 89%) 80.01%, #000);
}

.team-box p {
    font-size: 16px;
}

.team-box p.designation {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #ffffff;
    margin: 30px 30px;
    background: #b26f62;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 2px;
    font-weight: 500;
}

.page-template-template-area-guide .specialize-block .thumbnail-img svg {
    margin-bottom: 0;
}

.ti-widget.ti-goog .ti-reviews-container .ti-reviews-container-wrapper {
    justify-content: center;
}


/*===========================================================
RESPONSIVE MEDIA QUERIES
===========================================================*/

@media screen and (min-width: 1200px) {


    .cabinet-header__navigation ul li:not(:last-child), 
    .cabinet-footer__navigation ul li:not(:last-child) {
        margin-right: 30px;
    }

    .cabinet-header__navigation ul li a, 
    .cabinet-footer__navigation ul li a {
        font-size: 16px;
    }

}


@media screen and (min-width: 1200px) and (max-width: 1279px) {

    .cabinet-header .container {
        padding: 0 40px;
    }

    .cabinet-header .cabinet-btn {
        padding: 14px 22px;
        font-size: 14px;
    }

}

@media screen and (min-width: 1366px) {

    .cabinet-header__navigation ul li:not(:last-child), 
    .cabinet-footer__navigation ul li:not(:last-child) {
        margin-right: 34px;
    }

    .cabinet-header .container {
        padding: 0 30px;
    }

}

@media screen and (min-width: 1280px) {

    .cabinet-header .cabinet-btn {
        padding: 15px 22px;
        font-size: 16px;
    }

}

@media screen and (min-width: 1440px) {

    .cabinet-header__navigation ul li a, 
    .cabinet-footer__navigation ul li a {
        font-size: 16px;
    }

    .cabinet-header .cabinet-btn {
        padding: 18px 32px;
        font-size: 18px;
    }

}


@media screen and (min-width: 1600px) {

    .cabinet-header__navigation ul li a, 
    .cabinet-footer__navigation ul li a {
        font-size: 18px;
    }

}

@media screen and (min-width: 1600px) {

    .cabinet-header__navigation ul li:not(:last-child), 
    .cabinet-footer__navigation ul li:not(:last-child) {
        margin-right: 40px;
    }
}

@media screen and (max-width: 767px) {

    body {
        font-size: 16px;
    }

    h1 {
        font-size: 24px;
    }

    h2 {
        font-size: 28px;
        line-height: 1.1;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 20px;
    }

    .cabinet-btn {
        font-size: 16px;
        padding: 13px 22px;
    }

    .container {
        padding: 0 20px;
    }

    .section-heading .eyebrow {
        font-size: 16px;
    }

    .section-heading .eyebrow::before {
        width: 50px;
    }

    .section-heading .eyebrow {
        padding-left: 60px;
    }

    .thumb-overlay {
        top: -10px;
        right: -10px;
        width: 130px;
        height: 150px;
    }

    .form-group {
        margin-bottom: 10px;
    }

    .form-control {
        font-size: 14px;
        padding: 15px;
        height: 50px;
    }

    /*===========================================================
    PAGE HEADER STYLES
    ===========================================================*/

    .cabinet-header {
        padding: 20px 0;
    }

    .cabinet-header .container {
        padding: 0 20px;
    }

    .cabinet-header__button {
        display: none;
    }

    .cabinet-header__navigation {
        position: fixed;
        top: 0;
        right: -200px;
        height: 100%;
        width: 200px;
        background: #2c2723;
        padding: 20px 20px;
        z-index: 22;
        transition: all 0.3s ease;
    }

    .cabinet-header__logo > a p {
        font-size: 18px;
        line-height: 25px;
    }

    .cabinet-header__navigation.active {
        right: 0;
    }

    .cabinet-header__navigation ul li:not(:last-child), 
    .cabinet-footer__navigation ul li:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 10px;
    }

    .cabinet-header__logo img {
        max-width: 220px;
    }

    button.navbar-toggle {
        display: inline-block;
    }

    .cabinet-header__navigation ul li .sub-menu {
        display: none;
        position: static;
        transition: none;
        opacity: 1;
        visibility: visible;
        min-width: 100%;
        margin-bottom: 0px !important;
        transform: none !important;
    }

    .cabinet-header__navigation ul li .sub-menu li {
        margin-bottom: 0px !important;
    }

    .cabinet-header__navigation ul li .sub-menu li a {
        font-size: 14px;
        padding: 5px 10px;
    }

    span.sub-toggle {
        background: var(--primary-color);
        position: absolute;
        top: 10px;
        right: 0;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 13px;
        transform: rotate(90deg);
        color: #fff;
    }

    .cabinet-header__navigation ul li a {
        color: var(--white-color);
    }

    .cabinet-header__navigation > ul > li.current-menu-item > a, 
    .cabinet-footer__navigation > ul > li.current-menu-item > a {
        color: #ba9da5;
    }

    .cabinet-header__navigation ul > li.current-menu-item > a::after, 
    .cabinet-footer__navigation ul > li.current-menu-item > a::after {
        background: #ba9da5;
    }

    /*===========================================================
    HOMEPAGE BANNER STYLES
    ===========================================================*/

    .cabinet-home-banner {
        padding-bottom: 0;
        min-height: auto;
        overflow-y: hidden;
        height: 45vh;
    }

    .cabinet-home-banner__content {
        padding-right: 0px;
        margin-bottom: 0;
    }

    .cabinet-home-banner__thumbnail {
        margin-top: 10px;
    }

    .cabinet-home-banner__thumbnail img {
        height: 300px;
    }

    .cabinet-home-intro h2 {
        font-size: 26px;
    }

    .cabinet-home-banner__content p {
        display: none;
    }

    /*===========================================================
    HOMEPAGE INTRO STYLES
    ===========================================================*/

    .cabinet-home-intro {
        padding: 30px 0;
    }
    
    .cabinet-home-intro__thumbnail .thumbnail-img img {
        height: 300px;
    }

    .cabinet-home-intro__content {
        padding-left: 0px;
        padding-top: 20px;
    }

    .cabinet-home-intro__content p {
        font-size: 16px;
        line-height: 22px;
    }

    .cabinet-home-intro__content p:not(:last-child) {
        margin-bottom: 12px;
    }

    /*===========================================================
    SECTION HOME GALLERY STYLES
    ===========================================================*/

    .cabinet-home-gallery {
        padding: 30px 0;
    }

    .cabinet-home-gallery .gallery-block {
        height: auto;
        margin-bottom: 15px;
    }

    .cabinet-home-gallery .gallery-block img {
        height: 230px;
    }
    
    .cabinet-home-gallery .gallery-block .gallery-block__title {
        bottom: 15px;
        left: 15px;
        padding: 10px;
        font-size: 18px;
    }

    .gallery-block--blank::before {
        top: -10px;
        right: -10px;
        width: 100px;
        height: 130px;
    }

    /*===========================================================
    HOMEPAGE SPECIALIZE STYLES
    ===========================================================*/

    .cabinet-home-specialization {
        padding: 40px 0 20px;
    }

    .specialize-block {
        height: auto;
        margin-bottom: 10px;
        min-height: auto;
    }

    .specialize-block .thumbnail-img svg {
        max-width: 35px;
        margin-bottom: 0;
    }

    .specialize-block p {
        font-size: 15px;
        line-height: 20px;
    }

    /*===========================================================
    HOMEPAGE PRODUCTS STYLES
    ===========================================================*/

    .cabinet-home-products {
        padding: 40px 0 10px;
    }

    .product-col .product-col__thumbnail img {
        height: 300px;
    }

    .cabinet-home-products .product-col {
        margin-bottom: 15px;
    }

    .product-col__content {
        padding: 20px;
    }

    /*===========================================================
    CALL TO ACTION STYLES
    ===========================================================*/

    .cabinet-call-to-action {
        padding: 40px 0;
    }

    /*===========================================================
    PAGE FOOTER STYLES
    ===========================================================*/

    .cabinet-footer {
        padding: 30px 0;
    }

    .cabinet-footer__top .row [class*="col-"]:not(:last-of-type) .footer-contact-block {
        border-right: none;
        margin-right: 0px;
        margin-bottom: 15px;
    }

    .footer-contact-block .thumbnail-img {
        width: 30px;
    }

    .footer-contact-block .content h4 {
        font-size: 18px;
        margin-bottom: 2px;
    }

    .footer-contact-block .content p {
        font-size: 14px;
    }

    .cabinet-footer__top {
        margin-bottom: 40px;
    }

    .cabinet-footer__logo a {
        max-width: 180px;
    }

    .social-icons ul li a {
        width: 40px;
        height: 40px;
    }

    .cabinet-footer__middle {
        margin-bottom: 25px;
        padding-bottom: 0;
    }

    .cabinet-footer__bottom p {
        font-size: 14px;
    }

    /*===========================================================
    PAGE BANNER STYLES
    ===========================================================*/

    .cabinet-page-banner {
        height: 240px;
        padding: 40px 0 40px;
    }

    .cabinet-page-banner .h3 {
        font-size: 34px;
    }

    .cabinet-page-banner p {
        font-size: 14px;
    }

    .page-title span::after {
        top: 0px;
        left: -15px;
        border-right: 20px solid transparent;
        border-left: 0px solid transparent;
    }

    .thumbnail-bbb {
        position: static;
        max-width: 250px;
    }

    /*===========================================================
    PAGE CONTENT STYLES
    ===========================================================*/

    .cabinet-section-content {
        padding: 40px 0;
    }

    .cabinet-section-content-about .section-heading h2 {
        font-size: 30px;
    }

    .cabinet-section-content-about__header .content {
        padding-top: 20px;
    }

    .cabinet-section-content-about__header {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    .welcome-thumb {
        margin-bottom: 30px;
    }

    .welcome-thumb img {
        height: 280px;
    }

    .cabinet-section-content-about__content .thumbnail-img {
        margin-top: 30px;
    }

    .cabinet-section-content-about .content ul li:not(:last-child) {
        margin-bottom: 5px;
    }

    .cabinet-section-content-about-services .box {
        height: auto;
        margin-bottom: 10px;
        padding: 20px 20px;
    }

    .cabinet-section-content-about-services .box h3 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .cabinet-section-content-about-services .box p {
        font-size: 15px;
    }

    .cabinet-section-content-about-services {
        padding: 30px 0;
    }

    /*===========================================================
    SECTION HOME GALLERY STYLES
    ===========================================================*/

    .cabinet-section-content-gallery .row {
        margin: 0 -5px;
    }

    .cabinet-section-content-gallery .row [class*="col-"] {
        padding: 0 5px;
    }

    .cabinet-gallery {
        margin-bottom: 10px;
    }

    .cabinet-gallery > a img {
        height: 170px;
    }

    /*===========================================================
    SECTION PRODUCTS STYLES
    ===========================================================*/

    .cabinet-section-content-products .cabinet-section-content-about__content .content {
        padding-right: 0px;
    }

    .cabinet-section-content-products .cabinet-section-content-about__content > .row:nth-of-type(even) .content {
        padding-left: 0px;
    }

    .cabinet-section-content-products .cabinet-section-content-about__content .thumbnail-img::after {
        top: -10px;
        right: -10px;
        width: 150px;
        height: 180px;
    }

    .cabinet-section-content-products .cabinet-section-content-about__content > .row:not(:last-child) {
        margin-bottom: 40px;
    }

    .cabinet-section-content-products .cabinet-section-content-about__content > .row:nth-of-type(even) .thumbnail-img::after {
        left: -10px;
    }

    /*===========================================================
    TEMPLATE CONTACT STYLES 
    ===========================================================*/

    .cabinet-section-content-contact .right {
        margin-top: 30px;
    }

    .cabinet-section-content-contact .left .block p {
        font-size: 16px;
    }

    .cabinet-section-content-contact .h4 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    /*===========================================================
    TEMPLATE BUILD GREEN STYLES
    ===========================================================*/

    .cabinet-home-specialization-build {
        padding: 40px 0;
    }

    .cabinet-home-specialization-build .green-block h4 {
        margin-bottom: 5px;
        font-size: 24px;
        line-height: 32px;
    }

    .cabinet-home-specialization-build .green-block:not(:last-child) {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }

    .cabinet-section-content-blocker .section-heading {
        margin-bottom: 30px;
    }

    .cabinet-section-content-blocker .content-block {
        padding: 20px 20px;
        height: auto;
        margin-bottom: 15px;
    }

    .cabinet-section-content-blocker .content-block h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    /*===========================================================
    TEMPLATE GALLERY STYLES
    ===========================================================*/

    .category-tabs ul li {
        padding: 10px 15px;
        margin-right: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .thumbnail-img-nbif {
        max-width: 200px;
        margin: 20px 0 0;
        margin-left: -10px;
    }

    .is-default-page .content-area {
        padding-right: 0px;
        border-right: none;
    }

    .is-default-page h2 {
        font-size: 24px;
    }

    .is-default-page h3 {
        margin-bottom: 10px;
        font-size: 20px;
    }

    aside.page-sidebar {
        margin: 20px 0 0;
        padding-left: 0px;
    }

    .social-icons {
        margin: 15px 0 0;
    }

    .owner-story {
        max-width: 100%;
    }

    .owner-story .own-story__content ul li {
        font-size: 16px;
    }

    .owner-story .own-story__content {
        padding: 20px 20px;
    }

    .left-border {
        padding-left: 0;
        border-left: none;
    }

    .cabinet-footer .column {
        height: auto;
        margin-bottom: 30px;
    }
	
	.my-owl-nav {
		margin-bottom: 20px;
	}

    .my-owl-nav span {
        width: 40px;
		height: 40px;
    }

    .cabinet-section-content-about__content.our-values .section-heading {
        margin-bottom: 20px;
    }

    .team-box {
        margin-bottom: 30px;
    }

    .team-box .team-box__thumbnail {
        margin-bottom: 10px;
    }

    .team-box p.designation {
        margin: 15px 15px;
    }

    .cabinet-section-content-about__content.our-values .values-list .box p {
        font-size: 16px;
    }

    .portfolio-block {
        margin-bottom: 10px;
    }
    
    .portfolio-block > a img {
        height: 180px;
    }

    .cabinet-section-content-contact .left {
        margin-right: 0px;
    }

    .cabinet-section-content-reviews h2 {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .specialize-block > a {
        padding: 20px 20px;
    }
    

}

