@charset "utf-8";

/*
 * Copyright (c) 2018 ITAcumens
 */

@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,900');
@import url(bootstrap.css);
@import url(bs-slider.css);
@import url(animate.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(ekko-lightbox.css);
@import url(font-awesome.css);


body{
	overflow-x: hidden;
	background: #fff;
	font-size: 15px;
	font-family: 'Lato', sans-serif !important;
	color: #000;
	font-weight: normal;
}
.img-btm{
	margin-bottom: 20px;
}
.con-phn a{
	text-decoration: none;
	color: #000;
}
.for_fin{
	padding-left: 70px;
}
#top-section{ 
	background: #F2F2F2;
	padding: 13px 0px;		
}
#top-section p{
	margin: 0px;
    color: #000;
    font-size: 15px;
    font-weight: 600;
    padding-left: 30px;
}
#top-section p a{
	color: #000;
	text-decoration: none;
}
.phn:before{
	position: relative;
    content: '\f095';
    text-align: center;
    color: #000;
    display: inline-block;
    font-size: 16px;
    font-family: fontAwesome;
    left: -8px;
    top: 1px;
    line-height: 28px;
    width: 27px;
    height: 27px;
    background: #fea660;
    border-radius: 50%;
	
}

.email:before{
	position: relative;
    content: '\f0e0';
    text-align: center;
    color: #000;
    display: inline-block;
    font-size: 14px;
    font-family: fontAwesome;
    left: -8px;
    top: 1px;
    line-height: 28px;
    width: 26px;
    height: 26px;
    background: #fea660;
    border-radius: 50%;
	
}
/*top secton end*/



#header{
	padding: 10px 0px 10px;
    background: #fff;
	position: relative;
	z-index: 10;
}

.logo_1{
	
    z-index: 10;
}
.menu{
	margin-top: 45px;
}
.menu .navbar{
	margin: 0px;
}
.menu .navbar-nav li{
	padding: 0px 6px;
}

.menu .navbar-nav > li > a{
	color: #000;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    padding: 8px 15px;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
}

.menu .nav > li > a:hover, .menu .nav > li > a:focus, .menu .nav > li.active a{
    text-decoration: none;
    background: transparent;
    color: #fea660;
    border-bottom: 3px solid #fea660;
}
.dropw-menu{
	background: #fff;
    color: #fff;
    left: 0px !important;
    width: 300px;
    margin-left: 10px;
    padding: 0px 0px 10px;
}
.dropw-menu > li > a:hover, .dropw-menu > li > a:focus {
    color: #000;
    text-decoration: none;
    background-color: #fea65f;
}

.dropw-menu li{
	padding: 0px !important;
}
.dropw-menu li a{
	display: block;
    padding: 8px 15px !important;
    clear: both;
    line-height: 20px;
    color: #333;
    white-space: nowrap;
    margin: 0px;
	font-size: 15px;
	font-weight: 700;
}




.gallery p {
	margin-top: 10px;
	font-size: 18px;
	color: #000 !important;
}
.quick-inquiry {
	background: url(../images/bg.png) no-repeat;
	position: relative;
	background-size: cover;
	background-position: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.quick-inquiry:before {
	position: absolute;
	content: "";
	background: rgba(173, 173, 173, 0.92);
	top: 0px;
	right: 0px;
	left: 0px;
	bottom: 0px;
}
.quick-inquiry input {
	height: 40px;
	border-radius: 0px;
	font-size: 16px;
}
.padd-top {
	padding-top: 85px !important;
}
.btn1 {
	background: #FFA763;
	font-weight: 700;
	border-radius: 0px;
	color: #000;
	font-size: 15px;
	border: 0px;
	padding: 8px 35px 8px 35px;
	text-decoration: none;
}
.btn1:hover {
	background: #ff9849;
	color: #FFF;
	text-decoration: none;
}
.fa-play {
	border: solid #666 1px;
	padding: 4px;
}
 
ul.ft-list {
	margin-top: 20px;
}
.ft-list li {
	padding-bottom: 20px;
	color: #D6D6D6;
	clear: both;
}
.ft-list li img {
	vertical-align: central;
	float: left;
	display: block;
	padding-right: 20px;
}
.ft-list li p {
	float: left;
}
.ft-list li a {
	text-decoration: none;
	color: #D6D6D6;
}
.ft-info li {
	margin-top: 15px;
	margin-bottom: 10px;
	clear: both;
	font-size: 17px;
}
.ft-info p {
	margin-left: 5px;
	float: left !important;
    font-size: 14px;
	line-height: 28px;
}
.ft-info li a {
	text-decoration: none;
	color: #000;
}
.ft-info li img {
	width: 20px;
	height: 20px;
	display: block;
	margin-top: 4px;
    margin-right: 6px;
	position: relative;
}
footer {
	padding: 15px 0px 15px 0px;
	border-top:#F90 solid 4px;
}
footer h3 {
	position: relative;
	margin-bottom: 30px;
}
footer h3:after {
	content: "";
	position: absolute;
	padding-top: 40px;
	width: 37%;
	left: 0px;
	border-bottom-style: double !important;
	border-bottom: #000;
	border-width: 3px;
	display: inline-block;
}
.qui{
	position: relative;
}
.qui:after{
	width: 75% !important;
}
.img-bdr-1{
	margin-bottom: 20px !important;
}

.pro-ul li{
	padding-bottom: 5px;
}
.pro-ul li a{
	padding-bottom: 15px;
    text-align: justify;
    padding-left: 20px;
    color: #000;
    text-decoration: none;
    position: relative;
}

.pro-ul li a:before {
    content: '\f101';
    position: absolute;
    display: block;
    left: 0px;
    color: #000;
    font-size: 15px;
    width: 100%;
    font-family: fontAwesome;
	top:0;
	line-height: 17px;
}
.pro-ul li a:hover,
.pro-ul li a:focus{
	color: #FFA763;
}
.sai_min h3{
	position: relative;
}
.sai_min h3:after{
	width: 36%;
}
.txt-con{
	margin: 0px;
	padding-bottom: 20px;
}

.services {
	font-size: 18.03pt;
}
.services ul {
	padding-top: 40px;
}
.services ul li {
	width: 30%;
}
.welcome-sec {
	padding-top: 80px;
	padding-bottom: 30px;
	position: relative;
}
.services {
	position: relative;
	background: #FFA763;
	height: 120px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: -150px;
}
.sample-ul{
	margin: 0px;
}
.sample-kit h3{
	
}
.welcome-sec p {
    padding-top: 6px;
    line-height: 30px;
}
.alert { font-size:18px;}
ul.ft-menu {
	margin-top: 5px;
}
.ft-menu li a {
	color: #000;
	text-decoration: none;
}
.ft-menu li {
	padding-top: 10px;
}
.copyright {
	background: #ffa762;
    height: 40px;
    margin-top: 10px;
}
.copyright p {
	padding-top: 10px;
}
.copyright p a {
	color: #000;
	text-decoration: none;
}
#first-slider .main-container {
	padding: 0;
}
#first-slider .slide1 h3, #first-slider .slide2 h3, #first-slider .slide3 h3, #first-slider .slide4 h3 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
#first-slider .slide1 h4, #first-slider .slide2 h4, #first-slider .slide3 h4, #first-slider .slide4 h4 {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
#first-slider .slide1 .text-left, #first-slider .slide3 .text-left {
	margin-top: 115px;
	padding-left: 40px;
	color: #333;
}
.slide1 h3 {
	width: 38%;
	background: #FFF;
	margin-left: -15px;
	padding-left: 0px;
	padding: 6px;
	font-size: 20px !important;
}
.mrg-top {
	margin-top: 30px;
}
#first-slider .carousel-indicators {
	bottom: 0;
}
#first-slider .carousel-control.right, #first-slider .carousel-control.left {
	background-image: none;
}
#first-slider .carousel .item {
	min-height: 450px;
	height: 100%;
	width: 100%;
}
.carousel-inner .item .container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
}
#first-slider h3 {
	animation-delay: 1s;
}
#first-slider h4 {
	animation-delay: 2s;
}
#first-slider h2 {
	animation-delay: 3s;
}
#first-slider .carousel-control {
	width: 6%;
	text-shadow: none;
}
#first-slider h1 {
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
}
#first-slider .p {
	padding-top: 125px;
	text-align: center;
}
#first-slider .p a {
	text-decoration: underline;
}
#first-slider .carousel-indicators li {
	width: 14px;
	height: 14px;
	background-color: rgba(255,255,255,.4);
	border: none;
}
#first-slider .carousel-indicators .active {
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: none;
}
.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);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/*.carousel-control {
	background: transparent;
	color: #fff;
	padding: 4px 0;
	width: 26px;
	top: auto;
	left: auto;
	bottom: 12px;
	opacity: 0.85;
}
.carousel-control :hover {
	padding: 4px;
	background: rgba(0,0,0,0.35);
}
.carousel-control.right {
	right: 10px;
}
.carousel-control.left {
	right: 46px;
}
.carousel-caption {
	top: auto;
	width: auto;
	right: auto;
	bottom: 60px;
	left: 10px;
	padding: 20px;
	background: rgba(0,0,0,0.70);
	text-align: left;
	height: auto;
	max-width: 50%;
}
.carousel-control {
	opacity: 1;
	filter: alpha(opacity=100);
}*/
 
#first-slider .slide1 {
	background-image: url(../images/slider1.png);
	background-size: cover;
	background-repeat: no-repeat;
}
#first-slider .slide2 {
	background-image: url(../images/slider1.png);
	background-size: cover;
	background-repeat: no-repeat;
}
#first-slider .slide3 {
	background-image: url(../images/slider1.png);
	background-size: cover;
	background-repeat: no-repeat;
}
#first-slider .slide4 {
	background-image: url(../images/slider1.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.sub-banner {
    position: relative;
}

.banner-txt {
    position: absolute;
    left: 50%;
    top: 33%;
    transform: translateX(-50%);
	
}

.sub-banner img{
	width: 100%;
}
.banner-txt h1 { color:#FFF;}

.sub-banner:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(3,78,124,0.4);
}


.contact-info { padding-top:20px; padding-bottom:20px;}

.orange-color{ color:#fb7f1b;}

.add{background: #333; padding: 10%; height: 300px;}

.nav-sidebar { 
    width: 100%;
    padding: 30px 0; 
    border-right: 1px solid #ddd;
}
.nav-sidebar a {
    color: #333;
    -webkit-transition: all 0.08s linear;
    -moz-transition: all 0.08s linear;
    -o-transition: all 0.08s linear;
    transition: all 0.08s linear;
}
.nav-sidebar .active a { 
    cursor: default;
    background-color: #0b56a8; 
    color: #fff; 
}
.nav-sidebar .active a:hover {
    background-color: #E50000;   
}
.nav-sidebar .text-overflow a,
.nav-sidebar .text-overflow .media-body {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; 
}

.btn-blog {
    color: #ffffff;
    background-color: #E50000;
    border-color: #E50000;
    border-radius:0;
    margin-bottom:10px
}
.btn-blog:hover,
.btn-blog:focus,
.btn-blog:active,
.btn-blog.active,
.open .dropdown-toggle.btn-blog {
    color: white;
    background-color:#0b56a8;
    border-color: #0b56a8;
}
article h2{color:#333333;}
 
 .margin10{margin-bottom:10px; margin-right:10px;}
 
 .container .text-style
{
  text-align: justify;
  line-height: 23px;
  margin: 0 13px 0 0;
  font-size: 19px;
}

#copyright{
	padding: 12px 0px;
	background: #231F20;
	color: #fff !important;
}
#copyright a{
	text-decoration: none;
	color: #fff !important;
}
.our-vis{
	border: 1px solid #000;
    background: #eee;
    margin-bottom: 21px;
    padding-bottom: 20px;
    padding: 20px;
}



    .brand-pills > li > a {
        border-top-right-radius: 0px;
    	border-bottom-right-radius: 0px;
    }
    
    li.brand-nav.active a:after{
     content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 9px solid #ffb67a;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 99.8%;
    z-index: 2;
 
    }

 .side_tab .nav-pills > li a{ border-bottom:#ddd solid 1px;}
 .side_tab .nav-pills > li.active > a, .side_tab .nav-pills > li.active > a:hover, .side_tab .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: transparent!important;
}
 .box1{     
    box-shadow: 2px 2px 2px #888888;
 
	border: #ffaf6e solid 4px;
 
 }
 .product-list li {
	 border-bottom:#CCC solid 1px;
	 padding:5px;
	 font-size:14px;
}
 .sec-padd1{ 
	 padding:30px;
}
  .address-map{ 
	  position:relative; 
	  padding: 0px 0px 10px 0px;
}
 .address { border:#FFF solid 5px;
	 position:absolute; right:40px;
	 width:300px; top:20px !important;
	 height:200px;     
	 background: #ffaf6e; 
	 padding-left:20px;
}
 
#accordion .panel{
    border: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading{
    padding: 0;
    border-radius: 30px;
}
#accordion .panel-title a{
    display: block;
    padding: 12px 20px 12px 50px;
    background: #ebb710;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 30px;
    position: relative;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed{
    background: #fff;
    color: #0d345d;
    border: 1px solid #ddd;
}
#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after{
    content: "\f107";
    font-family: fontawesome;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    background: #ebb710;
    font-size: 25px;
    color: #fff;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    position: absolute;
    top: -5px;
    left: -20px;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:after{
    content: "\f105";
    background: #fff;
    color: #0d345d;
    border: 1px solid #ddd;
    box-shadow: none;
}
#accordion .panel-body{
    padding: 20px 25px 10px 9px;
    background: transparent;
    font-size: 14px;
    color: #8c8c8c;
    line-height: 25px;
    border-top: none;
    position: relative;
}
#accordion .panel-body p{
    padding-left: 25px;
    border-left: 1px dashed #8c8c8c;
}
 
 .enquiry label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 500;
	color: #000;
}
.enquiry .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff; 
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 0px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.mrg-12 { margin:12px;}
ul.list-1 { margin-left:2%;}
 .list-1  li { padding:2px;}
 .color-blue{     color: #0344a4;}
 
/*new style*/


/*sub banner */

#inner_banner {
    width: 100%;
    position: relative;
    margin:0px 0px;
}
.serv_banner:before {
   /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#db892b+0,bf932b+100 */
background: rgb(219,137,43); /* Old browsers */
background: -moz-linear-gradient(left, rgba(219,137,43,1) 0%, rgba(191,147,43,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(219,137,43,1) 0%,rgba(191,147,43,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(219,137,43,1) 0%,rgba(191,147,43,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#db892b', endColorstr='#bf932b',GradientType=1 ); /* IE6-9 */
    opacity: .7;
}

.abt_banner:before, .serv_banner:before, .con_banner:before, .gly_banner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.abt-img {
    width: 100%;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    font-size: 30px;
    transform: translate(-50%, -50%);
}
#inner_banner ul {
    position: absolute;
    top: 88%;
    left: 15%;
    transform: translate(-7%, -88%);
}
#inner_banner ul li {
    color: #000;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}
#inner_banner ul li a {
    color: #fff;
}
#inner_banner ul li:first-child:after {
    content: '\f105';
    position: absolute;
    right: -5px;
    color: #fff;
    font-family: fontAwesome;
    font-weight: normal;
}
.sample-kit{
	padding: 40px 0px 0px;
}


#brown-bg{
	margin: 0px 0px 0px 0px;
    position: relative;
    top: -56px;
    z-index: 3;
	
}
.brown-bg-color{
	background: #FFA763;
    padding: 10px 0px 10px;
    position: relative;
}
.sai-icon{
	padding: 30px 0px 30px 30px;
}

.on-time, .best-in, .great-in{
	position: relative;
	margin: 0px;
}
.on-time{
	padding-left:30px;
}
.best-in{
	padding-left: 80px;
}

.great-in{
	padding-left: 50px;
}
.on-time:before{
	position: absolute;
    left: -5px;
    top: -5px;
    content: url(../images/icon1.png);
}

.best-in:before{
	position: absolute;
	left: 22px;
    top: -5px;
	content: url(../images/icon2.png);
}

.great-in:before{
	position: absolute;
	left: -5px;
    top: -5px;
	content: url(../images/icon3.png);
}

/*about section*/
#about-sec{
	padding: 30px 0px 10px 0px;
}
#about-sec h3{
	margin: 0px;
    padding: 10px 0px 30px 0px;
    color: #000;
    font-size: 28px;
    text-align: right;
    position: relative;
}
#about-sec h3:after{
	position: absolute;
    content: '';
    border-bottom: 1px solid #000;
    width: 300px;
    bottom: 10px;
    right: 12px;
}
#about-sec p{
	text-align: justify;
	font-size: 15px;
	line-height: 30px;
}
.sai-btn{
	background: #FFA763;
    padding: 5px 15px;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    transition: .3s ease-in;
    -webkit-transition: .3s ease-in;
    -moz-transition: .3s ease-in;
	margin-right: 50px;
	border-radius: 4px;
}
.sai-btn_1{
	margin-right: 0px !important;
}
.sai-btn:hover,
.sai-btn:focus{
	color: #FFA763;
	background: #282829;
}
.abt-img_1{
	margin-top: 20px;
	border-radius: 20px;
	border:4px solid #FFA763;
}

/*gallery section*/

#gal-carsul {
    padding: 10px 0px 30px 0px;
}
#gal-carsul h3{
	color: #1b2021;
    padding: 20px 0px;
    margin: 0px;
    text-align: right;
    font-size: 28px;
    font-weight: 400;
	position: relative;
	
}
#gal-carsul h3:after{
	position: absolute;
    content: '';
    border-bottom: 1px solid #000;
    width: 280px;
    bottom: 0px;
    right: 7px;
}
.qulick-link{
	color: #1b2021;
    padding: 10px 0px 30px 0px;
    margin: 0px;
    text-align: left;
    font-size: 28px;
    font-weight: 400;
	position: relative;
	
}
.qulick-link:after{
	position: absolute;
    content: '';
    border-bottom: 1px solid #000;
    width: 180px;
    bottom: 15px;
    left: 2px;
}



#gal-carsul span{
	color: #000;
    font-size: 14px;
}

#gal-carsul span:before, #gal-carsul span:after {
    background-color: #82ba4c;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 6%;
}

#gal-carsul span:before {
  right: 0.5em;
  margin-left: -50%;
}

#gal-carsul span:after {
  left: 0.5em;
  margin-right: -50%;
}
.item-1 img{
	margin-top:30px;
	border: 2px solid #FFA763;
	border-radius: 20px;
}

#gal-carsul h4{
	text-align: center;
	font-size: 16px;
	font-weight: 900;
	padding-top: 10px;
	text-transform: uppercase;
}
#gal-carsul h4:hover,
#gal-carsul h4:focus{
	color: #FFA763;
}

/*naturals*/

#naturals{
	padding: 40px 0px 50px 0px;
}
#naturals_1{
	padding: 20px 0px 30px 0px;
}

.natural_bg{
	   
background: #ffffff; 
background: -moz-linear-gradient(top, #ffffff 0%, #c6a447 100%); 
background: -webkit-linear-gradient(top, #ffffff 0%,#c6a447 100%);
background: linear-gradient(to bottom, #ffffff 0%,#c6a447 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#c6a447',GradientType=0 ); 
}
.natural_bg .table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #607D8B;
}
.img-bdr{
	border: 5px solid #dedddd;
    border-radius: 5px;
    margin-bottom: 40px;
}
.natural_bg h3{
	margin: 0px;
    padding-bottom: 20px;
    font-weight: 800;
}
.natural_bg p{
	text-align: justify;
	line-height: 24px;
	padding-bottom: 20px;
}
.txt-cen{
	text-align: center !important;
	padding-bottom: 20px;
	font-size: 16px;
}
.mar-btn{
	margin: 0px !important;
	padding-bottom: 5px !important;
}
.location {
    position: relative;
    color: #000;
    line-height: 28px;
    padding-left: 20px;
}
.location:before {
    content: '\f041';
    position: absolute;
    display: block;
    left: 0px;
    top: 1px;
    color: #000;
    font-size: 20px;
    font-family: fontAwesome;
}
.we-con{
	margin-top: 50px;
    font-size: 20px;
    text-align: justify;
}
.we-con-1{
	padding-bottom: 20px;
	text-align: justify;
}

.gl_res{
	margin-bottom: 20px;
}
.sample-kit{
	padding: 40px 0px 0px;
}
.sample-kit h3{
	margin: 0px;
	padding-bottom: 20px;
}
.our_sales{
	padding-top: 0px;
	padding-bottom: 20px;
}
.sale_team{
	padding-left: 0px;
}


/*tab concepts*/
.red_bg{
	background: #eee;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 20px;
	padding: 0px 0px 20px 0px;
}
.red_bg .nav-pills > li:last-child {
    border-bottom:none;
}
.pad-top{
	margin-top: 40px;
}
.tab-mar{
	margin-bottom: 40px;
}
.red_bg h3{
	text-align: center;
	color: #000;
}
.pad-top h3{
	margin: 0px;
    padding-bottom: 20px;
    font-size: 27px;
    font-weight: 600;
}
.pad-top p{
	text-align: justify;
    line-height: 25px;
    font-size: 15px;
}
.red_bg .nav-pills > li > a{
	font-size: 16px;
    color: #000;
    background: #eee;
    border-bottom: 1px solid #e4dede;
    border-radius: 0px;
    padding: 10px 25px;
	
}

/*logistics page*/
#logistics-page{
	padding: 30px 0px 30px 0px;
}

#logistics-page h3{
	margin:0px;
	padding-bottom: 15px;
	font-size: 28px;
	
}
#logistics-page p{
	text-align: justify;
	line-height: 28px;
}

.truck-ul li{
	 padding-left: 20px;
	position:relative;
	text-align: justify;
	
}

.truck-ul li:before{
	position:absolute;
	left: 0px;
	top:0px;
	display: inline-block;
	content: '\f101';
	font-family: fontAwesome;
}
.sample-ul li{
	padding-left: 20px;
    position: relative;
    text-align: justify;
    padding-bottom: 12px;
	
}
.currnt{
	padding-top: 33px !important;
	padding-right: 20px !important;
}

.sample-ul li:before{
	position: absolute;
    left: 0px;
    top: 2px;
    display: inline-block;
    content: '\f0a4';
    font-family: fontAwesome;
    font-size: 13px;
}

.at-sai{
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0px;
	line-height: 27px;
	text-align: justify;
}
#sample-enq{
	padding-bottom: 40px;
}

.head-off{
	padding-top: 10px;
	line-height: 27px;
	padding-bottom: 20px;
	text-align: justify;
}
.contact-info h4{
	font-weight: 600;
	line-height: 24px;
	font-size: 18px;
	margin-top: 0px;
}
.contact-info h5{
	font-size: 16px;
    font-weight: 600;
}
.contact-info p{
	font-weight: 500;
	margin: 0px;
}
.con-phn{
	position: relative;
    color: #000;
    line-height: 28px;
    padding-left: 20px;
}
.con-phn:before{
	content: '\f095';
    position: absolute;
    display: block;
    left: -2px;
    top: 1px;
    color: #000;
    font-size: 18px;
    font-family: fontAwesome;
}
.con-email{
	position: relative;
    color: #000;
    line-height: 28px;
    padding-left: 20px;
}
.con-email:before{
	content: '\f003';
    position: absolute;
    display: block;
    left: -2px;
    top: 1px;
    color: #000;
    font-size: 18px;
    font-family: fontAwesome;
}
.con-email a{
	color: #000;
	text-decoration: none;
}
.bg-trans{
	background: transparent !important;
}
.bg-trans .nav-pills > li a:hover,
.bg-trans .nav-pills > li a:focus{
	background: transparent!important;
}
/*
.bg-trans .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
	color: #000;
    background: #fea660 !important;
}
*/
.nav-stacked.side_tab > li.active > a, .nav-stacked.side_tab > li.active > a:hover, .nav-stacked.side_tab > li.active > a:focus, .nav-stacked.side_tab li a:hover, .nav-stacked.side_tab li a:focus {

    background: #fea660 !important;
    border-radius: 0px;
    color: #fff;

}

.bg-trans .nav-pills > li {
    border-bottom: transparent !important;
}
.bg-trans .nav > li > a{
	padding: 4px 11px;
}

#tab-menu{
	padding: 30px 0px;
}
.tab-img{
	border: 1px solid #000;
    margin-bottom: 20px;
	width: 100%;
}
.enquiry{
	background: #eee;
    padding: 30px;
}
.sai-min{
	background: #8fa7d4;
    padding: 30px;
    border-radius: 10px;
    margin: 30px 0px 20px 0px;
    height: 240px;
}

.cir{
	border: 3px solid #eee;
	border-radius: 50%;
	margin: 20px auto 30px auto;
}
.power{
	padding-top: 20px !important;
}
.sai-min h4{
	margin: 0px;
	padding-bottom: 15px;
}







/*media quary*/

/*top section*/
@media screen and (min-width:767px) {
	.menu .navbar-brand{
		display: none;
	}
}

@media screen and (max-width:767px) {
	.logo img{
		text-align: center !important;
	}
}

@media (max-width:767px){
	
	.gl_mar{
		margin-bottom: 10px;
	}

	.at-sai{
		line-height: 24px;
	}
	
	#top-section{
		padding: 7px 0px 7px 0px;
		text-align: center;
	}
	#top-section p{
		font-size: 13px;
		padding-bottom: 0px;
		padding-left: 0px;
	}
	.phn::before{
		font-size: 14px;
		left:-19px;
		position: relative;
        top: 1px;
		line-height: 0px;
		width: 0;
		height: 0;
	}
	.email{
		padding-left: 0px !important;
		
	}
	.mob-email{
		text-align: center!important;
	}
	.email::before{
		font-size: 15px;
		left: -23px;
		top: 0px;
		line-height: 0px;
		width: 0;
		height: 0;
		position: relative;
	}
	.logo{
		margin-bottom: 7px !important;
	}
	.logo img{
		text-align: center;
		margin: auto;
	}
	.menu{
		margin-top: 0px;
		background: #fea660;
		padding: 0px;
	}
	.menu .navbar-nav li{
		padding: 0px;
	}
	.menu .navbar-toggle {
    position: relative;
    float: right;
    padding: 7px 8px;
    margin-top: 6px;
    margin-right: 15px;
    margin-bottom: 0px;
    background-image: none;
    border:0px;
   }
	.menu .nav > li > a:hover, .menu .nav > li > a:focus, .menu .nav > li.active a{
		border-bottom: 0px;
	}
	
	.menu .navbar-brand{
    color: #fff;
    font-size:14px;
    padding: 5px 15px;
    height: 30px;
}
    .menu .navbar{
       min-height: 30px;
       }
.menu .navbar-toggle{
    margin-right: 0px;
    padding: 5px 15px;
    margin: 4px 0px;
}
.menu ul{
	
}
.menu .navbar-toggle .icon-bar{
    border:1px solid #fff;
}
.menu .navbar-nav > li > a{
    padding: 4px 15px;
	font-size: 13px;
	text-align: left;
}
	.menu .nav > li.active a {
    background-color: #fea660;
    color: #fff;
    border-radius: 0px;
    }
	
	.menu .nav > li > a:hover, .nav > li > a:focus {

    text-decoration: none;
    background-color: #000;
    color: #fff;
    border-radius:0px;
    }
	#header{
		padding-bottom: 0px;
	}
	.centered{
		font-size: 15px;
	}
	#inner_banner ul li a{
		font-size: 11px;
	}
	#inner_banner ul li{
		padding-left: 6px;
        padding-right: 5px;
		font-size: 11px;
	}
	footer{
		padding: 15px 0px 5px;
	}
	footer h3{
		margin: 0px;
        padding: 0px 0px 25px;
		font-size: 20px;
	}
	footer h3::after{
		padding-bottom:0px;
        width: 24%;
		padding-top: 35px;
	}
	#about-sec { 
    padding: 15px 0px 10px 0px;

}
	#about-sec h3{
		padding: 2px 0px 30px 0px;
		font-size: 20px;	
		text-align: left;
	}
	#about-sec h3::after{
		width: 240px;
		bottom: 14px;
		right: 47px;
	}
	#copyright{
		text-align: center;
	}
	.mob-cen{
		text-align: center;
        padding-top: 3px;
	}
	#inner_banner ul{
		display: none;
	}
	.we-con{
		margin-top: 15px;
        font-size: 15px;
		text-align: justify;
	}
	
	.tab_mar{
		margin-top: 0px;
		padding: 0px 15px;
		border-radius:0px;
		margin-bottom: 0px;
	}
	.pad-top{
		margin-top: 25px;
	}
	.padd{
		padding: 0px;
	}
	.pad-top h3{
		font-size: 18px;
		padding-bottom: 15px;
		font-weight: 600;
		padding-top: 0px;
	}
	.pad-top p{
		line-height: 24px;
        font-size: 13px;
	}
	body{
		font-size: 13px;
		line-height: 25px;
	}
	p{
		font-size: 13px;
		line-height: 25px;
	}
	.sample-ul{
		margin: 0px;
	}
	.sample-ul li{
		padding-bottom: 10px;
	}
	.our-vis{
		margin-bottom: 15px;
		padding: 15px;
	}
	#tab-menu{
		padding: 30px 0px 10px;
	}
	#gal-carsul{
		padding: 10px 0px 20px 0px;
	}
	#gal-carsul h3{
		padding: 0px 0px 15px;
		font-size: 18px;
		font-weight: 600;
		text-align: center;
		border-bottom: 1px solid #000;
		width: 197px;
		margin: auto;
	}
	.owl-item{
		width: 100%;
		margin: auto;
		
	}
	.owl-item img{
		margin: 30px auto 0px;
		width: 90%;
	}
	#gal-carsul h4{
		font-weight: 600;
	}
	.owl-theme .owl-controls{
		margin-top: 5px;
	}
	.qulick-link{
		font-weight: 600;
		font-size: 20px;
		margin: 0px auto 25px auto;
		padding: 9px 0px 10px 0px;
		position: relative;
		text-align: center;
		border-bottom: 1px solid #000;
		width: 132px;
	}
	.qulick-link::after {
		display: none;
	}
	.quick-inquiry input{
		font-size: 14px;
		height: 35px;
	}
	.sbt_cnt{
		text-align: center;
	}
	.padd-top{
		padding-top: 20px !important;
		text-align: left;
		font-size: 20px;
		margin: 0px;
	}
	.sim_txt{
		text-align: left;
		padding-top: 10px;
	}
	.quick-inquiry{
		padding-bottom: 15px;
	}
	.pro-ul li a::before {
		line-height: 15px;
	}
	.sample-ul li::before {
		top:0px;
	}
	.segm{
		margin-top: 30px;
		border-radius: 10px;
		margin-bottom: 20px;
		padding: 0px;
	}
	.segm h3{
		margin: 0px;
		padding-top: 20px;
        font-size: 20px;
		padding-bottom: 10px;
		
	}
	.segm .nav-pills > li > a{
		font-size: 14px;
		padding: 4px 15px;
	}
	.pad_top1{
		margin-top: 15px;
	}
	.padd img{
		margin: 20px auto 0px;
		border: 1px solid #000;
		border-radius: 5px;
	}
	.sample-kit{
		padding: 20px 0px 0px 0px;
	}
	.sample-kit h3{
		font-size: 18px;
		padding: 10px 0px 10px 0px;
		margin: 0px;
	}
	.at-sai{
		padding-top: 0px;
	}
	.our_sales{
		padding-bottom: 0px;
	}
	.enquiry{
		padding: 20px 0px;
	}
	.currnt{
		padding-top: 0px !important;
	}
	#sample-enq{
		padding-bottom: 10px;
	}
	.contact-info{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.head-off{
		padding-bottom: 8px;
		padding-top: 5px;
       line-height: 25px;
	}
	.contact-info h4{
		font-size: 17px;
		margin-top: 10px;
	}
	.for_fin{
		padding-left: 15px;
	}
	.sai-min{
		padding: 15px 12px;
		margin: 20px 0px 10px 0px;
		height: auto;
	}
	.address{
		right: 0px;
		height: auto;
		padding-left: 10px;
	}
	.location::before {
		font-size: 17px;
		top:0px;
	}
	.location{
		padding-left: 15px;
	}
	.pro-ul li a{
		padding-left: 15px;
	}
	.pad_wid{
		padding: 0px;
	}
	#gal-carsul h3::after {
		display: none;
	}
	#gal-carsul h4{
		font-size: 14px;
	}
	#logistics-page{
		padding: 20px 0px 20px 0px;
	}
	#logistics-page h3{
		font-size: 20px;
	}
	.truck img{
		margin-top: 20px;
	}
	#logistics-page p{
		line-height: 24px;
	}
	.qui::after {
		width: 29% !important;
	}
		
}

/*new Media quary*/



@media (min-width:320px) and (max-width:479px){
	.tab_mar{
		margin-top: 0px;
		padding: 0px 15px;
		border-radius:0px;
		margin-bottom: 0px;
	}
	

}

@media (min-width:360px) and (max-width:479px){
	.top_wid{
		width: 50%;
		float: left;
	}
	
	.top_wid2{
		width: 50%;
		float: left;
	}
	.glass{
		width: 50%;
		float: left;
	}
	.qui::after {
		width: 29% !important;
	}
	.ul_wid1 {

    margin-top: 5px;
    width: 50%;
    float: left;
    margin-bottom: 0px;

}
.ul_wid2 {

    margin-top: 5px;
    width: 50%;
    float: left;
    margin-bottom: 0px;

}
.ul_wid2 h3{
	position: relative;
}
.ul_wid2 h3:after{
	width:50% !important;
}
.ul_wid1 h3{
	position: relative;
}
.ul_wid1 h3:after{
	width:50% !important;
}

}

@media (min-width:480px) and (max-width:520px){
	
	.modal-dialog{
		margin: 30px auto;
	}

	.glass{
		width: 50%;
		float: left;
	}
	.top_wid{
		width: 50%;
		float: left;
	}
	.sample-kit{
		padding: 20px 0px 0px 0px;
	}
	
	.top_wid2{
		width: 50%;
		float: left;
	}
	.wid_1{
		width: 55%;
		float: left;
	}
	.wid_2{
		width: 45%;
		float: left;
	}
	.ul_wid1{
		margin-top: 5px;
		width: 50%;
		float: left;
		margin-bottom: 0px;
	}
	.ul_wid2{
		margin-top: 5px;
		width: 50%;
		float: left;
		margin-bottom: 0px;
	}
	.cpy_cnt{
		width: 60%;
		float: left;
		text-align: left;
	}
	.cpy_cnt2{
		width: 40%;
		float: left;
		text-align: right;
	}
	.sam_wid{
		width: 50%;
		float: left;
	}
	.sam_wid2{
		width: 50%;
		float: left;
	}
	.cir{
		width: 90%;	
		margin-bottom: 20px;
	}
	.gal_im{
		width: 50%;
		float: left;
	}
	.truck{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.truck img{
		width: 80%;
		margin: auto;
	}

}

@media (min-width:521px) and (max-width:767px){
	
	.sample-kit{
		padding: 20px 0px 0px 0px;
	}
	
	.modal-dialog{margin: 30px auto;}
	
	.top_wid{
		width: 50%;
		float: left;
	}
	
	.top_wid2{
		width: 50%;
		float: left;
	}
	.for_sale{
		width: 50%;
		float: left;
		margin-bottom: 20px;
	}
	.for_log{
		width: 50%;
		float: left;
		margin-bottom: 20px;
	}
	.con_sai{
		width: 45%;
		float: left;
		margin: 20px 0px 20px 0px;
		
	}
	.sai-min{
		margin: 0px;
	}
	.con_sai2{
		width: 55%;
		float: left;
		margin: 20px 0px 20px 0px;
	}
	.contact-info h4{
		font-size: 17px;
		
	}
	.sai-min h4{
		font-size: 16px;
	}
	.form_wid{
		width: 50%;
		float: left;
	}
	.form_wid1{
		width: 100%;
		float: left;
	}
	
	.wid_1{
		width: 55%;
		float: left;
	}
	.wid_2{
		width: 45%;
		float: left;
	}
	.ul_wid1{
		margin-top:0px;
		width: 33%;
		float: left;
		margin-bottom: 0px;
	}
	.ul_wid2{
		margin-top:0px;
		width: 32%;
		float: left;
		margin-bottom: 0px;
	}
	.cpy_cnt{
		width: 60%;
		float: left;
		text-align: left;
	}
	.cpy_cnt2{
		width: 40%;
		float: left;
		text-align: right;
	}
	.quick{
		width: 30%;
		float: left;
		
	}
	.bg-trans .nav-pills > li{
		width: 40%;
	}
	.segm{
		width: 50%;
		margin: 30px auto 20px;
	}
	.gal_im{
		width: 50%;
		float: left;
	}
	.truck{
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}
	.truck img{
		width: 50%;
		margin: auto;
	}
	.currnt{
		padding-top: 34px !important;
	}
	.sam_wid{
		width: 50%;
		float: left;
	}
	.sam_wid2{
		width: 50%;
		float: left;
	}
	.glass{
		width: 50%;
		float: left;
	}
	.pad_wid2{
		width: 50%;
		float: left;
	}
	.our-vis{
		margin-right: 10px;
	}

}

@media (min-width:767px) and (max-width:991px){

}

@media (min-width:992px) and (max-width:1200px){

}




































