/* CSS Document */

body {
	background: #03A9F4;
	margin: 0px;
	padding: 0px;
	font: 400 14px/22px 'Open Sans', sans-serif;
	color: #151413;
}
h1 {
	font: 400 45px/45px 'Slabo 27px', serif;
	display: block;
	color: #000;
	position: relative;
}
h2 {
	font: 400 35px/35px 'Slabo 27px', serif;
	display: block;
	color: #000;
	position: relative;
}
h3 {
	font: 400 20px/20px 'Slabo 27px', serif;
	display: block;
	color: #000;
}
h4 {
	font: 500 14px/20px 'Slabo 27px', serif;
	display: block;
	color: #16191a;
}
p {
	font: 400 14px/22px 'Open Sans', sans-serif;
	color: #151311f7;
}
a {
	text-decoration: none;
	color: #16191a;
}
a:hover, a:focus {
	color: #16191a;
	text-decoration: underline;
}
ul.breadcrumb a {
    color: white !important;
}
.trans_eff {
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}/*comman clasess*/
h1:before, h2:before {
	border-bottom: 1px solid #ebebeb;
	position: absolute;
	content: "";
	width: 100%;
	z-index: -1;
}
h1:before {
	top: 24px;
	left: 0
}
h2:before {
	top: 19px;
	left: 0;
}
h1 span, h2 span {
	background: #fff;
	display: inline-block;
	padding: 0 15px;
}
.comman_box {
	background: #f7eff2  url(img/arrow_bg.png) no-repeat top center;
	padding: 70px 0;
}/*comman clasess ends*//* &&&&&&&&&&&&&&&&&&&&& HOME PAGE CLASSES &&&&&&&&&&&&&&&&&&&&&&& *//*header clasess*/
header {
	background: #fff;
	width: 100%;
	padding: 5px 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.header_fixer {
	position: fixed;
	box-shadow: 0 3px 7px 2px rgba(0,0,0,0.2);
	top: 0;
	width: 100%;
	z-index: 999;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
header .fx-no{ display:none;font-size:15px; padding-left:15px; border-left:1px solid #eee; margin-top:7px;}
header .fx-no a{ font-weight:600; color:#ed1c24;}
.header_fixer .fx-no{ display:inline-block;}


.header_fixer .navbar-brand {
	max-width: 170px; margin:10px 0;
}
.header_fixer .navbar-nav {
	margin: 10px 0 0 0;
}
.header_fixer .navbar-brand img {
	width: 100%;
}
.header_spacer {
	height: 31px;
	display: none;
}
header .navbar-collapse {
	padding: 0;
}
header .navbar-brand {
	padding: 0 !important;
	max-width: 247px;
	height: auto;
	display: block;
	margin:13px 0;
}
header .navbar-default {
	background: none;
	border: 0
}
.navbar-nav {
	margin: 25px 0 0 0;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .5s;
	-ms-transition: all linear .3s;
}
header .navbar-nav>li>a {
	font: 400 16px/40px 'Slabo 27px', sans-serif;
	color: #03A9F4;
	padding: 0 21px;
	height: 40px;
	transition: all linear .2s;
	-webkit-transition: all linear .2s;
	-moz-transition: all linear .2s;
	-ms-transition: all linear .2s;
	background: none;
	text-transform: capitalize;
}
header .navbar-nav>li.active>a, header .navbar-nav>li.active>a:hover, header .navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
	color: #fff;
	background: #ed1c24;
}
header .navbar-nav>li>a:focus {
	background: #ed1c24;
	color: #fff;
}
header .navbar-nav>li:hover a {
	color: #fff;
	background: #ed1c24;
}
.active{	
	color: #fff !important;
	background: #ed1c24 !important;
}
header .navbar-nav>li .sub_con {
	display: none;
	width: 230px;
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 9999;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .5s;
	-ms-transition: all linear .3s;
}
header .navbar-nav>li .sub_con .inner_con {
	background: #fff;
	border-bottom: 4px solid #ed1c24;
	box-shadow: 0 3px 3px 2px rgba(0,0,0,0.1);
	overflow: hidden;
}
header .navbar-nav li:hover .sub_con {
	display: block;
}
.sub_con .sublink a {
	font: 400 13px/18px 'Open Sans', sans-serif;
	color: #888 !important;
	display: block;
	text-decoration: none;
	border-bottom: 1px solid #eee;
	background: #fff !important;
	padding: 10px 15px;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.sub_con .sublink a:last-child {
	border-bottom: 0;
}
.sub_con .sublink a:hover {
	color: #777 !important;
	background: #ebebeb !important;
}
a.mob_link_dd {
	display: none !important;
}
a.mob_link_dd b {
	width: 16px;
	height: 16px;
	float: right;
	display: block;
	background-image: url(img/fq-r.png);
	background-repeat: no-repeat;
	margin: 14px -5px 0 0
}
a.mob_link_dd_act b {
	width: 16px;
	height: 16px;
	float: right;
	display: block;
	background-image: url(img/fq-b.png);
	background-repeat: no-repeat;
	margin: 14px -5px 0 0
}
a.mob_link_dd_act {
	border-bottom: 0 !important;
}/*header clasess ends*//*top txt clasess*/
.top_text_con1 {
	background: #eee;
	padding: 7px 0;
}
.top_text {
	font-size: 15px;
	line-height: 22px;
	color: #777;
	font-weight: 400;
	text-align: center;
}/*top txt clasess ends*//*slider clasess*/
.slider_con {
	overflow: hidden;
}
.slider_con .carousel-indicators {
	left: inherit;
	bottom: inherit;
	right: 15px;
	top: 46%;
	width: inherit;
	margin-left: 0;
	z-index: 1;
}
.slider_con .carousel-indicators li {
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 0;
	border: 0;
	border-radius: 10px;
	background: rgba(255,255,255,0.5);
}
.slider_con .carousel-indicators li.active {
	background: #000;
}
.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slider_con .carousel-caption {
	text-align: left;
	left: 15%;
	top: 25%;
}
.slider_con .carousel-caption .item_box {
	background: rgba(0,0,0,0.43);
	padding: 35px;
	width: 415px;
}
.slider_con .carousel-caption .item_box h3 {
	color: #fff;
	text-shadow: none;
	font-weight: 400;
	font-size: 45px;
	line-height: 45px;
}
.slider_con .carousel-caption .item_box p {
	color: #fff;
	text-shadow: none;
	font-size: 15px;
	font-weight: 300;
	line-height: 24px;
	margin: 5px 0 0 0;
}
.animated {
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@keyframes fadeInDown {
0% {
opacity: 0;
-webkit-transform: translateY(-20px);
-ms-transform: translateY(-20px);
transform: translateY(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
}
@keyframes fadeInLeft {
0% {
opacity: 0;
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
transform: translateX(-20px);
}
100% {
opacity: 1;
-webkit-transform: translateX(0);
-ms-transform: translateX(0);
transform: translateX(0);
}
}
.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
}/*slider clasess ends*//*welcome clasess*/
.welcome_con h1 {
	margin: 50px 0;
}
.welcome_con .inner {
	padding: 0 6%;
}
.welcome_con .inner p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	color: #777;
}/*welcome clasess ends*//*products clasess*/
.product_con h2 {
	margin: 50px 0;
}
.product_con .inner {
	margin: 15px 0 !important;
	width: 100%;
	margin: auto;
}
.product_con2 .inner {
	margin: 0 0 !important;
	width: 100%;
	margin: auto;
	border: 1px solid #FF9800;
	border-radius: 3px;
	padding: 25px;
}
.product_con .inner figure {
	width: 180px;
	height: 180px;
	border-radius: 100%;
	border: 4px solid #f30a0a;
	margin: 0 auto 35px auto;
	overflow: hidden;
}
.product_con .inner figure img {
	display: inline-block;
}
.product_con .inner figcaption {
	padding: 35px 20px 30px 20px;
	background: #03A9F4;
	position: relative;
}
.product_con .inner figcaption:before {
	background: url(img/arrow2.png) no-repeat center top;
	position: absolute;
	content: "";
	width: 100%;
	height: 11px;
	top: -11px;
	left: 0;
}
.product_con .inner figcaption h3 {
	font: 400 20px/22px 'Slabo 27px', sans-serif;
	color:#f7eff2;
	text-transform: capitalize;
}
.product_con .inner figcaption p {
	font-weight: 400;
	margin: 5px 0 0 0;
}
.product_con .inner .btn-info {
	font: 400 16px/40px 'Slabo 27px', sans-serif;
	text-align: center;
	padding: 0 22px;
	height: 40px;
	display: inline-block;
	color: #03A9F4;
	border-radius: 0;
	text-shadow: none;
	background: none;
	text-decoration: none !important;
	outline: none;
	border: 1px solid #00afef;
}
.product_con .inner:hover .btn-info {
	background: #00afef;
	color: #fff;
}/*products clasess ends*//*form and contact info clasess*/
.fc_con {
	background: url(img/fc_bg.jpg) center center;
	padding: 35px 0 75px 0;
	background-attachment: fixed;
	position: relative;
}
.fc_con:after {
	background: url(img/arrow_bg.png) no-repeat center top;
	width: 100%;
	height: 17px;
	content: "";
	position: absolute;
	top: 0;
}
.fc_con .contact_info {
	border: 2px solid #656565;
	background: rgba(255,255,255,.13);
	padding: 12% 35px;
}
.fc_con .contact_info hr {
	margin-top: 26px;
	margin-bottom: 26px;
	border: 0;
	border-top: 1px dashed #6e6e6e;
}
.form_con {
	background: #00afef;
	padding: 30px 40px;
}
.form_con .col-sm-6, .form_con .col-sm-12 {
	padding-left: 5px;
	padding-right: 5px;
}
.form_con .form-control {
	box-shadow: none;
	height: 40px;
	font: 500 16px/18px 'Slabo 27px', sans-serif;
	color: #888;
	padding: 10px 15px;
	border-radius: 0;
	border: 0;
	background: #fff;
}
.form_con .btn-info {
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	border: 1px solid #fff;
	padding: 0 50px !important;
}
.form_con .btn-info:hover {
	background: #fff !important;
	color: #00a8e6 !important;
}/*form clasess ends*//*photo gallery clasess*/
ul.photo_gallery_con {
	margin: 0 -14px;
}
ul.photo_gallery_con li {
	width: 25%;
	float: left;
	list-style: none;
	margin: 14px 0;
}
ul.photo_gallery_con li p {
	text-align: center;
	font-weight: 400;
	padding: 5px 10px;
}
ul.photo_gallery_con li .inner_con {
	width: 90%;
	margin: auto;
	height: auto;
	overflow: hidden;
	background: #fff;
	border: 1px solid #eee;
}/*photo gallery clasess ends*//*clientel clasess*/
.tickercontainer {
	width: 100%;
	height: 132px;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
.tickercontainer .mask {
	position: relative;
	width: 100%;
	overflow: hidden;
}
ul.newsticker {
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.newsticker li {
	float: left;
	margin: 13px;
	padding: 0;
}
ul.newsticker li figure {
	padding: 0 10px;
	border-radius: 3px;
	overflow: hidden;
	background: #fff;
}
ul.newsticker li figure img {
	width: 100%;
	height: auto;
	display: block;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-webkit-filter: grayscale(0); /* Chrome, Safari, Opera */
	-moz-filter: grayscale(0); /* Firefox */
	-ms-filter: grayscale(0); /* Internet Explorer*/
	filter: grayscale(0);
}
ul.newsticker li figure img:hover {
	-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
	-moz-filter: grayscale(100%); /* Firefox */
	-ms-filter: grayscale(100%); /* Internet Explorer*/
	filter: grayscale(100%);
}/*clientel clasess ends*//*footer classes*/
footer {
	background: #000;
}
footer .col-1 {
	width: 23%;
	float: left;
	background: #0a0a0a;
	padding: 60px 45px;
	min-height: 400px;
}
footer .col-2 {
	width: 43%;
	float: left;
	background: :#888;
	padding: 60px 45px;
	min-height: 400px;
}
footer .col-3 {
	width: 34%;
	float: left;
	background: #0a0a0a; 
	padding: 60px 45px;
	min-height: 400px;
}
footer .col-2 {
	padding-left: 5%;
}
footer h3 {
	font: 400 25px 'Slabo 27px', sans-serif;
	color: #fff;
	margin: 0 0 20px 0;
}
.f_link {
	margin: 0 0 0 5px;
}
.f_link a {
	font: 400 15px/18px 'Slabo 27px', sans-serif;
	color: #888;
	padding: 5px 0;
	display: block;
	text-decoration: none;
}
.f_link a:hover {
	color: #999;
	text-decoration: underline;
}
.social_midea_con .icon_con {
	width: 60px;
	padding: 5px 0;
	height: 30px;
	margin: 10px 5px 0 0;
	background: #f00;
	font-size: 20px;
	display: inline-block;
	color: #fff;
	text-align: center;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	text-align: center;
}
.copyright, .copyright a {
	font-size: 13px;
	font-family: 'Slabo 27px', sans-serif;
	color: #666;
	font-weight: 400;
}/*footer classes ends*//*===========================inside pages clasess=============================*//*title clasess*/
.comman_title {
	padding: 45px 0 20px;
}
.comman_title h1 {
	text-align: center;
	font-size: 35px;
	line-height: 45px;
}/*title clasess ends*//*breadcrumb clasess*/
.breadcrumb {
	background: none;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 0;
	padding: 0 0 0 15px;
	color: #fff;
	font-family: 'Slabo 27px', sans-serif;
}
.breadcrumb li a {
	font-weight: 400;
	text-decoration: underline;
	color: #00afef;
}
.breadcrumb li a:hover {
	text-decoration: none;
}
.breadcrumb>li+li:before {
	color: #888;
}/*breadcrumb clasess ends*//*cms area*/
.cms_area hr {
	margin: 23px 0;
}
.cms_area h3 {
	font: 400 24px/28px 'Slabo 27px', sans-serif;
	margin: 30px 0 15px 0;
}
.cms_area h4 {
	font: 500 18px/20px 'Slabo 27px', sans-serif;
	margin: 20px 0 5px 0;
}
.cms_area .no_mt {
	margin-top: 0;
}
.cms_area ul li {
	font: 600 13px/24px 'Open Sans', sans-serif;
	color: #777;
	margin: 6px 0;
	background: url(img/right_icon.png) no-repeat left 3px;
	padding: 0 0 0 25px;
	list-style: none;
	text-transform: capitalize;
}
.cms_area ul {
	margin: 20px 0 0 25px;
}
.cms_area ol {
	font: 600 13px/24px 'Open Sans', sans-serif;
	color: #888;
	margin: 20px 0 0 25px;
	list-style: square
}/*cms area ends*//*right panel clasess*/
.right_cat_con h3 {
	font-size: 24px;
	font-weight: 400;
	color: #fff;
	background: #ed1c24;
	padding: 12px 20px;
	text-transform: uppercase;
}
.cat_list_con {
	background: #fff;
	padding: 15px 20px 20px;
}
.cat_list_con a {
	font: 400 15px/22px 'Slabo 27px', sans-serif;
	color: #000;
	display: block;
	padding: 7px 15px 5px 10px;
	margin: 3px 0;
	background: #efefef;
	text-decoration: none;
	border-left: 3px solid #ddd;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.cat_list_con a .fa {
	color: #555;
}
.cat_list_con a:hover .fa {
	color: #fff;
}
.cat_list_con a:hover {
	background: #29abe2;
	color: #fff;
}
.cat_list_con2 {
	background: #fff;
	border: 1px solid #eee;
	padding: 15px 20px 20px;
}
.cat_list_con2 a {
	font: 500 13px/22px 'Raleway', sans-serif;
	color: #888a8c;
	display: block;
	background: #efefef;
	padding: 7px 20px 5px;
	margin: 1px 0;
	text-decoration: none;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.cat_list_con2 a:hover {
	background: #e22929;
	color: #fff;
}/*right panel clasess ends*//*contact us clasess*/
.map_con {
	height: 420px;
	border-top: 5px solid #fff;
}
.scrolloff {
	pointer-events: none;
}/*contact us clasess ends*//*products detail clasess*/
ul.prd_con {
	text-align: center !important;
}
ul.prd_con li {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.prd_con2 li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 50%;
}
ul.prd_con li figure {
	display: inline-block;
	border: 1px solid #eee;
	padding: 10px;
	overflow: hidden;
}
ul.prd_con .vlightbox2 .fa, ul.prd_con .enquiry .fa {
	padding: 13px;
}
ul.prd_con .vlightbox2, ul.prd_con .enquiry {
	display: inline-block !important;
	color: #fff;
	background: #29abe2;
	color: #fff;
	line-height: 50px;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	text-align: center;
	font-size: 18px;
	margin: 5px 3px;
	outline: none;
}
ul.prd_con .vlightbox2:hover, ul.prd_con .enquiry:hover {
	background: #ed1c24;
}/*products detail clasess ends*/



/*category clasess*/
.categories_con {
	background: #fff;
	margin: 35px 0 15px 0;
	padding: 15px;
}
.categories_con a {
	font: 400 16px/18px 'Slabo 27px', sans-serif;
	color: #fff;
	width: 32.3%;
	display: block;
	padding: 10px 0 10px 13px;
	text-decoration: none;
	background: #ed1c24;
	text-transform: capitalize;
	margin: 3px .5%;
	float: left;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.categories_con a:hover {
	color: #fff;
	background: #00afef;
}/*category clasess ends*/


/*market area clasess*/
.market_area_list_con {
	background: #fff;
	margin: 35px 0 15px 0;
 }

.market_area_list_con  h3{ background:#f1f1f1; border-top:2px solid #ddd; padding:10px 20px; font-weight:400; font-size:22px}



.market_area_list_con .inner{ padding:15px;}
.market_area_list_con .inner .list{ border:1px solid #eee; background:#f1f1f1; padding:15px 15px;}

.market_area_list_con .inner .list a {
	font: 400 16px/18px 'Slabo 27px', sans-serif;
	color: #00afef;
	width: 23.9%;
	display: block; border:1px solid #00afef;
	padding: 8px 0 8px 13px;
	text-decoration: none;
	background: #fff;
	text-transform: capitalize;
	margin: 3px .5%;
	float: left;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}


.market_area_list_con .inner .list a:hover {
	color: #fff;
	background: #00afef; border:1px solid #00afef;
}




/*market area clasess ends*/
















/*sitemap clasess*/
.stmp {
	background: #fff;
	margin: 20px 0 15px 0;
	padding: 15px;
}
.stmp a {
	font: 400 16px/18px 'Slabo 27px', sans-serif;
	color: #fff;
	width: 32.3%;
	display: block;
	padding: 8px 10px 8px 15px;
	text-decoration: none;
	background: #00afef;
	text-transform: capitalize;
	margin: 3px .5%;
	float: left;
	transition: all linear .3s;
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
}
.stmp a:hover {
	color: #fff;
	background: #ed1c24;
}/*sitemap clasess ends*//*top txt clasess*/
.top_text_con {
	background: #fff;
	padding: 5px 0;
	text-align: center;
	border-top: 1px solid #eee;
}
.top_text_con p {
	color: #888;
	line-height: 20px;
}
.top_text_con .d_logo {
	margin: -11px -6px 0 0;
	vertical-align: top;
}/*top txt clasess ends*//* ================= Media Query ================= */
@media only screen and (max-width:1279px) {
.container {
	width: 100%;
}/*photo gallery clasess*/
ul.photo_gallery_con {
	margin: 0 0;
}/*photo gallery clasess ends*/
}
@media only screen and (max-width:1151px) {/*slider clasess*/
.slider_con .carousel-caption {
	left: 10%;
	top: 18%;
}/*slider clasess ends*//*contact us clasess*/
.contact_con {
	width: 90%;
}/*contact us clasess ends*/
}
@media only screen and (max-width:991px) {/*header clasess*/
header .navbar-nav>li>a {
	padding: 0 8px;
}/*header clasess ends*//*slider clasess*/
.slider_con .carousel-indicators {
	top: 41%;
}
.slider_con .carousel-caption {
	left: 5%;
	top: 15%;
}
.slider_con .carousel-caption .item_box {
	padding: 25px;
	width: 60%;
}
.slider_con .carousel-caption .item_box h3 {
	font-size: 30px;
	line-height: 30px;
}/*slider clasess ends*//*photo gallery clasess*/
ul.photo_gallery_con {
	width: 100%;
}
ul.photo_gallery_con li {
	width: 33.3333333%;
}/*photo gallery clasess ends*//*footer classes*/
footer .col-1 {
	width: 25%;
	padding: 60px 25px;
	min-height: 425px;
}
footer .col-2 {
	width: 29%;
	padding: 60px 25px;
	min-height: 425px;
}
footer .col-3 {
	width: 46%;
	padding: 60px 25px;
	min-height: 425px;
}/*footer classes ends*//*cms area*/
.cms_area p {
	text-align: left !important;
}/*cms area ends*//*right category clasess*/
.category_con {
	margin: 35px 0 0 0;
}/*right category clasess ends*//*category clasess*/
.categories_con a {
	width: 48.5%;
}/*category clasess ends*/




/*market area clasess*/
 

.market_area_list_con .inner .list a {
	 
	width: 32.3%;
	 
}




/*market area clasess ends*/





/*sitemap clasess*/
.stmp a {
	width: 48.5%;
}/*sitemap clasess ends*/
}
@media only screen and (max-width:767px) {/*header clasess*/
header {
	position: static !important;
	height: auto;
	padding: 0;
}
.header_fixer {
	box-shadow: none;
}
.header_fixer .fx-no{ display:none;}

.navbar {
	border-bottom: 0;
	margin: 5px 0 0 0;
	padding: 0;
}
.navbar-nav {
	float: none;
	width: 100%;
}
header .navbar-header {
	margin: 0;
}
.navbar-nav>li {
	display: block;
	float: none;
	padding-bottom: 0 !important;
}
header .navbar-nav>li {
	position: relative !important;
}
header .navbar-nav>li>a {
	padding: 0 10px;
	color: #fff !important;
	display: block;
	background: #ed1c24;
	line-height: 45px;
	border: 0;
	height: auto;
	border-bottom: 1px solid #ff474e;
	border-radius: 0;
	text-align: center;
	margin: 0 0 0 0;
}
.navbar-toggle {
	background: #fff;
	border: 0 !important;
	border-radius: 0px;
	float: right;
	padding: 5;
	margin-bottom: 0;
	margin-right: 10px;
	margin-top:22px;
	position: relative;
	display: block;
	color: #fff !important;
}
.navbar-toggle .icon-bar {
	background-color: #000 !important;
	height: 2px;
	width: 30px;
}
.navbar-header {
	float: none;
}
.navbar-collapse {
	background: #fff;
	margin: 0 !important;
	position: static;
	padding: 0
}
.navbar-collapse.collapse {
	display: none !important;
}
.navbar-collapse.collapse.in {
	display: block !important;
}
.navbar-nav.navbar-right:last-child {
	margin: 0;
}
.header_spacer {
	display: none !important;
}
.header_fixer .navbar-nav>li>a {
	line-height: 45px;
	height: auto;
}
header .navbar-nav>li:last-child>a {
	border-bottom: 0 !important;
}
header .navbar-brand, .header_fixer .navbar-brand {
	max-width: 200px !important;
	padding: 0;
	margin: 10px 0 10px 10px;
}
header .navbar-brand img {
	width: 100%;
}
header .navbar-nav>li .sub_con, header .navbar-nav>li:hover .sub_con {
	display: none;
	width: 100%;
	position: static;
	left: 0;
	top: px;
	z-index: 9999;
}
header .navbar-nav>li .sub_con .inner_con {
	border: 0;
	box-shadow: none;
	border-radius: 0;
}
.sub_con .sublink a {
	border-bottom: 1px solid #eee;
	padding: 8px 10px;
	text-align: center;
	background: #fff !important;
	color: #888 !important;
}
a.mob_link_ddx {
	display: none !important;
}
a.mob_link_dd {
	display: block !important;
}/*header clasess ends*//*slider clasess*/
.slider_con {
	overflow: hidden;
}
.slider_con .carousel-indicators {
	left: inherit;
	right: inherit;
	bottom: 0;
	width: 100%;
	margin-left: 0;
	top: auto;
	z-index: 1;
	text-align: center;
}
.slider_con .carousel-indicators li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 5px 0;
	border: 0;
	border-radius: 10px;
	background: rgba(255,255,255,0.5);
}
.slider_con .carousel-caption {
	display: none !important;
}/*slider clasess ends*//*welcome clasess*/
.welcome_con h1 {
	font-size: 22px;
	line-height: 30px;
}
.welcome_con h1 b {
	display: block;
	font-size: 35px;
}/*welcome clasess ends*//*photo gallery clasess*/
ul.photo_gallery_con li {
	width: 50%;
}/*photo gallery clasess ends*//*footer classes*/
footer {
	background: #000;
	margin: 0 0 0 0;
	padding: 15px 0;
	text-align: center;
}
footer .col-1 {
	width: 100%;
	padding: 50px 25px;
	min-height: auto;
}
footer .col-2 {
	width: 100%;
	padding: 50px 25px;
	min-height: auto;
}
footer .col-3 {
	width: 100%;
	padding: 50px 25px;
	min-height: auto;
}
footer .col-2 .col-md-6 {
	display: inline;
	padding: 0;
}
.f_link {
	margin: 0 0 0 0;
	display: inline;
}
.f_link a {
	font: 400 15px/32px 'Slabo 27px', sans-serif;
	color: #888;
	padding: 0 25px;
	border: 1px solid #222;
	display: inline-block;
	text-decoration: none;
	margin: 3px;
}
.f_link a:hover {
	color: #999;
	text-decoration: none;
}/*footer classes ends*//*breadcrumb clasess*/
.breadcrumb {
	text-align: center;
	padding: 5px 0 0 0;
}/*breadcrumb clasess ends*//*cms area*/
.right {
	padding-left: 15px;
}/*cms area ends*//*category clasess*/
.categories_con a {
	width: 100%;
	margin: 3px 0;
}/*category clasess ends*/
/*sitemap clasess*/
.stmp a {
	margin: 3px 0;
	width: 100%;
}/*sitemap clasess ends*/

/*market area clasess*/
 

.market_area_list_con .inner .list a {
	 
	width: 48.9%;
	 
}




/*market area clasess ends*/



/*enquiry clasess*/
.enquiry_form_con {
	padding: 20px;
	width: 100%;
}/*enquiry clasess ends*/
}
@media only screen and (max-width:479px) {
h1 {
	font-size: 35px;
	line-height: 37px
}/*photo gallery clasess*/
ul.photo_gallery_con li {
	width: 100%;
}/*photo gallery clasess ends*/


/*market area clasess*/
 

.market_area_list_con .inner .list a {
	 
	width:100%; margin:3px 0; 
	 
}




/*market area clasess ends*/


}
