.body {
	padding-top: 0px;
}
.home-banner .baner-image {
	background-image: url(../img/Banner_image.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}
.home-banner .content .image {
	width: 160px;
    display: table;
    margin: 0px auto;
    margin-bottom: 30px;
}
.home-banner .baner-image img{
	height: 100%;
	width: 100%;
}
.home-banner .content {
	padding-top: 70px;
	box-sizing: border-box;
}
.home-banner .content .sub-heading h3{
	color: #143f91;
    font-size: 45px;
    line-height: 50px;
    font-weight: 100;
    margin-bottom: 0px;
}
.home-banner .content .title h4 {
	color: #143f91;
    font-size: 44px;
    font-weight: 700;
}
.home-page .update-section{
	margin: 30px auto;
	width: 900px;
}
.home-page .update-section .sub-heading h2{
	font-size: 14px;
	text-transform: uppercase;
	color: #143f91;
	font-weight: 600;
	margin-bottom: 15px;
}
.home-page .update-section li{
	padding: 0px 100px;
}
.home-page .update-section li .schedule-date{
	display: table;
    float: left;
    color: #5f5f5f;
    font-weight: 600;
    font-size: 12px;
    border-bottom: 2px solid #d9d9d9;
}
.home-page .update-section li .content{
	display: table;
    padding-left: 20px;
}
.home-page .update-section li .content .heading{
	font-size: 22px;
	font-weight: 600;
	line-height: 36px;
}
.home-page .update-section li .content .text .read-more {
    font-size: 14px;
    color: #143f91;
    font-weight: 600;
    text-decoration: none;
}
.home-page .update-section li .content .text .read-more:hover {
	color: #Ffd238;
}
.home-page .update-section .bx-wrapper .bx-controls-direction a {
    text-decoration: none;
    font-size: 25px;
}
.home-page .update-section .bx-wrapper .bx-controls-direction a.bx-prev {
    background: url(../img/home/left-arrow.png);
    background-repeat: no-repeat;
    font-size: 0px;
}
.home-page .update-section .bx-wrapper .bx-controls-direction a.bx-next {
    background: url(../img/home/right-arrow.png);
    background-repeat: no-repeat;
    right: 0;
    font-size: 0px;
}
.home-page .update-section .bx-wrapper .bx-controls-direction a{
	text-indent: 0 !important;
}



.home-page .section-video .video {
	position: relative;
}
.home-page .section-video .content{
	position: absolute;
   top: 0%;
   transform: translateY(-0%);
   -ms-transform: translateY(-0%);
   -webkit-transform: translateY(-0%);
   left: 0px;
   width: 100%;
   height: 500px;
}
.home-page .section-video .content .video-content {
	padding: 25px;
	background: #EDEDED;
	opacity: .9;
	width: 450px;
	margin: 127px 0 0 70px;
	box-sizing: border-box;
}
.home-page .section-video .content .video-content .side-heading{
	font-size: 14px;
	text-transform: uppercase;
	color: #404040;
	font-weight: 600;
}
.home-page .section-video .content .video-content .sub-heading h2{
	color: #143f91;
   font-weight: 100;
   letter-spacing: 3px;
}
.home-page .section-video .content .video-content .text{
	font-size: 14px;
	line-height: 22px;
}






.home-page .our-products {
	padding: 80px 0px;
	box-sizing: border-box;
}
.home-page .our-products .heading h1 {
	color: #143f91;
	text-align: center;
	letter-spacing: 3.5px;
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 100;
}
.home-page .our-products .all-products .first-row {
	background-image: url(../img/home/Milk-Products-image.png);
    height: 600px;
}
.home-page .our-products .second-row {
	background-image: url(../img/home/Sweets_image.png);
    height: 500px; 
}
.home-page .our-products .third-row {
	background-image: url(../img/home/Icecreams-image-second-new.png);
    height: 700px;
}
.home-page .our-products .common-row {
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.home-page .our-products .all-products .first-row .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	-ms-transform: translate(-50%); /* IE 9 */
  -webkit-transform: translate(-50%); /* Safari */
}
.home-page .our-products .all-products .second-row .content {
	position: absolute;
	top: 50%;
	left: 55%;
	transform: translate(-55%, -50%);
	-ms-transform: translate(-55%, -50%); /* IE 9 */
  -webkit-transform: translate(-55%, -50%); /* Safari */
}
.home-page .our-products .all-products .third-row .content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	-ms-transform: translate(-50%); 
  -webkit-transform: translate(-50%); 
}
.home-page .our-products .all-products .content .heading h2 {
	color: #143f91;
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 20px;
    font-style: italic;
    text-transform: capitalize;
}
.home-page .our-products .all-products .content .link a {
	text-decoration: none;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #143f91;
    color: #fff;
    font-size: 11px;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.5px;
}
.home-page .our-products .all-products .content .link a:hover {
	background: #ffd239; 
}
.home-banner {
	position: relative;
}
.home-banner .down-arrow-image {
	position: absolute;
	top: auto;
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	cursor: pointer;
}

@media(max-width: 767px) {
	.home-banner .baner-image {
		background-image: url(../img/home/home-banner-mob.jpg);
		height: 400px;
	}
	.home-banner .content .image {
		width: 130px;
	}
	.home-banner .content .image {
		display: table;
    	margin: 0px auto;
    	margin-bottom: 10px;
	}
	.home-banner .content .sub-heading h3 {
		font-size: 18px;
		line-height: 28px;
   		margin-bottom: 0px;
	}
	.home-banner .content .title h4 {
		font-weight: 600;
		font-size: 17px;
	}
	.home-page .update-section li{
		padding: 0px;
	}
	.home-page .update-section li .schedule-date{
		display: block;
	    float: none;
	    border-bottom: none;
	}
	.home-page .update-section li .content{
		display: block;
	    padding-left: 0px;
	}
	.home-page .update-section li .content .heading{
		font-size: 18px;
		font-weight: 600;
		line-height: 24px;
	}
	.home-page .update-section .bx-wrapper .bx-controls-direction a.bx-next{
		right: -30px;
	}
	.home-page .update-section .bx-wrapper .bx-controls-direction a.bx-prev{
		left: -20px;
	}
	.home-page .section-video .content {
		position: relative;
		top: 0;
		left: 0;
		width: 100%;
		height: auto;
		transform: none;
		-ms-transform: none
  -webkit-transform: none
	}
	.home-page .section-video .content .video-content{
		padding: 25px 15px;
     	background: none; 
     	opacity: 1;
     	width: 100%;
    	margin: 0px 0 0 0px; 
	}
	.home-page .section-video .content .video-content .side-heading{
		margin-bottom: 10px;
	}
	.home-page .section-video .content .video-content .sub-heading h2 {
	    font-size: 24px;
	}
	.home-page .our-products .heading h1 {
		letter-spacing: 2px;
		font-size: 25px;
		margin-bottom: 0px;
	}
	.home-page .our-products {
		padding: 20px 0px 40px;
	}
	.home-page .our-products .common-row {
		background-size: contain;
	}
	.home-page .our-products .all-products .first-row {
		background-image: url(../img/home/Milk-Products-Left-image.png);
	    height: 260px;
	}
	.home-page .our-products .second-row {
		background-image: url(../img/home/Sweets-RIght-image.png);
	    height: 265px; 
	}
	.home-page .our-products .third-row {
		background-image: url(../img/home/Icecreams-Left-image.png);
	    height: 330px;
	}
	.home-page .our-products .all-products .common-row {
		margin-top: 70px;
	}
	.home-page .our-products .all-products .first-row  {
		margin-top: 120px;
	}
	.home-page .our-products .all-products .second-row  {
		margin-top: 100px;
	}
	.home-page .our-products .all-products .third-row  {
		margin-top: 100px;
	}
	.home-page .our-products .all-products .common-row .content {
		position: relative;
		top: -40px;
		left: auto;
		transform: none;
		-ms-transform: none
  -webkit-transform: none
	}
	.home-page .our-products .all-products .first-row .content,
	.home-page .our-products .all-products .second-row .content {
		top: -80px;
	}
	.home-page .our-products .all-products .third-row .content {
		top: -60px;
	}
	.home-page .our-products .all-products .content .link a {
		padding: 8px 10px;
		box-sizing: border-box;
	}
	.home-page .our-products .all-products .content .heading h2 {
		font-size: 22px;
    	line-height: 26px;
    	margin-bottom: 10px;
	}
	.home-page .update-section {
		width: 100%;
	}
	.home-page .section-video .video iframe {
		height: 400px ! important;
	}
	.home-banner .down-arrow-image {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.home-banner .baner-image {
        height: 440px;
    }
    .home-banner .baner-image .image {
        width: 120px;
        margin: 0px auto;
        margin-bottom: 10px;
    }
    .home-page .section-video .video iframe {
    	height: 340px;
    }
    .home-page .section-video .content {
    	position: relative;
    	top: auto;
    	left: 0px;
    	width: 100%;
    	max-width: 100%;
    	transform: none;
    	-ms-transform: none
		  -webkit-transform: none;
		  height: auto;
    }
    .home-page .our-products {
    	padding: 40px 0px 40px;
    }
    .home-page .our-products .all-products .first-row {
    	height: 340px; 
    }
    .home-page .our-products .second-row {
	    height: 340px; 
	}
	.home-page .our-products .third-row {
	    height: 340px;
	}
	.home-page .our-products .all-products .common-row {
		margin-top: 70px;
	}
	.home-page .our-products .heading h1 {
		font-size: 35px;
	}
	.home-page .our-products .all-products .content .heading h2 {
		font-size: 30px;
    	line-height: 40px;
	}
	.home-page .our-products .all-products .first-row .content {
		top: 30%;
	}
	.home-page .our-products .all-products .third-row .content {
		left: 55%;
	}
	.home-page .update-section {
		width: 100%;
	}
	.home-page .section-video .content .video-content{
     	width: 100%;
    	margin: 0px 0 0 0px; 
	}
	.home-banner .down-arrow-image {
		display: none;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {
	.home-banner .baner-image {
        height: 480px;
    }
    .home-banner .baner-image .image {
        width: 120px;
        margin: 0px auto;
        margin-bottom: 10px;
    }
    .home-page .section-video .video iframe {
    	height: 453px;
    }
    .home-page .section-video .content {
    	left: 20px;
    }
    .home-page .section-video .content .video-content {
    	padding: 20px;
    	width: 430px;
    	margin: 80px 0 0 10px;
    }
    .home-page .our-products .all-products .first-row {
    	height: 460px; 
    }
    .home-page .our-products .second-row {
	    height: 460px; 
	}
	.home-page .our-products .third-row {
	    height: 460px;
	}
	.home-banner .down-arrow-image {
		display: none;
	}
}


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