﻿/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   One Page Scroll with Animations styles
   ========================================================================== */
/* Code Samples */
pre {
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -o-pre-wrap;
 background: #faf8f0;
 font-size: 14px;
}
code {
 display: block;
 padding: 0.5em 1em;
 border: 1px solid #bebab0;
}
body, html {
	height: 100%;
	min-height: 100%;
}
.loading {
	background: url('../img/ico_loading.gif') no-repeat center center;
}
#demo-content {
	
}
.section-content,
.fake-content {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-bottom: 1px #707070 solid;
}
.copy-container {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -192px;
	margin-left: 40px;
	width: 395px;
	z-index: 1;
}
.images-container {
	display: block;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	width: 670px;
	height: 600px;
}

/* Fade in animation - Slide 1 */
#fadeInAnim {
	background-image: url(../img/dairy01.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;	overflow: hidden;
}
#fadeIn1 {
	background-image: url(../img/our_vision.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;	overflow: hidden;
}

	#fadeInAnim .copy-container {
		margin-top: -162px;
		margin-left: 200px;
		width: 300px;
	}
	.fadeIn {
		
	}

/* Reveal animation - Slide 2 */
#revealAnim .copy-container {
	width: 320px;
	margin-left: 60px;
	margin-top: -130px;
}
	#revealAnim .images-container {
		margin-top: -245px;
		margin-left: -677px;
	}
	#revealAnim .images-container img {
		float: left;
		position: relative;
		z-index: 1;
		-webkit-transition: -webkit-transform .6s .9s;
		-moz-transition: -moz-transform .6s .9s;
		transition: transform .6s .9s;
	}
	#revealAnim .images-container .back { z-index:2;
		-webkit-transform:translate3d(-40%, 0, 0);
		   -moz-transform:translate3d(-40%, 0, 0);
		        transform:translate3d(-40%, 0, 0);
	}
	#revealAnim .images-container .front {
		-webkit-transform:translate3d(61.6%, 0, 0);
		   -moz-transform:translate3d(61.6%, 0, 0);
		        transform:translate3d(61.6%, 0, 0);
	}
	#revealAnim .images-container .side {
		-webkit-transform:translate3d(-338%, 0, 0);
		   -moz-transform:translate3d(-338%, 0, 0);
		        transform:translate3d(-338%, 0, 0);
	}
	.viewing-page-2 #revealAnim .images-container img {
		-webkit-transform: translate3d(0, 0, 0) !important;
		-moz-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
	}

/* Between Slides Animation - Slide 3-4 */
#betweenSlidesAnimStart {
	
}
	#betweenSlidesAnimStart .copy-container {
		width: 430px;
		margin-left: -40px;
		margin-top: -220px;
	}
	#betweenSlidesAnimStart .images-container {
		margin-top: -245px;
		margin-left: -658px;
		width: 1140px;
	}
	#betweenSlidesAnimStart .images-container img,
	#betweenSlidesAnimEnd .images-container img {
		float: left;
		position: relative;
		z-index: 1;
		-webkit-transition: -webkit-transform .9s 0;
		-moz-transition: -moz-transform .9s 0;
		transition: transform .9s 0;
	}
	#betweenSlidesAnimStart .pink {
		-webkit-transform: translate3d(0, 460px, 0);
		-moz-transform: translate3d(0, 460px, 0);
		transform: translate3d(0, 460px, 0);
	}
	#betweenSlidesAnimStart .yellow {
		-webkit-transform: translate3d(0, 260px, 0);
		-moz-transform: translate3d(0, 260px, 0);
		transform: translate3d(0, 260px, 0);
	}
	#betweenSlidesAnimStart .blue {
		margin-top: 30px;
		-webkit-transform: translate3d(0, 200px, 0);
		-moz-transform: translate3d(0, 200px, 0);
		transform: translate3d(0, 200px, 0);
	}
	.viewing-page-3 #betweenSlidesAnimStart .pink {
		-webkit-transform: translate3d(0, -160px, 0) !important;
		-moz-transform: translate3d(0, -160px, 0) !important;
		transform: translate3d(0, -160px, 0) !important;
	}
	.viewing-page-3 #betweenSlidesAnimStart .yellow {
		-webkit-transform: translate3d(0, 0, 0) !important;
		-moz-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;
	}
	.viewing-page-3 #betweenSlidesAnimEnd .copy-container {
		opacity: 0;
		-webkit-transition:opacity .3s;
		-moz-transition:opacity .3s;
		-o-transition:opacity .3s;
		transition: opacity .3s;
		-webkit-transition-delay:.0s;
		-moz-transition-delay:.0s;
		-o-transition-delay:.0s;
		transition-delay:.0s;
	}

#betweenSlidesAnimEnd .images-container {
	width: 860px;
	margin-top: -10px;
	margin-left: -96px;
}
	#betweenSlidesAnimEnd .copy-container {
		width: 760px;
		text-align: center;
		margin-left: -340px;
		opacity: 0;
		-webkit-transition:opacity .6s;
		-webkit-transition-delay:.8s;
		-moz-transition:opacity .6s;
		-moz-transition-delay:.8s;
		-o-transition:opacity .6s;
		-o-transition-delay:.8s;
		transition: opacity .6s;
		transition-delay:.8s;
	}
	#betweenSlidesAnimEnd .fake-content .images-container {
		margin-top: -10px;
		margin-left: -376px;
	}
	.viewing-page-3 .fake-content {
		top: -100%;
		-webkit-transition:top .9s;
		-moz-transition:top .9s;
		-o-transition:top .9s;
		transition: top .9s;
	}
	.viewing-page-3 .fake-content .green {
		-webkit-transform: translate3d(0, 160px, 0) !important;
		-moz-transform: translate3d(0, 160px, 0) !important;
		transform: translate3d(0, 160px, 0) !important;	
	}
	.viewing-page-4 .fake-content {
		top: 0;
		-webkit-transition:top .9s;
		-moz-transition:top .9s;
		-o-transition:top .9s;
		transition: top .9s;
	}
	.viewing-page-4 .fake-content .green {
		-webkit-transform: translate3d(0, 0, 0) !important;
		-moz-transform: translate3d(0, 0, 0) !important;
		transform: translate3d(0, 0, 0) !important;	
	}

	.viewing-page-4 #betweenSlidesAnimStart .pink,
	.viewing-page-4 #betweenSlidesAnimStart .yellow {
		-webkit-transform: translate3d(0, -160px, 0) !important;
		-moz-transform: translate3d(0, -160px, 0) !important;
		transform: translate3d(0, -160px, 0) !important;
	}
	.viewing-page-4 #betweenSlidesAnimEnd .copy-container {
		opacity: 1;
	}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
.collg img{
	height: 700px;
    width: 100%;
}
#detail{background: #000;
    padding: 50px 0px;}
	#details p{color:#fff;}
.scrolltop {
	display:none;
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
	right:10px;	
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background:#b2b2b2;
	background:rgba(178,178,178,0.7);
	padding:20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}
.down{background: red;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    padding: 3px 15px;}
.down1{background: red;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    padding: 3px 15px;}
.down2{background: red;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    padding: 3px 15px;}
.down3{background: red;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    padding: 3px 15px;}
.down4{background: red;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    padding: 3px 15px;}
.down5{background: red;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    padding: 3px 15px;}
.down6{background: red;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    padding: 3px 15px;}
.down7{background: red;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    padding: 3px 15px;}
.down8{background: red;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    padding: 3px 15px;}
	.down9{background: red;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    padding: 3px 15px;}
.up{background: red;
    color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0px;
    padding: 3px 15px;}
.suf{ padding: 160px 25px;}
h3{
color: #eb8235;
    -webkit-text-fill-color: white;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #eb8235;font-size: 30px;}
ul#suc li{
	display:inline-block;
    text-decoration:none;
}#sus{padding:160px 0px;}
.cur{ padding: 135px 10px;text-align: justify;background-image: url(../img/our_vision.png);background-repeat:no-repeat;background-size:contain;/*background-position:center;*/ background-color: #222220;}
.cur h2{color:#fff;}
.cur p{color: #fff;width: 60%;}
.cul{ padding: 160px 10px;text-align: justify;background-image: url(../img/the_bay_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    /* overflow: hidden; */
    height: 600px;}
.cul h2{color:#000;}
.cul p{color: #000;opacity: .8;}

#log{
	width: 300px;
	margin:0px;
	list-style: none;
}
.bn{padding:160px 0px;}
#curri{
background: #616161;
    padding:0px 0px;
    height:500px;
    }
#curri h2{color:#fff;}
#curri p{color:#fff;}
.sec-content p{
	padding: 50px 20px;
    text-align: justify;
    color: #000;
}

			.back-link a {
				color: #4ca340;
				text-decoration: none; 
				border-bottom: 1px #4ca340 solid;
			}
.tooltip .tooltiptext {
    visibility: hidden;
    background-color: transparent;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;font-size: 18px;
    z-index: 11111;top: -30px;
    left: 230px;
    font-family:Calibri;
    font-weight:bold;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.hin .hint {
   visibility: hidden;
    background-color: transparent;
    color: #000;
    text-align: justify;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    font-size: 17px;
    z-index: 11111;
    border: 5px solid #e5e5e5;    bottom: 225px;
    left: 0px;width:89%;}

.hin:hover .hint {
    visibility: visible;
}

.but{display: inline-block;background: #ED7D31;border: 0px;min-width: 220px;color: #fff;border-radius: 15px;padding: 12px 47px;float: right;font-family: cl;font-size: 14px;}
.caption {
    position: absolute;
    top: 31%;
    text-align: center;
    z-index: 99999;
    color: #fff;
    font-size: 66px;
    width: 57%;
    font-family: cl;
    font-weight: bold;
    letter-spacing: 0.7px;
    margin-left: 21%;}
.caption1{
	position: absolute;
    top: 100%;
    text-align: center;
    z-index: 99999;
    margin-top: 25px;
    color: #fff;
    font-size: 17px;
    width: 100%;
}
			.back-link a:hover,
			.back-link a:focus {
				color: #408536; 
				text-decoration: none;
				border-bottom: 1px #408536 solid;
			}
			h1 {
				height: 100%;
				/* The html and body elements cannot have any padding or margin. */
				margin: 0;
				font-size: 14px;
				font-family: 'Open Sans', sans-serif;
				color: #1c1d1e;
				font-size: 32px;
				margin-bottom: 3px;
			}
			h2 {
				color: #fff;
				font-family: 'Open Sans', sans-serif;
				font-weight: normal;
				padding-left: 80px;
			}
			.entry-header .inner {
				text-align: left;
				margin: 0 auto 20px auto;
				width: 800px;
			}
.hom{position:fixed;	z-index:11111;bottom:5%;left:8px;}
#feedback {position: fixed;right: 10px;/* top: 65%; */bottom: 5%;/* height: 290px; */ margin-right: 0px;margin-bottom: 0px;z-index: 1001;}
#feedback-form {float: left;width: 300px;height: 100%;left:257px;top: -79%;z-index: 1000;padding: 20px 10px;padding-left: 5px;padding-right: 10px;background-clip: 'padding-box';
    border: 1px solid rgba(0,0,0,.2);-moz-border-radius: 0px;-webkit-border-radius: 0px;border-radius: 0px;-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2); -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);box-shadow: 0 5px 10px rgba(0,0,0,.2);background-color: #fff;}
    
    #feedback-tab {
	float: right;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	text-align: center;
	width:400px;
	height: 40px;
	background-color: #eb8235;
	margin-top: -34px;
	margin-left:0px;
	padding-top: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}

#feedback-tab:hover {
	background-color: #eb8235;
}

#feedback-form textarea {
	resize: none;
	height:60px;
}
.heade{
	background:#fff;border: 1px solid;
}
.btn-primary{background-color: #eb8235;padding: 9px 25px;color: #fff;font-weight: bold;letter-spacing: 1px;border-radius:10px;border: none;}
@media (max-width: 400px){
#feedback-form {left:70px!important;	}
}
@media (min-width: 768px) and(max-width: 1199px){
.navbar-default .navbar-nav > li > a {
    color: #777777;
    font-size: 14px!important;
}
#log {
    width: 150px!important;
}}
@media (max-width: 767px){
#feedback-form{
      margin-top: 0px!important; width:243px !important;}
      
      
.heade{
	background:#fff;border:none!important;
}
.navbar-brand img{
	height:60px;
}
}

			.entry-header { padding-top: 20px; background-color: #fff; position:fixed; top:0; width:100%; z-index:100; border-bottom: 1px #ebebeb solid;}
