section {
	padding: 40px 0;
}

p {
	line-height: 20px;
}

a {
	outline: 0 !important;
	color: #0054bc;
	-webkit-transition: color .3s, background-color .3s;
	-moz-transition: color .3s, background-color .3s;
	-o-transition: color .3s, background-color .3s;
	transition: color .3s, background-color .3s;
}

.pad0 {
	padding: 0;
}

.slider {
	padding: 0;
}

.carousel-fade {
	.carousel-inner {
		.item {
			opacity: 0;
			transition-property: opacity;
		}

		.active {
			opacity: 1;
		}

		.active.left,
		.active.right {
			left: 0;
			opacity: 0;
			z-index: 1;
		}

		.next.left,
		.prev.right {
			opacity: 1;
		}
	}

	.carousel-control {
		z-index: 2;
	}
}

.carousel-fade .carousel-inner .item {
	opacity: 0;
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
	opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	opacity: 0;
	z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}

.carousel-fade .carousel-control {
	z-index: 2;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
	min-width: 100%;
	height: auto;
}

/* Carousel Animation delays */
.slide1 h3,
.slide2 h3,
.slide3 h3,
.slide4 h3,
.slide5 h3,
.slide6 h3 {
	text-align: center !important;
	font-family: 'ZurichBT-RomanCondensed' !important;
}

.slide1 h3:first-child {
	animation-delay: 1s;
	font-size: 52px;
	text-transform: none;
	font-weight: 500;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.60);
	text-transform: uppercase;
}

.slide1 h3:nth-child(2) {
	animation-delay: 2s;
	font-size: 26px;
	text-shadow: 0px 0px 30px #000000;
}

.slide2 h3:first-child {
	animation-delay: 1s;
	font-size: 52px;
	text-transform: uppercase;
	font-weight: 500;
	text-shadow: 0px 0px 30px #000000;
}

.slide2 h3:nth-child(2) {
	animation-delay: 2s;
	font-size: 36px;
	text-shadow: 0px 0px 30px #000000;
}

.slide3 h3:first-child {
	animation-delay: 1s;
	font-size: 52px;
	text-transform: uppercase;
	font-weight: 500;
	text-shadow: 0px 0px 30px #000000;
}

.slide3 h3:nth-child(2) {
	animation-delay: 2s;
	font-size: 26px;
	text-shadow: 0px 0px 30px #000000;
}

.slide4 h3:first-child {
	animation-delay: 1s;
	font-size: 52px;
	text-transform: uppercase;
	font-weight: 500;
	text-shadow: 0px 0px 30px #000000;
}

.slide4 h3:nth-child(2) {
	animation-delay: 2s;
	font-size: 26px;
	text-shadow: 0px 0px 30px #000000;
}

.slide5 h3:first-child {
	animation-delay: 1s;
	font-size: 34px;
}

.slide5 h3:nth-child(2) {
	animation-delay: 2s;
	font-size: 58px;
}

.slide6 h3:first-child {
	animation-delay: 1s;
	font-size: 34px;
}

.slide6 h3:nth-child(2) {
	animation-delay: 2s;
	font-size: 58px;
}

.back-to-top {
	position: fixed;
	z-index: 1000;
	bottom: 8em;
	right: 0;
	text-decoration: none;
	color: #fff;
	background: rgba(0, 84, 188, 0.8);
	font-size: 14px;
	padding: 10px;
	display: none;
	letter-spacing: 3px
}

.back-to-top:hover {
	background: rgba(237, 50, 55, 0.8);
	color: #fff;
	text-decoration: none !important
}

.home-welcome {
	background: #0054bc;
	color: #fff;
	text-align: center;
}

.home-welcome h1 {
	margin-bottom: 20px;
}

.home-welcome-btn {
	border: 2px solid #fff;
	border-radius: 25px;
	color: #fff;
	margin-top: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 28px 10px 28px;
	line-height: 1;
	font-size: 12px;
}

.home-welcome-btn:hover {
	background: #fff;
	color: #0054bc;
}

.home-product-btn {
	border: 2px solid #0054bc;
	border-radius: 25px;
	color: #0054bc;
	margin-top: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 10px 28px 10px 28px;
	line-height: 1;
	font-size: 12px;
}

.home-product-btn:hover {
	background: #0054bc;
	color: #fff;
}

.home-product-bg {
	background: url(../images/home-product-bg.png) center center repeat;
}

.home-product-bg h2 {
	font-size: 36px;
	text-align: center;
	margin-bottom: 20px;
	color: #0054bc;
}

.home-product-box {
	box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.14);
	text-align: center;
	margin: 20px 0;
	background: rgba(255, 255, 255, 0.9);
	padding: 25px;
}

.home-product-box h3 {
	font-size: 30px;
}

.home-product-box i {
	background-color: #0054bc;
	padding: 10px;
	display: inline-block;
	border-radius: 100%;
}

.home-product-box-icon {
	width: 70px;
	height: 70px;
	display: block;
	overflow: hidden;
}
.home-product-box-icon img{
	width: 100%;
}

.home-fish-meal-ico {
	background: url(../images/sprite-img.png) no-repeat -2px -70px;
}

.home-fish-oil-ico {
	background: url(../images/sprite-img.png) no-repeat 8px 8px;
}

.home-fish-solubles-ico {
	background: url(../images/sprite-img.png) no-repeat -2px -220px;
}

.home-defated-fish-meal-ico {
	background: url(../images/sprite-img.png) no-repeat -3px -140px;
}

.home-refined-fish-oil-ico {
	background: url(../images/sprite-img.png) no-repeat -3px -285px;
}


.home-award {
	position: relative;
}

.home-award h2 {
	margin-bottom: 26px;
	font-size: 36px;
}

.home-award p {
	font-size: 22px;
	font-family: 'ZurichBT-RomanCondensed';
	line-height: 32px;
}

.home-award-bg {
	background-image: url(../images/home-award-bg.jpg);
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	min-height: 350px;
}

.home-award-circle {
	border-radius: 100%;
	border: 0px solid #0054bc;
	width: 166px;
}

.home-award-box {
	margin: 50px 0 30px;
}

.home-award-box h4 {
	text-align: center;
	margin-top: 20px;
	display: none;
}

.home-award-box div {
	display: block;
	margin: 0 auto;
}

.parallax {
	color: #fff;
	padding: 50px 0;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	transform: translateZ(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	-webkit-transform: translateZ(0);
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.parallax-overlay-black {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/overaly-black.png);
}

.home-quality-bg {
	background: url(../images/home-quality-bg.jpg);
	background-clip: initial;
	padding: 0;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: relative;
	z-index: 0;
	background-attachment: fixed;
}

.bg-opacity-black:before {
	background: rgba(0, 0, 0, 0.1);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.home-quality-text-box {
	background: #0054bc;
	padding: 50px 70px 50px 90px;
	color: #fff;
	text-align: justify;
}

.home-quality-text-box h2 {
	text-align: center;
	margin-top: 0;
	margin-bottom: 25px;
	font-size: 36px;
}

.home-quality-text-box span {
	text-align: center;
	display: block;
}

.home-fish-meal-process-bg {
	background: url(../images/fish-meal-process-bg.jpg) center center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
	min-height: 480px;
}

.home-fish-meal-process-bg h2 {
	margin-bottom: 20px;
	font-size: 36px;
}

.home-fact-bg {
	background: url(../images/home-fact-bg.jpg) center center no-repeat fixed;
	min-height: 350px;
	padding: 60px 0;
	background-size: cover;
}

.home-fact-bg h2 {
	font-size: 36px;
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}

.home-fact-box {
	text-align: center;
	color: #fff;
	margin: 20px 0;
}

.home-known-facts-plus {
	font-size: 30px;
	display: inline;
	padding-left: 5px;
}

.home-fact-box span {
	display: inline !important;
	font-size: 30px;
}

.home-fact-box i {
	font-size: 48px;
	display: block;
}

.home-fact-box h3 {
	font-size: 24px;
	margin-top: 10px;
}

.home-why-choos-us-bg {
	background: url(../images/home-why-choos-us-bg.jpg) center center no-repeat fixed;
	min-height: 550px;
	padding: 60px 0;
	background-size: cover;
	color: #0054bc;
}

.home-why-choos-us-bg h2 {
	font-size: 36px;
}

.home-why-choos-us-box ul {
	margin-top: 20px;
}

.home-why-choos-us-box ul li {
	background: url(../images/home-why-choos-devider.jpg) 30px bottom no-repeat;
	line-height: 42px;
}

.home-why-choos-us-box ul li i {
	padding-right: 10px;
	font-size: 20px;
	color: #40741f;
}

.home-why-choos-us-box ul li span {
	border-bottom: 0px solid #aac7f5;
	padding-bottom: 10px;
}

.inner-exporter-section-bg {
	background: url(../images/inner-exporter-section-bg.jpg) center center no-repeat fixed;
	min-height: 350px;
	padding: 60px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
	text-align: center;
}

.inner-exporter-section-bg:before {
	background: rgba(0, 0, 0, 0.6);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.inner-exporter-section-bg h2 {
	color: #fff;
	margin-bottom: 30px;
}

.inner-exporter-section-bg img {
	float: left;
	padding-right: 3%;
}

.inner-50years-section-bg {
	background: url(../images/inner-50years-section-bg.jpg) center center no-repeat fixed;
	min-height: 350px;
	padding: 60px 0;
	background-size: cover;
	color: #fff;
	z-index: 0;
	position: relative;
}

.inner-50years-section-bg:before {
	background: rgba(0, 0, 0, 0.6);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.inner-50years-section-bg h2 {
	text-align: left;
	color: #fff;
	margin-bottom: 30px;
	font-size: 36px;
}

.inner-50years-section-bg img {
	float: left;
	padding-right: 3%;
}

.social-bottom li {
	display: inline-block;
	width: 35px;
	height: 35px;
	background-color: #0054bc;
	border-radius: 150px;
	margin: 0px 5px 10px 5px;
}

.social-bottom a {
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	width: 100%;
	height: 100%;
}

.social-bottom a:hover {
	color: #0054bc;
}

.social-bottom li.facebook:hover {
	background-color: #fff;
}

.social-bottom li.youtube:hover {
	background-color: #fff;
}

.social-bottom li.flickr:hover {
	background-color: #fff;
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
	color: #0054bc;
}

.footer-right-content {}

.footer-right-content i {
	font-size: 18px;
	padding-right: 5px;
}

footer {
	background: #f9f7f8;
	padding-top: 30px;
	border-top: 5px solid #0054bc;
}

.footer-link {
	color: #0054bc;
	display: block;
}

.footer-link li {
	display: inline-block;
	padding: 10px;
}

.footer-link li a {
	color: #0054bc;
	font-family: 'ZurichBT-BoldCondensed';
	font-size: 15px;
	text-transform: uppercase;
}

.footer-product {
	-webkit-box-shadow: 0px 0px 46px -10px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 46px -10px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 46px -10px rgba(0, 0, 0, 0.75);
	float: left;
	margin: 20px 0px;
}

.footer-product span {
	text-transform: uppercase;
	display: inline-block;
	background: #0054bc;
	color: #fff;
	padding: 10px 15px;
}

.footer-product-link {
	display: inline-block;
	background: #fff;
	border: 0px solid #0054bc;
}

.footer-product-link li {
	display: inline-block;
	padding: 10px;
}

.footer-product-link li a {
	color: #0054bc;
	font-family: 'ZurichBT-BoldCondensed';
	font-size: 15px;
	text-transform: uppercase;
}

.copy {
	background: #0054bc;
	padding: 25px 0 15px;
	color: #fff;
	margin-top: 20px;
}

.copy a {
	color: #fff;
}

.inner-top-strip {
	padding: 15px 0;
	color: #fff;
	background: #0054bc;
	/*background: rgba(0,91,203,1);
background: -moz-linear-gradient(top, rgba(0,91,203,1) 0%, rgba(0,58,128,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,91,203,1)), color-stop(100%, rgba(0,58,128,1)));
background: -webkit-linear-gradient(top, rgba(0,91,203,1) 0%, rgba(0,58,128,1) 100%);
background: -o-linear-gradient(top, rgba(0,91,203,1) 0%, rgba(0,58,128,1) 100%);
background: -ms-linear-gradient(top, rgba(0,91,203,1) 0%, rgba(0,58,128,1) 100%);
background: linear-gradient(to bottom, rgba(0,91,203,1) 0%, rgba(0,58,128,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#005bcb', endColorstr='#003a80', GradientType=0 );*/
}

.inner-top-strip h2 {
	margin: 0;
	font-size: 22px;
	display: inline-block;
}

.crumbs {
	float: right;
	position: relative;
	margin-top: 2px;
	padding: 5px 15px
}

.crumbs:before {
	content: "\f0a9";
	font-family: "FontAwesome";
	color: #fff;
	margin-right: 9px
}

.crumbs span {
	color: #fff;
	font-family: 'ZurichBT-RomanCondensed';
	font-size: 14px;
}

.crumbs span:last-of-type:after {
	content: none
}

.crumbs span:after {
	content: "/";
	margin-left: 10px;
	margin-right: 5px
}

.crumbs a {
	font-style: normal;
	color: #fff;
}

.crumbs a:hover {
	text-decoration: underline
}

.inner-content p {
	text-align: justify;
}

.inner-about {
	padding: 0;
	background: #e3efff;
}

.inner-right-content {
	min-height: 100%;
	height: 100%;
	padding: 5% 5% 5% 5%;
}

.inner-right-content h1 {
	margin: 0 0 20px;
	color: #0054bc;
	text-align: right;
	font-size: 28px;
}

.inner-right-content h1 div {
	display: block;
	border-bottom: 1px solid #0054bc;
	padding-top: 10px;
	width: 70%;
	float: right;
	margin-left: 30%;
}

.inner-right-content h1 span {
	color: #d92227;
}

.inner-right-content h2 {
	margin: 20px 0 10px;
	color: #0054bc;
	text-align: right;
	font-size: 24px;
}

.inner-right-content h3 {
	margin: 20px 0 10px;
	color: #0054bc;
	font-size: 24px;
}

.inner-product-content {
	padding: 5% 2% 5% 2%;
}

.inner-product-content h1 {
	margin: 0 0 20px;
	color: #0054bc;
	text-align: right;
	font-size: 28px;
}

.inner-product-content h1 div {
	display: block;
	border-bottom: 1px solid #0054bc;
	padding-top: 10px;
	width: 70%;
	float: right;
	margin-left: 30%;
}

.inner-product-content h1 span {
	color: #d92227;
}

.inner-product-content h2 {
	margin: 20px 0 10px;
	color: #0054bc;
	text-align: right;
	font-size: 24px;
}

.inner-product-img {
	margin-top: 0px;
}

.inner-product-img img {
	box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.14);
}

.footer-top-bg {
	background: url(../images/footer-top-bg.jpg) center center no-repeat fixed;
	background-size: cover;
	color: #fff;
	min-height: 150px;
	position: relative;
	z-index: 0;
	padding: 0;
}

.footer-top-bg:before {
	background: rgba(0, 51, 113, 0.4);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.footer-top-box-R {
	float: left;
	padding: 0px 0px 0 40px;
	margin: 30px 0;
}

.footer-top-box-L {
	float: right;
	border-right: 1px solid #fff;
	padding: 0px 60px 0 20px;
	margin: 30px 0px;
}

.footer-top-box-R a,
.footer-top-box-L a {
	color: #fff;
	text-align: center;
	display: block;
}

.footer-top-box-R i,
.footer-top-box-L i {
	font-size: 24px;
	background: #0054bc;
	border-radius: 50%;
	padding: 15px;
	width: 60px;
	height: 60px;
	position: relative;
}

.footer-top-box-R h3,
.footer-top-box-L h3 {
	font-size: 22px;
	margin: 0;
	padding-top: 15px;
}

/* Icon Pulse */
@-webkit-keyframes hvr-icon-pulse {
	25% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	75% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

@keyframes hvr-icon-pulse {
	25% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
	}

	75% {
		-webkit-transform: scale(0.8);
		transform: scale(0.8);
	}
}

.hvr-icon-pulse {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	padding-right: 2.2em;
}

.hvr-icon-pulse:before {
	position: absolute;
	right: 0;
	left: 0;
	padding: 0 1px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-icon-pulse:hover:before,
.hvr-icon-pulse:focus:before,
.hvr-icon-pulse:active:before {
	-webkit-animation-name: hvr-icon-pulse;
	animation-name: hvr-icon-pulse;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.responstable {
	margin: 1em 0;
	width: 100%;
	overflow: hidden;
	background: #edf5ff;
	color: #024457;
	border-radius: 0px;
	border: 1px solid #167F92;
}

.responstable tr {
	border: 1px solid #D9E4E6;
}

.responstable tr td strong {
	font-weight: 600;
}

.responstable tr:nth-child(odd) {
	background-color: #b0d3ff;
}

.responstable th {
	display: none;
	border: 1px solid #DADADA;
	background-color: #0054bc;
	color: #FFF;
	padding: 1em;
}

.responstable th:first-child {
	display: table-cell;
	text-align: center;
}

.responstable th:nth-child(2) {
	display: table-cell;
}

.responstable th:nth-child(2) span {
	display: none;
}

.responstable th:nth-child(2):after {
	content: attr(data-th);
}

@media (min-width: 480px) {
	.responstable th:nth-child(2) span {
		display: block;
	}

	.responstable th:nth-child(2):after {
		display: none;
	}
}

.responstable td {
	display: block;
	word-wrap: break-word;
	max-width: 7em;
}

.responstable td:first-child {
	display: table-cell;
	text-align: center;
	border-right: 1px solid #D9E4E6;
}

@media (min-width: 480px) {
	.responstable td {
		border: 1px solid #D9E4E6;
	}
}

.responstable th,
.responstable td {
	text-align: left;
	margin: .5em 1em;
}

@media (min-width: 480px) {

	.responstable th,
	.responstable td {
		display: table-cell;
		padding: 10px;
	}
}

.fishmeal-advantage-bg {
	padding: 0;
	background: url(../images/fishmeal-advantage-bg.jpg) center center no-repeat fixed;
	background-size: cover;
}

.fishmeal-advantage-lft {
	background: #0054bc;
	color: #fff;
	text-align: center;
	min-height: 400px;
}

.fishmeal-advantage-lft-inner {
	padding: 30px 0;
}

.fishmeal-advantage-lft-inner h3 {
	line-height: 33px;
}

.fishmeal-advantage-lft-inner-img {
	display: block;
	margin: 0 auto;
	padding-top: 50px;
}

.fishmeal-advantage-rit ul {
	padding: 11% 0;
}

.fishmeal-advantage-rit ul li {
	padding: 5px 0 5px 20px;
	color: #fff;
	background: url(../images/tick.png) left center no-repeat;
	font-family: 'ZurichBT-RomanCondensed';
	font-size: 19px;
	margin-left: 10%;
}

.management-team-bg {
	padding: 0;
	background: url(../images/home-fact-bg.jpg) center center no-repeat fixed;
	background-size: cover;
}

.management-team-lft {
	background: #0054bc;
	color: #fff;
	text-align: center;
	min-height: 500px;
}

.management-team-lft-inner {
	padding: 80px 0;
}

.management-team-lft-inner h3 {
	line-height: 33px;
}

.management-team-lft-inner-img {
	display: block;
	margin: 0 auto;
	padding-top: 80px;
}

.inner-md-box {
	margin: 50px 0;
	text-align: center;
	color: #fff;
}

.inner-md-box img {
	display: block;
	margin: 0 auto;
}

.inner-md-box h4 {
	font-size: 22px;
	color: #fff;
}

.inner-md-box span {
	font-size: 18px;
	color: #6eafff;
	font-weight: 600;
}

.inner-md-box p {
	font-size: 14px;
	padding: 8px 30px;
	margin: 0;
	text-align: justify;
}

.fishmeal-details-bg {
	background: url(../images/home-product-bg.png) center center repeat;
}

.grid1 {
	position: relative;
	clear: both;
	float: left;
	margin: 0 auto;
	padding: 1em 0 1em;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid1 figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 17px 1%;
	background: #3085a3;
	text-align: center;
	border: 0px solid #fff;
	cursor: pointer;
	box-shadow: 10px 10px 12px -4px rgba(133, 133, 133, 0.75);
	-webkit-box-shadow: 10px 10px 12px -4px rgba(133, 133, 133, 0.75);
	-moz-box-shadow: 10px 10px 12px -4px rgba(133, 133, 133, 0.75);
	-o-box-shadow: 10px 10px 12px -4px rgba(133, 133, 133, 0.75);
}

.grid1 figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}

.grid1 figure figcaption {
	padding: 0em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid1 figure figcaption::before,
.grid1 figure figcaption::after {
	pointer-events: none;
}

.grid1 figure figcaption,
.grid1 figure figcaption>a {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.grid {
	position: relative;
	clear: both;
	float: left;
	margin: 0 auto;
	padding: 1em 0 1em;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 17px 1%;
	background: #3085a3;
	text-align: center;
	border: 0px solid #fff;
	cursor: pointer;
	box-shadow: 10px 10px 12px -4px rgba(133, 133, 133, 0.75);
	-webkit-box-shadow: 10px 10px 12px -4px rgba(133, 133, 133, 0.75);
	-moz-box-shadow: 10px 10px 12px -4px rgba(133, 133, 133, 0.75);
	-o-box-shadow: 10px 10px 12px -4px rgba(133, 133, 133, 0.75);
}

.grid figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 0em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption>a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	color: #fff;
	text-align: center;
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	text-align: center;
	color: #000;
}

/*---------------*/
/***** Jazz *****/
/*---------------*/

figure.effect-jazz {
	background: -webkit-linear-gradient(-45deg, #003980 0%, #1079fc 100%);
	background: linear-gradient(-45deg, #003980 0%, #1079fc 100%);
}

figure.effect-jazz img {
	opacity: 1;
}

figure.effect-jazz figcaption::after,
figure.effect-jazz img,
figure.effect-jazz p {
	-webkit-transition: opacity 1s, -webkit-transform 0.75s;
	transition: opacity 1s, transform 0.75s;
}

figure.effect-jazz figcaption::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

figure.effect-jazz h2,
figure.effect-jazz p {
	opacity: 1;
	-webkit-transform: scale3d(0.8, 0.8, 1);
	transform: scale3d(0.8, 0.8, 1);
}

figure.effect-jazz h2 {
	padding-top: 50%;
	text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	opacity: 0;
}

figure.effect-jazz p {
	padding: 5px;
	text-transform: none;
	display: block;
	opacity: 0;
	font-family: 'ZurichBT-RomanCondensed';
	font-size: 16px;
}

figure.effect-jazz:hover img {
	opacity: 0.3;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}

figure.effect-jazz:hover figcaption::after {
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
	transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
}

figure.effect-jazz:hover h2,
figure.effect-jazz:hover p {
	opacity: 1;
	color: #fff;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/*-----------------*/
/***** Steve *****/
/*-----------------*/

figure.effect-steve {
	z-index: auto;
	overflow: visible;
	background: #000;
}

figure.effect-steve:before,
figure.effect-steve h2:before {
	position: relative;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: '';
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-steve:before {
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.9);
	opacity: 0;
}

figure.effect-steve figcaption {
	z-index: 1;
}

figure.effect-steve img {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: perspective(1000px) translate3d(0, 0, 0);
	transform: perspective(1000px) translate3d(0, 0, 0);
}

figure.effect-steve h2,
figure.effect-steve p {
	background: rgba(255, 255, 255, 1);
	color: #0054bc;
}

figure.effect-steve h2 {
	position: relative;
	margin: 0;
	text-align: center !important;
	padding: 0.20em;
}

figure.effect-steve h2:before {
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
}

figure.effect-steve p {
	margin-top: 0.2em;
	text-transform: none;
	padding: 0.2em;
	font-weight: 800;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(0.9, 0.9, 1);
	transform: scale3d(0.9, 0.9, 1);
}

figure.effect-steve:hover:before {
	opacity: 1;
}

figure.effect-steve:hover img {
	-webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
	transform: perspective(1000px) translate3d(0, 0, 21px);
}

figure.effect-steve h2 {
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: perspective(1000px) translate3d(0, 0, 0);
	transform: perspective(1000px) translate3d(0, 0, 0);
}

figure.effect-steve:hover h2 {
	-webkit-transform: perspective(1000px) translate3d(0, 0, 21px);
	transform: perspective(1000px) translate3d(0, 0, 21px);
}

figure.effect-steve:hover h2:before {
	opacity: 0;
}

figure.effect-steve:hover p {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.left-infrastructure {
	background: url(../images/left-certifications-bg.jpg)left top repeat-y #e4f0ff;
	min-height: 900px;
}

.left-certifications {
	background: url(../images/left-certifications-bg.jpg)left top repeat-y #e4f0ff;
	min-height: 1500px;
}

.left-awards {
	background: url(../images/left-certifications-bg.jpg)left top repeat-y #e4f0ff;
	min-height: 1900px;
}

.contact-address {
	color: #d92227;
	font-size: 18px;
	padding: 15px 0;
}

.contact-address span a {
	color: #2e3233;
	font-size: 15px;
}

.contact-address span a:hover {
	text-decoration: none;
}

.contact-address i {
	float: left;
	font-size: 38px;
	padding: 0 15px 20px 0;
	color: #6eafff;
}

.contact-address span {
	display: block;
	line-height: 22px;
}

.contact-form-bg {
	background: url(../images/contact-form-bg.jpg) center center fixed;
	padding: 60px 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	z-index: 0;
	position: relative;
}

.contact-form-bg:before {
	background: rgba(0, 0, 0, 0.7);
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}

.contact-form-bg .contact-form h2 {
	color: #ffffff;
	font-size: 30px;
	line-height: 40px;
	margin: 0 auto 30px;
	text-align: center;
	text-transform: uppercase;
}

.contact-form {
	margin: 0 auto;
	max-width: 740px;
	overflow: hidden;
}

.contact-form form {
	clear: both;
	display: table;
}

.contact-form .col-lg-12 {
	padding: 0 20px;
	position: relative;
}

.contact-form .col-lg-6 {
	padding: 0 20px;
	position: relative;
}

.contact-form .parsley-errors-list {
	bottom: 3px;
	left: 22px;
	position: absolute;
}

.contact-form select {
	width: 737px !important;
}

.contact-form .form-control {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	border-color: -moz-use-text-color -moz-use-text-color #ffffff;
	border-image: none;
	border-radius: 0;
	border-style: none none solid;
	border-width: medium medium 2px;
	box-shadow: none;
	color: #ffffff;
	display: block;
	font-size: 16px;
	height: 44px;
	line-height: 1.42857;
	margin-bottom: 25px;
	padding: 6px 0;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
}

.contact-form .form-control:focus {
	border-color: #fff;
	box-shadow: none;
}

.contact-form .form-control::-moz-placeholder {
	color: #fff;
}

.contact-form .form-control::-webkit-input-placeholder {
	color: #fff;
}

.contact-form .btn-default {
	background-color: #d92227;
	border-color: #d92227;
	border-radius: 0;
	color: #ffffff;
	font-size: 20px;
	padding: 13px;
	width: 100%;
	margin-top: 10px;
	transition: all 0.3s linear 0s;
}

.contact-form .btn-default:focus,
.contact-form .btn-default:hover {
	background-color: #23527c;
	border-color: #23527c;
	transition: all 0.3s linear 0s;
	color: #ffffff;
	outline: none;
}

.fish-meal-process-bg {
	background: url(../images/home-product-bg.png) center center repeat;
}

.fish-meal-process-bg img {
	display: block;
	margin: 0 auto;
}

.fish-meal-process-bg h2 {
	margin-bottom: 40px;
	color: #0054bc;
	text-align: center;
}

.top-enquiry {
	position: absolute;
	right: 10%;
}

.top-enquiry-btn {
	background: #0054bc;
	color: #fff;
	-moz-border-radius: 0px 0px 15px 15px;
	-webkit-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
	padding: 10px 20px 5px 20px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: -10px;
	font-family: "ZurichBT-RomanCondensed";
	letter-spacing: 1px;
	cursor: pointer;
	-webkit-box-shadow: 5px 5px 7px -6px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 5px 5px 7px -6px rgba(0, 0, 0, 0.75);
	box-shadow: 5px 5px 7px -6px rgba(0, 0, 0, 0.75);
}

.top-enquiry-btn:hover {
	text-decoration: none;
	color: #f9f7f8;
	background: #003a81;
}

.top-enquire-content {
	background: rgba(0, 0, 0, 0.8);
	color: #fff;
	border-radius: 0;
	border: 1px solid #000;
}

.top-enquire-header {
	color: #fff;
}

.top-enquire-title {
	color: #fff;
	margin: 0;
	text-align: center;
	font-weight: normal;
	font-size: 18px;
	text-transform: uppercase;
}

.top-enquire-header button.close {
	color: #fff;
	opacity: 1;
}

.enquire-pop-up input,
textarea {
	border: 0;
}

.form-request-quote {
	border-radius: 0 !important;
	display: block;
	background: rgba(0, 0, 0, 0.2) !important;
	background-image: none;
	border-color: #d9dadd !important;
	border-image: none;
	border-radius: 0;
	border-style: none none solid !important;
	border-width: medium medium 1px !important;
	box-shadow: none;
	color: #f0f0f0;
	display: block;
	font-size: 14px;
	height: 35px;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 6px 0;
	transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	width: 100%;
	font-weight: normal;
}

.form-request-group {
	margin-bottom: 15px;
}

.form-request-quote:focus {
	border-left: none !important;
	border-top: none !important;
	border-right: none !important;
	border-bottom: 1px solid #dc254d !important;
	box-shadow: none;
	outline: none;
}

.enquire-pop-up .btn-default {
	background-color: #0054bc;
	border-color: #0054bc;
	border-radius: 0;
	color: #ffffff;
	font-size: 18px;
	margin-top: 10px;
	padding: 8px;
	transition: all 0.3s linear 0s;
	width: 100%;
}

.enquire-pop-up .btn-default:hover {
	background: #00479f;
}

@media only screen and (max-width: 768px) {
	.cd-main-logo {
		position: relative !important;
		width: 50%;
		z-index: 2;
		left: 0;
		top: 0;
		padding: 5px 0;
	}

	.cd-main-header {}

	.cd-main-content {
		min-height: 0 !important;
	}

	.home-quality-text-box {
		padding: 15px;
	}

	.footer-top-box-L {
		border: 0;
	}

	.footer-left {
		display: none;
	}

	.footer-right {
		float: none;
		text-align: center;
	}

	.copy,
	.pull-left,
	.pull-right {
		float: none !important;
		text-align: center;
	}

	.left-infrastructure,
	.left-certifications,
	.left-awards {
		display: none !important;
	}

	.grid {
		width: 100%;
	}

	.carousel-caption {
		display: none;
	}
}

/* social right icon */
.fixedSocialIcon {
	background: #fff;
	border: 1px solid #C2C2C2;
	border-right: none;
	float: right;
	font-size: 12px;
	font-weight: normal;
	position: fixed;
	top: 338px;
	right: 0;
	height: 148px;
	width: 34px;
	z-index: 9999;
}

.fixedSocialIcon ul li {
	background: #fff;
	border: 1px solid transparent;
	border-right: none;
	line-height: 24px;
	height: 34px;
	padding: 4px 4px;
	position: absolute;
	width: 150px;
	list-style: none;
}

.fixedSocialIcon ul li.hover {
	border: 1px solid #C2C2C2;
}

.fixedSocialIcon ul li a {
	color: #333;
	text-decoration: none;
	float: left;
	width: 100%;
}

.fixedSocialIcon ul li a span {
	display: block;
	margin-right: 5px;
	float: left;
	height: 24px;
	width: 24px;
	background-image: url(../images/sprite-icon-social.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/*.fixedSocialIcon ul li.twitter a span {
	background-position: 0 -31px;
}
.fixedSocialIcon ul li.googlePlus a span {
	background-position: 0 -63px;
}*/
.fixedSocialIcon ul li.linkedin a span {
	background-position: 0 -97px;
}

.fixedSocialIcon ul li.youtube a span {
	background-position: 0 -131px;
}

.fixedSocialIcon ul li.flickr a span {
	background-position: 0 -157px;
}

.fixedSocialIcon ul li.facebook {
	top: 6px;
	left: 0px;
}

/*.fixedSocialIcon ul li.twitter {
	top:40px; left:0px;
}
.fixedSocialIcon ul li.googlePlus {
	top:74px; left:0px;
}*/
.fixedSocialIcon ul li.linkedin {
	top: 40px;
	left: 0px;
}

.fixedSocialIcon ul li.youtube {
	top: 74px;
	left: 0px;
}

.fixedSocialIcon ul li.flickr {
	top: 108px;
	left: 0px;
}