*,  *:before,  *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	margin: 0px;
}
.clear {
	clear: both;
}
.hide{
    display: none;

}
img {
	border: 0px;
	max-width: 100%;
	height: auto;
}
.left {
	float: left;
}
.right {
	float: right;
}
h3 {
	margin: 0px;
	padding: 0px;
	line-height: normal;
	color: #faab09;
}
.video_bg {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background: url(../images/mainbg.png) no-repeat;
	background-size: cover;
}
/***********************Complete site wrap**************************************/

.full_wrapper {
	width: 100%;
	position: relative;
	top: 0;
	margin: 0 auto;
}
/********************logo wrap*******************************/
.header{display: block; position: relative; height: 168px; z-index: 999;}
.logo {
	width: 200px;
	border-bottom: 0px solid white;
	position: fixed;
	left: -50%;
	z-index: 99;
    top: 0%;
    opacity: 0;
}
/************************navigation*************************/

#menu_wrap {
    opacity: 0;
	left: 0;
	position: fixed;
	top: -1%;
	width: 100%;
    padding: 10px 0;
	background-color: #000;
	background-image: url(../images/nav_bg.png);
	background-repeat: repeat-x;
}
.slicknav_btn, #mobile_nav, #mobilemenu_wrap {
	display: none;
}
#menu_wrap ul {
	width: 500px;
	margin: 0 auto;
	padding: 0px;
}
#menu_wrap ul li {
	list-style: none;
	margin: 10px 0px;
	border-right: 1px solid #020303;
	float: left;
	line-height: normal;
    cursor: pointer;
}
#menu_wrap ul li a, #menu_wrap ul li a:link {
    font-family: 'Alegreya Sans', sans-serif;
	font-size: 27%;
	padding: 10px 25px;
	display: block;
	text-decoration: none;
	color: #fff;
    cursor: pointer;
}
#menu_wrap ul li a:active {
	background: #363636;
}
#menu_wrap ul li a:hover {
	background: #363636;
}
#menu_wrap ul li a:visited {
	background: #363636;
}

/********************slider wrap*****************************/



.slider_wrap {
	width: 1200px;
	margin: 0 auto;
	margin-top: 3%;
	position: relative;
	height: 329px;
	display: block;
	overflow: hidden;
	z-index: 1;
}
.canvas1 {
	width: 597px;
	opacity: 0;
	position: absolute;
	left: 100%;
	top: 0;
	z-index: 8;
}
.canvas2 {
	width: 99px;
	position: absolute;
	left: 727px;
	opacity: 1;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	-khtml-transition: all 1s;
	transition: all 1s;
	-ms-transform: scale(0.2); /* IE 9 */
	-webkit-transform: scale(0.2); /* Chrome, Safari, Opera */
	transform: scale(0.2);
	opacity: 0;
}
.canvas3 {
	width: 120px;
	position: absolute;
	right: 172px;
	top: -200px;
    opacity:0;
}
.canvas4 {
	width: 96px;
	position: absolute;
	right: 0px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	-khtml-transition: all 1s;
	transition: all 1s;
	-ms-transform: scale(0.2); /* IE 9 */
	-webkit-transform: scale(0.2); /* Chrome, Safari, Opera */
	transform: scale(0.2);
	opacity: 0;
}
.canvas5 {
	width: 243px;
	position: absolute;
	left: 827px;
	bottom: -200px;
	opacity: 0;
}
/**********************profile wrap***************************/

.contain_wrap {
	position: relative;
	width: 1200px;
	margin: 0 auto;
	margin-top: 3%;
	margin-bottom: 3%;
	padding: 2%;
	background-image: url(../images/contain_bg.png);
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 25%;
	color: #fff;
	line-height: 150%;
}
.version_web {
	width: 765px;
	margin: 0 auto;
	height: 150px;
	margin-top: 3%;
}
.version_web ul {
	padding: 0px;
	margin: 0px;
}
.version_web li {
	padding: 0px;
	margin: 0px;
	float: left;
	list-style: none;
	text-align: center;
	padding: 3% 4.4% 1% 4.4%;
	margin-right: 2%;
}
.title {
	font-size: 240%;
	color: #e44d26;
	border-bottom: 1px solid white;
}
/********************works wrap*****************************/

.contain_wrap_nobg {
	width: 1200px;
	margin: 0 auto;
	padding: 0 0% 2% 0%;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 25%;
	color: #fff;
	line-height: 150%;
	overflow: hidden;
}
.contain_wrap_nobg p {
	font-size: 94%;
	margin: 1% 0%;
	line-height: normal;
}
.title1 {
	font-size: 240%;
	color: #e44d26;
	border-bottom: 1px solid white;
	margin-left: 2%;
}
.content_img_wrap {
	opacity: 1;
}
.content_img_wrap2 {
	display: none;
}
.web_contain {
	width: 62%;
	float: left;
	background-image: url(../images/contain_bg.png);
	padding: 1.5% 2% 1.3%;
	cursor: pointer;
}
.visit_site a {
	padding: 1% 5% 0% 0%;
	background-position: 0% 85%;
	float: right;
	color: #fff;
	text-decoration: none;
}
.web_contain:hover .visit_site a {
	background-image: url(../images/rightarrow.png);
	background-repeat: no-repeat;
	background-position: 100% 85%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease; /* Safari */
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	color: #faab09;
}
.visit_site1 a {
	padding: 1% 0% 0% 5%;
	margin-right: 5%;
	background-position: 100% 85%;
	float: right;
	color: #fff;
	text-decoration: none;
}
.web_contain_reverse:hover .visit_site1 a {
	background-image: url(../images/leftarrow.png);
	background-repeat: no-repeat;
	background-position: 0% 85%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease; /* Safari */
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	color: #faab09;
}
.web_img {
	width: 36%;
	height: 265px;
	overflow: hidden;
	float: right;
	text-align: right;
	position: relative;
}
.web_contain_reverse {
	width: 62%;
	float: right;
	background-image: url(../images/contain_bg.png);
	padding: 2%;
	cursor: pointer;
}
.web_img_reverse {
	width: 36%;
	height: 265px;
	overflow: hidden;
	float: left;
	text-align: left;
	position: relative;
}
.web_img img {
	position: absolute;
	top: 0;
	right: 0;
}
.web_img_reverse img {
	position: absolute;
	top: 0;
	left: 0;
}
.hr_line {
	margin: 3% 0%;
}
.viewmore {
	width: 20%;
	margin: 0 auto;
	background-image: url(../images/contain_bg.png);
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 120%;
	color: #fff;
	text-align: center;
	padding: 1% 2%;
	margin-top: 3%;
	border: 1px solid #929292;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease; /* Safari */
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.viewmore a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.viewmore:hover {
	border: 1px solid #e44d26;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease; /* Safari */
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
/********************contact wrap*****************************/

.contactSection {
	width: 1200px;
	margin: 0 auto;
	margin-top: 8%;
	margin-bottom: 2%;
	padding: 0 0% 2% 0%;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 25%;
	color: #fff;
	line-height: 150%;
	z-index: 1;
}
.contact_form {
	width: 50%;
	float: left;
	padding: 2%;
}
#contact_email {
	 -ms-transform: scale(0.2); /* IE 9 */ 
    -webkit-transform: scale(0.2);  /*Chrome, Safari, Opera*/
    transform: scale(0.2);
	
	/*-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	-khtml-transition: all 1s;
	transition: all 1s;*/
}
.contact_form textarea {
	resize: none;
}
#captcha_secureword {
	width: 60%;
	font-family: 'Alegreya Sans', sans-serif;
	line-height: normal;
	font-size: 100%;
	color: #4b340c;
	border: 1px solid #616161;
	padding: 10px 5px 10px 15px;
	text-align: left;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: -1px;
	float: right;
}
.form_inputs {
	width: 100%;
	font-family: 'Alegreya Sans', sans-serif;
	line-height: normal;
	font-size: 100%;
	color: #4b340c;
	border: 1px solid #616161;
	padding: 10px 5px 10px 15px;
	text-align: left;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 9px;
}
.form_inputs_sel {
	width: 100%;
	font-family: 'Alegreya Sans', sans-serif;
	line-height: normal;
	font-size: 100%;
	color: #4b340c;
	border: 1px solid #616161;
	padding: 10px 5px 10px 15px;
	text-align: left;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin-top: 9px;
}
.ashcolor {
	color: #e5e5e5;
}
.submit_btn {
	width: 100px;
	background-color: #FFF;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 18px;
	color: #000;
	border: 1px solid #525252;
	padding: 10px 15px 10px 15px;
	text-align: left;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	margin-top: 9px;
	margin-left: 0px;
}
legend {
	font-size: 250%;
	color: #e44d26;
	padding-bottom: 2%;
}
/*input:required:invalid, input:focus:invalid {

     background-image:url(../images/icons/Error.png);

     background-position: 98% 50%;

     background-repeat: no-repeat;

     -moz-box-shadow: none;

}*/

label.error {
	width: 100%;
	clear: left;
	float: left;
}
#contact_email input.error, #contact_email select.error {
	background-image: url(../images/icons/Error.png);
	background-position: 98% center;
	background-repeat: no-repeat;
	border: 1px solid #FF0000;
}
 input:required:valid, select:required:valid {
 background-image:url(../images/icons/success.png);
 background-position: 98% 50%;
 background-repeat: no-repeat;
}
#ajaxMsg {
	padding: 10px;
}
.address {
	width: 36%;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 150%;
	float: left;
	text-align: left;
	margin-top: 3%;
	margin-left: 2%;
}
.address h4 {
	font-size: 80%;
	margin: 0;
}
.address p {
	font-size: 64%;
	font-style:normal;
}
.address p a {
	color: #ffffff;
	text-decoration: none;
}
/**********************footer wrap*****************************/

footer {
	width: 100%;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 20%;
	background-image: url(../images/contain_bg.png);
	padding: 1%;
	line-height: normal;
	text-align: center;
}
footer p {
	margin: 0 auto;
	color: #fff;
}
/**********************Social Login*****************************/

#social_wrap {
	width: 180px;
	margin-top: 15px;
	position: fixed;
	top: 60%;
	right: 0;
	z-index: 99;
}
#social_wrap ul {
	margin: 0px;
	padding: 0px;
}
#social_wrap li {
	width: 60px;
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	position: relative;
	opacity: 0.1;
	right: -200px;
	border-top: 4px solid #8bb721;
	display: inline-block;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	-khtml-transition: all 1s;
	transition: all 1s;
}
#social_wrap li img {
	top: -6px;
	position: absolute;
	left: 12px;
}
.left_box {
	width:49%;
	float:left;
	padding-right:3%;
	border-right:1px dashed #faab09;
}
.right_box{
	width:48%;
	float:right;
}

.left_box p, .right_box p {
	color: #faab09;
	padding:0px;
	margin:0px;
}
.scl_wrap {
	width:100%;
}
.scl_wrap ul {
	margin:0px;
	padding:0px;
}
.scl_wrap li {
	list-style:none;
	float:left;
}
.scl_wrap li a {
	display:block;
	border-radius: 50%;
	border:3px solid red;
	padding:3px 5px 0px 5px;
	margin-right:25px;
	background-color:#FFF;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.scl_wrap li a:hover {
	border-radius: 50%;
	background-color:#c2c2c2;
	border:3px solid blue;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
#share_wrap {
	width:180px;
    height: 44px;
    padding: 5px;
	position:fixed;
	bottom:15px;
	right:15px;
	line-height:normal;
	font-size:15%;
	text-align:right;


}
#share_wrap img{
        cursor: pointer;
        position: absolute;
        right: 0px;
        bottom: 0px;
}
#share_wrap ul {
	margin: 0px;
	padding: 0px;
    float: left;

}
#share_wrap ul li {
	width:32px;
    height: 32px;
	list-style: none;
	text-align: center;
	display: inline-block;
    vertical-align: bottom;
    padding: 5px;
    margin-right: -300px;

  
    
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	-khtml-transition: all 1s;
	transition: all 1s;
}
#share_wrap ul li {
    position: relative;
}	

.tech_slider_wrap {
	float:right;
	width:40%; 
	margin-left:3%; 
	margin-top:2%;
        display: none;
}

