@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");


/*html, body {
	width: 100%;
	overflow-x: hidden;
} */

@font-face {
  font-family: heading-fonts;
  src: url(../fonts/Monotype-Corsiva-Bold-Italic.ttf);
}



:root {
  --bg-main: #BE8614;
}
          

* {
    text-decoration: none !important;
    outline: none !important;
}

body {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 25px;
    background: #fff;
    letter-spacing: 0.4px;
    overflow-x: hidden;
    color: #000000;
}

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

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

a,
a:hover,
a:focus {
    text-decoration: none;
}

ol {
    list-style: decimal inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 700;
    font-size: 20px;
    color: #0d141e;
    line-height: 30px;
    font-family: "Montserrat", sans-serif;
}

p {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

b,
strong {
    font-weight: 600;
}

blockquote {
    margin: 0;
    padding: 0;
    border: none;
}

a,
a:hover,
a:visited {
    color: #21a108;
}

/* ::selection 
{
    background: #21a108;
    color: #fff;
}
::-moz-selection 
{
    background: #21a108;
    color: #fff;
} */
a:focus,
p:focus,
div:focus,
input:focus,
textarea:focus,
submit:focus,
button:focus {
    outline: none;
}


/***************
page scrool
**************/
.scrollup {
    right: 15px;
    position: fixed;
    border-radius: 200px;
    bottom: -80px;
    width: 45px;
    height: 45px;
    z-index: 9999;
    background: var(--bg-main);
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-align: center;
    color: #FFF;
    padding: 10px;
}

.scrollup.active {
    bottom: 92px;
    right: 15px;
}

/* .scrollup:hover {
    background-color: rgba(37, 37, 37, 0.7);
} */

/***************
page scrool
***************/

/********HAMBURGER ICON***********/
.hamburger {
    padding: 0px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.hamburger:hover {
    opacity: 1;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

/** Spring **/
.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/** Spring **/

/********HAMBURGER ICON***********/

.topmines {
    top: -100px;
}

.nav-active {
    position: fixed;
    top: 0 !important;
    z-index: 9999;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 0 5px #d9d9d9;
}

.nav-active .logo {
    margin-top: 0;
    position: relative;
    z-index: 99;
    width: 150px;
    flex: 0 0 150px;
}

.nav-active .menu-part {
    align-items: center;
}



/*******************************
********NAV BAR*****************
*****************************/
#pull {
    display: none;
}

.nav>ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin: 0px 44px 0px 0px;
}

.nav>ul>li:last-child,
.nav>ul>li:only-child {
    margin: 0;
}

.nav>ul>li::before {
    position: absolute;
    bottom: 10px;
    left: 0px;
    z-index: 1;
    content: " ";
    width: 100%;
    height: 3px;
    background: var(--bg-main);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.nav>ul>li:hover::before,
.nav>ul>li.current-menu-item::before,
.nav>ul>li.current-menu-parent::before,
.nav>ul>li.current-menu-ancestor::before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.nav>ul>li>a {
    position: relative;
    z-index: 1;
    display: block;
    width: auto;
    height: auto;
    padding: 30px 0px;
    color: #fff;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 400;
    line-height: 25px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:hover>a,
.nav>ul>li.current-menu-item>a,
.nav>ul>li.current-menu-parent>a,
.nav>ul>li.current-menu-ancestor>a {
    color: var(--bg-main);
}

.nav>ul>li>ul {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    width: 300px;
    height: auto;
    padding: 0px 0px 0px 0px;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:last-child>ul,
.nav>ul>li:nth-last-child(2)>ul {
    left: auto;
    right: 0;
}

.nav>ul>li:hover>ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav>ul>li>ul>li,
.nav>ul>li>ul>li>ul>li {
    position: relative;
    width: 100%;
    height: auto;
    float: left;
}

.nav>ul>li>ul>li>a,
.nav>ul>li>ul>li>ul>li>a {
    display: block;
    width: auto;
    height: auto;
    padding: 2px 15px 1px 15px;
    background: rgba(11, 30, 48, 0.8);
    border-top: 1px #485665 solid;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:hover>ul>li>a,
.nav>ul>li:hover>ul>li>ul>li>a {
    padding: 9px 15px 10px 15px;
}

.nav>ul>li>ul>li:hover>a,
.nav>ul>li>ul>li.current-menu-item>a,
.nav>ul>li>ul>li.current-menu-parent>a,
.nav>ul>li>ul>li>ul>li:hover>a,
.nav>ul>li>ul>li>ul>li.current-menu-item>a,
.nav>ul>li>ul>li>ul>li.current-menu-parent>a {
    background: var(--bg-main);
}

.nav>ul>li>ul>li>ul {
    position: absolute;
    top: 10%;
    left: 100%;
    z-index: 9999;
    width: 240px;
    height: auto;
    background: none;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.nav>ul>li:last-child>ul>li>ul,
.nav>ul>li:nth-last-child(2)>ul>li>ul {
    left: auto;
    right: 100%;
}

.nav>ul>li>ul>li:hover>ul {
    top: 0;
    opacity: 1;
    visibility: visible;
}

.middle-conter {
    width: 100%;
    display: inline-block;
    vertical-align: top;

}


 .logo 
 {
    position: relative;
    z-index: 9;
    margin-bottom: -105px;
 } 
  
 .drop 
 {
    position: relative;
 }

span.arrow-icon {
    position: absolute;
    color: #FFF;
    right: -18px;
    z-index: 9;
    top: 30px;
    font-size: 20px;
}

 span.arrow-icon i  
 {
    color: #FFF;
 }
 


/*******************************
********NAV BAR*****************
*****************************/

 .navigation-area 
 {
    background: #000;
    border-bottom: 1px solid #FFF;
 }
 
  
  
 
.banner .slick-list {
    padding: 0 !important;
}

.slick-slide img {
    width: 100%;
}

.heaer-top 
{
    background: #000;
    padding: 15px 0;
    border-bottom: 1px solid #FFF;
}

.top-social-media ul li a 
{
    color: #FFF;
    margin-right: 10px;
}

.top-social-media ul li:last-child a 
{
    margin-right: 0;
}

.head-info ul li a
{
    color: #FFF;
}

.head-info ul li:first-child a 
{
    margin-right: 15px;
}

.head-info ul li i   
{
    margin-right: 10px;
}

.cat-info span 
{
    font-weight: bold;
    text-transform: uppercase;
}

.cat-info a 
{
    color: var(--bg-main);
    font-weight: 600;
}

.sub-menu .arrow-icon {
    right: 10px;
    top: 7px;
}


/************ End Header ***************/

.banner-content {
    position: absolute;
    top: 30%;
    z-index: 99;
    width: 650px;
}

.banner-content h1 {
    font-size: 80px;
    line-height: 100px;
    color: #FFF;
    margin-bottom: 20px;
}

.banner-content h1 span {
    font-size: 80px;
    line-height: 100px;
    color: #FFD786;
}

.banner-content h1 strong {
    font-size: 72px;
    color: #fff;
}

.button-design {
    background: #FFD786;
    color: #020202 !important;
    text-transform: uppercase;
    padding: 12px 30px;
    border-radius: 50px;
    box-shadow: 0px 4px 8px #00000057;
}

.banner-content p {
    position: relative;
    color: #FFF;
    margin-bottom: 30px;
    font-size: 25px;
    font-family: "Playfair Display", serif;
}

.banner-content p span 
{
    color: #FFD786;
}

.category-listing 
{
    padding: 70px 0;
}


.engement 
{
    background-size: cover; 
    padding: 130px 0;
}

.eng-content h2
{
    color: #FFF;
    font-size: 70px;
    line-height: 100px;
}

.eng-content h3
{
    color: #FFF;
    font-size: 30px;
    line-height: 50px;
    font-family: "Montserrat", sans-serif;
    
}

.eng-content p 
{
    color: var(--bg-main);
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
}


.about-home {
    display: flex;
}

.about-left {
    background: url(../images/about-left-bg.jpg) no-repeat center;
    background-size: cover;
    width: calc(100% - 0px);
}


.about-right {
    background: url(../images/about-rightbg.jpg) no-repeat center;
    background-size: cover;
    width: calc(100% - 20%);
    padding: 50px 40px;
    padding-right: 22%;
}

.about-info-area {
    background: #6eac37e3;
    width: 300px;
    margin-left: auto;
    padding: 30px 15px;
    height: 100%;
}

.callus {
    color: #FFF;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}

.about-number {
    color: #FFF;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}

.about-number a {
    color: #FFF;
}

.about-button {
    background: #ffffff;
    color: #000 !important;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #79c733;
    box-shadow: 0px 4px 8px #00000057;
    display: inline-block;
    margin-top: 20px;
}

.about-right span {
    font-weight: 600;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.about-right h2 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about-right p {
    margin-bottom: 30px;
}

.readmore-btn {
    background: rgb(95, 154, 42);
    background: linear-gradient(90deg, rgba(95, 154, 42, 1) 0%, rgba(120, 186, 60, 1) 100%);
    color: #FFF !important;
    text-transform: uppercase;
    padding: 10px 40px;
    border-radius: 50px;
    border: 1px solid #5f5f5f;
    display: inline-block;
    font-size: 14px;
}

.heading-area span {
    font-size: 15px;
    color: #212121;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
}

.heading-area h2 {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 60px;
}

 .call-btn {
    background: var(--bg-main);
    color: #FFF;
    padding: 10px 30px;
    border-radius: 50px; 
    color: #FFF !important;
    font-weight: 600;
    display: inline-block;
}

.right-head ul li a {
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    flex: 0 0 30px;
    border: 1px solid #000;
    align-items: center;
    justify-content: center;
    color: #000;
    margin-right: 10px;
}

.right-head ul li:last-child a 
{
    margin-right: 0;
}


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

.product-list .container
{
    max-width: 90%;
}

.product-area {
    background-size: cover !important;
    padding: 100px 50px;
    background-repeat: no-repeat !important;
    height: 430px;
    overflow: hidden;
    border-radius: 20px;
    display: flex;
    align-items: center;

}

.product-content h2
{
    font-size: 50px;
    color: #FFF; 
    font-weight: 100;
    line-height: 70px;
    margin-bottom: 20px;
}

.btn-view 
{
    width: 165px;
    height: 52px;
    border-radius: 20px; 
    border: 2px solid #FFF;
    display: flex;
    align-items: center; 
    justify-content: center;
    color: #FFF !important;
    font-size: 20px;
}


.black-part h2 
{
    color: #000 !important;
}

.black-part .btn-view
{
    color: #000 !important;
    border:2px solid #000;
}

.heading {
    font-size: 30px !important;
    line-height: 45px !important;
    color: #A36246;
    font-family: heading-fonts;
    font-weight: 100 !important;
    margin: 0 !important;
}

.heading-area img 
{
    width: 300px; 
    margin: 0 auto;
    margin-top: 20px;
}
 

.product-image {
    overflow: hidden;
    border-radius: 20px;
    height: 300px;
    border: 5px solid #efefef;
}

.product-image img 
{
    object-fit: cover;
    height: 100%;
}

.multiple-items b
{
    margin-bottom: 10px;
    display: inline-block;
}

.multiple-items p 
{
    color: #BE8614 !important;
}


.multiple-items .slick-slider {
    margin:0 -15px;
}
.multiple-items .slick-slide {
     
    margin-right:15px;
    margin-left:15px;
}


.multiple-items .slick-dots li {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    cursor: pointer;
}


.multiple-items .slick-dots li button:before 
{
    color: #D7B369 !important;
    font-size: 40px;
    opacity: 1;
}

.multiple-items .slick-dots li.slick-active button:before 
{
    opacity: 1;
    color: #000 !important;
}


.discover-more-sec 
{
    background-repeat: no-repeat !important; 
    background-size: cover !important; 
    overflow: hidden;
    padding: 150px 0;
/*     background-position: 55% 0 !important; */
    height: 500px;
}

.discover-content h2 
{
    color: #FFF;
    font-size: 50px;
    line-height: 50px;
    font-weight: 100;
    margin-bottom: 30px;
}

.discover-content p   
{
    color: #FFF; 
    margin-bottom: 20px;
}

.discover-btn 
{
    width: 200px;
    height: 55px;
    border-radius: 20px;
    border: 2px solid #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF !important;
    font-size: 20px;
}


.client-image 
{
    border-radius: 50%;
    width: 62px;
    height: 62px;
    border-radius: 50%;
    overflow: hidden;
}

.client-image img  
{
    object-fit: cover;
    height: 100%;
}

.slide-client {
    background: #F6F6F6;
    padding: 30px;
    border-radius: 20px;
}

.slide-client ul li i  
{
    color: orange;
}

.slide-client h3  
{
    font-size: 18px; 
    color: #000000;
    margin-bottom: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.slide-client p  
{
    color: #474747;
    margin-bottom: 15px;
}

.client-details p  
{
    margin-bottom: 0;
}

.client-say-slider .slick-slider {
    margin: 0 -15px;
}

.client-say-slider .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

.client-say-slider .slick-dots li button:before {
    color: #D7B369 !important;
    font-size: 40px;
    opacity: 1;
}

.client-say-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #000 !important;
}

.blog-area 
{
    background: #FFEBC3;
    padding: 60px 0;
}

.blog-card {
    background: #FFF;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.blog-card::after 
{
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    background: url(../images/blog-right-shape.jpg) no-repeat;
    width: 107px;
    height: 107px;

}

.blog-image {
     
    position: relative;
    z-index: 9;
    padding: 15px;
    object-fit: cover;
}

.blog-image img {
    border-radius: 30px 100px 30px 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    height: 328px; 
    width: 100%;
    
}

.blog-image::after {
    content: '';
    position: absolute;
    background: url(../images/blog-corner.png) no-repeat right;
    width: 126px;
    height: 140px;
    top: 5px;
    right: 5px;
}

.blog-date 
{
    width: 70px;
    height: 70px;
    background: var(--bg-main);
    color: #FFF;
    text-align: center;
    border-radius: 30px 0px 0px 0px;
    padding: 10px;
}

.blog-date {
    width: 70px;
    height: 70px;
    background: var(--bg-main);
    color: #FFF;
    text-align: center;
    border-radius: 30px 0px 0px 0px;
    padding: 10px;
    margin-top: -70px;
    position: relative;
    z-index: 9;
    margin-left: 30px;
}

.blog-content h3 
{
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    color: #484848;
    margin-bottom: 10px;
} 

.rounded-arrow 
{
    background: var(--bg-main);
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    flex: 0 0 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #FFF !important;
    margin-left: auto;
    position: relative;
    z-index: 99;
    right: -12px;
    margin-top: -30px;
}

.client-say-slider .slick-slider {
    margin: 0 -15px;
}

.blog-slider .slick-slide {
    margin-right: 15px;
    margin-left: 15px;
}

.blog-slider .slick-prev:before {
    content: '\F12F';
    font-family: bootstrap-icons;  
    color: #694700;
}

.blog-slider .slick-next:before {
    content: '\F138';
    font-family: bootstrap-icons;  
    color: #694700;
}
.blog-slider .slick-prev 
{
    left: -50px;
}

.blog-slider .slick-next 
{
    right: -50px;
}
.blog-slider .slick-prev, .blog-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffff;
    border: 2px solid #694700;
    outline: none;
    background: transparent;
    border-radius: 50%;
}




/* ******************************************** */
/******************* Gallery Start **************/
/* ******************************************** */

.gallery-area {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 80px 0px;
}

.gallery-area>.container-fluid .gallerys {
    margin-right: -15px;
    margin-left: -15px;
}

.gallery-holder {
    width: 98%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    margin: 1%;
}

.gallery-holder img {
    width: 100%;
}

.gallery-holder>.holder {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
}

.gallery-holder>.holder .capson {
    background: rgba(8, 21, 52, 0.80);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate(-100%, 0px);
    transition: all 0.4s;
}

.gallery-holder:hover .holder .capson {
    transform: translate(0px, 0px);
}

.gallery-holder>.holder .capson .lightbox {
    position: relative;
    width: 60px;
    height: 60px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: #fff;
    transform: translate(-500%, 0px);
    transition: all 0.9s;
}

.gallery-holder:hover>.holder .capson .lightbox {
    transform: translate(0px, 0px);
}

.gallery-holder>.holder .capson .lightbox i {
    position: relative;
    z-index: 1;
}

.gallery-holder>.holder .capson .lightbox::after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0px;
    top: 0px;
    transform: rotateZ(0deg);
    z-index: 0;
    transition: all 0.3s;

}

.gallery-holder>.holder .capson .lightbox:hover::after {
    background: #d2202d;
    transform: rotateZ(45deg);
}

.tab-center {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 45px;
}

.tab-center button {
    margin: 5px 1px;
    width: 165px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-transform: uppercase;
    border: none;
    font-weight: 500;
    font-size: 13px;
}

.tab-center button:first-child {
    background: #133d99;

}

.tab-center button:last-child {
    background: #d2202d;
}

/* ******************************************** */
/******************* Gallery End **************/
/* ******************************************** */



.multiple-items .slick-prev, .multiple-items .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 38%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #000;
    border: none;
    outline: none;
    background: #FFEBD0;
    border-radius: 50%;
    z-index: 9999;
}


.multiple-items .slick-prev:before, .multiple-items .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
    color: #A36246;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.multiple-items .slick-prev {
    left: -50px;
}

.multiple-items .slick-next {
    right: -50px;
}

.multiple-items .slick-prev:before {
    content: '\F12F';
    font-family: bootstrap-icons !important;
}

.multiple-items .slick-next:before {
    content: '\F138';
    font-family: bootstrap-icons !important;
}


/****************** Footer *************************/ 


footer 
{
    background: url(../images/footer-bg.jpg) no-repeat center; 
    background-size: cover;
    position: relative;
    padding: 30px 0;
}

/* footer::after {
    content: '';
    background: url(../images/header-top-design.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 22px;
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
}

footer::before {
    content: '';
    background: url(../images/header-top-design.png);
    background-repeat: repeat-x;
    width: 100%;
    height: 22px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
    rotate: 180deg;
} */

.footer-info ul li 
{
    display: flex;
    align-items: center;
    color: #FFF;
    max-width: 30%;
    margin-right: 30px;
}  

.footer-info ul li i  
{
    font-size: 35px;
    color: #FFD786;
    margin-right: 15px;
} 

.footer-info {
    padding: 20px;
    border-bottom: 1px solid #FFD786;
    width: 80%;
    margin: 0 auto;
}

.footer-link ul li a 
{
    color: #FFF;
    text-transform: capitalize;
    font-size: 18px;
    padding: 0 25px;
}

.footer-sicial ul li a 
{
    color: #FFD786;
    font-size: 25px;
    width: 45px;
    height: 45px;
    border-radius: 50px;
    border: 1px solid #FFD786;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 25px;
    margin: 0 10px;

}

.copy-right 
{
    background: #BE8614;
    color: #FFF;
}
.copy-right p  
{
    color: #FFF;
}



/********************* innerpage *******/ 

.inner-banner {
    padding: 150px 0;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center;
}

.inner-banner strong {
    color: #FFF;
    position: relative;
    z-index: 99;
    font-size: 50px;
    font-weight: 100;
    font-family: "Playfair Display", serif;
}

.about-section 
{
    background: #f5f5f5;
    padding: 80px 0;
}

.defoult-content h1
{
    font-size: 35px;
    line-height: 40px;
    color: #000;
    font-weight: 100;
    font-family: "Playfair Display", serif;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.defoult-content h2
{
    font-size: 30px;
    line-height: 40px;
    color: #000;
    font-weight: 100;
    font-family: "Playfair Display", serif;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.defoult-content h3
{
    font-size: 25px;
    line-height: 40px;
    color: #000;
    font-weight: 100;
    font-family: "Playfair Display", serif;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.defoult-content p  
{
    margin-bottom: 10px;
    line-height: 28px;
}

.contact-form {
    background: #f5f5f5;
    padding: 25px;
    border-radius: 15px;
}

.contact-form .heading {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    font-weight: 600;
    color: #000;
}

.contact-form input[type="text"], .contact-form input[type="email"], .contact-form select {
    height: 55px;
    box-shadow: none !important;
    outline: none !important;
    padding: 0 20px;
}

.contact-form .form-control:focus 
{
    box-shadow: none; 
}


.submit-btn {
    background: var(--bg-main);
    padding: 10px 20px;
    color: #FFF;
    display: inline-block;
    font-weight: 600;
    border: none;
    width: 200px;
    text-transform: uppercase;
}

.heading-contact {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    background: var(--bg-main);
    padding: 15px;
    text-align: center;
    border-radius: 15px;
}

.details-contact {
    height: 100%;
    padding: 20px;
    border-radius: 15px;
    background: #FFEBC3;
}

.round-icon {
    background: #000000;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 50px;
    margin-right: 15px;
    color: #FFF;
}

.foot-description b {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.foot-description p {
    color: #000;
    font-size: 16px;
}

.contact-from-area 
{
    padding: 80px 0;
}


.product-details 
{
    padding: 80px 0;
}

.product-slider 
{
    margin-bottom: 20px;
}




.product-slider .slick-prev:before {
    content: '\F12F';
    font-family: bootstrap-icons;  
    color: #000;
}

.product-slider .slick-next:before {
    content: '\F138';
    font-family: bootstrap-icons;  
    color: #000;
}
.product-slider .slick-prev 
{
    left: 20px;
}

.product-slider .slick-next 
{
    right: 20px;
}
.product-slider .slick-prev, .product-slider .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: #ffffff;
    border: 2px solid #694700;
    outline: none;
    background: #ffffff;
    border-radius: 50%;
    z-index: 99;
}

.product-sample .slick-slider {
    margin: 0 -15px;
}

.product-sample .slick-slide {
    margin-right: 10px;
    margin-left: 10px;
}

 

.blog-details-area 
{
    padding: 80px 0;
}


.right-part-main {
    position: sticky;
    top: 80px;
}

.list-service {
    padding: 15px;
    background: #f5f5f5;
    margin-top: 20px;
}

.list-service li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 25px;
}

.list-service li:after {
    top: 7px;
    left: 0px;
    content: "";
    position: absolute;
    width: 12px;
    border-radius: 100%;
    height: 12px;
    background: #fff;
    border: 4px var(--bg-main) solid;
}

.defoult-content img
{
    margin-bottom: 20px;
}


.side-contact {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 999;
}

.side-contact a {
    margin-bottom: 15px;
    position: relative;
    right: -95px;
    transition: all .4s ease-in-out;
}

.side-contact a {
    margin-bottom: 15px;
    position: relative;
    right: -110px;
    transition: all .4s ease-in-out;
}


.contact-whatsapp {
    background: #23AE01;
    padding: 10px;
    width: 165px;
    border-radius: 30px 0 0 30px;
    color: #FFF !important;
    font-size: 18px;
}

.side-call {
    background: var(--bg-main);
    padding: 10px;
    width: 165px;
    border-radius: 30px 0 0 30px;
    color: #FFF !important;
    font-size: 18px;
}

.side-contact a:hover {
    right: 0px;
}

.side-contact a img {
    margin-right: 15px;
}


a.shop-btn {
    background: var(--bg-main);
    padding: 10px 15px;
    border-radius: 30px;
    text-transform: capitalize;
    color: #fff;
}


.thumbnails {
    display: flex;
    justify-content: space-between;
    align-items: center;
 
}

.img-display {
  flex-grow: 1;
  
}

.thumb {
   
  margin: 0 .25rem .25rem 0;
  width: 120px;
  transition: opacity .25s ease-out;
}

.thumb:hover,
.thumb.active {
  opacity: 1;
}

.zoom {
  display: inline-block;
}

.shop-slider .slick-slide {
    padding: 0 10px;
    border-radius: 15px;
    overflow: hidden;
}

.shop-slider .slick-slide video 
{
	object-fit: cover; 
}

.shop-slider .slick-slide
{
    padding: 0 10px;
    border-radius: 15px;
    overflow: hidden;
}


.shop-slider .slick-prev, .shop-slider .slick-next 
{
    background: #be8614;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shop-slider .slick-next {
    right: -45px;
}

.shop-slider .slick-prev {
    left: -45px;
}

.shop-slider .slick-next:before {
    content: '\F285';
    font-family: bootstrap-icons;  
}

.shop-slider .slick-prev:before {
    content: '\F284';
    font-family: bootstrap-icons;  
}

nav.pagination-nav {
    display: flex;
    align-items: center;
    justify-content: center;
	margin-top: 20px; 
}
.pagination-nav .page-numbers
{
	display: flex; 
}

.pagination-nav .page-numbers li a
{
	background: #f5f5f5; 
	padding: 15px;
	color: #000; 
}

.pagination-nav .page-numbers li .current 
{
	background: var(--bg-main);
	padding: 15px;
	color: #fff; 
}

 
