html, body {
	margin:0 !important;
	padding:0 !important;
	color: #555555 !important;
	font-family: 'Open Sans', sans-serif !important;	
	overflow-x:hidden !important;
}
span, label, h1, h2, h3, h4, h5, h6, p{
	margin:0 auto;
	padding:0;
}
.clr {
	clear:both;
}	
.scrollup {
    width: 70px;
    height: 70px;
    position: fixed;
    bottom: 50px;
    right: 100px;
    display: none;
    text-indent: -9999px;
    background: url('../images/icon-top.png') no-repeat center center;
	border-radius: 50%;
   // background-color: #009daf;
}
.blues
{
	background-color:#017dc6;
	padding-left:8px;
	padding-right:8px;
	color:white;
	border-radius:3px;
}
.f-nav {
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.95);
}

@media only screen and (min-width:320px) and (max-width:640px) {
	
}
@media only screen and (min-width:641px) and (max-width:991px) {
	
}
@media only screen and (min-width:992px) and (max-width:1258px) {
	
}
.actives{
	border-bottom:1px solid #9e2204;
	color:#9e2204 !important;
}

.row_pad
{
	padding-left:15px;
	padding-bottom:15px;
}

/*------------------- Header Start -------------------------------------------------------*/

.bx-wrapper {
    -moz-box-shadow: 0 0 0 transparent !important;
    -webkit-box-shadow: 0 0 0 transparent !important;
    box-shadow: 0 0 0 transparent !important;
    border: 0px solid transparent !important;
    background: #fff;
    margin: 0 !important;
}
.bx-wrapper .bx-pager{
	display: none;
}
.main_logo_top{
	padding-top: 5px;
    padding-bottom: 5px;
    position: absolute;
    z-index: +2;
}
.main_logo_top h1{
	margin: 0 !important;
	font-weight: 600;
    color: white;
    text-align: center;
    padding-top: 5%;
    text-shadow: 1px 1px 8px black;
    font-size: 52px;
}
@media only screen and (min-width:320px) and (max-width:640px) {
	.bx-controls-direction{
		display: none;
	}
	.main_logo_top h1{
		font-size:25px;
	}
}
@media only screen and (min-width:641px) and (max-width:991px) {
	
}
@media only screen and (min-width:992px) and (max-width:1258px) {
	
}
@media only screen and (min-width:1259px) and (max-width:1920px) {
	.main_logo_top h1{
		padding-left: 36%;
	}
}

/*----------------------------- Home_middle_1 ----------------------*/
.home_middle_1
{
	//padding-top:10px;
	//padding-bottom:30px;
	position:relative;
	background:#006ed4;
}

.background_1
{
	background:url("../images/about_img.png") no-repeat center center/ cover;
	//height:350px;
	min-height: 227px !important;
	position: absolute !important;
	top:0;
	bottom:0;
}

.about_bg
{
	
	padding:20px 10px;
	color:#ffffff;
}
.page_header
{
	padding-bottom:15px;
	text-transform:uppercase;
}

.page_header h3
{
	font-weight:bold;
}

.contents p
{
	line-height:1.6;
	text-align:justify;
}

.home_middle_1a
{
	padding-top:30px;
	padding-bottom:30px;
}

@media only screen and (min-width:320px) and (max-width:640px) {
	.background_1
	{
		background:initial;
	}
}
@media only screen and (min-width:641px) and (max-width:991px) {
	
}

/*----------------------------- Home_middle_2 ----------------------*/
.home_middle_2
{
	position:relative;
	background:#f1f1f1;
}

.background_2
{
	background:url("../images/cows_img1.png") no-repeat center center/ cover;
	//height:350px;
	min-height: 280px !important;
	position: absolute !important;
	top:0;
	bottom:0;
}

.cows_bg
{
	padding:20px 10px;	
}

.home_middle_2a
{
	position:relative;
	background:#f1f1f1;
}

.background_3
{
	background:url("../images/cows_img2.png") no-repeat center center/ cover;
	//height:350px;
	min-height: 255px !important;
	position: absolute !important;
	top:0;
	bottom:0;
}

@media only screen and (min-width:320px) and (max-width:640px) {
	.background_2, .background_3
	{
		background:initial;
	}
}

/*----------------------------- Home_middle_3 ----------------------*/
.home_middle_3
{
	padding-top:20px;
	padding-bottom:3%;
}

@media only screen and (min-width:320px) and (max-width:640px) {
	.product_img
	{
		padding-top:10px;
		padding-bottom:10px;
	}
}

/*----------------------------- Home_middle_4 ----------------------*/
.home_middle_4
{
	padding-top:10px;
	padding-bottom:30px;
	background:url("../images/diet_bg.png") no-repeat center center/ cover;
}

.diet_para
{
	line-height:1.6;
	text-align:center;
	padding: 0 20%;
}

/*----- testimonial -------*/
#quote-carousel {
    padding: 0 10px 10px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #1f84e2;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
}
#quote-carousel .carousel-control.right {
    right: -60px;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #f33;
    opacity: 1;
    overflow: hidden;
}
.carousel-inner {
    min-height: 180px;
}
.item blockquote {
    border-left: none;
    margin: 0;
	font-size:14px;
	line-height:1.6;
}

.item blockquote h4{
	color:#1f84e2;
}
/* .item blockquote p:before { */
    /* content: "\f10d"; */
    /* font-family: 'Fontawesome'; */
    /* float: left; */
    /* margin-right: 10px; */
/* } */
/*----------*/

@media only screen and (min-width:641px) and (max-width:991px) {
	.diet_para
	{
		padding: 0 0%;
	}
}
@media only screen and (min-width:320px) and (max-width:640px) {
	.diet_para
	{
		padding: 0 0%;
	}
}

/*----------------------------- Home_middle_5 ----------------------*/
.home_middle_5
{
	padding-top:10px;
}

/*----------------------------- Home_middle_6 ----------------------*/
.home_middle_6
{
	padding-top:30px;
	padding-bottom:30px;
	background:#f7f7f7;
}

.contact_form
{
	border-radius:5px;
	background:#006ed4;
	padding: 15px 20px;
}

.contact_form svg
{
	color:#fff;
	font-size: 40px;
	padding-bottom:10px;
}

/*-------------------------- footer ----------------------------------*/
footer
{
	padding-bottom:20px;
	padding-top:20px;
	background:#f9c93b;
}

footer h4
{
	color:#006ed4;
	text-transform:uppercase;
	font-weight:bold;
}
.icon_addr
{
	padding-top:10px;
}
.icon_addr .footer_icon, .icon_addr p
{
	display:table-cell;
}
.icon_addr p
{
	vertical-align:top;
}
.footer_icon
{
	width:20px;
}
.footer_icon svg
{
	font-size:15px;
	color:#006ed4;
}
.icon_addr p
{
	line-height:1.6;
	    color: black;
}

/*----- social media ----------*/
.follow{
	text-align:left;
}
.social_media ul
{
	//text-align:center;
	padding-top:10px;
	padding-left: 0;
	//float:right;
}

.social_media ul li
{
	text-align:center;
	display: inline-block;
	padding:0px 5px;
}

.social_media ul li a
{
	color:#333333;
}

.social_media ul li a:hover
{
	background:#006ed4;
	color:#fff;
}
.social_icon
{
	width:40px;
	height:40px;
	border:2px solid #333333;
	line-height:40px;
	border-radius:50%;
	transition:all .5s ease-in-out;
	background:#f9c93b;
}

.social_icon:hover
{
	background:#006ed4;
}

.social_icon svg
{
	font-size:18px;
}

@media only screen and (min-width:320px) and (max-width:640px) {
	.foot_addr, .social_media
	{
		padding-top:10px;
		padding-bottom:10px;
	}
}


/*------------------------------- copyright ---------------------------------*/
.copyright
{
	padding:5px;
	background:#006ed4;
	color:#fff;
	text-align:center;
}
.copyright p{
	font-size: 12px;
	margin: 0 !important;
}
.jayblues
{
	color:#fff;
}

.jayblues:hover
{
	text-decoration:none;
	color:#f9c93b;
}

.blues 
{
	background-color: #017dc6;
	padding-left: 8px;
	padding-right: 8px;
	color: white;
	border-radius: 3px;
}

.line_height
{
	padding:0px 20px;
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.line_height
	{
		display:none;
	}
}

.icon_addr p a{
	color:black;
	text-decoration:none;
}
	