@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: raleway;
	src: url(fonts/raleway.ttf);
	}

html {
	scroll-behavior: smooth;
}
	
body {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-top: 120px;
	scroll-behavior: smooth;
	

	}
	
img {
	max-width:100%;
	}
	
.red {
	color: #FF0000;
	}
	
	.captcha-area {
		margin-bottom:15px;
	}
 				
.navbar.navbar-default.navbar-fixed-top {
	border-top-width: 10px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #fec100;
	border-bottom-color: #7ecb54;
	background-color: rgba(255,255,255,1);
}
.navbar-brand {
	
	float: left;
    height: 110px;
    padding: 0px;
        

}
.navbar-brand img {
	margin: 10px 5px;
	
}

.nav.navbar-nav.navbar-right {
	margin-top:40px;
	}
	
@media only screen and (max-width:480px) {
	
	.navbar-brand img {
		width:60%;
		margin-right:-50px;
		}
	
	.navbar-brand {
	
    height: 70px;        

}

body {
	padding-top: 80px;

	}	
		
	 }
	
	
.nav.navbar-nav.navbar-right li a {
	font-family: raleway;
	font-size: 16px;
	font-weight:bold;
	color: #3c3c3c;
	text-decoration: none;
	padding:0px 10px;
	line-height: 30px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin:0px 5px;
	
	transition:all 0.2s linear 0.05s;
	-webkit-transition:all 0.2s linear 0.05s;
	-o-transition:all 0.2s linear 0.05s;
	-moz-transition:all 0.2s linear 0.05s;
}

.nav.navbar-nav.navbar-right li a:hover {
	background-color: #7ecb54;
	color: #FFFFFF;
	
	}
	
	
@media only screen and (max-width:767px) {
	
.nav.navbar-nav.navbar-right {
	margin-top:0px;
	background-color:rgba(0,0,0,0.5);
	margin-bottom:0px;
	}
	
	
.nav.navbar-nav.navbar-right li a {
	
	font-size: 14px;	
	line-height: 30px;
	text-align:center;
	color: #FFFFFF;

}	

.nav.navbar-nav.navbar-right li a:hover {
	background-color: transparent;
	color: #7ecb54;	
	}
	
}

.main-image-col {
	padding:0px;
	}


.feature-product-head h2{
	font-family: raleway;
	color: #e67e22;
	font-weight: bold;
}


.hor-seperator {
	background-color: #e67e22;
	height: 2px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}

.feature-product-row {
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 1400px;
}


.feature-product-col {
	padding: 20px;
	
}

.feature-product-img-box {
	position: relative;
}
.feature-product-overlay-box {
	background-color: rgba(255,255,255,0.7);
	position: absolute;
	padding: 10px 5px;
	z-index: 1;
	left: 0px;
	bottom: 0px;
	width: 100%;
	font-family: raleway;
	color: rgba(0,0,0,1);
	font-size: 15px;
	margin: 0px;
}
.feature-product-overlay-box h2 {
	display: block;
	margin: 5px;
	font-weight: bold;
}

a.home-read-more {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	color: rgba(255,255,255,1);
	background-color: #e67e22;
	margin: 10px;
	padding-right: 15px;
	padding-left: 15px;
	display: inline-block;
	transition: all 0.2s linear 0.05s;
	-webkit-transition: all 0.2s linear 0.05s;
	-o-transition: all 0.2s linear 0.05s;
	-moz-transition: all 0.2s linear 0.05s;
}


a.home-read-more:hover {
	color: #000000;
	background-color: #7ecb54;
	}
	
.processed-egg-cont {
	background-image: url(images/home-processed-bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;	
	
}

.processed-product-head h3 {
	font-family: raleway;
	color: #FFFFFF;
	font-weight: bold;
	display: inline-block;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-color: rgba(0,0,0,0.7);
	margin:0px;
}
.processed-egg-row {
	max-width:1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 15px;
	padding-bottom: 15px;
	
}
.processed-egg-col {
	padding: 15px;
}
.processed-image-box {
	width: 100%;
	max-height:240px;
	overflow:hidden;
}

.processed-text-box {
	font-family: raleway;
	font-size: 20px;
	line-height: 40px;
	color: #342800;
	height: 40px;
	width: 100%;
	background-color: #ffc400;
	font-weight: bold;
}

.what-we-do-head h2 {
	font-family: raleway;
	color: #7ecb54;
	font-weight: bold;
}
.hor-seperator-what-we-do {
	background-color: #7ecb54;
	height: 2px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}

.what-we-do-cont {
	background-image: url(images/home-what-we-do-bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}



.what-we-do-col {
	padding: 10px;
	font-family: raleway;
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: rgba(255,255,255,1);
}



.what-we-do-row {	
	padding-top: 20px;
	padding-bottom: 20px;
	
}

.our-company-row {
	padding-top: 20px;
	padding-bottom: 20px;
}

.our-company-col {
	padding: 10px;
	font-family: raleway;
	font-size: 15px;
	line-height: 30px;
	font-weight: bold;
	color: #101010;
}

.our-company-head h2 {
	font-family: raleway;
	color: #101010;
	font-weight: bold;
}
.hor-seperator-our-company {
	background-color: #101010;
	height: 2px;
	width: 350px;
	margin-right: auto;
	margin-left: auto;
}

a.home-read-more-our-company {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #101010;
	background-color: #ffc400;
	margin: 15px;
	padding-right: 15px;
	padding-left: 15px;
	display: inline-block;
	transition: all 0.2s linear 0.05s;
	-webkit-transition: all 0.2s linear 0.05s;
	-o-transition: all 0.2s linear 0.05s;
	-moz-transition: all 0.2s linear 0.05s;
}

a.home-read-more-our-company:hover {
	color: #000000;
	background-color: #7ecb54;
	}
	
	
.home-contact {
	background-color: #20242a;
	color: #FFFFFF;
	padding-bottom: 20px;
}
.green_underline {
	display: block;
	height: 4px;
	width: 80px;
	margin-right: auto;
	margin-left: auto;
	background-color: #00cccc;
	margin-bottom: 10px;
}

.tomax-desc-head-col img{
	display:block;
	margin:5px auto;
	
	}
	
	.carousel-indicators {
    bottom: -5px;
}



@media only screen and (min-width:768px) and (max-width:991px) {
.contact-people-details .col-xs-6 {
	width:100%;
	}

}
.footer {
	padding: 20px;
	background-color: #383838;
	color: #FFFFFF;
	font-size: 15px;
}
.footer .row a {
	color: #050505;
	text-decoration: none;
	font-size: 13px;
}
.copyright-text {
	color: #FFFFFF;
	font-size: 16px;
}
.inside-page-head-image-col {
	padding: 0px;
}
.inside-page-content-row {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
	max-width: 1200px;
}

.contact-people-details a {
	color: #ffffff;
	text-decoration: underline;
}


@media only screen and (max-width:480px) {
	
	.feature-product-head h2{
	font-size:22px;
}


.hor-seperator {	
	width: 120px;	
}
	
	
	.feature-product-overlay-box {	
	font-size: 12px;
	margin: 0px;
}

.feature-product-overlay-box h2 {	
	margin: 5px;
	font-size:15px;
}

a.home-read-more {
	font-size: 12px;
	line-height: 18px;
	margin: 5px;
	padding-right: 10px;
	padding-left: 10px;	
}	

.processed-product-head h3 {
	font-size:18px;
	padding:10px 15px;
	}
	
	.processed-image-box {
	
	max-height:140px;
	
}
	
.processed-text-box {
	
	font-size: 15px;
	line-height: 30px;
	height: 30px;
	
	}	
	
.what-we-do-head h2 {
	font-size:20px;
}

.hor-seperator-what-we-do {
	
	width: 150px;
	
}

.what-we-do-col {
	padding: 10px;
	font-family: raleway;
	font-size: 13px;
	line-height: 25px;	
}

.what-we-do-row {	
	padding-top: 15px;
	padding-bottom: 15px;
	
}

.our-company-col {	
	font-size: 14px;
	line-height: 25px;	
}

.our-company-head h2 {
	font-size:20px;
}

.hor-seperator-our-company {	
	width: 150px;	
}

a.home-read-more-our-company {
	font-size: 12px;
	line-height: 22px;
	margin: 10px;
	padding-right: 10px;
	padding-left: 10px;
	
}

.green_underline {
	display: block;
	height: 4px;
	width: 80px;
	margin-right: auto;
	margin-left: auto;
	background-color: #00cccc;
	margin-bottom: 10px;
}

.home-contact-details {
	font-size: 14px;
	}


.footer .row a {
		
	font-size: 10px;
}
.copyright-text {
	
	font-size: 13px;
}

	
	
	}
