html{
	scroll-behavior: smooth;
}
.main{
	margin-top: 20px;
}
.topnav-r{
	text-align: right;
}
.topnav {
	padding: 10px 0;
}
.bb{
	border-bottom: 1px solid #ececec;
}
.topnav-r a, .topnav-l a{
	color: #ffffff;
}
.topnav-r a:hover, .topnav-l a:hover{
	color: #9d9ff9;
	text-decoration: none;
}
.logo {
	text-align: center;
}
.logoimg{
	padding: 10px 0;
}
.logoimg img {
    height: 100px;
    width: auto;
}
.logoimg a{
    font-size: 55px;
    font-style: italic;
    color: #2a2b59;
    font-weight: 600;
}
.logoimg a:hover {
	text-decoration: none;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.navbar-inverse {
    background-color: #2a2b59;
    border-color: #2a2b59;
}
.navbar {
     border-radius: 0px;
     margin-bottom: 0px !important; 
}
.nav>li>a {
    position: relative;
    display: block;
    padding: 15px 20px !important;
    font-size: 15px;
    font-weight: 600;
    color: #f1f1f1 !important;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #ffffff !important;
     background-color: transparent; 
    /*border-bottom: 2px solid #fff;*/
}
.dropdown-menu>li>a:hover {
    color: #fff !important;
    background: #2a2b59 !important;
    font-weight: 600;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #ffffff !important;
     background-color: transparent; 
}
.navbar-collapse {
     padding-right: 0px; 
     padding-left: 0px; 
}
.dropdown-menu>li>a {
    color: #f3f3f3 !important;
    background: #2a2b59;
    border-bottom: 1px solid #e6e6e6;
}
.moblogo{
	color: #fff !important;
    font-style: italic;
    font-size: 20px;
    font-weight: 600;
}
.bs-slider{
    overflow: hidden;
    max-height: 700px;
    position: sticky;
    /*position: relative;*/
    background: #000000;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
/*.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.40);
}*/
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
    height: 500px;
    object-fit: cover;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #2a2b59;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 1%;
}
.control-round .carousel-control.right {
    right: 1%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: #2a2b59;
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators{
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}



/*---------- SLIDE CAPTION ----------*/
.slide_style_left {
    text-align: left !important;
}
.slide_style_right {
    text-align: right !important;
}
.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}

.slide-text > h2 {
     padding: 0;
    color: #2a2b59;
    font-size: 35px;
    font-style: normal;
    line-height: 40px;
    margin-bottom: 25px;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    font-weight: 700;
    font-family: Aclonica;
}
.slide-text > p {
    padding: 0;
    color: #383636;
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 35px;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}
.slide-text > a.btn-default{
    color: #000;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-right: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;

}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 10px 20px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #2a2b59;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 450px;
}
.sliderpacks img{
	box-shadow: 1px 5px 7px 3px #0000007a;	
}
.sliderpacks{
    margin-top: -10%;
}
.sidemenu {
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
    background-color: #fff;
}
.bbl{
	border-bottom: 1px solid #ccc;
	max-height: 450px;
	max-height: 450px;
	color: #676666 !important;
}
.bbl:hover{
	background-color: #2a2b59;
	/*animation-name: example;*/
	/*animation-duration: 4s;*/
	color: #fff !important;
	text-decoration: none !important;
}

.bbl h4{
    padding: 16px;
    margin-top: 0px;
}
/*.bbl h4 a{
    color: #676666;
}*/
.bbl h4:hover{
    /*color: #000;*/
    text-decoration: none !important;
}
.bbl h4 span{
	float: right;
}
/*.bbl h4 span{
    color: #000;
}*/
.ptb {
    padding-top: 20px;
    padding-bottom: 20px;
}
.ptb2{
    padding-top: 15px;
    /* padding-bottom: 17px; */
    background: #eef0f3;
}
.ptb3{
    margin-top: 15px;
}
.pros{
    background-color: #fff;
}
.grey {
	border:2px solid #f2f2f2;
	background:#f2f2f2;
}
.greyb {
	border:2px solid #f2f2f2;
}
.catbox h4 {
	font-family: "Brush Script MT", cursive;
    text-align: center;
    font-size: 32px;
    text-decoration: none !important;
}
.catbox h4:hover {
    text-decoration: none;
}
.catbox img {
	height: 175px;
	width: 100%;
    object-fit: contain;
}
.catbox a {
    color: #000;
    text-decoration: underline;
}
.catbox a:hover {
    color: #337ab7;
    text-decoration: underline;
}
.catbox{
	box-shadow: 0 1px 2px #c3c3c3;
	margin-top:10px;
}
.catbox:hover {
    box-shadow: 0 1px 10px #c3c3c3;
}
.catboxcont{
    padding: 25px 0;
}
.title h2{
	font-family: Aclonica;
    /*font-weight: 600;*/
    color: #000;
}
.title{
	border-bottom: 1px solid #2a2b59;
}
.prdcts{
	margin-top:20px;
	margin-bottom:20px;
}
.prdcts h3{
    text-align: center;
    color: #000;
    font-size: 20px;
}
.prdcts h3:hover{
    text-decoration: none !important;
    color: #2a2b59;
    font-weight:600;
}
.products {
	/*border: 1px solid #f2f2f2;*/
    padding: 15px 0;
}
.products img{
	height: 225px;
    width: 100%;
    object-fit: contain;
}
.products:hover{
	transform: scale(1.1);
}
.specialsect{
	text-align: center;
	padding: 20px 60px 0 60px;
	min-height: 175px;
}
.specialsect i{
	font-size: 40px;
    color: #484848;
}
.specialsect h4{
	text-transform: uppercase;
    font-weight: 600;
    color: #484848;
    font-size: 16px;
}
.banner{
	padding: 15px 0;
	background-color: #2a2b59;
}
.newsletter h3{
	color: #fff;
    font-family: Aclonica;
}
.newslettercont {
	text-align: right;
	margin-top:15px;
}
.newslettercont input {
    width: 50%;
    height: 35px;
}
.subscrbtn {
    padding: 8px 12px !important;
    background-color: #000000 !important;
    border-color: #000000;
}
.content {
    clear: both;
    line-height: 16px;
    font-size: 13px;
    margin: 30px 0 15px;
    color: #878787 !important;
}
.content h1 {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}
.content h2, .content h3, .content h4 {
    line-height: 18px;
    font-size: 13px;
    margin: 30px 0 15px;
    color: #878787 !important;
}
.logofoot img{
	height: 200px;
    width: auto;
    text-align: center;
    padding: 20px;
}
.footcont p{
	text-align:justify;
}
.foothead h3{
	font-weight: 600;
    font-family: Aclonica;
}
.footcont a{
    color: #000;
}
.footcont a:hover{
    color: #2a2b59;
    text-decoration:none;
}
.footer {
	margin-bottom:20px;
}
.footerbot{
	background-color: #2a2b59;
	padding: 10px 0;
	color: #eceaea;
}
.footerbot a{
	color: #fff;
	font-weight:600;
}
.footerbot a:hover{
	color: #fff;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #2a2b59;
  color: white;
  cursor: pointer;
  padding: 12px 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.innerpage {
	background-color: #eef0f3;
}
.inner_sidemenu{
	background: #fff;
	box-shadow: 0 1px 10px #c3c3c3;
	padding: 20px;
}
.inner_head{
	padding: 30px 0;
}
.inner_cats a{
    color: #000;
    font-size: 16px;
}
.inner_cats a:hover{
    color: #000;
    text-decoration: none;
    font-weight:600;
}
.inner_cats{
    padding: 5px 0;
}
.inner_sidemenu h3{
	text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
}
.inner_products{
	background: #fff;
	padding: 20px;
}
.path h1 {
    margin-top: 0 !important;
}
.path a{
    color: #888888;
    /* font-weight: 600; */
    font-size: 13px;
}
.path span{
    color: #888888;
    /* font-weight: 600; */
    font-size: 13px !important;
}
.path a:hover{
    color: #4f52c1;
    text-decoration: none;
}
.path i{
	font-size: 13px;
}
.path{
	margin-bottom:10px;
}
.products_inner{
	padding: 20px 0;
}
.products_inner h3{
	font-size: 16px;
    font-weight: 600;
    color: #777777;
    min-height: 38px;
}
.products_inner img{
	padding: 5px 0;
}
.products_inner:hover{
    box-shadow: 0 1px 10px #c3c3c3;
    transition:box-shadow .2s ease-in-out;
}
.products_inner a:hover{
	text-decoration: none;
}
.products_inner .overlay{
	opacity: 0;
}
.products_inner:hover .overlay{
	opacity: 1;
    transition:opacity .9s ease-in-out;
}
.orderbtn{
	color: #fff;
    background-color: #2a2b59;
    border-color: #2a2b59;
    border-radius: 0px;
    padding: 5px 15px;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #2a2b59;
}
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #2a2b59;
    border-radius: 10px;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
     height: auto; 
}
.carousel-indicators {
    position: absolute;
    bottom: -14% !important;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}
.singlehead {
    text-align: center;
    padding-top: 20px;
    font-family: Aclonica;
    font-size: 26px;
    padding-bottom: 10px;
}
.singlehead2{
    text-align: center;
    margin-bottom: 20px;
    font-family: Aclonica;
}
.singleheadc{
    text-align: center;
    margin-bottom: 20px;
    font-family: Aclonica;
}
.related{
    font-family: Aclonica;
    text-align: center;
}
#myCarousel {
    margin:20px 0;
}
.product_desc p {
    margin: 20px;
    text-align: center;
    color: #404040;
    font-size: 14px;
    line-height: 25px;
}
.product_desc p span{
    color: #4e4d4d;
    font-weight: 700;
}
#order_form{
    margin-top:100px;
}
#contact_form {
    margin-top: 30px;
}
.btn-primary {
    color: #fff;
    background-color: #2a2b59;
    border-color: #2a2b59;
}
.callbtn{
    color: #2a2b59;
    background-color: #ffffff;
    border-color: #ffffff;
    padding: 6px 40px;
    font-size: 15px;
    font-weight: 600;
}