@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Lato:400,100,100italic,300,300italic,400italic,700italic,700,900,900italic);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i);
@import url(https://fonts.googleapis.com/css?family=Baloo+Paaji);
@import url(https://fonts.googleapis.com/css?family=Sacramento);
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');
* {
	padding: 0px;
	margin: 0px;
}
body {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	color: #373737;
}
.clear {
	clear: both;
	padding: 0px;
	margin: 0px;
	height: 0px;
	border: 0px;
}
#main-home {
	width: 100%;
	background: url(../img/bg.jpg) fixed;
	padding: 40px 0 0 0;
	background-size: cover;
}
#main {
	overflow: hidden;
}
.width-95{
	width:95%;
}
.container p {
	font-family: 'Arimo', sans-serif;
	font-size: 13px;
	color: #000;
}
#header {
	width: 100%;
	background: rgba(255,255,255,0.85);
}
#header .logo {
	width: 25%;
	float: left;
	padding: 30px 0px 30px 0px;
}
#header .logo img {
	width: 100%;
}
#header .aside-right {
	width: 50%;
	float: right;
}
#header .btn-div{
	text-align:right;
}
#header .btn-div span{
	width:auto;
 	box-shadow: -1px 4px 21px 0px #616161;
}
#header .btn1{
    border: 1px solid transparent;
    border-radius: 0px;
	background:#fff  ;
	color:#d20b11;
    font-size: 12px;
    padding: 5px 15px;
	text-transform:capitalize;
	transition: background 200ms ease-in-out;
}
#header .btn1:hover, #header .btn1:focus, #header .btn1:active{
	background:#fff  ;
	color:#000;
}
#header .btn2{
    border: 1px solid transparent;
	border-left: 1px solid #d20b11;
    border-radius: 0px;
	background:#fff  ;
	color:#d20b11;
    font-size: 12px;
    padding: 5px 15px;
	text-transform:capitalize;
	transition: background 200ms ease-in-out;
}
#header .btn2:hover, #header .btn2:focus, #header .btn2:active{
	background:#fff  ;
	color:#000;
}
#header .form-control {
    border-radius: 0px;
	box-shadow:none;
	padding:12px;
	height:40px;
	border-color:#edeceb;
}
#header .modal-body{
	background-color:#f9f9f9;
}
#header .btn:hover, #header .btn:focus, #header .btn:active{
	background:#000  ;
	color:#fff;
}
#header .aside-right .text-box {
	width: 55%;
	float: left;
}
#header .aside-right .text-box1 {
	width:55%;
	float: right;
}
#header .aside-right h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	color: #000;
	text-align:right;
	margin: 0px;
	margin-top:20px;
	text-decoration:none;
	line-height:150%;
}
#header .aside-right h1 a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	letter-spacing: 0px;
	color: #000;
	text-align:right;
	margin: 0px;
	margin-top:20px;
	text-decoration:none;
}
#header .aside-right h1 a:hover, #header .aside-right h1 a:focus {
	color: #d20b11;
	text-decoration:none;
}
#header .aside-right h2 span {
	color: #a2a2a2;
}
#header .aside-right .order {
	margin: 0px 0 5px 0;
}
#header .aside-right i {
	margin: 0px 0px 0 10px;
}
#banner {
	width: 100%;
	height:440px;
}
#banner img {
	width: 100%;
	height:440px;
}
#service-section {
	width: 100%;
	padding: 40px 0;
}
#service-section h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 34px;
	letter-spacing: 0px;
	color: #000;
	margin: 0px 0px 20px 0px;
}
#service-section h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #1a1a1a;
	font-weight: 500;
	line-height: 25px;
	margin: 00px 0 20px 0;
}
#service-section .box , #service-section .box2, #service-section .box3{
	width: 100%;
	text-align: center;
	border:1px solid #fff;
	transition: border 400ms ease-in-out;
}
#service-section .box:hover, #service-section .box2:hover, #service-section .box3:hover {
	width: 100%;
	text-align: center;
	border:1px solid #efefee;
}
#service-section .box h3{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	letter-spacing: 1px;
	color: #1a1a1a;
	margin: 15px 0;
	text-decoration:none;
	transition: color 150ms ease-in-out;
}
#service-section .box h3 a {
	color: #1a1a1a;
	text-decoration:none;
	transition: color 200ms ease-in-out;
}
#service-section .box h3 a:hover, #service-section .box h3 a:focus, #service-section .box h3 a:active {
	color: #8c8b8b;
	text-decoration:none;
}
#service-section .box p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #1a1a1a;
}
#service-section .box2 h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	letter-spacing: 1px;
	color: #1a1a1a;
	margin: 15px 0;
}
#service-section .box2 h3 a {
	color: #1a1a1a;
	text-decoration:none;
	transition: color 200ms ease-in-out;
}
#service-section .box2 h3 a:hover, #service-section .box2 h3 a:focus, #service-section .box2 h3 a:active {
	color: #8c8b8b;
	text-decoration:none;
}
#service-section .box2 p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #1a1a1a;
}
#service-section .box3 h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	letter-spacing: 1px;
	color: #1a1a1a;
	margin: 15px 0;
}
#service-section .box3 h3 a {
	color: #1a1a1a;
	text-decoration:none;
	transition: color 200ms ease-in-out;
}
#service-section .box3 h3 a:hover, #service-section .box3 h3 a:focus, #service-section .box3 h3 a:active {
	color: #8c8b8b;
	text-decoration:none;
}
#service-section .box3 p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 19px;
	color: #1a1a1a;
}
#service-section .caption {
	width: 55%;
	margin: 35px auto 0 auto;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #000;
	padding: 20px 10px;
	box-shadow: 4px 10px 12px rgba(0, 0, 0, 0.35);
}
#section-pages {
	width: 100%;
	padding: 40px 0;
}
#section-pages h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	letter-spacing: 0px;
	color: #000;
	margin: 10px 0px;
}
#section-pages h1 a {
	color: #000;
	text-decoration:none;
	transition: color 150ms ease-in-out;
}
#section-pages h1 a:hover {
	color: #666;
	text-decoration:none;
}
#section-pages h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #1a1a1a;
	font-weight: 500;
	line-height: 25px;
	margin: 00px 0 20px 0;
}
#section-pages .box {
	border-right: 1px #c7c7c7 solid;
	text-align: center;
}
#section-pages .box h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 32px;
	letter-spacing: 1px;
	color: #43357e;
	margin: 15px 0;
}
#section-pages .box p {
	font-family: 'Arimo', sans-serif;
	font-size: 15px;
	color: #585858;
	margin: 10px 0;
}
#service-pages .caption {
	width: 55%;
	margin: 35px auto 0 auto;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #000;
	padding: 20px 10px;
	box-shadow: 4px 10px 12px rgba(0, 0, 0, 0.35);
}
#m-logo {
	margin: 20px 0;
}
#section-about {
	width: 100%;
	background: #d20b11;
	padding: 20px 56px;
}
#section-about h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 26px;
	color: #fff;
	margin: 12px 0 30px 0;
	letter-spacing: -1px;
}
#section-about h2 {
	font-size: 38px;
	color: #fff;
	font-weight: 700;
	margin: 0;
	font-family: 'Sacramento', cursive;
}
#section-about p {
	font-family: 'Arimo', sans-serif;
	font-size: 15px;
	color: #fff;
	margin: 10px 0;
}
#section-about .link {
	float: left;
	margin-top: 10px;
}
#section-about .link a {
	background: #eb0000;
	font-family: 'Arimo', sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
}
#section-heading {
	width: 100%;
	background: hsla(0, 0%, 0%, 0.65);
	padding: 10px 10px 10px 56px;
}
#section-heading h1 {
	font-family: 'Baloo Paaji', cursive;
	font-size: 40px;
	color: #fff;
	margin: 30px 0 10px 0;
	letter-spacing: -1px;
}
#section-heading h2 {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif;
}
#section-heading h3 {
	font-size: 24px;
	color: #fff;
	font-weight: 500;
	margin: 30px 0 0 0;
	font-family: 'Roboto Condensed', sans-serif;
}
#section-heading p {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	color: #fff;
	margin: 10px 0;
}
#section-heading .link {
	float: left;
	margin-top: 10px;
}
#section-heading .link a {
	background: #eb0000;
	font-family: 'Arimo', sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
}
#section-heading .icon {
	width: 26%;
	display: inline-block;
	margin: 0 0 0 2.5%;
}
#main-section {
	background: #fff;
	overflow: hidden;
	width: 100%;
}
#main-section .text1 {
	font-size: 16px;
	color: #000;
	font-family: 'Arimo', sans-serif;
	margin: 25px 0 30px 0;
}
#dish-section {
	background: #fff;
	width: 100%;
	overflow: hidden;
	margin: 0px 0 0 0;
	background-size: cover;
}
#dish-section .text-box {
	width: 100%;
	padding: 30px 0;
	background: #fff;
	margin: 30px 0;
}
#dish-section h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 34px;
	color: #054c7a;
	letter-spacing: -1px;
}
#dish-section p {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	color: #595959;
	margin: 15px 0 0;
}
#dish-section button{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #054c7a;
	box-shadow: 4px 10px 12px rgba(0, 0, 0, 0.35);
	display: inline-block;
	padding: 10px 20px;
	margin: 16px 0 0 0;
	border:0px;
	background:#fff;
	text-transform:uppercase;
	color:#000;
	transition: background 400ms ease-in-out;
}
#dish-section button:hover {
	text-decoration:none;
	background:#d20b11;
	color:#fff;
}
#pro-section {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
	margin: 0px 0 0 0;
	background-size: cover;
}
#pro-section .text-box {
	width: 100%;
	padding: 30px;
	background: #fff;
	margin: 30px 0;
}
#pro-section h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 34px;
	color: #000;
	margin: 30px 0 20px 0;
	letter-spacing: -1px;
}
#pro-section p {
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	color: #595959;
	margin: 20px 0;
}
#pro-section button{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #054c7a;
	box-shadow: 4px 10px 12px rgba(0, 0, 0, 0.35);
	display: inline-block;
	padding: 10px 20px;
	margin: 16px 0 0 0;
	border:0px;
	background:#fff;
	text-transform:uppercase;
	color:#000;
	transition: background 400ms ease-in-out;
}
#pro-section button:hover {
	text-decoration:none;
	background:#d20b11;
	color:#fff;
}
#pro-section2 {
	background-color: #d20b11;
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
	margin: 0px 0 0 0;
	background-size: cover;
}
#pro-section2 .text-box {
	width: 100%;
	padding: 30px;
	background: #fff;
	margin: 30px 0;
}
#pro-section2 h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 34px;
	color: #fff;
	margin: 30px 0 20px 0;
	letter-spacing: -1px;
}
#pro-section2 h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 21px;
	color: #fff;
	margin: 30px 0 20px 0;
}
#pro-section2 p {
	font-family: 'Arimo', sans-serif;
	font-size: 16px;
	color: #fff;
	margin: 20px 0;
}
#pro-section2 button{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #054c7a;
	box-shadow: 4px 10px 12px rgba(0, 0, 0, 0.35);
	display: inline-block;
	padding: 10px 20px;
	margin: 16px 0 0 0;
	border:0px;
	background:#d20b11;
	text-transform:uppercase;
	color:#fff;
	transition: background 400ms ease-in-out;
}
#pro-section2 button:hover {
	text-decoration:none;
	background:#fff;
	color:#000;
}
#faq-section2 {
	width: 100%;
	border: 1px #000 solid;
	padding: 20px 0;
	overflow: hidden;
	margin: 20px 0;
	background-size: cover;
}
#faq-section2 .faq {
	margin: 0px 0 0 55px;
}
#faq-section2 h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 22px;
	color: #000;
	margin: 10px 0 0 0;
	letter-spacing: -1px;
}
#faq-section2 h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 21px;
	color: #000;
	margin: 30px 0 20px 0;
}
#faq-section2 p {
	font-family: 'Arimo', sans-serif;
	font-size: 13px;
	color: #000;
	margin:5px 00 0;
}
#faq-section2 button{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #054c7a;
	box-shadow: 4px 10px 12px rgba(0, 0, 0, 0.35);
	display: inline-block;
	padding: 10px 20px;
	margin: 16px 0 0 0;
	border:0px;
	background:#fff;
	text-transform:uppercase;
	color:#000;
	transition: background 400ms ease-in-out;
}
#faq-section2 button:hover {
	text-decoration:none;
	background:#d20b11;
	color:#fff;
}
#section-two {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
	margin: 20px 0;
	background-size: cover;
}
#section-two .faq {
	margin: 0px 0 0 55px;
}
#section-two h1 {
	font-family: 'Roboto Condensed', sans-serif;
	border-right: 3px #ee633f solid;
	font-size: 30px;
	color: #444444;
	line-height: 40px;
	margin: 10px 0 20px 0;
	letter-spacing: -1px;
	text-align: right;
	padding: 10px 30px 10px 0;
	font-weight: bolder;
}
#section-two h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: bolder;
	text-transform:uppercase;
	font-size: 22px;
	color: #444;
	margin: 15px 0 20px 0;
}
#section-two p {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	color: #585858;
	margin: 10px 00 0;
}
#section-two .view {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #000;/* box-shadow:4px 10px 12px rgba(0, 0, 0, 0.35);*/
	display: inline-block;
	padding: 10px 20px;
	margin: 0px 0 0 0;
}
#section-two .view a {
	text-transform: uppercase;
	text-decoration: underline;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	color: #000;
}
#section-bottom {
	background: #444444;
	padding: 30px 0;
}
#section-bottom h1 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 25px;
	color: #fff;
	line-height: 40px;
	margin: 10px 0 00px 0;
	padding: 10px 00px 10px 0;
	font-weight: bolder;
}
#section-bottom .bor {
	background: #f16338;
	height: 1px;
	width: 50px;
	margin-bottom: 30px;
}
#section-bottom p {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	color: #8f8f8f;
	margin: 10px 00 0;
}
#section-bottom p a {
	color: #8f8f8f;
	text-decoration:none;
}
#section-bottom p a:hover {
	color: #fff;
	text-decoration:none;
}
#section-bottom span {
	color: #fff  ;
	font-size:120%;
	margin-right:10px;
}
#section-bottom .form-horizontal .form-group .form-control{
  background-color: transparent;
    background-image: none;
    border: 1px solid #7b7b7b;
    border-radius: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #7b7b7b;
    display: block;
    font-size: 14px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
#section-bottom .form-horizontal .form-group .btn{
    border: 1px solid transparent;
    border-radius: 0px;
	background:#d20b11  ;
	color:#fff;
    font-size: 14px;
    padding: 6px 15px;
	transition: background 200ms ease-in-out;
}
#section-bottom .form-horizontal .form-group .btn:hover, #section-bottom .form-horizontal .form-group .btn:active, #section-bottom .form-horizontal .form-group .btn:focus {
	background:#c6c6c6 ;
	color:#000;
}
.social-network a.icoRss:hover {
    background-color: #f56505;
}
.social-network a.icoFacebook:hover {
    background-color: #3b5998;
}
.social-network a.icoTwitter:hover {
    background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
    background-color: #bd3518;
}
.social-network a.icoVimeo:hover {
    background-color: #0590b8;
}
.social-network a.icoLinkedin:hover {
    background-color: #007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
    color: #fff;
}
a.socialIcon:hover, .socialHoverClass {
    color: #44bcdd;
}
.social-circle li a {
    border-radius: 50%;
    display: inline-block;
    float: left;
    font-size: 12px;
    height: 25px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    width: 25px;
}
ul.social-circle{
	float:right;
	margin-top:2% !important;
}
ul.social-circle li.h-soc a {
    border-radius: 50%;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 30px;
    margin-right: 5px;
    position: relative;
    text-align: center;
	background:#d20b11 ;
	color:#fff;
    width: 30px;
}
.social-circle li.h-soc i {
    line-height: 30px;
    margin: 0;
    text-align: center;
}
.social-circle li i {
    line-height: 25px;
    margin: 0;
    text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
    transform: rotate(360deg);
    transition: all 0.2s ease 0s;
}
.social-circle i {
    color: #92c810;
    transition: all 0.8s ease 0s;
}
.social-circle a {
    background-color: #192e3f;
}
.social-circle a.top-soc {
    background-color: #92c810;
}
.social-circle a.top-soc i {
    color: #fff;
}
li.h-soc a {
    border-radius: 50%;
    display: inline-block;
    float: left;
    font-size: 14px;
    height: 30px;
    margin-right: 5px;
    position: relative;
	padding:0 0px;
    text-align: center;
    width: 30px;
}
#inner-section {
	background: #fff;
	padding: 30px 30px;
	margin: 2px 0;
}
#inner-section h1 {
	font-family: 'Baloo Paaji', cursive;
	font-size: 30px;
	margin: 0px 0 10px 0;
	color: #eb2025;
}
#inner-section h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #030303;
	margin: 10px 0;
	font-weight: 700;
	line-height: 25px;
}
#inner-section p {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	color: #000;
	margin: 11px 0;
}
.left_catering {
	background: #FFFFFF;
	padding: 20px 0 0 0px;
	display: table;
	width: 100%;
}
.left_catering_white p {
	font-size: 12.5px;
	color: #3f3f3f;
}
.main_form p {
	font-size: 13px;
	line-height: 22px;
	color: #949391;
	margin: 0;
	padding: 10px 0 0 0;
	font-weight: 700;
}
.main_form {
	max-width: 392px;
	margin-left: 0;
	width: 100%;
}
.main_form input {
	border: 1px solid #cccccc;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #747271;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	margin: 0;
	padding: 4px 15px;
	max-width: 313px;
}
.main_form .inputtxtarea {
	border: 1px solid #cccccc;
	border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #747271;
	font-size: 14px;
	height: 120px;
	line-height: 18px;
	margin: 0;
	padding: 4px 15px;
	width: 100%;
}
.submitbutton {
	background: url(../img/submit-btn.png) no-repeat scroll 0 0;
	border: medium none;
	display: inline-block;
	height: 33px;
	margin: 15px 0 0 0;
	padding: 0;
	text-indent: -9999px;
	width: 105px;
}
.submitbutton:hover {
	opacity: 0.5;
}
#topcontrol {
	float: left;
}
.dish-section {
	background: #474747 none repeat scroll 0 0 / cover;
	margin: 0;
	overflow: hidden;
	width: 100%;
}
.catering_content {
	margin-top: 0;
}
.catering_form input {
	border: 1px solid #CCCCCC;
	color: #A69391;
	margin: 0 0 10px;
	padding: 15px;
	width: 100%;
}
.catering_form textarea {
	border: 1px solid #CCCCCC;
	color: #A69391;
	margin: 0 0 10px;
	padding: 15px;
	width: 100%;
}
.catering_form button {
	background: #c04a24 none repeat scroll 0 0;
	border: medium none;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 10px;
	padding: 15px 10px;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
	width: 50%;
}
.catering_form button:hover {
	background: #28292b none repeat scroll 0 0;
}
.quote_text {
	width: 100%;
	border-radius: 58px 0px;
	margin: 15px auto 30px auto;
	display: table;
	padding: 15px 0;
	background-color: #ea581f;
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	font-family: 'Roboto Condensed', sans-serif !important;
	text-align: center;
}
#menu-section {
	background: #fff;
	box-shadow: inset 0 0 18px 7px rgba(0,0,0,0.17);
	padding: 30px 30px;
	margin: 2px 0;
}
#menu-section h1 {
	font-family: 'Baloo Paaji', cursive;
	font-size: 30px;
	margin: 0px 0 10px 0;
	color: #eb2025;
}
#menu-section .price {
	font-family: 'Baloo Paaji', cursive;
	font-size: 23px;
	line-height: 17px;
	text-align: right;
	margin: 11px 0 10px 0;
	color: #eb2025;
}
#menu-section .price small {
	font-size: 10px;
	color: #000;
	font-weight: 300;
}
#menu-section h2 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 18px;
	color: #030303;
	margin: 10px 0;
	font-weight: 700;
	line-height: 25px;
}
#menu-section .text {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 15px;
	color: #eb2025;
	margin: 0px 0 15px 0;
	line-height: 22px;
}
#menu-section h2 small {
	font-size: 15px;
	color: #000;
}
#menu-section h2 span {
	color: #eb2025;
}
#menu-section p {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	color: #000;
	margin: 11px 0;
}
#menu-section .boder {
	border-bottom: 1px #000 dashed;
	margin: 18px 0;
}
#main-section .aside .customer-order {
	max-width: 280px;
	height: auto;
	margin: 3px 15px 0 0;
	padding: 0 0 20px 0;
	background: url(../img/form-bg.png);
	background-size: cover;
}
#main-section .aside .customer-order h1 {
	font-family: 'Baloo Paaji', cursive;
	font-size: 23px;
	padding: 16px 0 10px 0;
	line-height: 25px;
	margin: 0px;
	color: #fff;
	font-weight: normal;
}
#main-section .aside .customer-order ul {
	margin: 45px 0 30px 0;
	padding: 0px;
}
#main-section .aside .customer-order ul li {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	list-style: square;
	color: #fff;
	margin: 10px 45px;
}
#main-section .aside .customer-order .total {
	border-top: 1px #fff solid;
	border-bottom: 1px #fff solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	padding: 10px;
	margin: 0 30px;
}
#main-section .aside .customer-order h2 {
	font-family: 'Roboto Condensed', sans-serif;
	text-align: center;
	font-size: 25px;
	margin: 0;
	padding: 60px 0 10px 0;
	color: #fff;
	font-weight: normal;
}
#main-section .aside .customer-order p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	text-align: center;
	color: #fff;
	padding: 23px 45px 0px 45px;
}
#main-section .aside .customer-order .button {
	padding: 10px;
	margin: 10px auto;
	display: block;
	font-family: 'Arimo', sans-serif;
	background: #fff;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	border: 0px;
	width: 79%;
}
.checkbox_main {
	font-size: 12px;
	color: #000000;
}
.checkbox_main {
	display: table;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 15px;
}
.checkbox_main .order_box {
	border: 1px solid #b9b9b9;
	color: #000000;
	width: 30px;
	height: 25px;
	margin: 0 0 0 10px;
	text-align: center; /*==*/
}
.price_checkbox {
	background: #6ebe3b !important;
	padding: 0 0 12px 15px !important;
	float: right;
}
.checkbox_main h3 {
	float: left;
	margin: 0;
	font-size: 15px;
	font-weight: normal;
	font-family: 'Arimo', sans-serif;
}
.checkbox_main .radio, .checkbox {
	float: right;
	margin-top: 0px !important;
}
.checkbox_main .radio label, .checkbox label {
	padding-left: 0px !important;
}
#section-about1 {
	width: 80%;
	margin: 0 auto;
	padding: 40px 0;
}
#section-about1 h1 {
	font-family: 'Baloo Paaji', cursive;
	font-size: 40px;
	color: #000;
	margin: 12px 0 10px 0;
	letter-spacing: -1px;
}
#section-about1 h2 {
	font-size: 38px;
	color: #eb0000;
	font-weight: 700;
	margin: 0;
	font-family: 'Sacramento', cursive;
}
#section-about1 p {
	font-family: 'Arimo', sans-serif;
	font-size: 14px;
	color: #000;
	margin: 10px 0;
}
#section-about1 .link {
	float: left;
	margin-top: 10px;
}
#section-about1 .link a {
	background: #eb0000;
	font-family: 'Arimo', sans-serif;
	font-size: 9px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
}
#footer {
	width: 100%;
	background: #333;
	padding: 10px 0 10px 10px;
}
#footer p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	color: #9c9c9c;
	margin: 20px 0;
}
#footer ul {
	padding: 0px;
	margin: 0px;
}
#footer ul li {
	display: block;
	float: left;
}
#footer ul li a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #b00202;
	text-decoration: none;
}
.fixed_up {
	float: right;
	position: relative;
	max-width: 270px;
	width: 100%;
}
#fixed_right_sec.fixed {
	position: fixed;
	top: 60px;
	max-width: 270px;
	width: 100%;
}
.dropdown-menu li a:hover .nav a {
	background: #EA571F !important;
}
.faq_list_homepage ul{
	margin:5px 0;
	padding:0;
	display:table;
	width:100%;
}
.faq_list_homepage ul li{
	list-style:none;
	width:50%;
	float:left;
	background:url(../img/list_bullets_faq.png) left center no-repeat;
	padding:0 0 0 15px;
}
.dropdown-menu li{
	padding:0 !important;
	width:100%;
}
/*.slider_txt_main{
	position:absolute;
	left:0;
	right:0;
	z-index:9999;
	top:0;
}*/
.slider_txt{
  margin: 70px 0 0 100px;
    max-width: 365px;
    width: 100%;
}
.slider_txt.fourthslide{
  margin: 70px 0 0 80px;
    max-width:400px;
    width: 100%;
}
.slider_txt h2{
    color: #000000;
    font-family: "Roboto Condensed",sans-serif;
    font-size:46px;
    font-weight: 300;
    line-height:48px;
    text-align: center;
	margin-bottom:25px;
	letter-spacing:-0.5px;
}
.slider_txt h2 span {
    font-weight:600;
	font-size:48px;
}
.slider_txt h2 span.smalltxt{
	font-size:36px;
	font-weight:300;
}
.slider_txt h3{
	font-size:27px;
	color:#676767;
	line-height:40px;
	font-weight:400;
	font-family: 'Nunito', sans-serif;
	text-align:center;
}
.slider_txt h3 span{
	font-size:37px;
	color:#161616;
}
.slider_txt p{
    color: #000000;
    font-family: "Roboto Condensed",sans-serif;
    font-size: 22px;
    text-align: center;
}
.padding_none{
	padding:0 !important;
}
.bxslider li{
	background:url(../img/slider_txt_bg.jpg) repeat;
}
/*.slider_txt h2 span{
	font-weight:400;
	font-size:42px;
}*/
.text-box1 > h2 {
    font-size:18px;
    font-weight:400;
    margin: 0;
	text-align:right;
	color:#1f1a17;
    padding: 35px 0 0;
	font-family: 'Roboto Condensed', sans-serif;
}
.slider {
    display: table;
    width: 100%;
}
.slider img{
	width:100%;
}
.captcha_main{
	display:table;
	width:100%;
}
.captcha_main input{
	float:left;
	width:100% !important;
	box-sizing:border-box;
	margin:15px 0 15px 0;
	color:#969696;
	font-size:13px;
	padding:8px 15px;
	border:1px solid #634a48;
	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.captcha_image_main{
	width:120px;
	margin-right:10px;
	overflow:hidden;
	float:left;
	margin-top:9px;
}
#video_section{
	width:100%;
	padding:10px 0 50px 0;
	margin:0;
	display:table;
}
#video_section h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 35px;
	color: #000;
	margin:0 0 25px 0;
	text-transform:uppercase;
}
#video_section h2{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 20px;
	color: #c7401d;
	margin:0;
	text-transform:uppercase;
	text-align:center;
	margin:15px 0 0 0;
}
#video_section .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:-35px;
}
#video_section .bx-wrapper .bx-pager.bx-default-pager a:hover{
	background:#c7401d;
}
#video_section .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#c7401d;
}
.main_video .col-sm-6{padding:0; }
.main_video .col-sm-6:nth-child(odd) .inner_single_video{ padding-right:10px;}
.main_video .col-sm-6:nth-child(even) .inner_single_video{ padding-left:10px;}
.inner_single_video{margin-bottom:15px ; padding:0;}

.clientss-1{
	margin:0 auto;
}
.clientss-1 h2.in-header {

	text-align:center;
}
.client-box{
	margin:0 auto 3%;
	width:95%;
	border:1px solid #e4e4e4;
	min-height:200px;
	text-align:center;
}
.client-box img{
	margin:0 auto;
	vertical-align:bottom;
}