*{
margin:0;
padding:0;
}
.header{
	width:950px;
	margin: 0 auto;
	overflow: hidden;
}
.header_logo{
	width:300px;
	height:67px;
	float:left;
	background-repeat:no-repeat;
	margin-top: 50px;
}
.header_logo2{
	width:600px;
	height:auto;
	float:left;
	background-repeat:no-repeat;
	margin: 10px 0 0 0;
	font-size: 12px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin-left: 20px;
}
.socal{
	width:325px;
	height:auto;
	float:left;
	margin-top: 50px;
}
.socal ul{
width:244px;
height:56px;
float:left;
list-style-type:none;
}
.socal ul li{
width:56px;
height:56px;
float:left;
display:block;
margin-right:5px;
}
.socal ul li a.facebook{
	width:56px;
	height:56px;
	display:block;
	background-image:url(../images/f-logo_h.png);
	background-repeat:no-repeat;
}
.socal ul li a.facebook:hover{
	background-image:url(../images/f-logo.png);
}
.socal ul li a.google{
	width:56px;
	height:56px;
	display:block;
	background-image:url(../images/g-logo_h.png);
	background-repeat:no-repeat;
}
.socal ul li a.google:hover{
	background-image:url(../images/g-logo.png);
}
.socal ul li a.twiter{
	width:56px;
	height:56px;
	display:block;
	background-image:url(../images/linkdin_black.png);
	background-repeat:no-repeat;
}
.socal ul li a.twiter:hover{
	background-image:url(../images/lindin.png);
}
.socal ul li a.yt{
	width:56px;
	height:56px;
	display:block;
	background-image:url(../images/y-logo_h.png);
	background-repeat:no-repeat;
}
.socal ul li a.yt:hover{
	background-image:url(../images/y-logo.png);
}
.menu_menubar{
	width:100%;
	height:auto;
	margin:0 auto;
	background-color:#999999;
}
.Menu{
	width:950px;
	;
	height:50px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}
/*.Menu ul{
	width:630px;
	height:50px;
	display:block;
	list-style-type:none;
	margin:0 auto;
	}
.Menu ul li.active{
	font-family:'Roboto Condensed', sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	line-height:50px;
	text-decoration:none;
	display:block;
	padding:0 10px;
	text-transform:capitalize;
	text-shadow:1px 1px 5px black;
	letter-spacing:1px;
	background-color:#1E5D99;

}
.Menu ul li{
	height:50px;
	display:block;
	float:left;
	}
.Menu ul li a{
    font-family:'Roboto Condensed', sans-serif;
	font-size:14px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	line-height:50px;
	text-decoration:none;
	display:block;
	padding:0 10px;
	text-transform:uppercase;
	text-shadow:1px 1px 5px black;
	letter-spacing:1px;
		font-smoothing: antialiased;
	text-transform: uppercase;
	overflow: visible;
	}
*/
 /*  -----------------Animation--------------------*/
 .three-d {
	perspective: 200px;
	transition: all .07s linear;
	position: relative;
	cursor: pointer;
}
	/* complete the animation! */
	.three-d:hover .three-d-box, 
	.three-d:focus .three-d-box {
		transform: translateZ(-25px) rotateX(90deg);
	}

.three-d-box {
	transition: all .3s ease-out;
	transform: translatez(-25px);
	transform-style: preserve-3d;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

/* 
	put the "front" and "back" elements into place with CSS transforms, 
	specifically translation and translatez
*/
.front {
	transform: rotatex(0deg) translatez(25px);
}

.back {
	transform: rotatex(-90deg) translatez(25px);
	color: #ffe7c4;
}

.front, .back {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: black;
	padding: 15px 10px;
	color: white;
	pointer-events: none;
	box-sizing: border-box;
}
/*//--------------------end*----------------*/
   
.main_middle{
	width:100%;
	height:auto;
	margin:0 auto;
	margin-top: 10px;
	box-shadow: 0 3px 10px rgba(50, 50, 50, 0.67);
	border-radius:5px;
}
.documantion{
	width:100%;
	height:auto;
	box-shadow: 0 3px 10px rgba(50, 50, 50, 0.67);
	border-radius:5px;
	margin-top: 10px;
	margin: 0 auto;
	background-color: #F2F2F2;
}
.main_documantion{
	width:1003px;
	height:180px;
	margin: 0 auto;
	background-image: url(../images/social_icon2.jpg);
}

.spacer{
clear:both;
}
.sales_presentations{
	width:963px;
	height:auto;
	margin:0 auto;
	margin-top: 20px;
	font-family: 'Lora', serif;
	font-size:34px;
	font-weight:normal;
	color:#696969;
	line-height: 30px;
	margin-bottom: 20px;
	
}
.main_socialmedia{
	width:1003px;
	height:auto;
	margin: 0 auto;

}
.main_media{
	width:280px;
	height:auto;
	float:left;
	margin-left: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.media{
	width:280px;
	height:150px;
	float:left;

-webkit-box-shadow: 0 3px 10px rgba(50, 50, 50, 0.67);
	-moz-box-shadow: 0 3px 10px rgba(50, 50, 50, 0.67);
}
.media_text{
	width:280px;
	float:left;
	text-align: justify;
	font-family:'Roboto Condensed', sans-serif;
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
	text-shadow:1px 1px 1px white;
	line-height:25px;
}
.facebook_icon{
	width:138px;
	height:138px;
	float:left;
	margin-left: 99px;
	margin-top: 20px;
}
.facebook_icon a{
	width:138px;
	height:138px;
	float:left;
	background-image: url(../images/fabook_large.png);
	transition:width 2s, height 2s;
	-webkit-transition:width 2s, height 2s, -webkit-transform 2s; /* Safari */
		-moz-transition:width 2s, height 2s, -moz-transform 2s; /* Safari */
}
.facebook_icon a:hover{
width:138px;
height:138px;
transform:rotate(180deg);
-webkit-transform:rotate(180deg); /* Safari */
-moz-transform:rotate(180deg); /* Safari */
}
.twitter_icon{
	width:138px;
	height:138px;
	float:left;
	margin-left: 195px;
	margin-top: 20px;
	}
.twitter_icon a{
	width:138px;
	height:138px;
	float:left;
	background-image: url(../images/twiiter_large.png);
	transition:width 2s, height 2s;
	-webkit-transition:width 2s, height 2s, -webkit-transform 2s; /* Safari */
	-moz-transition:width 2s, height 2s, -moz-transform 2s; /* Safari */
}
.twitter_icon a:hover{
width:138px;
height:138px;
transform:rotate(180deg);
-webkit-transform:rotate(180deg); /* Safari */
-moz-transform:rotate(180deg); /* Safari */
}
.youtube_icon{
	width:138px;
	height:138px;
	float:left;
	margin-left: 198px;
	margin-top: 20px;
}
.youtube_icon a{
	width:138px;
	height:138px;
	float:left;
	background-image: url(../images/youtube_large.png);
	transition:width 2s, height 2s;
	-webkit-transition:width 2s, height 2s, 
	-webkit-transform 2s; /* Safari */
	-moz-transition:width 2s, height 2s, 
	-moz-transform 2s; /* Safari */
}
.youtube_icon a:hover{
width:138px;
height:138px;
transform:rotate(180deg);
-webkit-transform:rotate(180deg); /* Safari */
-moz-transform:rotate(180deg); /* Safari */
}
.footer{
	width:100%;
	height:auto;
	margin:0 auto;
	background-color: #50648C;
	padding-top: 10px;
}
.footer_main{
	width:1003px;
	margin:0 auto;
	height:30px;
}
.main_metter{
	width:1003px;
	height:auto;
	margin:0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: Tahoma;
	font-size: 12px;
	color: #333333;
	line-height: 20px;
}
.finish{
	width:983px;
	height:auto;
	margin:0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: Tahoma;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}
.metter_left{
	width:640px;
	height:auto;
	float:left;
	padding-right: 10px;
}
.metter_left_main{
	width:1003px;
	height:auto;
	float:left;
}

.metter_right{
	width:350px;
	height:auto;
	float:right;
}
.hello_welcome{
	width:480px;
	height:auto;
	float:left;
	font-family:'Lora', serif;
	color:#696969;
	font-size:36px;
	line-height: 40px;
	padding: 5px 0 5px 0;
	padding-left: 10px;
}
.hello_about{
	width:630px;
	height:auto;
	float:left;
	font-family:Tahoma;
	font-size:12px;
	color:#333333;
	text-align: justify;
	padding-left: 20px;
}
.hello1_about{
	width:680px;
	height:auto;
	float:left;
	font-family:Tahoma;
	font-size:13px;
	color:#333333;
	text-align: justify;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.readmore{
	width:100px;
	height:30px;
	float:left;
	margin-top: 10px;
	margin-left: 20px;
	}
.readmore a{
	display:block;
	color: #FFFFFF;
	font-size: 12px;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.8);
	line-height: 30px;
	text-align: center;
	background-image:url(../images/readmore.jpg);
	text-decoration:none;
	font-family:Tahoma;
	border-radius:5px;
	}
.readmore a:hover{
	font-size: 12px;
	background-image:url(../images/readmore_h.jpg);
}
.contat_call{
	float:right;
	height:auto;
	margin-top: 100px;
	text-align: center;
	color: #5188B2;
	font-family: 'Lora', serif;
	font-size: 32px;
}

.contat_call2{
	float:right;
	height:auto;
	text-align: center;
	color: #5188B2;
	font-family: 'Lora', serif;
	font-size: 32px;
	margin-top: 10px;
}
.innovetive_main{
	width:auto;
	float:left;
	height:auto;
	margin-left: 20px;
	font-family: Tahoma;
	color: white;
	font-size: 12px;
	line-height: 20px;
	margin-right: 25px;
}
.innovetive_main a{
	font-family: Tahoma;
	color: white;
	font-size: 12px;
	line-height: 20px;
	text-decoration:none;
}
.innovetive_main a:hover{
text-decoration:underline;
}
.concept_theme{
width:100px;
height:auto;
float:right;
}
.advantages{
	width:300px;
	height:30px;
	float:left;
	font-family: 'Noto Serif', serif;
	font-size: 24px;
	font-style: italic;
}
.ensures{
	width:300px;
	height:auto;
	float:left;
	margin-top: 10px;

}
.ensures_left{
	width:20px;
	height:20px;
	float:left;
	margin-top: 3px;
}
.ensures_right{
	width:260px;
	height:auto;
	float:left;
	font-family: "Trebuchet MS";
	line-height: 25px;
	font-size: 13px;
}
.contact_left{
	width:300px;
	height:auto;
	float:left;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-size: 16px;
	padding-left: 10px;
}
.address{
	width:500px;
	height:auto;
	float:left;
	font-family: 'Noto Serif', serif;
	font-style: italic;
	font-size: 16px;
	padding-left: 20px;
	margin-top: 10px;
	color: #696983;
}
.main_address{
	width:720px;
	height:auto;
	float:left;
}
.address_name{
	width:200px;
	float:left;
	height:25px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #696983;
}
.address_box{
	width:200px;
	float:left;
	height:25px;

}
.formbox{
	width:190px;
	height:25px;
	float:left;
	border:1px solid #CCCCCC;
	background-color: #F9F9F9;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	padding-left: 10px;
}
.hello2_about{
	width:220px;
	height:auto;
	float:left;
	font-family:Tahoma;
	font-size:13px;
	color:#333333;
	text-align: justify;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.message{
	width:700px;
	float:left;
	height:auto;
	margin-left: 20px;
}
.message_left{
	width:600px;
	float:left;
	height:20px;
	font-family: "Trebuchet MS";
	font-size: 14px;
	color: #696983;
}
.message_right{
	width:680px;
	float:left;
	height:auto;
}
.message_formbox{
	width:630px;
	height:100px;
	float:left;
	border:1px solid #CCCCCC;
	background-color: #F9F9F9;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #666666;
	padding-left: 10px;
}
.clear_bu{
	width:70px;
	height:30px;
	float:right;
	margin-right: 90px;
}
.clear_bu a{
	width:65px;
	height:30px;
	float:right;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#5188B2;
	text-decoration:none;
	line-height: 30px;
	background-image:url(../images/marker-1.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.clear_bu a:hover{
color:#696983;
}

.clear1_bu{
	width:50px;
	height:30px;
	float:right;
	margin-right: 20px;
}
.clear1_bu a{
	width:50px;
	height:30px;
	float:right;
	font-family:"Trebuchet MS";
	font-size:14px;
	color:#5188B2;
	text-decoration:none;
	line-height: 30px;
	background-image:url(../images/marker-1.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.clear1_bu a:hover{
color:#696983;
}
.call_image{
	width:280px;
	height:308px;
	float:left;
}
.main_form{
width:auto;
height:auto;
float:left;
}
.banner{
width:1003px;
height:auto;
margin:0 auto;
}
	.block-menu {
	background-color:#DD2118;
	width: 120px;
	list-style-type: none;
	display: block;
	height: 50px;
		}

		.block-menu li {
			display: inline-block;
		}

		.block-menu li a {
			color: #fff;
			display: block;
			text-decoration: none;
			font-family:'Roboto Condensed', sans-serif;
			-webkit-font-smoothing: antialiased;
			-moz-font-smoothing: antialiased;
			font-smoothing: antialiased;
			text-transform: uppercase;
			overflow: visible;
			line-height: 20px;
			font-size: 14px;
			padding: 15px 10px;
		}

		/* animation domination */
		.three-d {
			-webkit-perspective: 200px;
			-moz-perspective: 200px;
			perspective: 200px;
			-webkit-transition: all .07s linear;
			-moz-transition: all .07s linear;
			transition: all .07s linear;
			position: relative;
		}

			.three-d:not(.active):hover {
				cursor: pointer;
			}

			.three-d:not(.active):hover .three-d-box, 
			.three-d:not(.active):focus .three-d-box {
				-moz-transform: translateZ(-25px) rotateX(90deg);
				-webkit-transform: translateZ(-25px) rotateX(90deg);
				-o-transform: translateZ(-25px) rotateX(90deg);
				transform: translateZ(-25px) rotateX(90deg);
			}

		.three-d-box {
			-webkit-transition: all .3s ease-out;
			-moz-transition: all .3s ease-out;
			-ms-transition: all .3s ease-out;
			-o-transition: all .3s ease-out;
			transition: all .3s ease-out;
	-webkit-transform: translatez(-25px);
	-moz-transform: translatez(-25px);
	-o-transform: translatez(-25px);
	transform: translatez(-25px);
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 50px;
		}

		.front {
			-webkit-transform: rotatex(0deg) translatez(25px);
			-moz-transform: rotatex(0deg) translatez(25px);
			-o-transform: rotatex(0deg) translatez(25px);
			transform: rotatex(0deg) translatez(25px);
		}

		.back {
			-webkit-transform: rotatex(-90deg) translatez(25px);
			-moz-transform: rotatex(-90deg) translatez(25px);
			-o-transform: rotatex(-90deg) translatez(25px);
			transform: rotatex(-90deg) translatez(25px);
			color: #FFE7C4;
		}

		.front, .back {
	display: block;
	width: 120px;
	height: 50px;
	position: absolute;
	top: 1px;
	left: -5px;
	background-color:#DD2118;
	padding: 15px 10px;
	color: white;
	pointer-events: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
		}

.email_address{
	width:400px;
	height:50px;
	float:left;
	margin-top: 10px;
	color: #5188B2;
	font-family: Tahoma;
	font-size: 14px;
}
.contat_call{
	float:right;
	height:auto;
	margin-top: 65px;
	text-align: center;
	color: #5188B2;
	font-family: 'Lora', serif;
	font-size: 32px;
	width: auto;
}
.pickles_animation{
	font-family:"Trebuchet MS";
	font-size:24px;
	font-weight:normal;
	color:#333333;
	line-height:20px;
	display: block;
}
.pickles_degree{
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:normal;
	color:#333333;
	line-height:20px;
	display: block;
}
.pickles_degree2{
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:20px;
	display: block;
}
.strat_button{
	width:120px;
	height:50px;
	float:left;
}
.examination{
	width:600
.px;
	float:left;
	height: 50px;
	font-family:'Roboto Condensed', sans-serif;
	font-size:16px;
	font-style:normal;
	font-weight:normal;
	color:#FFFFFF;
	line-height:50px;
	text-decoration:none;
	display:block;
	padding:0 10px;
	text-transform:uppercase;
	text-shadow:1px 1px 5px black;
	letter-spacing:1px;
	width: 600px;
}
.metter_side{
	width:100px;
	height:auto;
	float:left;
	margin-top: 30px;
	margin-right: 40px;
}
.metter_sright{
	width:400px;
	height:350px;
	float:right;
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #333333;
}
#boxright
{
    width: 325px;
    height: auto;
    float: left;
    background-color: #e8e8e8;
    background-repeat: repeat-y;
}
.exam_icon{
	width:150px;
	height:94px;
	float:left;
	margin-left: 10px;
}

#account
{
	width: 325px;
	height: auto;
	float: left;
	background-color: #E8E8E8;
	margin-bottom: 20px;
}
.shadow
{
	width: 325px;
	height: 75px;
	background-image: url(../images/shadow.jpg);
	background-repeat: no-repeat;
	float: left;
}
.online_text{
	width:150px;
	height:auto;
	float:left;
	font-size:24px;
	color:#333333;
	font-family: 'Roboto Condensed', sans-serif;
	margin-top: 50px;
	margin-left: 10px;
}
.create
{
	width: 200px;
	height: 44px;
	line-height: 20px;
	text-align: center;
	background-image: url(../images/button1.PNG);
	margin: 0 auto;
	clear: both;
}
.text
{
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 18px;
    font-family: "Trebuchet MS";
    line-height: 44px;
}
.text:hover
{
    color: #999999;
    text-decoration: none;
}
