@font-face {
    font-family: 'Janna LT';
    src: url('../fonts/JannaLT-Regular.eot');
    src: url('../fonts/JannaLT-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/JannaLT-Regular.woff2') format('woff2'),
        url('../fonts/JannaLT-Regular.woff') format('woff'),
        url('../fonts/JannaLT-Regular.ttf') format('truetype'),
        url('../fonts/JannaLT-Regular.svg#JannaLT-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    font-family: 'Janna LT'; 
    font-weight: normal; 
    font-style: normal;
}

/***
Custom Scrollbars
***/
::-webkit-scrollbar {  
    width: 12px;  
}  
::-webkit-scrollbar-track {  
    background-color: #eaeaea;  
    border-right: 1px solid #cecece;  
}  
::-webkit-scrollbar-thumb {  
    background-color: #cecece;  
}  
::-webkit-scrollbar-thumb:hover {  
    background-color: #aaa;  
}  
::-webkit-scrollbar-track {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}
::-webkit-scrollbar-thumb {
    border-radius: 0;
    box-shadow: none;
    border: 0; 
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    text-decoration: none !important;
}


.topbar{
    background: #101010;
    padding: 8px 0;
}
.whatsapp-contact{
    
}
.whatsapp-contact i{
    width: 33px;
    height: 33px;
    background: #a8a8a8;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 24px;
    margin-top: 5px;
}
.whatsapp-contact > div{
    padding-right: 43px;
}
.whatsapp-contact > div h5{
    color: #e7e7e7;
    font-size: 14px;
    margin-bottom: 5px;
}
.whatsapp-contact > div p{
    color: #fff;
    font-size: 18px;
    direction: ltr;
}

.topbar-left .list-unstyled{
    margin-right: -8px;
    margin-left: -8px;
    padding-right: 20px;
    margin-top: 10px;
}
.topbar-left .list-unstyled > li{
    padding-right: 8px;
    padding-left: 8px;
}
.topbar-left .list-unstyled > li > a{
    font-size: 14px;
    color: #fff;
}
.topbar-left .list-unstyled > li > a:hover{
    color: #a8a8a8;
}

.topbar-left form{
    position: relative;
    margin-top: 3px;
}
.topbar-left form .form-control{
    border-radius: 30px;
    border: none;
    box-shadow: none;
    font-size: 14px;
    height: 41px;
    padding-right: 15px;
}
.topbar-left form button{
    position: absolute;
    top: 4px;
    left: 4px;
    width: 33px;
    height: 33px;
    background: #a8a8a8;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.navbar{
    background: #efefef;
    padding: 5px 0;
}
.navbar-light .navbar-nav .nav-link{
    color: #070002;
    padding: 5px 17px;
    font-size: 16px;
    border-radius: 30px;
}
.navbar-light .navbar-nav .active>.nav-link{
    border: 2px solid #101010;
}

.boxedcontainer	{max-width: 1170px; margin:auto; padding:0px 30px;}

.tp-banner-container{
	width:100%;
	position:relative;
	padding:0;

}

.tp-banner{
	width:100%;
	position:relative;
}

.tp-banner-fullscreen-container {
		width:100%;
		position:relative;
		padding:0;
}

.slide-subtitle{
    color: #101010;
    font-size: 48px;
}
.slide-title{
    color: #a1a1a1;
    font-size: 56px;
}
.slide-btn a{
    border: 2px solid #9a9a9a;
    color: #101010 !important;
    font-size: 18px;
    border-radius: 30px;
    padding: 6px 20px 10px;
}
.slide-btn a:hover{
    background: #9a9a9a;
    color: #fff !important;
}

.block{
    padding: 80px 0;
}
.block-title{
    margin-bottom: 50px;
}
.block-title h1{
    color: #080103;
    font-size: 30px;
    font-weight: bold;
}
.block-title.v2 h1{
    padding-right: 15px;
    border-right: 8px solid #a1a1a1;
    margin-top: 10px;
}

.product-box{
    position: relative;
    background: #fff;
    border: 1px solid rgba(24,24,24,0.21);
    padding: 10px;
    margin-bottom: 30px;
    /*-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;*/
}
.product-box:hover{
    
}
.product-box .product-image{
    display: block;
    overflow: hidden;
    padding: 20px 0;
}
.product-box .product-image img{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.product-box:hover .product-image img{
    opacity: 0.6;
}
.product-box .product-btn-group {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    margin-top: -19px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    visibility: hidden;
}
.product-box:hover .product-btn-group {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    visibility: visible;
}
.product-name{
    background: #101010;
    color: #fff;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}
.product-price{
    background: #fff;
    color: #000;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

.home-banner{
    background-color: #efefef;
    background-image: url(../images/banner-bg.jpg);
    background-size: cover;
    background-position: center center;
    padding: 40px 0;
}
.home-banner img{
    
}
.home-banner .home-banner-text{
    padding-top: 60px;
}
.home-banner .home-banner-text h2{
    color: #101010;
    font-size: 56px;
    margin-bottom: 30px;
}
.home-banner .home-banner-text p{
    color: #414141;
    line-height: 30px;
    font-size: 14px;
}
.home-banner .home-banner-text .btn{
    background: #909090;
    color: #fff;
    border-radius: 30px;
}

.mix-filter {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mix-filter li {
    float: right;
    background: #efefef;
    color: #080103;
    font-size: 18px;
    padding: 13px 25px;
    cursor: pointer;
    
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mix-filter li:first-child{
    border-radius: 0 30px 30px 0;
}
.mix-filter li:last-child{
    border-radius: 30px 0 0 30px;
}
.mix-filter li:hover,
.mix-filter li.active {
    background: #101010;
    color: #fff !important;
}
.mix-grid .mix {
    opacity: 0;
    display: none;
}

footer{
    padding: 30px 0;
    background-color: #101010;
    background-image: url(../images/footer-bg.jpg);
    background-size: cover;
    background-position: center center;
}
.social-btns>li>a{
    display: block;
    width: 39px;
    height: 39px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 35px;
}
.social-btns>li>a:hover{
    background: #fff;
    color: #a1a1a1;
}
.footer-links>li{
    margin: 0 10px;
}
.footer-links>li>a{
    color: #fde5f8;
    font-size: 16px;
}
.copyrights{
    font-size: 14px;
    color: #fff;
}
.copyrights a{
    color: #a1a1a1;
}

@media (max-width: 575.98px) { 
    .navbar-light .navbar-brand img{
        width: 180px;
    }
    .navbar-light .navbar-toggler{
        margin-left: 16px;
    }
    .topbar-left form,
    .topbar-left .list-unstyled{
        float: none !important;
    }
    .product-caption>div{
        padding: 0 15px !important;
    }
}

.box {
    position: relative;
    border-top: 0;
    margin-bottom: 30px;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    border-radius: 0;
    padding: 5px;
}
.box-header {
    color: #444;
    display: block;
    padding: 10px;
    position: relative;
}
.box-body {
    padding: 10px;
    border-radius: 0 0 3px 3px;
}
.box-header .box-title, .box-header>.fa, .box-header>.glyphicon, .box-header>.ion {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}