@charset "utf-8";
/* CSS Document */

/******************************/
/*******common css*************/


/******* fonts *********/
@import url('../fonts/stylesheet_fonts.css');
/******* fonts *********/


body{
    font-family: 'Roboto Condensed' !important;
    height: 100%;
}

.login_body{
    background: #faeb10;
}


.margin_auto{
    margin-right: auto;
    margin-left: auto;
}

.no_padding{
    padding-right: 0px;
    padding-left: 0px;
}

.no_padding_right{
    padding-right: 0px;
}

.no_padding_left{
    padding-left: 0px;
}

a{
    text-decoration: none !important;
    color: #000000;
}

p{
    font-size: 16px;
    line-height: 23px;
}


/*******common css*************/
/******************************/




/*****************************/
/*********header**************/



/*****************************/
/*********header**************/





/*****************************/
/*********menu**************/


/*****************************/
/*********menu**************/





/*****************************/
/*********body**************/

.login_img{
    position: fixed;
    left: 0;
    bottom: 0;
}

.login_section_div{
    margin-top: 30%;
}

.login_div{
    padding-top: 30px;
}

.white_div_bg{
    background-color: rgba(255,255,255, 0.8);
    -webkit-box-shadow: 0px 0px 32px -2px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 32px -2px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 32px -2px rgba(0,0,0,0.42);
}

.main_label_login{
    font-weight: 900;
    color: #654ad5;
    font-size: 25px;
    margin-top: 0px;
}

.main_label{
    font-weight: 900;
    color: #654ad5;
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.small_text{
    font-size: 12px;
    margin-top: 5px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 300;
}

.form-control {
    display: block;
    width: 100%;
    height: 38px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: transparent;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btn-default {
    color: #000000;
    font-weight: 900;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
    width: 100%;
    webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.btn-default:hover{
    background-color: #f9eb10;
}

.btn-default.active, .btn-default:active, .open>.dropdown-toggle.btn-default {
    color: #000000;
    background-color: #f9eb10;
    border-color: #f9eb10;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.0);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.0);
}

.register_div{
    margin-top: 5%;
}
 .error2{

        border: 2px solid #fd4040 !important;
    }

input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #999999;
    background-color: #ffffff;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    color: #999999;
}

/*************************/

.inner_page_body{
    padding: 30px;
}

.top_row{
    background-color: #654ad5;
}

.menu_bar{
    background-color: #f9eb10;
    margin-top: 20px;
    margin-bottom: 20px;
}

.category_bar{
    background-color: transparent;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #000000;
    transition: 0.3s;
}

.category_div{
    padding: 5px 5px;
    border-right: 2px solid #654ad5;
    border-left: 2px solid #654ad5;
    transition: 0.3s;
}

.menu_welcome_text{
    margin-top: 20px;
    text-align: right;
    color: #5c5c5c;
    z-index: 50000;
}

.padding_row{
    padding-left: 5px;
    padding-right: 5px;
}

.toggle_menu_row{
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 32px -2px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 32px -2px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 32px -2px rgba(0,0,0,0.42);
}

.top_middle_heading{
    text-align: center;
    font-weight: 300 !important;
    padding-top: 10px;
    margin-bottom: 0px !important;
    color: #474747 !important;
}


.caption_heading{
    font-size: 18px;
    color: #f9eb10;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0px;
}

.caption_p{
    font-weight: 300;
}

.carousel-caption {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 0;
    right: 0%;
    left: 0%;
    padding-bottom: 0px;
    background-color: rgba(0,0,0, 0.6);
}


.equal {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.div_height[class*='col-'] {
    flex:1 1 auto;
   /*display: flex;*/
}
.panel {
    flex:1 0 100%;
}

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 32px -2px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 32px -2px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 32px -2px rgba(0,0,0,0.42);
    webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.panel:hover{
    background-color: #f9eb10;
}

.panel-body {
    padding: 0px;
}

.panel-default {
    border-color: transparent;
}

.text_div{
    padding: 15px;
}

.div_heading{
    font-size: 18px;
    color: #474747;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0px;
}


/*per slider*/
.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
    margin-left: 15px;
}
.carousel-showmanymoveone .carousel-control.right {
    margin-right: 15px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
    display: none;
}
@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -50%;
    }
    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 50%;
    }
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}
@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner > .active.left,
    .carousel-showmanymoveone .carousel-inner > .prev {
        left: -25%;
    }
    .carousel-showmanymoveone .carousel-inner > .active.right,
    .carousel-showmanymoveone .carousel-inner > .next {
        left: 25%;
    }
    .carousel-showmanymoveone .carousel-inner > .left,
    .carousel-showmanymoveone .carousel-inner > .prev.right,
    .carousel-showmanymoveone .carousel-inner > .active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
        display: block;
    }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner > .item.active.right,
    .carousel-showmanymoveone .carousel-inner > .item.next {
        -webkit-transform: translate3d(25%, 0, 0);
        transform: translate3d(25%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.active.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev {
        -webkit-transform: translate3d(-25%, 0, 0);
        transform: translate3d(-25%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner > .item.left,
    .carousel-showmanymoveone .carousel-inner > .item.prev.right,
    .carousel-showmanymoveone .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

/*per slider*/

.heading{
    color: #654ad5;
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 900;
}

.category_heading{
    color: #474747;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 900;
    text-align: center;
    webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.category_heading:hover{
    color: #000000;
}

.product_bg_image{
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center;
    height: 350px;
}

.top_banner_text{
    position: absolute;
    bottom: 0;
}

.div_top_heading {
    font-size: 18px;
    color: #ffffff;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 0px;
}

.div_top_p{
    color: #ffffff;
}

.top_category_btn{
    -webkit-box-shadow: 0px 0px 32px -2px rgba(0,0,0,0.42);
    -moz-box-shadow: 0px 0px 32px -2px rgba(0,0,0,0.42);
    box-shadow: 0px 0px 32px -2px rgba(0,0,0,0.42);
}

.term_condition_col{
    margin-top: 8%;
}

.premium_user{
    font-size: 55px;
    color: #ffffff;
}

/*************************/

/********toggle menu**********/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ffffff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
}
.sidenav a {
    padding: 8px 8px 8px 10px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
    border-bottom: 2px solid #654ad5;
}
.sidenav a:hover,
.offcanvas a:focus {
    color: #000000;
    background-color: #f9eb10;
    border-right: 3px solid #654ad5;
}
.closebtn {
    position: absolute;
    top: -15px;
    right: 0px;
    font-size: 36px !important;
    margin-left: 50px;
}
@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {
        font-size: 18px;
    }
}

.sub_menu_p{
    text-align: center;
}

.top_banner_list_text{
    margin-bottom: 20px;
}

.category_inner_row{
    margin-bottom: 19px;
}

/********toggle menu**********/

/*****************************/
/*********body**************/





/*****************************/
/*********footer**************/



/*****************************/
/*********footer**************/



/*=========================================================================*/
/*=========================================================================*/
/*=====================Solution by TEKGEEKS (pvt) LTD======================*/
/*============DESIGN & CSS DEVELOPMENT - DUMIDU WIMALARATHNA===============*/
/*=========================================================================*/
/*=========================================================================*/






