/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
  display: none !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}


.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}


.invisible {
  visibility: hidden;
}


.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

  a[href^="#"]:after,
  a[href^="javascript:void(0)"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }
}

/*=====================================================================
	Helpar css
=======================================================================*/
.section_padding {
  padding: 40px 0;
}
.area_padding {
  padding: 20px 0;
}

/*=====================================================================
	css for header area
=======================================================================*/
.header_overlay {
  background: url(../img/bg.png) repeat scroll 0 0;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 14;
  padding-top: 40px;
}

.carousel .carousel-indicators {
  position: absolute;
  right: 5%;
  top: 48%;
  z-index: 15;
  text-align: right;
  padding: 0;
}

.carousel-indicators li {
  display: block;
}

.carousel-indicators li:nth-child(2) {
  margin-bottom: 10px;
  margin-top: 10px;
}

.header_top {
  margin-bottom: 115px;
}

.manu_div {
  position: fixed;
  right: 5%;
  text-align: right;
  top: 5%;
  z-index: 16;
}

.menu-active {
  right: 20%;
}

.manu_div button {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #c7e0f2;
  font-size: 30px;
}

.manu_div button:hover {
  color: #4397d5;
}

.cbp-spmenu {
  background: #1b3c55 none repeat scroll 0 0;
}

.cbp-spmenu img {
  padding-left: 25px;
  padding-top: 40px;
  padding-bottom: 10px;
}

.cbp-spmenu-vertical a {
  border-bottom: medium none;
  color: #c4c4c4;
  font-family: "asapregular";
  font-size: 18px;
  padding: 15px 25px;
  text-transform: uppercase;
}

.cbp-spmenu-vertical a:hover {
  color: #fff;
  font-family: "asapbold";
  text-decoration: none;
  background: none;
}

.header_text {
  margin-bottom: 250px;
}

.header_text h1 {
  color: #fff !important;
  font-family: "karlaregular";
  font-size: 40px;
  line-height: 45px;
  margin: 0;
}

.header_text h1 span {
  font-family: 'karlabold';
}

.header_promo {
  color: #fff;
  text-align: center;
}

.single_promo {
  padding-top: 60px;
}

.single_promo i {
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  font-size: 30px;
  height: 60px;
  padding-top: 15px;
  width: 60px;
  margin-bottom: 30px;
}

.single_promo h2 {
  font-family: "karlaregular";
  font-size: 24px;
  margin: 0 0 40px;
}

.single_promo a {
  font-family: "karlaregular";
  background: #3c88c0;
  height: 50px;
  display: block;
  font-size: 18px;
  padding: 12px 0;
  color: #fff;
  display: none;
}

.single_promo a:hover {
  text-decoration: none;
}

.single_promo:hover {
  width: 100%;
  height: 187px;
  padding-top: 30px;
}

.single_promo:hover.single_promo a {
  display: block;
}

/*=====================================================================
	css for Hareme area
=======================================================================*/
.hireme_text {
  background: rgba(0, 0, 0, 0) url("../img/hire_bg.jpg") repeat scroll 0 0;
  display: block;
  height: 585px;
  padding-right: 0;
}

.hireme_inner {
  float: right;
  padding: 100px 20px 20px;
  width: 580px;
}

.hireme_inner h2 {
  color: #191919;
  font-family: "asapregular";
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 0;
}

.hireme_inner h2 span {
  font-family: 'asapbold';
}

.hireme_inner p {
  color: #404040;
  font-family: "karlaregular";
  font-size: 16px;
  line-height: 29px;
  text-align: justify;
}

.hireme_inner a {
  border: 2px solid #4397d5;
  border-radius: 5px;
  color: #4397d5;
  display: inline-block;
  font-family: "asapregular";
  font-size: 18px;
  line-height: 29px;
  margin-top: 50px;
  padding: 20px 70px;
}

.hireme_inner a:hover {
  text-decoration: none;
  background: #4397d5;
  color: #fff;
  border-radius: 50px;
}

.my_work {
  margin-right: 10px;
}

.hair_me {
  margin-left: 10px;
  margin-right: 40px;
}

.hireme_slider {
  padding-left: 0;
}

#hireme_slide .item img {
  height: 584px;
  width: 100%;
}

.hireme_slider .owl-wrapper-outer {
  position: relative;

}

.hireme_slider .owl-controls {
  position: absolute;
  top: 45%;
  left: 5%;
}

.hireme_slider .owl-page {
  display: block !important;
}

.hireme_slider .owl-page span {
  background: #404040 none repeat scroll 0 0 !important;
  opacity: 1 !important;
}

.hireme_slider .owl-page.active span,
.hireme_slider .owl-page:hover span {
  background: #4397d5 none repeat scroll 0 0 !important;
}

.hireme_slider .owl-buttons {
  display: none;
}

/*=====================================================================
	css for Project area
=======================================================================*/
.business_area {
  background: #F1F8FF;
  padding-bottom: 80px;
  text-align: center;
}

.business_area_title {
  margin-bottom: 40px;
}

.business_area_title h2 {
  color: #4397d5;
  font-size: 30px;
  line-height: 40px;
  font-family: 'asapregular';
  margin-top: 0;
  margin-bottom: 25px;
}

.business_area_title h2 span {
  font-family: 'asapbold';
  color: #4397d5;
}

.business_area_title p {
  color: #666666;
  font-family: "karlaregular";
  font-size: 16px;
  line-height: 29px;
  margin: 0 15% 15px;
}

/*=====================================================================
	css for Sponsor area
=======================================================================*/
.sponsor_area {
  position: relative;
  text-align: center;
}

.sponsor_bg {
  /*background: rgba(0, 0, 0, 0) url("../img/sponsor_bg.jpg") no-repeat fixed center center / cover ;*/
  background: #F1F8FF;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.sponsor_overlay {
  background: #5e97a8 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  top: 0;
  width: 100%;
}

.sponsor_area h3 {
  font-family: 'asapregular';
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 75px;
}

.sponsor_inner .owl-buttons {
  margin-top: -50px;
  padding-bottom: 50px;
  position: absolute;
  width: 100%;
  z-index: 999;
}

.sponsor_inner .owl-prev {
  background: rgba(0, 0, 0, 0) url("../img/left_nav.png") no-repeat scroll 0 0;
  height: 20px;
  width: 20px;
  float: left;
}

.sponsor_inner .owl-prev:hover {
  background: rgba(0, 0, 0, 0) url("../img/left_nav_h.png") no-repeat scroll 0 0;
}

.sponsor_inner .owl-next {
  background: rgba(0, 0, 0, 0) url("../img/right_nav.png") no-repeat scroll 0 0;
  float: right;
  height: 20px;
  width: 20px;
  z-index: 16;
}

.sponsor_inner .owl-next:hover {
  background: rgba(0, 0, 0, 0) url("../img/right_nav_h.png") no-repeat scroll 0 0;
}

.single_service {
  margin-bottom: 50px;
}

.service_text {
  float: right;
  padding-right: 50px;
  text-align: justify;
  width: 475px;
}

.service_text h3 {
  color: #202020;
  font-size: 20px;
  line-height: 29px;
  font-family: 'asapbold';
  margin-top: 0;
  margin-bottom: 15px;
}

.service_text p {
  color: #666666;
  font-size: 16px;
  line-height: 20px;
  font-family: 'karlaregular';
}

.single_project {
  margin-bottom: 20px;
}

.work_img {
  position: relative;
}

.project_overlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #4397d5 none repeat scroll 0 0;
  transform: scale(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
  opacity: 0.9;
}

.project_overlay a {
  border: 2px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-family: "asapregular";
  font-size: 16px;
  left: 27%;
  padding: 15px 40px;
  position: absolute;
  top: 40%;
}

.project_overlay .button {
  border: 3px solid #fff;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  left: 0;
  letter-spacing: 1px;
  outline: medium none;
  overflow: hidden;
  padding: 15px 40px;
  position: relative;
  text-transform: uppercase;
  top: 40%;
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.project_overlay .button:after {
  content: '';
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  border: 3px solid #fff;
  color: #fff;
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  background: #fff;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.project_overlay .button:hover,
.button:active {
  color: #4397d5;
  text-decoration: none;
}

.project_overlay .button:hover:after {
  height: 225%;
  opacity: 1;
}

.project_overlay .button:active:after {
  height: 225%;
  opacity: 1;
}

.single_project img {
  width: 100%;
  transition: all 1.2s linear;
}

.single_project h3 {
  border-radius: 0 0 10px 10px;
  color: #202020;
  font-family: "asapregular";
  font-size: 20px;
  margin: 0;
  padding: 25px 0;
}

.single_project:hover div.project_overlay {
  transform: scale(1);
}

/*=====================================================================
	css for Testmonial area
=======================================================================*/
.testmonial_area {
  position: relative;
  color: #fff;
  text-align: center;
}

.testmonial_bg {
  background: rgba(0, 0, 0, 0) url("../img/feedback_bg.jpg") no-repeat fixed center center / cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.testmonial_overlay {
  background: url(../img/feedback_ov.png) repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.testmonial i {
  color: #4397d5;
  font-size: 35px;
  margin-bottom: 30px;
}

.c_comment {
  font-family: 'asapregular';
  font-size: 18px;
  line-height: 29px;
  margin-top: 0;
  margin-bottom: 30px;
}

.c_name {
  font-family: 'asapbold';
  color: #4397d5;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 50px;
}

.c_name span {
  font-family: 'asapitalic';
  color: #fff;
  font-size: 16px;
}

.testmonial div.owl-page span {
  background: #b3b3b3 none repeat scroll 0 0 !important;
  opacity: 1 !important;
}

.testmonial .owl-page.active span,
.testmonial .owl-page:hover span {
  background: #4397d5 none repeat scroll 0 0 !important;
}

/*=====================================================================
	css for Contact area
=======================================================================*/
.contact_area {
  padding-bottom: 80px;
  text-align: center;
}

.contact_a_title {
  text-align: center;
  margin-bottom: 45px;
}

.contact_a_title h2 {
  font-family: 'asapregular';
  color: #202020;
  font-size: 30px;
  line-height: 40px;
  margin-top: 0;
  margin-bottom: 25px;
}

.contact_a_title h2 span {
  font-family: 'asapbold';
  color: #4397d5;
}

.contact_a_title p {
  color: #666666;
  font-family: 'karlaregular';
  font-size: 16px;
  margin: 0 15% 15px;
}

.contact_b_title {
  text-align: center;
}

.single_social a {
  border: 1px solid;
  border-radius: 5px;
  display: block;
  font-size: 60px;
  height: 180px;
  margin-bottom: 35px;
  padding-top: 25%;
  text-align: center;
}

.wechat {
  border-color: #3b5998;
  color: #05fa63;

}

.wechat:hover {
  color: #fff;
  border-color: #3b5998;
}

.wx_link .hvr-bounce-to-bottom:before {
  background: #3b5998 none repeat scroll 0 0;
}

.tiktok {
  border-color: #00aced;
  color: #01212c;
}

.tiktok:hover {
  border-color: #00aced;
  color: #fff;
}

.dy_link .hvr-bounce-to-bottom:before {
  background: #00aced none repeat scroll 0 0;
}

.fa-tiktok {
  background-image: url('../img/tiktok.png');
  width: 87px;
  height: 87px;
}

.instagram {
  border-color: #517fa4;
  color: #517fa4;
}

.instagram:hover {
  border-color: #517fa4;
  color: #fff;
}

.int_link .hvr-bounce-to-bottom:before {
  background: #517fa4 none repeat scroll 0 0;
}

.dribbble {
  border-color: #ff0084;
  color: #ff0084;
}

.dribbble:hover {
  border-color: #ff0084;
  color: #fff;
}

.dri_link .hvr-bounce-to-bottom:before {
  background: #ff0084 none repeat scroll 0 0;
}

.contact_box input[type="text"],
.contact_box input[type="mail"],
.contact_box input[type="numbar"],
.contact_box textarea {
  color: #666666;
  font-family: "asapregular";
  font-size: 16px;
  margin-bottom: 20px;
  border-radius: 5px !important;
}

.contact_box input[type="text"],
.contact_box input[type="mail"],
.contact_box input[type="numbar"] {
  height: 45px;
}

.contact_box .form-control:focus {
  border-color: #4397d5;
  box-shadow: none;
  outline: 0 none;
}

.massage_a {
  position: relative;
}

.massage_s {
  background: #4397d5 none repeat scroll 0 0;
  border-radius: 0 5px 5px 0;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  height: 100%;
  padding-top: 28px;
  position: absolute;
  right: 16px;
  top: 0;
  width: 100px;
  z-index: 2;
}

.massage_s i {
  color: #fff;
}

/*=====================================================================
	css for Project area
=======================================================================*/
.case_area {
	background: #F1F8FF;
  padding-bottom: 80px;
  text-align: center;
}

.case_area_title {
  margin-bottom: 40px;
}

.case_area_title h2 {
  color: #202020;
  font-size: 30px;
  line-height: 40px;
  font-family: 'asapregular';
  margin-top: 0;
  margin-bottom: 25px;
}

.case_area_title h2 span {
  font-family: 'asapbold';
  color: #4397d5;
}

.case_area_title p {
  color: #666666;
  font-family: "karlaregular";
  font-size: 16px;
  line-height: 29px;
  margin: 0 15% 15px;
}

/*=====================================================================
	css for Footer area
=======================================================================*/
.footer_area {
  background: #eeeeee none repeat scroll 0 0;
  margin: 0;
  padding: 15px;
}

.footer_area p {
  font-family: 'asapitalic';
  font-size: 16px;
  color: #2f2f2f;
  margin: 0;
}

.footer_area p a {
  font-family: 'asapbold';
  color: #4397d5;
}

.footer_area p a:hover {
  text-decoration: none;
}

/*=====================================================================
	css for oel helper
=======================================================================*/
#owl-demo .item img {
  display: block;
  width: 100%;
  height: auto;
}

.service-area {
	padding-bottom: 60px;
	text-align: center;
}

.service-area-title {
	margin-bottom: 40px;
}

.service-area-title h2 {
	color: #4397d5;
	font-size: 30px;
	line-height: 40px;
	font-family: 'asapregular';
	margin-top: 0;
	margin-bottom: 25px;
}

.service-area-title h2 span {
	font-family: 'asapbold';
	color: #4397d5;
}

.service-area-title p {
	color: #666666;
	font-family: "karlaregular";
	font-size: 16px;
	line-height: 30px;
	margin: 0 15% 15px;
}

@media (max-width: 991px) {
	.service-area {
		padding: 50px 0px 100px;
	}
}

.service-area .service-inner .process-content .arrow {
	position: absolute;
}

.service-area .service-inner .process-content .arrow-01 {
	left: 0;
	top: 50%;
	transform: translate(-50%, -50%);
}

.service-area .service-inner .process-content .arrow-02 {
	left: 12%;
	top: 15%;
	transform: translate(-50%, -50%);
}

.service-area .service-inner .process-content .arrow-03 {
	left: 50%;
	top: 2%;
	transform: translateX(-50%);
}

.service-area .service-inner .process-content .arrow-04 {
	right: 12%;
	top: 15%;
	transform: translate(50%, -50%);
}

.service-area .service-inner .process-content .arrow-05 {
	right: 0;
	top: 50%;
	transform: translate(50%, -50%);
}

.service-area .service-inner .process-content .arrow-06 {
	right: 12%;
	top: 85%;
	transform: translate(50%, -50%);
}

.service-area .service-inner .process-content .arrow-07 {
	right: 50%;
	top: 99%;
	transform: translate(50%, -50%);
}

.service-area .service-inner .process-content .arrow-dashed {
	position: absolute;
	left: 12%;
	top: 85%;
	transform: translate(-50%, -50%);
}

.new-need {
	position: absolute;
	color: #4396D5;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	left: 10%;
	top: 88%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.service-area .service-inner .process-content .process-item {
	width: 80px;
	height: 77.4px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: absolute;
}

.service-area .service-inner .process-content .process-item-01 {
	left: 0;
	top: 70%;
	transform: translate(-50%, -50%);
}

.service-area .service-inner .process-content .process-item-02 {
	left: 0;
	top: 33%;
	transform: translate(-50%, -50%);
}

.service-area .service-inner .process-content .process-item-03 {
	left: 28%;
	top: 5%;
	transform: translate(-50%, -50%);
}

.service-area .service-inner .process-content .process-item-04 {
	left: 72%;
	top: 5%;
	transform: translate(-50%, -50%);
}

.service-area .service-inner .process-content .process-item-05 {
	right: 0;
	top: 33%;
	transform: translate(50%, -50%);
}

.service-area .service-inner .process-content .process-item-06 {
	right: 0;
	top: 70%;
	transform: translate(50%, -50%);
}

.service-area .service-inner .process-content .process-item-07 {
	left: 72%;
	bottom: 5%;
	transform: translate(-50%, 100%);
}

.service-area .service-inner .process-content .process-item-08 {
	left: 28%;
	bottom: 5%;
	transform: translate(-50%, 100%);
}

.service-area .service-inner .process-content .process-item .dot {
	width: 45px;
	height: 45px;
	background: #4396D5;
	border-radius: 50%;
	color: #FFF;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
}

.service-area .service-inner .process-content .process-item .frist-dot {
	background: #00ff0d;
}

.service-area .service-inner .process-content .process-item .process-text {
	white-space: nowrap;
	color: #29345C;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	margin-top: 6px;
}

.service-area .service-inner .process-content {
	width: 680px;
	height: 680px;
}

.service-area .service-inner .inner-center .inner-center-img {
	width: 90%;
}

.service-area .service-inner .inner-center .inner-center-text {
	color: #000;
	font-style: normal;
	font-weight: 300;
	line-height: 24px;
	margin-top: 40px;
}

@media (max-width: 1024px) {
	.service-area .service-inner .process-content {
		width: 832px;
		height: 832px;
	}
}

@media (max-width: 832px) {
	.service-area .service-inner .process-content {
		width: 600px;
		height: 600px;
	}
}

@media (max-width: 600px) {
	.service-area .service-inner .process-content {
		width: 354px;
		height: 354px;
	}
}

@media (max-width: 425px) {
	.service-area .service-inner .process-content {
		width: 300px;
		height: 300px;
	}

	.service-area .service-inner .inner-center .inner-center-img {
		width: 60%;
	}

	.service-area .service-inner .inner-center {
		height: 65%;
	}

	.service-area .service-inner .inner-center .inner-center-text {
		margin-top: 5px !important;
		font-size: 12px;
	}

	.service-area .service-inner .process-content .process-item {
		width: 64px;
		height: 62px;
	}

	.service-area .service-inner .process-content .process-item .process-text {
		font-size: 13px;
	}

	.service-area .service-inner .process-content .process-item .dot {
		width: 36px;
		height: 36px;
		font-size: 14px;
	}

	.service-area .service-inner .process-content .arrow-01 {
		width: 17.5px;
		top: 29%;
	}

	.service-area .service-inner .process-content .arrow-02 {
		width: 43px;
		top: 5%;
	}

	.service-area .service-inner .process-content .arrow-03 {
		width: 52px;
		top: -5%;
	}

	.service-area .service-inner .process-content .arrow-04 {
		width: 40px;
		top: 5%;
	}

	.service-area .service-inner .process-content .arrow-05 {
		width: 17.5px;
		top: 29%;
	}

	.service-area .service-inner .process-content .arrow-06 {
		width: 20.5px;
		top: 66%;
	}

	.service-area .service-inner .process-content .arrow-07 {
		width: 43px;
		top: 91%;
	}

	.service-area .service-inner .process-content .arrow-dashed {
		width: 21px;
		top: 64%;
		transform: translate(-50%, -50%);
	}

	.new-need {
		font-size: 10px;
		left: 7%;
		top: 64%;
	}
}

@media (max-width: 300px) {
	.service-area .service-inner .process-content {
		width: 260px;
		height: 260px;
	}

	.service-area .service-inner .inner-center .inner-center-text {
		margin-top: 5px !important;
	}

	.service-area .service-inner .process-content .process-item {
		width: 45px;
		height: 45px;
	}

	.service-area .service-inner .process-content .process-item .process-text {
		font-size: 12px;
	}

	.service-area .service-inner .process-content .process-item .dot {
		width: 32px;
		height: 32px;
	}
}

.service-area .service-inner .inner-center {
	width: 58%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.link-list {
	list-style-type: none;
	padding-left: 0px;
    margin: 0;
}


/** ------ table ----- **/
table { text-align:center; border: 1px solid #eee; background-color: #fff;}
table tr { height:50px; line-height:50px;}
table tr:hover { background:#f2f2f2;}
table .priceTitle { background:#1c2b46; height:90px; line-height:90px;}
table .priceTitle:hover { background:#fa8b00;}
table .priceTitle img { padding-top:32px;}
table td { border-bottom:1px solid #e6e6e6; border-left:1px solid #e6e6e6; font-size:14px; color:#666;}
table .priceTitle td { font-size:18px; color:#1c2b46; font-weight:bold;}
table .wuxian { border-left:0;}
table .shuanceng { height:70px; line-height:normal;}
table .shuanceng .neiju { padding-top:9px;}
table .shuanceng .neijuone { padding-top:15px; line-height:normal;}
table .cuowu { background:url(../images/duicuo_16_16.png) no-repeat center;}
table .zhengque{ background:url(../images/duicuo_10.png) no-repeat center;}
table .shuanceng p{ line-height:28px;}
.shuanceng .neijutwo{ padding-top:5px;}
.shuanceng .neijutwo .jishu{ background:url(../images/duicuo_16_16.png) no-repeat 40px center;}
.shuanceng .neijutwo .yunying{ background:url(../images/duicuo_10.png) no-repeat 40px center;}
table .goumaizhuji a{ background:url(../images/zfb.jpg) no-repeat center; display:block; height:50px;}
.biaoend td{ border-bottom:1px solid #1c2b46;}
.lastduan td{ text-align:left; border-bottom:3px solid #1c2b46; padding-top:20px; padding-bottom:20px;}
.lastduan .shouquan{ font-size:18px; color:#000; margin-left:10px;}
.lastduan .listword li{ line-height:26px; font-size:14px; margin-left:10px;}
.lastduan .wuxian{ padding-left:20px;}
.lastduan span{ padding:4px 25px;}
.lastduan .banbeno{ background:url(../images/duicuo_16_16.png) no-repeat 1px 3px;}
.lastduan .banbent{ background:url(../images/duicuo_10.png) no-repeat 1px 3px;}
#online_qq_layer table, td{line-height:50px;}
#online_qq_layer table, .priceTitle td{line-height:100px;}