/* Canteen Stores Department */

/* Table of Content
==================================================
	#Homepage Styles
	#Page Styles
	#Media Queries
	#Font-Face */
html, body, #wrapper {
	height: 100%;
	}
body > #wrapper {
	height: auto;
	min-height: 100%;
	background: #fff;
	}
#main {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top:188px;
	background: #e8e8e8;
	}
#main_inner {
	width: 100%;
	padding: 0;
	margin: 0 auto;
	padding-top:188px;
	}
* {
	padding: 0;
	margin: 0;
	}
/* #Grid system
================================================== */
.container {
	width: 1170px;
	margin: 0 auto;
	}
.container:before, .container:after, .row:before, .row:after {
	content: "";
	display: table;
	}
.container:after, .row:after {
	clear: both;
	}
.row {
	margin-left: -10px;
	margin-right: -10px;
	}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	position: relative;
	min-height: 1px;
	padding-left: 10px;
	padding-right: 10px;
	float: left;
	}
.col-sm-12 {
	width: 100%;
	}
.col-sm-11 {
	width: 91.66666667%;
	}
.col-sm-10 {
	width: 83.33333333%;
	}
.col-sm-9 {
	width: 75%;
	}
.col-sm-8 {
	width: 66.66666667%;
	}
.col-sm-7 {
	width: 58.33333333%;
	}
.col-sm-6 {
	width: 50%;
	}
.col-sm-5 {
	width: 41.66666667%;
	}
.col-sm-4 {
	width: 33.33333333%;
	}
.col-sm-3 {
	width: 25%;
	}
.col-sm-2 {
	width: 16.66666667%;
	}
.col-sm-1 {
	width: 8.33333333%;
	}
.flt-right {
	float: right;
	}
.flt-left {
	float: left;
	}
.dbox{
	display: block;
	}
.mbox{
	display: none!important;
	}
.bdr{
	border:none!important;
	}
/* #Buttons Styles
================================================== */
span.btn {
	float: left;
	position: relative;
	display: block;
	padding: 10px 20px;
	background-color: #1090cf;
	transition: background-color .3s;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	text-align: center;
	border: 2px solid #1090cf;
	border-radius: 5px;
	}
span.btn:hover {
	background-color: #fff;
	color: #1090cf;
	border: 2px solid #1090cf;
	}
.submit_btn {
	width: 100%;
	float: left;
	position: relative;
	display: block;
	padding: 10px 20px;
	background-color: #fdc236;
	transition: background-color .3s;
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	cursor: pointer;
	text-align: center;
	border: none;
	border: 2px solid #fdc236;
	}
.submit_btn:hover {
	background-color: rgba(255, 255, 255, 0.10);
	color: #fdc236;
	border: 2px solid #fdc236;
	}
/* #Homepage Styles
================================================== */
.clr {
	clear: both;
	}
.center {
	text-align: center;
	}
.pd_rt4{
	padding-right: 4%;
}
/* =Header
-------------------------------------------------------------- */
header {
	width: 100%;
	position: fixed;	
	top:0;
	left: 0;
	z-index: 999;
	background: #e1e1e1;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	-ms-transition: height 0.3s;
	-o-transition: height 0.3s;
	transition: height 0.3s;
	}
header .logo {
	padding:1% 0%;
	width:30%;
	float: left;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
header .logocenter {
	padding:2.9% 0%;
	width:45%;
	float: left;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	}
header .serviceto {
	padding:4.9% 0%;
	width:25%;
	float: right;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 22px;
	color: #000;
	font-weight:400;
	text-align: right;
	text-transform: uppercase;
	font-weight: medium;
	}
header nav {
	width:100%;
	padding:0.5% 0%;
	margin: 0 auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	background: #fff;
	border-top:2px solid #ff6600;
	border-bottom:2px solid #0d8a00;
	}
header.smaller {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
	}
header.smaller .logo {
	padding:0.5% 0%;
	display: inline-block;
	width:20%;
	float: left;
	}
header.smaller .logocenter {
	padding:0.5% 0% 0 20%;
	}
header.smaller .serviceto{
	padding: 2.5% 0%;
	font-size: 18px;
	}
.banner {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	position: relative;
	}


/* Section One
================================================== */	
.Section_One{
	width: 100%;
	background: #ff6600;
	padding:3% 0%;
	}
.Section_One .Title{
	font-size:30px;
	color: #fff;
	text-align: center;
	font-weight:700;
	text-transform: uppercase;
	position: relative;
	padding-left: 55px;
	}
.Section_One .Title:before{
	content: "";
	position: absolute;
	top: 17px;
	left:36%;
	background-color: #fff;
	width: 45px;
	height: 4px;
	display: block;
	}
.Section_One .Title:after{
	content: "";
	position: absolute;
	top: 17px;
	right:31%;
	background-color: #fff;
	width: 45px;
	height: 4px;
	display: block;
	}	
#slider3 {
	position: relative;
	padding:7% 0 0;
	}
.prev3 {
	display: block;
	position: absolute;
	left:46.5%;
	top: 10px;
	z-index: 100;
	padding: 1%;
	}
.prev3:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	}
.next3 {
	display: block;
	position: absolute;
	right:44%;
	top: 10px;
	z-index: 100;
	padding: 1%;
	}
.next3:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	}
.carousel-box {
	position: relative;
	}
.carousel-box .inner {
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	}
.carousel2.main {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	margin: 0 20px 0 20px;
	}
.carousel-box ul li {
	float: left;
	display: inline-block;
	padding: 0px 0px 0px 0px;
	position: relative;
	width:390px;
	overflow: hidden;
	padding:0 20px;
	margin: 0px;
	}
.inventory_slider{
	width: 100%;
	background:#ff8e42;
	text-align:center;
	padding:10px 10px 10px 10px;
	-webkit-box-shadow:0px 0px 22px -3px rgba(0,0,0,0.75);
-moz-box-shadow:0px 0px 22px -3px rgba(0,0,0,0.75);
box-shadow:0px 0px 22px -3px rgba(0,0,0,0.75);
	}
.inventory_slider .inventory_thum{
	width: 100%;
	text-align: center;
	}
.inventory_slider .inventory_name{
	font-size:20px;
	color: #fff;
	font-weight:700;
	text-transform: capitalize;
	text-align: center;
	padding: 20px 0px;
	}

/* Section Two
================================================== */	
.Section_Two{
	width: 100%;
	background: #fff;
	padding:3% 0%;
	}
.Section_Two .Title{
	font-size:30px;
	color: #424298;
	text-align: center;
	font-weight:700;
	text-transform: uppercase;
	position: relative;
	padding-left: 55px;
	}
.Section_Two .Title:before{
	content: "";
	position: absolute;
	top: 17px;
	left:36%;
	background-color: #424298;
	width: 45px;
	height: 4px;
	display: block;
	}
.Section_Two .Title:after{
	content: "";
	position: absolute;
	top: 17px;
	right:31%;
	background-color: #424298;
	width: 45px;
	height: 4px;
	display: block;
	}	
#slider4 {
	position: relative;
	padding:7% 0 0;
	}
.prev4 {
	display: block;
	position: absolute;
	left:46.5%;
	top: 10px;
	z-index: 100;
	padding: 1%;
	}
.prev4:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	}
.next4 {
	display: block;
	position: absolute;
	right:44%;
	top: 10px;
	z-index: 100;
	padding: 1%;
	}
.next4:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	}
.inventory_slider2{
	width: 100%;
	background:#424298;
	text-align:center;
	padding:10px 10px 10px 10px;
	-webkit-box-shadow:0px 0px 22px -3px rgba(0,0,0,0.75);
-moz-box-shadow:0px 0px 22px -3px rgba(0,0,0,0.75);
box-shadow:0px 0px 22px -3px rgba(0,0,0,0.75);
	}
.inventory_slider2 .inventory_thum{
	width: 100%;
	text-align: center;
	}
.inventory_slider2 .inventory_name{
	font-size:20px;
	color: #fff;
	font-weight:700;
	text-transform: capitalize;
	text-align: center;
	padding: 20px 0px;
	}
/* Section Three
================================================== */	
.Section_Three{
	width: 100%;
	padding:2% 0%;
	background:#0d8a00;
	}
.Section_Three .lt_three{
	width: 100%;
	float: left;
	background:#e3e3e3;
	border-radius:24px;
	padding:6%;
	}
.Section_Three .lt_three .title_bg{
	width: 100%;
	float: left;
	background:#61b16c;
	border-radius:30px;
	padding:3% 0%;
	color: #fff;
	font-size:18px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	}
/*.Section_Three .lt_three .innermenu{
	width: 100%;
	float: left;
	padding-bottom: 10px;
	}*/
    .Section_Three .lt_three .innermenu {
        width: 100%;
        float: left;
        padding-bottom: 10px;
        height: 212px;
        overflow-y: scroll;
    }
.Section_Three .lt_three .innermenu ul{
	margin: 0;
	padding:10px 0 0 20px;
	}
.Section_Three .lt_three .innermenu ul li{
    font-size: 15px;
    color: #ff7b24;
    font-weight:500;
    line-height: 23px;
    text-align: left;
	display: block;
	padding:5px 0px 0px;
	position: relative;
	}
.Section_Three .lt_three .innermenu ul li a{
 color: #ff7b24;
}
.Section_Three .lt_three .innermenu ul li a:hover{
 color: #243a6f;
}
.Section_Three .lt_three .innermenu ul li strong{
	font-weight: 700;
}
.Section_Three .lt_three .innermenu ul li:before{
	color: #f9a51c;
	font-family:'FontAwesome';
	font-weight: 900; 
	content: "\f0da";
	padding-right: 10px;
	transition: all 300ms ease 0s;
	position: absolute;
	left:-16px;
	}
.Section_Three .rt_three{
	width: 100%;
	float: left;
	background:#e3e3e3;
	border-radius:24px;
	padding:3% 3% 2.2%;
	}
.Section_Three .rt_three .lt_profile{
	/*width: 45%;*/
	float: left;
	/*border-right: 2px solid #0d8a00;*/
	padding-right:18px;
	}
.Section_Three .rt_three .lt_profile .title_bg{
	width: 100%;
	float: left;
	background:#61b16c;
	border-radius:30px;
	padding:3%;
	color: #fff;
	font-size:18px;
	font-weight: 600;
	text-transform: uppercase;
	}
.Section_Three .rt_three .lt_profile .profile_pic{
	width: 100%;
	float: left;
	color: #0d8a00;
	font-size:11px;
	text-transform: uppercase;
	/*text-align: left;*/
    text-align: center;
	font-weight: 600;
	padding:20px 0px 0px;
}	
.Section_Three .rt_three .lt_profile .profile_pic span{
	display: block;
}
.Section_Three .rt_three .lt_profile .profile_pic img{
	border-radius:20px;
	padding-right: 10px;
}
.Section_Three .rt_three .profile_mssg{
	width: 55%;
	float: left;
	padding:0 0 0 20px;
	}
.Section_Three .rt_three .profile_mssg p{
	color: #0d8a00;
	font-size:14px;
	line-height: 18px;
	text-align:left;
	font-weight: 600;
	}


.genral-managers-message-a p {
    font-size: 13px;
    padding-top: 15px;
}


.four-boxes-section .title_bg {
    text-align: center;
    font-weight: 600 !important;
}

.four-boxes-section .rt_three .lt_profile {
    padding-left: 18px;
}


.four-boxes-section .rt_three {
   height: 290px;
    padding: 3%;
}

.four-boxes-section .lt_three {
    height: 290px;
    padding: 3%;
}

#genral-managers-message h3 {
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
}

#genral-managers-message p {
    font-size: 14px;
    text-align: center;
}



.bottom-products-section {
    padding-top: 3%;
        padding-bottom: 3%;
}

.bottom-products-section .carousel-box ul li {
    padding: 0 10px;
}


.bottom-products-section .inventory_slider {
    padding: 5px;
}


.bottom-products-section .prev5 {
    left: -5.5%;
top: 60px;
}

.bottom-products-section .next5 {
    right: -5%;
top: 60px;
}

.content-bnn1 {
    height: 318px;
    padding-bottom: 35px;
}


/* inner page
================================================== */		
.breadcrumb{
	width:100%;
	text-align: left;
	padding:10px 0px;
	background:#e1e1e1;
	}
.breadcrumb ul{
	margin:0 auto;
	width:100%;
	}
.breadcrumb li{ 
	font-size:12px;
	color:#fd6100;
	font-weight:300;
	letter-spacing:1px;
	display:inline-block;
	margin:10px 0 10px 10px;
	text-align:left;
	text-transform: capitalize;
	}
.breadcrumb li a{
	font-size:12px;
	color:#000;
	font-weight:300;
	text-transform: capitalize;
	}
.breadcrumb li a:after{
	color: #8a8a8a;
	font-family:'FontAwesome';
	font-weight: 900; 
	content: "\f0da";
	padding:10px 0px 10px 10px;
	}
.breadcrumb > li + li::before{
	color:#8a8a8a;
	}
.breadcrumb li:first-child{
	margin: 10px 0 10px 0px;
	}	
.inner_contain{
	width: 100%;
	float: left;
	padding:2% 2%;
	background:#fff;
}
.inner_contain .lt_contain{
	width: 100%;
	float: left;
}
.inner_contain .rt_contain{
	width: 100%;
	float: left;
}
.inner_contain .rt_contain .img_holder{
	width: 100%;
	float: left;
	padding:0% 0% 14% 0%;
}
.inner_contain .rt_contain .img_holder img{	
	width: 100%;
}
.inner_contain .lt_contain .text_holder{
	width: 100%;
	float: left;
	padding:2% 0%;
}
.inner_contain .lt_contain .text_holder .title{
	font-size: 18px;
	color:#000;
	font-weight: 600;
	text-align: left;
	padding-bottom:10px;
	text-transform: capitalize;
}
.inner_contain .lt_contain .text_holder .sub_title{
	font-size: 15px;
	color:#000;
	font-weight: 600;
	text-align: left;
	padding-bottom:10px;
	text-transform: capitalize;
}
.inner_contain .lt_contain .text_holder p{
	font-size: 15px;
	color:#222222;
	font-weight:400;
	text-align: left;
	line-height: 26px;
	padding-bottom:5px;
}
.inner_contain .lt_contain .text_holder p a{
	transition: all 300ms ease 0s;
	color:#000;
	text-align: left;
}
.inner_contain .lt_contain .text_holder p a:hover{
	color:#ff6600;
}
.inner_contain .rt_contain .text_box{
	width: 100%;
	background:#494949;
	padding:10px;
	font-size: 14px;
	color:#fff;
	font-weight: 400;
	text-align: center;
	margin-bottom: 14%;
}
.inner_contain .rt_contain .text_box span{
	color:#f7c417;
}
.inner_contain .lt_contain .text_holder ol {
	padding:6px 15px;
}
.inner_contain .lt_contain .text_holder ol li{
	color:#222222;
	font-size: 15px;
	text-align: left;
	line-height:22px;
	font-weight:400;
	list-style-type:lower-roman;
	padding-bottom:10px;
	}
.inner_contain .lt_contain .text_holder ul{	
	padding: 5px 10px;
}
.inner_contain .lt_contain .text_holder ul li{	
	list-style-type:disc;
	color:#222222;
	font-size: 15px;
	text-align: left;
	line-height:22px;
	font-weight:400;
	padding-bottom:10px;
	}
.inner_contain .lt_contain .point_holder{
	width: 100%;
	padding:10px 0px 20px;
	}
.inner_contain .lt_contain .point_holder ul{
	padding:0px;
	margin:0;
	}
.inner_contain .lt_contain .point_holder ul li{
	padding:4px 0;
	margin: 0;
	}
.inner_contain .lt_contain .point_holder ul li:before{
	font-family:'FontAwesome';
	content:"\f105";
	color:#ff6600;
	font-size: 18px;
	padding: 0 10px 0 0px;
}	
.inner_contain .lt_contain .point_holder ul li{
	color:#222222;
	font-size: 15px;
	text-align: left;
	line-height:22px;
	font-weight:400;
	transition: all 300ms ease 0s;
	}
.inner_contain .lt_contain .point_holder ul li a{
	color:#222222;
	font-size: 15px;
	text-align: left;
	line-height:22px;
	font-weight:400;
	transition: all 300ms ease 0s;
	}
.inner_contain .lt_contain .point_holder ul li a:hover{
	color:#ff6600;
}
.inner_contain .lt_contain .top_box{
	width: 100%;
	float: left;
	background:#cdcdcd;
	padding:10px;
}
.inner_contain .lt_contain .top_box .title{
	font-size: 18px;
	color:#000;
	font-weight: 600;
	text-align: left;
	text-transform: capitalize;
}
.image-container {
  position: relative;
  height:175px;
}
.image-container img {
  position: absolute;
  animation-name: multiple-image-crossfade;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-duration: 8s;
}
.image-container img:nth-of-type(1) {
  animation-delay: 6s;
}
.image-container img:nth-of-type(2) {
  animation-delay: 4s;
}
.image-container img:nth-of-type(3) {
  animation-delay: 2s;
}
.image-container img:nth-of-type(4) {
  animation-delay: 0;
}

@keyframes multiple-image-crossfade {
  0% {
    opacity: 1;
  }
  17% {
    opacity: 1;
  }
  25% {
    opacity: 0;
  }
  92% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* supplier
================================================== */
.supplier_contain{
	width: 100%;
	float: left;
	padding: 4% 0%;
}
.supplier_contain .suppliers_details{
	width: 100%;
	float: left;
	border-right: 1px dotted #cdcdcd;
}
.supplier_contain .suppliers_login{
	width: 100%;
	float: left;
}	
.supplier_contain .suppliers_login .supplier_loginform{
	width: 100%;
	float: left;
}
.supplier_contain .suppliers_login .supplier_loginform .form_row{
	width: 100%;
	float: left;
}
.supplier_contain .suppliers_login .supplier_loginform .form_row label{
	font-size:15px;
	color:#222222;
	font-weight:600;
	text-align: left;
}
/* rti_contain
================================================== */
.rti_contain{
	width: 100%;
	float: left;
	padding: 4% 0%;
}
.rti_contain .rti_holder{
	width: 100%;
	float: left;
	padding-bottom:25px;
}
.rti_contain .rti_holder .rti_row{
	width: 100%;
	float: left;
	padding-bottom: 15px;
}
.rti_contain .rti_holder .rti_row .rti_lt{
	width: 50%;
	float: left;
	font-size: 15px;
	color:#222222;
	font-weight:400;
	text-align: left;
}
.rti_contain .rti_holder .rti_row span{
	font-weight: 600;
}
.rti_contain .rti_holder .rti_row .rti_rt{
	width: 50%;
	float: left;
	font-size: 15px;
	color:#222222;
	font-weight:400;
	text-align: left;
}
.rti_contain .rti_holder .rti_row a{
	color:#222222;
	font-weight:600;
	transition: all 300ms ease 0s;
}
.rti_contain .rti_holder .rti_row a:hover{
	color:#ff6600;
}
/* faq_contain
================================================== */
.faq_contain{
	width: 100%;
	float: left;
	padding:0% 0% 4%;
}

/* contact_contain
================================================== */
.contact_contain{
	width: 100%;
	float: left;
	padding:0% 0% 4%;
}

.management_contain{
	display: flex;
	flex-wrap: wrap;
}

.management_contain .management_details{
	flex:0 31%;
	background:#f0f0f0;
	text-transform: capitalize;
	border-radius: 10px;
	padding:10px 10px;
	margin:10px 13px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	}	
.management_contain .management_details a{
	color:#222;
	transition: all 300ms ease 0s;
	}
.management_contain .management_details:hover a{
	color:#ff6600;
	}
.management_contain .management_details .title{
	font-size: 16px;
	color:#222;
	font-weight:500;
	text-align: left;
	line-height:24px;
	text-transform: capitalize;
	padding-bottom: 15px;
	}
.management_contain .management_details p{
	font-size: 14px;
	color:#222;
	text-align: left;
	font-weight: 400;
	padding-bottom:10px;
}
.management_contain .management_details:hover{
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	-ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	}
/* Product
================================================== */	
.product_container{
	width: 100%;
	margin: 0 auto;
}
.product_container .sub_nav{
	width: 100%;
	background:#a3cc90;
}
.product_container .sub_nav ul{
	padding:0 0 0 8px;
	margin:0;
	background:#a3cc90;
}
.product_container .sub_nav ul li{
	padding:0;
	list-style: none;
	display: inline-block;
	padding:15px 8px;
	transition: all 300ms ease 0s;
	cursor: pointer;
}
.product_container .sub_nav ul li:hover{
	background:#2f820a; 
	color:#fff;	
}
.product_container .sub_nav ul li.active{
	background:#2f820a; 
	color:#fff;	
}
.product_container .sub_nav ul li.active a{
	color:#fff;	
}
.product_container .sub_nav ul li a{
	font-size: 14px;
	color: #222;
	font-weight:400;
	transition: all 300ms ease 0s;
}
.product_container .sub_nav ul li:hover a{
	color: #fff;
}
.product_container .col-sm-3, .col-sm-6{
	padding: 0px;
}
.product_container .prd_search{
	width: 100%;
	float: left;
	padding:0% 0%;
}
.product_container .prd_cat_container{
	width: 100%;
	background:#fff;
	float: left;
	padding:4% 0%;
}
.product_container .chairmen_mess{
	width: 100%;
	float: left;
	padding:0% 0%;

}
.product_container .chairmen_mess .Title{
	font-size:16px;
	color:#fff;
	font-weight:600;
	text-align: center;
	text-transform: uppercase;
	padding:15px 10px;
	background:#0d8a00; 
}
.product_container .chairmen_mess .chairmen_photo{
	width: 100%;
	background:#cdcdcd;
	text-align: center;
	padding-bottom: 10px;
}
.product_container .chairmen_mess p{
	font-size:15px;
	color:#222222;
	font-weight:400;
	text-align: center;
	padding:15px 10px;
	}
.product_container .prd_search .Title{
	font-size:16px;
	color:#fff;
	font-weight:600;
	text-align: left;
	text-transform: uppercase;
	padding:15px 10px;
	background:#ff6600; 
}
.product_container .prd_cat_container .Title{
	font-size: 22px;
	color:#000;
	font-weight:600;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.product_container .prd_search .serach_box{
	width: 100%;
	float: left;
	margin:10px 0px;
}
.product_container .prd_search .serach_box input{
	width:85%;
	float: left;
	padding:15px;
	font-size: 14px;
	color:#222;
	border-top:1px solid #cdcdcd;
	border-left:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
	border-right:none;
}
.product_container .prd_search .serach_box .search_btn{
	width:15%;
	float: left;
	background: #fff;
	padding:14px 0px;
	border-top:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
}
.product_container .prd_search .filter_box{
	width: 100%;
	/*height:250px;*/
	overflow-y:scroll;
	padding:2% 0%;
	margin:6% 0%;
	}
.product_container .prd_search .filter_box ul{
	padding:0;
	margin:0;
}
.product_container .prd_search .filter_box ul li input[type=checkbox],
input[type=radio] {
    margin:0px 5px 0 0;
    line-height: normal
}
.product_container .prd_search .filter_box ul li{
	padding:10px 0;
	font-size: 14px;
	color:#222;
	font-weight:500;
	line-height:26px;
	text-align: left;
	text-transform: capitalize;
	border-bottom:1px solid #cdcdcd;
}
.product_container .prd_search .filter_box ul li:last-child{
	border-bottom: none;
}
.product_container .prd_search button.fiter_btn{
	width:150px;
	margin: 0 auto 20px;
	padding:10px 0px;
	border:none;
	background:#f4bf00;
	font-size: 14px;
	color:#000;
	text-align: center;
	font-weight:500;
	text-transform: capitalize;
	border-radius: 10px;
}
.product_container .prd_search .lt_nav{
	width: 100%;
	padding: 10px 10px 30px 0px;
	}
.product_container .prd_search .lt_nav ul{
	padding:0px;
	margin:0;
	}
.product_container .prd_search .lt_nav ul li{
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #cdcdcd;
	}
.product_container .prd_search .lt_nav ul li:last-child{
	border:none;
}
.product_container .prd_search .lt_nav ul li:before{
	font-family:'FontAwesome';
	content:"\f105";
	color:#ff6600;
	font-size: 18px;
	padding: 0 10px 0 0px;
}	
.product_container .prd_search .lt_nav ul li a{
	color:#222222;
	font-size: 14px;
	text-align: left;
	line-height:22px;
	font-weight:500;
	transition: all 300ms ease 0s;
	text-transform: capitalize;
	}
.product_container .prd_search .lt_nav ul li a:hover{
	color:#085100;
	}
.product_container .prd_search .lt_nav ul li a.active{
	color:#085100;
	}
.product_container .prd_cat_container .prd_cat{
	width: 100%;
	display: flex;
	padding:2% 0%;
	}
.product_container .prd_cat_container .prd_cat{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	}
.product_container .prd_cat_container .prd_cat .prd_list{
	width: 100%;
	height: 100%;
	padding:0 10px;
	flex: 0 33.333333%;
	float: left;
	margin-bottom:20px;
	}
.product_container .prd_cat_container .prd_cat .prd_cat_btn{
	width: 100%;
	background:#f4bf00;
	font-size: 14px;
	color:#000;
	text-align: center;
	font-weight:500;
	text-transform: capitalize;
	border-radius: 10px;
	padding:10px 0px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	}	
.product_container .prd_cat_container .prd_cat .prd_cat_btn a{
	color:#000;
	}
.product_container .prd_cat_container .prd_cat .prd_cat_btn:hover a{
	color:#fff;
	}
.product_container .prd_cat_container .prd_cat .prd_cat_btn:hover{
	-webkit-transform: scale(1.05, 1.05);
	-ms-transform: scale(1.05, 1.05);
	transform: scale(1.05, 1.05);
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	-ms-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.20);
	}

.product_container .prd_cat_container .prd_cat_inner{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	}
.product_container .prd_cat_container .prd_cat_inner .prd_list{
	width: 100%;
	height: 100%;
	padding:0 10px;
	flex: 0 20%;
	float: left;
	margin-bottom:20px;
	}
.product_container .prd_cat_container .prd_cat_inner .prd_photo{
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
	}
.product_container .prd_cat_container .prd_cat_inner .prd_photo img{
	width: 100%;
	text-align: center;
	}
.product_container .prd_cat_container .prd_cat_inner .prd_cat_btn{
	width: 100%;
	background:#f4bf00;
	font-size: 13px;
	color:#000;
	text-align: center;
	font-weight:500;
	text-transform: capitalize;
	border-radius: 10px;
	padding:10px 0px;
	transition: all 0.3s ease-in-out 0s;
	cursor: pointer;
	text-transform: capitalize;	
	}	
.product_container .prd_cat_container .prd_cat_inner .prd_cat_btn:hover{
	background:#0d8a00;
}
.product_container .prd_cat_container .prd_cat_inner .prd_cat_btn a{
	color:#000;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	text-transform: capitalize;
	}
.product_container .prd_cat_container .prd_cat_inner .prd_cat_btn a:hover{
	color:#fff;
}
.product_container .prd_cat_container .prd_cat_inner .prd_name{
	font-size: 18px;
	color: #000;
	font-weight: 600;
	text-align: left;
	text-transform: capitalize;
	padding-bottom: 10px;
}
.product_container .prd_cat_container .prd_cat_inner p{
	font-size: 15px;
	color: #222;
	font-weight:400;
	text-align: left;
	text-transform: capitalize;
	padding:20px 0px 0px;
}
.whats_new{
	width: 100%;
	padding: 4% 0%;
	}
.whats_new p{
	font-size:16px;
	color:#222222;
	font-weight:400;
	text-align: center;
	padding:15px 0px;
	}
#whats_new {
	position: relative;
	padding:7% 2%;
	}
.prev5 {
	display: block;
	position: absolute;
	left:0%;
	top: 100px;
	z-index: 100;
	padding: 1%;
	}
.prev5:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	}
.next5 {
	display: block;
	position: absolute;
	right:0%;
	top: 100px;
	z-index: 100;
	padding: 1%;
	}
.next5:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	}	
.whats_new .whats_new_slider{
	width: 100%;
	text-align:center;
	}
.whats_new .whats_new_slider .whats_new_thum{
	width: 100%;
	text-align: center;
	}	
.whats_new .whats_new_inner{
	width:90%;
	height: 250px;
	overflow-y: scroll;
	padding: 0 4%;
	}
.whats_new .whats_new_inner ol{
	padding:0px;
	margin:0;
	}
.whats_new .whats_new_inner ol li{
	padding: 10px 0;
	margin: 0;
	border-bottom: 1px solid #cdcdcd;
	}
.whats_new .whats_new_inner ol li:last-child{
	border:none;
}	
.whats_new .whats_new_inner ol li a{
	color:#222222;
	font-size: 15px;
	text-align: left;
	line-height:22px;
	font-weight:500;
	transition: all 300ms ease 0s;
	}
.whats_new .whats_new_inner ol li a:hover{
	color:#085100;
	}	
#news-container{
	width: 100%; 
	margin: auto;
	margin-top:10px;
}
#news-container ul li div{
	font-size: 15px;
	text-align: left;
	line-height:22px;
	font-weight:500;
	border-bottom: 1px dotted #cdcdcd;
	padding: 10px 0px;
}
#news-container ul li div a{
	color:#222222;
	transition: all 300ms ease 0s;
}
#news-container ul li div a:hover{
	color:#085100;
}
#news-container ul li div span{
	font-size: 12px;
	display: block;
}

a.logout{
	position: absolute;
	right:0px;
	font-size: 16px;
	color:#3e3e96;
	font-weight: 700;
	top:5px;
	cursor: pointer;
	z-index: 9;
    transition: all 0.3s;
}
a.logout:hover{
	color:#ff6600;
	font-weight: 700;
}
.breadcrumb2{
	width:100%;
	text-align: left;
	padding:10px 0px;
	background:#e1e1e1;
	}
.breadcrumb2 ul{
	width:70%;
	float: left;
	}
.breadcrumb2 li{ 
	font-size:12px;
	color:#fd6100;
	font-weight:300;
	letter-spacing:1px;
	display:inline-block;
	margin:10px 0 10px 10px;
	text-align:left;
	text-transform: capitalize;
	}
.breadcrumb2 li a{
	font-size:12px;
	color:#000;
	font-weight:300;
	text-transform: capitalize;
	}
.breadcrumb2 li a:after{
	color: #8a8a8a;
	font-family:'FontAwesome';
	font-weight: 900; 
	content: "\f0da";
	padding:10px 0px 10px 10px;
	}
.breadcrumb2 > li + li::before{
	color:#8a8a8a;
	}
.breadcrumb2 li:first-child{
	margin: 10px 0 10px 0px;
	}
.user_name{
	float: right;
	text-align: right;
	font-size: 18px;
	color:#3e3e96;
	font-weight: 700;
	line-height:34px;
}
.supplier_portal{
	width: 100%;
	float: left;
}
.supplier_login {
    width: 100%;
    background: #e8e8e8;
    padding: 10px 0px 10px 0px;
}
.space-spec {
    padding: 40px 0px 10px 0px !important;
}
.controls-form {
    padding: 55px 0px 75px 0px;
}
.col-centered {
    float: none;
    margin: 0 auto;
}
.supplier_login .Title{
	font-size:30px;
	color: #ff6600;
	text-align: center;
	font-weight:700;
	text-transform: uppercase;
	position: relative;
	
	}
.supplier_login .Title:before{
	content: "";
	position: absolute;
	top: 17px;
	left:36%;
	background-color: #ff6600;
	width:85px;
	height: 4px;
	display: block;
	margin-left:-65px;
	}
.supplier_login .Title:after{
	content: "";
	position: absolute;
	top: 17px;
	right:30%;
	background-color: #ff6600;
	width: 85px;
	height: 4px;
	display: block;
	}	
.supplier_portal p{
	font-size: 15px;
	color: #000;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
}
.supplier_portal .supplier_table{
	width: 80%;
	margin:20px auto;
	border:1px solid #cdcdcd;
}

.supplier_portal .supplier_table .supplier_head{
	width: 100%;
	float: left;
	background: #e1e1e1;
	padding:15px;
	text-align: center;
	border:1px solid #cdcdcd;
}
.supplier_portal .supplier_table .supplier_row{
	width: 100%;
	float: left;
	padding:5px;
	border:1px solid #cdcdcd;
	border-right:0px;
	border-left:0px;
}
.supplier_portal .supplier_table .btn_add_less{
	width: 100%;
	float:left;
}
.supplier_portal .supplier_table .btn_add{
	float:left;
	font-size:16px;
	color:#fff;
	font-weight:500;
	text-align: center;
	padding:10px;
	cursor: pointer;
	margin-top: 10px;
	background:#138496;
}
.supplier_portal .supplier_table .btn_less{
	float:right;
	font-size:16px;
	color:#fff;
	font-weight:500;
	text-align: center;
	padding:10px;
	cursor: pointer;
	background:#c82333;
}
.supplier_cat{
	width: 100%;
}
.supplier_cat .col-sm-4{
	margin:10px 0px;
}
.supplier_cat .cat_name{
	width: 100%;
	float: left;
	background:#f4bf00;
	padding:15px 0px;
	text-align: center;
	border-top-left-radius:15px;
	border-bottom-right-radius:15px;
	transition: all 0.3s ease-in-out 0s;
}
.supplier_cat .cat_name:hover {
    background: #ff6600;
}
.supplier_cat .cat_name a{
	font-size:16px;
	color:#fff;
	font-weight:400;
	text-transform: capitalize;
}
.submit_btn2 {
	position: relative;
	padding: 10px 20px;
	background-color: #0069d9;
	transition: background-color 0.3s;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	cursor: pointer;
	text-align: center;
	border: none;
	margin: 0 auto;
	display: flex;
	align-items: center;
	align-content: center;
}
.submit_btn2:focus,
.submit_btn2:hover {
    background: #0069d9;
    color: #fff;
   border: none;
}
.input_control {
    padding: 8px;
    border: 1px solid transparent;
    transition: all .3s ease;
    font-size: 14px;
    color: #273f5b;
    background-color: rgba(255, 255, 255, );
    border: 1px solid #cdcdcd;
    width: 100%;
    outline: 0
}

.input_control:focus {
    border-color: #2c6eb5;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}

.input_control_login {
    padding:20px 12px;
    border: 2px solid #a4a4a3!important;
    transition: all .3s ease;
    font-size: 14px;
    color: #273f5b;
    background-color: rgba(255, 255, 255, );
    border: 1px solid #cdcdcd;
    width: 100%;
    outline: 0;
    border-radius: 35px;
    margin-bottom: 10px;
}

.input_control_login:focus {
    border-color: #a4a4a3;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.supplier_btn {
    display: inline-block;
    padding:22px 75px;
    background-color: #fd6100;
    transition: background-color 0.3s;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    border: none;
    border-radius:35px;
    text-transform: uppercase;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
/* footer
================================================== */	
.footer {
	width: 100%;
	background: #085100;
	padding:1% 0%;
	}
.footer .copyright{
	font-size: 12px;
	color:#ffffff;
	text-align: left;
	font-weight: 600;
	float: left;
	width: 80%;
	}
.footer .copyright a{
	font-size: 12px;
	color:#ffffff;
	font-weight: 600;
	border-right: 1px solid #fff;
	padding:0 5px;
	}
.footer .copyright a:last-child{
	border-right: none;
}
.footer .counter{
	font-size: 12px;
	color:#ffffff;
	font-weight: 600;
	text-align: right;
	text-transform: uppercase;
	float: left;
	width:20%;
	}
.scrollToTop {
	text-align:center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	position:fixed;
	bottom:105px;
	right:23px;
	display: none;
	width:80px;
	padding:13px;
	z-index:9;
	}
.signup {
    width: 60%;
    background: #fff;
    margin: 80px auto;
    padding: 40px 40px;
    -webkit-box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 11px 0px rgba(0,0,0,0.75);
}

    .signup .title {
        font-size: 22px;
        color: #000;
        padding-bottom: 20px;
        font-weight: 600;
    }

    .signup .sub_title {
        font-size: 16px;
        color: #000;
        padding: 20px 0px;
        font-weight: 400;
    }

    .signup .text {
        font-size: 15px;
        color: #000;
        padding: 10px 0px;
        font-weight: 400;
    }

        .signup .text a {
            color: #ff6600;
        }

    .signup .signup_row {
        width: 100%;
        float: left;
    }

    .signup label {
        font-size: 14px;
    }

    .signup .signup_row p {
        font-size: 11px;
        color: #f30;
    }

    .signup .signup_row .ext {
        font-size: 14px;
        color: #000;
        width: 40px;
        height: 40px;
        border: 1px solid #cdcdcd;
        float: left;
        text-align: center;
        margin-right: 20px;
        line-height: 38px;
    }

    .signup .signup_row .input {
        width: 85%;
        float: left;
    }

    .signup .signup_row .btn_sign {
        float: left;
        position: relative;
        display: block;
        padding: 10px 20px;
        background-color: #fd6100;
        transition: background-color 0.3s;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        text-align: center;
        border: none;
        margin-left: 34.5%;
    }

        .signup .signup_row .btn_sign:focus,
        .signup .signup_row .btn_sign:hover {
            background: #f9a51c;
            color: #fff;
        }

    .signup .signup_row .btn_otp {
        float: left;
        position: relative;
        display: block;
        padding: 10px 20px;
        background-color: #fd6100;
        transition: background-color 0.3s;
        font-family: "Open Sans", sans-serif;
        color: #fff;
        font-size: 16px;
        font-weight: 700;
        cursor: pointer;
        text-align: center;
        border: none;
    }

        .signup .signup_row .btn_otp:focus,
        .signup .signup_row .btn_otp:hover {
            background: #f9a51c;
            color: #fff;
        }




