html{
    scroll-behavior: smooth;
}
body{
	background-color: white;
	font-size: 14px;
	font-family: 'Quicksand', sans-serif !important;
}
.dropdown:hover .dropdown-menu {
	transition: all 0.3s ease;
    display: block;
    margin-top: 0; /* remove the gap so it doesn't close */
}
.bgPrimary{
    background: rgb(233,0,58);
	background: -webkit-linear-gradient(left, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	background: -o-linear-gradient(left, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	background: linear-gradient(to right, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
}
.juWhy{
	background: url("../img/bg_why.jpg") no-repeat;
	background-position: center;
	background-size: cover;
}


/*-- Fonts --*/

.font-quick{
    font-family: 'Quicksand', sans-serif;
}
.font-poppins{
    font-family: 'Poppins', sans-serif;
}



/* Colors */
.colorPrimary{
    background: rgb(233,0,58);
	background: -webkit-linear-gradient(left, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	background: -o-linear-gradient(left, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	background: linear-gradient(to right, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%); 
}
.colorLightGrey{
    color: #707070;
}
.colorSecondary{
    color: #233350;
}

.bgSecondary{
    background-color: #233350 !important;
}
.colorGold{
    color: #efca15 !important;
}

.juFullProduct{
    padding-top: 40px;
}
.juFullProduct nav .breadcrumb-item a{
    text-decoration: none;
    color:#717171;
}
.juFullProduct nav .breadcrumb-item a:hover,.juFullProduct nav .breadcrumb-item a:focus{
    transition: all 0.3s ease;
    color:#b9006a;
}
.juFullProduct nav .breadcrumb-item.active{
    color:#b9006a;
}
.juFullProduct h4.juProductTitle{
    font-size: 36px;
    margin-bottom: 15px;
    font-weight: 600;
    color:#b9006a;
}

.juFullProduct .juProductImageCard .card {
   border-color:#e4e4e4;
}
.juEnqBtn{
    background: rgb(20 164 34 / 85%) !important;
}
.juEnqBtn.card i {
    font-size: 60px;
    color: white;
}
.juEnqBtn h4{
    font-size: 30px;
    color: white;
}
.juProductImageCard a{
    text-decoration: none;
}
.juProductImageCard h4{
    padding-top: 10px;
}
.juProLeftPanel ul .list-group-item.active a{
	color: white;	
}
.juProLeftPanel ul .list-group-item.active{
	background: rgb(233,0,58);
	background: -webkit-linear-gradient(left, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	background: -o-linear-gradient(left, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	background: linear-gradient(to right, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%); 
	border: 0px;
}
.juProLeftPanel ul .list-group-item:hover{
	background: rgb(233,0,58);
	background: -webkit-linear-gradient(left, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	background: -o-linear-gradient(left, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	background: linear-gradient(to right, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%); 
	border: 0px;
	transition: all 0.3s ease;
}
.juProLeftPanel ul .list-group-item:hover a{
	color: white;
}
.juProLeftPanel ul li a{
	font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
    text-decoration: none;
}
.juProCardMain .card-header{
	padding-top: 15px;
    padding-bottom: 15px;
    background: none;
}
.juProChild a{
	text-decoration: none;
    transition: all 0.3s ease-in-out;
    border:1px solid transparent;
    display: block;
    border-radius: 5px;
}
.juProChild ul li a:hover{
    border:1px solid #b9006a;
}
.juProChild ul li a:hover h5{
    color:#b9006a !important;
}
.juProChild h5{
	padding-top: 17px;
    font-size: 16px;
    font-weight: 600;
    color: #505050;
    letter-spacing: 0.3px;
}
.juHeadSection{
	padding-top: 60px;
	padding-bottom: 60px;
}
.juHeadSection h3{
	font-size: 26px;
    font-weight: 600;
    color: white;
	margin-bottom: 0px;
	text-align: center;
}
.inNavbar .dropdown .dropdown-item{
    font-size: 14px;
    letter-spacing: 0.3px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.inNavbar .nav-item a.nav-link{
	font-size: 15px;
    font-weight: 900;
    letter-spacing: 0.5px;
    padding: 10px 20px 10px 20px;
    border-radius: 30px;
    transition: all 0.3s ease-in-out;
	color:#b9006a;
}
.inNavbar .nav-item a.nav-link:hover{
	box-shadow: 0px 0px 16px 2px #0000001f;
}
.inLogo img {
    max-height: 70px;
}
.inNavbar .inLogo{
	padding-top: 10px;
	padding-bottom: 10px;
}


.juWelcomSection h3{
	color: #404040;
    font-weight: 600;
}
.juWelcomSection p{
	line-height: 30px;
    font-size: 15px;
    font-weight: 500;
    color: black;
	letter-spacing: 0.3px;
}
.juWelcomSection{
	padding-top: 30px;
	padding-bottom: 50px;
}
.juHeadDet{
	padding-top: 10px;
	padding-bottom: 10px;
}
.juHeadDet a{
    color:white;
    text-decoration: none;
}
.juHeadDet a:hover,.juHeadDet a:focus{
    transition: all 0.3s ease;
    color:rgb(224, 224, 224);
    
}
.juTopSec{
	background: rgb(233,0,58);
	background: -webkit-linear-gradient(left, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	background: -o-linear-gradient(left, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	background: linear-gradient(to right, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
}
.juTopSec span{
	font-weight: 800;
    letter-spacing: 0.5px;
    color: #e8e8e8;
	font-size: 15px;
}
.juTopSec .juTopSocial a{
	color: white;
    font-size: 24px;	
}
.juWhy{
	padding-top: 50px;
	padding-bottom: 80px;
}
.juWhy h3{
	color: #ffffff;
    font-weight: 600;
	margin-bottom: 50px;
	letter-spacing: 0.5px;
}
.juWhy .card .card-body h4{
	font-size: 18px;
    font-weight: 700;
	color:#b9006a;
}

.juWhy .card .card-body i{
	font-size: 60px;
	margin-bottom: 20px;
    border-radius: 100%;
	background: rgb(233,0,58);
	background: -webkit-linear-gradient(left, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	background: -o-linear-gradient(left, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	background: linear-gradient(to right, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	color:white;
	font-weight: 700;
}
.juFe{
	padding-top: 50px;
	padding-bottom: 50px;
}
.juFe h3{
	color: #404040;
    font-weight: 600;
}
.p-30{
	padding: 30px;
}
.p2{
	padding: 30px 25px 30px 25px;
}
.juProCard h3{
	font-size: 22px;
    font-weight: 600;
	color: #b9006a;
}
.juHomeBlog{
	padding-top: 50px;
	padding-bottom: 50px;
}
.juHomeBlog h3{
	color: #404040;
    font-weight: 600;
}
.juHomeBlogCard h4{
	font-size: 18px;
    font-weight: 700;
    line-height: 26px;
	color: #b9006a;
}
.juHomeBlogCard{
	font-size: 14px;
}
.juHomeBlogCard h6{
	margin-bottom: 5px;
	font-size: 14px;
	color: #b9006a;
}
.juHomeBlogCard h3{
	color: #404040;
    font-weight: 600;
    font-size: 18px;
}
.juBtn1{
	background: rgb(233,0,58);
	background: -webkit-linear-gradient(left, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	background: -o-linear-gradient(left, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	background: linear-gradient(to right, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	color:white !important;
	border-radius: 30px;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
}
.juBtn1:hover{
	background: rgb(233,0,58);
	background: -webkit-linear-gradient(left, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	background: -o-linear-gradient(left, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	background: linear-gradient(to right, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	color: #f1f1f1 !important;
}
.inFooter1{
	background: #2e2e2e;
}
.inFooter1 h1{
	font-size: 16px;
    color: #b9006a;
    font-weight: 700;
    padding-top: 20px;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}
.inFooterLinks ul li a{
	display: block;
    padding-top: 6px;
    padding-bottom: 6px;
    color: #bbbbbb;
    text-decoration: none;
    transition: all 0.3s ease;
    font-size: 15px;
    letter-spacing: 0.3px;
}
.inFooterLinks ul li a:hover{
	color: #b9006a;
}
.juFollowSec p{
	display: block;
    color: #bbbbbb;
    font-size: 15px;
    letter-spacing: 0.3px;
	margin-top: 5px;
	margin-bottom: 10px;
}
.juFollowSec .inFollowIcon a{
	color: white;
    font-size: 24px;
}
footer{
	background: rgb(233,0,58);
	background: -webkit-linear-gradient(left, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	background: -o-linear-gradient(left, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	background: linear-gradient(to right, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	color: white;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 15px;
    letter-spacing: 0.3px;
}
footer a{
	font-weight: 700;
	color: white;
	text-decoration: none;
}
footer a:hover{
	font-weight: 700;
	color: #E7E7E7;
	text-decoration: none;
	transition: all 0.3s ease;
}
body::-webkit-scrollbar {
   width: 15px;
}
body::-webkit-scrollbar-track {
	background:rgba(236,236,236,1.00);
}
body::-webkit-scrollbar-thumb {
	background: rgb(233,0,58);
	background: -webkit-linear-gradient(left, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	background: -o-linear-gradient(left, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
	background: linear-gradient(to right, rgba(233,0,58,1) 0%, rgba(143,0,148,1) 100%);
    outline: 1px solid rgb(233,0,58);
}
