*{
margin:0px;
padding:0px;
}
body{
font-family:"open sans";
font-size:16px;
color:#747474;
}
img{
border:none;
}
ul{
list-style:none;
}
a{
text-decoration:none;
}
.header {
padding:20px 0 15px 0;
}
.social ul li{
padding:0 8px;
float:left
}
.social ul li:last-child {
    position: absolute;
    right: 0;
}
.i fa-facebook{
    font-size: 25px;
    padding: 0 2px;
}
i.fa.fa-facebook-square,i.fa.fa-twitter-square,i.fa.fa-google-plus-square{
margin-right:0px;
}
.stay i{
	font-size:30px;
	   line-height: 15px;
}
.line{
position:relative;
padding:30px 0;
}
.line:before{
width:100%;
position:absolute;
content:'';
border:1px solid #e8ecf2;
}
@import url(http://fonts.googleapis.com/css?family=Open+Sans);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Open Sans';
  line-height: 1;
  background: #ffffff;
}

#cssmenu > ul > li {
  float: left;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding:15px 20px;
  font-size:17px;
  color:#404b81;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  border-top:2px solid transparent;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
  color:#771013;
  background:#e2e8ef;
  border-top:2px solid #771013;
  text-decoration:none;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top: 21px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #009ae1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: 32px;
}
#cssmenu ul ul li a {
  padding: 10px 20px;
  width: 260px;
  font-size: 14px;
  background:#4b86d2;
  text-decoration: none;
  text-transform:capitalize;
  font-family:"open Sans";
  color:#fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  z-index: 9999;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color:#000;
  font-weight:bold;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width:100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;
    border-top: 1px solid rgba(120, 120, 120, 0.15);
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 12px;
    color: #000000;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #000000;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color:#771013;
    cursor: pointer;
    font-size:18px;
	font-weight:bold;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #000000;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #000000;
    border-bottom: 2px solid #000000;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #000000;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}
.border img{
	width:100%;

}

.<!--carousel {
  height: auto;

}
.carousel-indicators{
display:none;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
.border {
    margin-bottom: -1px;
}
.banner_bottom{
width:100%;
min-height:142px;
background:#4b86d2;
text-align:center;
padding:15px 0 25px 0;
margin-bottom:25px;
}
.banner_bottom h1{
font-size:18px;
text-align:center;
color:#FFFFFF;
}
/*<!--.product{
margin-bottom:38px;
}-->*/
.featured h1{
font-size:21px;
color:#771013;
font-weight:bold;
text-align:center;
padding-left:20px;
background:url(../image/pro.png)center no-repeat;
text-transform:uppercase;

}
.controls.pull-right.hidden-xs {
    font-size: 36px;
	margin-top:0px;
}
a.fa {
	  color:#AEAEAE;
}
.first{
width:256px;
height:325px;
float:left;
border:1px solid #676767;
margin-right:30px;
padding:0px;
}
.Proteose{
width:100%;
height:267px;
background:url(../image/first.jpg) top center no-repeat;
}

.Proteose a{
font-size:14px;
font-weight:normal;
margin-top:295px;
color:#6c6c5d;
float:right;
text-decoration:none;
padding:0 5px;
}
.Proteose a:hover{
color:#771013;
}
.Proteose h1{
font-size:16px;
font-weight:normal;
color:#6c6c5d;
padding:0 5px;
text-transform:capitalize;
margin-top:273px;
float:left;
}
.secend{
width:252px;
height:325px;
float:left;
border:1px solid #676767;
margin-right:30px;
padding:0px;
}
.Powder{
width:100%;
height:267px;
background:url(../image/images/pro2.jpg)center no-repeat;
}

.Powder a{
font-size:14px;
font-weight:normal;
margin-top:295px;
color:#6c6c5d;
float:right;
text-decoration:none;
padding:0 5px;
}
.Powder a:hover{
color:#771013;
}
.Powder h1{
font-size:16px;
font-weight:normal;
color:#6c6c5d;
padding:0 5px;
text-transform:capitalize;
margin-top:273px;
float:left;
}
.third{
width:252px;
height:325px;
float:left;
border:1px solid #676767;
margin-right:30px;
padding:0px;
}
.Meat{
width:100%;
height:267px;
background:url(../image/meat.jpg)top center no-repeat;
}

.Meat a{
font-size:14px;
font-weight:normal;
margin-top:295px;
color:#6c6c5d;
float:right;
text-decoration:none;
padding:0 5px;
}
.Meat a:hover{
color:#771013;
}
.Meat h1{
font-size:16px;
font-weight:normal;
color:#6c6c5d;
padding:0 5px;
text-transform:capitalize;
margin-top:273px;
float:left;
}

.fourth{
width:256px;
height:325px;
float:left;
border:1px solid #676767;
padding:0px;
}
.Peptone{
width:100%;
height:267px;
background:url(../image/pow.jpg)top center no-repeat;
}

.Peptone a{
font-size:14px;
font-weight:normal;
margin-top:295px;
color:#6c6c5d;
float:right;
text-decoration:none;
padding:0 5px;
}
.Peptone a:hover{
color:#771013;
}
.Peptone h1{
font-size:16px;
font-weight:normal;
color:#6c6c5d;
padding:0 5px;
text-transform:capitalize;
margin-top:273px;
float:left;
}
.happy {
    padding-left: 0px;
    padding-right: 0px;
}
.client h1{
font-size:21px;
color:#771013;
font-weight:bold;
padding-left:28px;
background:url(../image/pro2.png)left no-repeat;
text-transform:uppercase;
margin-bottom:20px;
}
.client img{
float:left;
margin-right:25px;
}
.client h2{
font-size:13px;
font-weight:400px;
color:#545454;
text-transform:uppercase;
margin-top:0px;
}
.client p{
font-size:11px;
color:#747474;
margin-top:15px;
margin-bottom:35px;
line-height:13px;
}
.client a{
font-size:13px;
color:#545454;
text-transform:uppercase;
font-style:italic;
border:1px solid #545454;
padding:10px 13px;
text-decoration:none;
}
.client a:hover{
color:#4b86d2;
		border:1px solid #4b86d2;
	}
.testimonial h1{
font-size:21px;
color:#771013;
font-weight:bold;
padding-left:28px;
background:url(../image/pro3.png)left no-repeat;
text-transform:uppercase;
margin-bottom:20px;
}
.font1,.font3{
padding:0 10px;
border:2px solid #94b7e4;
}
.font2{
position:relative;
}
.font2 img{
    position: absolute;
    bottom: 25px;
    left: 153px;
}

.font1 h2,.font3 h2{
font-size:13px;
color:#4e698f;
font-style:italic;
margin-top:10px;
}
.font1 p{
font-size:11px;
color:#747474;
margin:10px 0 27px 0;
line-height: 15px;
}
.font3 p{
font-size:11px;
color:#747474;
margin:10px 0 44px 0;
line-height: 15px;
}
.font2 h3{
font-size:11px;
color:#959595;
text-transform:uppercase;
font-style:italic;
padding-top:10px;
line-height: 15px;
}
.font2 h3 span{
font-size:11px;
color:#959595;
text-transform:lowercase;
font-style:italic;
}
.font2 h4{
font-size:10px;
color:#959595;
font-style:italic;
}

/*.info{
margin-top:50px;
}*/
.about h1{
font-size:21px;
color:#771013;
font-weight:bold;
padding-left:28px;
background:url(../image/pro5.png)left no-repeat;
text-transform:uppercase;
margin-bottom:32px;
}
.about p{
font-size:13px;
color:#565656;
text-align:justify;
margin-bottom:15px;
line-height:17px;
}
.about a{
font-size:13px;
color:#b5b5b5;
float:right;
text-decoration:none;
}
.about a:hover{
color:#771013;
}
.enquiry h1{
font-size:21px;
color:#771013;
font-weight:bold;
padding-left:28px;
background:url(../image/pro6.png)left center no-repeat;
text-transform:uppercase;
margin-bottom:30px;
margin-top:0px;
}

.enquiry form input{
margin-bottom:10px;
float:left;
}
.enquiry form input[type="text"]{
outline:none;
background:none;
width:100%;
height:35px;
border:1px solid #b5b5b5;
color:#545454;
font-size:12px;
padding-left:5px;
}
.enquiry form input::-webkit-input-placeholder{
font-size:12px;
font-style:italic;
font-weight:normal;
color:#b7b7b7;
}
textarea{
outline:none;
background:none;
width:100%;
height:77px;
border:1px solid #b5b5b5;
color:#545454;
font-size:12px;
padding:5px;
}
textarea::-webkit-input-placeholder{
font-size:12px;
font-style:italic;
font-weight:normal;
color:#b7b7b7;
}
.enquiry form input[type="submit"]{
outline:none;
background:none;
background:#4b86d2;
border:none;
padding:9px 32px;
font-size:15px;
border-radius:10px;
margin-top:12px;
color:#fff;
}
.enquiry form input[type="submit"]:hover{
background:#771013;
top:50%;
}
.footer{
padding:30px 0;
background:url(../image/footer.jpg) center no-repeat;
background-size:100% 100%;
margin-top:30px;
}
.inform h1{
font-size:22px;
color:#FFFFFF;
font-weight:normal;
text-transform:uppercase;
padding-left:35px;
margin-top:0px;
background:url(../image/pro7.png) left center no-repeat;
}
.inform ul li a{
font-size:16px;
color:#FFFFFF;
line-height:40px;
text-decoration:none;
font-weight:normal;
}
.inform ul li a:hover{
color:#00132A;
}
.our h1{
font-size:22px;
font-weight:normal;
color:#FFFFFF;
text-transform:uppercase;
padding-left:35px;
margin-top:0px;
background:url(../image/pro7.png) left center no-repeat;
}
.our ul li a{
font-size:16px;
color:#FFFFFF;
line-height:35px;
text-decoration:none;
font-weight:normal;
}
.our ul li a:hover{
color:#00132A;
}
.address h1{
font-size:22px;
font-weight:normal;
margin-top:0px;
color:#FFFFFF;
text-transform:uppercase;
padding-left:35px;
background:url(../image/pro7.png) left center no-repeat;
}
.address ul li a{
font-size:16px;
color:#FFFFFF;
line-height:35px;
text-decoration:none;
font-weight:normal;
}

i.fa.fa-chevron-right {
    font-size: 14px;
    color: #FFFFFF;
    margin-right: 10px;
}
.copy{
height:auto;
}
.copy h1{
font-size:14px;
color:#545454;
font-weight:normal;
text-decoration:none;
float:left;
margin:20px 0;
}
.col-item{
margin-bottom:50px;

}
.copy h2{
font-size:14px;
color:#545454;
font-weight:normal;
text-decoration:none;
float:right;
margin:20px 0;
}
.copy h2 a{
font-size:14px;
color:#545454;
font-weight:normal;
text-decoration:none;
float:right;

}



.banner-container								{width:100%;  margin:0px 0px 0px 0px; z-index:9999; padding:0px;  /* border-bottom:3px solid #203c00; border-top:3px solid #203c00;*/}
.banner-container .inbanner						{width:100%;  float:right; margin:0; padding:0; position:relative;}
.inbanner ul li img								{width:100%; margin:auto;/* box-shadow: 1px 1px 10px #E6E6E6;*/ }
.banner-container .static-banner					{width:100%; display:block; position:relative; min-height:144px;
													background: url(../images/static-gradient.jpg) repeat-x #666666; 
													border-bottom:4px solid #707070; margin:-3px 0 0 0;}
.static-banner .men								{position:absolute; right:0; bottom:0; z-index:1;}
.static-banner .satis							{position:absolute; left:3%; bottom:0; z-index:1;}
.banner-container .static-banner > big			{font-family:'gothic',Arial, Helvetica, sans-serif; color:#121418;
												 font-size:32px; font-style:italic; font-weight:bold;
												 display:block; padding:60px 0 0 0; margin:0 0 0 16%;}
.banner-container .static-banner > big span	     {font-weight:normal; font-style:normal;}	

.scroler							{margin-top:45px; padding-left:0px; padding-right:0px;}
.scroler .bx-next					{ width:30px; height:30px; right:10px;  background:url(../image/images/forward-arrow.png) no-repeat;
									 position:absolute;}
.scroler .bx-prev					{width:30px; height:30px; right:50px;   background:url(../image/images/backward-arrow.png) no-repeat;
									 position:absolute;}
.scroler .bx-controls-direction a         { position: absolute; top:0%;  outline: 0px none; width:50px; height:50px; text-indent: -9999px; z-index: 9999;}


<!------------------------about-------------------------------->
<!------------------------about-------------------------------->
.about-us{
    margin-top: 30px;
}
.about-us h1{
	font-size:26px;
	font-weight:bold;
	color:#404b81;
	margin-top:30px;
	margin-bottom:15px;
	}
	.about-us p{
	font-size:14px;
	font-family:"Arial";
	color:#565656;
	padding-bottom:15px;
	text-align:justify;
	line-height:20px;
	}
.about-us strong{
	font-size:13px;
	font-weight:bold;
	color:#565656;
	}
.product-range{
    height: auto;
    background: #F9F8FF;
    box-shadow: 0 0 10px rgba(0,0,0,0.18);
    margin-top: 30px;
	padding:20px;
}

.product-range h1{
	font-size:20px;
	font-weight:bold;
	color:#771013;
	margin-bottom: 15px;
}

.product-range ul li a{
		font-size:14px;
		color:#565656;
		padding:0 10px;
		text-decoration:none;
	}
.product-range ul li{
	padding-bottom:15px;
}
.factsheet {
    margin-top: 15px;
}
.factsheet h1{
	font-size:18px;
	font-weight:bold;
	color:#771013;
	margin-left: 15px;
	margin-top:0px;
	margin-bottom: 10px;
}

.factsheet h2{
	font-size:26px;
	font-weight:bold;
		color:#404b81;
		margin-bottom:20px;
}
.tittle ul li{
padding-left:10px;
	color:#747474;
	background:#F4F4FB;
	font-size:14px;
	height:auto;
	line-height:30px;
	border-bottom:1px solid #565656;
}
li.ragi,li.ragi3{
font-size:0px !important;
border-bottom:none !important;
}
.mani2{
	padding-bottom:30px;
}

.nature{
	float:left;
}
.nature ul li{
padding-left:10px;
	color:#747474;
	font-size:14px;
	height:auto;
	line-height:30px;
			border-bottom:1px solid #565656;
}


<!------------------------product-------------------------------->
<!------------------------product-------------------------------->

.our-product{
	margin-top:30px;
	float:left;
}
.our-product h1{
	font-size:26px;
	font-weight:bold;
	color:#404b81;
	margin-top:30px;
	margin-bottom:20px;
	}
	.minerals{
		margin-bottom:30px;
	}
.minerals h2{
	font-size:20px;
	font-weight:bold;
	color:#771013;
	margin-top:0px;
	margin-bottom:10px;
	text-align:center;
	}
.minerals p,.raw p,.raw2 p{
	font-size:14px;

	color:#565656;
	padding-bottom:15px;
	text-align:justify;
	line-height:20px;
	}
	.box{
	height: 60px;
	background:#426796;
	text-align:center;

	}
	.box h1{
		color:#fff;
		font-size:24px;
		margin-top: 0px;
	}
.pannel,.pannel2{
	line-height:50px;
	text-align:center;
}
.pannel ul,.pannel2 ul{

    background: linear-gradient(to bottom,#4B86D2 0%,#426796 75px);
	padding: 0 5px;
}
.pannel ul li a,.pannel2 ul li a{
	font-size:18px;	
	color:#fff;
	text-decoration:none;
}
.pannel ul li a:hover,.pannel2 ul li a:hover{
		color:#00132A;
}
.pannel ul li,.pannel2 ul li{
		border-bottom:1px solid #fff;
}
.pannel ul li:last-child,.pannel2 ul li:last-child{
		border-bottom:none;
}
.pannel ul li span,.pannel2 ul li span{
	color:#00132A;
}
	.raw,.raw2{
		margin-bottom:30px;
	}
	.raw2,.pannel2{
		margin-top:30px;
	}
.raw h1,.raw2 h1{
	font-size:20px;
	text-transform:uppercase;
	font-weight:bold;
	color:#771013;
	margin-top:0px;
	margin-bottom:15px;
	text-align:center;
	}
.peptone {
    margin-bottom: 30px;
}
.peptone h3,.peptone2 h3{
	font-size:16px;
	color:#464646;
	margin-bottom: 25px;
    margin-top: 15px;
	text-align:center;
	}
	.peptone a{
	font-size:14px;
	color:#fff;
	background:#4b86d2;	
	text-align:center;
	padding:8px 14px;
	border-radius:6px;
	text-decoration:none;
	margin-left:97px;
	}
	.peptone2 a{
			font-size:14px;
	color:#fff;
	background:#4b86d2;	
	text-align:center;
	padding:8px 14px;
	border-radius:6px;
	text-decoration:none;
	margin-left:164px;
	}
	.product p{
	font-size: 14px;
    color: #565656;
    padding-bottom: 5px;
    text-align: justify;
	}
.peptone a:hover,.peptone2 a:hover{
	background:#771013;	
}
.two{
	margin-top:25px;
}




.about{
	margin-top:25px;
	float:left;
}
.text h1{
	color:#771013;
	font-size:24px;
	margin-bottom:20px;
	font-family:"Arial";
}
.salt{
		margin-top:30px;
}
.text{
	padding-left:0px;

}
.text p{
	font-size:14px;
	text-align:justify;
	margin-bottom:25px;
	line-height:20px;
}
.text ul{
	list-style-type:square;
	   margin-bottom:25px
}
.text ul li{
	font-size:14px;
	 margin-bottom:10px
}
li.dot {
    margin-left:17px;
}
.image img{
	border:6px solid #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.18);
}
.text h2,h3{
	 font-weight:bold;
	     color: #404b81;
	font-size:15px;
	margin-bottom:15px;
}

.range{
	height:auto;
	background:#F9F8FF;
	box-shadow: 0 0 10px rgba(0,0,0,0.18);
	
}
.profile h1{
	font-size:26px;
	font-weight:bold;
	color:#404b81;
	margin-top:0px;
	margin-bottom:15px;
	}
.range h1{
	font-size:20px;
	font-weight:bold;
	color:#771013;
	
	}
.profile p{
	font-size:14px;
	color:#565656;
	padding-bottom:5px;
	text-align:justify
	}
.profile strong{
	font-size:13px;
	font-weight:bold;
	color:#565656;
	}
.product ul li a{
		font-size:14px;
		color:#565656;
		padding:0 10px;
		text-decoration:none;
	}
.product ul li{
	padding-bottom:10px;
}
<!------------------------client-------------------------------->
<!------------------------client-------------------------------->

.profile{
}
.profile{
margin-bottom:30px;
}

.profile h1{
	font-size:26px;
	font-weight:bold;
	color:#404b81;
	margin-top:30px;
	margin-bottom:15px;
}
	.profile h2{
	font-size:20px;
	font-weight:bold;
	color:#771013;
	text-align:center;
	margin-top:0px;
	margin-bottom:15px;
	}
	.profile p{
	font-size:14px;
	color:#565656;
	line-height: 20px;
	text-align:justify;
	margin-bottom:25px;
	}
.profile strong{
	font-size:13px;
	font-weight:bold;
	color:#565656;
	}

.satisfaction{
	height:auto;
	background:#F9F8FF;
	box-shadow: 0 0 10px rgba(0,0,0,0.18);
	margin-bottom:30px;
	float: right;
	margin-top: 30px;
	padding:20px;
}
.satisfaction ul li{
	font-size: 14px;
    color: #565656;
    padding: 0 2px;
    text-decoration: none;
	list-style: circle;
	    margin-left: 26px;
			line-height: 20px;
}
.satisfaction img{
	margin:10px 0 0 30px;
}
.satisfaction h1{
	font-size: 20px;
    font-weight: bold;
    color: #771013;
    margin-bottom: 15px;
}
	.satisfaction p{
		font-size:14px;
		color:#565656;
		text-decoration:none;
		line-height: 20px;
		margin-bottom:10px;
	}

	.happy img{
		width:100%;
		border:8px solid #fff;
		border-radius:15px;
		box-shadow:0 0 10px rgba(0,0,0,0.18);
	}
	.happy_text h1{
		font-size:18px;	
		color:#4b86d2;
		margin-bottom:13px;
		margin-top: 0px;
	}
		.happy_text p{
		font-size:14px;	
		color:#565656;
		margin-bottom:30px;
	}
	.client {
    margin-bottom: 35px;
}
	.happy_text a{
font-size:13px;
color:#545454;
text-transform:uppercase;
font-style:italic;
border:1px solid #545454;
padding:10px 13px;
text-decoration:none;

	}
	.happy_text a:hover{
		color:#4b86d2;
		border:1px solid #4b86d2;
	}
.product ul li a{
		font-size:14px;
		color:#565656;
		padding:0 10px;
		text-decoration:none;
	}

.product ul li{
	padding-bottom:10px;
}
.basic h1{
	font-size:20px;
	font-weight:bold;
	color:#771013;
}
.basic h2{
	font-size:26px;
	font-weight:bold;
		color:#404b81;
}
.tittle ul li{
	color:#747474;
	background:#F4F4FB;
	font-size:14px;
	height:auto;
	line-height:30px;
	border-bottom:1px solid #565656;
}
.nature{
	float:left;
}
.nature ul li{
	color:#747474;
	font-size:14px;
	height:auto;
	line-height:30px;
			border-bottom:1px solid #565656;
}

<!------------------------contact-------------------------------->
<!------------------------contact-------------------------------->
.map{
}
.map{
	margin-top:30px;
}

.map h1{
	font-size:26px;
	font-weight:bold;
	color:#404b81;
	margin-bottom:15px;
	}
	
.home img{
	float:left;
	margin-right:20px;
	
}
.home strong{
	font-size:20px;
	font-weight:bold;
	color:#771013;
	line-height:50px;
}
.home h1{
	font-size:14px;
	color:#747474;
	font-weight:normal;
	line-height:20px;
	margin-top:10px;
}

.query h1{
	font-size:26px;
	font-weight:bold;
	color:#404b81;
	padding-left:15px;
	margin-bottom:15px;
}

.information{
	margin:30px 0 0 0;
	float:left;
}
.enquiry h1{
font-size:22px;
color:#771013;
font-weight:bold;
padding-left:28px;
background:url(../image/pro6.png)left center no-repeat;
text-transform:uppercase;
margin-bottom:30px;
margin-top:0px;
}
.query {
padding:0px;
margin-top:20px;
}
.query input{
outline:none;
width: 100%;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #747474;
    padding: 10px;
	color:#333333;
}
.describe textarea{
	width: 100%;
	outline:none;
    height:150px;
    border-radius: 5px;
    border: 1px solid #747474;;
    padding: 10px;
	margin-top:20px;
	color:#333333;
}
.describe input[type="submit"]{
outline:none;
background:none;
background:#4b86d2;
border:none;
padding:9px 32px;
font-size:15px;
color:#fff;
border-radius:10px;
cursor:pointer;
margin-top:12px;
transition:all 0.8s ease-in-out-;
-webkit-transition:all 0.8s ease-in-out-;

}
.describe input[type="submit"]:hover{
background:#771013;
top:50%;
}
.describe textarea::-webkit-input-placeholder{
font-size:16px;
font-style:normal;
font-weight:normal;
color:#b7b7b7;
}
.certificate{
	padding: 70px 0;	
}
.certificate img {
	border: 10px solid #ccc!important;
	margin-bottom: 20px;
}