html, body{
	font-family: '微软雅黑', sans-serif;
	font-size:100%;
	background:#f5f5f5;
}
html{
  min-width:900px;
  overflow-x:auto;
}
body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
body a:hover{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	text-decoration:none;
}
input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
/*-- Header Part Starts Here --*/
.header{
	background: rgba(250, 250, 250, 0.2);
	padding: 1.3em 0;
}
.logo{
	float: left;
	width: 20%;
	margin-top: 8px;
}
.navigation{
	width: 100%;
	text-align: center;
}
.banner-top {
	width: 80%;
	float: left;
	margin-top: 34px;
}
ul.navig{
	padding: 0;
	width: 69%;
	float: left;
	margin: 1% auto 0;
	text-align: center;
}
ul.navig li{
	display: inline-block;
	margin:0 10px;
}
ul.navig li a{
	text-transform:uppercase;
	font-size:1em;
	color:#fff;
	font-weight:700;
}
ul.navig li a:hover{
	color:#838383;
}
.search-bar{
	width: 21%;
	float: right;
	position: relative;
    margin: 10px auto 0;
}
.search-bar input[type="text"]{
	width: 100%;
  padding: 8px 45px 8px 8px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: none;
  display: inline-block;
  outline: none;
  -webkit-appearance: none;
  vertical-align: -webkit-baseline-middle;
  color: #fff;
  font-size: 0.875em;
}
.search-bar input[type="submit"]{
	background: url(../images/search.png)no-repeat 0px 0px;
	outline: none;
	-webkit-appearance: none;
	border: 0;
	display: inline-block;
	vertical-align: -webkit-baseline-middle;
	position: absolute;
	width: 24px;
	height: 24px;
	top: 7px;
	left: 207px;
}
.banner-bot{
	padding:4em 0;
	text-align:center;
}
.banner-bot h2{
	font-size:4em;
	font-weight:700;
	margin:0em 0 0.5em 0;
}
.banner-bot p{
	font-size:1.1em;
	font-weight:500;
	line-height:1.8em;
	margin:0 0 0.5em;
}
.banner-bot p:nth-of-type(2){
	font-weight:100;
	font-size:0.875em;
	margin-bottom:2em;
}
.banner-bot a{
	font-size:2em;
	text-transform:uppercase;
	font-weight:700;
}
.copyrights{
	height:60px;
	line-height:60px;
	font-size:16px;
	overflow:hidden;
}
nav a , ul.navig a{
	position: relative;
	display: inline-block;
	margin: 0px 0px 10px;
	outline: none;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 1.35em;
}
nav a:hover,
nav a:focus, ul.navig a:hover, ul.navig a:focus {
	outline: none;
}
.cl-effect-3 a {
	padding: 8px 0;
}
.cl-effect-3 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #838383;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

/*-- Header Part Ends Here --*/
/*--banner--*/
.banner{
	background:url(../images/banner.png) no-repeat 0px 0px;
	
}
.banner,.banner-slide{
    background-size:100% 100%;
    -webkit-background-size:100% 100%;
    -o-background-size:100% 100%;
    -moz-background-size:100% 100%;
    -ms-background-size:100% 100%;
    min-height:740px;
}
.banner h1 {
  color: #14adc4;
      font-size: 3.2em;
}
.banner-info {
  background: rgba(0, 0, 0, 0.6);
  margin-top: 16.7em;
  padding: 1em 1em 1em 2em;
  width: 53%;
  float: right;
}
.banner-info p {
  font-size: 1.1em;
  color: #fff;
  font-weight: 100;
  line-height: 1.8em;
  text-indent: 0.4em;
}
/*--/banner--*/
/*--about--*/
.about {
   padding: 2em 0 6em;
}
.about-grid {
  margin-top: 4em;
}
.about-grid h3 {
  background: #1BBC9B;
  padding: 1em;
  color: #fff;
  text-align: center;
  margin: 0;
  border-bottom: 5px solid#1FAB8E;
}
.aboutgrid-info p {
  font-size: .875em;
  width: 80%;
  margin: 0 auto 10%;
  color: #949494;
}
.abouts-grid{
  margin-top: 4em;
}
.about-grids h5 {
  color: #1BBC9B;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
  padding: 0;
  text-transform: uppercase;
}
.aboutgrid-info {
  border: 1px solid#EEE;
  padding: 1em;
    min-height: 270px;
  text-align: center;
}
span.about-icon1 {
  background: url(../images/index-about.png)no-repeat 0px 0px;
  width: 60px;
  height: 60px;
  display: block;
    margin: 0 auto 9%;
}
span.about-icon2 {
  background: url(../images/index-about.png)no-repeat -60px 0px;
  width: 60px;
  height: 60px;
  display: block;
    margin: 0 auto 9%;
}
span.about-icon3 {
     background: url(../images/index-about.png)no-repeat -120px 0px;
  width: 60px;
  height: 60px;
  display: block;
    margin: 0 auto 9%;
}
span.about-icon4 {
     background: url(../images/index-about.png)no-repeat -180px 0px;
  width: 60px;
  height: 60px;
  display: block;
    margin: 0 auto 9%;
}
/*--button-hover--*/
.hvr-shutter-in-vertical {
display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #838383;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding: 7px 20px;
  font-size: 1.2em;
  color: #999;
}
.hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
  color: white;
}
.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}
/*--/button-hover--*/
/*--/about--*/
/*******************************************************************************************************/
/* 13. pricing table */
/*******************************************************************************************************/
.plans {
	background:#f5f5f5;
	padding:5em 0 2em 0;
}
.pricing {
	background: #fff;
	text-align: center;
}
.pricing.best {
	
}
.pricing_top h6 {
  margin: 0;
  color: #c65757;
  font-weight: bold;
  text-transform: uppercase;
    font-size: 16px;
}
.pricing_top { 
  padding: 35px 0;
  background-color: #000; }
.pricing_top h6 {
	margin: 0;
	color: #1BBC9B;
	font-weight: bold;
	text-transform: uppercase;
}
.pricing_top p {
	color: #fff;
	font-size: 38px;
	font-weight: bold;
}
.pricing_top sup {
	font-weight: normal;
	font-size: 20px;
}
.pricing_middle ul {
}
.pricing_middle ul li {
	padding:25px;
	border-top:1px solid #f5f5f5;
  color: #aaa;
  font-size: 14px;
  line-height: 25px;
  list-style-type: none;
}
.pricing_middle ul li i {
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
.pricing_middle ul li:hover i {
	color: #c65757;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
.pricing_middle ul li i {
	color: #aaa;
	padding-right:25px;
}
.pricing_bottom a {
	  border-top: 1px solid #f5f5f5;
  display: block;
  padding: 20px 0;
  color: #fff;
  background-color: #1BBC9B;
  font-weight: 600;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 15px;
}
.best .pricing_bottom a {
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.pricing_bottom a:hover {
	background-color:#000;
}
.one_third {
  width: 30%;
  float: left;
  margin-right: 5%;
   margin-bottom: 3em;
}
.pricing {
  background: #fff;
  text-align: center;
  padding:0;
}
.last {
  margin-right: 0 !important;
}
.pricing_middle ul li:nth-child(2n-1) {
}
.pricing_middle ul li:hover {
 color: #000;
  background-color: #F9F9F9;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.heading {
  text-transform: uppercase;
  font-size: 1.8em;
  color: #1a1a1a;
  width: auto;
  display: table;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5px;
  border-bottom: 3px solid #eee;
  margin-bottom: 50px;
}
.fullwidth-section{
	background: url('../images/image-bg3.png') no-repeat 0px 0px;
	min-height:280px;
	background-size:cover;
}
.overlay.left-aligned {
  float: left;
  padding-right: 40px;
  text-align: right;
  width: 50%;
  height:280px;
  background-color:rgba(0,0,0,0.6);
}
.dt-support span {
  font-size: 22px;
  color:#fff;
}
.fullwidth-section h2 {
	color: #fff;
    margin-bottom:1.2em;
}
.fullwidth-section p {
	color:#fff;
	font-size:1em;
	line-height:1.6em;
    height:1.6em;
	margin:1em 0;
	text-align:right;
}
.dt-support {
	width: 66%;
	float: right;
	margin-top:1.7em;
}
/*-- vps --*/
.title-vps {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #1BBC9B;
  padding: 12px 0;
  text-align: center;
  letter-spacing: .07em;
  color: #fff;
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 15px;
  position: relative;
}
.title-vps:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(101, 69, 76, 0);
  border-top-color:  #1BBC9B;
  border-width: 8px;
  margin-left: -8px;
}
/*--services--*/
.services {
  background: url(../images/services.jpg) no-repeat 0px 0px;
  padding: 4em 0 0 0; 
  border-top: 6px solid#1BBC9B;
  background-size: cover;
  min-height: 450px;
}
.services h3 {
  text-align: center;
  color: #fff;
  font-size: 3em;
  font-weight: 200;
  margin-bottom: 1.5em;
}
.services h3 span {
	font-weight:600;
}
.services-grids {
  background: #fff;
  padding: 1em 3em;
  width: 47%;
  margin-right: 34px;
}
ul.srevicesgrid_info {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.srevicesgrid_info li {
  margin: 10px 0;
}
li.tick {
  background: url(../images/tick.png)no-repeat 0px 0px;
  height: 26px;
  padding: 0 0 0 28px;
}
.services-bottom {
    background: #14adc4;
	padding: 1em 0;
}
.services-bottom p {
  color: #fff;
  text-align: center;
  font-size: 2em;
  font-weight: 200;
}
.services-bottom span {
	font-weight:600;
	  margin: 7px;
}
/*--/services--*/
.header{
      position:relative;
    }
.lan-toggle{
  position:absolute;
  right:20px;
  top:8px;
}
.lan-toggle span,.lan-toggle a{
  color:#fff;
  font-size:14px;
}
/* ------ features ------- */
.icon {
	float:left;
	width:10%;
	margin-right:2%;
}
i.s1 {
	width:70px;
	height:70px;
	background: url('../images/img-sprite.png') no-repeat 7px 0px;
	display:inline-block;
}
.service-section-grid:hover i.s1{	
	background: url('../images/img-sprite.png') no-repeat 7px -70px;
}
i.s2 {
	width:70px;
	height:70px;
	background: url('../images/img-sprite.png') no-repeat -82px 0px;
	display:inline-block;
}
.service-section-grid:hover i.s2{	
	background: url('../images/img-sprite.png') no-repeat -82px -70px;
}
i.s3 {
	width:70px;
	height:70px;
	background: url('../images/img-sprite.png') no-repeat -170px 0px;
	display:inline-block;
}
.service-section-grid:hover i.s3{	
	background: url('../images/img-sprite.png') no-repeat -170px -70px;
}
i.s4 {
	width:70px;
	height:70px;
	background: url('../images/img-sprite.png') no-repeat -260px 0px;
	display:inline-block;
}
i.s5,i.s6{
  width:70px;
  height:70px;
  background-repeat: no-repeat;
  display:inline-block;
}
i.s5{
  background-image: url(../images/ship.png);
}
.service-section-grid:hover i.s5{
  background-image: url(../images/ship-hover.png);
}
i.s6{
  background-image:url(../images/train.png);
}
.service-section-grid:hover i.s6{
  background-image:url(../images/train-hover.png);
}
.banner{
      position:relative;
    }
    .head-title{
      position:absolute;
      left:26%;
      bottom:56%;
      width:780px;
      height:200px;
      margin-left:-300px;
      margin-bottom:-100px;
    }
    .head-title:nth-child(2){
      display:none;
    }
    .head-title p{
      font-size:26px;
      color:#fff;
      margin:16px 0;
    }
    .owl-item{
      float:left;
    }
    .section-advantage{
      margin:3em auto;
      background-color:#fff;
    }
    .advantage-title,.footer-title,.contact-title,.business-title{
      height:5em;
      padding:1em 0;
    }
    .advantage-title h2,.footer-title h2,.contact-title h2,.business-title h2{
      text-align:center;
      padding:0.3em 0;
      position:relative;
    }
    .advantage-title:after,.footer-title:after,.contact-title:after,.business-title:after{
      position:absolute;
      content: "";
      height:2px;
      margin:0 auto;
      background-color:#14adc4;
      left:46%;
      right:46%;
    }
    .slide-wrapper{
      height:17em;
      width:100%;
      overflow:hidden;
      position:relative;
    }
    .slide-wrapper .dots-group{
      position:absolute;
      left:50%;
      transform: translateX(-50%);
      bottom:20px;
    }
    .dots-group span{
      display:inline-block;
      width:12px;
      height:12px;
      background-color:#ccc;
      border-radius:50%;
      margin:0 8px;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    .dots-group span:hover,.dot-active{
      background-color:#0199e6 !important;
    }
    .owl-wrapper{
      width:2280px;
    }
    .owl-wrapper-item:nth-child(2),.owl-wrapper-item:nth-child(3){
      display:none;
    }
    .owl-item{
      width:570px;
    }
    .owl-item h3{
      height:2.6em;
      line-height: 2.6em;
      text-align: center;
    }
    .owl-item p{
      text-indent: 2em;
      text-align:justify;
      padding:0 1.3em;
    }
    .icon-text-title p{
      font-weight:400;
    }
    .location{
      padding:22px 0 0 40px !important;
    }
    .location img{
      width:520px;
      height:268px;
    }
    .contact-container{
      padding-top:1em;
    }
.service-section-grid:hover i.s4{	
	background: url('../images/img-sprite.png') no-repeat -260px -72px;
}
.icon-text {
	float:left;
	width:83%;
	margin-top: 0.3em;
}
.service-section {
	padding:3em 0;
    background-color:#f5f5f5;
}
.title-info{
  font-size:18px;
  text-align:center;
}
.service-section .container{
    padding:2em 0;
    background-color:#fff;
}
.service-section-head h3 {
	color:#394b50;
	font-size:2.2em;
	font-weight:900;
	text-transform:uppercase;
}
.service-section-head p {
	color:#394b50;
	font-size:1.2em;
	font-weight:500;
}
.service-section-grid {
	margin-top:2em;
}
.service-section-grid h4 {
	color:#394b50;
	font-size:1.25em;
	font-weight:900;
	margin-bottom:0.85em;
  font-family: '微软雅黑', sans-serif;
}
.service-section-grid p {
	color: #7b7b7b;
  font-size: 0.9em;
  font-weight: 400;
  line-height: 1.8em;
  font-family: '微软雅黑', sans-serif;
  text-align:justify;
}
/* ------ features ------- */
/* ------ Testimonials ------- */
div#testimonialWrapper{
	background: #FFF;
	padding: 5em 0;
	border-top: 1px solid #CCC;
}

div#testimonialWrapper #testimonialPicture{
	background: url('../images/350x350.gif') no-repeat 0px 0px;
	background-position: -80px -80px;
	width: 182px;
	height: 182px;
	border-radius: 190px;
}

div#testimonialWrapper h2{
	color: #35393C;
	font-size: 25px;
	font-weight: 400;
	margin: 0;
}

div#testimonialWrapper h3{
	color: #93999E;
	font-size: 16px;
	font-weight: 200;
	margin-top: 20px;
	line-height: 30px;
	margin-bottom: 15px;
}
/* ------ banner-bottom ------ */
.best {
	padding:2em 0;
    background:url(../images/content-background.jpg) no-repeat 0 0;
    background-size:cover;
}
figure.float-left {
	float: left;
	margin-right:5%;
}
.best h2 {
	  font-size: 2em;
	  color:#000;
	  padding:0.5em 0;
	  margin:0;
	  font-weight:400;
      text-align:center;
}
.best h2 span {
	font-weight:700;
}
.best p {
	color: #000;
	font-size: 15px;
	font-weight: 200;
	margin-top: 3px;
	line-height: 28px;
    text-indent: 2em;
    text-align:justify;
}
/* ------ banner-bottom ------ */
/*-- shared-hosting --*/
.shared-hosting {
	padding: 3em 0;
}
.header-c {
  font-size: 2em;
  font-weight: 500;
  color: #000;
  margin: 0 0 1em 0;
  text-align: center;
}
.float-right {
  float: right;
  margin: 0 0 0 35px;
}
.list-check li {
	padding-left: 30px;
	font-size: 0.9em;
	color: #000;
	margin: 12px 0;
	list-style-type: none;
	background: url(../images/sprite.png) left 4px no-repeat;
}
.shared-hosting p {
	color: #000;
    font-size: 15px;
    font-weight: 200;
    margin-top: 3px;
    line-height: 28px;
    margin-bottom: 25px;
}
/*---partner---*/
.footer .row{
    padding:0 1em;
}
.footer-container{
    height:13em;
    padding-top:3em;
    overflow:hidden;
    position:relative;
}
.footer-container ul{
    position:absolute;
    left:0;
}
.footer-container li{
    margin: 0 2px;
    float: left;
    width: 186px;
    height: 8em;
    list-style: none;
    padding: 10px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-origin: content-box;
    border: 1px solid #ccc;
    border-radius: 3px;
}
.footer-container li:nth-child(1){
    background-image:url(../images/天津航空.jpg);
}
.footer-container li:nth-child(2){
    background-image:url(../images/亚洲航空.jpg);
}
.footer-container li:nth-child(3){
    background-image:url(../images/海航.png);
}
.footer-container li:nth-child(4){
    background-image:url(../images/国泰航空.jpg);
}
.footer-container li:nth-child(5){
    background-image:url(../images/法航.png);
}
.footer-container li:nth-child(6){
    background-image:url(../images/中国南方航空.jpg);
}
.footer-container li:nth-child(7){
    background-image:url(../images/中国东方航空.jpg);
}
.footer-container li:nth-child(8){
    background-image:url(../images/中国国际航空公司.jpg);
}
.footer-container li:nth-child(9){
    background-image:url(../images/mersk.png);
}
.footer-container li:nth-child(10){
    background-image:url(../images/lufthansa.jpg);
}
.footer-container li:nth-child(11){
    background-image:url(../images/msc.jpg);
}
.footer-container li:nth-child(12){
    background-image:url(../images/KLM.jpg);
}
.footer-container li:nth-child(13){
    background-image:url(../images/ana航空.jpg);
}
.footer-container li:nth-child(14){
    background-image:url(../images/ETIHAD.jpg);
}
.footer-container li:nth-child(15){
    background-image:url(../images/cmacgm.png);
}
.footer-container li:nth-child(16){
    background-image:url(../images/cosco.png);
}
.footer-container li:nth-child(17){
    background-image:url(../images/阳明海运.jpg);
}
.footer-container li:nth-child(18){
    background-image:url(../images/天津航空.jpg);
}
.footer-container li:nth-child(19){
    background-image:url(../images/亚洲航空.jpg);
}
.footer-container li:nth-child(20){
    background-image:url(../images/海航.png);
}
.footer-container li:nth-child(21){
    background-image:url(../images/国泰航空.jpg);
}
.footer-container li:nth-child(22){
    background-image:url(../images/法航.png);
}
.footer-container li:nth-child(23){
    background-image:url(../images/中国南方航空.jpg);
}
.footer-container li:nth-child(24){
    background-image:url(../images/中国东方航空.jpg);
}
.footer-container li:nth-child(25){
    background-image:url(../images/中国国际航空公司.jpg);
}
.footer-container li:nth-child(26){
    background-image:url(../images/mersk.png);
}
.footer-container li:nth-child(27){
    background-image:url(../images/lufthansa.jpg);
}
.footer-container li:nth-child(28){
    background-image:url(../images/msc.jpg);
}
.footer-container li:nth-child(29){
    background-image:url(../images/KLM.jpg);
}
.footer-container li:nth-child(30){
    background-image:url(../images/ana航空.jpg);
}
.footer-container li:nth-child(31){
    background-image:url(../images/ETIHAD.jpg);
}
.footer-container li:nth-child(32){
    background-image:url(../images/cmacgm.png);
}
.footer-container li:nth-child(33){
    background-image:url(../images/cosco.png);
}
.footer-container li:nth-child(34){
    background-image:url(../images/阳明海运.jpg);
}
/*-- shared-hosting --*/
/* ------ Footer ------ */
.footer{
    height:20em;
    background-color:#fff;
}
.contact{
  height:26em;
  background-color:#fff;
}
.footer{
    margin-bottom:3em;
}
.contact .adress-other{
    height: 2.8em;
    line-height: 2.8em;
}
.contact .adress{
    height: 4.2em;
    line-height: 2.1em;
}
.contact p{
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 22px;
    text-align: left;
    padding-left:2em;
}
.contact p:hover{
    box-shadow: 0 0 3px inset rgba(20, 173, 196);
    border: 1px solid #14adc4;
    transition: all 0.5s ease;
}
/*--copy-rights--*/
.copyrights {
  background: #1BBC9B;
  text-align: center;
  color: #fff;
}
.copyrights {
  background: #000;
  text-align: center;
  color: #fff;
}
.copyrights p {
	margin:0;
}
.copyrights p a {
	color:#fff;
}
/*--/copy-rights--*/
/*******************************************************************************************************/
/* 22. dedicated servers */
/*******************************************************************************************************/

.ds_heading {
	background: #181818;
	padding:10px 0;
	color: #fff;
}
.ds_processor { width:35%; float:left; padding-left:20px; }
.ds_ram { width:5%; float:left; text-align: center; }
.ds_cores { width:10%; float:left; text-align: center; }
.ds_diskspace { width:10%; float:left; text-align: center; }
.ds_bandwidth { width:10%; float:left; text-align: center; }
.ds_price { width:10%; float:left; text-align: center; }
.ds_order { width:20%; float:left; padding-right:20px; text-align: right; }

.ds {
	background: #fff;
	padding:15px 0 10px 0;
	border-bottom: 1px solid #eee;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
.ds:hover {
	background: #f5f5f5;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
.ds .button {
	padding:3px 15px 5px 15px;
	margin-top:-5px;
}
/*******************************************************************************************************/
/* 14. feature element - version 1 */
/*******************************************************************************************************/

.feature { text-align: center; }
.feature h6 {
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 0;
  margin-bottom: 11px;
  font-size: 1em;
    margin-top: 9px;
}
i.icon-hdd {
	width: 30px;
	height: 30px;
	background: url('../images/img-sprite.png') no-repeat -420px -40px;
	display: inline-block;
}
i.icon-dashboard {
	width: 30px;
	height: 30px;
	background: url('../images/img-sprite.png') no-repeat -420px -70px;
	display: inline-block;
}
i.icon-gear {
	width: 30px;
	height: 30px;
	background: url('../images/img-sprite.png') no-repeat -420px -100px;
	display: inline-block;
}
i.icon-cloud-upload {
	width: 30px;
	height: 30px;
	background: url('../images/img-sprite.png') no-repeat -450px -100px;
	display: inline-block;
}
i.icon-time {
	width: 30px;
	height: 30px;
	background: url('../images/img-sprite.png') no-repeat -450px -70px;
	display: inline-block;
}
i.icon-shield {
	width: 30px;
	height: 30px;
	background: url('../images/img-sprite.png') no-repeat -450px -40px;
	display: inline-block;
}
.feature p {
	color: #93999E;
  font-size: 15px;
  font-weight: 200;
  margin-top: 3px;
  line-height: 28px;
}
.feature i {
	font-size: 30px;
	color: #c65757;
	display: inline-block;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}
.feature:hover i {
	color: #1a1a1a;
	-webkit-transition:all 200ms ease-in;
	-o-transition:all 200ms ease-in;
	-moz-transition:all 200ms ease-in;
	transition:all 200ms ease-in;
}

#breadcrumb_wrapper {
	width:100%;
	padding:60px 0;
	text-align: center;
	color: #fff;
	  background-color: rgba(0, 0, 0, 0.4);
}
.hd-content {
	  padding: 6em 0 2em 0;
	background:#f5f5f5;
}
div#dedicated_servers {
	margin-bottom: 5em;
}
.button {
  display: inline-block;
  background: transparent;
  border: 2px solid #1BBC9B;
  padding: 20px 40px;
  margin: 0 2px 2px 0;
  color: #000;
  text-transform: lowercase;
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
}
.ds .button {
  padding: 3px 15px 5px 15px;
  margin-top: -5px;
}
.button:hover {
  background: #1BBC9B;
  border: 2px solid #1BBC9B;
  color: #fff;
  text-transform: lowercase;
  font-weight: normal;
  font-style: italic;
  font-size: 18px;
}
div#breadcrumb_wrapper h3 {
	text-transform: uppercase;
	font-size: 1.9999em;
	margin-bottom: 12px;
}
div#breadcrumb_wrapper h6 {
	color:#fff;
	font-style:italic;
	font-size:1em;
	font-weight:400;
}
.inner-banner{
	min-height:270px;
	background: rgba(24, 24, 24, 0.51) url(../images/banner.jpg) no-repeat 0px 0px;
}
/*-- plans & pricing --*/
.PlanPricing .price{
	background:#1BBC9B;
	padding:5px;
	color:#FFF;
	font-size:42px;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	border-radius:100%;
	display:block;
	width:100px;
	height:100px;
	line-height:100px;
	margin:0 auto;
	position:relative;
	margin-top:-107px;
	margin-bottom:10px;
	line-height:2.2;
}
.PageHead h1, .PageHead h3 {
	text-align: center;
}
.PageHead h3 {
	color: #9AA5AA;	
	font-weight: normal;
	margin-bottom: 20px;
	margin-top: 10px;
}
.PlanPricing .planFeatures ul li {
	padding: 13px 0;
	list-style: none;
}
.PlanPricing .btn {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background-color: #22bb5f!important;
  color: #FFF!important;
}
.PlanPricing .planName {
  background: #000;
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
}
.PlanPricing .planFeatures {
  background: #e8e9ea;
  text-align: center;
  padding: 10px;
}
.PlanPricing {
  margin-top: 100px;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.PlanPricing:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  z-index: 2;
}
.domain {
  position: relative;
  background: #34454e;
  background-size: cover;
  overflow: hidden;
  margin-top: 80px;
}
.PageHead {
  margin-top: 50px;
}
.domain h1 {
  color: #FFF;
  margin-top: 0;
}
.domain h3 {
  color: #D5D5D5;
  margin-bottom: 40px;
}
.form-group {
  margin-bottom: 15px;
}
.domain select, .domain input[type=text] {
  padding: 10px;
  height: 50px;
}
.domain .submitbtn {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 40px;
}
.PlanPricing .planName h3 {
  color: #FFF;
  text-align: center;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}
.PlanPricing .planName p {
  color: #999;
  text-align: center;
}
.ComparePlans .planFeatures ul li {
  padding: 13px 0;
  list-style: none;
}
.ComparePlans .CompareList .planFeatures {
  text-align: right;
}
.ComparePlans .planHead2 h3, .ComparePlans .planHead3 h3 {
  color: #FFF;
  text-align: center;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  padding-top: 10px;
  line-height: 1.8;
}
.ComparePlans .planHead2 {
  height: 60px;
  background: #1BBC9B;
}
.ComparePlans .pricing1 .planFeatures {
  border-right: solid 1px #1BBC9B;
  border-left: solid 1px #1BBC9B;
}
.ComparePlans .planFeatures {
  text-align: center;
  padding: 10px;
}
.ComparePlans .planHead3 {
  height: 60px;
  background: #f45c57;
}
.ComparePlans .btn {
  width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-success:hover, .btn-success:focus, .btn-success:active {
  background-color: #000!important;
  color: #FFF!important;
  border:none;
}
.ComparePlans .pricing2 .planFeatures {
  border-right: solid 1px #f45c57;
  border-left: solid 1px #f45c57;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  background-color: #000!important;
  color: #FFF!important;
}
.ComparePlans {
	margin-bottom: 5em;
}
.ComparePlans .planHead1 {
  height: 60px;
  background: #FFF;
}
.PlanPricing.Recommended .price {
  background: #f45c57;
}
.btn-success {
  background-color: #1BBC9B;
  background-image: none;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn-danger {
  background-color: #f45c57;
  background-image: none;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
}
.btn-lg {
  font-size: 18px;
  padding: 20px 50px;
  margin: 5px 10px;
    border: none;
}
.ComparePlans {
  margin-top: 20px;
}


/*----*/
.single-us input[type="text"],.leave textarea,.leave input[type="submit"]{
	font-size: 1em;
	width: 100%;
	padding: 0.8em 1em;
	margin: 0.5em 0;
	background: #fff;
	outline:none;
	border: 1px solid #362f2f;
	color: #362f2f;
	-webkit-appearance: none;
}
.leave textarea{
	resize:none;
	width: 100%;
	margin: 0.5em 0em;
	height: 185px;	
}
.leave input[type="submit"]{
	border: none;
	color: #fff;
	font-size: 1.3em;
	width: 48%;
	margin: 7.2em 1em 0;
	padding: 0.3em;
	background: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	font-weight: 400;
	background: #1BBC9B;
}
.leave input[type="submit"]:hover{
	background:#362f2f;
}
.leave p{
	width:80%;
}
.single-us {
	padding:0 2em 0 0;
}
.single-us:nth-child(2) {
	padding:0;
}
.text-in{
	padding:0;
}
.single-grid {
	padding: 0.7em 0;
}
.text-top{
	padding:0.5em 0;
}
.leave {
	padding: 4em 0 0em;
}
.top-comments {
	padding: 5em 0 0;
}
.md-col-in h4 {
	color: #362f2f;
	font-size: 1.5em;
	border-bottom: 1px solid #c29f00;
	font-weight: 600;
	width: 50%;
	padding: 0 10px 6px;
}
.md-col-in ul li{
	list-style:none;
}
.md-col-in ul{
	padding:1.8em 0 0;
}
.md-col-in ul li a{
	text-decoration:none;
	color:#362f2f;
	font-size:1.1em;
	padding: 0.1em 0;
	display: block;
}
.md-col-in ul li a:hover{
	color:#c3a000;
}
.md-col-in ul li i{
	background: url(../images/img-sprite.png)no-repeat -497px -20px;
	width: 8px;
	height: 8px;
	display: inline-block;
	transition: 0.5s all;
	vertical-align: middle;
	margin: 0 13px 0 0;
}
.top-single {
	padding: 1em;
}
/*--contact--*/
.contact h4 {
	color: #000;
	font-size: 22px;
	font-weight: 500;
	margin: 0 0 1em 0;
	letter-spacing: 1px;
}
.map {
  	margin: 5em 0;
}
.map iframe {
  	width: 100%;
  	height: 340px;
}
.contact-infom p {
  	color: #858d94;
  	margin: 0 0 1.5em 0;
  	text-align: left;
  	font-size: 14px;
  	letter-spacing: 1px;
  	line-height: 1.8em;
}
.address {
  	margin-top: 5em;
}
.address-left{
	float:left;
	width:50%;
}
.address p {
	color: #858d94;
	margin: 0 0 .5em 0;
	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
}
.address a {
	color: #1BBC9B;
	margin: 0 0 .5em 0;
	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
	transition: .5s all;
}
.address a:hover {
  	color:#858d94;
	text-decoration:underline;	
}
.contact-form {
  	margin: 5em 0;
}
.contact-form input[type="text"] {
	display: inline-block;
	background: none;
	border: 1px solid #A3A1A1;
	width: 32%;
	margin: 0 0 1.5em 0;
	outline: none;
	font-size: 16px;
	color: #747577;
	font-weight: 500;
	padding: 10px 15px 10px 15px;
}
.contact-form input[type="email"] {
	display: inline-block;
	background: none;
	border: 1px solid #A3A1A1;
	width: 32.5%;
	margin: 0 1em 1em 1em;
	outline: none;
	font-size: 16px;
	color: #747577;
	font-weight: 500;
	padding: 10px 15px 10px 15px;
}
.contact-form textarea {
	background: none;
	border: 1px solid #A3A1A1;
	width: 100%;
	display: block;
	height: 150px;
	outline: none;
	font-size: 16px;
	color: #747577;
	font-weight: 500;
	padding: 10px 15px 10px 15px;
}
.contact-form input[type="submit"]{
	background: #1BBC9B;
	border: 1px solid #1BBC9B;
	padding: .6em 0;
	width: 14%;
	margin-top: 2em;
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	outline: none;
	transition: .5s all;
}
.contact-form input[type="submit"]:hover{
	color: #1BBC9B;
  background: none;
}

span.menu {
	display: none;
}
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom:3%;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/top-arrow.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- responsive-design starts-here --*/

@media screen and (max-width: 1366px) {
	.about-quote h5 {
		font-size: 2.5em;
	}
	.banner ,.banner-slide{
		min-height: 600px;
	}
	.inner-banner {
		min-height: 260px;
	}
	.about {
		padding: 3em 0 5em;
	}
	#breadcrumb_wrapper {
		padding: 53px 0;
	}
	.banner-info {
		padding: 1em 0 1em 2em;
	}
	.search-bar {
		margin: 5px auto 0;
	}
}
@media screen and (max-width: 1280px) {
	
	.banner,.banner-slide {
		min-height: 600px;
	}
	.inner-banner {
		min-height: 240px;
	}
	.services h3 {
		font-size: 2.8em;
		margin-bottom: 1.2em;
	}
	.dt-support {
		width: 50%;
	}
	.plans {
		padding: 4em 0 2em 0;
	}
	.services {
		padding: 4em 0px 0em;
		min-height: 425px;
	}
	.logo {
		width: 24%;
	}
	.banner-top {
		width: 76%;
	}
	div#breadcrumb_wrapper h3 {
		font-size: 1.8em;
		margin-bottom: 8px;
	}
	.banner h1 {
		font-size: 2.8em;
	}
	.header {
		padding: 1.1em 0;
	}
	.banner-info p {
		font-size: 1em;
		line-height: 1.6em;
		margin-top:5px;
	}
	.best {
		padding: 2.5em 0;
	}
	.heading {
		font-size: 1.6em;
		border-bottom: 2px solid #eee;
	}
	.service-section {
		padding: 2em 0;
        background-color:#f5f5f5;
	}
    .service-section .container{
        padding:2em 0;
        background-color:#fff;
    }
	div#testimonialWrapper{
		padding: 4em 0;
	}
	.services h3 {
		font-size: 2.6em;
	}
	.services {
		padding: 3em 0px 0em;
		min-height: 400px;
	}
	#breadcrumb_wrapper {
		padding: 45px 0;
	}
	.about-quote h5 {
		font-size: 2.35em;
	}
	.about-quote {
		min-height: 300px;
	}
	.abt-quote {
		min-height: 300px;
		padding-top: 4em;
		padding-left: 6em;
	}
	.map {
		margin: 3em 0;
	}
	.contact-form {
		margin: 3em 0;	
	}
	.address {
		margin-top: 3em;
	}
	.blog-grid h3 {
		font-size: 1.6em;
	}
}
