/********** Template CSS **********/
:root {
    --primary: #c66a42;
    --light: #F8F8F8;
    --dark: #252525;
}

h1,
h2,
.h1,
.h2,
.fw-bold {
    font-weight: 600 !important;
}

h3,
h4,
.h3,
.h4,
.fw-medium {
    font-weight: 500 !important;
}

h5,
h6,
.h5,
.h6,
.fw-normal {
    font-weight: 400 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn-outline-body {
    color: var(--primary);
    border-color: #777777;
}

.btn-outline-body:hover {
    color: #FFFFFF;
    background: var(--primary);
    border-color: var(--primary);
}


/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 30px 0;
    color: var(--dark);
    font-weight: 900;
    /*text-transform: uppercase;*/
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: var(--dark);
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    transition: .5s;
    opacity: .3;
}

.header-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}

.page-header{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    color: var(--primary);
    font-weight: 600;
    letter-spacing: 5px;
    text-transform: uppercase;
}


/*** Facts ***/
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--dark);
}

.fact-item .fact-icon i {
    color: var(--primary);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}


/*** About & Feature ***/
.about-img,
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.about-img img,
.feature-img img {
    position: absolute;
    width: 60%;
    height: 80%;
    object-fit: cover;
}

.about-img img:last-child,
.feature-img img:last-child {
    margin: 20% 0 0 40%;
}

.about-img::before,
.feature-img::before {
    position: absolute;
    content: "";
    width: 60%;
    height: 80%;
    top: 10%;
    left: 20%;
    border: 5px solid var(--primary);
    z-index: -1;
}


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}


/*** Project ***/
.project .nav .nav-link {
    background: var(--light);
    transition: .5s;
}

.project .nav .nav-link.active {
    background: var(--primary);
}

.project .nav .nav-link.active h3 {
    color: #FFFFFF !important;
}


/*** Team ***/
.team-items {
    margin: -.75rem;
}

.team-item {
    padding: .75rem;
}

.team-item::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #FFFFFF;
    transition: .5s;
    z-index: -1;
}

.team-item:hover::after {
    height: 100%;
    background: var(--primary);
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    bottom: -20px;
    left: 0;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 2px;
    color: var(--primary);
    background: var(--light);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Appointment ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    display: flex !important;
    flex-direction: column-reverse;
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.testimonial-carousel .owl-dots .owl-dot {
    position: relative;
    width: 60px;
    height: 60px;
    margin: 0 5px;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot::after {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 40px;
    transition: .5s;
    opacity: 0;
}

.testimonial-carousel .owl-dots .owl-dot.active::after {
    opacity: 1;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .4;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #fff;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: #777777;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

/* =========================================================
   FUTURE SECTION
========================================================= */

.future-section {
    width: 100%;
    margin: 0;
    padding: 0;

    background: #4b5712;

    color: #fff;

    overflow: hidden;
}

.future-carousel {
    width: 100%;
    margin: 0;
    padding: 0;
}

.about-future {
     width: 100%;
    margin: 0;
    padding: 40px 0px 0px;

    background: #fff !important;

    color: #fff;

    overflow: hidden
}
.about-future p {
    color: #000 !important;
}

/* =========================================================
   COMMON SLIDE
========================================================= */

.future-slide {
    position: relative;
    width: 100%;
}
/* =========================================
   REMOVE SPACE BELOW FULL BACKGROUND SLIDES
========================================= */

.future-section .full-bg-slide {
    padding: 0 !important;
    margin: 0 !important;
}

.future-section .full-bg-slide .full-bg-content {
    margin-bottom: 0 !important;
}

.future-section .owl-carousel {
    margin-bottom: 0 !important;
}

.future-section .owl-stage-outer {
    margin-bottom: 0 !important;
}

.future-section .owl-stage {
    margin-bottom: 0 !important;
}

/* =========================================================
   SLIDE 1 & 2
   FULL BACKGROUND IMAGE
========================================================= */

.full-bg-slide {
    min-height: 604px;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    overflow: hidden;
}


/* =========================================================
   DARK IMAGE OVERLAY
========================================================= */

.full-bg-overlay {
    position: absolute;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    background: rgba(0, 0, 0, 0.48);

    z-index: 1;
}


/* Slightly stronger overlay on left side */

.full-bg-slide::after {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 70%;
    height: 100%;

    background: linear-gradient(
        90deg,
        rgba(0,0,0,0.65) 0%,
        rgba(0,0,0,0.38) 55%,
        rgba(0,0,0,0) 100%
    );

    z-index: 1;

    pointer-events: none;
}


/* =========================================================
   CONTENT
========================================================= */

.full-bg-content {
    position: relative;

    z-index: 3;

    width: 90%;
    max-width: 1200px;

    margin: 0 auto;

    padding-top: 90px;

    /*padding-bottom: 300px;*/
}


/* =========================================================
   SUB TITLE
========================================================= */

.full-bg-content .sub-title {
    display: inline-block;

    color: #d6cfb2;

    font-size: 13px;

    letter-spacing: 3px;

    text-transform: uppercase;

    margin-bottom: 18px;
}


/* =========================================================
   HEADING
========================================================= */

.full-bg-content h2 {
    max-width: 750px;

    margin: 0 0 28px;

    color: #fff;

    font-size: 55px;

    line-height: 1.05;

    font-weight: 700;
}


/* =========================================================
   PARAGRAPHS
========================================================= */

.full-bg-content p {
    max-width: 650px;

    margin: 0 0 18px;

    color: #f1f1f1;

    font-size: 18px;

    line-height: 1.7;
}
@media (max-width: 991px) {

    .future-section .full-bg-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .future-section .full-stat-box {
        min-height: 130px;
        padding: 25px 30px;
    }

}


@media (max-width: 600px) {

    .future-section .full-bg-stats {
        grid-template-columns: 1fr;
        display: none !important;
    }

    .future-section .full-stat-box {
        min-height: auto;

        padding: 22px 25px;

        border-right: none;

        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    .future-section .full-stat-box:last-child {
        border-bottom: none;
    }

}


/* =========================================================
   STATS
========================================================= */

/* =========================================================
   COMMON STATS - AFTER SLIDER
========================================================= */

.future-section .full-bg-stats {
    position: relative;

    width: 100%;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    margin: 0;
    padding: 0;

    z-index: 5;
}


.future-section .full-stat-box {
    min-height: 155px;

    padding: 30px 40px;

    box-sizing: border-box;

    background: #1c2b0a;

    border-right: 1px solid rgba(255,255,255,0.15);
}


.future-section .full-stat-box:last-child {
    border-right: none;
}


.future-section .full-stat-box h3 {
    margin: 0 0 18px;

    color: #fff;

    font-size: 42px;

    line-height: 1;

    font-weight: 700;
}


.future-section .full-stat-box span {
    display: block;

    color: #ddd;

    font-size: 14px;

    line-height: 1.5;
}

/* =========================================================
   STAT BOX
========================================================= */

.full-stat-box {
    min-height: 155px;

    padding: 30px 40px;

    box-sizing: border-box;

    background: rgba(20, 35, 8, 0.82);

    border-right: 1px solid rgba(255,255,255,0.15);

    backdrop-filter: blur(4px);
}

.full-stat-box:last-child {
    border-right: none;
}


/* =========================================================
   STAT NUMBER
========================================================= */

.full-stat-box h3 {
    margin: 0 0 18px;

    color: #fff;

    font-size: 42px;

    line-height: 1;

    font-weight: 700;
}


/* =========================================================
   STAT TEXT
========================================================= */

.full-stat-box span {
    display: block;

    color: #ddd;

    font-size: 14px;

    line-height: 1.5;
}


/* =========================================================
   SLIDE 3
========================================================= */

.normal-slide {
    background: #4b5712;

    /*padding: 0px 0 60px;*/
}


.normal-slide-inner {
    width: 90%;

    max-width: 1200px;

    margin: auto;
}


.normal-slide .future-content {
    max-width: 700px;

    margin-top: 50px;

    margin-bottom: 80px;

    padding-right: 40px;
}


.normal-slide .sub-title {
    display: inline-block;

    letter-spacing: 3px;

    font-size: 13px;

    color: #d6cfb2;

    text-transform: uppercase;

    margin-bottom: 20px;
}


.normal-slide .future-content h2 {
    font-size: 55px;

    line-height: 1;

    font-weight: 700;

    margin-bottom: 30px;

    color: #fff;
}


.normal-slide .future-content p {
    max-width: 650px;

    font-size: 18px;

    line-height: 1.6;

    color: #ece8d9;
}


.normal-slide .product-image {
    max-height: 427px;

    width: auto;

    object-fit: contain;

    /*margin-top: 50px;*/
}


/* =========================================================
   SLIDE 3 STATS
========================================================= */

.normal-slide .stats {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    margin-top: 40px;
}


.normal-slide .stat-box {
    background: #1c2b0a;

    padding: 40px;

    border-right: 1px solid rgba(255,255,255,.1);

    transition: .35s;
}


.normal-slide .stat-box:last-child {
    border-right: none;
}


.normal-slide .stat-box:hover {
    transform: translateY(-8px);
}


.normal-slide .stat-box h3 {
    font-size: 42px;

    margin-bottom: 15px;

    font-weight: 700;

    color: #fff;
}


.normal-slide .stat-box span {
    color: #d8d3c6;

    font-size: 15px;

    line-height: 1.6;
}


/* =========================================================
   OWL DOTS
========================================================= */

.future-carousel .owl-dots {
    position: absolute;

    z-index: 20;

    left: 50%;

    bottom: 175px;

    transform: translateX(-50%);
}


.future-carousel .owl-dot {
    width: 10px;

    height: 10px;

    padding: 0;

    border: none;

    border-radius: 50%;

    margin: 0 5px;

    background: #ccc;

    display: inline-block;
}


.future-carousel .owl-dot.active {
    width: 30px;

    border-radius: 10px;

    background: #c9a35c;
}


/* =========================================================
   OWL ARROWS
========================================================= */

.future-carousel .owl-nav {
    position: absolute;

    z-index: 20;

    right: 35px;

    bottom: 175px;

    display: flex;

    gap: 10px;
}


.future-carousel .owl-nav button {
    width: 45px;

    height: 45px;

    border: 1px solid #c9a35c !important;

    background: rgba(0,0,0,.25) !important;

    color: #c9a35c !important;

    border-radius: 50%;

    font-size: 22px !important;

    transition: .3s;
}


.future-carousel .owl-nav button:hover {
    background: #c9a35c !important;

    color: #fff !important;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .full-bg-slide {
        min-height: 750px;
    }

    .full-bg-content {
        width: 90%;

        padding-top: 70px;

        padding-bottom: 250px;
    }

    .full-bg-content h2 {
        font-size: 48px;
    }

    .full-bg-content p {
        font-size: 17px;
    }

    .full-bg-stats {
        grid-template-columns: repeat(2, 1fr);
    }

    .full-stat-box {
        min-height: 130px;

        padding: 25px 30px;
    }

    .full-stat-box h3 {
        font-size: 36px;
    }

    .normal-slide .future-content {
        padding-right: 0;

        margin-bottom: 30px;
    }

    .normal-slide .future-content h2 {
        font-size: 48px;
    }

    .normal-slide .product-image {
        max-height: 350px;
    }

    .normal-slide .stats {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .full-bg-slide {
        min-height: 900px;

        background-position: center;
    }

    .full-bg-slide::after {
        width: 100%;

        background: linear-gradient(
            180deg,
            rgba(0,0,0,.65),
            rgba(0,0,0,.25),
            rgba(0,0,0,.70)
        );
    }

    .full-bg-content {
        width: 90%;

        padding-top: 55px;

        padding-bottom: 450px;
    }

    .full-bg-content h2 {
        font-size: 38px;

        line-height: 1.08;
    }

    .full-bg-content p {
        font-size: 16px;

        line-height: 1.6;
    }

    .full-bg-stats {
        grid-template-columns: 1fr;
    }

    .full-stat-box {
        min-height: auto;

        padding: 20px 25px;

        border-right: none;

        border-bottom: 1px solid rgba(255,255,255,.15);
    }

    .full-stat-box h3 {
        font-size: 34px;

        margin-bottom: 10px;
    }

    .normal-slide {
        padding: 20px 0 50px;
    }

    .normal-slide-inner {
        width: 90%;
    }

    .normal-slide .future-content {
        margin-top: 30px;

        margin-bottom: 20px;
    }

    .normal-slide .future-content h2 {
        font-size: 38px;
    }

    .normal-slide .future-content p {
        font-size: 16px;
    }

    .normal-slide .product-image {
        max-height: 300px;

        margin-top: 10px;
    }

    .normal-slide .stats {
        grid-template-columns: 1fr;

        margin-top: 30px;
    }

    .normal-slide .stat-box {
        padding: 25px;

        border-right: none;

        border-bottom: 1px solid rgba(255,255,255,.1);
    }

    .future-carousel .owl-nav {
        position: static;

        justify-content: center;

        margin-top: 15px;
    }

    .future-carousel .owl-dots {
        position: static;

        transform: none;

        text-align: center;

        margin-top: 15px;
    }

}

.py-120{
    padding:120px 0;
}

.potato-format{
    background:#F8F4EC;
}

.section-subtitle{
    display:inline-block;
    font-size:13px;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#8d7d67;
    margin-bottom:18px;
}

/* .section-title{
    font-size:58px;
    line-height:1.1;
    font-weight:700;
    color:#2c241d;
    margin:0;
} */

.section-desc{
    color:#6f675d;
    line-height:1.9;
    font-size:16px;
}

.format-box{
    display:flex;
    align-items:flex-start;
    gap:25px;
    padding:35px 0;
    border-top:1px solid #d9d2c7;
    transition:.35s;
}

.format-box:hover{
    transform:translateX(8px);
}

.format-box img{
    width:130px;
    height:130px;
    border-radius:50%;
    object-fit:cover;
    flex-shrink:0;
}

.format-box h4{
    font-size:24px;
    margin-bottom:10px;
    color:#2c241d;
}

.format-box p{
    color:#6e665d;
    line-height:1.8;
    margin:0;
}

@media(max-width:991px){

.section-title{
    font-size:42px;
    margin-bottom:20px;
}

}

@media(max-width:767px){

.py-120{
    padding:70px 0;
}

.section-title{
    font-size:34px;
}

.format-box{
    flex-direction:column;
}

}

.market-section{
    background:#f8f4ec;
}

.py-120{
    padding:120px 0;
}

.section-heading{
    max-width:760px;
    margin:auto;
}

/* .sub-title{
    display:inline-block;
    font-size:13px;
    letter-spacing:3px;
    color:#f3f3f3;
    text-transform:uppercase;
    margin-bottom:15px;
} */

.section-heading h2{
    font-size:58px;
    line-height:1.1;
    color:#2b241e;
    margin-bottom:25px;
}

.section-heading p{
    color:#666;
    line-height:1.9;
    font-size:17px;
}

.service-card{
    border-top:1px solid #d8d0c5;
    padding-top:30px;
    transition:.4s;
}

.service-card:hover{
    transform:translateY(-8px);
}

.service-card span{
    display:block;
    font-size:36px;
    color:#8b7d63;
    margin-bottom:20px;
    font-weight:600;
}

.service-card h4{
    font-size:24px;
    color:#2b241e;
    margin-bottom:15px;
}

.service-card p{
    color:#666;
    line-height:1.8;
}

.theme-btn{
    display:inline-block;
    margin-top:30px;
    background:#b85d3b;
    color:#fff;
    text-decoration:none;
    padding:15px 38px;
    border-radius:40px;
    transition:.3s;
}

.theme-btn:hover{
    background:#924728;
    color:#fff;
}

@media(max-width:991px){

.section-heading h2{
    font-size:42px;
}

}

@media(max-width:767px){

.py-120{
    padding:70px 0;
}

.section-heading h2{
    font-size:32px;
}

.service-card{
    text-align:center;
}

}
.brand-showcase{
    background:#3d5433;
    padding:120px 0;
    overflow:hidden;
}

.section-tag{
    display:inline-block;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:3px;
    color:#fff;
    margin-bottom:18px;
}

.brand-title{
    font-size:60px;
    line-height:1.05;
    color:#fff;
    font-weight:700;
    margin-bottom:25px;
}

.brand-text{
    font-size:17px;
    line-height:1.9;
    color:#fff;
    max-width:520px;
    margin-bottom:35px;
}

.brand-btn{
    display:inline-block;
    padding:16px 40px;
    border-radius:50px;
    background:#B14D34;
    color:#fff;
    text-decoration:none;
    transition:.35s;
}

.brand-btn:hover{
    background:#8d3b28;
    color:#fff;
}

.product-image{
    max-width:520px;
    border-radius:20px;
    /*height: 500px;*/
    /*margin-top: 50px;*/
    object-fit:cover;
}

.brand-stats{
    margin-top:80px;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    border:1px solid rgb(255 255 255 / 20%);
}

.stat-item{
    padding:35px;
    border-right:1px solid rgb(255 255 255 / 20%);
}

.stat-item:last-child{
    border-right:none;
}

.stat-item h3{
    font-size:42px;
    font-weight:700;
    color:#fff;
    margin-bottom:10px;
}

.stat-item span{
    font-size:15px;
    color:#fff;
}

@media(max-width:991px){

.brand-title{
    font-size:42px;
}

.brand-stats{
    grid-template-columns:repeat(2,1fr);
}

.stat-item:nth-child(2){
    border-right:none;
}

.stat-item:nth-child(1),
.stat-item:nth-child(2){
    border-bottom:1px solid rgba(0,0,0,.2);
}

}

@media(max-width:767px){

.brand-showcase{
    padding:80px 0;
}

.brand-title{
    font-size:34px;
}

.brand-stats{
    grid-template-columns:1fr;
}

.stat-item{
    border-right:none;
    border-bottom:1px solid rgba(0,0,0,.2);
}

.stat-item:last-child{
    border-bottom:none;
}

.product-image{
    max-width:100%;
}

}

.innovation-section{
    position:relative;
    background:url("../img/whyus.jpg") center center/cover no-repeat;
    padding:140px 0 60px;
    color:#fff;
}

.innovation-section .overlay{
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.55);
}

.innovation-section .container{
    position:relative;
    z-index:2;
}

.innovation-content{
    max-width:650px;
    margin-bottom:90px;
}

.innovation-content .section-subtitle{
    display:inline-block;
    color:#d8d8d8;
    font-size:13px;
    text-transform:uppercase;
    letter-spacing:3px;
    margin-bottom:18px;
}

.innovation-content h2{
    font-size:60px;
    line-height:1.1;
    font-weight:700;
    margin-bottom:25px;
    color: #fff;
}

.innovation-content p{
    color:#f0f0f0;
    font-size:17px;
    line-height:1.9;
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
}

.feature-card{
    background:rgba(255,255,255,.08);
    backdrop-filter:blur(8px);
    border:1px solid rgba(255,255,255,.15);
    padding:35px;
    transition:.35s;
}

.feature-card:hover{
    transform:translateY(-10px);
    background:rgba(255,255,255,.14);
}

.feature-card h4{
    font-size:24px;
    margin-bottom:15px;
    color:#fff;
}

.feature-card p{
    color:#ddd;
    line-height:1.8;
    margin:0;
}

@media(max-width:991px){

.feature-grid{
    grid-template-columns:repeat(2,1fr);
}

.innovation-content h2{
    font-size:44px;
}

}

@media(max-width:767px){

.innovation-section{
    padding:80px 0;
}

.innovation-content{
    margin-bottom:50px;
}

.innovation-content h2{
    font-size:34px;
}

.feature-grid{
    grid-template-columns:1fr;
}

.feature-card{
    padding:25px;
}

}

.blog-section{
    background:#F8F4EC;
    padding:120px 0;
}

.section-subtitle{
    display:inline-block;
    font-size:13px;
    letter-spacing:3px;
    text-transform:uppercase;
    color:#FFC107;
    margin-bottom:15px;
}

/* .section-title{
    font-size:58px;
    line-height:1.1;
    color:#2b241d;
    font-weight:700;
} */

.view-btn{
    display:inline-block;
    padding:15px 35px;
    background:#232323;
    color:#fff;
    text-decoration:none;
    border-radius:50px;
    transition:.3s;
}

.view-btn:hover{
    background:#b44f33;
    color:#fff;
}

.blog-card{
    background:#fff;
    overflow:hidden;
    transition:.35s;
    border-radius:16px;
}

.blog-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(0,0,0,.08);
}

.blog-image{
    position:relative;
    overflow:hidden;
}

.blog-image img{
    width:100%;
    height:280px;
    object-fit:cover;
    transition:.5s;
}

.blog-card:hover img{
    transform:scale(1.08);
}

.blog-date{
    position:absolute;
    top:20px;
    left:20px;
    background:#F4D22E;
    color:#222;
    padding:10px 16px;
    font-weight:700;
    border-radius:50px;
    font-size:13px;
}

.blog-content{
    padding:30px;
}

.blog-category{
    display:inline-block;
    font-size:13px;
    color:#9c8b72;
    text-transform:uppercase;
    letter-spacing:2px;
    margin-bottom:15px;
}

.blog-content h3{
    font-size:26px;
    line-height:1.4;
    color:#2b241d;
    margin-bottom:25px;
}

.blog-content a{
    color:#b44f33;
    font-weight:600;
    text-decoration:none;
}

.blog-content a:hover{
    color:#000;
}

@media(max-width:991px){

.section-title{
    font-size:42px;
    margin-bottom:20px;
}

.view-btn{
    margin-top:20px;
}

}

@media(max-width:767px){

.blog-section{
    padding:80px 0;
}

.section-title{
    font-size:34px;
}

.blog-image img{
    height:220px;
}

.blog-content{
    padding:25px;
}

.blog-content h3{
    font-size:22px;
}

}


.certification-section{
    background:#F8F4EC;
    padding:60px 0 60px;
}

.certification-item{
    position:relative;
    padding-top:25px;
    text-align: -webkit-center;
}

.certification-item::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:1px;
    /*background:#bcb4aa;*/
}

.certification-logo{
    width:110px;
    height:110px;
    border-radius:50%;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow:0 8px 20px rgba(0,0,0,.08);
    margin-bottom:25px;
}

.certification-logo img{
    width:60px;
    max-width:100%;
    /*border-radius: 50%;*/
}

.certification-content h4{
    font-size:24px;
    font-weight:600;
    color:#2b241d;
    margin-bottom:15px;
}

.certification-content p{
    font-size:15px;
    line-height:1.8;
    color:#6f675d;
    margin:0;
}

@media(max-width:991px){

.certification-item{
    margin-bottom:40px;
}

}

@media(max-width:767px){

.certification-section{
    padding:70px 0;
}

.certification-logo{
    width:70px;
    height:70px;
}

.certification-content h4{
    font-size:20px;
}

}

.producer-section{
    position:relative;
    padding:140px 0;
    background:url("../img/banner-2.jpg") center center/cover no-repeat;
    overflow:hidden;
}

.producer-overlay{
    position:absolute;
    inset:0;
    background:rgba(32,23,15,.55);
}

.producer-section .container{
    position:relative;
    z-index:2;
}

.producer-subtitle{
    display:inline-block;
    color:#d8d0c3;
    font-size:13px;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:20px;
}

.producer-title{
    font-size:58px;
    line-height:1.08;
    color:#fff;
    font-weight:700;
    margin-bottom:30px;
    max-width:600px;
}

.producer-text{
    max-width:560px;
    color:rgba(255,255,255,.88);
    line-height:1.9;
    font-size:17px;
    margin-bottom:40px;
}

.producer-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:16px 40px;
    background:#C66A42;
    color:#fff;
    border-radius:50px;
    text-decoration:none;
    transition:.35s;
}

.producer-btn:hover{
    background:#a85432;
    color:#fff;
    transform:translateY(-3px);
}

@media(max-width:991px){

.producer-section{
    padding:100px 0;
}

.producer-title{
    font-size:42px;
}

}

@media(max-width:767px){

.producer-section{
    padding:80px 0;
}

.producer-title{
    font-size:34px;
}

.producer-text{
    font-size:16px;
}

.producer-btn{
    padding:14px 32px;
}

}

.timeline-section{
    background:#4B3528;
    color:#fff;
    padding:120px 0;
    overflow:hidden;
}

.timeline-header{
    max-width:700px;
    margin-bottom:80px;
}

.timeline-title{
    font-size:56px;
    line-height:1.1;
    margin:20px 0;
    font-weight:700;
    color: #fff;
}

.timeline-text{
    color:rgba(255,255,255,.75);
    max-width:600px;
    line-height:1.8;
}

.timeline{
    position:relative;
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:30px;
}

.timeline-line{
    position:absolute;
    top:18px;
    left:0;
    right:0;
    height:2px;
    background:rgba(255,255,255,.2);
}

.timeline-item{
    position:relative;
    z-index:2;
}

.timeline-dot{
    width:18px;
    height:18px;
    border-radius:50%;
    background:#C66A42;
    margin-bottom:25px;
    border:4px solid #4B3528;
}

.timeline-dot.active{
    background:#D6C15C;
}

.timeline-item h4{
    font-size:28px;
    margin-bottom:15px;
    color:#D6C15C;
}

.timeline-item h6 {
    color: #fff !important;
}

.timeline-item p{
    color:rgba(255,255,255,.75);
    font-size:15px;
    line-height:1.8;
}

@media(max-width:991px){

.timeline{
    grid-template-columns:repeat(2,1fr);
    row-gap:60px;
}

.timeline-line{
    display:none;
}

.timeline-title{
    font-size:42px;
}

}

@media(max-width:767px){

.timeline-section{
    padding:80px 0;
}

.timeline{
    grid-template-columns:1fr;
}

.timeline-title{
    font-size:32px;
}

.timeline-item{
    border-left:2px solid rgba(255,255,255,.2);
    padding-left:25px;
}

.timeline-dot{
    position:absolute;
    left:-11px;
    top:0;
    margin:0;
}

}

.faq-section{
    background:#F8F4EC;
    padding:120px 0;
}

.faq-heading{
    max-width:700px;
    margin-bottom:70px;
}

.faq-heading h2{
    font-size:56px;
    line-height:1.1;
    color:#2b241d;
    margin-top:15px;
}

.faq-wrapper{
    border-top:1px solid #d6cec3;
}

.faq-item{
    border-bottom:1px solid #d6cec3;
}

.faq-question{
    width:100%;
    border:0;
    background:none;
    padding:28px 0;
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:22px;
    font-weight:600;
    cursor:pointer;
    color:#2b241d;
}

.faq-question span{
    font-size:30px;
    color:#B45A38;
    transition:.3s;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease;
}

.faq-answer p{
    padding-bottom:30px;
    color:#666;
    line-height:1.9;
    max-width:900px;
}

.faq-item.active .faq-answer{
    max-height:250px;
}

.faq-item.active .faq-question span{
    transform:rotate(180deg);
}

@media(max-width:991px){

.faq-heading h2{
    font-size:42px;
}

}

@media(max-width:767px){

.faq-section{
    padding:80px 0;
}

.faq-heading h2{
    font-size:32px;
}

.faq-question{
    font-size:18px;
}

}
.bg-lightyellow {
    background-color: #f8f4ec;
}

.pb-50{
    padding-bottom: 50px;
}


.product-showcase{
    background:#f8f9fb;
}

.showcase-subtitle{
    display:inline-block;
    color:#c66a42;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
}

.showcase-title{
    font-size:42px;
    font-weight:700;
    margin:15px 0;
}

.showcase-text{
    max-width:700px;
    margin:auto;
    color:#666;
}

.showcase-card{
    position:relative;
    overflow:hidden;
    border-radius:18px;
    cursor:pointer;
    height:420px;
}

.showcase-card img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.6s;
}

.showcase-overlay{
    position:absolute;
    inset:0;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    padding:35px;
    background:linear-gradient(to top,
    rgba(0,0,0,.85),
    rgba(0,0,0,.05));
    transition:.5s;
}

.showcase-overlay h4{
    color:#fff;
    margin-bottom:15px;
    font-size:26px;
    transform:translateY(20px);
    transition:.4s;
}

.showcase-btn{
    display:inline-block;
    width:fit-content;
    padding:12px 26px;
    border-radius:40px;
    background:#c66a42;
    color:#fff;
    text-decoration:none;
    transform:translateY(70px);
    opacity:0;
    transition:.4s;
}

.showcase-card:hover img{
    transform:scale(1.12);
}

.showcase-card:hover .showcase-btn{
    transform:translateY(0);
    opacity:1;
}

.showcase-card:hover .showcase-overlay a:hover{
    color: #fff; 
}

.showcase-card:hover .showcase-overlay h4{
    transform:translateY(0);
}

/* .showcase-card::after{
    content:"";
    position:absolute;
    width:100%;
    height:100%;
    inset:0;
    border:2px solid rgba(255,255,255,.25);
    border-radius:18px;
    transform:scale(.92);
    opacity:0;
    transition:.4s;
} */

.showcase-card:hover::after{
    opacity:1;
    transform:scale(.96);
}

@media(max-width:768px){

.showcase-title{
    font-size:30px;
}

.showcase-card{
    height:320px;
}

}

.vm-section{
    background:#f8f9fb;
}

.vm-subtitle{
    color:#c66a42;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
}

.vm-title{
    font-size:42px;
    font-weight:700;
    margin:15px 0;
    color:#1d3557;
}

.vm-desc{
    max-width:720px;
    margin:auto;
    color:#666;
}

.vm-card{
    background:#fff;
    padding:45px 35px;
    border-radius:20px;
    position:relative;
    overflow:hidden;
    transition:.4s;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.vm-card:hover{
    transform:translateY(-10px);
}

.vm-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:6px;
    height:100%;
    transition:.4s;
}

.vision-card::before{
    background:#4b5712;
}

.mission-card::before{
    background:#c66a42;
}

.vm-icon{
    width:75px;
    height:75px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    color:#fff;
    margin-bottom:25px;
}

.vision-card .vm-icon{
    background:#4b5712;
}

.mission-card .vm-icon{
    background:#c66a42;
}

.vm-card h3{
    font-size:30px;
    margin-bottom:20px;
    color:#1d3557;
}

.vm-card p{
    color:#666;
    line-height:1.9;
}

.vm-card:hover .vm-icon{
    transform:rotate(360deg);
    transition:.7s;
}

@media(max-width:768px){

.vm-title{
    font-size:32px;
}

.vm-card{
    padding:35px 25px;
}

.vm-card h3{
    font-size:26px;
}

}

.cert-section{
    background:#f7f9fc;
}

.cert-subtitle{
    color:#c66a42;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:1px;
}

.cert-title{
    font-size:42px;
    font-weight:700;
    color:#16324f;
    margin:15px 0;
}

.cert-desc{
    max-width:700px;
    margin:auto;
    color:#666;
}

.cert-card{
    background:#fff;
    padding:35px 25px;
    border-radius:18px;
    text-align:center;
    transition:.4s;
    border:1px solid #eee;
    height:100%;
    position:relative;
    overflow:hidden;
}

.cert-card::before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:#c66a42;
    transform:scaleX(0);
    transition:.4s;
}

.cert-card:hover::before{
    transform:scaleX(1);
}

.cert-card img{
    width:90px;
    height:90px;
    object-fit:contain;
    margin-bottom:20px;
    transition:.4s;
}

.cert-card:hover img{
    transform:scale(1.1) rotate(5deg);
}

.cert-card h5{
    font-weight:700;
    color:#16324f;
    margin-bottom:8px;
}

.cert-card span{
    color:#777;
    font-size:15px;
}

.cert-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.10);
}

@media(max-width:768px){

.cert-title{
    font-size:32px;
}

.cert-card{
    padding:30px 20px;
}

}

.sub-product-section{
    background:#f8fafc;
}

.sub-heading{
    color:#c66a42;
    text-transform:uppercase;
    font-weight:600;
    letter-spacing:1px;
}

/* .sub-title{
    font-size:42px;
    font-weight:700;
    margin:15px 0;
    color:#16324f;
} */

.sub-text{
    max-width:700px;
    margin:auto;
    color:#666;
}

.sub-product-card{
    display:flex;
    align-items:center;
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    box-shadow:0 10px 35px rgba(0,0,0,.08);
    transition:.4s;
    height:100%;
}

.sub-product-card:hover{
    transform:translateY(-8px);
}

.sub-product-img{
    width:220px;
    flex-shrink:0;
    overflow:hidden;
}

.sub-product-img img{
    width:100%;
    height:240px;
    object-fit:cover;
    transition:.5s;
}

.sub-product-card:hover img{
    transform:scale(1.08);
}

.sub-product-content{
    padding:30px;
}

.sub-product-content h4{
    font-size:24px;
    color:#16324f;
    margin-bottom:15px;
}

.sub-product-content p{
    color:#666;
    margin-bottom:20px;
    line-height:1.7;
}

.sub-btn{
    display:inline-block;
    color:#c66a42;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.sub-btn:hover{
    letter-spacing:1px;
    color:#16324f;
}

@media(max-width:768px){

.sub-product-card{
    flex-direction:column;
}

.sub-product-img{
    width:100%;
}

.sub-product-img img{
    height:220px;
}

/* .sub-title{
    font-size:32px;
} */

.sub-product-content{
    padding:25px;
}

}


.product-detail-section,
.overview-section,
.variant-section,
.specification-section{
    padding:90px 0;
}

/*====================================
SECTION TITLE
====================================*/

.section-title span{
    color:var(--primary);
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:1px;
    display:block;
    margin-bottom:10px;
}

.section-title h2{
    font-size:42px;
    font-weight:700;
    color:var(--secondary);
    margin-bottom:15px;
}

.section-title p{
    color:var(--text);
    max-width:700px;
    margin:auto;
}

/*====================================
PRODUCT GALLERY
====================================*/

.main-product-image{
    overflow:hidden;
    border-radius:18px;
    background:#fff;
    border:1px solid var(--border);
}

.main-product-image img{
    width:100%;
    transition:.5s;
}

.main-product-image:hover img{
    transform:scale(1.05);
}

.product-thumbnails{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.product-thumbnails img{
    width:90px;
    height:90px;
    object-fit:cover;
    border-radius:12px;
    cursor:pointer;
    border:2px solid transparent;
    transition:.3s;
}

.product-thumbnails img:hover{
    border-color:var(--primary);
    transform:translateY(-4px);
}

.product-thumbnails img.active{
    border-color:var(--primary);
}

/*====================================
PRODUCT INFO
====================================*/

.product-tag{
    display:inline-block;
    background:var(--primary);
    color:#fff;
    padding:8px 18px;
    border-radius:50px;
    font-size:14px;
    margin-bottom:20px;
}

.product-title{
    font-size:42px;
    font-weight:700;
    color:var(--secondary);
    margin-bottom:20px;
}

.product-short-desc{
    color:var(--text);
    line-height:1.8;
    margin-bottom:30px;
}

.product-features{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:15px;
    margin-bottom:30px;
}

.product-features div{
    font-weight:500;
    color:#333;
}

.product-features i{
    color:#28a745;
    margin-right:8px;
}

.product-info-list{
    border-top:1px solid var(--border);
    border-bottom:1px solid var(--border);
    padding:20px 0;
    margin-bottom:30px;
}

.product-info-list div{
    padding:10px 0;
    color:var(--text);
}

.product-info-list strong{
    color:#222;
}

.btn-warning{
    background:var(--primary);
    border:none;
    color: #fff !important;
}

.btn-warning:hover{
    background:#e86f00;
}

.btn-outline-dark:hover{
    background:var(--secondary);
    color: #000;
}

/*====================================
OVERVIEW
====================================*/

.overview-section{
    background:#fafafa;
}

.overview-section p{
    color:var(--text);
    line-height:1.9;
    margin-bottom:20px;
}

.overview-list{
    list-style:none;
    padding:0;
    margin:0;
}

.overview-list li{
    padding:14px 20px;
    margin-bottom:12px;
    background:#fff;
    border-left:4px solid var(--primary);
    border-radius:8px;
    font-weight:500;
    transition:.3s;
}

.overview-list li:hover{
    transform:translateX(6px);
    background:#fff6ef;
}

/*====================================
VARIANT SECTION
====================================*/

.variant-card{
    background:#fff;
    border-radius:18px;
    overflow:hidden;
    text-align:center;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
    transition:.35s;
    height:100%;
}

.variant-card:hover{
    transform:translateY(-8px);
}

.variant-card img{
    width:100%;
    height:240px;
    object-fit:cover;
    transition:.5s;
}

.variant-card:hover img{
    transform:scale(1.08);
}

.variant-card h5{
    font-size:22px;
    font-weight:600;
    color:var(--secondary);
    padding:20px 15px 10px;
}

.variant-card a{
    display:inline-block;
    margin-bottom:25px;
    color:var(--primary);
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.variant-card a:hover{
    letter-spacing:1px;
}

/*====================================
SPECIFICATION TABLE
====================================*/

.specification-section{
    background:#fafafa;
}

.specification-section table{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.specification-section th{
    width:35%;
    background:var(--secondary);
    color:#424242;
    padding:16px;
    font-weight:600;
}

.specification-section td{
    padding:16px;
    color:var(--text);
}

.specification-section tr:nth-child(even) td{
    background:#f7f7f7;
}

.specification-section table{
    border-collapse:collapse;
}

.specification-section table td,
.specification-section table th{
    border:1px solid #e5e5e5;
}

/*====================================
BUTTONS
====================================*/

.btn{
    border-radius:40px;
    padding:12px 28px;
    font-weight:600;
    transition:.3s;
}

/*====================================
RESPONSIVE
====================================*/

@media(max-width:991px){

.product-title{
    font-size:34px;
}

.section-title h2{
    font-size:34px;
}

.variant-card img{
    height:220px;
}

}

@media(max-width:767px){

.product-detail-section,
.overview-section,
.variant-section,
.specification-section{
    padding:60px 0;
}

.product-title{
    font-size:28px;
}

.section-title h2{
    font-size:28px;
}

.product-features{
    grid-template-columns:1fr;
}

.product-thumbnails{
    justify-content:center;
}

.product-thumbnails img{
    width:70px;
    height:70px;
}

.variant-card img{
    height:200px;
}

.specification-section th,
.specification-section td{
    font-size:14px;
    padding:12px;
}

.btn{
    /*width:100%;*/
    margin-bottom:12px;
}

.btn-outline-dark{
    margin-left:0 !important;
}

}
/* Main Image */
.gallery-item img{
    width:100%;
    height:500px;
    object-fit:cover;
    border-radius:15px;
}

/* Thumbnail */
.thumb-item{
    padding:5px;
}

.thumb-item img{
    width:100%;
    height:90px;
    object-fit:cover;
    border-radius:10px;
    cursor:pointer;
    border:2px solid transparent;
    transition:.3s;
}

.thumb-item.current img{
    border-color:#ff7a00;
}

.thumb-item img:hover{
    border-color:#ff7a00;
    transform:scale(1.05);
}

.wp{
  position:fixed;
  width:65px;
  height:46px;
  bottom:120px;
  right:20px;
  background-color:#25d366;
  color:#FFF;
  border-radius:50px;
  text-align:center;
    font-size:30px;
  box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.wp:hover .fa{color:#fff;}
.wp a{color:#FFF;}
.my-float{margin-top:16px;}



.wp1{
  position:fixed;
  width:65px;
  height:46px;
  bottom:180px;
  right:20px;
  background-color:#fcb415;
  color:#FFF;
  border-radius:50px;
  text-align:center;
    font-size:30px;
  box-shadow: 2px 2px 3px #999;
    z-index:100;
}
.wp1:hover .fa{color:#fff;}
.wp1 a{color:#FFF;}
.my-float1{margin-top:16px;}

.text-yellow {
    color: #fcb415 !important;
}
.mt-50 {
    margin-top: 50px;
}
.navbar-brand {
    padding-top: 6px !important;
}