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



@font-face {
	font-family: 'Avenir Next LT Pro Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Avenir Next LT Pro Regular'), url('fonts/AvenirNextLTPro-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Avenir Next LT Pro Bold';
	font-style: normal;
	font-weight: normal;
	src: local('fonts/Avenir Next LT Pro Bold'), url('fonts/AvenirNextLTPro-Bold.woff') format('woff');
}
@font-face {
	font-family: 'webfontregular';
	src: url('fonts2/avenirltstd-light-webfont.eot');
	src: url('fonts2/avenirltstd-light-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts2/avenirltstd-light-webfont.woff2') format('woff2'), url('fonts2/avenirltstd-light-webfont.woff') format('woff'), url('fonts2/avenirltstd-light-webfont.ttf') format('truetype'), url('fonts2/avenirltstd-light-webfont.svg#webfontregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'century_schoolbookregular';
	src: url('fonts/century_schoolbook_regular-webfont.eot');
	src: url('fonts/century_schoolbook_regular-webfontd41d.eot?#iefix') format('embedded-opentype'), url('fonts/century_schoolbook_regular-webfont.woff2') format('woff2'), url('fonts/century_schoolbook_regular-webfont.woff') format('woff'), url('fonts/century_schoolbook_regular-webfont.ttf') format('truetype'), url('fonts/century_schoolbook_regular-webfont.html#century_schoolbookregular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Avenir LT Std 35 Light';
	font-style: normal;
	font-weight: normal;
	src: url('fonts/Avenir%20LT%20Std%2035%20Light.html'), url('fonts/AvenirLTStd-Light.woff') format('woff');
}
/* Preloader */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff; /* change if the mask should have another color then white */
	z-index: 999999; /* makes sure it stays on top */
}
#status {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 50%; /* centers the loading animation horizontally one the screen */
	top: 50%; /* centers the loading animation vertically one the screen */
	background-image: url(../images/preloader_3.html); /* path to your loading animation */
	background-repeat: no-repeat;
	background-position: center;
	margin: -60px 0 0 -60px; /* is width and height divided by two */
}
#status:after {
	/*background-image:url(../images/loading-logo.png);*/
	background-repeat: no-repeat;
	background-position: center;
	width: 120px;
	height: 120px;
	left: 0;
	top: 0;
	z-index: 5;
	content: '';
	position: absolute;
}
/*************************/

















body {
	font-family: 'Avenir Next LT Pro Regular';
	font-size: 14px;
	font-style: normal;
	line-height: 23px;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
	margin: 0px;
	-webkit-font-smoothing: antialiased;
	padding: 0;
	background-color: #eaeaea !important;
}
* {
	-webkit-box-sizing: border-box;
	-mox-box-sizing: border-box;
	box-sizing: border-box;
}
::selection {
	background: #0a80be; /* Safari */
	color: #fff;
}
::-moz-selection {
 background: #0a80be; /* Firefox */
 color:#fff;
}
a {
	color: #ca8e1b;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
a:hover {
	color: #009966;
}
p {
	margin: 0 0 20px 0;
	clear: left;
	padding: 0;
}
h1, h2, h3, h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}
hr {
	margin: 0;
	height: 10px;
	margin-bottom: 15px;
	border: 0;
	float: left;
	position: relative;
	width: 100%;
}
hr:after {
	width: 100%;
	height: 1px;
	background-color: #ccc;
	position: absolute;
	left: 0;
	top: 50%;
	content: '';
	z-index: 1;
}
.clearfix {
	margin: 0px;
	padding: 0px;
	clear: both;
    padding-left: 20px;
    padding-right: 20px;
}
img {
	border: 0;
}
a img {
	border: 0;
}
.fullwidth {
	width: 100%;
	display: block;
	float: left;
}
.main {
	max-width: 1269px;
	margin: 0px auto;
}
.main p {
	color: #000;
}
.text-center {
	text-align: center;
}
.img-responsive {
	width: 100%;
	height: auto;
}
h1 {
	font-family: 'ubuntubold';
	font-size: 24px;
	color: #525252;
	padding-bottom: 15px;
	text-transform: uppercase;
	line-height: 35px;
}
h2 {
	font-family: 'ubuntubold';
	font-size: 25px;
	color: #141A2A;
	padding-bottom: 15px
}
.two-col {
	width: 48%;
	float: left;
	margin-right: 2%;
}
.three-col {
	width: 30%;
	float: left;
	margin-right: 5%;
}
.four-col {
	width: 23.9%;
	float: left;
	margin-right: 4%;
}
.last {
	margin-right: 0 !important;
}
.center-cont {
	width: 98%;
	margin: 0px auto;
}
/*/////////////////////page styles /////////////////////////////////////////////////*/

.img-dia{
    
    width: 100%;
}


.page-width {
	
	margin: 0 auto;
}
.header {
	width: 100%;
	height: auto;
	background: #fff;
	float: left;
}
.main-logo {
	padding-top: 20px;
	float: left;
    width: 200px;
}
.logo-bx {
	padding-left: 15px;
	float: left;
}
.top-contact {
	width: 50.9%;
	float: right;
	font-size: 13px;
	color: #fff;
	background-color: #43CE17;
	background: url(../images/top-img.png) left center no-repeat#141A2A;
	margin-top: 2px;
	padding: 10px 15px 10px 50px;
	font-family: 'ubunturegular';
	font-size: 12px;
}
.top-contact span {
	color: #fff;
    margin-left: 20px;
}
.top-phone {
	font-size: 14px;
	color: #8e8e8e;
	font-family: 'Avenir Next LT Pro Bold';
}
.menu-wraper {
	float: right;
	font-family: 'Avenir Next LT Pro Bold';
	margin-top: -54px;
	width: 56%;
}
.slider-main {
	width: 100%;
}
.bg-white {
	background-color: #fff;
	padding-bottom: 4%;
	border-top: 5px solid goldenrod;
}
/*main head styles*/
.main-head {
	text-align: center;
	font-weight:bold;
	font-size: 25px;
	padding: 0px 5px;
	font-family: 'ubunturegular';
	color: goldenrod;
	letter-spacing: -1px;
}
.sub-head {
	font-family: 'ubuntubold';
	font-size: 25px;
	color: #43ce17;
	padding: 0px 5px;
}
.left {
	text-align: left !important;
	font-size: 31px;
	line-height: 30px !important;
}
.left span {
	text-transform: uppercase;
}
.fancy {
	margin-top: 100px;
	line-height: 0.5;
	text-align: center;
	position: relative;
}
.center-head h1 {
	position: relative;
	display: inline-block;
	position: relative;
	color: #000;
	background-color: #FFF !important;
	padding: 5px 5px;
}
.center-head h1:before {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 5px solid #ccc;
	top: 15px;
	width: 42px;
	left: -70px;
}
.center-head h1:after {
	content: "";
	position: absolute;
	height: 5px;
	border-bottom: 5px solid #ccc;
	top: 15px;
	width: 42px;
	right: -70px;
}
.center-head {
	width: 32%;
	margin: 0px auto;
	padding: 60px 15px 0px 15px;
	text-align: center;
	
}
.box {
	width: 25% !important;
	display: inline-block;
	text-align: center;
	padding-top: 55px;
	padding-right: 0px;
	margin-top: 50px;
	margin-right: 0px;
	border-right: 1px solid#ccc;
}
.box h2 {
	font-family: 'ubuntubold';
	font-size: 14px;
	color: goldenrod;
	text-transform: uppercase;
	padding: 25px 0px 20px 0px;
	margin: 0px;
}
.box p {
	font-family: 'ubunturegular';
	font-size: 12px;
	color: #000;
}
.border {
	border: none !important;
}
.about {
	margin-top: 72px;
	background-color: #141A2A;
}
.left {
	width: 50%;
	float: left;
	background-color: goldenrod;
	padding: 78px 50px 31 31px
}
.img-left {
	width: 34%;
	float: left;
	padding-top: 75px;
	padding-left: 5%;
	padding-right: 8%;
}
.img-rigt {
	width: 66%;
	float: left;
	padding-top: 75px;
	padding-left: 5%;
}
.img-rigt h3 {
	font-family: 'ubuntubold';
	font-size: 22px;
	color: #fff;
	position: relative;
	padding-bottom: 25px;
}
.viewmore {
	font-family: 'ubuntumedium';
	font-size: 12px;
	color: #ca8e1b;
}
.img-rigt p {
	font-family: 'ubunturegular';
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding-right:15px;
	text-align:justify;
}
/*main head style end here*/
.img-rigt h3:before {
	content: "";
	position: absolute;
	border-bottom: 4px solid #141A2A;
	top: 33px;
	width: 42px;
	left: 0px;
}
.sub-head {
	font-size: 25px !important;
	color: #43ce17 !important;
	text-align: center;
	font-family: 'ubuntubold';
	text-transform: uppercase;
}
.sub-head-in {
	font-size: 20px;
	color: #fab23c;
	text-align: center;
	line-height: 35px;
	font-family: 'Avenir LT Std 35 Light'
}
.content-head {
	font-size: 22px;
	text-align: left;
	margin-top: 0%;
	color: #116f27;
	font-family: 'century_schoolbookregular';
}
.in-content p {
	color: #000;
	text-align: justify;
}
.firstcharacter {
	float: left;
	color: #02731d;
	font-size: 75px;
	line-height: 60px;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 3px;
}
.home-content {
	width: 70%;
	margin: 0 auto;
	text-align: center;
}
.home-content p {
	text-align: center;
	font-size: 18px;
	font-family: 'webfontregular';
	line-height: 25px;
}
.home-link {
	color: #000;
	text-align: center;
	padding: 8px 19px 7px 22px;
	border: 2px solid #724880;
	border-radius: 20px 20px 20px 20px;
	display: inline-block;
	background: #fff;
	font-family: 'century_schoolbookregular';
	font-size: 15px;
	font-weight: bold;
}
.home-link:hover {
	background: #724880;
	color: #fff;
	border: solid 2px #3062a3;
}
.home-border {
	width: 100%;
	background: url(../images/border1.jpg);
	height: 56px;
	margin-top: 2%;
}
/*inner pages *********************************************************/
.banner-inner {
	width: 100%;
	float: left;
	border-top: 5px solid goldenrod;
}
.inner-headding {
	padding: 25px 0px 5px 0px;
	margin: 0px;
	color: goldenrod;
	font-family: 'ubuntubold';
}
.align {
	float: right;
	padding-left: 25px;
	padding-bottom: 5px;
}
.breadcrumb {
	width: 100%;
}
.breadcrumb h2 {
	color: #6f6f6f;
	font-size: 14px;
	text-transform: uppercase;
	padding-top: 20px;
}
.breadcrumb h2 span {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	position: relative;
}
.inner-border {
	margin-top: -23px;
}
.crumb-img {
	position: absolute;
	top: 5px;
}
.inner-content {
	width: 65%;
	float: left;
	margin-right: 9%;
}
.sub-content {
	font-size: 20px;
	font-family: 'webfontregular';
}
.inner-content-text {
	font-size: 14px;
	font-family: 'webfontregular';
	color: #888888 !important;
}
.box-content {
	padding-top: 40px;
}
.right-content {
	width: 26%;
	float: left;
	border-left: 1px solid #ccc;
	margin-top: 6%;
}
.right-image {
	position: relative;
	margin-left: -10px;
	margin-top: 5%;
	margin-top: 14%;
}
.right-list {
	color: #348046;
	list-style: none;
	font-size: 23px;
	font-family: 'century_schoolbookregular';
	padding-left: 0px;
	border-top: 1px #ccc solid;
	margin-top: 17%;
	position: relative;
}
.right-list li {
	padding: 10px 0 10px 20px;
	border-bottom: 1px #ccc solid;
	border-left: none;
	background-image: url(../images/arrow-crumb.png);
	background-repeat: no-repeat;
	background-position: 100%;
}
.right-list a li {
	color: #348046;
}
.right-list a li {
	-webkit-transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	transition-duration: 0.4s;
}
.right-list a li:hover {
	padding-left: 10px;
	background-position: 80%;
}
/*product page*/

.product-item {
	padding: 14px;
	background: #fff;
	border-radius: 8px 8px 8px 8px;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
	margin-top: 8%;
	-webkit-transition-duration: 700ms;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	cursor: pointer;
}
.product-item:hover {
	box-shadow: 0px 0px 25px rgba(0,0,0,0.9);
}
.product-item h2 {
	padding-top: 18px;
	padding-bottom: 0px !important;
	font-size: 22px;
	color: #093;
}
.product-item p {
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
}
.product-item-in {
	padding-top: -10px !important;
}
.product-item ul {
	color: #444;
	padding-left: 18px;
}
/*contact*/

.contact-details {
	font-size: 18px;
}
/*footer*/

.footer {
	background-color: #c8c8c8;
	
}
.social {
	float: right;
	width: 130px;
	padding-top: 15px;
}
.social img {
	float: left;
	margin-right: 7%;
	transition-duration: 0.5s;
}
.social img:hover {
	transform: rotate(360deg);
}
.footer-menu {
	float: left;
	margin-left: 1%;
	color: #000;
    
}
.footer-menu p a {
	color: #000 !important;
}
.footer-menu p a:hover {
	color: #2211d1 !important;
}
.footer-menu p {
	font-size: 12px;
	font-family: 'ubunturegular';
	padding: 15px 15px;
	margin: 0px;
}
.menu-link {
	margin-top: 10px;
	color: #444;
}
.menu-link a:hover {
	color: #fff !important;
}
.copy-right {
	margin-top: -20px;
	color: #666;
}
.copy-right a:hover {
	color: #fff !important;
}
/*...............................................	*/	

#fixed-bar {
	z-index: 100;
	width: 45px;
	height: 46px;
	position: absolute;
	bottom: 15px !important;
	right: 20px;
	margin-bottom: 5px;
}
#fixed-bar a {
	width: 45px;
	height: 46px;
	float: right;
	display: block;
	background-image: url(../images/top-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	/*-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;*/
	text-indent: -9999px;
    margin-top: -100px;
}

		
		
/*inner page head style effect*/	
	
		
		
		
/********************************media quiries************************************************************************/



@media only screen and (max-width: 1280px) {
.page-width {
	width: 90%;
}
.main {
	width: 90%;
	margin: 0 auto;
}
.camera_caption {
	width: 40% !important;
}
.left {
	max-height: 374px !important;
}
.img-rigt {
	padding-left: 9%;
}
.img-rigt h3 {
	font-family: "ubuntubold";
	font-size: 16px;
	padding-bottom: 0px;
}
.page-width {
	width: 100%;
}
.img-rigt p {
	font-size: 13px;
	padding-right: 15px;
}
.top-contact {
	width: 54.9%;
}
.jetmenu > li > a {
	padding: 15px 18px;
	font-size: 14px;
}
.jetmenu li {
	padding: 0px 3% 0px 0px !important;
}
.box {
	padding: 5px;
}
}

/***********************980px *************************************/

@media only screen and (max-width: 980px) {
.jetmenu > li > a {
	margin-left: 0px !important;
	text-align: center !important;
}
.jetmenu > li > a:hover {
	border-bottom: none !important;
}
li.active > a {
	border-bottom: none !important;
}
.jetmenu > li a {
	background: #343A80 !important;
}
.camera_caption > div {
	padding: 23px 0px 8px 35px !important;
}
.right-list a li:hover {
	padding-left: 10px;
	background-position: 90%;
}
.top-contact {
	width: 100%;
	margin-top: 8px;
	text-align: center;
}
.logo-bx {
	width: 100%;
	text-align: center !important;
	display: inline-block !important;
}
.logo-bx img {
	width: 50%;
	text-align: center;
}
.main-logo {
	float: none;
}
.jetmenu {
	width: 100%;
}
.left {
	width: 100% !important;
}
.align {
	width: 100%;
	padding: 10px 0px;
}
.box {
	border: none;
}
.in-content {
	width: 95%;
	margin: 0px auto;
}
.menu-wraper {
	margin-top: -144px;
	width: 100%;
}
}
 @media only screen and (max-width: 800px) {
.three-col {
	width: 100%;
	float: none;
}
.left-img {
	width: 20%;
}
.right-text {
	width: 78%;
}
.right-list a li {
	font-size: 18px;
}
.right-list a li:hover {
	padding-left: 10px;
	background-position: 86%;
}
.box {
	width: 100% !important;
}
}






/***********************767px *************************************/
@media only screen and (max-width: 768px) {
.page-width {
	width: 100%;
}
.three-col {
	width: 100%;
	float: none;
}
.left-img {
	width: 20%;
}
.right-text {
	width: 78%;
}
.camera_caption {
	width: 60% !important;
	top: 61% !important;
}
.menu-wraper {
	margin-top: -48px;
	width: 100%;
}
.jetmenu > li > a {
	margin-left: 0px !important;
	text-align: center !important;
}
.jetmenu > li > a:hover {
	border-bottom: none !important;
	background: #fab23c !important;
}
li.active > a {
	border-bottom: none !important;
	background: #105d22;
}
.fancy span::before, .fancy span::after {
	width: 100%;
}
.camera_caption {
	width: 60% !important;
	top: 40% !important;
}
.menu-wraper {
	margin-top: -120px;
}
.jetmenu li {
	border-bottom: 1px solid #fff;
	margin: 0px;
	padding: 0px;
}
}

/***********************640px *************************************/

@media only screen and (max-width: 640px) {
.main {
	width: 100% !important;
	margin: 0 auto;
}
.three-col {
	float: none;
	width: 100%;
	margin-right: 0;
}
.left-img {
	width: 20%;
}
.right-text {
	width: 78%;
}
.fancy span::before, .fancy span::after {
	width: 100%;
}
.page-width {
	width: 100%;
}
.jetmenu > li > a {
	margin-left: 0px;
}
.jetmenu > li .active > a {
	border-bottom: none;
}
.camera_caption {
	width: 72% !important;
}
.camera_prev > span, .camera_next > span {
	background-size: 40px auto !important;
}
.two-col {
	width: 100%;
	float: none;
}
.content-head {
	margin-top: 5% !important;
}
.inner-content {
	width: 100%;
	float: none;
}
.right-content {
	width: 100%;
	float: none;
	border-left: none;
}
.right-list a li {
	font-size: 22px;
}
.right-list a li:hover {
	padding-left: 10px;
	background-position: 86%;
}
.top-contact {
	font-size: 11px;
}
}

/***********************480 px *************************************/

@media only screen and (max-width: 480px) {
.main {
	width: 95%;
}
.menu-wraper {
	margin-top: -137px !important;
}
.top-contact {
	padding-top: 34px;
}
.camera_caption {
	width: 95% !important;
	top: 40% !important;
	margin-left: -2%;
}
.top-contact {
	background: #43CE17;
	margin-top: 2px;
	padding: 10px 15px 10px 50px;
	font-family: "ubunturegular";
	font-size: 10px !important;
}
.social {
	width: 100%;
	text-align: center
}
.social img {
	float: none;
}
.menu-wraper {
	margin-top: -120px;
}
.top-contact {
	font-family: "ubunturegular";
	font-size: 14px;
}
.logo-bx {
	width: 100%;
	padding-bottom: 5px;
}
.img-rigt {
	width: 100%;
}
.img-left {
	width: 100%;
	text-align: center;
}
.left {
	max-height: 572px !important;
}
}
 @media only screen and (max-width: 360px) {
.center-cont {
	width: 95% !important;
}
.logo-bx img {
	width: 70% !important;
}
.img-rigt {
	width: 100%;
	padding: 5px;
}
.img-rigt h3::before {
	left: 39px;
}
.center-head h1::before {
	left: -50px;
}
.center-head h1::after {
	right: -50px;
}
.center-head {
	width: 90%
}
.menu-wraper {
	margin-top: -158px !important;
}
.fancy span::before, .fancy span::after {
	width: 58%;
}
.left {
	text-align: center !important;
}
.menu-wraper {
	margin-top: -131px;
}
.top-contact {
	font-size: 13px !important;
	padding: 6px 22px;
}
}
 @media only screen and (max-width: 320px) {
.camera_caption {
	display: none !important;
}
.fancy span::before, .fancy span::after {
	width: 50%;
}
.menu-wraper {
	margin-top: -140px;
}
}
