@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&family=Roboto&display=swap');


:root {
  --primary-font: "Playfair Display", serif;
  --secoundary-font: "Roboto", sans-serif;
}
html {
  scroll-behavior: smooth;
}
.banner-sec .container-fluid {
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: var(--primary-font);
    color: #202020;
    font-weight: 600;
}
div#videoModal {
    cursor: default;
}
.spacer {
    padding: 4em 0em;
}
a:focus {
    outline: none !important;
}

figure {
    margin: 0 !important;
}
.banner-sec h3 {
    font-family: var(--primary-font);
}

@keyframes slide-in-up {
    0% {
        transform: translateY(100%);
    }
    100% {
        transform: translateY(0);
    }
}
/*woocomerce form css Start*/
.woocommerce-button {
    background-color: #211e1c !important;
    color: #ffffff !important;
    height: 50px;
    width: 100%;
    transition: all 0.3s 
ease-in;
    border-radius: 0 !important;
    text-transform: uppercase;
    padding: 0 !important;
}
.woocommerce-form input {
    border: 1px solid #e5e5e5 !important;
    padding: 10px !important;
    border-radius: 0 !important;
}
.woocommerce-button:hover {
    background-color: #dd6b33 !important;
}
.woocommerce h2 {
    font-size: 36px;
    margin: 0;
    font-style: italic;
    padding-bottom: 20px;
}
.woocommerce-form {
    margin: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #e5e5e5 !important;
}
.woocommerce-error {
    padding: 1em 2em 1em 3.5em !important;
    margin: 0 0 2em !important;
}
.woocommerce-MyAccount-navigation-link a {
    font-size: 22px;
    padding-bottom: 15px;
    display: block;
    transition: all 0.3s 
ease-in;
    font-family: var(--primary-font);
    color: #202020;
}

/* 🔹 Sidebar Navigation */
.woocommerce-MyAccount-navigation {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.woocommerce-MyAccount-navigation ul {
    border: 1px solid #e5e5e5;
}

.woocommerce-MyAccount-navigation li {
    border-bottom: 1px solid #e5e5e5;
}
.woocommerce-MyAccount-navigation li:last-child {
    border-bottom: none;
}

.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 14px 20px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-navigation-link a:hover {
    background: #dd6b33;
    color: #fff;
}

/* 🔹 Active Menu Item */
.woocommerce-MyAccount-navigation-link.is-active a {
    background: #dd6b33;
    color: #fff;
}

/* 🔹 Dashboard Content */
.woocommerce-MyAccount-content {
    background: #dd6b33;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 30px;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3 {
    color: #222;
    font-weight: 600;
    margin-bottom: 15px;
}

.woocommerce-MyAccount-content p {
    color: #fff;
    line-height: 1.6;
}
.woocommerce-MyAccount-content a {
    color: #fff !important;
}
.woocommerce-MyAccount-content a:hover {
    color: #fff !important;
}
/*woocomerce form css End*/

.banner-area-sec .banner-item .banner-inner_img:hover img {
    animation: slide-in-up 1s linear infinite alternate both;
}

.banner-sec figure {
    margin: 0;
}
a, a:hover, a:focus, a:active, button, button:focus, .btn, .btn:focus, input, input:focus, select, textarea, .slick-slide {
    text-decoration: none;
    outline: 0;
}
.img-zoom_effect:before {
    background-color: #000;
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
    pointer-events: none;
    z-index: 1;
}
.img-zoom_effect {
  overflow: hidden; 
  position: relative;
  transition: all 0.3s 
ease-in;
}

.img-zoom_effect img {
  transition: transform 5s ease;
  display: block;
  width: 100%;
  height: auto;
}

.img-zoom_effect:hover img {
  transform: scale(1.2); /* zoom in */
}

.banner-item.img-zoom_effect:hover:before {
    opacity: 0.4;
    transition: all 0.3s 
ease-in;
}
.banner-item.img-zoom_effect:before {
    opacity: 0.1;
}
#primary {
    margin-top: 2em !important;
}
.woocommerce-result-count {
    display: none;
}
.woocommerce-ordering {
    display: none;
}
/*Banner-item 1 css*/
.banner-img img {
    width: 100%;
}
.banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    z-index: 1;
}
.banner-text h3 {
    color: #ffffff;
    font-size: 60px;
    line-height: 78px;
    font-weight: 600;
}
.banner-item {
    position: relative;
    cursor: pointer;
}
.banner-text p {
    font-size: 28px;
    line-height: 36.4px;
    color: #fff;
    font-style: italic;
    margin: 0;
    font-family: var(--primary-font);
}
.banner-item .img-border-with_text:before {
    border: 10px solid #ffffff;
    content: "";
    position: absolute;
    width: calc(100% - 120px);
    height: calc(100% - 30px);
    top: 60px;
    left: 60px;
        z-index: 1;
}
div#open-menu {
    display: none;
}
.primary-btn {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
    background-color: #ffffff;
    color: #211e1c !important;
    width: 175px;
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s 
ease-in;
    font-weight: 400;
    pointer-events: visible;
    font-size: 16px;
    font-family: var(--secoundary-font);
}
.banner-btn_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 35px;
}
.primary-btn:hover {
    background-color: #211e1c;
    color: #ffffff !important;
}

/*Banner-item 2 css*/
.right-center_text .banner-content {
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    z-index: 1;
}
.banner-content h3 {
    font-size: 66px;
    line-height: 85.8px;
    color: #202020;
    font-weight: 600;
}
.banner-content h3 span {
    font-style: italic;
}
.product-offer {
    font-size: 26px;
    color: #202020;
    font-weight: 400;
    font-family: var(--secoundary-font);
}

/*Banner-item 3 css*/
.top-center_text {
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.top-center_text h3 {
    font-family: var(--primary-font);
    color: #202020;
    font-weight: 600;
}

/*Banner-item 4 css*/
.inner-img_wrap .inner-img {
    position: absolute;
    top: 50%;
    left: 40px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

/*Banner-item 5 css*/
.banner-item .left-center_text {
    position: absolute;
    top: 50%;
    left: 60px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 1;
}
.banner-item .left-center_text .inner-img {
    position: relative;
    left: 10%;
}
.banner-item .left-center_text .inner-img img {
    width: 50%;
}
.banner-item .left-center_text h3 {
    font-size: 46px;
    color: #202020;
    font-weight: 600;
    max-width: 75%;
}
/*Banner-item 6 css*/
.banner-item .img-border-with_text-2:before {
    border: 1px solid #ffffff;
    content: "";
    position: absolute;
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    top: 25px;
    left: 25px;
    z-index: 1;
    pointer-events: none;
}
.banner-item .img-border-with_text-2 .banner-content.text-bottom_center {
    position: absolute;
    bottom: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
    z-index: 1;
}
.img-border-with_text-2 .banner-content.text-bottom_center h3 {
    font-size: 46px;
    line-height: 59.8px;
    color: #ffffff;
}
.img-border-with_text-2 .banner-content.text-bottom_center span {
    color: #ffffff;
    font-size: 22px;
    line-height: 28.6px;
    font-family: var(--secoundary-font);
    font-style: italic;
}
.ps-left_side {
    justify-content: start;
}
/*Banner-item 6 video css*/
.bg-bokara_grey {
    background-color: #211e1c;
}
.video-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
       background: #0b0b0bc9;
    opacity: 0.8;
}
.bg-bokara_grey .banner-content h3 {
    color: #ffffff;
    font-size: 40px;
    text-align: center;
    max-width: 70%;
    margin: auto;
    line-height: 1.2;
}
.close-btn {
    text-align: right;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1055;
    padding: 0;
}
.close-btn i {
    padding-right: 3px;
    padding-bottom: 6px;
    color: #bbbbbb !important;
    font-size: 18px;
}
.close-btn i:hover {
    color: #fff !important;
}
.popup-btn {
    position: relative;
    display: inline-block;
   top: 32%;
}
.popup-btn:hover {
    animation: slide-in-up 1s linear infinite alternate both;
}
@keyframes slide-in-up {
    from {
        transform: translateY(8px);
    }
    to {
        transform: translateY(0);
    }
}

.btn-close {
    font-size: 12px;
}
.banner-item .inner-item {
    padding: 0 0 28.9%;
}
.banner-with-video_popup .banner-content h3 {
    margin: -10px auto 0;
}
.banner-item .inner-item .banner-with-video_popup .banner-content .banner-inner_content .popup-btn a {
    background-color: #ffffff;
    color: #211e1c;
    font-size: 30px;
    border: 1px solid #ffffff;
    width: 70px;
    height: 70px;
    line-height: 71px;
    border-radius: 100%;
    display: block;
    text-align: center;
}
.banner-item .inner-item .banner-with-video_popup .banner-content {
    height: 100%;
}
.banner-item .inner-item .banner-with-video_popup .banner-inner_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}




/*Banner-area css*/
.banner-area-sec .banner-content h3 {
    padding-top: 10px;
    color: #202020;
    font-weight: 600;
    font-size: 28px;
    font-family: var(--primary-font);
    line-height: 1.2;
}
.banner-area-sec .banner-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: default;
}
.banner-area-sec .banner-content {
    text-align: center;
}
.banner-area-sec .banner-content span {
    padding-top: 25px;
    display: block;
    font-style: italic;
    font-family: var(--secoundary-font);
    line-height: 24px;
    font-weight: 400;
    color: #211e1c;
}
.banner-area-sec figure {
    margin: 0;
}
.secoundary-btn {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0);
    background-color: #211e1c;
    color: #ffffff !important;
    width: 175px;
    font-family: var(--secoundary-font);
    height: 45px;
    line-height: 45px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    transition: all 0.3s ease-in;
}
.secoundary-btn:hover {
    background-color: #dd6b33;
}
.banner-area-sec .banner-item .banner-content .banner-btn_wrap {
    justify-content: center;
    padding-top: 45px;
}
/*Banner-content-2 css Start*/
.banner-sec-area-2 .container-fluid {
    padding: 0px 30px;
}

.banner-sec-area-2 .banner-content-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.banner-sec-area-2 .banner-content-2 h2 {
    text-align: center;
    font-size: 30px;
}
.banner-sec-area-2 .banner-content-2 ul > li:first-child::before {
    content: "/";
    position: absolute;
    font-size: 10px;
    font-weight: 600;
    right: -15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.banner-sec-area-2 .banner-content-2 ul > li {
    font-family: var(--primary-font);
    display: inline-block;
    padding-left: 20px;
    position: relative;
    font-style: italic;
}
.banner-sec-area-2 .banner-content-2 ul > li a {
    font-size: 18px;
    transition: all 0.3s 
ease-in;
    color: #211e1c;
}
.banner-sec-area-2 .banner-content-2 ul > li a:hover:hover {
    color: #dd6b33;
}
/*Banner-content-2 css End*/

/*footer css*/
.footer-area .footer-top_area {
    padding: 30px 0;
}
.footer-widgets ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.social-link ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-widgets_area {
    padding-top: 45px;
}
.footer-widgets_area .logo figure {
    margin: 0;
}
.footer-widgets_area .logo {
    padding-bottom: 25px;
}
.footer-top_area .row {
    --bs-gutter-x: 30px;
}    
.social-link {
    padding-top: 25px;
}
.social-link ul li {
    display: inline-block;
    padding-right: 25px;
    
}
.social-link ul  li a {
    font-size: 20px;
    display: block;
    color: #000;
}
.footer-widgets_area .footer-widgets > ul > li:not(:last-child) {
    margin-bottom: 4px;
    list-style: none;
}
.footer-widgets_area .footer-widgets > ul > li {
    list-style: none;
}
.footer-widgets a {
    color: #211e1c !important;
    font-size: 18px;
    text-transform: capitalize;
    font-family: var(--secoundary-font);
     transition: all 0.3s 
ease-in;
}
.footer-widgets a:hover {
    color: #dd6b33;
}
.footer-widgets_area .footer-widgets > ul > li > a span {
    text-transform: uppercase;
    font-size: 11px;
}
.footer-bottom_area {
    padding: 20px 0;
}
.footer-bottom_area .copyright {
    text-align: center;
}
.footer-bottom_area .copyright span {
    color: #ffffff;
    font-size: 13px;
    font-family: var(--secoundary-font);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 24px;
}
.img-border-with_text {
    overflow: hidden;
}
.footer-widgets_area .logo img {
    width: 158px;
}
.footer-bottom_area .copyright a {
    color: #ffffff;
    font-size: 13px;
}
.footer-widgets_area p.short-desc {
    max-width: 70%;
    margin: 0 auto;
    font-family: var(--primary-font);
    font-size: 17px;
    line-height: 27.2px;
    font-style: italic;
}
.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-animation: yenaSlideInUp 1s normal;
    animation: yenaSlideInUp 1s normal;
}

.scroll-to-top {
    background-color: #211e1c;
    color: #ffffff;
    position: fixed;
    right: 50px;
    bottom: 50px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    z-index: 999;
    font-size: 20px;
    overflow: hidden;
    display: block;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-animation: yenaSlideInDown 1s normal;
    animation: yenaSlideInDown 1s normal;
    -webkit-transition: all 300ms 
ease;
    -o-transition: all 300ms ease;
    transition: all 300ms 
ease;
}
.scroll-to-top i {
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
}
.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    -webkit-animation: yenaSlideInUp 1s normal;
    animation: yenaSlideInUp 1s normal;
}


/*About us css Start*/
.logo-slider-sec {
    background-color: #f6f4f2;
    padding: 70px 0px;
}
.logo-item {
    padding: 0px 15px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*testimonial sec*/
.testimonial-section .testimonial-heading {
    font-size: 46px;
    line-height: 46px;
}
.testimonial-section  .testimonial-item .client-info > p.feedback:before {
    background-color: #e5e5e5;
    width: 100px;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.testimonial-section .testimonial-item .client-info {
    text-align: left;
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
    padding: 45px 45px 0;
    position: relative;
    font-family: var(--primary-font);
}
.testimonial-section .testimonial-item {
    padding: 0 15px 40px;
}
.testimonial-section .testimonial-item .client-info:before {
    background-color: #e5e5e5;
    content: "";
    width: 40px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.testimonial-section .testimonial-item .client-info > p.feedback {
    font-size: 22px;
    text-align: left;
    line-height: 39.6px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.testimonial-section .testimonial-item .client-info > h6.client-name {
    color: #dd6b33;
    font-size: 18px;
    line-height: 32.4px;
    padding-bottom: 20px;
}
.testimonial-section .testimonial-item .client-info .img-area {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 15px;
    padding-bottom: 10px;
    display: flex;
}
.testimonial-section .testimonial-item .client-info .img-area img {
    width: 88px;
    height: 88px;
    margin-bottom: -50px;
    border-radius: 100%;
}
.testimonial-section .testimonial-item .client-info:after {
    background-color: #e5e5e5;
    content: "";
    width: calc(100% - 170px);
    height: 1px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.container-fluid {
    padding: 0 30px;
}
    .section-title-2 > h2.heading {
    font-size: 46px;
    line-height: 64px;
    padding-bottom: 15px;
    font-family: var(--primary-font);
    font-weight: 600;
}
.section-title-2 .section-icon {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 20px;
}
.section-title-2 .section-icon > span.separator {
    border-top: 1px solid #000000;
    width: 225px;
    margin-left: 15px;
}
.section-icon img {
    vertical-align: middle;
}
.about-us_area .about-us_content > p.short-desc {
    font-size: 14px;
    line-height: 28px;
        width: 100%;
    max-width: 90%;
}
.about-us_area .about-us_img {
        border: 1px solid #dd6b33;
        margin-top: 30px;
    }
        .about-us_area .about-us_img .inner-img {
        margin-top: -80px;
        margin-bottom: 40px;
        margin-left: -40px;
        padding-right: 40px;
    }

/*our history*/

.section-title-3 {
    text-align: center;
    padding-bottom: 30px;
}
.section-title-3 > h2.heading {
    font-size: 46px;
    font-family: var(--primary-font);
    line-height: 64px;
    padding-bottom: 25px;
}
.section-title-3 .section-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.section-title-3 .section-icon .inner-icon {
    border-top: 1px solid #000000;
    position: relative;
    width: 235px;
}
.section-title-3 .section-icon .inner-icon figure img {
    position: relative;
    top: -13px;
    background: #fff;
    padding: 0 15px;
    z-index: 1;
}
.our-history_area .timeline-item_area .custom-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6%;
    -ms-flex: 0 0 41.6%;
    flex: 0 0 41.6%;
    max-width: 41.6%;
}
.our-history_area .timeline-item_area .timeline-item {
    border-bottom: 2px solid #d8d8d8;
}
.our-history_area .timeline-item_area .timeline-item .timeline-item_card {
    position: relative;
}
.our-history_area .timeline-item_area .timeline-item .timeline-item_card:before {
    background-color: #dd6b33;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
}
.our-history_area .timeline-item_area .timeline-item .timeline-item_card > h3 {
    font-size: 26px;
    font-family: var(--primary-font);
    line-height: 31px;
    padding-bottom: 10px;
}
.our-history_area .timeline-item_area .timeline-item .timeline-item_card > p {
    line-height: 23.8px;
    font-size: 14px;
    max-width: 50%;
}
.our-history_area .timeline-item_area .custom-col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6%;
    -ms-flex: 0 0 16.6%;
    flex: 0 0 16.6%;
    max-width: 16.6%;
}
.our-history_area .timeline-item_area .timeline-item .timeline-item_card > p.specific-desc {
    max-width: 100%;
}
.our-history_area .timeline-item_area .timeline-item .timeline-item_card:after {
    background-color: #dd6b33;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 100%;
    position: absolute;
    bottom: -5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}
.pb-30 {
    padding-bottom: 30px;
}
.pt-30 {
    padding-top: 30px;
}
.our-history_area .timeline-item_area .timeline-item-2 .timeline-item_card .inner-content > h3 {
    font-size: 26px;
    font-family: var(--primary-font);
    line-height: 31px;
    padding-bottom: 10px;
}
.our-history_area .timeline-item_area .timeline-item-2 .timeline-item_card .inner-content > p {
    line-height: 23.8px;
    font-size: 14px;
    max-width: 50%;
}
.our-history_area .timeline-item_area .timeline-item-2 .timeline-item_card .inner-content > p.specific-desc {
    max-width: 64%;
}

/*our Team*/
.our-team_area {
    padding-bottom: 4em;
}
.our-team_area .team-member_item {
    position: relative;
}
 .our-team_area .team-member_item:hover:before{
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     opacity: 1;
 }   
.our-team_area .team-member_item:before {
   background-color: rgb(33 33 33);
    content: "";
    top: 30px;
    left: 30px;
    position: absolute;
        border-radius: 15px !important;
    width: calc(100% - 60px);
    height: calc(100% - 60px);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s 
ease-in;
    color: #fff !important;
}
.team-member_img figure img {
    vertical-align: middle;
        border-radius: 16% !important;
}
.our-team_area .team-member_item .team-member_content {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.our-team_area .team-member_item:hover .team-member_content > h3.member-name {
     opacity: 1;
     transform: translateY(0);
}
.our-team_area .team-member_item .team-member_content > h3.member-name {
    color: #ffffff;
    opacity: 0;
    font-weight: 600;
    font-family: var(--primary-font);
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition: all 0.3s 
ease-in;
    -webkit-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    transition-delay: 100ms;
}
.our-team_area .team-member_item:hover .team-member_content .social-link {
         opacity: 1;
     transform: translateY(0);
}
.our-team_area .team-member_item .team-member_content .social-link {
    opacity: 0;
    -webkit-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
      transition: all 0.3s 
ease-in;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}
.our-team_area .team-member_item .team-member_content .social-link > ul > li {
    padding-right: 15px;
}
.our-team_area .team-member_item .team-member_content .social-link > ul > li > a {
    background-color: #ffffff;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}
.our-team_area .team-member_item .team-member_content .social-link > ul > li > a:hover {
    background-color: #dd6b33;
    color: #ffffff;
}

/*Counter Area*/
.counter-area .counter-custom_col {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
    .counter-area [class*=counter-custom_col]:not(:last-child) .counter-item {
        border-right: 1px solid #dd6b33;
    }
    .counter-area .counter-item {
    text-align: center;
}

.counter-area .counter-item h2.count, .counter-area .counter-item h2.number-suffix {
    font-size: 46px;
    line-height: 66.4px;
    font-weight: 600;
    font-family: var(--primary-font);
}
.counter-area .counter-item > h3.title {
    font-size: 14px;
    line-height: 19.6px;
    font-family: var(--primary-font);
}

.banner-area-5.banner-bg-1 .banner-item .banner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.banner-area-5.banner-bg-1 .banner-item .banner-content h2.title {
    font-size: 46px;
    line-height: 46px;
    color: #ffffff;
    margin-bottom: 0;
    padding-bottom: 40px;
    z-index: 99;
}
.banner-area-5.banner-bg-1 .banner-item .banner-content .popup-btn {
    z-index: 99;
}
.banner-area-5.banner-bg-1 .banner-item .banner-content .popup-btn a {
    color: #fff;
    font-size: 30px;
    border: 1px solid #ffffff;
    width: 80px;
    height: 80px;
    line-height: 71px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
@keyframes big-pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.2, 1.2, 1); /* Pulse effect */
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}
.banner-area-5.banner-bg-1 .banner-item .banner-content .popup-btn:hover {
  animation: big-pulse 700ms ease-out 0s normal 1 both;
}
.banner-area-5.banner-bg-1 .banner-item .banner-content .popup-btn:hover {
    -webkit-animation: big-pulse 700ms 
ease-out 0s normal 1 both running;
    animation: big-pulse 700ms 
ease-out 0s normal 1 both running;
}
/*About us css End*/

/*Contact us css Start*/
.contact-sec{
    padding: 90px 0 100px;
}
    .contact-heading h2 {
    font-size: 46px;
    line-height: 59.8px;
    padding-bottom: 10px;
}
.contact-heading p {
    color: #494949;
    line-height: 36px;
    font-size: 18px;
    margin: 0;
    padding-bottom: 25px;
}
.contact-form-wrapper p {
    margin: 0;
    padding-bottom: 20px;
}
.contact-form-wrapper input {
    width: 100%;
    border-radius: 0!important;
    padding: 10px 20px !important;
    border: 1px solid #e5e5e5 !important;
}
.contact-form-wrapper input::placeholder {
    color: #000;
}
.contact-form-wrapper textarea::placeholder {
    color: #000;
}
.contact-form-wrapper select {
    padding: 0 20px;
    margin: 0px;
    height: 46px;
    width: 100%;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
}
.contact-form-wrapper textarea {
    width: 100%
    height: 150px;
        border-radius: 0;
    height: 150px;
    padding: 20px;
}
.contact-form-wrapper button {
    background-color: #211e1c;
    color: #ffffff !important;
    height: 60px;
    line-height: 60px;
    width: 100%;
    transition: all 0.3s 
ease-in;
    border-radius: 0;
}
.contact-form-wrapper button:hover {
    background-color: #dd6b33;
}
.contact-sec .contact-slide_content .single-contact_block[class*=single-contact_block]:not(:last-child) {
    padding-bottom: 30px;
}
.contact-sec .contact-slide_content .single-contact_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-sec .contact-slide_content .single-contact_block > i {
    color: #dd6b33;
    padding-right: 30px;
    font-size: 30px;
    display: block;
}
.contact-sec  .contact-slide_content {
    padding: 35px;
}
.contact-sec .contact-slide_content .single-contact_block a {
    color: #211e1c;
}
/*Contact us css End*/

/*Banner sec 1 css Start*/
.banner-sec-area-1 .banner-content-1 {
    flex-direction: column;
    justify-content: end;
    display: flex;
    align-items: center;
    padding-bottom: 40px;
}
.banner-sec-area-1 .banner-content-1 h2 {
    font-size: 30px;
    color: #fff;
    font-family: var(--primary-font);
    font-weight: 600;
    text-align: center;
}
.banner-sec-area-1 .banner-content-1 ul li {
    font-family: var(--primary-font);
    display: inline-block;
    padding-left: 20px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #ffffff;
    position: relative;
    font-style: italic;
}
.banner-sec-area-1 .banner-content-1 ul li a {
    color: #ffffff;
    font-size: 18px;
}
.banner-sec-area-1 .banner-content-1 ul > li:first-child {
    padding-left: 0;
}
.banner-sec-area-1 .banner-content-1 ul > li:first-child::before {
    content: "/";
    position: absolute;
    font-size: 10px;
    font-weight: 600;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
}
.banner-sec-area-1 .banner-content-1 ul {
    padding-top: 15px !important;
}
/*Banner sec 1 css End*/

/*Shop sec Css*/
.filter-toggle {
    background: transparent;
    border: none;
    font-size: 16px;
    padding: 0;
    cursor: pointer;
}
.filter-toggle i {
    margin-left: 8px;
}
/* Filter Toggle Button */
.filter-toggle {
    background: transparent;
    border: none;
    font-size: 16px;
    padding: 0;
    transition: all 0.3s 
ease-in;
    cursor: pointer;
}
.filter-toggle i {
    margin-left: 8px;
}

/* Shop Filters Panel */
.shop-filters-panel {
    display: none; /* hidden by default */
}
.filter-box h4 {
    font-size: 22px;
    line-height: 26.4px;
    font-style: italic;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.shop-toolbar p {
    margin: 0;
    font-family: var(--primary-font);
}
.filter-box h4:before {
    background-color: #211e1c;
    width: 50%;
    height: 1px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
}
.shop-filters {
    flex-wrap: wrap;
    gap: 30px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 24px 0 rgba(0, 0, 0, 0.09);
    padding: 25px 30px;
    margin-bottom: 30px;
}

/* Grid for filter boxes */
.filter-grid {
    display: grid;
    gap: 30px;
    margin-bottom: 15px;
    grid-template-columns: repeat(3, 1fr);
}

/* Category Boxes */
.category-boxes {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 8px;
}
.category-box {
    border: 1px solid #e5e5e5;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    padding: 10px;
    color: #000;
}
.category-box input {
    display: none;
}
.category-box span {
    pointer-events: none;
}
.category-box:hover {
    color: #dd6b33;
}
.category-box input:checked + span {
    background: #dd6b33;
    color: #fff;
    border-color: #dd6b33;
}

/* Custom Price Filter */
.custom-price-filter {
    display: flex;
    align-items: center;
    gap: 8px;
}
.custom-price-filter input {
    border: 1px solid #ccc;
    padding: 6px 10px;
    width: 90px;
}

/* Selected Filters */
.selected-filters {
    margin: 10px 0 20px;
}
.selected-filters .filter-item {
    display: inline-block;
    background: #f1f1f1;
    border-radius: 3px;
    padding: 4px 10px;
    margin: 3px;
    font-size: 14px;
}
.selected-filters .remove-filter {
    margin-left: 6px;
    color: #dd6b33;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
}
.selected-filters .clear-all {
    display: inline-block;
    margin-left: 15px;
    background: #dd6b33;
    color: #fff;
    padding: 4px 10px;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
}

/* Products Grid */
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
.product-item {
    position: relative;
    overflow: hidden;
        font-family: var(--primary-font) !important;
        margin-bottom: 15px !important;
}
.product-image-wrapper {
    position: relative;
    width: 100%;
    border: 1px solid #e5e5e5;
}
.product-image-wrapper img {
    width: 100%;
    display: block;
    transition: opacity .3s ease-in-out;
}
.product-image-wrapper img.hover-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s 
ease-in-out;
height:100%;
}
.product-image-wrapper:hover img.hover-image {
    opacity: 1;
}
.product-image-wrapper:hover img.primary-image {
    opacity: 0;
}
.product-title {
    font-size: 16px;
      font-family: var(--primary-font) !important;
    margin: 20px 0 5px;
}
.product-title a {
    transition: all 0.3s ease-in;
    color: #000 !important;
}
.product-title a:hover {
    color: #dd6b33;
}
.price {
    color: #494949 !important;
    font-size: 16px;
}
.filter-toggle:hover {
    color: #dd6b33 !important;
}
/* Pagination Styles */
.pagination {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
}

.pagination a,
.pagination span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 14px;
    color: #000;
    transition: all 0.3s ease;
}

.pagination a:hover {
    background: #dd6b33;
    color: #fff;
    border-color: #dd6b33;
}

.pagination .current {
    background: #211e1c;
    color: #fff;
    border-color: #211e1c;
}

/* Price Slider Custom Style */

.noUi-target {
    background: #e5e5e5;
    border-radius: 4px;
    border: none;
    box-shadow: none;
    height: 10px;
    cursor: pointer;
}

.noUi-connect {
    background: #000;
}

/* Handles (Circles) */
.noUi-handle {
    border: 2px solid #000; 
    background: #fff;         
    border-radius: 50%;
    cursor: pointer;
    width: 18px;
    height: 18px;
    top: -7px;                
    box-shadow: none;
}
.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    right: -10px;
    top: -4px;
}

.noUi-handle::before,
.noUi-handle::after {
    display: none;
}
.price-slider-amount {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.noUi-touch-area {
    cursor: e-resize;
}
.price-slider-amount button {
    border: 2px solid #211e1c;
    background: transparent;
    width: 110px;
    transition: all 0.3s ease;
    height: 40px;
    border-radius: 0;
}
.price-slider-amount {
    padding-top: 25px;
}

#price-range {
    margin: 0;
    font-size: 14px;
}
.price-slider-amount button:hover {
    background-color: #dd6b33;
    border-color: #dd6b33;
    color: #ffffff !important;
}

/* Reset list */
.filter-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.filter-list li {
    margin-bottom: 8px;
}

/* Hide native checkbox */
.filter-list input[type="checkbox"] {
    display: none;
}

/* Label */
.custom-checkbox {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 14px;
    color: #444;
    user-select: none;
    display: inline-block;
    transition: color 0.3s 
ease-in-out;
    font-family: 'Playfair Display';
    text-transform: uppercase;
}

/* Box */
.custom-checkbox:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 2px solid #e5e5e5;
    border-radius: 2px;
    background: #fff;
    transition: all 0.3s ease-in-out;
}

/* Tick when checked */
.custom-checkbox.checked:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(45deg);
}

/* Checked state */
.custom-checkbox.checked {
    color: #e57232; /* text turns orange */
}
.custom-checkbox.checked:before {
    background: #e57232;
    border-color: #e57232;
}

/* Hover preview */
.custom-checkbox:hover {
    color: #e57232; /* text turns orange */
}
.custom-checkbox:hover:before {
    background: #e57232;
    border-color: #e57232;
}
.custom-checkbox:hover:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 50%;
    width: 6px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: translateY(-50%) rotate(45deg);
}

/*responsive*/
@media (max-width: 1500px) {
.banner-text h3 {
    font-size: 46px;
    line-height: 69.8px;
}
.side-banner_img img {
    height: 34.3vw !important;
}
.banner-text p {
    font-size: 22px;
    line-height: 28.6px;
}
.product-offer {
    font-size: 22px;
}
.banner-content h3 {
    font-size: 56px;
    line-height: 72.6px;
}
.bg-bokara_grey .banner-content h3 {
    font-size: 32px;
    line-height: 41.6px;
    max-width: 100%;
    margin-top: 20px !important;
}
.img-border-with_text-2 .banner-content.text-bottom_center span {
    font-size: 18px;
    line-height: 23.4px;
}
.img-border-with_text-2 .banner-content.text-bottom_center h3 {
    font-size: 32px;
    line-height: 41.6px;
}
}
@media (max-width: 1199px) {
.product-offer {
    font-size: 16px;
}
.banner-content h3 {
    font-size: 30px;
    line-height: 1.4;
}
.banner-text h3 {
    font-size: 30px;
    line-height: 1.4;
}
.banner-text p {
    font-size: 16px;
    line-height: 36.4px;
    line-height: 28.6px;
}
.banner-item .img-border-with_text:before {
    width: calc(100% - 60px);
    height: 100%;
    top: 30px;
    left: 30px;
}
.bg-bokara_grey .banner-content h3 {
    font-size: 25px;
    line-height: 34px;
}
.banner-item .left-center_text h3 {
    font-size: 30px;
}
.img-border-with_text-2 .banner-content.text-bottom_center h3 {
    font-size: 25px;
    line-height: 1.4;
}/*About css*/
.banner-sec-area-1 .banner-content-1 h2 {
    font-size: 20px !important;
}

}
@media (max-width: 991px) {
    .our-history_area .timeline-item_area .timeline-item {
        width: 100%;
        padding: 0 20px;
    }
.filter-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
div#open-menu {
    display: block;
}
.our-history_area .timeline-item_area .timeline-item-2 {
    width: 1200px;
}
.our-history_area .timeline-item_area .custom-col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 39%;
    -ms-flex: 0 0 39%;
    flex: 0 0 39%;
    max-width: 39%;
}
.our-history_area .timeline-item_area {
    overflow-x: auto;
    overflow-y: hidden;
    height: 375px;
}
.banner-with-video_popup {
    height: 50vw !important;
}
.contact-sec .contact-slide_content {
    padding: 30px 0px;
}
/*mobile menu*/
.main-navigation > ul > li {
    padding: 0 !important;
    display: block !important;
}
#primary-menu li a {
    color: #c0c0c0 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    padding: 0px 0px !important;
    background: none !important;
}
#primary-menu li a:hover {
    background: none !important;
}
.main-navigation > ul > li > a {
    padding: 0 !important;
    color: #c0c0c0 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    }
    .main-header {
    padding: 15px 0;
}
.main-navigation {
    justify-content: flex-start !important;
    padding: 90px 30px 0px;
  }
.main-menu_area {
    position: fixed;
    top: 0;
    left: -280px;
    width: 260px;
    height: 100%;
    background: #151515;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.2);
    transition: left 0.6s 
    ease-in-out;
    z-index: 1001;
    display: block;
    padding: 0;
    }
.main-menu_area.open {
    left: 0;
    opacity: 1;
}
.main-navigation ul {
    display: block !important;
}

.main-menu_area ul li {
    margin-bottom: 15px;
    display: block !important;
    padding: 0 !important;
}
.main-menu_area .close-menu {
    display: block;
    background: none;
    border: none;
    font-size: 41px;
    cursor: pointer;
    position: absolute;
    top: 40px;
    padding: 0;
    right: 15px;
    color: #fff !important;
    transform: rotate(0deg);
    transition: transform 0.5s ease, color 0.3s ease;
}

.main-menu_area .close-menu:hover {
    transform: rotate(180deg);
    color: #dd6b33 !important;
}
.close-menu {
    display: none;
}
.menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 9;
}

.menu-overlay.active {
    opacity: 1;
    visibility: visible;
}
.banner-item .inner-item {
    padding: 0 0 15%;
}
.footer-top_area .row {
    --bs-gutter-x: 24px;
}
.footer-area .container {
    --bs-gutter-x: 24px !important;
}
.section-title-2 > h2.heading {
    font-size: 36px;
    line-height: 50.4px;
}
.about-us_area .about-us_img .inner-img {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.about-us_area .about-us_img {
    margin-top: 20px;
}
}
@media (max-width: 767px) {
.primary-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
}
.footer-widgets_area {
    padding-top: 0px;
}
.banner-item .left-center_text .inner-img {
    left: 0%;
}
.banner-sec-area-2 .banner-content-2 h2 {
    font-size: 23px;
            padding: 0;
}
.filter-grid {
        grid-template-columns: 1fr;
    }
    .products-grid {
        grid-template-columns: 1fr;
    }
.header-right_area ul {
    gap: 15px !important;
}
.spacer {
    padding: 2em 0em;
}
.filter-toggle {
    font-size: 13px !important;
}
.our-team_area {
    padding-bottom: 0em;
}
.hm-searchbox .search_btn i {
    font-size: 18px !important;
}
.searchbox-info {
    font-size: 16px !important;
}
.hm-searchbox input {
    font-size: 20px !important;
}
#closeSearch {
    right: 15px !important;
    font-size: 40px !important;
    top: -50px !important;
}
.error-404.not-found {
    padding: 1em 0em 2em !important;
}
.about-us_area .about-us_content > p.short-desc {
    font-size: 13px;
    line-height: 25px;
}
.section-title-3 > h2.heading {
    font-size: 32px;
    line-height: 50.4px;
}
.section-title-3 {
    padding-bottom: 0;
}
.banner-area-5.banner-bg-1 .banner-item .banner-content h2.title {
    font-size: 25px;
            text-align: center;
    padding-bottom: 30px;
}
.counter-area .counter-custom_col {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.testimonial-section .testimonial-heading {
    font-size: 25px;
    line-height: 1.5;
}
.testimonial-section .testimonial-item .client-info > p.feedback {
    font-size: 18px;
    line-height: 32px;
}
.testimonial-section .testimonial-item .client-info {
    padding: 25px 25px 0;
}
    .our-team_area [class*=col-]:not(:last-child) .team-member_item {
        margin-bottom: 30px;
    }
.counter-area [class*=counter-custom_col]:not(:last-child) .counter-item {
    border-right: none;
    padding-bottom: 15px;
}
.counter-area .counter-item h2.count, .counter-area .counter-item h2.number-suffix {
    font-size: 40px;
    line-height: 1.4;
}
.btn-close {
    font-size: 18px !important;
}
.secoundary-btn {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 11px;
}
}
@media (max-width: 575px) {
.footer-widgets_area p.short-desc {
    max-width: 100%;
}   
.footer-widgets {
    text-align: center;
}
.banner-item .inner-item {
    padding: 0 0 26%;
}
    .banner-text p {
        max-width: 70%;
        margin: 0 auto;
    }
.header-right_area {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center !important;
            padding-top: 20px;
}
.header-logo {
    justify-content: center;
}
.banner-area-sec .banner-content h3 {
    font-size: 22px;
}
    .bg-bokara_grey .banner-content h3 {
        font-size: 16px;
        line-height: 26px;
                padding: 0 10px;
    }
    .footer-bottom_area .copyright span {
    font-size: 11px !important;
}
.copyright a {
    font-size: 11px !important;
}
}
@media (min-width: 768px) {
.footer-area .container {
    max-width: 900px;
    margin: 0 auto;
    --bs-gutter-x: 15px;
}
.section-title-3 {
    padding-bottom: 0;
}
.footer-area .footer-top_area {
    padding: 2em 0 0 0;
}
}
@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        --bs-modal-width: 900px;
    }
    .our-team_area {
    padding-bottom: 2em;
        text-align: center;
}
.team-member_item {
    margin-top: 50px !important;
}
.section-title-3 {
    padding-bottom: 0;
}
.footer-area .footer-top_area {
    padding: 5em 0 0 0;
}
}