@import 'https://fonts.googleapis.com/css?family=Quicksand';
@import 'https://fonts.googleapis.com/css?family=Roboto';


@font-face {
    font-family: 'ralewayregular';
    src: url('../fonts/raleway-regular-webfont.woff2') format('woff2'),
         url('../fonts/raleway-regular-webfont.woff') format('woff'),
         url('../fonts/raleway-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'bremen';
    src: url('../fonts/bremen.woff2') format('woff2'),
         url('../fonts/bremen.woff') format('woff'),
         url('../fonts/bremen.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

*{
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s;
    box-sizing: border-box;
    font-style: normal;
}
a {
	color: #000;
}
ul,ol{
	list-style-type: none;
	padding:0;
}
a, a:hover {
	text-decoration: none;
}
html{
	overflow-x: hidden;
}
body{
	overflow-x: hidden;
	background-color: #f5f5f5;
 }
 .bg-body-color{background-color: #fff;}
.nev-bg{
	background: rgba(0, 164, 80, 0.7);
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	width: 100%;
	z-index: 999;
}
.bg-color{
 	background: #FAF336;
 	z-index: 1049;
 	padding: 5px 15px;
 }
 .bg-color ul{
 	margin-bottom: 0;
 }
 .bg-color ul li a{
 	margin-top: 10px;
 }
 /* logo style */
 .logo{
 	margin-bottom: 5px;
 	width: 215px;
 	margin-top: -10px;
 }
.logo img{
 	width: 60px;
 	height: 60px;
 	border-radius: 50%;
 	float: left;
 }
.logo figcaption{
	font-size: 35px;
	font-weight: bolder;
	line-height: 1.7;
	padding-left: 66px;
	text-shadow: 1px 2px 1px #232222;
	cursor: pointer;
	color: #fff;
}
.footerlogo{
	padding-left: 50px;
}

.footerlogo img{
 	width: 80px;
/* 	border-radius: 50%;
 	float: left;*/
 }
.footerlogo figcaption{
    font-size: 35px;
    font-weight: bolder;
    line-height: 1.7;
    /*padding-left: 66px;*/
    text-shadow: 1px 2px 1px #000;
    cursor: pointer;
    color: #FAF336;
}

.top-navbar{
	list-style-type: none;
	padding: 0;
	/*width: 380px;*/
	float: right;
	margin-top: 5px;
}
.top-navbar li{
	float: left;
}
.top-navbar li a{
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 8px 0px;
	margin: 12px 15px 0;
	text-decoration: none;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.top-navbar li a:hover{
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

.jumbotron-custom-cover{
	/*background-image: url(../img/slide1.png);	*/
	background-size: cover;
	background-position: center center;
}
.jumbotron-custom{
	background-image: url(../img/pattern.png);
	min-height: 400px;
}
.jumbotron-custom form{
	margin-top: -50px;
	max-width: 340px;
	margin: 0 auto;
}
.jumbotron-custom input[type="text"],
.jumbotron-custom input[type="password"]{
	border: 1px solid #FAF336;
	border-right: 1px solid transparent;
	padding: 12px;
	background: rgba(255, 255, 255, 0.8);
	color: rgba(0, 0, 0, 0.7);
	font-weight: bold;
	border-radius: 5px 0 0 5px;
}
.jumbotron-custom .input-group-addon{
	border: 1px solid #FAF336;
	padding: 12px;
	background: rgba(255, 255, 255, 0.8);
	color: #FAF336;
	font-weight: bold;
	border-radius: 0 5px 5px 0;
	padding-left: 6px;
	padding-right: 6px;
}

.jumbotron-custom input[type="text"]:focus,
.jumbotron-custom input[type="password"]:focus{
	background: rgba(255,255,255,0.8);
	color: #000;
}
.jumbotron-custom input[type="text"]{
	width: 100%;
}
.jumbotron-custom input[type="password"]{
	width: 69%
}
.jumbotron-custom input[type="submit"]{
	background: #134F5F;
	border: 1px solid #134F5F;
	color: #fff;
	padding: 12px 19px;
	border-radius: 4px;
	font-weight: bold;
	text-transform: uppercase;
	width: 29%;
}
.jumbotron-custom input[type="submit"]:hover{
	background: #fff;
	border: 1px solid #fff;
	color: #134F5F;
}
.jumbotron-custom form p a{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.jumbotron-custom form p span{
	float: right;
}
.social{
	padding: 18px 15px;
	color: #B8D5E7;
	font-weight: bold;
}
.social span{
	padding-left: 10px;
}
.bar a i{
	color: #B8D5E7;
	width: 35px;
	height: 35px;
	border: 1px solid #B8D5E7;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
}
.bar a i:hover{
	color: #2B414F;
	border: 1px solid #B8D5E7;
	background: #B8D5E7;
}
.phone{
	padding: 12px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 47px;
}
.service-header h2{
	text-align: center;
	padding: 80px 30px 20px;
}
.service-header .border{
	width: 160px;
	height: 1px;
	margin: 0 auto 30px;
	border-bottom: 1px dotted #FAF336;
}
.service{
	padding: 0 50px 110px;
	text-align: center;
	position: relative;
}
.service i.large{
	font-size: 30px;
	border: 2px solid #2B414F;
	width: 80px;
	height: 80px;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	color: #2B414F;
}
.service h3{
	text-transform: uppercase;
	color: #2B414F;
}
.service:hover i.large{
	border: 2px solid #FAF336;
	background: #FAF336;
	color: #fff;
}
.service p{
	padding: 15px 30px 10px;
	color: #2B414F;
}
.service a{
	text-decoration: none;
	color: #FAF336;
	font-weight: bold;
}
.service a:hover{
	color: #2B414F;
}
.right-border{
	width: 1px;
	height: 100px;
	border-right: 1px dotted #FAF336;
	position: absolute;
	top: 43%;
	right: 0px;
}
.hilite{
	background-image: url('../img/bg.jpg');
}
.hilite-inner{
	border: 1px dotted rgba(255,255,255,0.3);
	margin: 60px 0;
	padding: 40px;
}
.hilite-inner{
	color: #fff;
}
.hilite-inner h3{
	font-weight: bold;
	margin: 0
}
.hilite-inner p{
	margin: 0;
}
.hilite-inner a{
	color: #fff;
	text-decoration: none;
	border: 1px solid #fff;
	float: right;
	padding: 15px 25px;
	border-radius: 4px;
	font-weight: bold;
}
.hilite-inner a:hover{
	background: #FAF336;
	border: 1px solid #FAF336;
}
.about{
	padding: 50px;
}
.about h1{
	font-family: 'Quicksand', sans-serif;
	margin: 0;
}
.about h3{
	font-weight: bold;
	color: #FAF336;
	margin: 5px 0 0;
}
.about p{
	font-size: 16px;
}
.about p:nth-of-type(1){
	padding-top: 30px;
}
.about p:nth-of-type(2){
	padding-top: 10px;
	padding-bottom: 20px;
}
.about p:nth-of-type(3){
	display: inline-block;
	position: relative;
}
.about p:nth-of-type(3) i{
	font-size: 25px;
	color: #000;
	position: absolute;
	top: -55px;
}
.about p:nth-of-type(4){
	color: #FAF336;
	font-size: 18px;
	font-weight: bold;
	display: inline-block;
	width: 95%;
	padding-left: 5%;
}
.about img{
	margin-top: 30px;
}
/***
category ****/

/*.category_header h3:after {
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 15px solid #5d8801;
    bottom: 1px;
    content: '';
    left: -15px;
    position: absolute;
    z-index: 1;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
}
.category_header h3 {
    margin-bottom: 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    line-height: 1.5;
    margin-right: 100px;
    background: #80bb01;
    padding: 15px 25px 15px 10px;
    position: relative;
    display: inline-block;
    z-index: 27;
    border-radius: 0 5px 0 0;
    font-weight: 500;
}
.category_header h3:before {
    background: #80bb01;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 15px;
    z-index: 1;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}*/

.category_header{
	margin: 30px 0;
	border-bottom: 2px solid #ddd;
	background: #e9e9e9;
	padding: 10px;
}
.category_header h3{
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
    line-height: 29px;
}
.category_header > .slider-array{
	margin-top: 4px;
	/*width: 150px;*/
}
.category_header > .slider-array span{
	float: left;
	margin-right: 5px;
}
.category_header .slider-array a{
	background: #fd6a02;
	width: 25px;
	height: 25px;
	color: #fff;
	font-weight: bolder;
	display: block;
	float:left;
	margin-left: 5px;
	text-align: center;
	padding-top: 2px;
 }
.category_header .slider-array .slick-arrow:hover{
	background: #111;
	color: #fff;
 }
.slider{
	margin: 0 12px 0px;
}
.content_item{
	transition: all .2s ease-in-out;
	border: 1px solid rgba(0,0,0,0.04);;
	padding: 5px;
	margin-left: 2px;
	margin-right: 6px;
	margin-bottom: 30px;
	background: #fff;
}
.content_item:hover{
	box-shadow: 0px 2px 6px -3px #333;
}

.content_item > figure{
	width: 100%;
	height: 180px;
	position: relative;
	overflow: hidden;
	background: #fff;
	display: table-cell;
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
 }
.content_item figure img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin: 0 auto;
	padding-bottom: 5px;
	/*height: 150px;*/
	height: 200px;
}
.content_item figure:hover img{
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.content_item span p{
	font-family: ralewayregular;
	padding-top: 16px;
	line-height: 16px;
	font-size: 13px;
	font-weight: 800;
	margin-left: -5px;
	font-style: normal;
	text-transform: capitalize;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.content_item .price-weight{
	color: #000;
	padding: 0;
	margin-bottom: 20px;
}
.content_item .border-button{
	position: relative;
	width: 100px;
	margin: 0 auto;
	display: block;
}
.content_item .btn-default{
	background: #fd6a02;/* #C18107 */
	color:  #fff;
	border: 2px solid transparent;
	font-size: 14px;
	transition: all 0.3s ease-in-out 0s;
	position: absolute;
	left: 0;
	bottom: -24px;
	z-index: 99;
	display: none;
 }
 .content_item:hover .btn-default {
	display: block;
 }
 .slick-dots li button{
 	display: none;
 }
.content_item .btn-default:hover{
	box-shadow: 0 10px 6px -6px rgba(4, 4, 4, 0.3); /* RGBA(193, 129, 7, 0.8) */
 	background: #fd6a02;/* rgba(0, 164, 80, 0.7); */
 }
 .content_item .btn-default i{
	transition: all 0.3s ease-in-out 0s;
 }
 .content_item .btn-default:hover i{
 	transform: rotate(25deg);
 	text-shadow: 0 1px 1px #000;

 }


/***
category end****/

.footer-top{
	background: #3C3C3C;
	padding-right: 70px;
}
.footer-bottom{
	background: #000000;
}
.footer-top-left{
	background: #2B2B2B;
	color: #ccc;
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 70px;
}
.footer-top-left p{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
}
.footer-top-left ul{
	list-style-type: none;
	padding-left: 50px;
}
.footer-top-left ul li{
	display: inline-block;
}
.footer-top-left ul li a i{
	color: #fff;
	width: 30px;
	height: 30px;
	border: 1px solid #ccc;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.footer-top-left ul li a.fb:hover i{
	background: #475897;
	border: 1px solid #475897;
	color: #fff;
}
.footer-top-left ul li a.tw:hover i{
	background: #4099FF;
	border: 1px solid #4099FF;
	color: #fff;
}
.footer-top-left ul li a.gp:hover i{
	background: #DE5145;
	border: 1px solid #DE5145;
	color: #fff;
}
.footer-top-left ul li a.in:hover i{
	background: #517FA4;
	border: 1px solid #517FA4;
	color: #fff;
}
.footer-top-middle{
	padding-top: 45px;
	padding-bottom: 20px;
	padding-right: 55px !important;
	padding-left: 30px !important;
}
.footer-top-middle h2{
	color: #FAF336;
	padding-left: 40px;
	padding-bottom: 30px;
}
.footer-top-middle table{
	margin-left: 40px;
	width: 95%;
}
.footer-top-middle table td{
	border-bottom: 1px dotted #ddd ;
}
.footer-top-middle table td a{
	display: block;
	transition: all .2s ease-in-out;
	color: #ccc;
	font-size: 15px;
	text-decoration: none;
	padding: 15px 0;
}
.footer-top-middle table td a:hover{
	color: #fd6a02;
}

.footer-top-right{
	padding-top: 45px;
	padding-bottom: 20px;
	padding-right: 55px;
}
.footer-top-right h2{
	color: #fd6a02;
	/*padding-left: 40px;*/
	padding-bottom: 25px;
}
.footer-top-right ul{
	list-style-type: none;
}
.footer-top-right ul li{
	color: #ccc;
	display: block;
	text-decoration: none;
	padding-bottom: 10px;
	padding-right: 50px;
	font-style: normal;
}
.footer-top-right ul li i{
	color: #fd6a02;
	font-size: 16px;
	display: inline-block;
	width: 15px;
}
.footer-bottom{

}
.footer-bottom p{
	padding-top: 15px;
	color: rgba(255,255,255,0.5);
	line-height: 2.5;
	padding: 0 90px;
	margin-top: 10px;
}
.footer-bottom .text1{
	text-align: left;
}
.footer-bottom .text2{
	text-align: right;
}

.contact h1{
	font-family: 'Quicksand', sans-serif;
	margin: 30px 0 0;
	font-size: 25px;
	padding-left: 20px;
}
.contact h2{
	font-weight: bold;
	color: #FAF336;
	font-size: 22px;
	margin: 5px 0 10px;
	padding-left: 20px;
}
.contact form{
	width: 100%;
	max-width: 450px;
	height: 450px;
	background: #fff;
	position: absolute;
	top: 96px;
	right: 0;
	padding-top: 20px;
}
.contact input[type="text"],
.contact input[type="email"],
.contact textarea{
	width: 90%;
	padding: 10px 8px;
	margin: 5px 22px;
	border: 1px solid rgba(0,0,0,0.1);
	resize: none;
	border-radius: 4px;
}
.contact textarea{
	height: 120px;
}
.contact input[type="text"]:focus,
.contact input[type="email"]:focus,
.contact textarea:focus{
	border: 1px solid #FAF336;
}
.contact textarea[placeholder],
.contact input[placeholder]{
	color: rgba(0,0,0,0.3);
}
.contact input[type="submit"]{
	margin-left: 22px;
	background: #fff;
	color: #FAF336;
	border: 1px solid #FAF336;
	padding: 7px 15px;
	border-radius: 4px;
}
.contact input[type="submit"]:hover{
	background: #FAF336;
	color: #fff;
	border: 1px solid #FAF336;
}

.new-after-about{
	padding: 30px 0;
}
.new-after-about h3{
	font-weight: bold;
	font-size: 20px;
	font-family: 'Quicksand', sans-serif;
}
.new-after-about ul{
	list-style-type: none;
	padding-left: 0;
}
.new-after-about ul li{
	padding: 3px 0;
	padding: 12px 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.new-after-about ul li:last-child{
	border-bottom: 1px solid transparent;
}
.new-after-about i{
	color: #about;
}
.new-after-about-right, .new-after-about-right2{
	/*text-align: right;*/
	border: 1px solid #134F5F;
	text-align: center;
	border-radius: 4px;
	margin-top: 25px;
	margin-bottom: 50px;
}
.new-after-about-right h3, .new-after-about-right2 h3{
	margin: 0;
	padding: 12px 0;
	text-align: center;
	background: #134F5F;
	color: #fff;
}
.new-after-about-right ul, .new-after-about-right2 ul{
	background: rgba(19,79,95,0.1);
	margin-bottom: 0;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.new-after-about-right i, .new-after-about-right2 i{
	color: #fff;
}
.new-after-about-border{
	width: 80px;
	height: 1px;
	margin: 30px auto 15px;
	border-bottom: 1px dotted #134F5F;
}
.new-after-about-right .new-after-about-border{
	float: right;
	margin: 5px 0;
}



/* Order Table Style */

.order_button{
	position: fixed;
	right: 10px;
	top: 50%;
	padding: 9px 8px;
	background: #00c05c;
	border-radius: 5px;
	font-weight: bold;
	z-index: 999;
	color: #fff;
	font-size: 16px;
	transition: all .3s ease-in-out;
	cursor: pointer;
}

.order_button:hover{
	text-decoration: none;
	color: #fff;
	box-shadow: 0 10px 6px -6px rgba(4, 4, 4, 0.3);
	text-shadow: 0 1px 1px #333;

}

.order_table tr td{
	padding: 0 !important;
}
.order_table .form-control{
	border-radius: 0 !important;
	border: transparent;
}
.top{
	position: fixed;
	bottom: 15px;
	right: 15px;
	background: rgba(226,147,30, 0.7);
	width: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	font-size: 30px;
	font-weight: bold;
	z-index: 999;
	transition: all .2s ease-in-out;
	opacity: 0;
}
.top:focus{
	color: #f5f5f5;
}
.top:hover{
	background: #FAF336;
	color: #fff;
}

.nav-fix{
	z-index: 99999999999999;
	background: #FAF336;
	padding-top: 8px;
	padding-bottom: 5px;
}
.nav-fix .logo{
 	width: 170px;
 }
.nav-fix .logo img{
 	width: 45px;
 	height: 45px;
 	border-radius: 50%;
 }
.nav-fix .logo figcaption{
	font-size: 25px;
	padding-left: 48px;
}

.nav-fix .top-navbar{
	list-style-type: none;
	padding: 0;
	/*width: 400px;*/
	/*width: 385px;*/
	margin-bottom: 0;
}
@-moz-document url-prefix() {
  .nav-fix .top-navbar {
     /*width: 320px;*/
  }
}
.nav-fix .top-navbar li{
	float: left;
}
.nav-fix .top-navbar li a{
	margin: 0px 15px 0;
}

/* #category1,#category2,#category3,#category4,#category5{padding-top: 20px; padding-bottom: 20px;}
 */
/* new style */
.nev-bg{
	/*background: #232F3E;*/
	background: #fff;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.jumbotron-custom{
	background-image: url(../img/bgnew1.jpg);
	background-size: cover;
	background-position: center;
}
.jumbotron-custom form{margin: 255px auto 0; max-width: 500px;}
.jumbotron-custom input[type="text"]{width: 78%; background: #fff; border: 1px solid rgba(0, 164, 80, 1);}
.jumbotron-custom input[type="text"]:focus{background: #fff !important;}
.jumbotron-custom input[type="submit"]{width: 20%; background: #fff; color: rgba(0, 164, 80, 1); border: 1px solid rgba(0, 164, 80, 1); border-top-left-radius: 0; border-bottom-left-radius: 0;}
.jumbotron-custom input[type="submit"]:hover{background: rgba(0, 164, 80, 1); border: 1px solid rgba(0, 164, 80, 1); color:#fff;}
.slideCol{font-size: 30px;}
#textSlider div{text-shadow: 0 0 5px #09184D;}
@media screen and (max-width: 768px){
	.jumbotron-custom{min-height: 100vh;}
}
