{
font-family: 'Open Sans', sans-serif;
font-family: 'Roboto', sans-serif;
}
body {
	padding: 0;
	margin: 0;
}
.top_bar {
	background: #d9682d;
	width: 100%;
	padding: 5px 0;
}
.wrapper {
	width: 1170px;
	margin: 0 auto;
}
.mail {
	background: url(../images/icon01.png) no-repeat left center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 0 0 0 30px;
	float: left;
	margin: 3px 0 0 0;
}
.phone {
	background: url(../images/icon02.png) no-repeat left center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 0 0 0 30px;
	float: left;
	margin: 3px 0 0 30px;
}
.clear {
	clear: both;
}
.piner {
	background: url(../images/socialicon.png);
	width: 26px;
	height: 25px;
	background-position: 0 -30px;
	transition: all 0.5s ease;
	cursor: pointer;
}
.face {
	background: url(../images/socialicon.png);
	width: 26px;
	height: 25px;
	background-position: -32px -30px;
	transition: all 0.5s ease;
	cursor: pointer;
}
.twit {
	background: url(../images/socialicon.png);
	width: 26px;
	height: 25px;
	background-position: -62px -30px;
	transition: all 0.5s ease;
	cursor: pointer;
}
.yout {
	background: url(../images/socialicon.png);
	width: 26px;
	height: 25px;
	background-position: -91px -30px;
	transition: all 0.5s ease;
	cursor: pointer;
}
.piner:hover {
	background: url(../images/socialicon.png);
	width: 26px;
	height: 25px;
	background-position: 0 0px;
}
.face:hover {
	background: url(../images/socialicon.png);
	width: 26px;
	height: 25px;
	background-position: -32px 0;
}
.twit:hover {
	background: url(../images/socialicon.png);
	width: 26px;
	height: 25px;
	background-position: -62px 0;
}
.yout:hover {
	background: url(../images/socialicon.png);
	width: 26px;
	height: 25px;
	background-position: -91px 0;
}
.social {
	float: right;
}
.social ul {
	padding: 0;
	margin: 0;
}
.social ul li {
	float: left;
	list-style: none;
	margin: 0 0 0 5px;
}
.logo {
	width: 20%;
	float: left;
	position: relative;
	z-index: 1;
}
.navigation {
	width: 80%;
	float: right;
}
.banner01 {
	width: 100%;
	height: 613px;
	margin: 5px 0 0 0;
	float: left;
}
.banner_text {
	width: 460px;
	box-shadow: 0 0 10px #000;
	float: left;
	height: auto;
	padding: 20px;
	margin: -42% 0 0 0;
	position: relative;
	z-index: 1;
	background: rgba(255,255,255,0.8);
}
.banner_text h1 {
	padding: 0;
	margin: 0;
}
.banner_text .text01 {
	font-family: 'Roboto', sans-serif;
	font-size: 60px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #222;
}
.banner_text .text02 {
	font-family: 'Roboto', sans-serif;
	font-size: 60px;
	font-weight: 300;
	text-transform: uppercase;
	color: #222;
}
.banner_text .text03 {
	font-family: 'Roboto', sans-serif;
	font-size: 70px;
	font-weight: bolder;
	text-transform: uppercase;
	color: #222;
}
.color {
	color: #d9682d;
}
.banner_text p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #0a0a0a;
	line-height: 18px;
}
.lernmore-bt {
	background: url(../images/learnmore.png) no-repeat;
	width: 156px;
	height: 40px;
	border: none;
}
.inner h2 {
	background: #d9682d;
	float: left;
	padding: 0 0 0 12px;
	height: 40px;
	margin: 40px 0;
}
.inner h2 a {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: #FFF;
	float: left;
	margin: 7px 0 -40px 0;
	transition: all 0.5s ease;
	text-transform: uppercase;
	text-decoration: none;
}
.inner h2 a:hover {
	color: #000;
	text-decoration: none;
}
.innerservice h2 {
	background: #d9682d;
	float: left;
	padding: 0 0 0 12px;
	height: 40px;
	margin: 40px 0 0;
}
.innerservice h2 a {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: #FFF;
	float: left;
	margin: 7px 0 -40px 0;
	transition: all 0.5s ease;
	text-transform: uppercase;
	text-decoration: none;
}
.innerservice h2 a:hover {
	color: #000;
	text-decoration: none;
}
.innersub h2 {
	background: #f4a72e;
	height: 40px;
	float: left;
	padding: 0 0 0 12px;
	margin: 40px 0;
}
.innersub h2 a {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	color: #FFF;
	float: left;
	margin: 7px 0 -40px 0;
	transition: all 0.5s ease;
	text-transform: uppercase;
	text-decoration: none;
}
.innersub h2 a:hover {
	color: #000;
	text-decoration: none;
}
.innersub span {
	color: #000;
}
.inner span {
	color: #000;
}
.inner span:hover {
	color: #FFF;
}
.inner p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #4c4c4c;
	line-height: 20px;
	clear: both;
}
.image_bag {
	background: url(../images/imgbg.png) no-repeat;
	width: 373px;
	height: 244px;
	position: absolute;
	top: 0;
	left: -12px;
}
.list_img {
	position: relative;
	width: auto;
	height: auto;
	float: left;
	margin: 0 32px 0 0;
}
.list_img:nth-child(3) {
	float: right;
	margin: 0 0 0 0;
}
.benifit_header {
	background: #d9682d;
	float: left;
	width: 100%;
	margin: -4px 0 0 0;
	padding: 0 20px 0 20px;
	min-height: 179px;
}
.benifit_div {
	float: left;
	width: auto;
	margin: 30px 0 0 0;
}
.subin {
	width: 288px;
	margin: -100px 0 0 31px;
	float: left;
	position: relative;
	z-index: 100000;
}
.pad_top{
	padding:40px 0 0 0;
}
.benifit_header h3 {
	border-left: 5px solid #FFF;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #FFF;
	font-weight: bold;
	padding: 0 0 0 20px;
}
.benifit_header p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	min-height: 100px;
}
.read_more {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
}
.read_more a {
	color: #000;
	text-decoration: none;
}
.read_more a:hover {
	color: #FFF;
	text-decoration: none;
}
.read_more1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	float: left;
	margin: 10px 0 0 0;
}
.read_more1 a {
	color: #d9682d;
	text-decoration: none;
}
.read_more1 a:hover {
	color: #FFF;
	text-decoration: none;
}
.downloade_div {
	width: 1170px;
	height: auto;
	background: linear-gradient(to right, #FFFFFF 0%, #FFFFFF 50%, #d9682d 50%, #d9682d 100%);
	margin: 30px auto 0 auto;
}
.downloade_bt {
	background: url(../images/downloade.png) no-repeat;
	width: 196px;
	height: 51px;
	float: right;
}
.down_left {
	width: 50%;
	float: left;
	padding: 0 30px 0;
}
.down_left h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 26px;
	color: #FFF;
	font-weight: bold;
	text-align: right;
	margin: 100px 0 20px 0;
}
.down_left span {
	color: #000;
}
.down_left p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: normal;
	text-align: right;
	margin: 0 0 20px 0;
}
.box {
	cursor: pointer;
	height: auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
}
.box .overbox {
	opacity: 0.5;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	z-index: 100;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 0;
	width: 100%;
	height: 100%;
	padding: 130px 20px;
	background: rgba(217,104,45,0.5);
}
.box:hover .overbox {
	opacity: 1;
}
.overtext img {
	width: 50px !important;
	float: left;
}
.overtext {
	width: 110px;
	margin: -11% auto 0 auto;
}
.placeholder ul {
	padding: 0;
	margin: 0;
}
.placeholder ul li {
	border: 1px solid #999;
	padding: 10px;
}
.placeholder ul li a {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.subin01 {
	background: url(../images/shape.png) no-repeat;
	width: 299px;
	height: 244px;
	margin: -141px 0 0 25px;
	position: relative;
}
.benifit_header01 h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
}
.benifit_header01 h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #FFF;
}
.benifit_header01 p {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #343434;
}
.benifit_header01 {
	float: left;
	padding: 0 0 0 19px;
	position: absolute;
	top: 55px;
}
.righticon {
	width: 40px;
	height: 100%;
	border-left: 1px solid #FFF;
	float: right;
	margin: -48px 0 0 0;
}
.benleft {
	width: 80%;
	float: left;
}
.righticon ul {
	padding: 0;
	margin: 0;
}
.righticon ul li {
	float: left;
	list-style: none;
	width: 100%;
	padding: 13px 16px;
	border-bottom: 1px solid #FFF;
}
#owl-demo1 .item img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all 0.5s ease;
}
#owl-demo1 .item img:hover {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
}
#demo1 {
	border-bottom: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
	width: 100%;
	padding: 20px 0 0 0;
}
.footer_bg {
	background: url(../images/footerbg.png) repeat;
	width: 100%;
	height: auto;
	padding: 30px 0;
	margin: 40px 0 0 0;
}
.textin p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #FFF;
	margin: 20px 0 0 0;
}
.textin h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
}
.listin ul {
	padding: 0;
	margin: 0;
}
.listin ul li {
	float: left;
	list-style: none;
	width: 100%;
	background: url(../images/footar.png) no-repeat left center;
	padding: 0 0 0 20px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.listin ul li a {
	color: #FFF;
	text-decoration: none;
}
.listin ul li a:hover {
	color: #d9682d;
	text-decoration: none;
}
.pin {
	background: url(../images/pin.png) no-repeat left center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 0 0 0 20px;
}
.call {
	background: url(../images/phone.png) no-repeat left center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 0 0 0 20px;
	margin: 7px 0;
}
.mailin {
	background: url(../images/mail.png) no-repeat left center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 0 0 0 20px;
	margin: 0 0 20px 0;
}
.fax {
	background: url(../images/fax.png) no-repeat left center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #FFF;
	padding: 0 0 0 20px;
	margin: 0 0 10px 0;
}
.sofooter {
	float: left;
}
.latest ul {
	padding: 0;
	margin: 0;
}
.latest ul li {
	float: left;
	list-style: none;
	margin: 0 5px 5px 0;
}
.footer {
	background: #131313;
	padding: 10px 0 0 0;
	width: 100%;
}
.foot p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #535353;
	width: 50%;
	float: left;
}
.eHorizon {
	width: 140px;
	float: right;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #535353;
}
#all {
	margin: 0 0 0 -38px !important;
}
#owl-demo1 .owl-next {
	background: url(../images/arl.png) no-repeat;
	width: 30px;
	height: 64px;
	top: 18px;
}
#owl-demo1 .owl-prev {
	background: url(../images/arr.png) no-repeat;
	width: 30px;
	height: 64px;
	top: 18px;
}
.arrr {
	border-right: 25px solid transparent;
	border-top: 41px solid #d9682d;
	float: left;
	height: 0;
	margin: 40px 0 0;
	width: 0;
}
.arrr01 {
	border-right: 25px solid transparent;
	border-top: 41px solid #f4a72e;
	float: left;
	height: 0;
	margin: 40px 0 0;
	width: 0;
}
#demo1 {
	margin: 40px 0 0 0;
}
.innerin {
	position: relative;
}
.innerin h2 {
	background: #d9682d;
	float: right;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFF;
	padding: 12px 30% 12px 10px;
	position: relative;
	margin: 47px 0 0 0;
}
.innerin h2:after {
	background: url(../images/abarr.png) no-repeat;
	position: absolute;
	left: -12px;
	content: " ";
	width: 12px;
	height: 50px;
	top: -0px;
}
.abin h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	padding: 0;
	margin: 40px 0 20px 0;
}
.abin p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #535353;
	text-align:justify;
}
.abin img {
	margin: 40px 0 0 0;
	float: left;
}
.ourteam01 {
	background: #efeeee;
	padding: 20px 0 40px 0;
	width: 100%;
	float: left;
	margin: 40px 0 0 0;
}
.image_bag01 {
	background: url(../images/imgbg01.png) no-repeat;
	width: 373px;
	height: 244px;
	position: absolute;
	top: 0;
	left: -12px;
}
.benifit_header h4 {
	color: #dabe70;
	font-style: italic;
	font-size: 13px;
}
.conbg {
	background: #f4a72e;
	width: 100%;
	padding: 40px 0 60px 0;
}
.con img {
	text-align: center;
	width: 86px;
	height: 86px;
	margin: 0 auto;
	float: none;
	display: list-item;
}
.con h2 {
	font-size: 15px;
	color: #000;
	width: 100%;
	text-align: center;
}
.con p {
	font-size: 13px;
	color: #6f4c00;
	width: 100%;
	text-align: center;
}
.form input {
	border: 1px solid #dddddd;
	width: 100%;
	padding: 15px 0 15px 10px;
	font-size: 15px;
	color: #999;
	margin: 0 0 15px;
}
.form input:nth-child(1) {
	width: 48%;
	float: left;
}
.form input:nth-child(2) {
	width: 48%;
	float: left;
}
.form input:nth-child(3) {
	width: 48%;
	float: right;
}
.form textarea {
	border: 1px solid #dddddd;
	width: 100%;
	padding: 15px 0 15px 10px;
	height: 130px;
	font-size: 15px;
	color: #999;
	margin: 0 0 15px;
}
.submit-bt {
	background: url(../images/submit.png) no-repeat;
	width: 156px;
	height: 40px;
	border: none;
}
.mapin {
	width: 100%;
	padding: 8px;
	border: 1px solid #dddddd;
}
.form h3 {
	font-size: 15px;
	color: #000;
	margin: 50px 0 20px 0;
}
.benifit_header01 { /*background:#d9682d;*/
	float: left;
	width: 100%;
	margin: 11px 0 0 0;
	padding: 0 20px 0 20px;
	min-height: 80px;
}
.benifit_header01 h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	color: #FFF;
	font-weight: normal;
}
.benifit_header02 {
	background: #d9682d;
	float: left;
	width: 100%;
	margin: 0px 0 0 0;
	padding: 0 20px 0 20px;
	min-height: 80px;
}
.benifit_header02 h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	color: #FFF;
	font-weight: normal;
}
.benifit_div:nth-child(7) {
	margin: 30px 0 0 200px;
}
 @media (max-width:1199px) {
.wrapper {
	width: 98%;
	margin: 0 auto;
}
.banner_text {
	width: 90%;
}
.benifit_div {
	width: 33%;
}
.benifit_div img {
}
.subin {
	width: 78%;
	margin: -60px 0 0 8px;
}
.owl-prev {
	right: 14px !important;
	bottom: 70px!important;
}
.owl-next {
	left: 14px !important;
	bottom: 70px!important;
}
.down_left img {
	max-width: 100%;
}
}
 @media (max-width:446px) {
.social {
	width: 100%;
	text-align: center;
	margin: 10px 0 0 0;
}
.social ul {
	text-align: center;
}
.social ul li {
	float: none;
	display: inline-block;
}
.mail {
	width: 159px;
	margin: 0 auto;
	float: none;
}
.phone {
	width: 122px;
	margin: 10px auto 0 auto;
	float: none;
}
}
 @media (max-width:767px) {
.navigation {
	width: 100%;
	position: absolute;
	z-index: 100000;
}
.open {
	background: rgba(217,104,45,0.5)
}
#cssmenu ul li {
	border-bottom: 1px solid #FFF !important;
}
#cssmenu ul li:hover {
	-webkit-transform: skew(0deg) !important;
	-moz-transform: skew(0deg) !important;
	-o-transform: skew(0deg) !important;
}
#cssmenu ul li:nth-child(6) {
	display: none;
}
#cssmenu {
	width: 65%;
}
.benifit_div {
	width: 100%;
}
.list_img {
	width: 353px;
	margin: 0 auto;
	float: none;
}
.benifit_header {
	width: 353px;
	margin: -21px auto 0 auto;
	float: none;
}
.subin {
	width: 99%;
	margin: -131px 0 0 0;
}
.downloade_div {
	padding: 0 0 20px 0;
}
.down_left {
	width: 100%;
}
.downloade_div {
	background: none;
}
.down_left:nth-child(2) {
	background: #d9682d;
	text-align: center;
}
.down_left h2 {
	width: 100%;
	text-align: center;
	margin: 30px 0 20px 0;
}
.down_left p {
	width: 100%;
	text-align: center;
}
.downloade_bt {
	margin: 0 auto 30px auto;
	float: none;
}
.subin01 {
	margin: -121px auto 0 auto;
}
.footer_bg .col-sm-3 {
	width: 50%;
	float: left;
}
.subin img:nth-child(1) {
	width: 100%;
}
}
 @media (max-width:893px) {
.banner_text {
	margin: -62% 0 0 0;
}
}
@media (max-width:614px) {
.banner_text {
	margin: -80% 0 0 0;
}
.text01 {
	font-size: 40px !important;
}
.text02 {
	font-size: 40px !important;
}
.text03 {
	font-size: 40px !important;
}
}
 @media (max-width:613px) {
.banner_text {
	margin: -141% 0 0 1%;
	width: 98%;
}
}
@media (max-width:566px) {
.footer_bg .col-sm-3 {
	width: 100%;
	float: left;
}
}
@media (max-width:480px) {
.foot p {
	width: 100%;
	text-align: center;
}
.eHorizon {
	margin: 0 auto;
	float: none;
	text-align: center;
}
.foot span {
	width: 140px;
	margin: 0 auto;
	float: none;
	display: table;
}
.inner h2 a {
	font-size: 20px;
}
.footer {
	padding: 20px 0 20px 0;
}
.navigation {
	width: 99%;
	float: right;
}
.benifit_header {
	width: 100%;
}
.list_img {
	width: 100%;
}
.image_bag {
	width: 104%;
}
.box .overbox {
	padding: 100px 20px;
}
}
