* {
	padding:0;
	margin:0;
	list-style:none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
button{
	cursor:pointer;
	border:none;
	font-family: 'Open Sans', sans-serif;
	color:#FFFFFF;
	font-size:16px;
	font-weight:600;
	border-radius:3px;
	-webkit-border-radius:3px;
    -moz-border-radius:3px;
	position:relative;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
body {
	width: 100%; 
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	background:#fff;
	font-size:100%;
	color:#000;
	line-height:100%;
	font-style:normal;
	font-weight:normal;
	margin: 0; 
	padding: 0; 
}
input {
	background:none;
	border:1px solid #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	color:#FFFFFF;
	font-size:14px;
	font-style:italic;
	font-weight:400;
	line-height:100%;
	border-radius:3px;
	-webkit-border-radius:3px;
    -moz-border-radius:3px;
	position:relative;
	-webkit-appearance: none; 
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus{
	border:1px solid #24BDFF;
	transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out; /* Firefox 4 */
    -webkit-transition: all 0.2s ease-in-out; /* Safari and Chrome */
    -o-transition: all 0.2s ease-in-outs;
}
textarea{
	background:none;
	border:1px solid #FFFFFF;
	font-family: 'Open Sans', sans-serif;
	color:#FFFFFF;
	font-size:14px;
	font-style:italic;
	font-weight:400;
	line-height:150%;
	border-radius:3px;
	-webkit-border-radius:3px;
    -moz-border-radius:3px;
	position:relative;
	-webkit-appearance: none; 
}
table {
	border:0 none;
	border-collapse:collapse;
	border-spacing:0;
}
td { vertical-align:top; }
img	{ border:0 none; max-width:100%; }
a	{ outline:none; cursor:pointer; text-decoration:none; }
.left	{ float:left; }
.right	{ float:right; }
.clear { clear:both; }
.text_right { text-align:right; }
.text_left { text-align:left; }
.text_center { text-align:center; }
.text-justify { text-align:justify; }
.clearfix {
	clear:both;
	/*content:" "; never use this property error in opera*/
	display:block;
	font-size:inherit;
	height:0;
	line-height:0;
}
h1{
	font-family: 'Open Sans', sans-serif;
	font-size:64px;
	
}
h2{
	font-family: 'Open Sans', sans-serif;
	font-size:54px;
}
h3{
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	
}
h4{
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	
}
h5{
	font-family: 'Open Sans', sans-serif;
	font-size:20px;
	
}
h6{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	
}
p{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	color:#333333;
	font-weight:400;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display:block; 
}
/*------------------------------------------------------*/

/*------------------index-Start------------------------------------*/
.container{
	width:1170px;
	height:auto;
	margin:0 auto;
}
.wrapper{
	width:100%;
	height:auto;
	position:relative;
}
#header{
	width:100%;
	height:auto;
	position:fixed;
	top:0;
	left:0;
	z-index:99;
}
#header.unofixed{
	box-shadow:0 3px 3px 0 rgba(0, 0, 0, 0.06);
	-webkit-box-shadow:0 3px 3px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow:0 3px 3px 0 rgba(0, 0, 0, 0.06);
}
.header_corner{
	float:left;
	background:#FFFFFF;
	width:10%;
	height:88px;
	position:relative;
	transition:all 0.2s ease;
}
.main_header{
	float:left;
	width:100%;
	height:88px;
	position:absolute;
	top:0;
	left:0;
	transition:all 0.2s ease;
}
.logo{
	float:left;
	background:url(../images/logo_bg.png) no-repeat;
	width:350px;
	height:88px;
	transition:all 0.2s ease;
}
.logo a{
	float:left;
	width:225px;
	height:52px;
	padding:13px 0 0 0;
	transition:all 0.2s ease;
}
#header.unofixed .header_corner{
	height:70px;
}
#header.unofixed .logo{
	background:none;
	height:70px;
}
#header.unofixed .main_header{
	background:#FFFFFF;
	height:70px;
}
#header.unofixed .logo a{
	width:165px;
}
.logo a img{
	width:100%;
}
#header.unofixed .nav{
	padding-top:29px;
}
#header.unofixed .nav ul li a{
	color:#26273A;
}
#header.unofixed .nav ul li a span{
	background:#26273A;
}
.nav{
	float:right;
	width:792px;
	height:41px;
	padding-top:40px;
}
.nav ul{
	float:left;
	width:100%;
	height:auto;
}
.nav ul li{
	float:left;
	width:auto;
	height:auto;
	margin-right:20px;
}
.nav ul li.last{
	margin-right:0px;
	margin-top:-10px;
}
.nav ul li a{
	float:left;
	width:auto;
	height:auto;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:600;
	color:#FFFFFF;
	line-height:100%;
	text-transform:uppercase;
}
.nav ul li a span{
    background:#28C8E3;
	width: 100%;
    height: 2px;
	display: block;
	position:relative;
	top:5px;
    transform: scaleX(0);
	-webkit-transform: scaleX(0);
	-moz-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-o-transform: scaleX(0);
    transition: all 0.3s ease-out 0s;  
	-webkit-transition: all 0.3s ease-out 0s;  
	-moz-transition: all 0.3s ease-out 0s;  
	-ms-transition: all 0.3s ease-out 0s;  
	-o-transition: all 0.3s ease-out 0s;  
}
.nav ul li a:hover, .nav ul li a.active{
	color:#28C8E3;
}
.nav ul li a:hover span, .nav ul li a.active span{
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-o-transform: scaleX(1);
}
.nav ul li a.start_btn{
	width:auto;
	background:#40787E;
	height:34px;
	padding:0 18px;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#FFFFFF !important;
	font-weight:600;
	line-height:34px;
	border-radius:35px;
	-webkit-border-radius:35px;
    -moz-border-radius:35px;
	position:relative;
	text-align:center;
	text-transform:uppercase;
	transition: all 0.25s ease-in 0s;
	-webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
}
.nav ul li a.start_btn:hover{
	background:#20585e;
}
a.start_btn svg{
	width:27px;
    height:34px;
    transition: transform 0.15s ease 0s;
	vertical-align:top;
}
#section{
	width:100%;
	height:auto;
	position:relative;
	z-index:9;
}
.section{
	width:100%;
	height:auto;
}
.banner{
	background:url(../images/main_banner.jpg) no-repeat 0 0;
	width:100%;
	height:100%;
	background-size:cover;
	background-attachment:fixed;
	padding:120px 0 100px;
	position:relative;
}
#parallax{
	width:100%;
	height:690px;
	position:relative;
	margin:0 auto;
	overflow:hidden;
	z-index:1;
}
.para1{
	background:url(../images/par_bg1.png) no-repeat 0 0;
	width:1121px;
	height:422px;
	position:absolute;
	left:10px;
	top:200px;
}
.para2{
	background:url(../images/par_bg2.png) no-repeat 0 0;
	width:1161px;
	height:446px;
	position:absolute;
	left:40px;
	top:85px;
}
.para3{
	background:url(../images/par_bg3.png) no-repeat 0 0;
	width:970px;
	height:652px;
	position:absolute;
	left:150px;
	top:40px;
}	
.bg1{
	background:url(../images/par_bg4.png) no-repeat 0 0;
	width:898px;
	height:166px;
	position:absolute;
	left:300px;
	top:275px;
}
.bg2{	
	background:url(../images/par_bg5.png) no-repeat 0 0;
	width:912px;
	height:445px;
	position:absolute;
	left:130px;
	top:0;
}
#parallax .sloganx{ 
	width:1200px; 
	position:absolute; 
	left:50%; 
	height:690px; 
	margin-left:-600px; 
}
.main_banner{
	float:left;
	width:100%;
	height:auto;
	position:absolute;
	z-index:99;
	top:120px;
	left:0;
}
.main_banner_inside{
	float:left;
	width:100%;
	height:auto;
	text-align:center;
}
.banner_title{
	float:left;
	width:100%;
	height:auto;
	padding-bottom:35px;
}
.banner_title .hello{
	float:left;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	color:#FFFFFF;
	font-weight:300;
	line-height:100%;
	padding-bottom:10px;
}
.banner_title h1{
	float:left;
	width:100%;
	color:#FFFFFF;
	font-weight:600;
	line-height:100%;
}
.services{
	float:left;
	width:100%;
	height:auto;
	position:relative;
	text-align:center;
}
.circle{
	width:100%;
	height:470px;
	position:absolute;
	left:0;
	top:0;
}
.banner_logo{
	width:100%;
	height:220px;
	position:absolute;
	left:0;
	top:170px;
}
.main_services{
	width:100%;
	height:auto;
	position:absolute;
	top:0;
	z-index:99;
}
.services_inner{
	width:470px;
	height:470px;
	position:relative;
	margin:0 auto;
}
.services_con{
	width:70px;
	height:70px;
	position:absolute;
	padding:5px;
	cursor:pointer;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
	z-index: 9;
}
.services_con.web{
	background:url(../images/web_bg.svg) no-repeat;
	top:18px;
	left:55px;
	-webkit-animation: 0.6s scaleup 1s forwards;
  	-moz-animation:0.6s scaleup 1s forwards;
  	-o-animation:0.6s scaleup 1s forwards;
  	-ms-animation:0.6s scaleup 1s forwards;
  	animation:0.6s scaleup 1s forwards;
}
.services_con.design{
	background:url(../images/design_bg.svg) no-repeat;
	bottom:78px;
	left:2px;
	-webkit-animation: 0.6s scaleup 1.8s forwards;
  	-moz-animation:0.6s scaleup 1.8s forwards;
  	-o-animation:0.6s scaleup 1.8s forwards;
  	-ms-animation:0.6s scaleup 1.8s forwards;
  	animation:0.6s scaleup 1.8s forwards; 
}
.services_con.cms{
	background:url(../images/cms_bg.svg) no-repeat;
	bottom:10px;
	right:50px;
	-webkit-animation: 0.6s scaleup 2.6s forwards;
  	-moz-animation:0.6s scaleup 2.6s forwards;
  	-o-animation:0.6s scaleup 2.6s forwards;
  	-ms-animation:0.6s scaleup 2.6s forwards;
  	animation:0.6s scaleup 2.6s forwards;
}
.services_con.domain{
	background:url(../images/domain_bg.svg) no-repeat;
	top:68px;
	right:0px;
	-webkit-animation: 0.6s scaleup 3.4s forwards;
  	-moz-animation:0.6s scaleup 3.4s forwards;
  	-o-animation:0.6s scaleup 3.4s forwards;
  	-ms-animation:0.6s scaleup 3.4s forwards;
  	animation:0.6s scaleup 3.4s forwards;
}
.services_data{
	background:#FFFFFF;
	width:70px;
	height:70px;
	border-radius:50px;
	-webkit-border-radius:50px;
    -moz-border-radius:50px;
	position:relative;
}
.services_data #se_data{
	height:70px;
	line-height:70px;
}
.services_data #se_data1{
	height:70px;
	line-height:70px;
}
.services_data #se_data2{
	height:70px;
	line-height:70px;
}
.services_data #se_data3{
	height:70px;
	line-height:70px;
}
.services_des{
	background:#ffffff;
	width:470px;
	height:470px;
    z-index: 99;
	border-radius:50%;
	-webkit-border-radius:50%;
    -moz-border-radius:50%;
	position:relative;
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.services_des_title{
	float:left;
	width:100%;
	height:auto;
	padding:40px 0 30px 0;
	text-align:center;
	font-weight:600;
}
.services_des.web .services_des_title h5{
	color:#DB3E3D;
	line-height:120%;
}
.services_des.design .services_des_title h5{
	color:#7C51A1;
	line-height:120%;
}
.services_des.cms .services_des_title h5{
	color:#F58245;
	line-height:120%;
}
.services_des.domain .services_des_title h5{
	color:#3297B4;
	line-height:120%;
}
.services_des p{
	float:left;
	width:70%;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:150%;
	color:#666666;
	padding:0 15% 20px;
}
.main_ser{
    position:absolute;
	left:0;
	top:0;
}
.main-ser_close{
	background:url(../images/close.svg) no-repeat;
	width:23px;
	height:23px;
	position:absolute;
	right:115px;
    top: 14px;
	margin:0 auto;
	text-align:center;
	cursor:pointer;
}
.services_con.service-open{
	z-index: 999;	
}
.services_des.service-open{
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.drop_errow{
	width:100%;
	height:28px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;
	text-align:center;
}
.drop_errow .bubble{
	background:url(../images/drop_errow.svg) no-repeat;
	width:55px;
	height:28px;
	position:relative;
	margin:0 auto;
	display:block;
	text-decoration:none;
}
.drop_bubble1{
	background:url(../images/drop_bubble1.svg) no-repeat;
	width:10px;
	height:10px;
	position:absolute;
	top:-10px;
	left:21px;
	-webkit-animation: iconbbubble 1.4s ease-out -0.7s infinite;
    -moz-animation: iconbbubble 1.4s ease-out -0.7s infinite;
    -o-animation: iconbbubble 1.4s ease-out -0.7s infinite;
    -ms-animation: iconbbubble 1.4s ease-out -0.7s infinite;
    animation: iconbbubble 2s ease-out -0.75s infinite;
}
.drop_bubble2{
	background:url(../images/drop_bubble2.svg) no-repeat;
	width:5px;
	height:5px;
	position:absolute;
	top:-7px;
	left:23px;
	-webkit-animation: iconbbubble 1.4s ease-out -1.2s infinite;
    -moz-animation: iconbbubble 1.4s ease-out -1.2s infinite;
    -o-animation: iconbbubble 1.4s ease-out -1.2s infinite;
    -ms-animation: iconbbubble 1.4s ease-out -1.2s infinite;
    animation: iconbbubble 2s ease-out -1.5s infinite;
}
.about_section{
	float:left;
	width:100%;
	height:auto;
	padding-top:110px;
	padding-bottom:70px;
	position:relative;
}
.about_main{
	float:left;
	background:url(../images/about_bg.png) no-repeat 0 15px;
	width:100%;
	height:auto;
	padding-bottom:48px;
}
h2.title{
	float:left;
	width:100%;
	font-weight:300;
	color:#26273A;
	line-height:100%;
	text-align:center;
	padding-bottom:40px;
}
h2.title span{
	background:#006293;
	width:120px;
	height:2px;
	display:block;
	margin:25px auto 0;
}
.about_con{
	float:left;
	width:86%;
	padding:0 7%;
}
.sub_title{
	float:left;
	width:100%;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-size:22px;
	font-weight:300;
	line-height:160%;
	color:#333333;
	padding:0 0 25px;	
}
.about_main p{
	float:left;
	width:89%;
	height:auto;
	line-height:180%;
	text-align:center;
	padding:0 5.5% 17px;
}
.responsive_section{
	float:left;
	width:100%;
	height:auto;
}
.respon_con{
	float:left;
	background:url(../images/responsive_bg.jpg) no-repeat 0 0;
	width:100%;
	height:100%;
	background-size:cover;
	background-attachment:fixed;
	padding:110px 0 208px;
}
.responsive_main{
	float:left;
	width:100%;
	height:auto;
	position:relative;
}
.responsive_main h2.title{
	color:#FFFFFF;
}
.responsive_detail{
	float:left;
	width:88%;
	padding:0 6%;
}
.responsive_detail .sub_title{
	color:#FFFFFF;
} 
.responsive_detail p{
	float:left;
	width:80%;
	height:auto;
	color:#FFFFFF;
	line-height:180%;
	text-align:center;
	padding:0 10% 17px;
}
.responsive_img{
	float:left;
	width:100%;
	height:302px;
	position:absolute;
	left:0;
	bottom:-365px;
	text-align:center;
}
/*------------------domain-start------------------------------------*/
.domain_section{
	float:left;
	width:100%;
	height:auto;
	padding:110px 0;
	margin-top:158px;
	position:relative;
}
.domain_main{
	float:left;
	width:100%;
	height:auto;
	position:relative;
}
.domain_con{
	width:900px;
	min-height:474px;
	margin:0 auto;
	padding-top:50px;
	display:table;
}
.domain_box{
	float:left;
	background:#F2F2F3;
	width:298px;
	min-height:354px;
	height:auto;
	border-right:1px solid #FFFFFF;
	position:relative;
	padding-bottom:15px;
}
.domain_box.first{
	animation-delay: 0.4s;
	-webkit-animation-delay: 0.4s;
}
.domain_box.sec{
	background:#E4EAEA;
	text-align:center;
	border-right:1px solid #FFFFFF;
	animation-delay: 0.8s;
	-webkit-animation-delay: 0.8s;
}
.domain_box.last{
	background:#48C8E3;
	text-align:center;
	animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
}
.domain_box h4.title{
	font-weight:700;
	line-height:120%;
	display:block;
	border-bottom:1px solid #FFFFFF;
	text-transform:uppercase;
	position:relative;
}
.domain_box.first h4.title{
	color:#0777B9;
	padding:20px 28px;
}
.domain_box.sec h4.title{
	color:#333333;
	padding:20px 0;
}
.domain_box.last h4.title{
	color:#FFFFFF;
	border-bottom:1px solid #98D3E4;
	padding:20px 0;
}
.domain_box.sec h4.title span{
	background:url(../images/damain_title_bg.svg) no-repeat center 0;
	width:100%;
	height:35px;
	text-align:center;	
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	line-height:100%;
	color:#333333;
	font-weight:700;
	padding-top:8px;
	position:absolute;
	top:-26px;
	left:0;
}
.domain_box.last h4.title span{
	background:url(../images/damain_title_last_bg.svg) no-repeat center 0;
	width:100%;
	height:35px;
	text-align:center;	
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	line-height:100%;
	color:#FFFFFF;
	font-weight:700;
	padding-top:8px;
	position:absolute;
	top:-26px;
	left:0;
}

.domain_box ul{
	float:left;
	width:100%;
}
.domain_box ul li{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	line-height:130%;
	color:#333333;
	border-bottom:1px solid #FFFFFF;
	display:block;
}
.domain_box.first ul li{
	padding:11px 28px 14px;
	font-weight:600;
}
.domain_box.sec li{
	padding:11px 0 14px;
	font-weight:400;
}
.domain_box.last li{
	padding:11px 28px 14px;
	font-weight:400;
	color:#FFFFFF;
	border-bottom:1px solid #98D3E4;
}
.domain_box ul li.last{
	border-bottom:none;
	padding-bottom:0;
}
a.big_btn{
	width:162px;
	height:40px;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:600;
	line-height:40px;
	border-radius:35px;
	-webkit-border-radius:35px;
    -moz-border-radius:35px;
	position:relative;
	text-align:center;
	text-transform:uppercase;
	transition: all 0.25s ease-in 0s;
	-webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
}
a.big_btn.price_chart{
	background:#58CF8A;
	display:inline-block;
	margin-right:10px;
}
a.big_btn.price_chart:hover{
	background:#2E9E5E;
}
a.small_btn.register{
	background:#042F5E;
	display:inline-block;
	padding:0 20px;
}
a.small_btn.register:hover{
	background:#064F9F;
}
.best_title{
	position:absolute;
	width:70px;
	height:68px;
	left:-5px;
	top:-6px;
}
.domain_btn{
	position:absolute;
	right:0;
	width:auto;
	right: 140px;
    top: 90px;
	z-index:9;
}
/*------------------domain-end------------------------------------*/
/*------------------hosting-start------------------------------------*/
.hosting{
	float:left;
	background:url(../images/hosting_bg.jpg) no-repeat center center;
	width:100%;
	height:100%;
	min-height:462px;
	background-attachment:fixed;
	background-size:cover;
	padding:110px 0 0 0;
}
.hosting_bot_bg{
	float:left;
	background:#E4EAEA;
	width:100%;
	height:auto;
	padding-bottom:100px;
	position:relative;
}
.hosting_section{
    float:left;
    height:auto;
    width:100%;
	overflow:hidden;
}
.hosting_main{
    float:left;
    height:auto;
    width:100%;
	position:relative;
}
.hosting_main .title{
	color:#FFFFFF;
	text-align:center;
}
.hosting_main .title span{
	background:#FFFFFF;
}
.hosting_con{
    float:left;
	width:100%;
    min-height:330px;
	margin-top:10px;
	position:absolute;
	left:0;
	top:120px;
}
/*---------Scroll_bar_start-------*/
.mCustomScrollBox{ /* contains plugin's markup */
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
}
.mCSB_horizontal.mCSB_inside > .mCSB_container{
	margin-right: 0;
	margin-bottom:32px;
}
.mCSB_inside > .mCSB_container{ 
	margin-right: 30px; 
}
.mCSB_container{ /* contains the original content */
	overflow: hidden;
	width: auto;
	height: auto;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal{
	width: auto;
	height:20px;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
}
.mCSB_scrollTools{ 
	opacity: 0.75; 
}
.mCSB_scrollTools{ 
	position: absolute;
	width: 16px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
}
.mCSB_scrollTools, 
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}
.mCSB_scrollTools .mCSB_draggerContainer{ 
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0; 
	height: auto;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger{
	width: 30px; /* minimum dragger width */
	height: 100%;
	left: 0;
}
.mCSB_scrollTools .mCSB_dragger{ 
	cursor: pointer;
	width: 100%;
	height: 30px; 
	z-index: 1;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
	width: 100%;
	height:3px;
	margin:7px 0;
}
.mCSB_scrollTools .mCSB_draggerRail{
	width: 2px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
}
.mCSB_scrollTools .mCSB_draggerRail{
	background-color:#EBEBEB;
}
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
	width: 100%;
	height:3px;
	margin:7px auto;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ /* the dragger element */
	position: relative;
	width: 4px;
	height: 100%;
	margin: 0 auto;
	-webkit-border-radius: 16px; -moz-border-radius: 16px; border-radius: 16px;
	text-align: center;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color:#fff; background-color:#6BDBEE;
}
.mCSB_scrollTools, 
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, 
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
}
/*---------Scroll_bar_end-------*/
.hosting_col{
	float:left;
	width:auto;
	margin-right:2px;
}
.hosting_col.first{
	width:283px;	
}
.hosting_col ul{
	width:100%;
	height:auto;
}
.hosting_col.last{
	margin-right:0px;
}
.hosting_col ul li{
	background:#EBEBEB;
	width:auto;
	height:auto;
	padding:15px 20px;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:600;
	line-height:110%;
	text-align:center;
}
.hosting_col ul li.dark{
	background:#FFFFFF;
}
.hosting_col .trans{
	background:none;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	font-weight:600;
	color:#FFFFFF;
	padding:15px 20px;
	text-align:left;
}
.hosting_col.first li{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#0777B9;
	font-weight:600;
	line-height:108%;
	text-align:left;
}
.hosting_col.first li span{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#333333;
	line-height:110%;
	font-weight:400;
	padding-bottom:5px;
	display:block;
}
.small_btn{
	width:auto;
	height:34px;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:600;
	line-height:34px;
	border-radius:35px;
	-webkit-border-radius:35px;
    -moz-border-radius:35px;
	position:relative;
	text-align:center;
	text-transform:uppercase;
	transition: all 0.25s ease-in 0s;
	-webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
}
a.small_btn.price_chart{
	background:#58CF8A;
	display:inline-block;
	padding:0 20px;
	margin-right:10PX;
}
a.small_btn.price_chart:hover{
	background:#2E9E5E;
}
.hosting_col.single{
	width:109px;	
}
.hosting_col.single ul li{
	padding:16px 2px;
}
.hosting_col .title.rad{
	background:#F1655D;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:700;
	line-height:110%;
	color:#FFFFFF;
	border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
	position:relative;
	text-transform:uppercase;
	padding:23px 2px;
}
.hosting_col .title.blue{
	background:#48C8E3;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:700;
	line-height:110%;
	color:#FFFFFF;
	border-radius:4px 4px 0 0;
	-webkit-border-radius:4px 4px 0 0;
    -moz-border-radius:4px 4px 0 0;
	position:relative;
	text-transform:uppercase;
	padding:15px 2px;
}
.small_btn.req_rad{
	background:#F1655D;
    display: inline-block;
    padding: 0 15px;
}
.small_btn.req_rad:hover{
	background:#EC2E24;
}
.small_btn.req_blue{
	background:#042F5E;
    display: inline-block;
    padding: 0 15px;
}
.small_btn.req_blue:hover{
	background:#064F9F;
}

.hosting_col.single ul li.last{
	padding:27px 2px 26px;
}
.hosting_services{
	float:left;
	width:100%;
	height:auto;
	padding-top:20px;
}
.hosting_services_opt{
	float:left;
	background:url(../images/hosting_tab_bg.jpg) repeat-x 0 0;
	width:100%;
	height:44px;
	display:block;
	margin:0 auto;
}
.hosting_services_opt ul{
	width:100%;
	height:auto;
	display:inline-block;
}
.hosting_services_opt ul li{
	background:#B9C8C8;
	width:auto;
	height:auto;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:600;
	line-height:110%;
	color:#FFFFFF;
	display:table-cell;
	padding:14px 20px 13px 20px;
	border-bottom:2px solid #828282;
	border-right:1px solid #EDEDED;
	cursor:pointer;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
}
.hosting_services_opt ul li.last{
	border-right:none;
}
.hosting_services_opt ul li:hover{
	background:#8FA7A7;
}
.hosting_services_opt ul li.active{
	background:#F1655D;
	border-bottom:2px solid #BE1810;
}
.hosting_services_con{
	float:left;
	background:#FFFFFF;
	width:100%;
	height:auto;
	padding:30px 0 10px 0;
}
.tab_content_host ul{
	float:left;
	width:100%;
	height:auto;
}
.tab_content_host ul li{
	float:left;
	background:url(../images/check.svg) no-repeat 0 0;
	width:auto;
	height:auto;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:110%;
	color:#333333;
	margin:0 15px;
	padding:0 0 20px 27px;
}
.hosting_btn{
	position:absolute;
	width:auto;
	z-index:9;
	right:0;
	top:85px;	
}
/*------------------hosting-end------------------------------------*/
/*------------------designing-start------------------------------------*/
.web_design{
	background:none;
}
.designing_section{
	float: left;
    height: auto;
    padding:110px 0 70px 0;
    width: 100%;
	position:relative;
	overflow:hidden;
}
.designing_main{
	float:left;
    height:auto;
    width: 100%;
}
.design_con{
	float:left;
    width:100%;
}
.design_con p{
    float:left;
    height:auto;
    line-height: 180%;
    padding: 0 11% 50px;
    text-align: center;
    width:78%;
}
.wagwep-container{
	float:left;
	width:100%;
	height:45px;
}
#porfolio-nav{
	float:left;
	width:100%;
	display:block;
	margin:0 auto;
}
#porfolio-nav ul{
	float:none;
	width:100%;
	height:auto;
	display:inline-block;
	padding:0;
	text-align:center;
}
#porfolio-nav ul li{
	background:#B9C8C8;
	width:auto;
	height:auto;
	border-right:1px solid #EDEDED;
	border-bottom:2px solid #828282;
	cursor:pointer;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
	display:inline-block;
}
#porfolio-nav ul li a{
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	font-weight:600;
	line-height:110%;
	color:#FFFFFF;
	padding:14px 20px;
	display:block;
}
#porfolio-nav ul li.last{
	border-right:none;
}
#porfolio-nav ul li:hover{
	background:#8FA7A7;
}
#porfolio-nav ul li.current{
	background:#F1655D;
	border-bottom:2px solid #BE1810;
	
}
.tab_container{
	height:394px;
}
.tab_container .content{
	height:394px;
}
.tab_container .mCSB_inside .mCSB_container{
	margin-right:0px;
}
.tab_container .mCSB_outside .mCSB_container{
	margin-right:20px;
}
.tab_container #mCSB_1 .mCSB_scrollTools{
	width:8px;
}
.tab_container #mCSB_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background-color:#006293;
	width:3px;
}
.tab_container #mCSB_1 .mCSB_scrollTools .mCSB_draggerRail{
	background:#b9c8c8;
	width:3px;
}

/*------------------designing-end------------------------------------*/
/*------------------services-start------------------------------------*/
.our_services{
	float:left;
	background:url(../images/services_bg.jpg) no-repeat center center;
	width:100%;
	height:100%;
	background-attachment:fixed;
	background-size:cover;
	padding:110px 0 0;
}
.our_services_section{
    float:left;
    height:auto;
    width:100%;
}
.our_services_main{
	float:left;
    height:auto;
    padding-bottom:158px;
    width: 100%;
	position:relative;
}
.our_services_con{
	float:left;
    width:100%;
}
.services_view{
	float:left;
	width:100%;
	height:auto;
	margin-top:10px;
}
.services_view ul{
	float:left;
	width:100%;
	height:auto;
}
.services_view ul li{
	float:left;
	width:20%;
	height:auto;
	text-align:center;
}
.services_view ul li{
	
}
.services_ico{
	width:80px;
	height:80px;
	border:1px solid #F1655D;
	padding:2px;
	margin:0 auto;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.services_ico:hover{
	border:1px solid #48C8E3;
}
.sico_main{
	background:#F1655D;
	width:100%;
	height:40px;
	display:block;
	padding:20px 0;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
}
.services_ico:hover .sico_main{
	background:#48C8E3;
}
.sevices_title{
	float:left;
	width:100%;
	height:auto;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#333333;
	font-weight:600;
	line-height:130%;
	text-align:center;
	padding-top:36px;
}
.our_services_detail{
	float:left;
	width:100%;
	height:auto;
	padding:30px 0 0;
}
.our_services_detail p{
	width:80%;
	padding:0 10%;
	line-height: 160%;
	text-align:center;
	padding-top:20px;
}
.more_info_con{
	float:left;
	background:#16A086;
	width:100%;
	height:auto;
	padding:50px 0;
	text-align:center;
	overflow:hidden;
}
.more_info_main{
	float:left;
	width:100%;
	height:auto;
}
.more_info_main p{
	float:left;
	width:100%;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight:400;
	line-height:115%;
}
.more_info_main a{
	width:auto;
	font-family: 'Open Sans', sans-serif;
	font-size:30px;
	color:#FFFFFF;
	font-weight:400;
	line-height:130%;
	text-decoration:none;
	padding-top:6px;
	margin:0 auto;
	display:inline-block;
}
/*------------------services-end------------------------------------*/
/*------------------work-start------------------------------------*/
.work_section{
    float:left;
    height:auto;
    padding:110px 0 70px 0;
    width:100%;
	position:relative;
	overflow:hidden;
}
.work_main{
	float:left;
    height:auto;
    padding-bottom: 48px;
    width: 100%;
}
.work_con{
	float:left;
    width:100%;
	padding-top:20px;
	text-align:center;
}
.work_con_top{
	float:left;
	width:100%;
	min-height:382px;
}
.work_left{
	float:left;
	width:48.5%;
}
.work_mid{
	float:left;
	width:30px;
}
.work_right{
	float:left;
	width:48.5%;
}
.pen{
	float:left;
	width:30px;
	min-height:382px;
}
.work_raw{
	float:left;
	width:100%;
	height:auto;
	padding-top:40px;
}
.how_work_con{
	float:left;
	width:60%;
	height:auto;
	overflow:hidden;
}
.how_work_con p{
	float:left;
	width:100%;
	font-size:14px;
	font-weight:400;
	line-height:160%;
	padding-top:28px;
}
.work_left .how_work_con{
	text-align:right;
}
.how_work_title{
	background:#ECF0F0;
	width:100px;
	height:100px;
	padding:10px;
	border-radius:80px;
	-webkit-border-radius:80px;
    -moz-border-radius:80px;
	position:relative;
}
.work_left .how_work_title{
	float:right;
	margin-right:50px;
}
.work_title_main{
	background:#D2DBDB;
	width:100%;
	height:100%;	
	border-radius:80px;
	-webkit-border-radius:80px;
    -moz-border-radius:80px;
	position:relative;
}
.work_title_main h6{
	height:17%;
	color:#333333;
	font-weight:600;
	line-height:100%;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
}
.work_title_main h6.final_touch{
	height:35%;
	line-height:110%;
}
.left_cov{
	background:url(../images/left_border.svg) no-repeat;
	width:52px;
	height:23px;
	position:absolute;
	right: -50px;
    top: 48px;
    z-index: -1;
}
.work_right .how_work_con{
	float:right;
	text-align:left;
}
.work_right .how_work_title{
	float:left;
	margin-left:50px;
}
.right_cov{
	background:url(../images/right_border.svg) no-repeat -7px 0;
	width:52px;
	height:22px;
	position:absolute;
	left:-50px;
    top:48px;
    z-index: -1;
}
.work_con_bot{
	width:31%;
	height:auto;
	margin:0 auto;
}
.work_con_bot .work_raw{
	padding-top:15px;
}
.work_con_bot .work_raw .how_work_title{
	margin:0 auto;
}
.work_con_bot .work_raw .how_work_con{
	width:100%;
}
.work_con_bot .work_raw .how_work_con p{
	padding-top:15px;
}
.bot_cov{
	background:url(../images/bot_border.svg) no-repeat;
	width:1px;
	height:28px;
	position:absolute;
	left:58px;
    top:-18px;
    z-index: -1;
}
/*------------------work-end--------------------------------------*/
/*------------------contact-start--------------------------------------*/
.contact_us{
	float:left;
	background:url(../images/contact_bg.jpg) no-repeat center center;
	width:100%;
	height:100%;
	background-attachment:fixed;
	background-size:cover;
	padding-top:110px;
	overflow:hidden;
}
.contact_us_section{
    float:left;
    height:auto;
    width:100%;
}
.contact_us_main{
	float:left;
    height:auto;
    padding-bottom:30px;
    width: 100%;
	position:relative;
}
.contact_us_main .title{
	color: #ffffff;
}
.contact_us_main .title span{
	background:#FFFFFF;
}
.contact_us_con{
	float:left;
    width:100%;
	margin-top:30px;
}
.contact_left{
	float:left;
	width:50%;
	height:auto;
}
.contact_raw{
	float:left;
	width:100%;
	height:auto;
	padding-bottom:20px;
}
.contct_text{
	float:left;
	width:44%;
	height:44px;
	padding:0 2%;
}
.contct_text.last{
	margin-left:3%;
}
.contct_area{
	float:left;
	width:95.4%;
	height:134px;
	padding:10px 2%;
}
.send_btn{
	background:#24BDFF;
	float:left;
	width:auto;
	height:44px;
	padding:0 30px;
	line-height:42px;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;/* Firefox 4 */
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -o-transition: all 0.5s ease;
}
.send_btn:hover{
	background:#0091CE;
}
.contact_right{
	float:left;
	width:40%;
	height:auto;
	padding-left:10%;
	text-align:left;
}
.contact_add_title{
	float:left;
	width:100%;
	height:auto;
	font-family: 'Open Sans', sans-serif;
	font-size:24px;
	color:#FFFFFF;
	font-weight:400;
	line-height:110%;
}
.contact_add_raw{
	float:left;
	width:89%;
	height:auto;
	margin-top:24px;
	padding-left:11%;
}
.contact_add_raw.message{
	background:url(../images/message.svg) no-repeat 13px 4px;
}
.con_title{
	float:left;
	width:auto;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#24BDFF;
	font-weight:600;
	line-height:120%;
	padding-right:10px;
}
.contact_add_raw.address .con_title{
	width:100%;
	height:auto;
	padding:0 0 10px 0;
}
.contact_add_raw p{
	float:left;
	width:auto;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:400;
	line-height:120%;
}
.contact_add_raw p a{
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#FFFFFF;
	font-weight:400;
	text-decoration:none;
}
.contact_add_raw.address p{
	width:100%;
	font-size:14px;
	line-height:160%;
}
.social_raw{
	float:left;
	width:100%;
	height:auto;
	margin-top:20px;
}
.social_raw .social{
	float:left;
	padding-left:10px;
}
.social_raw .social ul li{
	margin-right:5px;
}
/*------------------contact-end--------------------------------------*/
/*------------------Project_planner-start--------------------------------------*/
.pro_planner{
	background:#ECF0F0;
	position:relative;
}
.planner_section{
    float:left;
    height:auto;
    padding:110px 0 0 0;
    width:100%;
}
.planner_main{
	float:left;
    height:auto;
    width: 100%;
	overflow:hidden;
}
.planner_con{
	float:left;
    width:100%;
}
.launch_btn{
	float:left;
	width:100%;
	height:auto;
	text-align:center;
	padding:25px 0 110px 0;
}
.launch_btn a{
	background:#FF6908;
	width:auto;
	height:60px;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#FFFFFF;
	font-weight:600;
	line-height:60px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
	border-radius:3px;
	-webkit-border-radius:3px;
    -moz-border-radius:3px;
	position:relative;
	padding:0 80px 0 20px;
	display:inline-block;
}
.launch_btn a:hover{
	background:#D95700;
}
.launch span{
	height:38px;
  width:47px;
  display:block;
}
.launch:hover svg{
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.15s;
  -moz-transition: -moz-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  -ms-transition: -ms-transform 0.15s;
  transition: transform 0.15s;
}
.launch svg{
  position: absolute;
  bottom:12px;
  right:20px;
  height:38px;
  width:47px;
  -webkit-transition: -webkit-transform 0.15s;
  -moz-transition: -moz-transform 0.15s;
  -o-transition: -o-transform 0.15s;
  -ms-transition: -ms-transform 0.15s;
  transition: transform 0.15s;
}
.launch.clicked{
	background:#D95700;
  	padding-right:20px;
  -webkit-animation: bounce-in 0.3s;
  -moz-animation: bounce-in 0.3s;
  -o-animation: bounce-in 0.3s;
  -ms-animation: bounce-in 0.3s;
  animation: bounce-in 0.3s;
}
.launch.clicked svg{
  -webkit-animation: flyaway 1.3s linear;
  -moz-animation: flyaway 1.3s linear;
  -o-animation: flyaway 1.3s linear;
  -ms-animation: flyaway 1.3s linear;
  animation: flyaway 1.3s linear;
  bottom:-80px;
  right: -1000px;
}
.project_planner_section{
	float:left;
	background:#ECF0F0;
	width:100%;
	height:auto;
	padding:110px 0 80px 0;
	position:relative;
	overflow: hidden;
	display:none;
}
.project_planner_section.active{
	display:block;
}
.pro_planner_main{
	float: left;
    height: auto;
    width: 100%;
}
h3.title{
	float:left;
	width:100%;
	font-size:36px;
	font-weight:400;
	color:#26273A;
	line-height:100%;
	text-align:center;
	padding-bottom:40px;
}
h3.title span{
	background:#006293;
	width:120px;
	height:2px;
	display:block;
	margin:25px auto 0;
}
.pro_planner_con{
	float:left;
    width:70%;	
	height:auto;
	padding:15px 15% 0;
}
.planner_raw{
	float:left;
	width:100%;
	height:auto;
	padding-bottom:20px;
	text-align:center;
}
.planner_text{
	background:#FFFFFF;
	float:left;
	width:44%;
	height:44px;
	padding:0 2%;
	color:#444444;
	border:1px solid #dcdcdc;
}
.planner_text.last{
	margin-left:3%;
}
.budget_label{
	color:#333333;
    font-family:"Open Sans",sans-serif;
	font-weight:400;
    font-size:16px;
	line-height:130%;
	display:inline-block;
	vertical-align:top;
}
.radio_btn{
	display:inline-block;
	padding-top:3px;
}
.input.styled {
    display: none;
}
span.radio{
	float:left;
	width:auto;
	height:18px;
	background:url(../images/radio_r3.svg) no-repeat;
	display:block;
	clear:left;
	padding-left:17px;
} 
.radio_btn p{
    float:left;
	width:auto;
	height:auto;
	margin-left:10px;
}
.radio_btn .rs{
	float:left;
	font-family:"Open Sans",sans-serif;
    font-size:16px;
	color:#333333;
	font-weight:400;
	line-height:110%;
	padding-left:7px;
}
.budjet_list{
	float:left;
	width:100%;	
	text-align:center;
	padding-bottom:20px;
}
.budjet_list ul{
	float:left;
	width:100%;	
}
.budjet_list ul li{
	width:22%;
	margin-right:3.4%;
	cursor:pointer;	
	display:inline-block;
}
.budjet_list ul li.last{
	margin-right:0;	
}
.budjet_list ul li span.radio {
	background:none;
	float:left;
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	padding:0;
} 
.bdgt_radio{
	float:left;
	background-color:#D2DBDB;
	width:92%;
	height:auto;
	line-height:140%;
	font-family:"Open Sans",sans-serif;
	font-weight:600;
	color:#333333;
	padding:20px 4%;
	font-size:16px;
	text-align:center;
	border-radius:4px;
	-webkit-border-radius:4px;
    -moz-border-radius:4px;
	position:relative;
}
.bdgt_radio:hover{
	background:#cdd6d6;
}
.budjet_list ul li.active .bdgt_radio{
	background:#19b2e1;
	color:#FFFFFF;
}
.budget_raw{
	padding:15px 0 35px 0; 
}
.launch_close{
	background:url(../images/launch_close.svg) no-repeat;
	width:41px;
	height:41px;
	position:absolute;
	top:72px;
	right:30px;
	cursor:pointer;
}
.submit_btn_raw{
	float: left;
	width: 100%;
    height: auto;
    padding-bottom: 20px;
    text-align: center;
}
.submit_btn{
	background:#ff6908;
	width:auto;
	height:50px;
	padding:0 50px;
	margin:0 auto;
	line-height:48px;
	text-transform:uppercase;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;/* Firefox 4 */
    -webkit-transition: all 0.5s ease; /* Safari and Chrome */
    -o-transition: all 0.5s ease;
}
.submit_btn:hover{
	background:#D95700;
}

/*------------------Project_planner-end--------------------------------------*/
/*------------------Footer-start--------------------------------------*/
#footer{
	float:left;
	width:100%;
	height:auto;
}
.footer_top{
	float:left;
	background:url(../images/footer_bg.jpg) repeat-y center center;
	background-attachment:fixed;
	background-size:100%;
	width:100%;
	min-height:339px;
	padding:85px 0 60px 0;	
	overflow:hidden;
}
.footer_main{
	float:left;
	width:100%;
	height:auto;
}
.about_ps{
	float:left;
	width:43%;
	height:auto;
}
.foot_title{
	float:left;
	width:100%;
	height:auto;
	padding-bottom:35px;
}
.foot_title h5{ 
	float:left;
	width:100%;
	height:auto;
	color:#FFFFFF;
	line-height:110%;
	font-weight:600;
	border-bottom:1px solid #4B7594;
	padding-bottom:17px;
	text-transform:uppercase;
}
.about_ps p{
	float:left;
	width:100%;
	height:auto;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#CCCCCC;
	font-weight:400;
	line-height:180%;
	padding-bottom:25px;
}
.service_offer{
	float:left;
	width:21%;
	height:auto;
	margin-left:12%;
}
.foot_nav{
	float:left;
	width:100%;
	height:auto;
}
.foot_nav ul{
	float:left;
	width:100%;
	height:auto;
}
.foot_nav ul li{
	float:left;
	width:100%;
	height:auto;
	padding-bottom:13px;
}
.foot_nav ul li a{
	background:url(../images/foot_nav_errow.svg) no-repeat 0 6px;
	width:auto;
	height:auto;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#CCCCCC;
	font-weight:400;
	line-height:110%;
	padding-left:18px;
	text-decoration:none;
	text-transform:capitalize;
}
.foot_nav ul li a:hover{
	color:#7DEFFD;
}
.foot_main_nav{
	float:left;
	width:12%;
	margin-left:12%;
}
.footer_bot{
	background:#17252F;
	float:left;
	width:100%;
	min-height:50px;
}
.footer_bot_main{
	float:left;
	width:100%;
	height:auto;	
}
.copy_con{
	float:left;
	width:30%;
	height:auto;
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:400;
	line-height:110%;
	padding:18px 0;
}
.foot_logo{
	background:url(../images/foot_logo_bg.svg) no-repeat;
	width:117px;
	height:57px;
	margin:-30px auto 0;
	position:absolute;
	left:0;
	right:0;
	text-align:center;
}
.foot_logo a{
	width:70px;
    height:35px;
    margin:0 auto;
    padding-top:28px;
	display:block;
}
.social{
	float:right;
	width:auto;
	height:auto;
}
.social ul{
	float:left;
	width:100%;
	height:auto;
}
.social ul li{
	float:left;
	width:50px;
	height:50px;
	position:relative;
	margin-right:1px;
}
.social ul li.last{
	margin-right:0px;
}
.social ul li a{
	float:left;
	background:#325065;
	width:100%;
	height:100%;
	display:block;
	line-height:50px;
	transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
	text-align:center;
}
.social ul li a img{
	height:auto;
	vertical-align:middle;
}
.social ul li a.facebook{
	background:url(../images/social_bg.svg) no-repeat 0 0;
}
.social ul li a.twitter{
	background:url(../images/social_bg.svg) no-repeat -51px 0;
}
.social ul li a.linkedin{
	background:url(../images/social_bg.svg) no-repeat -102px 0;
}
.social ul li a.facebook:hover{
	background-position:0 -50px;
}
.social ul li a.twitter:hover{
	background-position:-51px -50px;
}
.social ul li a.linkedin:hover{
	background-position:-102px -50px;
}

/*------------------Footer-end--------------------------------------*/
#main_toggle{
	display:none;
}
h2.title, .about_con, .responsive_detail, .responsive_img, .domain_box, .hosting_con, .hosting_services, .design_con, .design_cat_main,  .our_services_con .sub_title, .services_view ul li, .our_services_detail, .more_info_main, .work_left .how_work_con, .how_work_title, .work_mid, .work_right .how_work_con, .work_con_bot .how_work_con, .contact_left, .contact_right, .planner_con .sub_title, .launch_btn, .about_ps, .service_offer, .foot_main_nav, h3.title, .planner_raw, .submit_btn_raw, #elastic_grid_demo{
	visibility:hidden;
}
/*------------------index-end------------------------------------*/



































	/*box-shadow:2px 0px 0px #000000;
	-webkit-box-shadow:2px 0px 0px #000000;
    -moz-box-shadow:2px 0px 0px #000000;
	behavior:url(PIE.htc);
	position:relative;
	
	transition: all 0.25s ease-in 0s;
	-webkit-transition: all 0.25s ease-in 0s;
    -moz-transition: all 0.25s ease-in 0s;
	
	border-radius:0 0 2px 2px;
	-webkit-border-radius:0 0 2px 2px;
    -moz-border-radius:0 0 2px 2px;
	
	behavior:url(PIE.htc);
	position:relative;
	
	font-family: 'Open Sans', sans-serif;

	
	*/

