/* Global Styles */
html,body {
	height: 100%;

}

body {
	/* padding-top: 70px; */
	/* background-image: url("../images/crossline.jpg");
    background-repeat: repeat;
    background-position: right top; */
    /* background-attachment: ; */
background: #fefefe url("../images/body-bg.png") repeat scroll 0 0;
}
body {
  -webkit-user-select: none;
     -moz-user-select: -moz-none;
      -ms-user-select: none;
          user-select: none;
}

.top-menu {
    min-height:105px;
    /* background-color:#0F0F0F; */
    background-color:#f3f3f3;
	border-bottom: 1px solid #c98d00;
    z-index: 5000;
    width:100%;
}
/* For navbar */
.customized-navbar {
	/* background-color:#0F0F0F; */
	background-color:#f3f3f3;
	height: auto;
	/* border-bottom: 5px solid /* #0295F2 * #058CDC; */
	border-top:none !important;
}

.navbar {
	margin: 0;
	border-radius: 0px !important;
}
 
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    background-color:/* #2A6C45 */#0D55AE !important;
    color:#fff !important;
	transition:0.6s ease-in-out ;
}
.container {
    width: 85% !important;
}

.navbar-inverse
{
background-color:#FFFFFF !important;
/* border-bottom: 5px solid #058CDC !important; */
height:19%;
}
.navbar-inverse .navbar-nav > li > a{
color:#1D283A !important;
font-weight:600;
}
 
 .navbar-nav
 {
 margin-left:100%!important;
 margin:30px 0px 0px 0px !important;
 clear:left!important;
 }
 .navbar-brand
 {
 font-family:vardana !important;
 font-size:40px !important;
 }
 .top-menu .navbar-toggle {
    border: 1px solid #fff;
	margin-top:48px;
}
.top-menu .navbar-toggle .icon-bar {
    background: #5B9334;
}
 
.head 
{
	position: relative;
}
.logo {
  height: 120px;
  margin:0px;
  padding-top: 15px;
  position: absolute;
  top: 2px;
  width: 27%;
}

.row.about span {
  color: #0295f2;
}
.menu li {
    /* height: 70px; */
	margin-top: 25px;
    /* top: 50% !important; */
	content:'&#9658'
}
 .menu li:hover {
	background: none;
}
.menu .active a {
	color: #ffffff;
	background:#5B9334;
}




.menu li:hover a/* , .menu .active> a */{
	
	transition: 0.1s;
	color: #ffffff;
	background:#5B9334;
}

.menu li > a {
	 /* color: #ffffff; */
	 color: #409002;
    line-height: 30px;
    padding: 5px 25px;
	margin-left:10px;
}
.menu li ul li {
	
	height:auto;
	padding:0px 0;
	}
.menu li ul li:hover{
	height:auto;
	line-height:20px;
	}
.menu li ul li a{
	height:auto;
	line-height:31px;
	} 

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: #5B9334;
    border-color: #ECF2E8;
	color:#fff;
}
.dropdown-menu
{
	padding-top:0px;
	padding-bottom:0px;
}
.dropdown-menu li{
	margin-top: 0px;
}
.dropdown-menu li a
{
	background-color:white !important;
	color:#409002 !important;
}
.dropdown-menu li > a {
    line-height: 30px;
    padding: 5px 20px;
	margin-left:0px !important;
}
.navbar-right .dropdown-menu {
	left: 10px;
}
/* .dropdown-menu{
	background-color: #0295F2;
	color:#fff;
	} */
.nav > li > a:focus, .nav > li > a:hover, .nav > li.active > a{
	background-color: #5B9334;
	color:#fff;
	/* border-bottom: 2px solid #ECF2E8; */
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover{
	background-color: #5B9334 !important;
	color:#fff !important;
	/* border-bottom: 2px solid #C3D7B5; */
}
.navbar-toggle .icon-bar {
    background: #000 none repeat scroll 0 0;
}


/* Home Page Carousel */
header.carousel 
{
	height: 85%;
	/* border-bottom: 5px solid #058CDC; */
}

header.carousel .item,header.carousel .item.active,header.carousel .carousel-inner
{
	height: 95%;
}

header.carousel .fill 
{
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.carousel-indicators 
{
  bottom: 20px;
  /* background-color: #0295F2; */
  /* display: none; */
}

.carousel-indicators li {
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid #000000;
}
.carousel-indicators .active  {
    background-color: #FFFFFF;
    border: 1px solid #070707;
}
.icon-prev 
{
	width: 60px;
	height: 40px;
	border-radius: 5px;
	background-color: #ce991c;
	display: none;
}

.icon-next {
	width: 60px;
	height: 40px;
	border-radius: 5px;
	background-color: #ce991c;
	display: none;
}
.carousel-control.left 
{
	background-image:none !important;
}
.carousel-control.right 
{
    background-image:none !important;
	left: auto;
    right: 0;
}

/* company philosophy */
.company
{
	padding:10px 0px;
	margin:0px 5px 25px;
}
.company h2
{
	padding:5px 0px 25px 0px;
	margin:5px 0px 10px;
	color:#5B9334;
	font-weight:400;
}
.company h2 span
{
	padding:0px 0px 5px 0px;
	border-bottom:2px solid #070707;
}
.company p
{
	padding:5px 5px 0px;
	text-align:justify;
	font-size:16px;
	font-family:arial;
}
.products
{
	margin-top:15px;
}
.products .product
{
	background-color: #f5f5f5;
	margin: 15px 10px 15px 15px;
	border:1px solid #bababa;
	padding:10px;
	width:31%;
	text-align:center;
}
.products .btn
{
	margin:15px 1px 20px 1px;
	border-radius:none !important;
}
/* second */
.container-fluid
{
	padding:0px;
}
.second
{
	/* padding:10px 0px; */
	margin:25px 0px 0px 0px;
	/* background-color:#5B9334; */
	background-color:#69A83A;
}
.second h2
{
	padding:5px;
	margin:10px 5px;
	color:#FFFFFF;
	/* font-weight:600; */
	font-weight: 400;
}
.second h2 span
{
	padding:0px 0px 5px 0px;
	/* border-bottom:2px solid #070707; */
	font-weight: 400;
}
.second p
{
	padding:5px 35px 5px 25px;
	text-align:justify;
	font-size:15px;
	color:#FFFFFF;
	margin:2px 20px;
}
.second img {
    width: 42%;
    height: 98%;
	margin-top:0px;
}
.second ul  {
    padding:0px 35px 5px 35px;
	text-align:justify;
	font-size:14px;
	color:#FFFFFF;
	margin:2px 20px;
}
.second ul li{
    /* padding:0px 15px;
	margin:2px 5px; */
}
.second h5
{
	padding:5px 5px 0px 15px;
	margin:5px 35px;
	/* color:#FFFFFF; */
	/* font-weight:600; */
	font-weight: 400;
	font-size: 17px;
	color:#ffffff;
	
}
/* three */
.third
{
	/* padding:10px 0px; */
	margin:0px;
	padding:30px 0px;
	background-color: #f5f5f5;
}
.third h2
{
	padding:15px 5px 5px 5px;
	margin:10px 5px;
	color:#5B9334;
	font-weight:700;
}
.third h2 span
{
	padding:0px 0px 5px 0px;
	/* border-bottom:2px solid #070707; */
}
.third img{
	margin:5px 50px;
}
.third p
{
	padding:10px 35px 10px 25px;
	text-align:justify;
	font-size:15px;
	/* color:#FFFFFF; */
	margin:25px 40px 10px 40px;
}
.third h4
{
	padding:10px 35px 10px 25px;
	text-align:justify;
	/* font-size:15px; */
	font-weight:bold;
	/* color:#FFFFFF; */
	margin:5px 40px 10px 40px;
}
.third ul
{
	padding:0px 35px 10px 35px;
	margin:0px 40px 10px 40px;
}
.third li
{
	padding:0px 35px 0px 0px;
	text-align:justify;
	font-size:15px;
	/* color:#FFFFFF; */
	margin:0px 40px 10px 10px;
}

/* testominial */
#testimonials-row
{
	background-color:#5B9334;
	color:#FFFFFF;
	height:250px;
}
#testimonials-row .row
{
	margin:0px;
}
#testimonials-row h2 span
{
	border-bottom:2px solid #070707;
	padding-bottom:5px;
}

.column h2
{
	color:#FFFFFF;
}
.testimonials h4{
margin-top:25px;
line-height:1.8;
text-align: justify;
/* height:120px; */
}
.testimonials h4 i{
margin-right:10px;
}
.testimonials h4 i:nth-child(2){
margin-left:10px;
}
.glyphicon-chevron-right, .glyphicon-chevron-left
{
	color:#FFFFFF;
}
#testimonials-row .carousel-indicators li {
    background-color: rgba(0, 0, 0, 1);
    border: 1px solid #000000;
}
#testimonials-row .carousel-indicators .active  {
    background-color: #FFFFFF;
    border: 1px solid #070707;
}
#testimonials-row .carousel-indicators 
{
  bottom: -40px;
  /* background-color: #0295F2; */
  /* display: none; */
}

/* Our story */
.ourstory
{
	background-color: #ffffff;
	box-shadow: 0 0 7px -5px #000000;
-webkit-box-shadow: 0 0 7px -5px #000000;
-moz-box-shadow: 0 0 7px -5px #000000;
-o-box-shadow: 0 0 7px -5px #000000;
}
.ourstory >.row
{
	padding:10px 0px;
	margin:0px 5px;
	font-family: ‘Merriweather’, Georgia, serif; 
	/* background-color: #fafafa; */
	
}
.ourstory h2
{
	padding:10px 0px;
	margin:15px 5px;
	border-bottom: 1px solid #dddddd;
	font-family: "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;

}
.ourstory h3
{
	padding:5px 0px 20px 0px;
	margin:10px 0px;
	color:#5B9334;
	font-weight: 400;
	/* font-size: 30px; */
    /* font-weight: bold; */
    line-height: 35px;
}
.ourstory h3 span
{
	padding:0px 0px 5px 0px;
	border-bottom:2px solid #070707;
	font-weight: 400;
}
.ourstory img 
{
	width:95%;
	height:57%;
	margin:15px 25px;
}
.ourstory p
{
	padding:10px 20px;
	text-align:justify;
	font-size:15px;
	font-family:"Montserrat","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
	line-height:1.5;
	word-spacing:3px;
}
/* inside purnaanna */
.inside h2
{
	padding:10px 0px;
	margin:15px 5px;
	border-bottom: 1px solid #dddddd;
	font-family: "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;

}
.inside h3
{
	padding:5px 0px 20px 0px;
	margin:10px 0px;
	color:#5B9334;
	font-weight: 400;
	/* font-size: 30px; */
    /* font-weight: bold; */
    line-height: 35px;
}
.inside h3 span
{
	padding:0px 0px 5px 0px;
	border-bottom:2px solid #070707;
	font-weight: 400;
}

.inside p
{
	padding:10px 20px;
	text-align:justify;
	font-size:15px;
	font-family:"Montserrat","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
	line-height:1.5;
	word-spacing:3px;
}

/* technology */
.technology
{
	background-color: #ffffff;
	box-shadow: 0 0 7px -5px #000000;
-webkit-box-shadow: 0 0 7px -5px #000000;
-moz-box-shadow: 0 0 7px -5px #000000;
-o-box-shadow: 0 0 7px -5px #000000;
}
.technology >.row
{
	padding:10px 0px;
	margin:0px 5px;
	font-family: ‘Merriweather’, Georgia, serif; 
	/* background-color: #fafafa; */
	
}
.technology h2
{
	padding:10px 0px;
	margin:25px 5px;
	border-bottom: 1px solid #dddddd;
	font-family: "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;

}
.technology h3
{
	padding:5px 0px 20px 0px;
	margin:10px 0px;
	color:#5B9334;
	font-weight: 400;
	/* font-size: 30px; */
    /* font-weight: bold; */
    line-height: 35px;
}
.technology h3 span
{
	padding:0px 0px 5px 0px;
	border-bottom:2px solid #070707;
	font-weight: 400;
}
.technology img 
{
	width:78%;
	height:56%;
	left: 35px;
    position: relative;
	margin:1px 25px 5px 25px;
}
.technology p
{
	padding:1px 15px;
	text-align:justify;
	font-size:15px;
	font-family:"Montserrat","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
	line-height:1.5;
	/* word-spacing:3px; */
}
.benifits
{
	height:345px;
}
/* cleanase */
.cleanas
{
	background-color: #ffffff;
	box-shadow: 0 0 7px -5px #000000;
-webkit-box-shadow: 0 0 7px -5px #000000;
-moz-box-shadow: 0 0 7px -5px #000000;
-o-box-shadow: 0 0 7px -5px #000000;
}
.cleanase >.row
{
	padding:10px 0px;
	margin:0px 5px;
	font-family: ‘Merriweather’, Georgia, serif; 
	/* background-color: #fafafa; */
	
}
.cleanase h2
{
	padding:10px 0px;
	margin:20px 5px 5px;
	border-bottom: 1px solid #dddddd;
	font-family: "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;

}
.cleanase h3
{
	padding:5px 0px 20px 0px;
	margin:10px 0px;
	color:#5B9334;
	font-weight: 400;
	/* font-size: 30px; */
    /* font-weight: bold; */
    line-height: 30px;
}
.cleanase h3 span
{
	padding:0px 0px 5px 0px;
	border-bottom:2px solid #070707;
	font-weight: 400;
}
.cleanase img 
{
	width:64%;
	height:47%;
	display:center;
	left: 51px;
    position: relative;
	margin:1px 25px 5px 25px;
}
.cleanase p
{
	padding:10px 10px;
	text-align:center;
	font-size:15px;
	font-family:"Montserrat","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
	line-height:1.5;
	/* word-spacing:3px; */
}
/* faq page */
.panel-group .panel
{
	margin:10px 45px;
}
.faqHeader {
        font-size: 27px;
        margin: 20px 50px;
		color:#070707;
    }
.faqHeader  span{
	border-bottom:2px solid #999;
	padding-bottom:5px;
}
.panel-default > .panel-heading {
    background-color: #7bae4d;
    border-color: #5b9334;
    color: #fff;
}
.panel-default > .panel-body {
    border-color: #5b9334;
}
.panel-default > .panel-heading a{
    text-decoration: none !important;
    
}
    .panel-heading [data-toggle="collapse"]:after {
        font-family: fontawesome;
        content:"\f077"; /* "play" icon */
        float: right;
        color: #ffffff;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        /* -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); */
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        color: #444;
    }
	.panel-body
	{
		text-align:justify;
	}
/* product page */
.product
{
	/* background-color:#FEFEFE; */
	
}
.product .product-row
{
	padding:10px 0px;
	margin:0px 5px;
	font-family: ‘Merriweather’, Georgia, serif; 
	background-color: #fefefe;
	box-shadow: 0 0 7px -5px #000000;
-webkit-box-shadow: 0 0 7px -5px #000000;
-moz-box-shadow: 0 0 7px -5px #000000;
-o-box-shadow: 0 0 7px -5px #000000;
}
.product h2
{
	padding:10px 0px;
	margin:25px 5px 5px 5px;
	border-bottom: 1px solid #dddddd;
	font-family: "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;

}
.product h3
{
	padding:15px 0px 0px 0px;
	margin:10px 0px;
	color:#5B9334;
	font-weight: 400;
	/* font-size: 30px; */
    /* font-weight: bold; */
    line-height: 30px;
}
.product h3 span
{
	padding:0px 0px 5px 0px;
	border-bottom:2px solid #070707;
	font-weight: 400;
}
.product p
{
	padding:10px 25px;
	text-align:justify;
	font-size:15px;
	font-family:"Montserrat","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size:16px;
	line-height:1.5;
	/* word-spacing:3px; */
}
.products p
{
	padding:10px 15px;
}
.products img
{
	height:200px;
	 width: 70%;
}
.product ul {
	font-size: 15px;
	margin-left : 30px;
	padding : 5px;
	list-style-type:none;
	
}

.product  ul > li {
	padding-bottom : 10px;
	padding-right: 8px;	
	font-family:"Montserrat",sans-serif;
	
}
.product li:before {
    content: "\f069";
    font-family: FontAwesome;
    
    text-decoration: inherit;

    color: #5B9334;
   
    padding-right: 0.5em;
   
    top: 10px;
    left: 0;
}
	
/* order page */
.order 
{
	background-color:#FFFFFF;
	height:100%;
	position:relative;
	border-right:1px solid #A3A3A3;
}
.order img, .ordr img
{
	width:50% !important;
	 height: 160px;
	margin-right:15px;
}
.order span, .ordr span
{
	font-size:18px;
	margin-right:15px;
}
.order h3, .ordr h3
{
	margin:5px 25px 15px 10px;
}
.order form
{
	/* border:1px solid #f5f5f5; */
	background-color:#ffffff;
}
.order .form-control
{
	height:40px;
}
.ordr{
	height:auto;
	position:relative;
	background-color:#FAFAFA;
	
}
	
	/* contact page */	
.contctus
{
	background-color: #ffffff;
	
box-shadow: 0 0 7px -5px #000000;
-webkit-box-shadow: 0 0 7px -5px #000000;
-moz-box-shadow: 0 0 7px -5px #000000;
-o-box-shadow: 0 0 7px -5px #000000;
}
.contactus .row
{
	padding:10px 0px;
	margin:0px 5px;
	font-family: ‘Merriweather’, Georgia, serif; 
	background-color: #fafafa;
}
.contactus h2
{
	padding:10px 0px;
	margin:25px 5px;
	border-bottom: 1px solid #dddddd;
	font-family: "Open Sans","HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;

}
.contactus h3
{
	padding:15px 0px 25px 0px;
	margin:10px 0px;
	color:#5B9334;
	font-weight: 400;
	/* font-size: 30px; */
    /* font-weight: bold; */
    line-height: 30px;
}
.contactus h3 span
{
	padding:0px 0px 5px 0px;
	border-bottom:2px solid #070707;
	font-weight: 400;
}
	
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	-moz-font-smoothing:antialiased;
	-o-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

/* body {
	font-family:"Open Sans", Helvetica, Arial, sans-serif;
	font-weight:300;
	font-size: 12px;
	line-height:30px;
	color:#777;
	background:#0CF;
} */
/* 
.container {
	max-width:400px;
	width:100%;
	margin:0 auto;
	position:relative; 
 */

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea, #contact button[type="submit"] { font:400 12px/16px "Open Sans", Helvetica, Arial, sans-serif; }

#contact  form{
	background:#FEFEFE;
	padding:25px 0px;
	margin:10px 0px;
	border:1px solid rgba(91,147,52,0.35);

/* box-shadow: 0px 0px 8px -2px #ABE8A9;
-webkit-box-shadow: 0px 0px 8px -2px #ABE8A9;
-moz-box-shadow: 0px 0px 8px -2px #ABE8A9;
-o-box-shadow: 0px 0px 8px -2px #ABE8A9;
 */
}

#contact h3 {
	/* color: #F96; */
	display: block;
	/* font-size: 30px; */
	font-weight: 400;
	text-align:center;
}

#contact h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}
#contact .form-group {
	margin:5px 20px;
}
#contact .form-group  .control-label{
	font-weight: 400;
	color:#393939;
	margin-left:5px;
	margin-bottom:5px;
}
.control-label span{
	color:red;
}
fieldset {
	border: medium none !important;
	margin: 0 0 10px;
	min-width: 100%;
	padding: 0;
	width: 100%;
}

#contact input[type="text"], #contact input[type="email"], #contact input[type="tel"], #contact input[type="url"], #contact textarea {
	width:100%;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
}

#contact input[type="text"]:hover, #contact input[type="email"]:hover, #contact input[type="tel"]:hover, #contact input[type="url"]:hover, #contact textarea:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #a0a0a0;
}

#contact textarea {
	height:100px;
	max-width:100%;
  resize:none;
}

#contact button[type="submit"] {
	cursor:pointer;
	width:100%;
	border:none;
	background:#0CF;
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	font-size:15px;
}

#contact button[type="submit"]:hover {
	background:#09C;
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}

#contact button[type="submit"]:active { box-shadow:inset 0 1px 3px rgba(0, 0, 0, 0.5); }

#contact input:focus, #contact textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
 color:#888;
}
:-moz-placeholder {
 color:#888;
}
::-moz-placeholder {
 color:#888;
}
:-ms-input-placeholder {
 color:#888;
}
.btn-success, .btn
{
	border-radius:0px !important;
	margin-top:10px;
}
.contct img
{
	margin-left:5px;
	border:1px solid rgba(160,160,160,0.2);
	
}
.contct .col-md-8
{
	padding-left:0px !important;
}


.details 
{
	padding-left:25px;
}
.details h3
{
	/* padding-left:25px; */
	text-align:center;
}
.details ul
{
	padding-left:25px;
}
	
/* footer */
footer{
	clear:both;
	position:relative;
	background-color: lightgray;
}
#ft
{
	background-color:rgba(0,0,0,0.7) !important;
	
}
.footer  {
    color: #3e3e3e !important;
	margin-bottom: 15px;
}
.cont ul  {
	display:inlne;
	padding-left: 25px;
}
.social {
    padding-left: 25px;
}

.cont, .contct {
    margin-top: 30px;
    /* text-align: center; */
	display:inlne;
}
.contct h4,.cont h4, .font strong,.follow_text h4 {
    color: #5B9334;
}
.cont ul li a
{
	color:rgba(255,255,255,.7);
}
.cont ul li a:hover
{
	color:rgba(255,255,255,.7) !important;
}
.contct ul li span
{
	color:rgba(2,149,242,.8) !important;
}
.contct ul li 
{
	color:rgba(255,255,255,.9);
}
.footer-bottom p
 {
    color: #FFFFFF;
	margin-top: 5px;
}
.cont_mid {
    margin-top: 20px;
    text-align: center;
}
.follow_text {
    margin-top: 10px;
    text-align: center;
}
.follow_text p a, .cont .social a{
    color: #FFFFFF;
}
.social .fa-facebook-square
{
	color:#4A6EA9;
	margin:3px;
}
.social .fa-google-plus-square
{
	color:#E45F43;
	margin:3px;
}
.social .fa-twitter-square
{
	color:#00ACED;
	margin:3px;
}
.footer-bottom
{
	background-color:black;
}

.carousel-control{
	opacity:none;
}
/* Responsive Styles */
@media (min-width:320px) and (max-width: 640px){
	
.container {
    width: 95% !important;
	padding-right: 5px;
	padding-left: 5px;
}
.top-menu .navbar-toggle {
    border: 1px solid #5B9334;
    margin-top: 90px;
	margin-right: 10px;
	margin-bottom:2px;
}
.top-menu .navbar-toggle .icon-bar {
    background: #5B9334 none repeat scroll 0 0;
}
.logo {
    height: 20px;
    margin: 0;
    padding-top: 15px;
    position: absolute;
    top: 1px;
    width: 99%;
}
.logo img {
    height: 95px;
    left: -5px;
    padding-top: 0;
    position: absolute;
    top: 0;
    width: 97%;
}
.navbar-header {
    height: 105px;
}
.menu {
    height: auto;
}

header.carousel  {
	height: 30%;
}
.carousel-indicators {
    bottom: -14px;
}
.about {
    padding: 5px;
}
.about p{
    padding-top: 5px;
}
.featured h3 {
    padding: 0 5px !important;
}
.second p {
    margin: 2px 0;
    padding: 5px 17px 5px 20px;
    text-align: justify;
}
.second ul {
    padding: 0px 20px 5px 35px;
    margin: 0px 0px 0px 5px;
}
.second img {
    width: 79%;
    height: 45%;
    margin-bottom: 10px;
}
/* testimonials */
#testimonials-row
{
	height:380px;
}
#testimonials-row img{
margin-top:25px;
line-height:1.8;
}

#column_box
{
	padding:0px;
	margin:0px;
}
#column_box .col-xs-6
{
	padding-left: 5px;
    padding-right: 5px
}
#column_box  img 
{
    height: 70px;
    width: 100% !important;
	margin-top: 10px;
}
/* services */
div.services-tab-container {
	 margin: 10px 10px 15px;
}
div.services-tab-content {
	padding-left: 0px !important;
}
.products .product
{
	width:91%;
}
.product ul {
    margin-left: 10px;
}
.product p {
    padding: 10px;
}
.third img{
	margin-left: 40px;
height: 42%;
width: 76%;
float: none;
}
/* .third p
{
	padding:10px 25px 10px 20px;
	text-align:justify;
	margin:25px 20px 10px 25px;
} */
.third p {
    margin: 2px 0;
    padding: 5px 17px 5px 20px;
    text-align: justify;
}
.third ul {
    padding: 0px 20px 5px 35px;
    margin: 0px 0px 0px 5px;
}
.third li {
    margin: 0 10px 10px 10px;
    padding: 0 15px 0 0;
}
.third h4 {
    margin: 5px 10px 10px;
    padding: 10px 15px 10px 25px;
}
.testimonials{
	height:280px;
}
.ourstory, .technology , .cleanas, .contctus{
    padding-left: 5px;
    padding-right: 5px;
    width: 89% !important;
}
.ourstory img {
    height: 33%;
    margin: 15px 4px;
    width: 97%;
}
.inside h2
{
	margin:15px 2px;
}
.ourstory p,.ourstory p, .technology p {
    padding: 10px 5px;
}
.technology img {
    left: 0px;
}
.benifits {
    height: 326px;
}
.cleanase img {
    left: 40px;
    width: 61%;
}
.cleanase  .benifits {
    height: 275px;
}
}



@media ( max-width :991px) {
	.customer-img,.img-related {
		margin-bottom: 30px;
	}
}

@media (min-width:768px) and (max-width: 1024px){
.top-menu .container {
    padding: 0px;
}
.navbar .container {
    width: 95% !important;
}
.container {
    width: 95% !important;
}
.menu li > a {
    padding: 5px 10px;
	margin-left: 5px;
}

.img-portfolio {
	margin-bottom: 15px;
}
.logo {
    width: 45%;
}
.logo img {
    height: 97px;
     left: -25px;
    padding-top: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
header.carousel  {
	height: 39%;
}
.carousel-indicators {
    bottom: 5px;
}
#column_box
{
	padding:0px;
	margin:0px;
}
#column_box  img 
{
    height: 70px;
    width: 100% !important;
	margin-top: 10px;
}
.products .product
{
	margin:15px 15px 15px 5px;
	border:1px solid #bababa;
	padding:10px;
	width:47%;
	text-align:center;
}
.products {
    padding: 10px !important;
}

.second img {
   height: auto;
    width: 45%;
}
.third img {
    float: none;
    height: 31%;
     margin: 5px 20px 5px 20px;
    width: 41%;
}
.third p {
    padding: 0px;
}
.testimonials{
	height:154px;
}
#testimonials-row {
    height: 250px;
}
.ourstory p {
    padding: 10px 5px;
}
.ourstory h3 {
    line-height: 35px;
    padding: 5px 0 12px;
}
.panel-group .panel {
    margin: 6px 0;
}
}

@media (min-width:1024px) and (max-width: 1280px){

header.carousel  {
	height: 75%;
}
.second img {
 
    height: 81%;
    width: 45%;
	margin-top:0px;
}

.products .product {
    background-color: #f5f5f5;
    border: 1px solid #bababa;
    margin: 15px 20px 15px 22px;
    padding: 10px;
    text-align: center;
    width: 29%;
}
}

