
/*Start Top Bar*/
.topBar >.row{
    margin:auto 80px;
    padding:auto 80px;
}
.topSocial{
    text-align:right;
}
figcaption{
    font-size:12px;
    line-height:25px;
}
.top2ndRow, #search-prod{
    background-color: var(--primary);
    z-index:-999999999999999999999999999999;
}

.top-btn-sec > .row{
    padding-right:8px;
    
}
.quoteBtn  button{
    background-color:var(--primary);
    color:var(--txtWht);
    padding:20px 15px;
    border-radius:0px;
}
.quoteBtn  button:hover{
    background-color:var(--primary);
    color:var(--txtWht);
    
}
#search-prod{
	font-weight:bold;
}
#prod-search{
	border:1px solid var(--primary);
	width:250px;
	}

.logo-sec a{
    font-size: 22px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
	text-decoration:none;
}

.logo-sec > a > img{
    width: 320px;
  
}

.logo-sec{
	position: relative;
	z-index:99;
}
.logo-sec::after {
	   position: absolute;
    content: "";
    width: 138px;
    height: 100%;
    top: 0;

	right: -80px;
    background-color: var(--primary);
    transform: skew(-39deg);
    z-index:99;
	
    }
.top-btn-sec{
 line-height:80px;
 padding:24px 60px;
 z-index:9;
}
.top-btn-sec  form{
    padding-top: 1rem!important;
    padding-bottom: 1rem!important;
}






/*Satrt Navbar*/
.header{
    position:relative;
    
    margin: 0 auto;
    padding: 0 200px;
    margin-top:-27px;
    left:0;
    width:100%;
    border-bottom:2px solid hsla(216, 75%, 14%, 0.8);
    z-index:99999999999;
    background-color: hsl(0, 0%, 5%);
   z-index:99999;
}

.header > .row > div.logo{
    margin-top:12px;
}
/*
.header .container-fluid{
    display:flex;
    align-items:center;
    justify-content:space-between;
}
*/
.menu{
    padding-top:5px;
}
.header .row{
    display:flex;
    align-items:start;
}
.header .logo{
    display:none;
}

.head .logo img{
    width:100px;
    
}
.header .menu .head{
    display:none;
}
.header .menu ul{
    list-style:none;
}
.primary-ul {
    display: flex;
    justify-content: center;   /* Centers all menu items */
    align-items: center;       /* Aligns vertically */
    gap: 25px;                 /* Space between items */
    padding:60px auto;
}
.header .menu > ul > li{
    display:inline-block;
}

.header .menu > ul > li:not(:last-child){
    margin-right:4px;
}
.header .menu .dropdown{
    position:relative;
}
.header .menu a{
    font-family: Montserrat;
    font-weight: 500;
    text-decoration:none;
    text-transform:capitalize;
    font-size:13px;
    color:#fff;
    display:block;
    font-size: 13px;
 
}

.header .menu > ul > li >a{
    padding:15px 0px 15px 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    transition: all 0.2s linear;
    
}
.header .menu >ul > .dropdown > a{
    padding-right:15px;
    
}
.header .menu  i{
    font-size:10px;
    
    pointer-events:none;
    user-select:none;
    position:absolute;
    color:#fff;
    top:calc(47% - 5px);
}
.header .menu > ul > li > i{
    right:0px;
}
.header .menu a:hover{
    color:var(--primary);
}
.header .menu .sub-menu{
    position:absolute;
    top:100%;
    left:0;
    width:230px;
    padding:15px 0;
    background-color:hsl(0, 05%, 98%);
    box-shadow:0 0 5px hsla(0, 0%, 0%, 0.5);
    z-index:1;
    transform-origin:top;
    transform:scaleY(0);
    visibility:hidden;
    opacity:0;
    
}

.header .menu .sub-menu-right{
    left:100%;
    top:0;
}
.header .menu .sub-menu-left{
    top:0;
    left:auto;
    right:100%;
}
.header .menu li:hover > .sub-menu{
    opacity:1;
    transform:none;
    visibility:visible;
    transition:all 0.5s ease;
}

.header .menu .sub-menu a{
    padding:6px 24px;
    font-size:13px;
}
.header .menu .sub-menu .dropdown > a{
    padding-right:34px;
}
.primary-ul{margin-bottom:4px;}
.header .menu .sub-menu span{
    background-image:linear-gradient(hsl(196, 95%, 44%), hsl(196, 95%, 44%));
    background-size:0 1px;
    background-repeat:no-repeat;
    background-position:0 100%;
    transition:background-size 0.5s ease;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    color:#000;
    
    display: block;
    font-size: 13px;
    
    
}
.header .menu .sub-menu li:hover > a > span{
    background-size:100% 1px;
}
.header .menu .sub-menu i{
    transform:rotate(-90deg);
    right:24px;
}
.header .menu .sub-menu span:hover{
    color:var(--primary);
}
.primary-ul{margin-left:50px}
.header-right{
    display:flex;
} 
.header-right > *{
    margin-left:25px;
}
.header-right  .icon-btn{
    background-color:transparent;
    cursor:pointer;
    color:hsl(0, 0%, 100%);
    font-size:16px;
    
}

.header-right .open-menu-btn{
    display:none;
}


/*Start Slider CSS*/
/* Slider Container */
#superSlider {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

/* Wrapper for sliding */
.slider-track {
    display: flex;
    height: 100%;
    transition: transform 0.9s ease;
}

/* Individual Slide */
.super-slide {
    position: relative;
    min-width: 100%;
    height: 450px;
    background-size: cover;
    background-position: center;
}

/* Text Caption */
.super-caption {
    position: absolute;
    bottom: 40px;
    left: 50px;
    padding: 10px 20px;
    font-size: 26px;
    background: rgba(0,0,0,0.55);
    color: #fff;
    border-radius: 6px;

    /* Text animations */
    opacity: 0;
    transform: translateY(20px) scale(0.9);
    transition: all 0.8s ease;
}

.super-slide.active .super-caption {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Thumbnails */
#thumbRow {
    display: flex;
    justify-content: center;
    gap: 6px;
    margin-top: 12px;
}
#thumbRow img {
    width: 80px;
    height: 55px;
    object-fit: cover;
    opacity: 0.5;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.3s;
}
#thumbRow img.active {
    opacity: 1;
    border-color: #0d6efd;
}

/* Arrows */
.arrow-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 45px;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
    cursor: pointer;
    border-radius: 50%;          /* perfect circle */
    transition: .3s;
}
.arrow-btn:hover { background: rgba(0,0,0,0.8); }

.arrow-left { left: 25px; }
.arrow-right { right: 25px; }

/* Dots */
#dotsRow {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.dot {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    border-radius: 50%;
    background: #bbb;
    cursor: pointer;
}
.dot.active { background: #0d6efd; }





@media(max-width:991px){
    .header .logo{
    display:block;
}

.topBarCont p{
    font-size:12px;
    line-height:24px;
}


.logo-sec{
    display:none;
}
.header .logo img{
  width:250px;
}
.head .logo img{
    width:70px;
}
.header{
    background-color: hsl(0, 0%, 100%);
    
}   

.primary-ul {
        flex-direction: column !important;
        align-items: flex-start !important;
        justify-content: flex-start !important;
        gap: 0 !important;
    }

 .navbar-search{
    margin-top:-15px;
    
}
    .topRighte{
        display:none;
    }
    .header{
        padding:12px 0;
    }
    
    
    
    .header .menu{
        position:fixed;
        right:0;
        top:0;
        width:320px;
        height:100%;
        background-color:hsl(0, 0%, 10%);
        padding:15px 30px 30px;
        overflow-y:auto;
        z-index:1;
        transform:translateX(100%);
    }
    .header .menu.open{
        transform:none;
    }
    .header .menu .head{
        display:flex;
        align-items:center;
        justify-content:space-between;
        margin-bottom:25px;
    }
    
    .header .menu .close-menu-btn{
        width:35px;
        height:35px;
        position:relative;
        display:inline-flex;
        align-items:center;
        justify-content:center;
        background-color:transparent;
        cursor:pointer;
        border:none;
    }
    
    .header .menu .close-menu-btn::before,
    .header .menu .close-menu-btn::after{
        content:'';
        position:absolute;
        width:80%;
        height:2px;
        background-color:hsl(0, 0%, 100%);
    }
    .header .menu .close-menu-btn::before{
        transform:rotate(45deg);
    }
    .header .menu .close-menu-btn::after{
        transform:rotate(-45deg);
    }
    
    .header .menu > ul > li{
        display:block;
    }
    .header .menu > ul > li:not(:last-child){
        margin-right:0;
    }
    .header .menu li{
        border-bottom:1px solid hsla(0, 0%, 100%, 0.25);
    }
    .header .menu li:first-child{
        border-top:1px solid hsla(0, 0%, 100%, 0.25);
    }
    .header .menu > ul > li > a{
        padding:12px 0;
        
    }
    .header .menu > ul > .dropdown > a{
        padding-right:75px;
    }
    
    
    .header .menu i{
        height:34px;
        width:34px;
        border:1px solid hsla(0, 0%, 100%, 0.25);
        display:inline-flex;
        align-items:center;
        justify-content:center;
        pointer-events:auto;
        cursor:pointer;
        top:7px;
    }
    .header .menu .dropdown.active > i{
        background-color:hsla(0, 0%, 100%, 0.25);
        transform:rotate(180deg);
    }
    .header .menu .sub-menu{
        position:static;
        opacity:1;
        transform:none;
        visibility:visible;
        transition:none;
        box-shadow:none;
        width:100%;
        display:none;
    }
    
     .header .menu .dropdown.active > .sub-menu{
        display:block;
    }
    .header .menu .sub-menu li:last-child{
        border:none;
    }
    .header .menu .sub-menu a{
        padding:12px 0 12px 15px;
    }
    .header .menu .sub-menu .sub-menu a{
        padding-left:30px
    }
     .header .menu .sub-menu .sub-menu .sub-menu a{
        padding-left:45px
    }
    .header .menu .sub-menu span{
        background-image:none;
    }
     .header .menu .sub-menu i{
        transform:none;
        right:0px;
    }
   .primary-ul{margin-left:0px}
    .header-right{
        margin-top:10px;
    }
    
     .header-right .open-menu-btn{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        height:40px;
        width:44px;
        cursor:pointer;
        position:relative;
        background-color:#091E3E;
        /*background-color:transparent;*/
        border:none;
    }
    .header-right .open-menu-btn .line{ 
        height:2px;
        width:30px;
        background-color:hsl(0, 0%, 100%);
        position:absolute;
    }
    .header-right .open-menu-btn .line-1{ 
        transform:translateY(-8px);
    }
     
    .header-right .open-menu-btn .line-3{ 
        transform:translateY(8px);
    }
    .carousel-inner{
    margin-top:-75px;
    
}

.topAdd{
    display:none;
}
.topBar >.row{
    margin:auto 30px;
    padding:auto;
}
.topSocial, .quoteBtn{
    display:none;
}


.top-btn-sec{
 
 padding:4px 10px;
 
}

.top-btn-sec  form{
    display:flex;
    justify-content:center;
    align-items:center;
    padding-top: 0.2rem!important;
    padding-bottom: 0.3rem!important;
}
#search-prod{
    font-size:14.5px;
}
.header{
    margin-top:0px;
}



}

