*{padding:0;
margin:0;
box-sizing:border-box;
}

:root{
--bg-dark:#1E1E1E;
--bg-white:#ffffff;
--bg-black:#000000;
--bg-silver:#D9D9D9;
}

body{background:var(--bg-black) url(https://silvermonk.in/public/assets/Images/body-bg.jpg) no-repeat fixed;     background-size: cover;color:var(--bg-white);line-height: 30px;}
.fix-header {
background-color: var(--bg-dark);
height:35px;
line-height: 3;
position: sticky;
top: 0;
z-index:999;
}
a{text-decoration: none;}
.top-header {display: flex;align-items: center;justify-content: center; font-size:12px;}
.items-left {
display: flex;
align-items: center;
justify-content: space-around;
gap: 60px;
}
header.header {
display: block;
padding: 20px 0;
}
nav.navbar ul.navbar-items {
display: flex;
align-items: center;
justify-content: center;
margin: auto;
list-style: none;
}
.bg-darkk {
background-color: var(--bg-dark);
}
.slider-img {
position: relative;
right:-13px;
bottom:0;
}
img {
width: 100%;
height: auto;
}
.bland-logo img {
max-width: 240px;
height: auto;
}
h1{font-size: 4.2rem;}
h1,h2,h3,h4,h5,h6{color: var(--bg-white);}
nav.navbar ul.navbar-items a {
padding: 0px 21px;
text-decoration: none;
color: var(--bg-white);
font-weight: 500;
}
.shape {
padding: 10px 36px !important;
display: inline-block;
border-radius: 50px !important;
background-color: var(--bg-silver) !important;
font-size: 21px !important;
display: flex;
align-items: center;
font-weight: 500 !important;
border: none !important;
}
.slider h1 {
margin-bottom:21px;
}

/* Body css */
.space{padding: 70px 0;}

.product-card {
background-color: var(--bg-dark);
}
.h2, h2{font-size: 3rem;}
.call-To-action {
position: relative;
}


.call-To-action-text p{ font-size: 18px;}
.call-To-action-text {
position: absolute;
top:10%;
left:15%;
text-align: center;
}
.login_button a {
color: var(--bg-white);
font-weight: 500;
}
.call-To-action img {
max-height: 607px;}

.bannerSlider-items{
    display:flex!important;
    margin:auto!important;
}

@media screen and (max-width:575px) {
.h2, h2{font-size: 2rem!important;}
.call-To-action-text{position: relative;left: 0; top:0;margin-top: 20px;}

    .bg-darkk{padding:}

    h1 {
        font-size: 28px !important;
    }
}
.OurClients button{ display:none!important;}

@media screen and (max-width:767px) {
.service-items, .product-card{max-width: 480px;margin:auto;}
.bannerSlider-items {
    position: relative;
}
.bannerSlider-items1 {
        position:absolute;
        left:50%;
        bottom: -24px;
        transform: translateX(-50%);
        width: 100%;
        z-index: 9;
        background-color: #00000069;
        padding: 12px 12px 20px;
    }
}

@media screen and (max-width: 991px) {
.h2, h2 {
font-size: 2.5rem;
}
.space{padding: 45px 0;}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul{text-align: left;}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{text-align: left;}
.header .menu > ul > li > a{text-align: left;}
.logo{width: 180px;}
header.header{padding: 7px 0;}
.mobile-menu-trigger span{background-color: var(--bg-white);}
.top-header{margin-right: 50px;}

.exit-timing{display: none;}
.address_t {
display: none;
}
.mobile-menu-trigger {
background:transparent;
width: 49px;
height: 49px;
position: fixed;
top: 0px;
right: 0;
z-index: 999;
}


h1 {
font-size: 2.5rem;
text-align: center;
}
.bg-darkk{padding: 50px 5px 0;}
button.btn.btn-light{display:flex; margin: auto;}
.slider-img{right:-5px;}
}   



/* HEADER CSS */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');

body{
line-height: 1.5;
font-family: 'Poppins', sans-serif;
font-weight: 300;
overflow-x: hidden;
}
*{
margin:0;
box-sizing: border-box;
}
:before,:after{
box-sizing: border-box;
}
.container{
max-width: 1200px;
margin:auto;
}



.v-center{
align-items: center;
display:block;
flex-wrap: wrap;
}
ul{
margin:0;
padding:0;
}
a{
text-decoration: none;
}
/* header */
.header{
display: block;
width: 100%;
position: relative;
z-index: 99;
padding:15px;
}
.header .item-left{
flex:0 0 17%;
}
.header .logo a{
font-size: 30px;
color:#000000;
font-weight: 700;
text-decoration: none;
}
.header .item-center{
flex:0 0 66%;
}
.header .item-right{
flex:0 0 17%;
display: flex;
justify-content: flex-end;
}
.header .item-right a{ 
text-decoration: none;
font-size: 16px;
color:#555555;
display: inline-block;
margin-left: 10px;
transition: color 0.3s ease;
}
.header .menu > ul > li{
display: inline-block;

}
.header .menu > ul > li > a{
font-size: 15px;
font-weight:300;
color:#FFF;letter-spacing: 0.5px;
position: relative;
text-transform: capitalize;
transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu{
position: absolute;
z-index: 500;
background-color:#ffffff;
box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3); 
padding: 10px;
transition: all 0.5s ease;
margin-top:25px;
opacity:0;
visibility: hidden; min-width:220px;
}
@media(min-width: 992px){
.call-To-action-text {
position: absolute;
top: 50%;
left: 50%;
text-align: center;
width: 80%;
transform: translate(-50%, -50%);
}
.header .menu > ul > li.menu-item-has-children:hover .sub-menu{
margin-top: 0;
visibility: visible;
opacity: 1;
}
}
.header .menu > ul > li .sub-menu > ul > li{
line-height: 1;
}
.header .menu > ul > li .sub-menu > ul > li > a{
display: inline-block;
padding: 10px 0;
font-size: 15px;
color: #555555;
transition: color 0.3s ease;
text-decoration: none;
text-transform: capitalize;
}
.header .menu > ul > li .single-column-menu{
min-width: 280px;
max-width: 350px;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
line-height: 1;
display: block; 
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
padding:10px 0;
display: inline-block;
font-size: 15px;
color:#555555;
transition: color 0.3s ease;
}
.header .menu > ul > li .sub-menu.mega-menu{ 
left: 50%;
transform: translateX(-50%); 
}

.header .menu > ul > li .sub-menu.mega-menu-column-4{
max-width: 1100px;
width: 100%;    
display: flex;
flex-wrap: wrap;
padding:20px 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
flex:0 0 25%;
padding:0 15px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
font-size: 16px;
color:#F3B007;
font-weight: 500;
line-height: 1;
padding:10px 0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
text-align: center;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
max-width: 100%;
width: 100%;
vertical-align: middle;
margin-top: 10px;
height: 300px;
object-fit: cover;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover,
.header .menu > ul > li .sub-menu > ul > li > a:hover,
.header .item-right a:hover,
.header .menu > ul > li:hover > a{
color:#F3B007;
}
/* banner section */
.banner-section{
background-image: url('../img/banner.jpg');
background-size: cover;
background-position: center;
height: 700px;
width: 100%;
display: block;
}
.mobile-menu-head,
.mobile-menu-trigger{
display: none;
}
.product_img img {
max-width:60%;
   
}
.categoriesList {
    text-align: center;
}
.allCategories ul.slick-dots {
    display: none!important;
}


/*responsive*/
@media(max-width: 991px){

.header .item-center{
order:3;
flex:0 0 100%;
}
.header .item-left,
.header .item-right{
flex:0 0 auto;
}
.v-center{
justify-content: space-between;
}
.mobile-menu-trigger{
display: flex;;
margin-left: 15px;
cursor: pointer;
align-items: center;
justify-content: center;
}
.mobile-menu-trigger span{
display: block;
height: 2px;
background-color:var(--bg-white);
width: 24px;
position: relative;
}
.mobile-menu-trigger span:before,
.mobile-menu-trigger span:after{
content: '';
position: absolute;
left:0;
width: 100%;
height: 100%;
background-color:var(--bg-white);
}
.mobile-menu-trigger span:before{
top:-6px;
}
.mobile-menu-trigger span:after{
top:6px;
}
.header .item-right{
align-items: center;
}

.header .menu{
position: fixed;
width: 320px;
background-color:#ffffff;
left:0;
top:0;
height: 100%;
overflow: hidden;
transform: translate(-100%);
transition: all 0.5s ease;
z-index: 1099;
}
.header .menu.active{
transform: translate(0%);  
}
.header .menu > ul > li{
line-height: 1;
margin:0;
display: block;
}
.header .menu > ul > li > a{
line-height: 50px;
height: 50px;
padding:0 50px 0 15px;
display: block;
border-bottom: 1px solid rgba(0,0,0,0.1);
}
.header .menu > ul > li > a i{
position: absolute;
height: 50px;
width: 50px;
top:0;
right: 0;
text-align: center;
line-height: 50px;
transform: rotate(-90deg);
}
.header .menu .mobile-menu-head{
display: flex;
height: 50px;
border-bottom: 1px solid rgba(0,0,0,0.1);
justify-content: space-between;
align-items: center;
position: relative;
z-index: 501;
position: sticky;
background-color: #ffffff;
top:0;
}
.header .menu .mobile-menu-head .go-back{
height: 50px;
width: 50px;
border-right: 1px solid rgba(0,0,0,0.1);
cursor: pointer;
line-height: 50px;
text-align: center;
color:#000000;
font-size: 16px;
display: none;
}
.header .menu .mobile-menu-head.active .go-back{
display: block;
}
.header .menu .mobile-menu-head .current-menu-title{
font-size: 15px;
font-weight: 500;
color:#000000;
}
.header .menu .mobile-menu-head .mobile-menu-close{
height: 50px;
width: 50px;
border-left: 1px solid rgba(0,0,0,0.1);
cursor: pointer;
line-height: 50px;
text-align: center;
color:#000000; 
font-size: 25px;
}
.header .menu .menu-main{
height: 100%;
overflow-x: hidden;
overflow-y: auto;
}
.header .menu > ul > li .sub-menu.mega-menu,
.header .menu > ul > li .sub-menu{
visibility: visible;
opacity: 1;
position: absolute;
box-shadow: none;
margin:0;
padding:15px;
top:0;
left:0;
width: 100%;
height: 100%;
padding-top: 65px;
max-width: none;
min-width: auto;
display: none;
transform: translateX(0%);
overflow-y: auto;
}
.header .menu > ul > li .sub-menu.active{
display: block;
}
@keyframes slideLeft{
0%{
opacity:0;
transform: translateX(100%);
}
100%{
opacity:1;
transform: translateX(0%); 
}
}
@keyframes slideRight{
0%{
opacity:1;
transform: translateX(0%);
}
100%{
opacity:0;
transform: translateX(100%);  
}
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
margin-top:0;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
margin-bottom: 20px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
margin-bottom:0px;
}
.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
flex: 0 0 100%;
padding: 0px;
}
.header .menu > ul > li .sub-menu > ul > li > a,
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
display: block;
}
.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
margin-bottom: 15px;
}
.menu-overlay{
position: fixed;
background-color: rgba(0,0,0,0.5);
left:0;
top:0;
width: 100%;
height: 100%;
z-index: 1098;
visibility: hidden;
opacity:0;
transition: all 0.5s ease;
}
.menu-overlay.active{
visibility: visible;
opacity:1;   
}
.header .menu > ul > li > a{color:var(--bg-black);}
}

/* ADDICTIONAL CSS */
.logo {
max-width: 240px;
}
.shop_now_box {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
width: 80%;
}
.shop_now_bx {
position: relative;
}
.testimomial {
    background-color: var(--bg-dark);
    padding: 90px 35px 35px;
    margin: 0;
    position: relative;
    border-radius: 90px 90px 0 0;
}

.testimonial-details .author {
    width: 100px;
    height: 100px;
    max-width: 100%;
    min-width: 60px;
    min-height: 60px;
    /* border: 2px solid #fff; */
    border-radius: 50%;
    padding: 7px;
    background-color: #000;
    top: -50px;
    position: absolute;

    left: 50%;
    transform: translateX(-50%);
    padding: 8px;
}
.gallery-img img {
width: 370px;
height: 300px;
object-fit: cover;
max-width: 100%;
}
.qoute-icons {
    width: 45px;
    position: absolute;
    top: 45px;
    left: 25px;
}

button.slick-next.slick-arrow,button.slick-prev.slick-arrow {
display: none!important;
}
button#slick-slide-control00, button#slick-slide-control01, button#slick-slide-control02, button#slick-slide-control03,button#slick-slide-control04,button#slick-slide-control05{display: none;}

.footer-logo {
max-width: 225px;
}
.footer-bottom {
background-color: var(--bg-dark);
}
.social-links i {
background: transparent;
width: 40px;
height: 40px;
display: flex;
margin: auto;
justify-content: center;
align-items: center;
border: 1px solid #fff;
border-radius: 50px;
color: #fff;
transition: all 300ms ease;
}
ul.arrowlist li {
position: relative;
list-style: none;
}
ul.arrowlist li:before {
content: '\F138';
font-family: 'bootstrap-icons';
position: absolute;
left:-24px;
top: 0;
}
footer.footer a {
color: var(--bg-white);
}
ul.slick-dots {
display: flex;
align-items: center;
justify-content: center;
gap: 20px;
}
ul.slick-dots{font-size: 32px!important;}
li.slick-active{color:var(--bg-silver);}
.content-b {
display: none;
}

.gallery-img {text-align: center;
}
.social-links a:hover i {
background: #fff;
transform: scale(1.1);
transition: all 300ms ease;
color: #000;
}

.items-box.misn-vsn {
background: #ffffff7a;
padding: 20px;
color: #fff;
position: relative;
height: 100%;
padding-left: 100px;
display: flex
;
align-items: center;
}
.items-box.misn-vsn .missn {
position: absolute;
color: #fff;
background: #ffdd80;
top: 0;
bottom: 0;
left: 0;
width: 80px;
display: flex
;
align-items: center;
justify-content: center;
text-transform: uppercase;
}
.items-box.misn-vsn .missn h2 {
    transform: rotate(-90deg);
    color:#000;text-align: center;
    margin: 0;
    font-size: 32px;
}