@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Rubik');
@import url('https://fonts.googleapis.com/css?family=Roboto');
/* CSS Document */

body{margin:0px;}

@font-face {
    font-family: Raleway;
	src: url(../font/Raleway-Regular.ttf);
}

.fix-icon{left:1%; position:fixed; z-index:400; display:block; bottom:1%;}


.clear{clear:both;}

.main{width:1170px; margin:auto;}

.main-font{font-family:"Century Gothic"; font-size:15px; color:#333333; text-align:left; line-height:26px;}

.main-pro-font{font-family:"Century Gothic"; font-size:15px; color:#333333; text-align:left; line-height:26px;}

.header-top-bg{width:100%; margin:auto; background-color:#ededed; padding:5px 0px;}

.header-top-font-left{font-family:'Roboto', sans-serif; font-size:14px; color:#999999; text-align:left;}
.header-top-font-left span{font-family:'Roboto', sans-serif; font-size:14px; color:#694d17; text-align:left;}

.header-top-font-right{font-family:'Roboto', sans-serif; font-size:14px; color:#999999; text-align:right;}
.header-top-font-right span{font-family:'Roboto', sans-serif; font-size:14px; color:#0075a7; text-align:right;}

.logo{padding:15px 0px;}
.iso-logo{padding:25px 0px; text-align:right;}

.header-icon-pad{padding:30px 0px;}
.header-right-font{font-family:'Roboto', sans-serif; font-size:18px; color:#0075a7; text-align:left;}
.header-right-font span{font-family:'Roboto', sans-serif; font-size:15px; color:#666666; text-align:left;}

.header-icon{font-size:36px; color:#0075a7; float:left; margin-right:20px;}


.header-bg{width:100%; margin:auto; background-color:#fff;}

.social_icon li{
	margin:0;
	padding:0px;
	list-style:none; font-size:15px;
	}

.social_icon li{
	float:right;
	margin-right:10px;
	}

.social_icon li a:link, .social_icon li a:visited, .social_icon li a:hover{
	display:block;
	text-align:center;
	margin:0;
	width:30px; padding:5px 0px;
	color:#F8F9F3;
	background-color:#0197a8;
	text-transform:uppercase;
	transition: 0.6s;
	}
	
.social_icon li a:hover{
	color:#fff;
	background:#ff2026;
	transition: 0.6s;
	}
	
	
.social_icon1 li{
	margin:0;
	padding:0px;
	list-style:none; font-size:15px;
	}

.social_icon1 li{
	float:left;
	margin-right:10px;
	}

.social_icon1 li a:link, .social_icon1 li a:visited, .social_icon1 li a:hover{
	display:block;
	text-align:center;
	margin:0;
	width:40px;
	line-height:40px;
	color:#F8F9F3;
	background-color:#3b3b3b;
	border-radius:20px;
	text-transform:uppercase;
	transition: 0.6s;
	}
	
.social_icon1 li a:hover{
	color:#fff;
	background:#2882a8;
	transition: 0.6s; transform: rotate(360deg); -moz-transform: rotate(360deg); -webkit-transform: rotate(360deg);
	}

	
.menu-bg{width:100%; margin:auto; background-color:#0075a7;}


.footer-bg{background-color:#272727; width:100%; margin:auto; padding:30px 0px;}

.footer-title{font-family:'Roboto', sans-serif; font-size:22px; color:#ffffff; text-transform:uppercase; text-align:left; margin-bottom:20px;}

.footer-font span{font-family:"Century Gothic"; font-size:20px; color:#2882a8; text-align:left; padding-right:10px;}
.footer-font{font-family:"Century Gothic"; font-size:15px; color:#CCCCCC; text-align:left; line-height:25px; padding-bottom:20px;}
.footer-font a:link{font-family:"Century Gothic"; font-size:15px; color:#CCCCCC; text-decoration:none; transition: 0.6s;}
.footer-font a:visited{font-family:"Century Gothic"; font-size:15px; color:#CCCCCC; text-decoration:none; transition: 0.6s;}
.footer-font a:hover{font-family:"Century Gothic"; font-size:15px; color:#2882a8; text-decoration:none; transition: 0.6s;}

.footer-font ul{list-style: none; padding: 0; line-height:30px;}
.footer-font li{padding-left: 1.3em; color:#2882a8;}
.footer-font li:before {content: "\f105"; font-family: FontAwesome; display: inline-block; margin-left: -1.3em;  width: 1.8em; transition: 0.6s;}
.footer-font li:hover:before {content: "\f105"; padding-left:5px; transition: 0.6s; color:#2882a8;}

.copyright-bg{background-color:#181818; padding:20px 0px; width:100%; margin:auto;}

.left{text-align:left;}
.right{text-align:right;}

.copyright-font{font-family:"Century Gothic"; font-size:13px; color:#6f6f6f;}
.copyright-font span{font-family:"Century Gothic"; font-size:13px; color:#b6b6b6;}
.copyright-font span a:link{font-family:"Century Gothic"; font-size:13px; color:#b6b6b6; text-decoration:none; transition: 0.6s;}
.copyright-font span a:visited{font-family:"Century Gothic"; font-size:13px; color:#b6b6b6; text-decoration:none; transition: 0.6s;}
.copyright-font span a:hover{font-family:"Century Gothic"; font-size:13px; color:#FFFFFF; text-decoration:none; transition: 0.6s;}

.readmore {
	background-color:#328500;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:'Roboto', sans-serif;
	font-size:15px;
	text-transform:uppercase;
	padding:17px 0px;
	width:100%;
	text-align:center;
	text-decoration:none;
	transition: 0.6s;
}
.readmore:hover {
	background-color:#333333;
	color:#fff;
	transition: 0.6s;
	text-decoration:none;
}

.viewmore {
	background-color:#ffffff;
	display:inline-block;
	cursor:pointer;
	color:#694d17;
	border:1px solid #694d17;
	font-family:'Roboto', sans-serif;
	font-size:16px;
	text-transform:uppercase;
	padding:12px 30px;
	text-align:center;
	text-decoration:none;
	transition: 0.6s;
	border-radius:3px;
	margin-top:20px;
}
.viewmore:hover {
	background-color:#694d17;
	color:#fff;
	transition: 0.6s;
	text-decoration:none;
}

.welcome-bg{width:100%; padding:60px 0px;}

.about-box{text-align:center;}
.about-box-icon{background-color:#2882a8; border:3px solid #2882a8; width:100px; color:#FFFFFF; text-align:center; line-height:94px; border-radius:50px; font-size:55px; margin-bottom:20px; transition: 0.6s;}
.about-box-icon:hover{background-color:#ffffff; border:3px solid #2882a8; width:100px; color:#2882a8; text-align:center; line-height:94px; border-radius:50px; font-size:55px; margin-bottom:20px; transition: 0.6s;}
.about-box-title{font-family:'Roboto', sans-serif; font-size:22px; color:#2882a8; text-align:center; margin-bottom:20px;}
.about-box-font{font-family:"Century Gothic"; font-size:15px; color:#333333; text-align:center; margin-bottom:20px; line-height:26px;}
.about-box-more{font-family:'Roboto', sans-serif; font-size:16px; color:#328500; text-align:center; margin-bottom:20px;}
.about-box-more a:link{font-family:'Roboto', sans-serif; font-size:16px; color:#328500; text-decoration:none; transition: 0.6s;}
.about-box-more a:visited{font-family:'Roboto', sans-serif; font-size:16px; color:#328500; text-decoration:none; transition: 0.6s;}
.about-box-more a:hover{font-family:'Roboto', sans-serif; font-size:16px; color:#2882a8; text-decoration:none; transition: 0.6s;}

.inner-main-bg{width:100%; margin:auto; padding:60px 0px;}

.download-box{ background: none repeat scroll 0 0 #fff;
    border: 1px solid #e4e4e4;
    padding: 0px 40px;
    -webkit-box-shadow: 0 0 13px #edecec inset;
    -moz-box-shadow: 0 0 13px #edecec inset;
    -ms-box-shadow: 0 0 13px #edecec inset;
    -o-box-shadow: 0 0 13px #edecec inset;
    box-shadow: 0 0 13px #edecec inset;
    border-radius: 4px;
	}
	
.download-pdf{background-color:#328500; border-top:5px solid #2882a8; color:#FFFFFF; padding:30px; text-align:center;}

.download-font{font-family:'Roboto', sans-serif; font-size:20px; color:#333333; text-align:left; padding:45px 0px;}

.download-button {
	background-color:#328500;
	border:1px solid #328500;
	border-radius:4px;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:'Roboto', sans-serif;
	font-size:18px;
	padding:8px 30px;
	text-decoration:none;
	transition: 0.6s;
	margin:40px 0px;
	
}
.download-button:hover {
	background-color:#ffffff;
	color:#328500;
	transition: 0.6s;
	border:1px solid #328500;
	text-decoration:none;
}

/*.latest-pro-title {
	background:none;
	border-bottom:5px solid #694d17;
	display:inline-block;
	cursor:pointer;
	color:#694d17;
	font-family:'Roboto', sans-serif;
	font-size:16px;
	padding:15px 0px;
	text-decoration:none;
	text-align:center;
	width:100%;
	transition: 0.6s;
	
}
.latest-pro-title:hover {
	background:none;
	color:#97752e;
	transition: 0.6s;
	border-bottom:5px solid #97752e;
	text-decoration:none;
}

.latest-pro-title a:link{color:#694d17; text-decoration:none; transition: 0.6s;}
.latest-pro-title a:visited{color:#97752e; text-decoration:none; transition: 0.6s;}
.latest-pro-title a:hover{color:#97752e; text-decoration:none; transition: 0.6s;}*/

.video-title{font-family:'Roboto', sans-serif; font-size:16px; color:#694d17; padding:12px 0px; border-bottom:3px solid #694d17; text-align:center; margin-bottom:60px;}

.home-pro-bg{width:100%; background-color:#ededed; padding:60px 0px;}

.product-title{font-family:'Roboto', sans-serif; font-size:30px; color:#2882a8; text-align:center; background-image:url(images/border-bottom.jpg); background-position:bottom; padding-bottom:20px; background-repeat:no-repeat; margin-bottom:40px; text-transform:uppercase;}


.inner-title-bg{background-image:url(images/inner-title-bg.jpg); background-position:center; background-repeat:no-repeat; background-size: cover; padding:40px 0px 40px 0px; background-attachment: fixed; background-color:#333333; width:100%;}

.inner-title-font h1{font-family:'Roboto', sans-serif; font-size:34px; color:#ffffff; text-align:left;}

.inner-main-bg{width:100%; padding:50px 0px;}

.inner-sub-title{font-family:'Roboto', sans-serif; font-size:24px; color:#2882a7; border-bottom:1px solid #CCCCCC; padding-bottom:12px; margin-bottom:20px; margin-top:30px;}
.inner-sub-title span{font-family:'Roboto', sans-serif; font-size:24px; color:#2882a7; border-bottom:3px solid #2882a7; padding-bottom:14px;}

.contact-sub-title{font-family:'Roboto', sans-serif; font-size:24px; color:#2882a7; border-bottom:1px solid #cccccc; padding-bottom:12px; margin-bottom:30px;}
.contact-sub-title span{font-family:'Roboto', sans-serif; font-size:24px; color:#2882a7; border-bottom:3px solid #2882a7; padding-bottom:14px;}

.contact-main-font{font-family:'Roboto', sans-serif; font-size:17px; color:#328500; margin-bottom:10px;}
.contact-font{font-family:"Century Gothic"; font-size:15px; color:#000000; margin-bottom:20px; line-height:25px;}

.inquiry-img{text-align:right; vertical-align:top;}

.pro-table-title{background-color:#f1f1f1; font-family:'Roboto', sans-serif; font-size:15px; color:#333333; text-align:left;}
.pro-table-inner-title{background-color:#ffffff; font-family:'Roboto', sans-serif; font-size:18px; color:#97742e; text-align:left;}
.pro-table-font{background-color:#ffffff; font-family:'Roboto', sans-serif; font-size:15px; color:#666666; text-align:left;}


.ccform-addon{
	color:#ffffff; 
	float:left;
	padding:6px 4px;
	width:10%;
	background:#328500;
	text-align:center;	
	font-size:21px;
}

*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.contact-form form input[type="text"], .contact-form form textarea {
    font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	box-shadow: none;
	border: 1px solid #CCCCCC;
	background: #f8f8f8;
	color: #888888;
	line-height:24px;
	display: block;
	width: 90%;
	padding: 8px 12px;
	font-size: 14px;
	outline: none;
	-webkit-appearance: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	
}
.contact-form  form textarea {
	resize: none;
	height: 100px;
}
.contact-form form input[type="text"]:hover, .contact-form form textarea:hover {
	border-color: #328500;
}
.contact-form form input[type="text"]:focus, .contact-form form textarea:focus {
	border: 1px solid #ca1110;
}
.contact-form form input[type="submit"] {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 12px 30px;
	background: #0075a7;
	text-transform:uppercase;
	
	border: none;
	outline: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: inset 0px -4px 0px #328500;
	-webkit-box-shadow: inset 0px -4px 0px #328500;
	-moz-box-shadow: inset 0px -4px 0px #328500;
	-o-box-shadow: inset 0px -4px 0px #328500;
}
.contact-form form input[type="submit"]:hover{
	background: #328500;	
}

.contact-form form input[type="reset"] {
    font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	padding: 12px 30px;
	background: #0075a7;
	text-transform:uppercase;
	
	border: none;
	outline: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	box-shadow: inset 0px -4px 0px #328500;
	-webkit-box-shadow: inset 0px -4px 0px #328500;
	-moz-box-shadow: inset 0px -4px 0px #328500;
	-o-box-shadow: inset 0px -4px 0px #328500;
}
.contact-form form input[type="reset"]:hover{
	background: #328500;	
}


















/**** PORTFOLIO STYLES*****/
.image-block{ display:block;position: relative; margin-bottom:30px;}
.image-block img{border: 1px solid #CCCCCC; background:#FFFFFF;padding:8px; transition: 0.4s; border-radius:5px;}
.image-block img:hover{border: 1px solid #0075a7; box-shadow:0 0 5px #0075a7; transition: 0.4s;}
/**** END PORTFOLIO STYLES*****/


/**** PORTFOLIO STYLES*****/
.product-block{ display:block;position: relative;}
.product-block img{border: 1px solid #328500; background:#FFFFFF;padding:5px; transition: 0.4s;}
.product-block img:hover{border: 1px solid #328500; transition: 0.4s;}
/**** END PORTFOLIO STYLES*****/

.product-margin{margin-bottom:40px;}

.product-more {
	background-color:#328500;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:'Roboto', sans-serif;
	font-size:16px;
	padding:10px 0px;
	width:100%;
	text-decoration:none;
	transition: 0.6s;
	text-align:center;
	
}
.product-more:hover {
	background-color:#43a10a;
	color:#ffffff;
	transition: 0.6s;
	text-decoration:none;
}




.caption-style-2{list-style-type: none; margin: 0px; padding: 0px;}

.caption-style-2 li{float: left; padding: 0px; position: relative; overflow: hidden;}

.caption-style-2 li:hover .caption{opacity: 1; transform: translateY(-100px);}

.caption-style-2 img{margin: 0px; padding: 0px; float: left; z-index: 4; width:100%; height:auto;}

.caption-style-2 .caption{cursor: pointer; position: absolute; opacity: 0; top:310px; transition:all 0.30s ease-in-out;}
	
.caption-style-2 .blur{background: #e1ac2c; display: inline-block; height: 55px; margin-left: 0px; margin-top: 35px; position: relative; width: 300px;}
	
.caption-style-2 .blur:before{border-bottom: 45px solid #e1ac2c; border-right: 800px solid transparent; content: ""; height: 0; left: 0; position: absolute; top: -40px;}

.caption-text h1{text-transform: uppercase; font-size: 15px; z-index: 10; color: #fff; position: absolute; top:0px; padding-left:20px; font-weight:bold;	}

