@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,500,500italic,700,700italic,900,900italic);

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	overflow-x: hidden;
	background: #fff;
	
}
div, ul, li, ol, a, span, p, table, tr, td, h1, h2, h3, h4, h5, h6, header, nav, footer, aside, figure, section, address, article {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	outline: none;
}
ul, li, ol {
	list-style-type: none;
}
img {
	border: 0;
	outline: none;
}
.fl {
	float: left;
}
.fr {
	float: right
}
.clear {
	margin: 0;
	padding: 0;
	clear: both;
	font-size: 0;
	line-height: 0;
}
img {
	max-width: 100%
}
.noBor {
	border: none
}
.noBorR {
	border-right: none !important;
}
.noBg {
	background: none !important;
}
.pr {
	padding-right: 0 !important;
}
.mr {
	margin-right: 0 !important;
}
.mr0 {
	margin-right: 0 !important;
}
.clearfix:after {
	clear: both;
	content: " ";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
.clearfix {
	display: block;
}
html {
	-webkit-text-size-adjust: none; /* Prevent font scaling in landscape */
}
/*img::selection 		{ background: transparent; }*/
/*img::-moz-selection	{ background: transparent; }*/
* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
/* CSS3 STYLE GENERIC */
.view {
   width: 300px;
   height: 200px;
   margin: 10px;
   float: left;
   border: 5px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   box-shadow: 0px 0px 5px #aaa;
   cursor: default;
}



.view .mask, .view .content {
   width: 300px;
   height: 200px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view img {
   display: block;
   position: relative;
}
.view1 img {
   display: block;
   position: relative;
}
.view a.info {
   background: url(../img/link.png) center no-repeat;
   display: inline-block;
   text-decoration: none;
   padding:0;
   text-indent:-9999px;
   width:20px;
   height:20px;
}


/* CSS3 EFFECTS */

/* THIRD EFFECTS */

.third-effect .mask {
   opacity: 0;
   overflow:visible;
   border:100px solid rgba(0,0,0,0.7);
   -moz-box-sizing:border-box;
   -webkit-box-sizing:border-box;
   box-sizing:border-box;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}



.third-effect a.info {
   position:relative;
   /*top:-10px;*/
   text-align:center;
   opacity: 0;
   -webkit-transition: opacity 0.5s 0s ease-in-out;
   -moz-transition: opacity 0.5s 0s ease-in-out;
   -o-transition: opacity 0.5s 0s ease-in-out;
   -ms-transition: opacity 0.5s 0s ease-in-out;
   transition: opacity 0.5s 0s ease-in-out;
}
.third-effect:hover .mask {
   opacity: 1;
   border:100px solid rgba(0,0,0,0.7);
}

.third-effect:hover a.info {
	opacity:1;
	-moz-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	transition-delay: 0.3s;
}


/*.nav-toggle{border: none;
color: #fff;
margin: 1% 0;
background: none;
outline: none; display:block; float:right;}*/

.mobile_bt{ display:none;}
.display{ display:none;}



#nav_icon{ display:none;}

	#nav_icon1{ display:none;}
	#hide_bt1{ display:block;}









header,section,footer{ width:100%; float:left; padding:0; margin:0; display:block;}
.container {
	max-width: 1180px;
	width: 100%;
	margin: 0 auto;
	text-align:center;
}
.container_2{
	max-width: 1170px;
	width:100%;
	margin:0 auto;
	
}
.codexcoder_wrap{ overflow:visible !important;}
.codexcoder_box{ width:210px;}



.row {
	margin: 0 10px 0 10px;
	padding: 2px;
}
.header_top,.header_bottom{ width:100%; float:left; padding:0; margin:0; text-align:center; display:block;}
.header_top_bg{ background:/*url(../img/top_bg.png)*/#2980b9; text-align:center; padding:0; margin:0;float:left; display:block; width:100%;}
.header_top_bg ul{ display:inline-block; margin:5px 0 0 0; padding:0;}
.header_top_bg ul li{ float:left; display:block; padding:0 12px; margin:0; border-left:1px solid #fff;}
.header_top_bg ul li.left_border{ border:none;}
.header_top_bg ul li a{ text-decoration:none; color:#fff; font-size:13px; text-align:center; padding:0; margin:0;}
.header_bottom_bg{ background:url(../img/top_bg_f.png); min-height:15px; padding:0; margin:0; float:left; display:none; width:100%;} 
.logo_nav {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
}
.logo {
	float: left;
	padding: 0;
	margin: 15px 0 0 0;
	width: 30%;
	display:block;
}
.logo img {
	width: 100%;
}
nav.menu{ width:60%; float:right; display:block; padding:0; margin:0;}
nav.menu ul{ display:inline-block; margin:30px 0 0 0; padding:0;}
nav.menu ul li{ float:left; display:block; padding:0 9px; margin:0;}
nav.menu ul li a{ text-decoration:none; color:#1287c6; font-size:16px; text-align:center; padding:0; margin:0;}
.web_item ul{ width:90%; padding:0; margin:0; text-align:center; display:inline-block;}

.web_item ul li{ display: inline-block; padding:0; margin:0 1%; width:29%;}
.web_item ul li p{width: 100%;

padding: 20px 0;
text-align: center; color: #2980b9;
font-weight: bold;
font-size: 20px;} 



.sider_bgtop img{ width:100%; height:auto;}



.about span {
    display: inline-block;
    position: relative;
}
.about span:before, .about span:after {
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.796);
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    top: 50%;
    width: 700%;
}
.about span:before {
    margin-right: 0.4em;
    right: 100%;
}
.about span:after {
    left: 100%;
    margin-left: 0.4em;
}
.about {
font-size: 21px;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #db5207;
text-align: center;
margin: 30px 0;
overflow: hidden;
text-transform: uppercase;
}
/*.sider_bgtop{ background:url(../img/silder_bg1.png) no-repeat; width:100%; float:left; height:162px;
 display:block; background-size:100% 100%; position:absolute; top:310px;}*/
.wform_text{ width:100%; float:left; display:block; /*padding:0;*/ margin:0;/* background:#2980b9; */ position:absolute; bottom:0; left:0; right:0;}
/*.sider_bgtop{ height:162px;}*/
.bgcolor{ background:#1a6ba8; width:100%; display:block; float:left;}
section.banner {
position: relative;
float: left;
width: 100%;
text-align: center;
display: block;
}
.sider_bgtop {
height: 230px;
}
.enqui{ position:fixed; right:-80px;  bottom: 35px; z-index:999999;}

.enqui a img:hover{  
 transform:translatex(-80px);

    transition-duration: 0.6s;-moz-transition: all 0.12s ease; transition: all 0.12s ease;}
	
.form_contant{ width:100%; float:left; display:block; padding:0; margin:0; border-bottom:1px  dotted #fff;}

.form_contant_img{ width:50%; text-align:center; float:left; display:block;}
.form_contant_img .Free_img{ float:left; width:10%; display:block;}
.Free_p{ float: left;
width: 70%;
font-size: 23px;
color: #FFF;
text-align: left;
font-weight: 100;
font-family: 'Open Sans', sans-serif;
padding:0 2%;
  

}
.request_p{ float: left;
width: 70%;
font-size: 23px;
color: #FFF;
text-align: left;
font-weight: 100;
font-family: 'Open Sans', sans-serif;
padding:1% 1% 4% 2%;



}


.margin_bottom {
margin-bottom: 40px;
}
.What_q {
width: 50%;
float: right;
text-align: left;
margin-top:20px;

}
.scroller-tag {
width: 30px;
height: 30px;
float: left;
padding: 8px 13px 0px 10px;
background-image: url(../img/number_bg.png);
background-repeat: no-repeat;
font-family: Verdana, Geneva, sans-serif;
font-size: 10px;
color: #fff;
font-weight: bold;
text-align: center;
margin-right: 5px;
margin-top: 3px;
}
.form_q{ float:left; width:100%; display:block; padding:0; margin:1% 0;}
.form_contant_img ul {
width: 100%;
text-align: left;
padding: 0;
margin: 0;
}
.form_contant_img ul li {
padding: 10px 0;
padding: 10px 0;
float: left;
width: 100%;

}
.form_contant_img ul li label {
text-align: left;
float: left;
color: #fff;
width:13%;
}
.form_contant_img ul li input[type="text"] {
text-align: right;

margin: 0 0 0 34px;

padding: 6px 0;
width: 60%;
border: none;
border-radius: 4px;
}
 li input[type="button"].bt {
border: none;
background: #054161;
color: #fff;
padding: 10px 53px;
margin: 0 109px;
border-radius: 4px;
}
.margin_top{ margin-top:0 !important;}
.margin_left{ margin:0 !important;}
.What_q.margin_top li {
padding: 5px;
}
.What_q.margin_top label {
margin: 0 0 0 20px;
color: #fff;
}
.What_q p {
color: #fff;
font-weight: 100;
font-size: 24px;
vertical-align: middle;
font-family: 'Open Sans', sans-serif;
}

.width_100 {
width: 100%;
text-align: right;
}























	.web_text{ background:#FFFFFF; width:100%; float:left; display:block; padding:0; margin:4% 0 0 0;}

.web_text .left_side_text{ float:left; width:100%; display:block; padding:0; margin:0;}
.left_side_text p{ text-align:center; color:#494949; padding:0 0 41px 0;}
.left_side_text a{ text-decoration:none; color:#db5207;}

.smol_img .left_side{ float:left; width:50%; display:block; padding:0; margin:0; text-align:center;}
.left_side ul { width:100%; display:inline-block; padding:0; margin:0; text-align:center;}
.left_side ul li{ float:left; display:block; padding:0 0 0 1%; margin:0;}
.left_side ul li .item_wraper{padding: 20px;
border-right: 1px solid red;
}
.left_side ul li .item_wraper .item{ }
.left_side ul li img{ width:100%;}

.Starter_Pack{ margin:4% 0;}
.Starter_Pack ul{ width:100%; float:left; display:block; text-align:center;}
.Starter_Pack ul li{ width:25%; float:left; display:block; padding:0 1%; margin:0;}
section.Portfolio {
margin: 0 0 4% 0;
}


.width_bg {
width: 170px;

background: #fff;

padding: 26px;
border-radius: 50%;
box-shadow: 0px 0 1px #888888;

-webkit-box-shadow: -7px 7px 6px -4px rgba(0,0,0,0.28);
-moz-box-shadow: -7px 7px 6px -4px rgba(0,0,0,0.28);
box-shadow: -7px 7px 6px -4px rgba(0,0,0,0.28);
text-align:center;
margin:0 auto;
}
.width_bg img {
  border-radius: 50%;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}
.width_bg img:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
ul.icon_text {
width: 100%;
display: block;
float: left;
text-align: center;
}
ul.icon_text li {
display: inline-block;
padding: 2%;
}












.footer_contant {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;

}
.footer_top_bg{ background:url(../img/top_bg_f1.png);text-align:center; padding:0; margin:0;float:left; display:block; width:100%; min-height:15px; display:none;}
.footer_bottom_bg{ background:#2980b9; text-align:center; padding:0; margin:0;float:left; display:block; width:100%;}
.footer_bottom_bg ul{ width:100%; text-align:center; display:inline-block; padding:0; margin:4% 0 0 0;}
.footer_bottom_bg ul li{ float:left; display:block; padding:0 1%; margin:0; text-align:left; width:24%;}
.footer_link {
	border-top: solid #fff 2px;
	background: url(../img/arrow_img.png) no-repeat 6% -3%;
	float: left;
	width: 100%;
}
.footer_link ul {
	list-style: none;
	margin: 24px 1px;
	padding: 0;
}
.footer_link ul li {
	display: block;
	margin: 0;
	padding: 2% !important;
	text-align: left;
	padding: 0;
	width: 100%;
}

i.fa.fa-hand-o-right {
color: #fff;
font-weight: bold;
}
.footer_bottom_bg ul li p {
color: #fff;
font-weight: bold;
padding:0 0 7% 0;
}
.footer_link ul li a {
	color: #D3D3D3;
	font-size: 15px;
	text-decoration: none;
}
.footer_link ul li a:hover {
color: #fff;
transform: translatex(10px);
transition-duration: 0.4s;
-moz-transition: all 0.4s ease;

transition: all 0.4s ease;
}
.copyright{ width:100%; display:block; float:left; padding:0; margin:0; background:#3498db;}
ul.left_bt li {
float: left;
padding: 0 1%;
}
ul.left_bt {
width: 50%;
float: left;
display: block;
margin:2% 0;
}
ul.right_bt {
float: right;
width: 40%;
}
ul.right_bt li {
float: left;
text-align: center;
padding:1% 4% 1% 4%;
margin:3% 1%;
font-size:20px;
color:#fff;
border:1px solid #fff;
}
ul.right_bt li a{ color:#fff;}
ul.right_bt li a:hover{ color:red;}
ul.right_bt li:hover{color:red;
border:1px solid red;}
ul.right_bt li img {
vertical-align: middle;
}
ul.right_bt li p {
color: #fff;
font-weight: bold;
font-size: 20px;
padding: 5% 0;
vertical-align: middle;
}
.copyright_tex {
float: left;
width: 100%;
color: #fff;
font-size: 12px;
padding: 1% 0;
}



/*---Website_Design_text---*/
p.Website_Design_text{ text-align:justify; color: #666666;}
.Page_1{ background:url(../img/1page_Bg.png) no-repeat; float:left; width: 63%;
height: 400px;}
.left_Page{width: 50%;
float: left;

margin: 6% 0 0 0;
}

.right_Page{width: 50%;
float: left;

margin: 6% 0 0 0;
}
.Web_Page{ text-align:left; display:block;}
.Page_11{background: #53c9e7;
width: 100%;
border-radius: 7px;
color: #06223D;}
.Website_Design_contant{ width:100%; text-align:center; display:inline-block;}
.Website_Design_contant ul {
width: 100%;
display:inline-block;
}
.Website_Design_contant li {
width: 100%; float:left; display:block; margin:1% 0;}
.Page_11_contant{ width:100%; display:inline-block;}

.Page_11 h2 {

padding: 2% 1%;
margin: 0 1% 0 1%;
width:96%;
}
.boreder_bottom {
width: 96%;
margin: 0 1% 2% 1%;
}
.right_1 {
width: 42%;
float: right;
}
.left_1 {
width: 58%;
float: left;
}

.left_1 .left_part {
width: 50%;
float: left;
}
.left_1 ul.right_part {
float: right;
width: 50%;
}
.left_1 .left_part li {
padding: 0 3% 5% 5%;
}
.packagePrice {
float: left;
font-weight: bold;
font-size: 45px;
}
.left_1 ul li {
width: 100%;
text-align: left;
font-size: 15px;
padding: 2% 2%;
}
.right_1  ul li {
width: 100%;
text-align: left;
font-size: 15px;
padding: 2% 0;
}
/*---Website_Design_text---*/


/*--portfolio--*/
.check_bg{ background:url(../img/bg.png); width:100%; float:left; padding:0; margin:0; text-align:center;}
.cost{ width:100%; float:left; margin:50px 0 50px 0; padding:0; text-align:center; display:block;}
.cost_button{ width:25%;margin:0; padding:0; display:block; float:left; text-align:left;}
.cost_button ul{ width:100%; float:left; list-style:none;}
.cost_button ul li{ display:block;margin:0 0 10px 0; float:left; width:100%;}
.cost_button .color{ /*width/3%; float:left; min-height:45px; background:#de5101;*/}
/*.cost_button .coloractive{ background:#2753a8 !important;}*/
.cost_button ul li a{ ttext-align: left;
text-decoration: none;
color: #1f1f1f;
font-size: 16px;
padding: 10px 0 10px 40px;
display:block;
border-right: #cecece solid 1px;
border-bottom: #cecece solid 1px;
border-top:#cecece solid 1px;
border-left:5px solid #de5101;
width:100%;
}
.cost_button ul li a.coloractive{ border-left:5px solid #2753a8;}
.cost_contant {
float: left;
width: 70%;
margin: 0 0 0 5%;
padding: 0;
}
.portfolio_img {
width: 100%;
float: left;
text-align: center;
display: block;
}
.cost_contant ul {
float: left;
width: 100%;
padding: 0;
margin: 0;
}
.cost_contant ul li {
float: left;
display:block;
text-align:center;

margin: 0;
width: 25%;
}
.extra_width{ width:auto !important; height:auto !important;}
.cost_contant img{ width:100%;}

.da-thumbs {
	list-style: none;
	width: 984px;
	height: 600px;
	position: relative;
	margin: 20px auto;
	padding: 0;
}
.da-thumbs li {
	float: left;
	margin: 5px;
	background: #fff;
	padding: 8px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}

.da-thumbs {
	list-style: none;
	width: 984px;
	height: 600px;
	position: relative;
	margin: 20px auto;
	padding: 0;
}
.da-thumbs li {
	float: left;
	margin: 5px;
	background: #fff;
	padding: 8px;
	position: relative;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.da-thumbs li a,
.da-thumbs li a img {
	display: block;
	position: relative;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
	position: absolute;
	background: #333;
	background: rgba(75,75,75,0.7);
	width: 100%;
	height: 100%;
}
.da-thumbs li a div span {
	display: block;
	padding: 10px 0;
	margin: 40px 20px 20px 20px;
	text-transform: uppercase;
	font-weight: normal;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.5);
	box-shadow: 0 1px 0 rgba(0,0,0,0.1), 0 -10px 0 rgba(255,255,255,0.3);
}










.da-thumbs li a div {
	top: 0px;
	left: -100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.da-thumbs li a:hover div{
	left: 0px;
}







.right_side_pf {
width: 50%;
min-height: 148px;
float: left;
background: #2980b9;
}
.left_side_pf {
width: 48%;
float: right;
display: block;
}
.dt-sc-one-third {
width: 100%;
}
contact.htmlmedia="all"
.column {
margin: 0px 0px 0px 2%;
float: left;
min-height: 1px;
position: relative;
}
.dt-sc-contact-form p span {
float: left;
width: 100%;
position: relative;
}



/*--portfolio--*/
/*--contact--*/
.form {
width: 48%;
float: left;
display: block;
padding: 0;
margin: 0 0 0 0;
text-align:left;
}
.form input[type="text"] {
width: 98%;
padding: 10px;
margin: 4% 2%;
border-radius: 3px;
border: 1px solid #ccc;
}
.form input[type="email"] {
width: 98%;
padding: 10px;
margin: 5% 2%;
border-radius: 3px;
border: 1px solid #ccc;
}
.form textarea {
width: 98%;
height: 128px;
margin: 5% 2%;
border-radius: 3px;
border: 1px solid #ccc;
}
input.bt{border: none;
background: #054161;
color: #fff;
padding: 10px 53px;
margin: 0;
border-radius: 4px;
}
.map {
width: 46%;
float: right;
margin:2% 1% 0 1%;
display: block;
}
.right_part {
width: 100%;
text-align: left;
margin:0 0 0 0;
}
.buttan {
  width: 100%;
  text-align: center;
  display: inline-block;

  margin: 1% 0 3% 0;
  padding: 0;
}
.right_part textarea {
  width: 100%;
  height: 200px;
  margin: 0 0 0 0;
  padding:13px;
  font-family:opensans;
}
.right_part h2 {
padding: 0 0 5px 0;
margin: 0;
width: 100%;
border-bottom: 1px solid #ccc;
color: #db5207;
font-family: 'Open Sans', sans-serif;
text-transform: uppercase;
font-weight: 300;
}
.right_part p {
padding: 13px 0 0px 0;
margin: 0;
width: 100%;
color: #2d2d2d;
font-family: 'Open Sans', sans-serif;
text-transform: capitalise;
font-weight: 400;
font-size: 15px;
line-height: 28px;
}

/*--popup--*/

/*.button {
  margin: 40px;


  text-decoration: none;

  color: #fff;

  cursor: pointer;

  position: relative;

 

  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.button:hover {
  color: #333;

  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modalbg {
  position: fixed;
  font-family: Arial, Helvetica, sans-serif;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 99999;
  -moz-transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -transition-delay: 0.2s;
  display: block;
  pointer-events: none;
}
.modalbg .dialog {
  width: 50%;
  position: relative;
  top: -1000px;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background:#e9e9e9;
  
  box-shadow: 0 0 10px #000000;
  -moz-box-shadow: 0 0 10px #000000;
  -webkit-box-shadow: 0 0 10px #000000;
}
.modalbg .dialog .ie7 {
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=3);
}
.modalbg:target {
  display: block;
  pointer-events: auto;
  background: rgba(4, 10, 30, 0.8);
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.modalbg:target .dialog {
  top: -90px;
  -moz-transition: all 0.8s ease-out;
  -webkit-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -transition-delay: 0.4s;
}
.close {
  background: #606061;
  color: #FFFFFF;
  line-height: 25px;
  position: absolute;
  right: -12px;
  text-align: center;
  top: -10px;
  width: 24px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0 0 10px #000000;
  -moz-box-shadow: 0 0 10px #000000;
  -webkit-box-shadow: 0 0 10px #000000;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -transition-delay: 0.2s;
}
.close .ie7 {
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=3);
}
.close:hover {
  background: #00d9ff;
  -moz-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.fineprint {
  font-style: italic;
  font-size: 10px;
  color: #646;
}
a {
  color: #333;
  text-decoration: none;
}*/
/*--popup--*/



.web_site2{background:#9ab4c9; width:100%; display:block; float:left;}
   .web_site2 .left_part2{background: url(../img/BG_1.png) ;   width: 34%;
  float: left;
  padding: 0;
  height: 63px;
  color: #fff;

  font-size: 36px;
  font-weight: bolder;}
     .web_site2 .right_part2{background: url(../img/BG_2.png); width: 34%;
  float: right;
  padding: 2% 0;
  height: 63px;
  color: #5F5F5F;
  font-weight: bold;
  font-size: 18px;}
   .web_site2 .right_part2 a{color:#fff;}
     .web_site2 .right_part2 a:hover{color:#000;}
	 
	 
	 
	 
	 		   .website_para{ background:#d9e4ed; width:100%; float:left;}
		   .website_para .left_part2{background:#1a6ba8; width:34%; float:left; padding:8% 0; color: #fff;
  font-size: 27px;}
 .website_para .center_part2{width:30%; float:left; margin:0 0 0 4%; padding:2% 0;}
  .website_para .right_part2{float: right; width: 30%; display: block; padding:2% 0;}