/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0
--*/

.blink_me {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 2s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {  
    0% { opacity: 1.0; }
    50% { color:orange; }
    100% { color:purple;font-weight:bold;}
}

@-webkit-keyframes blinker {  
   0% { opacity: 1.0; }
    50% { color:orange; }
    100% { color:purple;font-weight:bold;}
}

@keyframes blinker {  
    0% { opacity: 1.0; }
    50% { color:orange; }
    100% { color:purple;font-weight:bold;}
}

.card_type_option
{
	margin-left:3% !important;
}

body{
	margin:0;
	font-family: 'calibri'/*'Roboto-Regular'*/;
	font-size:14px;
	background-color:#92709c!important;
	/*background-image:url(../images/body-back.jpg);*/
	/*background-repeat:repeat;*/
}
.hidden_menu
{
	display:none !important;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url(../user/fonts/Roboto-Regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Abel-Regular';
    src: url(../user/fonts/Abel-Regular.ttf) format('truetype');
}

body a{
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	text-decoration:none;
}
* {
    outline: 0;
}
.logo{
	position:relative;
	float:left;
	margin:0;
	padding:0;
	}
.logo img{
	padding:0;
	margin:9px 0 0 0;
	}
.logo_heading{
	position:relative;
	margin:0;
	padding:0;
	display:inline-block;
	text-align:left;
	}
.logo_heading img{
	padding:0;
	margin:0px 0 0 0;
	width:50%;
	}
	
	.card_type_option {
  margin-left: 2% !important;
}

	
	.show-menu {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	text-decoration: none;
	color: #fff;
	background:#1fc871; 
	text-align: center;
	display: none;
	width:40px;
	height:40px;
	border-radius:50%;
	line-height:40px;
	float:right;
	margin-top:10px;
}
.inputs[type=checkbox]{
    display: none;
}
.inputs[type=checkbox]:checked ~ #menus{
    display: block;
}
.right-top{
	padding-top:9px;
	}
.cart-outer h5{
	padding-top:8px;
	}
/* small-popup-login */

.small-popup-login .modal-dialog{
	width:554px;
	}
.small-popup-login .modal-content {
	background: #fff;
	border: 1px solid #e2e2e2;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.31);
	text-align: left;
	/*display: inline-block;*/
	vertical-align: middle;
	border-radius: 0;
}
.close {
	font-size: 20px;
	line-height: 20px;
	color: #f36121;
	opacity: 1;
	font-weight: 400;
	text-shadow: none;
	margin: 10px 15px;
	position: absolute;
	right: 0;
	text-transform: uppercase;
	float:right;
}
.close:hover,.close:focus{
	color:#000;
	text-decoration:none;
	cursor:pointer;
	opacity:0.5;
	filter:alpha(opacity=50)
	}
button.close{
	padding:0;
	cursor:pointer;
	background:transparent;
	border:0;
	-webkit-appearance:none
	}
.small-popup-login .modal-header {
    border-bottom: 0;
	padding:15px;
}
.small-popup-login .modal-dialog h2 {
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	padding: 0 0 10px;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-weight: 700;
    color: #707070;
}
.small-popup-login .modal-dialog h2::after {
	content: "";
	width: 232px;
	height: 3px;
	background: #f17023;
	display: block;
	margin: 0 auto;
	position: relative;
	left: 0;
	top: 10px;
}
.small-popup-login .modal-dialog .loginForm {
	margin: 0 71px;
}
.form-group {
	margin-bottom: 15px;
}
.form-control {
	display: block;
	width: 100%;
	height: 36px;
	padding: 6px 12px;
	font-size: 12px;
	line-height: 1.26;
	color: #212121;
	background-color: #fff;
	background-image: none;
	border: 1px solid #e2e2e2;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.password-option {
	overflow: hidden;
	margin: 0 0 30px;
}
.small-popup-login .modal-dialog .password-option a {
	color: #979797;
	font-size: 14px;
	line-height: 36px;
}
.otp .radio {
	float: left;
	margin: 0;
	text-align: center;
}
.radio input[type="radio"] {
	position: absolute;
	margin-left: -20px;
	display: none;
}
.otp .otp-outer{
	float:right;
	}
.otp .radio input:checked + label {
	background: #403141;
	padding: 0;
	color: #fff;
	font-size: 12px;
	line-height: 36px;
	border: 1px solid #403141;
	width: 94px;
}
.otp .radio input+label {
    padding: 0;
    background: transparent;
    color: #a4a4a0;
    font-size: 12px;
    line-height: 36px;
    border: 1px solid #403141;
    width: 70px;
	cursor:pointer;
	text-align:center;
}
.otp .otp-outer input:checked + label {
	background: #403141;
	padding: 0;
	color: #fff;
	font-size: 12px;
	line-height: 36px;
	border: 1px solid #403141;
	width: 94px;
}
.otp .otp-outer input+label {
    padding: 0;
    background: transparent;
    color: #a4a4a0;
    font-size: 12px;
    line-height: 36px;
    border: 1px solid #403141;
    width: 70px;
	cursor:pointer;
	text-align:center;
}
.otp .otp-outer input[type="radio"] {
	position: absolute;
	margin-left: -20px;
	display: none;
}
.btn_outer{
	margin:0 71px;
	width:100%;
	}
.btn-red{
	background:#403141;
	color:#fff;
	border: 0;
    font-size: 20px;
    color: #fff;
    padding: 13px 12px;
	min-width: 77%;
    margin: 0 auto 10px auto;
	display:block;
	}
 .btn-red:hover,.btn-red:active:hover,.btn-red:active:focus,.btn-red:active.focus,.btn-red.active:hover,.btn-red.active:focus,.btn-red.active.focus,.btn-red:focus,.btn-red.focus,.btn-red:active:focus,.btn-red:active.focus,.btn-red.active:focus,.btn-red.active.focus{
	 background:#f17023;
	 color:#fff;
	 }
.small-popup-login .modal-dialog .sign-popup {
	margin: 0 85px 30px;
	text-align: center;
	color: #9a9a9a;
	font-size: 14px;
}
.small-popup-login .modal-dialog .sign-popup a {
	color: #f17023;
}
/* small-popup-sign up */
.small-popup-signup ..modal-dialog{
	width:554px;
	}
.small-popup-signup .modal-content {
	background: #fff;
	border: 1px solid #e2e2e2;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.31);
	text-align: left;
	vertical-align: middle;
	border-radius: 0;
}
.small-popup-signup .modal-header {
    border-bottom: 0;
	padding:15px;
}
.small-popup-signup .modal-dialog h2 {
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	padding: 0 0 10px;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-weight: 700;
    color: #707070;
}
.small-popup-signup .modal-dialog h2::after {
	content: "";
	width: 232px;
	height: 3px;
	background: #f17023;
	display: block;
	margin: 0 auto;
	position: relative;
	left: 0;
	top: 10px;
}
.small-popup-signup .modal-dialog .loginForm {
	margin: 0 71px;
}
.small-popup-signup .modal-dialog .sign-popup {
	margin: 0 85px 30px;
	text-align: center;
	color: #9a9a9a;
	font-size: 14px;
}
.small-popup-signup .modal-dialog .sign-popup a {
	color: #f17023;
}

/* confirm OTP to activate */
.confirm-opt .modal-dialog{
	width:554px;
	}
.confirm-opt .modal-content {
	background: #fff;
	border: 1px solid #e2e2e2;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.31);
	text-align: left;
	vertical-align: middle;
	border-radius: 0;
}

.modal-content {
	background: #fff;
	border: 1px solid #e2e2e2;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.31);
	text-align: left;
	vertical-align: middle;
	border-radius: 0;
}
.confirm-opt .modal-header {
    border-bottom: 0;
}
.confirm-opt .modal-dialog h2 {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding: 0 0 10px;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-weight: 700;
    color: #707070;
}
.confirm-opt .modal-dialog h2::after {
	content: "";
	width: 232px;
	height: 3px;
	background: #f17023;
	display: block;
	margin: 0 auto;
	position: relative;
	left: 0;
	top: 10px;
}
.confirm-opt .modal-dialog .loginForm {
	margin: 0 71px;
}
.confirm-opt .modal-dialog .sign-popup {
	margin: 0 85px 30px;
	text-align: center;
	color: #9a9a9a;
	font-size: 14px;
}
.confirm-opt .modal-dialog .sign-popup a {
	color: #f17023;
}
.confirm-opt .opt-heading{
	font-size: 16px;
    color: #1a1a1a;
    font-weight: 300;
    text-align: left;
	margin-bottom:15px;
	}
/* confirm OTP to activate */
.confirm-opt-two .modal-dialog{
	width:554px;
	}
.confirm-opt-two .modal-content {
	background: #fff;
	border: 1px solid #e2e2e2;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.31);
	text-align: left;
	vertical-align: middle;
	border-radius: 0;
}
.confirm-opt-two .modal-header {
    border-bottom: 0;
}
.confirm-opt-two .modal-dialog h2 {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding: 0 0 10px;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-weight: 700;
    color: #707070;
}
.confirm-opt-two .modal-dialog h2::after {
	content: "";
	width: 232px;
	height: 3px;
	background: #f17023;
	display: block;
	margin: 0 auto;
	position: relative;
	left: 0;
	top: 10px;
}
.confirm-opt-two .modal-dialog .loginForm {
	margin: 0 71px;
}
.confirm-opt-two .modal-dialog .sign-popup {
	margin: 0 85px 30px;
	text-align: center;
	color: #9a9a9a;
	font-size: 14px;
}
.confirm-opt-two .modal-dialog .sign-popup a {
	color: #f17023;
}
.confirm-opt-two .invalid-heading{
	font-size: 16px;
    font-weight: 300;
    text-align:center;
	position: relative;
	padding: 10px 20px;
	color: #fff;
	margin: 0 0 20px;
	background-color: rgba(227,73,53,0.9);
	}
/* Invalid OTP */
.invalid-opt .modal-dialog{
	width:554px;
	}
.invalid-opt .modal-content {
	background: #fff;
	border: 1px solid #e2e2e2;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.31);
	text-align: left;
	vertical-align: middle;
	border-radius: 0;
}
.invalid-opt .modal-header {
    border-bottom: 0;
}
.invalid-opt .modal-dialog h2 {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding: 0 0 10px;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-weight: 700;
    color: #707070;
}
.invalid-opt .modal-dialog h2::after {
	content: "";
	width: 232px;
	height: 3px;
	background: #f17023;
	display: block;
	margin: 0 auto;
	position: relative;
	left: 0;
	top: 10px;
}
.invalid-opt .modal-dialog .loginForm {
	margin: 0 71px;
}
.invalid-opt .modal-dialog .sign-popup {
	margin: 0 85px 30px;
	text-align: center;
	color: #9a9a9a;
	font-size: 14px;
}
.invalid-opt .modal-dialog .sign-popup a {
	color: #f17023;
}
.invalid-opt .invalid-heading{
	font-size: 16px;
    font-weight: 300;
    text-align:center;
	position: relative;
	padding: 10px 20px;
	color: #fff;
	margin: 0 14px 20px;
	background-color: rgba(227,73,53,0.9);
	}
.invalid-opt .password-option {
	overflow: hidden;
	margin: 0 0 30px;
}
.invalid-opt .password-option a {
    color: #979797;
    font-size: 14px;
    line-height: 36px;
}
.invalid-opt .otp .radio {
	float: left;
	margin: 0;
	text-align: center;
}
.invalid-opt .radio input[type="radio"] {
	position: absolute;
	margin-left: -20px;
	display: none;
}
.invalid-opt .otp .radio input:checked + label {
	background: #403141;
	padding: 0;
	color: #fff;
	font-size: 12px;
	line-height: 36px;
	border: 1px solid #403141;
	width: 94px;
}
.invalid-opt .otp .radio input+label {
    padding: 0;
    background: transparent;
    color: #a4a4a0;
    font-size: 12px;
    line-height: 36px;
    border: 1px solid #403141;
    width: 94px;
}
/* FORGOT PASSWORD */
.forgot-password .modal-dialog{
	max-width:554px;
	}
.forgot-password .modal-content {
	background: #fff;
	border: 1px solid #e2e2e2;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.31);
	text-align: left;
	vertical-align: middle;
	border-radius: 0;
}
.forgot-password .modal-header {
    border-bottom: 0;
}
.forgot-password .modal-dialog h2 {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding: 0 0 10px;
	margin: 0;
	text-transform: uppercase;
	font-weight: 700;
    color: #707070;
}
.forgot-password .modal-dialog h2::after {
	content: "";
	width: 232px;
	height: 3px;
	background: #f17023;
	display: block;
	margin: 0 auto;
	position: relative;
	left: 0;
	top: 10px;
}
.forgot-password .modal-dialog .loginForm {
	margin: 0 71px;
}
.forgot-password .modal-dialog .sign-popup {
	margin: 0 85px 30px;
	text-align: center;
	color: #9a9a9a;
	font-size: 14px;
}
.forgot-password .modal-dialog .sign-popup a {
	color: #f17023;
}
.forgot-password .invalid-heading{
	font-size: 16px;
    font-weight: 300;
    text-align:center;
	position: relative;
	padding: 10px 20px;
	color: #fff;
	margin: 0 0 20px;
	background-color: rgba(227,73,53,0.9);
	}
.forgot-password .modal-dialog .back {
    font-size: 16px;
	line-height: 20px;
    color: #f36121;
    text-transform: uppercase;
    top: 10px;
    position: absolute;
    left: 15px;
}
.forgot-password .modal-dialog .back i {
    font-size: 16px;
    color: #f17023;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin: 0 6px 0 0;
}
.forgot-password .modal-dialog .back i:focus{
	color:#000;
	text-decoration:none;
	cursor:pointer;
	opacity:0.5;
	filter:alpha(opacity=50)
	}
.forgot-password .modal-dialog .back:hover,.back:focus{
	color:#000;
	text-decoration:none;
	cursor:pointer;
	opacity:0.5;
	filter:alpha(opacity=50)
	}
.forgot-password1 {
    text-align: center;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 300;
    margin: 0;
}
.forgot-password1 h3 {
    font-size: 24px;
    margin: 0 0 10px;
    font-weight: 300;
}
.forgot-password .modal-dialog .loginForm a {
    font-size: 14px;
    color: #f17023;
    display: inline-block;
    font-weight: 400;
	margin-bottom:20px;
}
.forgot-password .modal-dialog .loginForm .btn{
	margin-bottom:40px;
	}
.forgot-password .modal-dialog h2::after {
	content: "";
	width: 232px;
	height: 3px;
	background: #f17023;
	display: block;
	margin: 0 auto;
	position: relative;
	left: 0;
	top: 10px;
}
/* CHANGE LOCATION */
.change-location .modal-dialog{
	width:554px;
	}
.change-location .modal-content {
	background: #fff;
	border: 1px solid #e2e2e2;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.31);
	text-align: left;
	vertical-align: middle;
	border-radius: 0;
}
.change-location .modal-header {
    border-bottom: 0;
}
.change-location .modal-dialog h2 {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding: 0 0 10px;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-weight: 700;
    color: #707070;
}
.change-location .modal-dialog h2::after {
	content: "";
	width: 232px;
	height: 3px;
	background: #f17023;
	display: block;
	margin: 0 auto;
	position: relative;
	left: 0;
	top: 10px;
}
.change-location .modal-dialog .my-address-location-outer {
	margin: 0 71px;
} 
.my-address-location {
	width: 100%;
	margin: 0 auto 15px;
}
.address-inner-container {
	color: #f17023;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	display: block;
	padding: 9px 0;
}
.my-address-location small {
	font-size: 18px;
	line-height: 24px;
	color: #333;
	position: relative;
	text-align: center;
	display: block;
}
.my-address-location small::before {
	left: 120px;
}
.my-address-location small::before, .my-address-location small::after {
	content: "";
	position: absolute;
	top: 12px;
	height: 1px;
	width: 70px;
	background: #e2e2e2;
}
.my-address-location small::after {
	right: 120px;
}
.my-address-location small::before, .my-address-location small::after {
	content: "";
	position: absolute;
	top: 12px;
	height: 1px;
	width: 70px;
	background: #e2e2e2;
}
.field-box{
	padding:0px 0 10px;
	}
.frequently-selected {
	text-align: center;
}
.frequently-selected h3 {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 5px;
}
.frequently-selected p {
	margin: 0 auto 20px;
	display: inline-block;
	color: #333;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	text-align:center;
	padding:0 20px 20px;
}
.frequently-selected p a{
	color: #333;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
	text-align:center;
}
/* ADD NEW ADDRESS */
.add-new-address .modal-dialog{
	width:554px;
	}
.add-new-address .modal-content {
	background: #fff;
	border: 1px solid #e2e2e2;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.31);
	text-align: left;
	vertical-align: middle;
	border-radius: 0;
}
.add-new-address .modal-header {
    border-bottom: 0;
}
.add-new-address .modal-dialog h2 {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	padding: 0 0 10px;
	margin: 0 0 20px;
	text-transform: uppercase;
	font-weight: 700;
    color: #707070;
}
.add-new-address .modal-dialog h2::after {
	content: "";
	width: 232px;
	height: 3px;
	background: #f17023;
	display: block;
	margin: 0 auto;
	position: relative;
	left: 0;
	top: 10px;
}
.add-new-address .modal-dialog .loginForm {
	margin: 0 71px;
}
.add-new-address .modal-dialog .sign-popup {
	margin: 0 85px 30px;
	text-align: center;
	color: #9a9a9a;
	font-size: 14px;
}
.add-new-address .modal-dialog .sign-popup a {
	color: #f17023;
}






.pp{padding:0px 36px 0px 72px;}
.pp1{padding:0px 0px 0px 36px;}
.cc{ margin-top:-15px;}
.more1 a { color:#fff;  text-decoration:none;!important}
.more1 a:hover { color:#FF0000; text-decoration:none; !important}

.more2 a { color:#fff; background-color:#ff6600; padding:5px 10px; text-decoration:none; float:right; margin-left:3px;}
.more2 a:hover { color:#fff; background-color:#000; padding:5px 10px; float:right;}

.more3 a { color:#fff; background-color:#9b04ce; padding:5px 10px; text-decoration:none; float:right; margin-left:3px;}
.more3 a:hover { color:#fff; background-color:#000; padding:5px 10px; float:right;}

.more200 a { color:#fff; background-color:#000; padding:5px 10px; text-decoration:none; float:right; margin-left:3px;}
.more200 a:hover { ccolor:#fff; background-color:#ff6600; padding:5px 10px; float:right;}

.more201 a { color:#000; padding:5px 10px; text-decoration:none; float:right; margin-left:3px;}
.more201 a:hover { color:#000033; padding:5px 10px; float:right;}

.more300 a { color:#fff; background-color:#000; padding:5px 10px; text-decoration:none; float:right; margin-left:3px;}
.more300 a:hover { ccolor:#fff; background-color:#9b04ce; padding:5px 10px; float:right;}

.more400 a { color:#fff; text-decoration:none; text-transform:capitalize;}
.more400 a:hover { color:#fff; text-transform:capitalize; text-decoration:underline;}
.more-aa{margin-bottom:15px; background-color:#FF6600; padding:5px 10px; border-radius:4px; -moz-border-radius:4px; -webkit-border-radius:4px;}

/*.more-call{background-color:#000; color:#fff; padding: 5px 10px; text-decoration: none; float: right;  margin-left: 3px;}*/
.more-call{color:#000; font-weight:bold; padding: 5px 10px; text-decoration: none; float: right;  margin-left: 3px;}

.more600 a { color:#000; font-weight:bold; padding:5px 10px; text-decoration:none; float:right; margin-left:3px;}
.more600 a:hover { color:#000099; text-decoration:underline; padding:5px 10px; float:right;}

.more601 a { color:#000; font-weight:bold; padding:5px 0px; text-decoration:none; float:left; text-align:right; margin-left:0px;}
.more601 a:hover { color:#000099; text-decoration:underline; padding:5px 0px; float:left;}

.cupon-bottom{background-color:#000; padding:0px 5px; color:#fff; margin-top:5px; text-align:center; text-transform:capitalize;}
.more700 a {margin: 0;
    padding: 30px 0 32px;
    display: block;
    background: none;
    position: relative;
    text-align:center;
    /*z-index: 20;*/
    width: 84px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px; background: #000;
    color: #ffffff; float:left;}
.more700 a:hover { margin: 0;
    padding: 30px 0 32px;
    display: block;
    background: none;
    position: relative;
    text-align:center;
    /*z-index: 20;*/
    width: 84px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px; background: #ff6600;
    color: #ffffff; float:left; }
.more700 input[type="submit"] {margin: 0;
    padding: 30px 0 32px;
	border-style: none;
    display: block;
    background: none;
    position: relative;
    text-align:center;
    /*z-index: 20;*/
    width: 84px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px; background: #000;
    color: #ffffff; float:left;}
.more700 input[type="submit"]:hover { margin: 0;
    padding: 30px 0 32px;
	border-style: none;
    display: block;
    background: none;
    position: relative;
    text-align:center;
    /*z-index: 20;*/
    width: 84px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px; background: #ff6600;
    color: #ffffff; float:left; }

.more800 a {margin: 0;
    padding: 30px 0 32px;
    display: block;
    background: none;
    position: relative;
    text-align:center;
    /*z-index: 20;*/
    width: 84px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px; background: #000;
    color: #fff; float:left; margin-left:5px;}
.more800 a:hover { margin: 0;
    padding: 30px 0 32px;
    display: block;
    background: none;
    position: relative;
    text-align:center;
    /*z-index: 20;*/
    width: 84px;
    -webkit-border-radius: 44px;
    -moz-border-radius: 44px;
    border-radius: 44px; background: #9b04ce;
    color: #fff; float:left;margin-left:5px; }

h1,h2,h3,h4,h5,h6{
	margin:0;			   
}
p{
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
body a:hover{
	text-decoration:none;
}
/*----*/
/*--top-nav--*/
.header {
    margin: 0em 0 0;
	/*background-image:url(../images/top-body-back.jpg);*/
	background-repeat:repeat;
    /*border-bottom: 5px solid #C7C2C2;
    box-shadow: 1px 3px 1px #D0CFCF;*/
}
.header1{
	position: fixed;
	will-change: transform;
	width: 100%;
	z-index: 10;
	background-image:url(../images/body-back.jpg);
	background-repeat:repeat;
	top:0;
	}
#bar {
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width:52%;
}
.top_nav{
	position:relative;
	padding:0;
	margin:0 0 0 0;
	}
.top_nav .navbar{
	margin-bottom:0px;
	}
.nav_button_outer{
	position:relative;
	display:inline-block;
	text-align:center;
	margin-top:40px;
	}
.nav_button_outer a.nav_button{
	position:relative;
	text-align:center;
	color:#fff;
	border-radius:3px;
	background-color:#000;
	padding:8px 20px;
	height:36px;
	margin-left:5px;
	text-decoration:none;
	text-transform:uppercase;
	}
.nav_button_outer a.nav_button:hover{
	background-color:#a800e0;
	}

.navbar-header h1 {
    font-size: 3em;
	font-family: 'Abel-Regular';
}
.navbar-header h1 img {
    margin-right: 0.3em;
}
.navbar-header h1 a{
	color:#000;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus{
	color:#fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background:none !important;
}
.top_nav ul.navbar-right{
	/*margin-right:60px*/
	}
.navbar-nav > li {
    margin-right: 22px;
}
.navbar-nav > li > a {
    font-size: 1.1em;
    padding: 0;
	line-height: 20px;
}
.navbar-default .navbar-nav > li > a {
    color: #444;
}
.navbar-default .navbar-nav > li > a img{
	margin-top:5px;
	}
.navbar-default .navbar-nav > li > a span{
	margin-bottom:5px;
	}
.navbar-nav > li.active a ,.navbar-nav > li.active1 a.dropdown-toggle{
    color: #000099 !important;
    border-top: 2px solid #000099;
    border-bottom: 2px solid #000099;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background: none;
}
div#bs-example-navbar-collapse-1 {
    padding: 0;
}
nav.navbar.navbar-default {
    background: none;
    border: none;
}
/*--hover effect6--*/
/* Yaku */
.link--yaku {
	overflow: hidden;
}
.link--yaku::before {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	border-width: 2px 0;
	border-color: #000099;
	border-style: solid;
	left: 0;
	-webkit-transform: translate3d(-101%,0,0);
	transform: translate3d(-101%,0,0);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.link--yaku:hover::before {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.link--yaku span {
	display: inline-block;
	position: relative;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,0deg);
	transform: perspective(1000px) rotate3d(0,1,0,0deg);
	-webkit-transition: -webkit-transform 0.5s, color 0.5s;
	transition: transform 0.5s, color 0.5s;
}

.link--yaku:hover span {
	color: #000099;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	transform: perspective(1000px) rotate3d(0,1,0,360deg);
}
.link--yaku.active {
	color: #000099 !important;
	-webkit-transform: perspective(1000px) rotate3d(0,1,0,360deg);
	transform: perspective(1000px) rotate3d(0,1,0,360deg);
}

.link--yaku span:nth-child(4),
.link--yaku:hover span:first-child {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.link--yaku span:nth-child(3),
.link--yaku:hover span:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.link--yaku span:nth-child(2),
.link--yaku:hover span:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.link--yaku span:first-child,
.link--yaku:hover span:nth-child(4) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
/*--end hover--*/
/*--drop-down--*/
.dropdown-menu {
    min-width: 115px;
}
ul.dropdown-menu li {
    border-bottom: 1px solid #888;
}
.dropdown-menu > li > a {
    padding: 0.4em 1.5em;
    font-size: 1em;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #000099;
}
.navbar-left span.caret {
    margin-left: 10px;
}
.navbar-right .dropdown-menu {
    right: auto;
    left: 0;
    top: 171%;
    border-top: 5px solid #CC2127;
	padding: 0;
}
/*--//drop-down--*/
.header-text {
    width: 13%;
    margin-left:5em;
}
.header-text p {
    font-size: 0.8em;
    line-height: 1.6em;
    color: #999;
}
.header-right {
    float: right;
}
.top-nav-text {
   /* margin: 0 0 2em 4.5em;*/
}
.top-nav-text ul li {
    display: inline-block;
    margin-right: 2em;
    vertical-align: middle;
}
.top-nav-text ul li:nth-child(3) {
    margin: 0;
}
.top-nav-text li {
    font-size: 0.9em;
    color: #999;
}
.top-nav-text  a.email-link {
    color: #666;
}
.top-nav-text a.email-link:hover{
    color: #F00000;
}
.top-nav-text li span {
    color: #666;
}
.top-nav-text ul.social-icons  li {
  display: inline-block;
  margin-right: 5px;
}
.social-icons a {
    background: url(../images/sprite.png)no-repeat 0px 0px;
    display: block;
    width: 33px;
    height: 30px;
    transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.social-icons a:hover {
    transform: rotatey(360deg);
}
.social-icons a.pin{
	background:url(../images/sprite.png)no-repeat 0px -35px;
}
.social-icons a.in{
	background:url(../images/sprite.png)no-repeat 0px -69px;
}
/*--banner--*/
.banner2{
	padding-top:140px;
	}
.banner{
	background:url(../images/banner.jpg)no-repeat 0px 0px;
	background-size:cover;
	min-height:600px;	
}
.banner-info {
    margin-top: 17%;
    text-align: center;
}
.banner-info h2 {
    font-size: 4em;
    color: #fff;
    font-family: 'Abel-Regular';
	font-style: italic;
}
.banner-info p {
    font-size: 1em;
    color: #fff;
    width: 38%;
    margin: 1em auto 2em;
    line-height: 1.8em;
}
.banner-info a {
    font-size: 1.1em;
    color: #fff;
    border: 1px solid #fff;
    padding:0.9em 5em;
    display: inline-block;
	background-color: #F00000;
	border-radius: 4px;
}
/*--hover effect6--*/
.effect6{
	color:rgba(0,0,0, 0) !important; 
	transition: all .3s ease;
	text-shadow:0 0 0  #fff, 0 -45px 0 #000 ;
	overflow: hidden;
}
@-webkit-keyframes drop {
	0%{text-shadow:0 0 0  #fff, 0 -45px 0 #000 ;}
	20% {text-shadow:0 0 0  #fff, 0 -15px 0 #000 ;}
	30%{text-shadow:0 15px 0  #fff, 0 0px 0 #000 ;}
	40%{text-shadow:0 45px 0  #fff, 0 0px 0 #000 ;}
	41%{text-shadow:0 45px 0  #fff, 0 0px 0 #000 , 0 -45px 0 #fff ;}
	70%{text-shadow:0 45px 0  #fff, 0 15px 0 #000 , 0 0px 0 #fff ;}
	80%{text-shadow:0 45px 0  #fff, 0 45px 0 #000 , 0 0px 0 #fff ;}
	100%{text-shadow:0 45px 0  #fff, 0 45px 0 #000 , 0 0px 0 #fff ;}
}/*safari and chrome*/
@keyframes drop {
	0%{text-shadow:0 0 0  #fff, 0 -45px 0 #000 ;}
	20% {text-shadow:0 0 0  #fff, 0 -15px 0 #000 ;}
	30%{text-shadow:0 15px 0  #fff, 0 0px 0 #000 ;}
	40%{text-shadow:0 45px 0  #fff, 0 0px 0 #000 ;}
	41%{text-shadow:0 45px 0  #fff, 0 0px 0 #000 , 0 -45px 0 #fff ;}
	70%{text-shadow:0 45px 0  #fff, 0 15px 0 #000 , 0 0px 0 #fff ;}
	80%{text-shadow:0 45px 0  #fff, 0 45px 0 #000 , 0 0px 0 #fff ;}
	100%{text-shadow:0 45px 0  #fff, 0 45px 0 #000 , 0 0px 0 #fff ;}
}
.effect6:hover{
  -webkit-animation: drop .6s 1 linear; 
 animation: drop .6s 1 linear;
}
/*--end hover--*/
.banner-bottom {
    padding: 2em 0;
    text-align: left;
    background-color: #353434;
}
.banner-bottom h4 {
    font-size: 2em;
    color: #fff;
    font-family: 'Abel-Regular';
}
.banner-bottom h4 span {
    color: #F00;
    font-style: oblique;
}
.banner-bottom p {
    font-size: 1em;
    color: #9A9A9A;
    margin-top: 0.2em;
}
/*-- MAIN PRODUCT --*/
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.main_pro{
	margin-top:20px;
	position:relative;
	padding-top:0px;
	}
.recent-title{
  color: #212121;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 14px;
  position: relative;
  border-bottom:1px solid #d2d2d2;
  text-transform:uppercase;
  font-family: 'Roboto', sans-serif;
  margin-bottom:30px;
}
.recent-title::after {
  background-color: #222468;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 105px;
}

.spec-tab .nav-tabs > li {
	float: none;
	margin-bottom: 1px;
}
.spec-tab .nav-tabs > li > a {
  background: #ff8000;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-radius:0 !important;
  border:0 !important;
}
.spec-tab .nav > li > a:hover, .nav > li > a:focus {
  background: #a800e0;
  color: #fff;
  border-radius:0 !important;
  border:0 !important;
}
.spec-tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #a800e0;
  color: #fff;
  border-radius:0 !important;
  border:0 !important;
}
.product_outer{
	}
.product_outer ul{
	padding:0;
	list-style-type:none;
	}
.product_outer ul li {
	margin-bottom: 30px;
	position: relative;
}
.product {
	padding:0;
	margin:0;
	border: 1px solid #d2d2d2;
	position: relative;
	width: 100%;
	background-color:#fff;
	display: inline-block;
	overflow: hidden;
	-webkit-transition: all ease-in-out 0.3s;
        -moz-transition: all ease-in-out 0.3s;
        transition: all ease-in-out 0.3s;
}
.product:hover {
	border: 1px solid #ff6600;
	}
.product-img {
	position: relative;
	margin: 0 0 10px;
}
.product-img img {
	width: 100%;
	height: 400px;
}
.product-img .product-label {
	position: absolute;
	top: 8px;
	left: 0px;
	font-weight: 700;
	color: #fff;
	font-size: 13px;
	line-height: 32px;
	height: 32px;
	z-index: 1;
	cursor: pointer;
	border-radius:0px 0 3px 0;
	background-color:#a800e0;
	padding:0 20px;
}
.product-img .product-rating {
	position: absolute;
	right: 10px;
	top: 8px;
	color: #fff;
	border-radius: 2px;
	font-size: 13px;
	line-height: 32px;
	background: #000;
	padding: 0 10px 0 10px;
	z-index: 2;
}
.product-img .icon-non-veg-green {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 17px;
	padding:3px 5px 0;
	background-color:#fff;
	color:#4b8211;
	border:1px solid #4b8211;
	text-align:center;
	display:table-cell;
}
.product-img .icon-non-veg-red {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 17px;
	padding:3px 5px 0;
	background-color:#fff;
	color:#ff1200;
	border:1px solid #ff1200;
	text-align:center;
	display:table-cell;
}
.product-description {
	font-size: 16px;
	line-height: 22px;
	background: #fff;
	padding: 10px 15px 0;
}
.product-description p {
	margin: 0 0 5px;
	max-height: 30px;
	min-height: 30px;
	overflow: hidden;
}
.product-description p a{
	color:#000;
	font-size:18px;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
}
.product-description p a:hover{
	color:#ff6600;
}
.product-tag {
	font-size: 12px;
	line-height: 18px;
	color: #979797;
	font-weight: 300;
	margin: 0 0 5px;
	display:inline-block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 18px;
}
.product-tag .product-taste-content {
	font-size: 11px;
	color: #fff;
	background-color: #000;
	margin: 0 5px 5px 0;
	padding: 1px 8px;
	border-radius: 1px;
	display: inline-block;
}
.product-price {
	overflow: hidden;
	color: #212121;
	font-size: 18px;
	line-height: 30px;
	margin: 0 0 10px;
	padding: 0 0 10px;
	font-family: 'Open Sans', sans-serif;
}
.product-description ul{
	position:relative;
	display:inline-block;
	padding:0;
	margin:6px 0 0 0;
	background-color:#fff !important;
	}
.product-description ul li{
	display: inline-block !important;
	width: 24px;
	background-color:#fff !important;
	box-shadow: none;
	color: #707070;
	padding:0;
	margin:0;
	text-align:center;
	line-height:16px;
	font-size:16px;
	font-weight:600;
	}
.product-description ul li .button{
	display: inline-block !important;
	border:0;

	}
.product-description ul li .button button{
	display: inline-block !important;
	width: 24px;
	background-color:#fff !important;
	box-shadow: none;
	color: #707070;
	padding:0;
	margin:0;
	height:24px;
	line-height:16px;
	border:1px solid #ccc;

	}
.product-chef {
	width: 100%;
	overflow: hidden;
	padding: 0 0 20px;
}
.product-chef .product-chef-img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0 15px 0 0;
	overflow: hidden;
	float: left;
}
.product-chef .product-chef-detail {
	font-size: 14px;
	line-height: 18px;
	text-transform: capitalize;
	padding: 6px 0 0;
	float:right;
	width:76%;
}
.product-chef .product-chef-detail p {
	width: 100%;
	margin: 0 0 5px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 15px 0 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	font-weight:400;
}
.product-chef .product-chef-detail p a{
	color: #000;
	}
.product-chef .product-chef-detail p a:hover{
	color: #ff6600;
	}
.product-chef .product-chef-detail p span{
	width: 100%;
	color: #000;
	overflow: hidden;
	-webkit-transition: all .5s;
	transition: all .5s;
	font-weight:400;
	font-size:14px;
	color:#979797;
	display:block;
	margin-top:5px;
}



/*-- MAIN PRODUCT --*/


/*--features--*/
.features {
    padding: 0.3em 0;
	
}
h3.title {
    font-size: 2em;
    color: #000;
    font-weight: 800;
	
}
h3.title span {
    color: #F00000;
}
.features p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
    margin-top: 0.1em;
}
.feature-grids img {
    width: 100%;
}
.feature-grids:nth-child(1) {
    padding-right: 0;
}
.feature-grids:nth-child(2) {
    padding: 0 1em 0 2em;
}
.more {
    margin-top: 1em;
    display: inline-block;
	background:#ff6600;
}
.more a {
    font-size: 1em;
    padding: 0.3em 1.0em;
    display: block;
	color: #fff;
	background:#ff6600;
}
.more a:hover {
    font-size: 1em;
    padding: 0.3em 1.0em;
    display: block;
	color: #fff;
	background:#9b04ce;
}

.more-x {
    margin-top: 0.5em;
    display: inline-block;
	/*background:#ff6600;*/
}
.more-x a {
    font-size: 1em;
    padding: 0.3em 1.0em;
    display: block;
	color: #9b04ce;
	/*background:#ff6600;*/
}
.more-x a:hover {
    font-size: 1em;
    padding: 0.3em 1.0em;
    display: block;
	color: #9b04ce;
	/*background:#ff6600;*/
}
.more10 {
    margin-top: 1em;
    display: inline-block;
	background:#9b04ce;
}
.more10 a {
    font-size: 1em;
    padding: 0.6em 1.8em;
    display: block;
	color: #fff;
}
.pince {
    margin-top: 2em;
}
.pince-left {
    float: left;
    width: 17%;
    border: 1px solid #F00000;
    text-align: center;
    padding: 1em;
}
.pince-right {
    float: right;
    width: 75%;
}
.pince h4 {
    font-family: 'Abel-Regular';
    font-size: 1.4em;
    color: #000;
    margin-bottom: 0.4em;
}
.pince h5 {
    font-size: 2em;
    color: #F00;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.features .pince-right p{
	margin:0;
}
.pince:hover .pince-left {
    background-color: #F00;
}
.pince:hover h5{
	transform: rotatey(360deg);
	-webkit-transform: rotatey(360deg);
	-moz-transform: rotatey(360deg);
	-o-transform: rotatey(360deg);
	-ms-transform: rotatey(360deg);
	color: #fff;
}
/*--project--*/

/*--flexisel--*/
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.nbs-flexisel-inner {
	overflow: hidden;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*--Navigation--*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:24px;
	height:24px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
/*--//flexisel--*/
.project-right {
    padding: 1.2em;
    background-color: #9b04ce;
}
.project-right p {
    font-size: 1em;
    color: #fff;
    line-height: 1.72em;
    margin-top: 1.5em;
}
.project-left {
    padding: 0 !important;
}
/*--//project--*/
/*--services--*/
.services {
    text-align: center;
    padding: 5em 0;
}
.services-info {
    display: inline-block;
    margin-top: 4em;
}
.servc-icon {
    float: left;
	position:relative;
}
.services a.diamond {
    display: inline-block;
    margin: 29px;
    width: 140px;
    height: 140px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    border: 1px solid #CACACA;
    box-shadow: 1px 1px 8px #BDBDBD;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.services span.glyphicon {
    font-size: 3em;
    color: #555;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
	top: 30%;
    left: -4%;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
p.servc-text {
    font-size: 1.5em;
    color: #FFFFFF;
    position: absolute;
    top: 40%;
    left:20%;
	transform: rotate(-45deg)scale(0);
    -webkit-transform: rotate(-45deg)scale(0);
	-o-transform: rotate(-45deg)scale(0);
	-moz-transform: rotate(-45deg)scale(0);
	-ms-transform: rotate(-45deg)scale(0);
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	
}
.services a.diamond:hover {
    background-color: #555555;
}
.services a.diamond:hover span.glyphicon {
    font-size: 1.5em;
    top: 23%;
    left: -20%;
	color: #fff;
}
a.diamond:hover p.servc-text{
   transform: rotate(-45deg)scale(1);
   -webkit-transform: rotate(-45deg)scale(1);
   -moz-transform: rotate(-45deg)scale(1);
   -o-transform: rotate(-45deg)scale(1);
   -ms-transform: rotate(-45deg)scale(1);
}
/*--//services--*/
/*--footer--*/
.footer {
    background: url(../images/banner2.jpg)no-repeat 0px 0px;
    background-size: cover;
    padding: 7em 0;
}
.footer h3.title {
    color: #fff;
    text-align: center;
}
.footer-grids {
    margin-top: 4em;
}
.footer-left {
    text-align: right;
    padding-right: 2em !important;
}
.footer-left h5 {
    font-size: 1.5em;
    letter-spacing: 2px;
    font-family: 'Abel-Regular';
}
.footer-left h5 a{
	 color: #fff;
}
.footer-left h5 a:hover{
	 color: #fff;
}
.footer-left .more {
    margin-top: 4em;
    border: 1px solid #fff;
    background: none;
}
.footer-left .more:hover {
    background-color: #f00;
}
.contact-grdl {
    text-align: right;
    padding-right: 1.5em;
}
.address {
    margin-bottom: 1em;
}
.contact-grdl span {
    color: #fff;
    font-size: 1.5em;
}
.contact-grdr p{
	color:#fff;
	font-size:1em;
	margin:0 0 1em;
}
.contact-grdr p a {
    color: #f00;
    text-decoration: none;
    display: block;
}
.contact-grdr p a:hover{
	color:#fff;
}
/*--//footer--*/
/*--copy-right--*/
.copy-right {
    padding: 1em 0;
	/*text-align: center;*/
	text-align:left;
	border-top:solid 1px #ccc;
}
.copy-right ul li {
    display: inline-block;
    margin-left: -4px;
}
.copy-right ul li a {
    display: block;
    /*background: url(../images/img-sprite.png)no-repeat 0px 0px;*/
    /*width: 74px;
    height: 72px;*/
	transition:none;
}
.copy-right ul li a:hover{
	background-position: 0px -74px;
}
.copy-right ul li a.gg{
    background: url(../images/img-sprite.png)no-repeat -74px -1px;
	width: 71px;
}
.copy-right ul li a.gg:hover{
    background-position: -74px -75px;
}
.copy-right ul li a.twt{
    background: url(../images/img-sprite.png)no-repeat -144px 0px;
	width: 71px;
}
.copy-right ul li a.twt:hover{
    background-position: -144px -74px;
}
.copy-right ul li a.be{
    background: url(../images/img-sprite.png)no-repeat -215px -1px;
}
.copy-right ul li a.be:hover{
    background-position: -215px -75px;
}
.copy-right p {
    margin-top: 1em;
    font-size: 1em;
    color: #555;
}
.copy-right p a{
	color: #f00000;
}
.copy-right p a:hover {
    color: #555;
    border-bottom: 1px solid #555;
}
/*--//copy-right--*/
/*--slider-up-arrow--*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 3%;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/move-up.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*--//slider-up-arrow--*/
img.zoom-img {
     transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
}
img.zoom-img:hover{
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-duration: 750ms;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-duration: 750ms;
	-ms-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	-ms-transition-duration: 750ms;
	-o-transition-duration: 750ms;
	overflow: hidden;
}
/*--about-page--*/
.banner.about-bnr {
    min-height: 200px;
}
/*--about--*/
.about,.about-team, .contact {
    padding: 5em 0;
}
h3.title1 {
    font-size: 2em;
    font-family: 'Abel-Regular';
    text-align: center;
    color: #000;
	border-bottom:solid 1px #ccc;
	border-top:solid 1px #ccc;
	padding:5px 0px;
	margin-bottom:10px;
}
h3.title1 span {
    color: #f00;
    border-bottom: 0px solid;
}
.about-info {
    margin-top: 3em;
}
.about .grid-top h4 {
    font-size: 1.5em;
    color: #222;
    letter-spacing: 4px;
}
.about img {
    width: 100%;
}
.about-imgs {
    padding: 0;
    overflow: hidden;
}
.about .grid-top p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
    margin: 1em 0 2.5em;
}
.about .grid-top p.top {
    margin: 1em 0;
}
.offic-time {
    text-align: center;
}
.time-top {
    padding: 1em;
    background-color: #383737;
}
.time-top h4 {
    font-size: 1.7em;
    color: #fff;
}
.time-bottom {
    padding: 1em 2em;
    background-color: #666764;
}
.time-bottom h5 {
    font-size: 1.1em;
    color: #FFF;
    line-height: 1.8em;
    letter-spacing: 1px;
}
.time-bottom p {
    font-size: 1em;
    color: #BBBBBB;
    margin-top: 0.5em;
    line-height: 1.8em;
}
/*--//about-page--*/
.testi {
    width: 100%;
    margin-top: 2em;
}
.testi {
    width: 100%;
    margin-top: 2em;
	position: relative;
}
.testi h3.title1 {
    text-align: left;
	font-size: 2.5em;
}
.testi h4 {
    color: #FFFFFF;
    font-size: 1.2em;
}
.testi p {
    font-style: italic;
    color: rgba(255, 255, 255, 0.52);
    font-size: 1em;
    margin-top: 1em;
    line-height: 1.5em;
}
.testi-subscript p {
    margin: 1em 2.8em 0 0;
}
.testi p a {
    font-size: 1em;
    font-weight: 600;
    color: #F00000;
    margin: 0 5px;
    text-decoration: none;
}
.testi p a:hover{
	color: #fff;
}
.testi-subscript {
    position: relative;
    display: inline-block;
}
.testi span.sbscrpt {
    position: absolute;
    background: url(../images/icon3.png) no-repeat 0px 0px;
    display: block;
    width: 30px;
    height: 29px;
    top: 0%;
    right: 0%;
}
.testi-slider {
    padding: 2em 2em 1.8em;
    background: #666764;
    margin-top: 1em;
}
/*--slider start here--*/
#slider3,#slider4 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs {
  list-style: none;
  padding: 0;
  background: rgba(0,0,0,.25);
  box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  -webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
  font-size: 18px;
  list-style: none;
  margin: 0 auto 50px;
  max-width: 540px;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 1px;
}
.rslides_tabs a {
  width: auto;
  line-height: 20px;
  padding: 9px 20px;
  height: auto;
  background: transparent;
  display: inline;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 0%;
    right: 0%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 30px;
    width: 25px;
    background: url("../images/icon1.png")#C5C5C5 no-repeat center center;
}
.callbacks_nav:active {
  opacity: 1.0;
}
.callbacks_nav.next {
    right: 7%;
    background: url("../images/icon2.png")#666764 no-repeat center center;
}
#slider3-pager a ,#slider4-pager a {
  display: inline-block;
}
#slider3-pager span, #slider4-pager span{
  float: left;
}
#slider3-pager span,#slider4-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a , #slider4-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a ,#slider4-pager a{
  padding: 0;
}
#slider3-pager li ,#slider4-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  width:100%;
}
.callbacks_tabs a{
	font-size: 30px;
	color: #70664c;
	font-weight: 600;
	padding: 0px 18px;
	background: rgba(222, 208, 157, 0.89);
}
.callbacks_here a:after{
	color: black;
	text-decoration: none;
	background: rgba(245, 179, 3, 0.56);
}
.callbacks_tabs a:hover, .callbacks_tabs a:active {
  color: black;
  text-decoration: none;
  background: rgba(245, 179, 3, 0.56);
}
.callbacks_tabs a:after{
	color: black;
	text-decoration: none;
	background: rgba(245, 179, 3, 0.56);
}
li.callbacks1_s1.callbacks_here a.callbacks1_s1:after, li.callbacks1_s1.callbacks_here a.callbacks1_s1:active{
  color: black;
  background: rgba(245, 179, 3, 0.79);
  text-decoration: none;
  outline: none;
}
li.callbacks1_s1.callbacks_here a.callbacks1_s1:focus{
  color: black;
  background: rgba(245, 179, 3, 0.79);
  text-decoration: none;
  outline: none;
}
a.callbacks1_s4.active,a.callbacks1_s4:focus{
  color: black;
  background: rgba(245, 179, 3, 0.79);
  text-decoration: none;
  outline: none;
}
a.callbacks1_s2.active,a.callbacks1_s2:focus{
  color: black;
  background: rgba(245, 179, 3, 0.79);
  text-decoration: none;
  outline: none;
}
a.callbacks1_s3.active,a.callbacks1_s3:focus{
  color: black;
  background: rgba(245, 179, 3, 0.79);
  text-decoration: none;
  outline: none;
}
/*--//slider end here--*/
/*--about-slid--*/
.about-slid{
  background: url(../images/banner2.jpg)no-repeat 0px 0px;
  background-size: cover;
  text-align: center;
  padding: 7.5em 0;
}
.about-slid-info {
  width: 75%;
  margin: 0 auto;
}
.about-slid h2 {
    color: #fff;
    font-size: 3.5em;
    font-family: 'Abel-Regular';
}
.about-slid p {
    color: #fff;
    font-size: 1em;
    margin-top: 2em;
    line-height: 1.8em;
}
/*--team-info--*/
.team-info {
    margin-top: 4em;
}
.about-team-grids {
    background: #555;
    padding: 2em 1em;
    margin-left: 5px;
    width: 24.5%;
}
.about-team-grids img {
	width: 100%;
}
.about-team-grids h4 {
    color: #DEDDDD;
    font-size: 1.1em;
    margin: 1.5em 0 0.5em;
    font-family: 'Abel-Regular';
}
.about-team-grids h4 span {
    font-size: 1.3em;
    color: #F00000;
    margin-right: 10px;
}
.team-text h6 {
	color: #67686b;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	letter-spacing: 0px;
}
.about-team-grids p {
  color: #fff;
  font-size: 1em;
  line-height: 1.8em;
}

.about-grid1 .thumb .caption {
    float: left;
    width: 100%;
    height: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 13px 30px;
    text-align: center;
    background-color:rgba(81, 92, 142, 0.55);
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.about-grid1 .thumb:hover .caption {
    height: 100%;
    padding: 40px 30px;
    opacity: 1;
    visibility: visible;
}
.caption {
    opacity: 0;
    top: 0%;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.37);
    width: 90%;
    text-align: center;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}
.about-team-grids:hover .caption{
	display:block;
	top: 49.2%;
	opacity:1;
}
.caption ul {
    padding: 1em 0 .5em;
}
.caption ul li{
	list-style-type:none;
	display:inline-block;
}
.caption ul li a {
    background: url(../images/img-sp.png) no-repeat 0px 0px;
    display: block;
    height: 24px;
    width: 24px;
	transition:none;
}
.caption ul li a:hover{
	background: url(../images/img-sp.png) no-repeat -32px 0px;
}
.caption ul li a.f2 {
    background: url(../images/img-sp.png) no-repeat 0px -32px;
}
.caption ul li a.f2:hover{
	background: url(../images/img-sp.png) no-repeat -32px -32px;
    display: block;
}
.caption ul li a.f3 {
    background: url(../images/img-sp.png) no-repeat 0px -62px;
}
.caption ul li a.f3:hover{
	background: url(../images/img-sp.png) no-repeat -32px -62px;
}
/*--about-services--*/
.about-servcs {
    margin-bottom: 6em;
}
.servcs-info {
    margin-top: 6em;
}
.about-servcs h3.title1 {
    color: #f00;
}
.about-servcs h5 {
    font-size: 1.3em;
    color: #999;
    text-align: center;
    margin-top: 1em;
    letter-spacing: 6px;
}
.servcs-info  h4 {
    font-size: 2.1em;
    font-family: 'Abel-Regular';
    color: #000;
}
.servcs-info h4 span {
    color: #f00;
    border-top: 1px solid #f00;
    margin-right: 0.5em;
    padding-top: 5px;
}
.servcs-info p {
    color: #999;
    font-size: 1em;
    line-height: 1.8em;
    margin-top: 1.5em;
}
/*-- gallery --*/
.gallery-info {
    text-align: center;
}
.gallery-top {
    padding: 5em 0;
}
.gallery-grids-top {
    margin-top: 4em;
}
.gallery-grid-img {
    padding-left: 0;
}
.gallery-grid {
    padding-left: 0;
}
.gallery-grid a {
    display: block;
}
.gallery-grid img {
  width: 100%;
}
.gallery-right {
    padding: 0;
}
.gallery-grid-img img{
	width:100%;
}
.gallery-grid-img:hover img{
	-webkit-filter: grayscale(100%);
	opacity: 8;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.gallery-grid:hover img {
  -webkit-filter: grayscale(100%);
  opacity: 8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}
.gallery-grid-top-img:hover img{
	  -webkit-filter: grayscale(100%);
  opacity: 8;
  transition: all 300ms!important;
  -webkit-transition: all 300ms!important;
  -moz-transition: all 300ms!important;
}
.gallery-grids-middle{
    margin: 1em 0;
}
.gallery-right-top-grid{
	margin:1em 0 0 0;
}
.gallery-grid-top{
	padding:0;
}
.gallery-grid-top-img{
	margin-right:1em;
}
.gallery-grid-top-img img{
	width:100%;
}
/*--//gallery--*/
/*--contact--*/
.contact-info {
    margin-top: 3em;
}
.contact-info h5 {
    font-size: 1.5em;
    color: #333;
    font-family: 'Abel-Regular';
}
.contact-info p {
    font-size: 1em;
    color: #999;
    line-height: 1.8em;
    margin: 1em 0 0;
}
.contact-form {
    margin-top: 2em;
}
.contact-info  h3.title1{
	text-align:left;
	font-size: 2.5em;
}
.contact-form form {
    margin-top: 2em;
}
.contact-form input[type="text"] {
    width: 37%;
    color: #999;
    background: none;
    outline: none;
    font-size: 0.9em;
    padding: .6em .8em;
    margin-right: 1.5em;
    border: solid 1px #999;
    -webkit-appearance: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}
.contact-form textarea {
	resize: none;
	width: 100%;
	background: none;
	color: #999;
	font-size: .9em;
	outline: none;
	padding:.6em .8em;
	border: solid 1px #999;
	min-height: 10em;
	-webkit-appearance: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
}
.contact-form input[type="submit"] {
    border: none;
    outline: none;
    color: #fff;
    padding: .5em 3.9em;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #F00000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.contact-form input[type="submit"]:hover {
  background: #4D4D4D;
  color: #FFF;
}
.contact-form button[type="button"] {
    border: none;
    outline: none;
    color: #fff;
    padding: .5em 1.9em;
    font-size: 1em;
    margin: 1em 0 0 0;
    -webkit-appearance: none;
    background: #F00000;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.contact-form button[type="button"]:hover {
  background: #4D4D4D;
  color: #FFF;
}
.cnt-address h4 {
    color: #000;
    font-size: 1.1em;
    font-weight: 600;
    margin: 1em 0 0;
}
.cnt-address p span {
    display: block;
}
.cnt-address p a {
    color: #555;
}
.cnt-address p a:hover{
    color: #f00;
}
.map iframe {
  width: 100%;
  min-height: 400px;
  border: none;
}
/*--//contact--*/
/*--Shortcodes--*/
.codes{
	padding:5em 0;
}
h3.hdg {
    font-size: 2em;
}
.show-grid [class^=col-] {
    background: #fff;
  text-align: center;
  margin-bottom: 10px;
  line-height: 2em;
  border: 10px solid #f0f0f0;
}
.show-grid [class*="col-"]:hover {
  background: #e0e0e0;
}
.grid_3{
	margin-bottom:0.1em;
}
.xs h3, h3.m_1{
	color:#000;
	font-size:1.7em;
	font-weight:300;
	margin-bottom: 1em;
}
.grid_3 p{
  color: #999;
  font-size: 0.85em;
  margin-bottom: 1em;
  font-weight: 300;
}
.grid_4{
	background:none;
	margin-top:50px;
}
.label {
  font-weight: 300 !important;
  border-radius:4px;
}  
.grid_5{
	background:none;
	padding:0.3em 0;
}
.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg {
	margin-bottom:1em;
	color: #000;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 0;
}
.badge-primary {
  background-color: #03a9f4;
}
.badge-success {
  background-color: #8bc34a;
}
.badge-warning {
  background-color: #ffc107;
}
.badge-danger {
  background-color: #e51c23;
}
.grid_3 p{
  line-height: 2em;
  color: #888;
  font-size: 0.9em;
  margin-bottom: 1em;
  font-weight: 300;
}
.bs-docs-example {
  margin: 1em 0;
}
section#tables  p {
 margin-top: 1em;
}
.tab-container .tab-content {
  border-radius: 0 2px 2px 2px;
  border: 1px solid #e0e0e0;
  padding: 16px;
  background-color: #ffffff;
}
.table td, .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 15px!important;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  font-size: 0.9em;
  color: #999;
  border-top: none !important;
}
.tab-content > .active {
  display: block;
  visibility: visible;
}
.label {
  font-weight: 300 !important;
}
.label {
  padding: 4px 6px;
  border: none;
  text-shadow: none;
}
.nav-tabs {
  margin-bottom: 1em;
}
.alert {
  font-size: 0.85em;
}
h1.t-button,h2.t-button,h3.t-button,h4.t-button,h5.t-button {
	line-height:1.8em;
  margin-top:0.5em;
  margin-bottom: 0.5em;
}
li.list-group-item1 {
  line-height: 2.5em;
}
.input-group {
  margin-bottom: 20px;
  }
.in-gp-tl{
	padding:0;
}
.in-gp-tb{
	padding-right:0;
}
.list-group {
  margin-bottom: 5px;
}
ol {
  margin-bottom: 44px;
}
h2.typoh2{
    margin: 0 0 10px;
}
@media (max-width:768px){

.right-top {
    padding-top: 0px;
    margin-top: -3px;
    float: left;
}


.header1 {
    height: 200px;
    z-index: 9999;
}

.showhim {
    font-size: 1.2em;
    color: #ff6600;
    position: relative;
    cursor: pointer;
    margin-right: 0px;
    margin-top: -11px;
}


#wowslider-container1 {
    zoom: 1;
    position: relative;
    max-width: 100%;
    margin: 0px auto 0px;
    z-index: 0;
    border: 2px solid #FFFFFF;
    text-align: left;
    font-size: 10px;
    top: 65px;
}

.spec-tab .nav-tabs > li > a {
    background: #000;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0 !important;
    border: 0 !important;
}


/* .spec-tab .nav-tabs > li {
  float: left !important;
  margin-bottom: 1px;
  width: 50% !important;
} */


.grid_5 {
	padding: 0 0 1em;
}
.grid_3 {
	margin-bottom: 0em;
}
}
@media (max-width:640px){

.bappa-search {
  color: #000;
  font-family: "Abel-Regular";
  font-size: 1.3em;
  margin-bottom: 5px;
  padding: 3px 0;
  width: 68%;
}

.tab-content {
  margin-top: 80%;
}
.banner2 {
  display: none;
}
.col-sm-2.fixed_menu_top {
  display: none;
}
.navbar-nav > li > a {
    line-height: 23px;
    font-size: 12px !important;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}

.showme .item-list {
    height: 220px !important;
    overflow: auto;
}


.navbar-nav > li {
    border-bottom: 1px solid #fff;
}

.navbar-toggle{
float:left;
margin-top: -40px !important;
margin-left: -15px !important;
}



.logo {
  float: right;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 100;
}

.product-description p a {
    color: #000;
    font-size: 15px !important;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.product-description {
    line-height: 15px !important;
    background: #fff;
    padding: 10px 15px 0;
}


.displaymobile{
display: block !important;
}
 


#bar {
  background: #000 none repeat scroll 0 0;
  left: -21%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  top: 100%;
  width: 26%;
  z-index: 999999 !important;
}

.right-top {
    padding-top: 0px;
    margin-top: -120px;
    float: right;
}

.showhim {
    font-size: 1.2em;
    color: #ff6600;
    position: relative;
    cursor: pointer;
    margin-top: -125px;
    margin-right: 200px;
}


.bappa-search {
    font-size: 1.3em;
    font-family: 'Abel-Regular';
    color: #000;
    padding: 3px 0px;
    padding-top: 80px !important;
}

.spec-tab .nav-tabs > li > a {
    background: #000;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0 !important;
    border: 0 !important;
}

.spec-tab .nav-tabs > li {
    float: left !important;
    margin-bottom: 1px;
    width: 50% !important;
}

.header1 {
    height: 200px;
    z-index: 9999;
}


#wowslider-container1 {
    zoom: 1;
    position: relative;
    max-width: 100%;
    margin: 0px auto 0px;
    z-index: 0;
    border: 2px solid #FFFFFF;
    text-align: left;
    font-size: 10px;
    top: 65px;
}

	h1, .h1, h2, .h2, h3, .h3 {
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
		margin-bottom: .5em;
	}
	.progress {
		height: 10px;
		margin-bottom: 10px;
	}
	ol.breadcrumb li,.grid_3 p,ul.list-group li,li.list-group-item1 {
		font-size: 14px;
	}
	.breadcrumb {
		margin-bottom: 10px;
	}
	.well {
		font-size: 14px;
		margin-bottom: 10px;
	}
	h2.typoh2 {
		font-size: 1.5em;
	}
.grid_4 {
    margin-top: 30px;
}
}
@media (max-width:480px){
	
	/* .nav.navbar-nav.mid_text > li {
  margin-left: 7.4% !important;
  width: 86%;
} */
	
.banner2 {
  display: none;
}
.bappa-search {
  color: #000;
  font-family: "Abel-Regular";
  font-size: 1.3em;
  margin-bottom: 5px;
  padding: 3px 0;
  width: 68%;
}
.col-sm-2.fixed_menu_top {
  display: none;
}

.navbar-nav > li > a {
    line-height: 23px !important;
    font-size: 12px !important;
}

.navbar-default .navbar-nav > li > a span {
    margin-bottom: 0px !important;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}

.navbar-nav > li {
  margin: 0 0 0 0 !important;
    border-bottom: 1px solid #fff;
}

.showme .item-list {
    height: 220px !important;
    overflow: auto;
}

.navbar-toggle{
float:left;
margin-top: -40px !important;
margin-left: -15px !important;
}


.logo {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
#show_menu_open {
  left: 177%;
  position: absolute;
  top: 4%;
  z-index: 8000;
}

.product-description p a {
    color: #000;
    font-size: 15px !important;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.product-description {
    line-height: 15px !important;
    background: #fff;
    padding: 10px 15px 0;
}

.displaymobile{
display: block !important;
}
 


#bar {
  background: #000 none repeat scroll 0 0;
  left: 278px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  right: 0;
  top: 53px;
  width: 41%;
  z-index: 999999 !important;
}


.showme {
    width: 200px !important;
    background-color: #000;
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 46px;
    display: none;
    right: 44px;
    min-height: 300px;
    margin-right: -150px;
}

.small-popup-login .modal-dialog {
    width: 338px;
}

.right-top {
    padding-top: 0px;
    margin-top: -120px;
    float: right;
}

.showhim {
  color: #ff6600;
  cursor: pointer;
  font-size: 1.2em;
  margin-right: 21%;
  margin-top: -38%;
  position: relative;
}


.bappa-search {
    font-size: 1.3em;
    font-family: 'Abel-Regular';
    color: #000;
    padding: 3px 0px;
    padding-top: 80px;
}

.spec-tab .nav-tabs > li > a {
    background: #000;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0 !important;
    border: 0 !important;
}


.spec-tab .nav-tabs > li {
    float: left !important;
    margin-bottom: 1px;
    width: 50% !important;
}

.header1 {
    height: 200px;
    z-index: 9999;
}


#wowslider-container1 {
    zoom: 1;
    position: relative;
    max-width: 100%;
    margin: 0px auto 0px;
    z-index: 0;
    border: 2px solid #FFFFFF;
    text-align: left;
    font-size: 10px;
    top: 65px;
}


	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
}

@media (min-width:360px) and (max-width:479px){
	.nav.navbar-nav.mid_text > li {
  margin-left: 7.4% !important;
  width: 86%;
}

.col-md-12.side_menu_top {
  margin-top: -12%;
}
/* .showme {
  background-color: #000;
  left: -66%;
   margin-top: -50%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 38px;
  width: 350px;
  z-index: 2;
} 
.showhim  
{
  color: #ff6600;
  cursor: pointer;
  font-size: 1.2em;
  margin-right: -4%;
  margin-top: -63%;
  position: relative;
} */

.tab-content {
  margin-top: 120px;
}
.bappa-search {
  color: #000;
  font-family: "Abel-Regular";
  font-size: 1.3em;
  margin-bottom: 5px;
  padding: 3px 0;
  width: 68%;
}
.navbar-nav > li > a {
    line-height: 23px !important;
    font-size: 12px !important;
}

.navbar-default .navbar-nav > li > a span {
    margin-bottom: 0px !important;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}

.navbar-nav > li {
  margin: 0 0 0 18px !important;
    border-bottom: 1px solid #fff;
}

.showme .item-list {
    height: 220px !important;
    overflow: auto;
}

.navbar-toggle{
float:left;
margin-top: -40px !important;
margin-left: -15px !important;
}


.logo {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
#show_menu_open {
  left: 161%;
  position: absolute;
  top: 4%;
  z-index: 8000;
}

.product-description p a {
    color: #000;
    font-size: 15px !important;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.product-description {
    line-height: 15px !important;
    background: #fff;
    padding: 10px 15px 0;
}

.displaymobile{
display: block !important;
}
 


#bar {
  background: #000 none repeat scroll 0 0;
  left: 203px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  right: 0;
  top: 53px;
  width: 41%;
  z-index: 999999 !important;
}


.showme {
    width: 200px !important;
    background-color: #000;
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 46px;
    display: none;
    right: 44px;
    min-height: 300px;
    margin-right: -150px;
}

.small-popup-login .modal-dialog {
    width: 338px;
}

.right-top {
  margin-top: -120px;
  padding-top: 0;
}

.showhim {
  color: #ff6600;
  cursor: pointer;
  font-size: 1.2em;
  position: relative;
}


.bappa-search {
    font-size: 1.3em;
    font-family: 'Abel-Regular';
    color: #000;
    padding: 3px 0px;
    padding-top: 80px;
}

.spec-tab .nav-tabs > li > a {
    background: #000;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0 !important;
    border: 0 !important;
}


.spec-tab .nav-tabs > li {
    float: left !important;
    margin-bottom: 1px;
    width: 50% !important;
}

.header1 {
    height: 200px;
    z-index: 9999;
}


#wowslider-container1 {
    zoom: 1;
    position: relative;
    max-width: 100%;
    margin: 0px auto 0px;
    z-index: 0;
    border: 2px solid #FFFFFF;
    text-align: left;
    font-size: 10px;
    top: 65px;
}


	.table h1 {
		font-size: 26px;
	}
	.table h2 {
		font-size: 23px;
	}
	.table h3 {
		font-size: 20px;
	}
	.label {
		font-size: 53%;
	}
	.alert,p {
		font-size: 14px;
	}
	.pagination {
		margin: 20px 0 0px;
	}
}

@media (min-width: 320px) and (max-width:359px) {

.col-md-12.side_menu_top {
  margin-top: -12%;
}

.banner-bottom {
  margin-top: 30px;
}

.mid_text2 {
  font-family: myFirstFont2;
  font-size: 12px;
  margin-left: -7%;
  margin-top: -16%;
}
	
.bappa-search {
  color: #000;
  font-family: "Abel-Regular";
  font-size: 1.3em;
  margin-bottom: 5px;
  padding: 3px 0;
  width: 108%;
}
.tab-content {
  margin-top: 80%;
}
	
.banner2 {
  display: none;
}
.more300 {
  display: none;
}
.more200 {
  display: none;
}

.navbar-nav > li > a {
        line-height: 23px !important;
    font-size: 12px !important;
}

.navbar-default .navbar-nav > li > a span {
    margin-bottom: 0px !important;
}

.navbar-default .navbar-nav > li > a {
    color: #fff !important;
}

.navbar-nav > li {
margin: 0 0 0 0 !important;
    border-bottom: 1px solid #fff;
}

.showme .item-list {
    height: 220px !important;
    overflow: auto;
}

.navbar-toggle{
float:left;
margin-top: -40px !important;
margin-left: -12px !important;
}
.mid_text {
	font-family: myFirstFont;
	font-size: 14px;
	text-transform: capitalize;
	background-color: #000;
	width: 50%;
}

.logo {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	/* margin-left: -22%; */
	/* margin-left: -51%; */
}
#show_menu_open {
  background: black none repeat scroll 0 0;
  left: 119%;
  position: absolute;
  top: 4%;
  z-index: 8000;
}

.product-description p a {
    color: #000;
    font-size: 15px !important;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.product-description {
    line-height: 15px !important;
    background: #fff;
    padding: 10px 15px 0;
}

.displaymobile{
display: block !important;
}
 
#bar {
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999999 !important;
	background: transparent;
	position: absolute;
	left: 58%;
	top: 52%;
}

.spec-tab{
margin-top:50px !important;
}

.showme {
    width: 220px !important;
    background-color: #000;
    position: absolute;
    text-align: center;
    z-index: 1;
    top: 46px;
    display: none;
    right: 44px;
    min-height: 300px;
    margin-right: -150px;
min-height: 120px !important;
}

.small-popup-login .modal-dialog {
    width: 338px;
}


.more-call {
    color: #000;
    padding: 5px 10px;
    text-decoration: none;
    float: right;
    margin-left: 3px;
    display: block;
    position: absolute;
    z-index: 9999;
    top: -85px !important;
}

marquee{
font-size:15px !important;
display:none;
}

.right-top {
    padding-top: 0px;
    margin-top: -130px;
    float: right;
width: 100%;
}

.showhim {
  color: #ff6600;
  cursor: pointer;
  font-size: 1.2em;
  margin-right: -7px;
  margin-top: -131px;
  position: relative;
  z-index: 99999;
}

.showme {
  display: block;
  left: -123%;
  margin-left: -7% !important;
  position: absolute;
}

.small-popup-login , .small-popup-signup{
z-index: 99999;
}

.small-popup-login .modal-content {
    width: 85%;
}

.bappa-search {
    font-size: 1.3em;
    font-family: 'Abel-Regular';
    color: #000;
    padding: 3px 0px;
padding-top: 60px !important;
margin-top: -10px;
}

.spec-tab .nav-tabs > li > a {
    background: #000;
    font-size: 11px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0 !important;
    border: 0 !important;
}

.spec-tab .nav-tabs > li {
    float: left !important;
    margin-bottom: 1px;
    width: 50% !important;
}

.header1 {
    height: 200px;
    z-index: 9999 !important;
}
.header1 .container-fluid{

    z-index: 9999 !important;
    background-image: url(../images/body-back.jpg);
    background-repeat: repeat;
}

.top_nav {
    width: 107%;
}

#wowslider-container1 {
    zoom: 1;
    position: relative;
    max-width: 100%;
    margin: 0px auto 0px;
    z-index: 0;
    border: 2px solid #FFFFFF;
    text-align: left;
    font-size: 10px;
    top: 65px;
}

	.grid_4 {
		margin-top: 18px;
	}
	h3.title {
		font-size: 1.6em;
	}
	.alert, p,ol.breadcrumb li, .grid_3 p,.well, ul.list-group li, li.list-group-item1,a.list-group-item {
		font-size: 13px;
	}
	.alert {
		padding: 10px;
		margin-bottom: 10px;
	}
	ul.pagination li a {
		font-size: 14px;
		padding: 5px 11px !important;
	}
	.list-group {
		margin-bottom: 10px;
	}
	.well {
		padding: 10px;
	}
	table.table.table-striped,.table-bordered,.bs-docs-example {
		display: none;
	}
	
	.spec-tab {
  margin-top: -15% !important;
}
}
/*--//Shortcodes--*/
/*---- responsive-design -----*/
@media(max-width:1440px){

.displaymobile{
display:none !important;

} 

}
@media(max-width:1366px){

.displaymobile{
display:none !important;

} 

.contact-grdl {
    width: 11%;
}
}
@media(max-width:1280px){

.displaymobile{
display:none !important;

} 

}
@media(max-width:1080px){


.displaymobile{
display:none !important;

} 

.header1{height:100%; z-index:2;}
.navbar-header h1 {
    font-size: 2.8em;
}
.header-text {
    width: 16%;
    margin-left: 3em;
}
.top-nav-text ul li {
    margin-right: 1.5em;
}
.navbar-nav > li > a {
    font-size: 1em;
    line-height: 32px;
}
.navbar-nav > li {
    margin-right: 2.3em;
}
ul.nav.navbar-nav.navbar-left {
    float: right !important;
}
.navbar-nav > li:nth-child(5) {
    margin: 0;
}
.banner {
    min-height: 550px;
}
.banner-info h2 {
    font-size: 3.5em;
}
.banner-info p {
    width: 43%;
}
.banner-info a {
    padding: 0.7em 4em;
}
.banner-bottom h4 {
    font-size: 1.7em;
}
.feature-grids {
    padding: 0 !important;
}
.features p {
    font-size: 0.9em;
    margin-top: 1.5em;
}
.more {
    margin-top: 1.5em;
}
.pince h5 {
    font-size: 1.5em;
}
.features p {
    margin-top: 1em;
}
h3.title {
    font-size: 1.8em;
}
.project-right {
    padding: 1.7em 1.8em;
}
.project-right p {
    font-size: 0.9em;
    line-height: 1.8em;
    margin-top: 1.2em;
}
.about .grid-top h4 {
    font-size: 1.3em;
    letter-spacing: 3px;
}
.about-grids.grid-top {
    padding-left: 0 !important;
}
.time-top h4 {
    font-size: 1.5em;
}
.time-bottom h5 {
    font-size: 1.1em;
    letter-spacing: 0px;
}
.time-bottom p {
    font-size: 0.9em;
}
.callbacks_nav.next {
    right: 9%;
}
.testi h3.title1 {
    font-size: 2.3em;
}
.about .grid-top p {
    margin: 1em 0 2em;
}
.about-slid {
    padding: 5.5em 0;
}
.about-slid-info {
    width: 85%;
}
.about-slid h2 {
    font-size: 2.8em;
}
.about-team-grids {
    width: 24.45%;
}
.about-team-grids:hover .caption {
    top: 42%;
}
.caption {
    width: 88%;
}
.about-team-grids h4 {
    margin: 1.2em 0 0.8em;
}
.about-team-grids h4 span {
    font-size: 1.2em;
}
.about-team-grids p {
    font-size: 0.9em;
}
.servcs-info {
    margin-top: 5em;
}
.servcs-info h4 {
    font-size: 1.8em;
}
.servcs-info p {
    font-size: 0.9em;
}
.footer {
    padding: 5em 0;
}
.contact-form input[type="text"] {
    width: 37%;
}
.contact-form input[type="submit"] {
    padding: .5em 2.5em;
}
.map iframe {
    min-height: 300px;
}
.services a.diamond {
    margin: 24px;
    width: 120px;
    height: 120px;
}
.services span.glyphicon {
    font-size: 2.5em;
    top: 32%;
    left: -2%;
}
p.servc-text {
    font-size: 1.4em;
    top: 39%;
    left: 16%;
}
.services a.diamond:hover span.glyphicon {
    top: 19%;
}
}
@media(max-width:1024px){


.displaymobile{
display:none !important;

} 

}
@media(max-width:991px){


.displaymobile{
display:none !important;

} 

.header1{height:100%; z-index:2;}
.navbar-header h1 {
    font-size: 2.5em;
}
.navbar-header h1 img {
    width: 32%;
}
.header-text {
    width: 13%;
    margin-left: 1em;
}
.top-nav-text {
    margin: 0 0 1.8em 1em;
}
.top-nav-text ul li {
    margin-right: 0.75em;
}
.top-nav-text ul.social-icons li {
    margin-right: 0;
}
.social-icons a {
    background-position:-2px 3px;
    width: 28px;
    height: 28px;
    background-size: 116%;
}
.social-icons a.pin {
    background-position:-2px -26px;
    background-size: 116%;
}
.social-icons a.in {
    background-position:-2px -54px;
    background-size: 116%;
}
.navbar-nav > li {
    margin-right: 1.6em;
}
.navbar-nav > li > a {
    font-size: 0.9em;
    line-height: 27px;
}
.dropdown-menu > li > a {
    font-size: 0.85em;
}
.navbar-right .dropdown-menu {
    top: 180%;
}
.dropdown-menu {
    min-width: 96px;
}
.banner {
    min-height: 500px;
}
.banner-info h2 {
    font-size: 3em;
}
.banner-info p {
    width: 64%;
}
.banner-info {
    margin-top: 21%;
}
.banner-info a {
    padding: 0.6em 4em;
}
.banner-bottom p {
    font-size: 0.9em;
}
.features, .services,.about, .about-team, .contact ,.codes,.gallery-top{
    padding: 4em 0;
}
.feature-grids:nth-child(2) {
    width: 100%;
    margin: 0 auto;
}
/*#############################*/
.mm{ display:none;}
.cart11{ text-align:center;}
.top-b{ display:none;}
.cc{ margin-top:0px;}
.pp{ padding:0px 44px;}
.pp1{ padding:0px 44px;}

/*#############################*/
.pince-left {
    width: 9%;
}
.pince-right {
    width: 87%;
}
.footer-left, .footer-right {
    float: left;
    width: 50%;
}
.contact-grdl {
    width: 13%;
}
.footer-grids {
    margin-top: 3em;
}
.footer {
    padding: 4em 0 3em;
}
.copy-right ul li a {
    width: 45px;
    height: 45px;
    background-size: 406%;
}
.copy-right ul li a:hover {
    background-position: 0px -45px;
}
.copy-right ul li a.gg {
    background-position: -44px 0px;
    width: 44px;
    background-size: 408%;
}
.copy-right ul li a.gg:hover {
    background-position: -44px -45px;
}
.copy-right ul li a.twt {
    background-position: -87px 0px;
    width: 44px;
    background-size: 409%;
}
.copy-right ul li a.twt:hover {
    background-position: -87px -45px;
}
.copy-right ul li a.be {
    background-position: -134px 0px;
    background-size: 406%;
}
.copy-right ul li a.be:hover {
    background-position: -134px -45px;
}
.about-info {
    margin-top: 2em;
}
.about .grid-top p {
    font-size: 0.9em;
}
.about-imgs {
    float: left;
    width: 33.33%;
}
.about-grids {
    padding: 0;
    margin-top: 2em;
}
.time-bottom {
    padding: 2em;
}
.callbacks_nav.next {
    right: 3.5%;
}
.about-slid-info {
    width: 100%;
}
.about-slid h2 {
    font-size: 2.4em;
}
.about-slid p {
    font-size: 0.9em;
}
.team-info {
    margin-top: 3em;
}
.about-team-grids {
    width: 24.3%;
    float: left;
}
.about-team-grids p {
    font-size: 0.85em;
}
.caption ul {
    padding: 0.8em 0 .3em;
}
.about-team-grids:hover .caption {
    top: 35%;
    width: 84%;
}
.about-team-grids h4 {
    font-size: 1em;
}
.about-servcs h5 {
    font-size: 1.2em;
    letter-spacing: 5px;
}
.about-servcs {
    margin-bottom: 4em;
}
.servcs-info {
    margin-top: 0;
}
.sevcs-grids {
    margin-top: 3em;
}
.servcs-info h4 {
    font-size: 1.6em;
}
.gallery-grid {
	float: left;
	width: 50%;
	margin-bottom: 1em;
}
.gallery-grid-top {
	padding: 0;
	float: left;
	width: 50%;
}
.gallery-right {
	padding: 0;
	float: left;
	width: 50%;
}
.gallery-grid-img {
	padding-left: 0;
	float: left;
	width: 50%;
}
.middle-gallery-grid {
	width: 33.33%;
	margin-bottom: 0em;
}
.contact-info h5 {
    font-size: 1.4em;
}
.contact-info p {
    font-size: 0.9em;
}
.contact-info h3.title1 {
    font-size: 2.2em;
}
.contact-form form {
    margin-top: 1.5em;
}
.contact-form input[type="text"] {
    width: 39%;
}
.contact-grids {
    margin-top: 2em;
}
.map iframe {
    min-height: 250px;
}
}
@media(max-width:768px){
	
	.more300 {
  display: none;
}
.more200 {
  display: none;
}
	
.header1{height:100%; z-index:2;}
.navbar-header h1 {
    font-size: 2.2em;
}
.navbar-header h1 img {
    width: 29%;
}
.header-text {
    margin-left: 0.5em;
}
.navbar-nav > li {
    margin-right: 1.8em;
}
.navbar-left span.caret {
    margin-left: 5px;
}
.navbar-nav > li {
    margin-right: 1.9em;
}
div#bs-example-navbar-collapse-1 {
    margin: 0px 20px;
}
.navbar-right .dropdown-menu {
    top: 165%;
}
.top-nav-text {
    margin: 0 0 1.8em 2.2em;
}
.banner {
    min-height: 400px;
}
.banner-info h2 {
    font-size: 2.5em;
}
.banner-info p {
    font-size: 0.9em;
}
.banner-info {
    margin-top: 17%;
}
.banner-info a {
    padding: 0.5em 3.5em;
    font-size: 1em;
}
.banner-bottom h4 {
    font-size: 1.5em;
}
.banner-bottom p {
    font-size: 0.85em;
    margin-top: 0.5em;
}
.services a.diamond {
    margin: 18px;
    width: 90px;
    height: 90px;
}
.services span.glyphicon {
    font-size: 1.9em;
    top: 29%;
    left: -5%;
}
p.servc-text {
    font-size: 1.1em;
    top: 41%;
    left: 16%;
}
h3.title1 {
    font-size: 2.8em;
}
.feature-grids:nth-child(2) {
    width: 100%;
    margin: 0 auto;
}
/*#############################*/
.mm{ display:none;}
.cart11{ text-align:center;}
.top-b{ display:none;}
.cc{ margin-top:0px;}
.pp{ padding:0px 44px;}
.pp1{ padding:0px 44px;}
.nn{ display:none;}

/*#############################*/
}
@media(max-width:767px){
.col-sm-2.fixed_menu_top {
  display: block;
}
.banner2 {
  display: block;
}
.more300 {
  display: none;
}
.more200 {
  display: none;
}
	
.header1{height:250px; z-index:2;}
.navbar-header.navbar-left {
    float: left;
	margin: 0;
}
.header-text {
    float: left;
    margin-left: 3em;
    width: 21%;
}
.top-nav-text ul li {
    margin: 0 0 0.5em 0;
    display: block;
}
.top-nav-text ul.social-icons li {
    margin: 0 3px 0 0;
}
.top-nav-text {
    margin: 0 0 1.8em 3em;
    display: inline-block;
}
ul.nav.navbar-nav.navbar-left {
    float: none !important;
    text-align: center;
    display: table;
    margin: 0 auto;
}
.navbar-nav > li {
    margin: 1em 0 0 8px;
}
.navbar-nav > li:nth-child(5) {
    margin: 1em 0 0 8px;
}
nav.navbar.navbar-default {
    margin-bottom: 0;
}
.header-right {
    float: none;
}
.navbar-default .navbar-toggle {
    border-color: #F00000;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #F00000;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #F00000;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar{
	background-color: #fff;
}
.feature-grids:nth-child(2) {
    width: 100%;
    margin: 0 auto;
}
/*#############################*/
.mm{ display:none;}
.cart11{ text-align:center;}
.top-b{ display:none;}
.cc{ margin-top:0px;}
.pp{ padding:0px 44px;}
.pp1{ padding:0px 44px;}
.nn{ display:none;}
.img1 img{ width:100%;}
/*#############################*/
}
@media (min-width:320px) and (max-width:639px){
	
	.more-call {
  color: #000;
  display: block;
  float: right;
  margin-left: 64px;
  padding: 5px 10px;
  position: absolute;
  text-decoration: none;
  top: 103px;
  z-index: 1;
}
	
	.col-md-12.side_menu_top {
  margin-top: -44px;
}
	.nav.navbar-nav.mid_text > li {
  margin-left: 9% !important;
  width: 82%;
}
	.mid_text2 {
  font-family: myFirstFont2;
  font-size: 12px;
  margin-left: -66% !important;
  margin-top: -47% ! important;
  width: 100%;
}
.showhim {
  color: #ff6600;
  cursor: pointer;
  font-size: 1.2em;
  margin-right: 32%;
  margin-top: -157px;
  position: relative;
}

.mid_text2 {
  font-family: myFirstFont2;
  font-size: 12px;
  margin-left: -68%;
  margin-top: -22%;
  width: 100%;
}

.bappa-search {
  color: #000;
  font-family: "Abel-Regular";
  font-size: 1.3em;
  margin-bottom: 5px;
  padding: 3px 0;
  width: 68%;
}	
.tab-content {
  margin-top: 178px;
}

.banner2 {
  display: none;
}
/*---------------Code Done by PK Dated: 26 Feb 2019-----------------*/
.col-sm-2.fixed_menu_top {
  /*display: none;*/
  margin-top: 5%;
  position: fixed;
  z-index: 4; 
}
.col-sm-2.fixed_menu_top {	
  margin-left: 0 !important;
  margin-top: -12%;
  padding-left: 0;
  position: fixed;
  z-index: 9; 
}
.spec-tab .nav-tabs > li > a {
  background: #ff8000;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border-radius:0 !important;
  border:0 !important;
}
.spec-tab .nav > li > a:hover, .nav > li > a:focus {
  background: #ff8000;
  color: #fff;
  border-radius:0 !important;
  border:0 !important;
}
.spec-tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: #a800e0;
  color: #fff;
  border-radius:0 !important;
  border:0 !important;
}

/*---------------Code Done by PK Dated: 26 Feb 2019-----------------*/
.more300 {
  display: none;
}
.more200 {
  display: none;
}

#show_menu_open {
  background: black none repeat scroll 0 0;
  left: 199%;
  position: absolute;
  top: 5%;
  z-index: 5000;
}

.logo {
  float: right;
  margin: 0;
  padding: 0;
  position: absolute;
}
	
.header1{height:250px; z-index:2;}
.banner.about-bnr {
    min-height: 100px;
}
.header-text {
    margin-left: 1em;
}
.footer-grids {
    margin-top: 2em;
}
.footer-left h5 {
    font-size: 1.3em;
}
.contact-grdr p {
    font-size: 0.9em;
}

.gallery-grids-top {
    margin-top: 2em;
}
.features, .services, .about, .about-team, .contact, .codes, .gallery-top {
    padding: 3em 0;
}
h3.title {
    font-size: 1.6em;
}
.more {
    margin-top: 1em;
}
.more a {
    font-size: 0.9em;
}
.services span.glyphicon {
    font-size: 1.9em;
    top: 33%;
    left: 0%;
}
.services-info {
    margin-top: 2.5em;
}
.footer {
    padding: 3.5em 0 2em;
}
.address {
    margin-bottom: 0.8em;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #F00000;
}
.about .grid-top h4 {
    font-size: 1.2em;
    letter-spacing: 2px;
}
.callbacks_nav.next {
    right: 4.2%;
}
.about-slid {
    padding: 4em 0;
}
.about-slid h2 {
    font-size: 2em;
}
.team-info {
    margin-top: 2.5em;
}
.about-team-grids {
    width: 46%;
    float: left;
    margin: 0 0 1.5em 1.5em;
}
.about-team-grids:hover .caption {
    top: 52.5%;
    width: 90%;
}
h3.title1 {
    font-size: 2.5em;
}
.about-servcs h5 {
    font-size: 1.1em;
    letter-spacing: 4px;
}
.servcs-info h4 {
    font-size: 1.5em;
}
.contact-info h5 {
    font-size: 1.2em;
}
.contact-info {
    margin-top: 2em;
}
.contact-info h3.title1 {
    font-size: 2.1em;
}
.contact-form input[type="text"] {
    width: 37.7%;
    margin-right: 1em;
}
.feature-grids:nth-child(2) {
    width: 100%;
    margin: 0 auto;
}
/*#############################*/
.mm{ display:none;}
.cart11{ text-align:center;}
.top-b{ display:none;}
.cc{ margin-top:0px;}
.pp{ padding:0px 44px;}
.pp1{ padding:0px 44px;}
.nn{ display:none;}
.how a{ margin-left:0px;}
/*#############################*/
#bar {
  background: #000 none repeat scroll 0 0;
  left: 75%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  right: 0;
  top: 109%;
  width: 29%;
  z-index: 999999 !important;
}

.tab-content {
  margin-top: 117px;
}

}
@media(max-width:600px){
.header1{height:200px; z-index:2;}
.top-nav-text {
    margin: 0 0 1.8em 1.5em;
}
.feature-grids:nth-child(2) {
    width: 100%;
    margin: 0 auto;
}
/*#############################*/
.mm{ display:none;}
.cart11{ text-align:center;}
.top-b{ display:none;}
.cc{ margin-top:0px;}
.pp{ padding:0px 44px;}
.pp1{ padding:0px 44px;}
.nn{ display:none;}
.how a{ margin-left:0px;}
/*#############################*/
}
@media(max-width:480px){
.tab-content {
  margin-top: 80%;
}

.mid_text2 {
  font-family: myFirstFont2;
  font-size: 12px;
  margin-left: -70%;
  margin-top: -46%;
  width: 100%;
}

.displaymobile{
display:none !important;

} 
.mid_text2 {
  font-family: myFirstFont2;
  font-size: 12px;
  margin-left: -66%;
  margin-top: -47%;
  width: 100%;
}

.header1{height:200px; z-index:2;}

.header-text {
    width: 33%;
}
.top-nav-text {
    margin: 0 0 1.5em 1em;
}
.top-nav-text ul li {
    margin: 1.5em 1em 0 0;
    display: inline-block;
}
.top-nav-text ul li:nth-child(3) {
    margin: 2em 1em 0 0;
}
.header-text p {
    font-size: 0.75em;
    line-height: 1.8em;
}
.features, .services, .about, .about-team, .contact, .codes, .gallery-top {
    padding: 2em 0;
}
h3.title1 {
    font-size: 2.3em;
}
.about .grid-top h4 {
    font-size: 1em;
    letter-spacing: 1px;
}
.about .grid-top p {
    font-size: 0.85em;
	margin: 1em 0;
}
.time-top h4 {
    font-size: 1.3em;
}
.time-bottom {
    padding: 1.5em;
}
.time-bottom h5 {
    font-size: 1em;
}
.time-bottom p {
    font-size: 0.85em;
}
.testi p {
    font-size: 0.9em;
}
.callbacks_nav.next {
    right: 5.8%;
}
.about-slid {
    padding: 3em 0;
}
.about-slid h2 {
    font-size: 1.6em;
}
.about-slid p {
    font-size: 0.85em;
}
.about-team-grids {
    width: 46.5%;
    margin: 0 0.5em 1.5em 0.5em;
}
.about-team-grids:hover .caption {
    top: 40.5%;
    width: 86%;
}
.about-servcs {
    margin-bottom: 2.5em;
}
.about-servcs h5 {
    font-size: 1em;
    letter-spacing: 3px;
}
.servcs-info h4 {
    font-size: 1.3em;
}
.servcs-info p {
    font-size: 0.85em;
}
.sevcs-grids {
    margin-top: 2em;
}
.top-nav-text ul.social-icons li:nth-child(3) {
    margin: 0;
}
.banner {
    min-height: 321px;
}
.banner-info h2 {
    font-size: 2.2em;
}
.banner-info p {
    width: 90%;
}
.banner-info a {
    padding: 0.5em 2.5em;
    font-size: 0.9em;
}
.banner-bottom h4 {
    font-size: 1.2em;
}
h3.title {
    font-size: 1.4em;
}
.features p {
    margin-top: 0.5em;
    font-size: 0.85em;
}
.more a {
    padding: 0.5em 1.6em;
}
.pince-left {
    width: 12%;
}
.pince-right {
    width: 82%;
}
.services a.diamond {
    margin: 14px;
    width: 70px;
    height: 70px;
}
.services span.glyphicon {
    font-size: 1.5em;
    top: 31%;
    left: -3%;
}
.services a.diamond:hover span.glyphicon {
    top: 15%;
    left: -20%;
    font-size: 1.2em;
}
p.servc-text {
    font-size: 0.9em;
    top: 41%;
    left: 14%;
}
.footer {
    padding: 3em 0 1em;
}
.footer-left h5 {
    font-size: 1em;
}
.contact-grdl {
    width: 11%;
    padding: 0;
}
.address {
    margin-bottom: 1em;
}
.footer-left .more {
    margin-top: 3em;
}
.contact-grdr {
    padding: 0 0 0 1.5em;
}
.contact-grdr p {
    font-size: 0.85em;
    margin: 0;
}
.contact-grdl span {
    font-size: 1.2em;
}
.copy-right p {
    font-size: 0.9em;
}
.navbar-nav > li {
    margin: 0.5em 0 0 0;
}
.navbar-nav > li > a {
    font-size: 0.85em;
}
.banner.about-bnr {
    min-height: 80px;
}
.contact-info h5 {
    font-size: 1.1em;
}
.contact-info p {
    font-size: 0.85em;
}
.contact-form {
    margin-top: 1em;
}
.contact-info h3.title1 {
    font-size: 1.8em;
}
.contact-form textarea {
    font-size: .85em;
    min-height: 8em;
}
.contact-form input[type="text"] {
    width: 37%;
    margin-right: 0.5em;
    font-size: 0.85em;
}
.contact-form input[type="submit"] {
    padding: .5em 2.4em;
    font-size: 0.9em;
    margin: 0.5em 0 0 0;
}
.contact-grids {
    padding: 0 !important;
}
.cnt-address h4 {
    font-size: 1em;
}
.map iframe {
    min-height: 180px;
}
.footer {
    padding: 2em 0 1em;
}
.feature-grids:nth-child(2) {
    width: 100%;
    margin: 0 auto;
}
/*#############################*/
.mm{ display:none;}
.cart11{ text-align:center;}
.top-b{ display:none;}
.cc{ margin-top:0px;}
.pp{ padding:0px 44px;}
.pp1{ padding:0px 44px;}
.nn{ display:none;}
.cat-ss{overflow-y:scroll; height:200px; width:99%;}
.how a{ margin-left:0px;}
/*#############################*/
}
@media(min-width:320px){
	.bappa-search {
  color: #000;
  font-family: "Abel-Regular";
  font-size: 1.3em;
  margin-bottom: 5px;
  padding: 3px 0;
  width: 108%;
}
.mid_text2 {
  font-family: myFirstFont2;
  font-size: 12px;
  margin-left: -7%;
  margin-top: -16%;
}
.banner2 {
  display: none;
}
.col-sm-2.fixed_menu_top {
  /*display: none;*/
}

.displaymobile {
  display: block !important;
} 


.header1{height:130px; z-index:2;}

.header {
    box-shadow: none;
    margin: 0em 0 0;
}
.navbar-header h1 {
    font-size: 2em;
}
.navbar-header h1 img {
    width: 25%;
}
.header-text p {
    font-size: 0.7em;
	line-height: 1.5em;
}
.header-text {
    width: 40%;
    margin-left: 0em;
}
.top-nav-text {
    margin: 1em 0;
    width: 50%;
}
.top-nav-text ul li {
    margin: .5em 0 0;
	font-size: 0.8em;
}
.top-nav-text ul li:nth-child(3) {
    margin: 0.5em 0 0 0;
}
.navbar-toggle {
    margin-top: 2em;
}
.banner-info h2 {
    font-size: 1.6em;
}
.banner-info p {
    width: 100%;
    font-size: 0.8em;
	margin: 1em auto;
}
.banner-info a {
    padding: 0.5em 2em;
    font-size: 0.8em;
}
.banner {
    min-height: 255px;
}
.banner-info {
    margin-top: 22%;
}
.banner-bottom h4 {
    font-size: 1em;
}
.banner-bottom p {
    font-size: 0.8em;
}
.pince {
    margin-top: 1.5em;
}
.pince h5 {
    font-size: 1.3em;
}
.pince-left {
    width: 16%;
    padding: 0.7em;
}
.pince h4 {
    font-size: 1.2em;
    margin-bottom: 0.2em;
}
.pince-right {
    width: 77%;
}
.features p {
    font-size: 0.8em;
    line-height: 1.6em;
}
.project-right {
    padding: 1.5em 1em;
}
.project-right p {
    font-size: 0.8em;
    margin-top: 1em;
}
.services-info {
    margin-top: 1.5em;
}
.services-info {
    margin-top: 1.5em;
    width: 72%;
}
.footer-left, .footer-right {
    float: none;
    width: 100%;
    text-align: center;
}
.footer-left .more {
    margin: 1.5em 0 2em;
}
.contact-grdl {
    width: 15%;
}
.address {
    margin-bottom: 0.8em;
    text-align: left;
}
.copy-right {
    padding: 1em 0;
}
.copy-right p {
    font-size: 0.85em;
	margin-top: 0.5em;
}
.features, .services, .about, .about-team, .contact, .codes, .gallery-top {
    padding: 1.5em 0;
}
h3.title1 {
    font-size: 2.1em;
}
.about .grid-top h4 {
    letter-spacing: 0px;
    line-height: 1.5em;
}
.about .grid-top p {
    font-size: 0.8em;
    margin: 0 0 1em;
}
.about .grid-top p.top {
    margin: 1em 0 0.5em;
}
.time-top h4 {
    font-size: 1.2em;
}
.about-grids {
    margin-top: 1em;
}
.time-bottom {
    padding: 1em;
}
.time-bottom h5 {
    font-size: 0.9em;
}
.testi h3.title1 {
    font-size: 2em;
}
.testi h4 {
    font-size: 1em;
}
.testi p {
    font-size: 0.8em;
}
.testi-slider {
    padding: 2em 1.5em 1em;
}
.callbacks_nav.next {
    right: 9%;
}
.about-slid {
    padding: 2em 0;
}
.about-slid h2 {
    font-size: 1.4em;
}
.about-slid p {
    margin-top: 1em;
	font-size: 0.8em;
	line-height: 1.6em;
}
.about-team-grids {
    width: 100%;
    margin: 0 0 1em 0;
}
.team-info {
    margin-top: 1.5em;
}
.about-team-grids {
    padding: 1em;
}
.about-team-grids h4 {
    margin: 1em 0 0.5em;
}
.about-team-grids p {
    font-size: 0.8em;
    line-height: 1.6em;
}
.about-team-grids:hover .caption {
    top: 56%;
    width: 90%;
}
.about-servcs h5 {
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-top: 0.5em;
}
.servcs-info h4 {
    font-size: 1.1em;
}
.servcs-info p {
    font-size: 0.8em;
    margin-top: 0.8em;
}
.contact-info {
    margin-top: 0em;
}
.contact-grids {
    margin-top: 1.5em;
}
.contact-info h5 {
    font-size: 1em;
    line-height: 1.5em;
}
.contact-info p {
    font-size: 0.8em;
    margin: 0.5em 0 0;
}
.contact-info h3.title1 {
    font-size: 1.5em;
}
.contact-form textarea {
    font-size: .8em;
    min-height: 7em;
}
.contact-form input[type="text"] {
    width: 100%;
    margin: .5em 0;
    font-size: 0.8em;
}
.contact-form form {
    margin-top: 1em;
}
.map iframe {
    min-height: 150px;
}
.gallery-grid-top-img {
	margin: 0;
}
.gallery-right {
	float: none;
	width: 100%;
}
.gallery-grid-img {
	padding: 0;
	float: none;
	width: 100%;
	margin: 1em 0;
}
.gallery-grid-top {
	padding: 0;
	float: none;
	width: 100%;
}
.middle-gallery-grid {
	width: 100%;
	margin-bottom: 1em;
	padding: 0;
}
.gallery-grids-middle {
	margin: 0em 0;
}
.gallery-grid {
	float: none;
	width: 100%;
	margin-bottom: 1em;
}
.gallery-grids-top {
	margin: 1em 0 0 0;
}
.feature-grids:nth-child(2) {
    width: 100%;
    margin: 0 auto;
}
/*#############################*/
.mm{ display:none;}
.cart11{ text-align:center;}
.top-b{ display:none;}
.cc{ margin-top:0px;}
.pp{ padding:0px 44px;}
.pp1{ padding:0px 44px;}
.nn{ display:none;}
.xyz{ display:block; position:absolute; top:130px; z-index:110;}
.xyz1{ display:block; position:absolute; top:165px; z-index:108;}
.more-call{color:#000; padding: 5px 10px; text-decoration: none; float: right;  margin-left: 3px; display:block; position:absolute; top:150px; z-index:1;}
.cat-ss{overflow-y:scroll; height:200px; width:99%;}
.how a{ margin-left:0px;}
/*#############################*/
}
/*--//responsive-design---*/

.bappa-search {
  color: #000;
  font-family: "Abel-Regular";
  font-size: 1.3em;
  left: -4%;
  margin-bottom: 5px;
  margin-top: 14%;
  padding: 3px 0;
  position: relative;
  top: -23%;
}

.bappa-search-img{background-image:url(../images/icon-1.png); background-repeat:no-repeat; width:20px;}

.bappa-animate-input{-webkit-transition:width 0.4s ease-in-out;transition:width 0.4s ease-in-out; border-radius:6px; -moz-border-radius:6px;-webkit-border-radius:6px;}
.bappa-animate-input:focus{border-radius:6px; -moz-border-radius:6px;-webkit-border-radius:6px;width:100%!important}
.bappa-border-orange,.bappa-hover-border-orange:hover{border-radius:6px; -moz-border-radius:6px;-webkit-border-radius:6px;border-color:#ff9800!important}
.bappa-input{padding:4px;display:block;border-bottom:1px solid #808080;width:100%}


.search-location {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width: 100%;
	
    background: url(../images/location.png) no-repeat 11px center #fff;
    background-size: 20px;
    text-align: left;
    display: block;
    /*border: solid 1px #ccc;*/
	border-top: solid 1px #ccc;
	border-right: solid 0px #ccc;
	border-bottom: solid 1px #ccc;
	border-left: solid 0px #ccc;
    height: 38px;
}
.search-location button {
    display: block;
    width: 100%;
    color: #333;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    padding: 10px 0 10px 40px;
    text-align: left;
    background: transparent;
    border: 0;
    margin: 0;
    cursor: pointer;
}
.hero-search-input {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	
    width: 100%;
	
    background: url(../images/search-icon.png) no-repeat 11px center #fff;
    background-size: 20px;
	background-color:#9f25b2;
    text-align: left;
    display: block;
    /*height: 38px;*/
}
.hero-search-input button {
    display: block;
    width: 100%;
    color: #333;
    font-family: 'Roboto',sans-serif;
    font-size: 14px;
    padding: 0px 0 0px 40px;
    text-align: left;
    background: transparent;
    border: 0;
    margin: 0;
    cursor: pointer;
}
.search-location span {
    font-size: 12px;
    color: #999;
    margin: 0;
    padding: 0;
    display: block;
    line-height: 18px;
	}
	
.searchForm {
  border-color: #ccc;
  border-style: solid;
  border-width: 1px 0;
  margin: 0 auto;
  max-width: 960px;
  margin-top: -11%;
  clear: both;
}
	.hero-search-group {
  border-collapse: separate;
  border-left: 1px solid #e0e0e0;
  display: table;
  position: relative;
  top: -85%;
}
.hero-search-group>.hero-search-input {
    display: table-cell;
    position: relative;
    z-index: 2;
    width: 100%;
    margin-bottom: 0;
}
	.hero-search-group input[type="search"] {
  background-color: #fff;
  border: 1px solid transparent;
  box-shadow: none;
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  height: 34px;
  margin-bottom: 0;
  padding: 5px 12px 10px 6px;
  width: 100%;
}
.hero__search {
    position: relative;
    z-index: 0;
    text-align: center;
    box-shadow: 0 5px 6px rgba(0,0,0,0.5);
    padding-bottom: 0;
    padding-top: 0;
}
.hero__search .hero-search-button {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    vertical-align: top;
    display: table-cell;
}
.hero__search .search-button {
    background-color: #ff6600;
    background-image: url(../images/search-icon.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    height: 30px;
    width: 62px;
    padding: 0px 18px;
    border: 0;
    margin-bottom: 0;
}
.plus-active a{padding:3px 6px; font-weight:bold; color:#fff; border-radius:4px; background-color:#FF3300;}
.plus-active a:hover{padding:3px 6px; font-weight:bold; color:#fff; border-radius:4px; background-color:#FF3300;}

.plus-inactive a{padding:3px 6px; font-weight:bold; color:#fff; border-radius:4px; background-color:#666;}
.plus-inactive a:hover{padding:3px 6px; font-weight:bold; color:#fff; border-radius:4px; background-color:#666; cursor:not-allowed;}

.minus-active a{padding:3px 6px; font-weight:bold; color:#fff; border-radius:4px; background-color:#FF3300;}
.minus-active a:hover{padding:3px 6px; font-weight:bold; color:#fff; border-radius:4px; background-color:#FF3300;}

.minus-inactive a{padding:3px 6px; font-weight:bold; color:#fff; border-radius:4px; background-color:#666;}
.minus-inactive a:hover{padding:3px 6px; font-weight:bold; color:#fff; border-radius:4px; background-color:#666; cursor:not-allowed;}

.partner-more {text-decoration:none;}
.partner-more a img{text-decoration:none; border:solid 0px #BD9D5F;}
.partner-more a:hover img {text-decoration:none; border:solid 0px #BD9D5F;opacity: 0.5; filter: alpha(opacity=60);}


@font-face
{
font-family: myFirstFont;
src: url('../fonts/GOTHICB.TTF');
}
.mid_text {
	font-family: myFirstFont;
	font-size: 14px;
	text-transform: capitalize;
	/* background-color: #000; */
	/* width: 50%; */
}
@font-face
{
font-family: myFirstFont1;
src: url('../fonts/impact.ttf');
}
.mid_text1
{
font-family:myFirstFont1;
font-size:16px;
text-transform:capitalize;
/*text-shadow:1px 1px #333;*/
}
@font-face
{
font-family: myFirstFont2;
src: url('../fonts/comic.ttf');
src: url('../user/fonts/comic.ttf');
}
.mid_text2 {
  font-family: myFirstFont2;
  font-size: 12px;
  margin-left: -8%;
  margin-top: -11%;
  width: 100%;
}
@font-face
{
font-family: myFirstFont3;
src: url('../fonts/comic.ttf');
src: url('../user/fonts/comic.ttf');
}
.mid_text3
{
font-family:myFirstFont3;
font-size:17px;
font-weight:bold;
/*text-transform:capitalize;*/
}
@font-face
{
font-family: myFirstFont31;
src: url('../fonts/comic.ttf');
src: url('../user/fonts/comic.ttf');
}
.mid_text31
{
font-family:myFirstFont31;
font-size:13px;
font-weight:bold;
/*text-transform:capitalize;*/
}
@font-face
{
font-family: myFirstFont30;
src: url('../fonts/ufonts.com_showcard-gothic.ttf');
/*src: url('../user/ufonts.com_showcard-gothic/comic.ttf');*/
}
.mid_text30
{
font-family:myFirstFont30;
/*font-size:17px;*/
/*font-weight:bold;*/
/*text-transform:capitalize;*/
/*display:none;*/
}


.circle {
	/*width: 100px;
	height: 100px;
	padding:10px 15px;
	background: red;*/
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 100%;
	margin-top:-5px;
	box-shadow: 2px 2px 5px #888;
}
.location ul li { padding:5px 0px;}


/* CHECKOUT */ 
.checkout{
	padding:40px 0 0 0;
	}
.title{
  color: #212121;
  font-size: 24px;
  font-weight: 400;
  margin: 0;
  padding: 0 0 20px;
  position: relative;
  border-bottom:1px solid #d2d2d2;
  text-transform:uppercase;
  margin-bottom:30px;
  text-align:center;
}
.title::after {
  background-color: #222468;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  right:0;
  margin:0 auto;
  position: absolute;
  width: 200px;
}
/* CHECKOUT RIGHT */ 
.cart-summary-holder {
    border: 1px solid #dddbdb;
    padding: 25px 0 0;
    margin: 0 0 18px;
}
.cart-summary-holder h2 {
    color: #333;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    margin: 0 0 12px;
    position: relative;
	text-align:center;
}
.cart-summary-holder h2:before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    background: #e2e2e2;
    width: 140px;
    height: 1px;
    margin: 0 auto;
}
.coupon-code {
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    margin: 0 0 5px;
}
.coupon-code a {
    color: #f17023;
}
.payment-summary {
    padding: 0 18px;
    color: #333;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 3px;
}
.payment-summary.cbrownie-point {
    padding: 10px 18px 0;
    margin: 10px 0 6px 0;
	border-top:1px solid #e2e2e2;
}
input.faChkRnd, input.faChkSqr {
  visibility: hidden;
  margin-left:0 !important;
}

input.faChkRnd:checked:after, input.faChkRnd:after,
input.faChkSqr:checked:after, input.faChkSqr:after {
  visibility: visible;
  font-family: FontAwesome;
  font-size:16px;
  height: 17px; 
  width: 17px;
  position: relative;
  top: -3px;
  left: 0px;
  background-color:#FFF;
  display: inline-block;
  color: #f27022;
}

input.faChkRnd:checked:after {
  content: '\f058';
}

input.faChkRnd:after {
  content: '\f10c';
  color:#000;
}

input.faChkSqr:checked:after {
  content: '\f14a';
}

input.faChkSqr:after {
  content: '\f096';
}
.cutlery-option{
	margin-bottom:10px;
	}
.checkbox{
	margin-top:0px;
	margin-bottom:0;
	}
.checkbox input+label {
    color: #333;
    font-weight: 300;
    padding: 0 0 0 30px;
    font-size: 16px;
    line-height: 25px;
}
.payment-summary.payment-total {
    border-top: 1px solid #e2e2e2;
    background: #f8f8f8;
    color: #333;
    font-size: 18px;
    line-height: 48px;
    margin: 10px 0 0;
}
.payment-mode .btn {
    width: 100%;
    border-radius: 0;
    font-size: 17px;
    padding: 15px 12px 11px;
	background-color: #403141;
	color:#fff;
}
.payment-mode .btn:hover {
	 background: #f17023;
	}
.payment-mode .btn:after{
    content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    right: 60px;
    font-weight: 700;
}
.cart-title{
    color: #212121;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    padding: 0 0 14px;
    position: relative;
    border-bottom: 1px solid #d2d2d2;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.cart-title::after {
    background-color: #222468;
    bottom: 0;
    content: "";
    height: 3px;
    left: 0;
    position: absolute;
    width: 105px;
}
.menu-list{
	position:relative;
	width:100%;
	display:inline-block;
	}
.menu-list ul{
	padding:0;
	margin:0;
	background-color:#fff;
	}
.menu-list ul li{
	margin: 0 0 27px;
    padding: 0 0 10px;
	}
.menu-list ul li a{
	padding:0;
	background-color:#fff;
	text-align:left;
	}
.menu-list ul li a:hover{
	padding:0;
	background-color:#fff;
	}
.cart-img {
    width: 105px;
    float: left;
    border: 1px solid #eaeaea;
    padding: 2px;
    margin: 0 18px 0 0;
}
.cart-details {
    width: 430px;
    float: left;
    font-size: 14px;
    line-height: 19px;
    color: #333;
    margin: 0;
	text-align:left;
}
.cart-details p{
	font:14px;
	line-height:19px;
	color: #333;
	}
.cart-details p a{
	font:14px;
	line-height:19px;
	color: #333;
	}
.cart-details p a:hover{
	font:14px;
	line-height:19px;
	color:#f17023;
	}
.cart-details p span{
	padding-top:20px;
	font:14px;
	line-height:19px;
	color: #333;
	display:block;
	}
.cart-modify {
    float: right;
    position: relative;
    width: 165px;
    height: 76px;
}
.cart-modify .cart-price {
    font-size: 16px;
    line-height: 20px;
    color: #212121;
    text-align: right;
}
.add-remove-dish {
	overflow: hidden;
	color: #212121;
	line-height: 30px;
	margin: 0 0 10px;
	padding: 30px 0 10px;
}
.add-remove-dish ul{
	position:relative;
	display:inline-block;
	padding:0;
	margin:0;
	}
.add-remove-dish ul li{
	display: inline-block !important;
	width: 24px;
	background: transparent;
	box-shadow: none;
	color: #707070;
	padding:0;
	margin:0;
	text-align:center;
	line-height:24px;
	}
.add-remove-dish ul li .button{
	display: inline-block !important;
	width: 24px;
	background: transparent;
	box-shadow: none;
	color: #707070;
	padding:0;
	margin:0;
	height:24px;
	line-height:24px;
	border:1px solid #ccc;

	}
.add-remove-dish p{
	color:#F00;
	padding-left:30px;
	line-height:24px;
	}
.add-remove-dish p a{
	color:#F00;
	}
.sub-total {
    position: relative;
    padding: 10px 0 0;
    font-size: 16px;
    color: #707070;
    margin: 0 0 50px;
	width:100%;
	border-top:1px solid #e8e8e8;
	font-weight:600;
}
.related-work{
	position:relative;
	width:100%;
	}
.usedoffers{
	padding: 40px 0 20px 0;
	}
.usedoffers_inner{
	background-color:#e1e4e9;
	padding:15px 0 0 15px;
	}
.customNavigation{
	width:100%;
	}
.owl-buttons{
	position: absolute;
    text-align: right;
    right: 0;
    top: -40px;
	}
.owl-controls .owl-buttons div{
	text-align: right;
	}
.owl-controls .owl-buttons div.owl-prev{
	float:left;
	padding:0 8px;
	text-transform:uppercase;
	color:#f27022;
	}
.owl-controls .owl-buttons div.owl-prev:hover{
	padding:0 8px;
	text-transform:uppercase;
	color:#000;
	}
.owl-controls .owl-buttons div.owl-prev::before{
	content: "\f104";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
	padding-right:10px;
	}
.owl-controls .owl-buttons div.owl-next{
	float:left;
	padding:0 8px;
	text-transform:uppercase;
	color:#f27022;
	}
.owl-controls .owl-buttons div.owl-next:hover{
	padding:0 8px;
	text-transform:uppercase;
	color:#000;
	}
.owl-controls .owl-buttons div.owl-next::after{
	content: "\f105";
    font-family: FontAwesome;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
	padding-left:10px
	}	
	
	
.related-dish{
	width:100%;
	position:relative;
	padding-top:20px;
	}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.btn-group .btn-custom-one{
	width:100px;
	border:1px solid #e2e2e2;
	text-align:center;
	}
.btn-group .btn-custom-one input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.btn-group .btn-custom-one h3 {
    font-size: 14px;
    color: #9b9b9b;
	text-transform:uppercase;
	line-height:24px;
	height:24px;
	font-weight:700;
	margin:0;
	padding:6px 0;
}
.slot_text {
    display: inline-block;
    width: auto;
    font-size: 16px;
    font-weight: 500;
    color: #424242;
    margin: 0 0 0 15px;
}
.sel_timeslot {
	display: inline-block;
	width: auto;
}
.sel_timeslot .time_com {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin: 0 0 0 15px;
	color: #9b9b9b;
    border: solid 1px #e2e2e2;
}
.inner-slot {
	position: relative;
	z-index: 99;
}
.sel_timeslot .time_com select {
	border: 0;
	border-radius: 0 !important;
	background: none;
	font-size: 14px;
	font-weight: 100;
	color: #9b9b9b;
	-moz-appearance: none !important;
	-webkit-appearance: none !important;
	padding: 12px 30px 12px 12px;
}
.jcf-hidden {
	position: absolute !important;
	left:0 !important;
	height: 1px !important;
	width: 1px !important;
	margin: 0px !important;
	border-width: 0px !important;
	-moz-appearance: none !important;
	z-index:999;
}
.sel_timeslot .time_com .jcf-select {
	display: inline-block !important;
	vertical-align: middle !important;
	position: relative !important;
	border: none !important;
	background: #fff !important;
	margin-bottom: 0 !important;
	min-width: 10px !important;
	width: 100% !important;
	height: auto !important;
}
.sel_timeslot .time_com .jcf-select:focus {
  outline: none !important;
  border-color:none !important;
   background-image: none !important;
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.sel_timeslot .time_com .jcf-select:active {
  outline: none !important;
  border-color:none !important;
   background-image: none;
  outline: 0;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.jcf-unselectable {
	-moz-user-select: none !important;
}
.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 22px;
	padding: 6px 36px 6px 12px;
}
.sel_timeslot .time_com .jcf-select .jcf-select-opener {
	position: absolute;
	background: #fff;
	width: 20px;
	bottom: 0;
	right: 2px;
	top: 2px;
}
.sel_timeslot .time_com .jcf-select .jcf-select-opener::after {
	content: "\f107";
	font-family: FontAwesome;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1.26;
	font-size: 12px;
	color: #f17023;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 34px;
	width: 15px;
	position: absolute;
	text-align: center;
	display: block;
}
.cart-address {
	margin: 20px 0 45px;
	position: relative;
	padding: 4px 0 0;
}
.cart-address .cart-address-heading{
	position:relative;
	width:100%;
	display:inline-block;
	border-bottom:1px solid #d2d2d2;
	padding-bottom:20px;
	}
.cart-address .cart-address-heading h3 {
	font-size: 14px;
	line-height: 24px;
	color: #707070;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 -5px;
}
.cart-address .cart-address-heading h3 em {
	font-weight: 300;
	color: #333;
	right: 150px;
	top: 6px;
	position: absolute;
	font-size: 12px;
	line-height: 20px;
	text-transform: none;
}
.cart-address .cart-address-heading .cart-address-change {
	color: #f17023;
	border: 1px solid #e2e2e2;
	font-size: 11px;
	line-height: 24px;
	min-width: 140px;
	text-transform: uppercase;
	position: absolute;
	top: 3px;
	right: 0;
	text-align: center;
}
.cart-address .form-control select >  option:checked {
	width:100%;
	background:#f2f2f2 !important;
	padding:30px 0 !important;
	height:60px !important;
}
.cart-address .form-control select >  option:checked {
	width:100%;
	background:#fff !important;
	padding:30px 0 !important;
	height:50px !important;
}
#etalage {
    width: 615px !important;
    height: 465px !important;
}
/*li.etalage_thumb.thumb_1.etalage_thumb_active {
    width: 615px !important;
}*/
li.etalage_thumb {
	width: 400px !important;
	/*height: 615px !important;*/
}
.etalage_small_thumb {
    width: 60px !important;
   /* height: 66px !important;*/
}
.etalage_small_thumbs li img{
	height:68px !important;
}

@media(min-width:768px) and (max-width:991px) {
	.col-sm-2.fixed_menu_top {
  display: block;
}
.banner2
{
	display: block;
}
.features span{
	color:#333; 
	font-size:14px;
	width:20%;
	float:left;
	}	


.displaymobile{
display:none !important;

} 
.col-md-12.side_menu_top {
  display: none;
}
	
}
@media(max-width:767px){
.features span{
	color:#333; 
	font-size:14px;
	width:20%;
	float:left;
	}
	.spec-tab {margin-top:3em;}
	.show-menu {
		display:block;
	}
.fixed-nav {
  display: block;
  width: 794%;
}

.list_food_item {
  text-align: center;
  width: 7.6%;
}

.col-sm-2 {
  overflow: auto;
}

.spec-tab .nav-tabs > li {
  float: left !important;
  margin-bottom: 1px;
  text-align: center;
  width: 7.69% !important;
}

.spec-tab .nav-tabs > li {
  display:block;
}
img
{
 max-width:100%;
 height:auto;
}
.header1
{
 height:210px;
 padding:10px 0;
 width:100%;
 float:left;
}
.modal-backdrop
{
 z-index:9999;
}
.modal
{
 z-index: 9999999;
}
.logo
{
 position:inherit;
 float:none;
 width:30%;
 overflow:hidden;
 margin:0;
}
.top_nav
{
 width:100%;
 overflow:hidden;
 margin:10px 0 13px 0;
}
.navbar
{
 min-height:inherit;
}
.navbar-toggle
{
 float:none !important;
 margin:0 !important; 
}
.bappa-search
{
 margin:0 0 9px 0;
 top:0;
 position:inherit;
 padding:0 !important;
 left:0;
 width:100%;
}
.right-top
{
 float:none;
 width:100%;
 overflow:hidden;
 margin:0;
}
.searchForm
{
 margin:0;
}
.hero-search-group
{
 top:0;
}
.header1 .col-md-5, .header1 .col-md-4
{
 padding:0;
}
.right-top
{
 width:100%;
 float:left;
 margin:0;
 padding:0;
}
.showhim
{
 margin-top:0px !important;
 margin-right:0 !important;
}
.showme
{
 z-index:99999 !important;
}
.well
{
 height:100% !important;
 position:relative;
}
.mobwellheight
{
 overflow:hidden;
 height:115px !important;
}
.well .form-group
{
 /*margin-top:115px;*/
 left:0;
 top:0;
 width:100%;
 z-index:99999;
}
.cartadd_single{
    margin-top:33px!important;
}
#etalage
{
 width:100% !important;
 height:300px !important;
 overflow:hidden;
}
#etalage .etalage_thumb
{
 width:100% !important;
 height:100% !important;
 overflow:hidden;
}
#etalage .etalage_thumb img.etalage_thumb_image
{
 width:100% !important;
 height:100% !important;
}
.more700 input[type="submit"]
{
 width:80px;
 height:80px;
 padding:0;
 line-height:80px;
 border-radius:80px;
 -moz-border-radius:80px;
 -webkit-border-radius:80px;
}
.product-img .product-label
{
 left:15px;
 top:15px;
}

}

@media(min-width:360px) and (max-width:480px)
{
.showhim {
  color: #ff6600;
  cursor: pointer;
  font-size: 1.2em;
  margin-right: -7%;
  margin-top: -146px;
  position: relative;
}

.col-md-12.side_menu_top {
  margin-top: -14%;
}

#show_menu_open {
  left: 135%;
  position: absolute;
  top: 4%;
  z-index: 8000;
  background: #000;
}

.showme {
  background-color: #000;
  display: none;
  margin-right: -5%;
  min-height: 300px;
  position: absolute;
  right: 44px;
  text-align: center;
  top: 46px;
  width: 200px !important;
  z-index: 1;
}

.mid_text2 {
  font-family: myFirstFont2;
  font-size: 12px;
  line-height: 40px;
  margin-left: -98%;
  margin-top: -281px;
  width: 74%;
}

.tab-content {
  margin-top: 155px;
}
	
}

@media(min-width:515px) and (max-width:639px)
{
/* .showhim {
  color: #ff6600;
  cursor: pointer;
  font-size: 1.2em;
  margin-right: -3%;
  margin-top: -47%;
  position: relative;
} */
.col-md-12.side_menu_top {
  margin-top: -43px;
}
#show_menu_open {
  background: #000 none repeat scroll 0 0;
  left: 191%;
  position: absolute;
  top: 4%;
  z-index: 8000;
}

.showme {
  background-color: #000;
  display: none;
  margin-right: -5%;
  min-height: 300px;
  position: absolute;
  right: 44px;
  text-align: center;
  top: 46px;
  width: 200px !important;
  z-index: 1;
}

.mid_text2 {
  font-family: myFirstFont2;
  font-size: 12px;
  margin-left: -72%;
  margin-top: -224px !important;
  width: 100%;
}
	
.tab-content {
  margin-top: 131px;
}
.displaymobile {
  margin-left: 1%;
  width: 96% !important;
}
}

@media(min-width:990px) and (max-width:1920px)
{
	
.nn {
  display: block;
}


 .tab-content {

 border-radius:15px;
 padding:2%;
} 	
.showme .item-list
 {
  border-bottom: 1px solid #6e6e6e;
  padding: 10px 15px;
  position: relative;
  max-height: 400px;
  overflow: auto;
}
	
/* 	
article.discount {
  background-color: #000;
  position: fixed;
  width: 24.7% !important;
} */	
	
	.banner2
{
	display: block;
}
   .displaymobile
   {
		display:none !important;
 } 
 
 .col-sm-2.fixed_menu_top {
  display: block;
}

.col-md-12.side_menu_top {
  display: none;
}

.bappa-search {
  color: #000;
  font-family: "Abel-Regular";
  font-size: 1.3em;
  margin-bottom: 5px;
  padding: 3px 0;
  width:100%;
}
}









