html,
body {
	font-weight:normal;
	overflow-x:hidden;
	color: #7b7b7b;
	font-size: 14px;
	
	-webkit-font-smoothing: antialiased;
	font-family: Lato,-apple-system,BlinkMacSystemFont,system-ui,Segoe UI,Roboto,Helvetica,Arial,PingFang SC,Hiragino Sans GB,Source Han Sans CN,Source Han Sans SC,Noto Sans CJK SC,Microsoft YaHei,Heiti SC,SimHei,sans-serif;
}
body.bg-white {
	background: #fff;
}
body.bg-gray{
	background-color: #f5f4f5;
}
a, 
a:hover,
a:focus,
a:active,
input:focus {
	text-decoration:none;
	outline: none;
	color:#008def;
}
a:active,
a:focus, button:focus, .btn:focus,
input:focus, textarea:focus, select:focus, 
.form-control, .form-control:focus {
    outline: none !important;
    text-decoration: none !important;
    box-shadow: none !important;
}
.section-title h1 {
	font-size: 24px;
	color: #505050;
	text-align: center;
	margin: 0 0 45px;
}
.bg-image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.section-padding {
	padding: 80px 0;
}
.section-padding-before {
	padding: 80px 0 0 0;
}
.section-padding-after {
	padding: 0 0 80px 0;
}
.section-padding-50 {
	padding: 50px 0;
}
.section-padding-30 {
	padding:30px 0;
}
.section-padding-15 {
	padding:15px 0;
}
.page-content {
	margin: 80px 0;
}
.btn {
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.btn.btn-primary {
	background-color: #008def;
	border-color: #008def;	
}
.btn.button-send {
	margin-right: 10px;
	background-color: #8322cb;
	border-color: #8322cb;
}
.btn.button-send:hover {
	color: #8322cb;
}
.section-before {
	position: relative;
	z-index: 1;
}
.section-before:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(44, 55, 62, 0.8);
	z-index: -1;
}
.section {
	padding: 40px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 4px;
}
.tr-title {
	color: #000;
	display: block;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
.tr-list {
	margin:0;
	padding:0;
    list-style:none;
}
.title-after {
	padding-bottom: 15px;
	position: relative;
}
.title-after:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: -50px;
	width: 150%;
	height: 1px;
	background-color: #f5f4f5;
}
.user-title h1 {
	font-size: 48px;
	margin: 0;
}
.tr-page-heading {
  border-top: 0;
  padding: 15px 0 10px 0;
  margin: 0;
  border-bottom: 1px solid #d4d4d5;
  background-color: #fafafa;
  margin-top: -15px;
}


/* tr-breadcrumb */
.tr-breadcrumb {
	color: #fff;
	padding: 100px 0;
	overflow: hidden;
	background-image: url(../images/bg/banner.jpg);
}
.page-title h1 {
	font-size: 48px;
	margin: 0;
	text-transform: capitalize;
}
.tr-breadcrumb .breadcrumb {
	padding: 0;
	border: 0;
	font-size: 14px;
	margin-bottom: 0;
	display: block;
	background-color: transparent;
}
.tr-breadcrumb .breadcrumb>li {
	display: inline-block;
}
.tr-breadcrumb .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.tr-breadcrumb .breadcrumb li.active,
.tr-breadcrumb .breadcrumb li a,
.tr-breadcrumb .breadcrumb>li+li:before {
	color: #fff;
}
.breadcrumb-logo img,
.user-image img {
	width: 100%;
	height: 100%;
	display: inline-block;
}
.user-image,
.breadcrumb-logo {
	width: 130px;
	height: 130px;
	overflow: hidden;
	display: inline-block;
	border-radius: 100%;
	margin-bottom: 30px;
}
.user-image {
	border: 8px solid #fff;
}

/* Header */
.navbar{
	margin-bottom: 0;
	border-radius: 0;
	border: 0;
	padding: 0;
	background-color: #fff;
}
.navbar-toggler {
    color: #008def;
    padding: 6px 8px;
    border: 1px solid #008def;
    right: 0;
    top: 10px;
    position: absolute;
}
.navbar-toggler-icon {
    width: inherit;
    height: inherit;
    line-height: 0;
}
.navbar-brand {
	margin-right: 30px;
}
.navbar-brand .logo{
	width: 88px;
	height: 60px;
}
.navbar-nav li a {
	font-size: 15px;
	color: #333333;
	display: block;
}
.navbar-nav>li>a {
	padding: 15px 10px;
	line-height: 25px;
}
.navbar-nav li a:hover,
.navbar-nav li.active>a,
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus, 
.navbar-nav>li.active>a,
.navbar-nav>.active>a:hover,
.navbar-nav>.active>a, 
.navbar-nav>.active>a:focus, 
.navbar-nav>.active>a:hover,
.tr-dropdown-menu li a:hover {
	color: #252525;
	background-color: transparent;
}
.navbar-nav li.header-btn-container{display:none;}
.navbar-nav li a.header-primary-btn{color:#fff;background-color: #008def;border-color: #008def;margin-bottom:10px;}
.navbar-nav li a.header-default-btn{color:#fff;background-color: #585f69;border-color: #585f69;margin-bottom:10px;}

/* Navbar Right */
.tr-header .navbar-right {
	font-size: 12px;
	padding: 12px 0;
}
.tr-header .navbar-right.full-width{padding: 0 15px;}
.tr-header .nav-right i {
	color: #252525;
	margin-right: 5px;
}
.navbar-right .dropdown {
	display:inline;
	padding: 22px 0;
}
.navbar-right .dropdown-menu {
	min-width: 150px;
}
.navbar-right .dropdown i,
.sign-in li i {
	color: #252525;
}
.navbar-right .dropdown span {
	margin:0 5px;
	color: #252525;
}
.navbar-right .dropdown-menu a,
.sign-in a {
	font-size: 14px;
	color:#252525;
}
.navbar-right .dropdown-menu a.btn-primary,
.sign-in a.btn-primary {
	color:#fff;
}
.navbar-right .dropdown span:hover,
.sign-in a:hover,
.dropdown-menu li a:hover,
.dropdown-menu li a:focus {
	color: #252525;
	background-color: transparent;
}
.sign-in {
	display:inline-block;
}
.sign-in li i {
	margin-right: 5px;
}
.sign-in .dropdown-menu li {
	display:block;
}
.sign-in .dropdown-menu li.text-center {
    padding: 0 10px;
    max-width: 130px;
    text-overflow: ellipsis;
	overflow: hidden;
}
.sign-in > li {
	display:inline-block;
	position: relative;
	padding: 0 5px;
	margin-left:20px;
}
.sign-in > li > a > i {
	font-size:18px;
	vertical-align: -3px;
}
.sign-in .count-info .label {
    line-height: 12px;
    padding: 2px 5px;
    position: absolute;
    right: 3px;
    top: -3px;
    text-shadow: none;
    border-radius: 0.25em;
    line-height: 1;
    white-space: nowrap;
}
.sign-in .label-primary, .sign-in .badge-primary {
    background-color: #f8ac59;
    color: #FFFFFF;
}
body .badge-primary{
    background-color: #008def;
    color: #FFFFFF;
}

/* Navbar Toggle */
.navbar-toggle {
	border-color: #008def;
}
.navbar-toggle .icon-bar {
	background-color: #008def;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
	background-color: transparent;
}


/*Dropdown CSS*/
.tr-dropdown {
	position: relative;
}
.tr-dropdown-menu li a,
.dropdown-menu li a {
	padding: 8px 15px;
	display: inline-block;
	text-align:center;
}
.dropdown-menu {
	font-size: 12px;
	padding: 10px 0;
	border-radius: 0;
	border: medium none;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    -o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.tr-dropdown-menu {
	position: absolute;
	top: 50px;	
	right: 0;
    padding: 10px 0;
    min-width: 150px;
	list-style: none;
	background-color: #fff;
	z-index: 9999;
	display: none;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	-ms-transform: translateY(10px);
	-o-transform: translateY(10px);
	transform: translateY(10px); 
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-ms-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	-o-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.tr-dropdown-menu.left {
	left: 0;
}
.tr-dropdown:hover >.tr-dropdown-menu{
	display: block;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  -webkit-animation: fadeInUp 400ms;
  -moz-animation: fadeInUp 400ms;
  -ms-animation: fadeInUp 400ms;
  -o-animation: fadeInUp 400ms;
  animation: fadeInUp 400ms;    
}
.tr-dropdown .badge, #navbarNav li .badge {
    display: inline-block;
    min-width: 10px;
    font-size:10px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: 2px;
	background-color: #d9534f;
    border-radius: 4px;
    margin-left: 3px;
	height: 16px;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.tr-header {
	border-bottom: 1px solid #E5E5E5;
	box-shadow: 0 2px 3px rgba(0,0,0,.04);
}
.tr-header .btn.btn-primary {
	padding: 8px 20px;
	font-size: 14px;
	color:#fff;
}
.tr-header a.btn.btn-primary:focus,
.tr-header a.btn.btn-primary:active,
.tr-header a.btn.btn-primary:hover {
	color:#fff;
	background-color: #008def;
	border-color: #008def;
}
.tr-header-after,
.wrapper.tr-header-after {
	margin-top:70px;
}
.tr-header .navbar-right .header-avator{
	display: inline-block;
	vertical-align: -6px;
	margin-left: 0;
	float: none;
	margin-right:5px;
	border-radius:10%;
}

body .growl-fixed{margin-top:70px;}
body .growl-container .alert {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

/* Tr Banner */
.tr-banner {
	color: #fff;
	padding: 120px 0;
	background-image: url(../images/bg/banner.jpg);
}
.banner-content h1 {
	font-size: 48px;
	margin-top: 0;
}
.banner-content h2 {
	font-size: 24px;
	margin-bottom: 0;
}
.banner-form {
	margin-top: 35px;text-align: center;
}
.banner-form.breadcrumb-form {
	text-align: right;
	margin-top:0;
}
.banner-form form {
	background-color:#fff;
	position:relative;
	border-radius: 30px;
	max-width: 730px;
	display: inline-block;
}
.banner-form input {
	background-position: 20px center;
	background-repeat: no-repeat;
	font-size: 16px;
	width: 425px;
	padding:0 45px;
	color: #11414e;
	border: none;
	border-right: 1px solid #cdcdcd;
	border-radius: 30px 0 0 30px;
	background-image: url(../images/others/search-bg.png);
}
.banner-form input:focus {
	border-right-color: #cdcdcd;
}
.banner-form input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #11414e;
}
.banner-form input::-moz-placeholder { /* Firefox 19+ */
  color: #11414e;
}
.banner-form input:-ms-input-placeholder { /* IE 10+ */
  color: #11414e;
}
.banner-form input:-moz-placeholder { /* Firefox 18- */
  color: #11414e;
}
.banner-form .form-control, 
.banner-form button.btn-primary {	
	float: left;
	height:46px;
	margin-bottom: 0;
	background-color: #fff;
}
.banner-form button.btn-primary {
	color: #fff;
	font-size: 14px;
	width: 114px;
	margin-right: -1px;
	padding: 0;
	line-height: 47px;
	background-color: #008def;
	border: 1px solid #008def;
	border-radius: 0 30px 30px 0;
}
.banner-form button.btn-primary:before {
	display: none;
}
.dropdown a:hover {
	color: #008def;
}
.banner-form.breadcrumb-form input {
	font-size: 14px;
}
.banner-form .more-search{padding:5px 0 0 0;}
.banner-form .more-search a{padding:0 5px;}
.banner-know {
	font-size: 14px;
	padding-top:20px;
	display:block;
}


/* tr-users */
.tr-users {
	color: #fff;
	padding: 100px 0;
	position: relative;
	background-image: url(../images/bg/devmode-bg.jpg);
	background-color: #c9c9c9;
	z-index: 1;
}

.tr-users:before,
.tr-users:after {
	position: absolute;
	content: "";
	top: 0;
	width: 50%;
	height: 100%;
	z-index: -1;
}
.tr-users:before {
	left: 0;
	background-color: rgba(0, 141, 239, 0.92);
}
.tr-users:after {
	right: 0;
	background-color: rgba(0, 121, 202, 0.92);
}
.tr-users img {
	display: inline-block;
}
.tr-users span {
	display: block;
	margin-bottom: 30px;
}
.tr-users .btn {
	font-size: 12px;
	padding: 7px 30px 5px;
}
.tr-users .job-find .btn.btn-primary {
	color: #fff;
	border-color: #232a2f;
	background-color: #232a2f;
}
.tr-users .job-find .btn:hover {
	color: #fff;
}

.tr-users .for-employers .btn.btn-primary {
	color: #008def;
	border-color: #fff;
	background-color: #fff;
}
.tr-users .for-employers .btn.btn-primary:hover {
	color: #008def;
}
.tr-users .icon i{font-size:102px;}


/* Tr Category */
.tr-category {
	text-align: center;
}
.tr-category-list {
	border-radius: 4px;
	overflow: hidden;
}
.tr-category-list li {
	float: left;
	width: 25%;
	font-size: 16px;
	background-color: #fff;
	border-right: 1px solid #e6e3e6;
	border-bottom: 1px solid #e6e3e6;
}
.tr-category-list.category-list-bottom li {
	border-bottom: 0;
}
.tr-category-list li:last-child {
	border-right: 0;
}
.tr-category-list li a {
	color: #b5b5b5;
	display: block;
	padding: 40px 15px;
}
.tr-category-list span {
	display: block;
}
.tr-category-list .category-title {
	color: #505050;
}
.tr-category-list .icon {
	margin-bottom: 5px;
	min-height: 40px;
}
.tr-category-list .icon img {
	display: inline-block;
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-ms-filter: grayscale(1);
	-o-filter: grayscale(1);
	filter: grayscale(1);
}
.tr-category-list li:hover .icon img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
}

/* Tr Job Post */
.tr-job-tab .nav-tabs {
	margin-bottom: 60px;
	border-bottom: 0;
}
.tr-job-tab .nav-tabs>li {
	float: none;
	display: inline;
}
.tr-job-tab .nav-tabs li {
	margin-right: 15px;
}
.tr-job-tab .nav-tabs li:last-child {
	margin-right: 0;
}
.tr-job-tab .nav-tabs {
	position: relative;
	z-index: 1;
	display: inline-block;
}
.tr-job-tab .nav-tabs:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	z-index: -1;
}
.tr-job-tab .nav-tabs>li a {
	display: inline-block;
	background-color: #fff;
	border: none;
	border-radius: 30px;
	font-size: 14px;
	color: #000;
	padding: 5px 30px;
}
.tr-job-tab .nav-tabs>li>a.active, 
.tr-job-tab .nav-tabs>li a.active>:focus, 
.tr-job-tab .nav-tabs>li>a.active:hover,
.tr-job-tab .nav-tabs>li>a:hover {
	border: none;
	background-color: #008def;
	color: #fff;
}
.tr-job-item {
	background-color: #fff;
	border-radius: 3px;
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
}
.tr-job-item .btn.btn-primary {
	text-transform: capitalize;
}
.tr-job-item .tr-job-info {
	font-size: 14px;
	color: #000;
	overflow: hidden;
	padding: 40px 25px 20px;
}
.tr-job-info .company-logo {
	margin-bottom: 30px;
}
.tr-job-info .tr-title {
	margin-bottom: 15px;
}
.tr-job-info .tr-title span {
	font-size: 14px;
	display: block;
}
.tr-job-info .tr-title a {
	color: #000;
}
.tr-job-info .tr-title a:hover {
	color: #008def;
}
.tr-job-info ul {
	margin-bottom: 30px;
}
.tr-job-meta li,
.tr-job-meta li a {
	color: #646464;	
}
.tr-job-meta li a:hover {
	color: #008def;
}
.tr-job-meta li {
	font-size: 12px;
	margin-bottom: 10px;
}
.tr-job-meta li span i {
	color: #000;
}
.tr-job-meta li i {
	margin-right: 15px;
}
.tr-job-item .time {
	position: relative;
}
.tr-job-item .time:after {
	position: absolute;
	content: "";
	bottom: 35px;
	left: -50px;
	width: 150%;
	height: 1px;
	background-color: #f5f4f5;
	z-index: -1;
}
.tr-job-item:hover .time,
.tr-job-item:hover .time:after {
	opacity: 0;
}
.tr-job-item .time span {
	font-size: 12px;
	color: #bebebe;
	line-height: 25px;
}
.tr-job-item .btn.btn-primary,
.role .btn.btn-primary,
.tr-job-item .time a span {
	padding: 5px 10px;
    border-radius: 4px;
    line-height: 10px;
    font-size: 12px;
}
.tr-job-item .time a span {
	color: #fff;
    background-color: #f1592a;
    border-color: #f1592a;	
}
.tr-job-item .time a span.part-time {
	background-color: #00aeef;
	border-color: #00aeef;
}
.tr-job-item .time a span.freelance {
	background-color: #92278f;
	border-color: #92278f;	
}
.tr-job-item .item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	background-color: #008def;
	color: #fff;
	opacity: 0;
	-webkit-transition: all 800ms;
	-moz-transition: all 800ms;
	-ms-transition: all 800ms;
	-o-transition: all 800ms;
	transition: all 800ms;
}
.tr-job-item:hover .item-overlay {
	opacity: 1;
}
.item-overlay .job-info {
	padding: 45px 25px 40px;
	overflow: hidden;
}
.item-overlay .btn.btn-primary {
	background-color: #007bd4;
	border-color: #007bd4;
	margin-bottom: 10px;
}
.item-overlay .job-info,
.item-overlay .job-info ul li,
.item-overlay .job-info ul li i,
.item-overlay .job-info .tr-title a {
	color: #fff;
}

/* lack-item */
.lack-item {
	background-color: #fff;
	border-radius: 3px;
	position: relative;
	margin-bottom: 30px;
	z-index: 1;
}
.lack-item .btn.btn-primary {
	text-transform: capitalize;
}
.lack-item .lack-info {
	font-size: 14px;
	overflow: hidden;
	padding: 40px 25px 20px;
}
.lack-info .company-logo {
	margin-bottom: 30px;
	text-align: center;
}
.lack-info .tr-title {
	margin-bottom: 15px;
	text-align: center;
}

.lack-info .tr-title span {
	font-size: 14px;
	display: block;
}
.lack-info .tr-title a {
	color: #000;
}
.lack-info .tr-title a:hover {
	color: #008def;
}
.lack-item .ability {
	position: relative;
	margin-top: 25px;
	text-align: center;
}
.lack-item .ability:after {
	position: absolute;
	content: "";
	bottom: 45px;
	left: -50px;
	width: 150%;
	height: 1px;
	background-color: #f5f4f5;
	z-index: -1;
}

/* home-feature */
.home-feature {
	background-color: #fff;
	border-radius: 3px;
	position: relative;
	padding: 0 30px 30px 30px;
	margin-bottom:30px;
}
.home-feature i{
	background: url(../images/home-features-icon-v3.png) 0 0 no-repeat;
	display:inline-block;
	width:80px;
	height:80px;
	margin:15px 0;
}
.home-feature i.item2{
	background-position: 0 -80px;
}
.home-feature i.item3{
	background-position: 0 -160px;
}
.home-feature .tr-title {
	margin-bottom: 15px;
	text-align: center;
}
.home-feature .tr-info {
	min-height:85px;
	text-align:center;
}
.home-feature .tr-info.px60 {
	min-height:60px;
}
.home-feature .tr-info.px40 {
	min-height:40px;
}

/* Tr footor */
.tr-footor-bar {
	background-image: url(../images/bg/app-bg.jpg);
	position: relative;
	z-index: 1;
}
.tr-footor-bar.section-before:before {
	background-color: rgba(0, 141, 239, 0.8);
}
.tr-footor-bar h1 {
	font-size: 26px;
	color: #fff;
	text-align: center;
	margin: 15px 0 35px;
	text-transform: capitalize;
}
.tr-footor-bar p {
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin: 15px 0 35px;
	text-transform: capitalize;
}
.tr-footor-bar h2 {
  	color:#fff;
  	font-size: 26px;
  	font-weight: 300;
  	margin-bottom: 50px;
}
.footor-bar-content {
	padding: 0 80px 20px 80px;
}
.footor-bar a {
 	border: 1px solid #fff;
    border-radius:50px;
    display: block;
    overflow: hidden;
    min-height: 52px;
    line-height: 52px;
	color: #fff;
	font-size: 16px; 
}
.footor-bar-info {
	display: inline-block;
	text-align: center;
}
.footor-bar span{
	display: inline-block;
	margin-bottom:15px;
	color:#ccc;
}
.footor-bar strong {
 	font-size: 20px;
 	display:block;
 	font-weight: normal;
}
.footor-bar a:hover, 
.footor-bar a:focus {
 	background-color: rgba(0, 0, 0, 0.2);
 	color:#fff;
 	border-radius: 50px;
}

/* User Account */
.user-account {
	overflow: hidden;
	width: 460px;
	display: inline-block;
}
.user-account,
.user-account a {
	color: #bbc0d4;
}
.account-content {
	padding: 25px 30px 5px 30px;
	border-radius: 4px;	
	background-color: #fff;
}
.account-content .text-mb{
    padding-bottom:20px;
	font-size:22px;
	color:#333;
}
.user-account .form-control,
.user-account .dropdown {
	padding: 5px 20px;
	border-radius: 30px;
	background-color: #fcfcfc;
	height: 45px;
}
.user-account .dropdown a {
	display: block;
}
.user-account .dropdown {
	padding: 12px 20px;
	text-align: left;
	border: 1px solid #e8e6e8;
}
.user-account .dropdown-menu {
	width: 100%;
	left: -20px !important;
}
.user-account .dropdown i {
	float: right;
	margin-top: 2px;
}
.user-account .btn {
	width: 100%;
	margin-bottom: 25px;
}
.user-option {
	overflow: hidden;
	margin-bottom: 25px;
}
.checkbox {
	float: left;
	margin: 0;
}
.forgot-password {
	float: right;
}
.checkbox label {
	padding-left:20px;
	position: relative;
}
.checkbox label input[type="checkbox"] {
	width: 0;
	height: 0;
	display: none;
}
.checkbox label:before {
	position: absolute;
	color: #bbc0d4;	
	content: "";
	left: 0;
	top: 3px;
	width: 15px;
	height: 15px;
	border: 1px solid #bbc0d4;
	border-radius: 100%;
	background-color: #fcfcfc;
}
.checkbox label:after {
	position: absolute;
	color: #008def;	
	content: "\F12C";
	left: 3px;
	top: 11px;
	font-family: "Material Design Icons";
	font-size: 10px;
	line-height: 0;	
	display: none;
}
.checkbox label.checked,
.user-account a:hover {
	color: #008def;
}
.checkbox label.checked:before {
	border-color: #008def;
}
.checkbox label.checked::after {
	display: block;
}
.form-control option {
	padding: 10px;
}
.nav-tabs.nav-justified {
	overflow: hidden;
	border-radius: 4px 4px 0px 0px;
	border-bottom: 1px solid #f5f4f5;
	background-color: #fff;
}
.nav-tabs.nav-justified>li+li {
	border-left: 1px solid #fff;
}

.nav-tabs.nav-justified>li {
	width: 50%;
}
.nav-tabs.nav-justified>li>a {
	font-size: 16px;
	color: #2a343a;
	border: none;
	border-radius: 0;
	line-height: 45px;
	display: block;
}

.nav-tabs.nav-justified a.active, 
.nav-tabs.nav-justified a.active:focus, 
.nav-tabs.nav-justified a.active:hover,
.nav-tabs.nav-justified>li>a:hover {
	border: 0;
	color: #fff;
	background-color: #008def;
}
.tab-content .account-content {
	border-radius: 0px 0px 4px 4px;
}


/* Tr Found */
.tr-found.section {
	padding: 80px;
}
.found-info {
	color: #b0b0b0;
}
.found-info h1 {
	color: #008def;
	font-size: 110px;
	margin-bottom: 0;
}
.found-info h2 {
	color: #000;
	margin: 0 0 5px;
}
.found-info .btn.btn-primary {
	margin-top: 30px;
}


/* Tr Form */
.tr-form-section .tr-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}
.tr-form-section .tr-form {
	position: relative;
	display: inline-block;
}
.tr-form-section .tr-form {
	margin-top: 30px;
}
.tr-form-section textarea.form-control {
	resize: none;
	height: 110px;
	padding: 12px 20px;
}
.tr-form-section button.btn {
	margin-top: 10px;
	border-radius:4px;
}
.form-control {
	font-size: 14px;
	color: #2d3038;
	border: 1px solid #e8e6e8;
	background-color: #faf7fa;
}
.form-control:focus {
	color: #2d3038;
	border-color: #008def;
}

/* Tr Pricing */
.pricing {
    background-color: #fff;
    padding: 40px 50px;
    color: #000;
    border-radius: 4px;
    margin-bottom: 15px;
    position: relative;	
    overflow: hidden;
	font-size:15px;
}
.pricing>span {
	font-size: 20px;
	display: block;
}
.pricing .tips {
    margin:15px 0 25px 0;
	line-height: 26px;
}
.pricing .price {
    font-size: 30px;
}
.pricing .price span {
	font-size: 14px;
	color: #000;
}
.pricing .btn.btn-primary {
	color: #fff;
	padding: 8px 20px;
	margin-top: 30px;
	background-color: #253b4b;
	border-color: #253b4b;
	border-radius: 3px;
}
.pricing .btn.btn-primary:before {
	background-color: #253b4b;
}
.pricing .btn.btn-primary:hover {
	border-color: #253b4b;
}
.pricing .most-popular {
    position: absolute;
    top: 25px;
    right: -60px;
}
.pricing .most-popular span {
	color: #fff;
	display: block;
	font-size: 14px;
	padding: 10px 70px;
	background-color: #008def;
	-webkit-transform:rotate(40deg) ;
	-moz-transform:rotate(40deg) ;
	-ms-transform:rotate(40deg) ;
	-o-transform:rotate(40deg) ;
	transform:rotate(40deg) ;
}
.pricing .tr-list li {
	font-size: 14px;
	margin-bottom: 15px;
}
.pricing .tr-list li i {
	color: #253b4b;
	margin-right:10px;
}


/* Tr Notification */
.tr-notification {
	padding: 80px;
	font-size: 24px;
}
.tr-notification .icon {
	font-size: 72px;
	color: #008def;
	line-height: 0;
}
.tr-notification h1 {
	font-size: 30px;
	color: #008def;
	margin: 20px 0 0;
}
.tr-notification .btn {
	margin-top: 35px;
}


/* Footer */
.footer{
    text-align:center;
    border-top: 1px solid #E5E5E5;
}
.footer-top {
	background-color: #fff;
	padding:50px 0 30px 0;
}
.footer-middle{
	background-color: #fff;
	padding:0 0 10px 0;
}
.footer-middle .tr-list.horizontal li{
    display:inline-block;
	margin:0 15px 10px 15px;
}
.footer-widget h3 {
	font-size: 18px;
	color: #333;
	margin-bottom:15px;
}
.footer-widget li {
	margin-bottom: 10px;
}
.footer,
.footer a {
	color: #858585;
}
.footer a:hover {
	color: #008def;
}
.footer-bottom {
	padding: 20px 0;
}
.footer-widget .contact {
}
.footer-widget .contact ul {
    margin:0;padding:0;
}
.footer-widget .contact li {
    margin:0;padding:0;
	list-style:none;
	color: #66a6d1;
	font-size: 22px;
	text-align: left;
}
.footer-widget .contact li.li2 {
    display:inline-block;
	position:relative;
	padding-top:15px;
}
#weixinewm{
    position:absolute;
	top:-30px;
	left:-10px;
}

/* ==========================================================================
 	Global CSS
 ========================================================================== */
.tr-pt-10{padding-top:10px;}
.tr-pt-20{padding-top:20px;}

.tr-price{color:#d9534f;}

.tr-b-radius-4{border-radius:4px;}

.tr-h-auto{
  height: auto;
}
.tr-ovf{
  overflow: hidden;
}
.tr-full-height {
  min-height: 80vh;
}

.tr-color-white{color:#ffffff;}

.tr-font-size-16{font-size:16px;}
.tr-font-size-18{font-size:18px;}
.tr-font-size-20{font-size:20px;}
.tr-font-size-22{font-size:22px;}


.tr-border-around{border:1px solid #e6e3e6;padding:10px;border-radius:5px;}
.tr-img-fluid{width:60%;}

.nav-tabs.nav-justified {
	overflow: hidden;
	border-radius: 4px 4px 0px 0px;
	border-bottom: 1px solid #f5f4f5;
	background-color: #fff;
}
.nav-tabs.nav-justified>li+li {
	border-left: 1px solid #fff;
}
.nav-tabs.nav-justified>li {
	width: 50%;
}
.nav-tabs.nav-justified>li>a {
	font-size: 16px;
	color: #2a343a;
	border: none;
	border-radius: 0;
	line-height: 45px;
	display: block;
}
.nav-tabs.nav-justified a.active, 
.nav-tabs.nav-justified a.active:focus, 
.nav-tabs.nav-justified a.active:hover,
.nav-tabs.nav-justified>li>a:hover {
	border: 0;
	color: #fff;
	background-color: #008def;
}
.tab-content .account-content {
	border-radius: 0px 0px 4px 4px;
}

.profile-tabs {
	border: 0;
	padding: 30px 25px;
}
.profile-tabs>li i {
	font-size: 18px;
	color: #008def;
	margin-right: 10px;
}
.profile-tabs>li {
	float: none;
	font-size: 16px;
	width: 100%;
	margin-bottom:15px;
}
.profile-tabs>li:last-child {
	margin-bottom: 0;
}
.profile-tabs>li>a {
	color: #707070;
	margin-right: 0;
	border: 0;
	border-radius: 0;
	display: block;
	padding: 10px 0;
}
.profile-tabs>li>a:hover,
.profile-tabs>li>a:focus,
.profile-tabs>li a.active, 
.profile-tabs>li>a.active:focus, 
.profile-tabs>li>a.active:hover {
	color: #008def;
	border: 0;
	background-color: transparent;
}


.tr-list-dark li i {
	color: #253b4b;
	margin-right:10px;
}
.tr-list-green li i {
	color: #19bb4c;
	margin-right:10px;
}
.tr-list-blue li i {
	color: #008def;
	margin-right:10px;
}

/* common */
.g-brd-radius-30 {
 	border-radius: 30px;
}

.tr-color-blue{color:#008def;}

/* u-btn */
.u-btn-blue {
	color: #fff;
	background-color: #008def;
	border-color: #008def;	
}
.u-btn-green {
	color: #fff;
    background-color: #72c02c;
    border-color: #72c02c;
}
.u-btn-red {
	color: #fff;
	background-color: #f00;
	border-color: #f00;	
}
.u-btn-lightred {
	color: #fff;
	background-color: #a10f2b;
	border-color: #a10f2b;	
}
.u-btn-darkred {
	background-color: #e64b3b;
	border-color: #e64b3b;	
}
.u-btn-indigo {
	color: #fff;
	background-color: #9a69cb;
	border-color: #9a69cb;	
}
.u-btn-purple {
	color: #fff;
	background-color: #9a69cb;
	border-color: #9a69cb;	
}
.u-btn-darkpurple {
	color: #fff;
	background-color: #6639b6;
	border-color: #6639b6;	
}
.u-btn-pink {
	color: #fff;
	background-color: #e81c62;
	border-color: #e81c62;	
}
.u-btn-orange {
	color: #fff;
	background-color: #e57d20;
	border-color: #e57d20;	
}
.u-btn-deeporange {
	color: #fff;
	background-color: #fe541e;
	border-color: #fe541e;	
}
.u-btn-aqua {
	color: #fff;
	background-color: #29d6e6;
	border-color: #29d6e6;	
}
.u-btn-yellow {
	color: #fff;
	background-color: #ebc71d;
	border-color: #ebc71d;	
}
.u-btn-cyan {
	color: #fff;
	background-color: #00bed6;
	border-color: #00bed6;	
}
.u-btn-teal {
	color: #fff;
	background-color: #18ba9b;
	border-color: #18ba9b;	
}
.u-btn-brown {
	color: #fff;
	background-color: #9c8061;
	border-color: #9c8061;	
}
.u-btn-bluegray {
	color: #fff;
	background-color: #585f69;
	border-color: #585f69;	
}
.u-btn-darkgray {
	color: #fff;
	background-color: #333;
	border-color: #333;	
}
.u-btn-black {
	color: #fff;
	background-color: #000;
	border-color: #000;	
}

a.u-btn-blue:hover,
a.u-btn-green:hover,
a.u-btn-red:hover,
a.u-btn-lightred:hover,
a.u-btn-darkred:hover,
a.u-btn-indigo:hover,
a.u-btn-purple:hover,
a.u-btn-darkpurple:hover,
a.u-btn-pink:hover,
a.u-btn-orange:hover,
a.u-btn-deeporange:hover,
a.u-btn-aqua:hover,
a.u-btn-yellow:hover,
a.u-btn-cyan:hover,
a.u-btn-teal:hover,
a.u-btn-brown:hover,
a.u-btn-bluegray:hover,
a.u-btn-darkgray:hover,
a.u-btn-black:hover {
    color: #fff;	
}
a.u-btn-blue:active,
a.u-btn-green:active,
a.u-btn-red:active,
a.u-btn-lightred:active,
a.u-btn-darkred:active,
a.u-btn-indigo:active,
a.u-btn-purple:active,
a.u-btn-darkpurple:active,
a.u-btn-pink:active,
a.u-btn-orange:active,
a.u-btn-deeporange:active,
a.u-btn-aqua:active,
a.u-btn-yellow:active,
a.u-btn-cyan:active,
a.u-btn-teal:active,
a.u-btn-brown:active,
a.u-btn-bluegray:active,
a.u-btn-darkgray:active,
a.u-btn-black:active {
    color: #fff;	
}
a.u-btn-blue:focus,
a.u-btn-green:focus,
a.u-btn-red:focus,
a.u-btn-lightred:focus,
a.u-btn-darkred:focus,
a.u-btn-indigo:focus,
a.u-btn-purple:focus,
a.u-btn-darkpurple:focus,
a.u-btn-pink:focus,
a.u-btn-orange:focus,
a.u-btn-deeporange:focus,
a.u-btn-aqua:focus,
a.u-btn-yellow:focus,
a.u-btn-cyan:focus,
a.u-btn-teal:focus,
a.u-btn-brown:focus,
a.u-btn-bluegray:focus,
a.u-btn-darkgray:focus,
a.u-btn-black:focus {
    color: #fff;	
}

.tr-block{display:block;}


/* ==========================================================================
 	Developer && Company CSS
 ========================================================================== */

/*----------------------------------------------
	1.0 General Style
-----------------------------------------------*/
.section-padding-top {
  padding-top: 120px;
}

.section-padding-bottom {
  padding-bottom: 120px;
}

.section-padding-150 {
  padding: 150px 0;
}

.padding-top-90 {
  padding-top: 90px;
}

.padding-bottom-90 {
  padding-bottom: 90px;
}

.padding-top-100 {
  padding-top: 100px;
}

.padding-bottom-100 {
  padding-bottom: 100px;
}

.padding-top-80 {
  padding-top: 80px;
}

.padding-bottom-70 {
  padding-bottom: 70px;
}

.padding-top-70 {
  padding-top: 70px;
}

.padding-top-60 {
  padding-top: 60px;
}

.padding-top-30 {
  padding-top: 30px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-bottom-40 {
  padding-bottom: 40px;
}

.section-padding-60 {
  padding: 60px 0;
}

.border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.margin-balance {
  margin-bottom: -30px;
  zoom: 1;
  position: relative;
  overflow: hidden;
}

.section-wrapper + .section-wrapper {
  margin-top: 50px;
}

.fix:before {
  display: block;
  content: '';
  clear: both;
}

/*---------------------------------------------
	Category Style
---------------------------------------------*/

.candidate-filter-dropdown{
    padding:15px 0 15px 30px;
    position: relative;
}
.candidate-filter-dropdown select{
    vertical-align: middle;
    display: inline-block;
    color: #212529;
    position: relative;
    width: 100%;
    z-index: 1;
    white-space: nowrap;
    border: 0;
    height: 50px;
	background: transparent;
	background-image: none;
    appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;
}
.candidate-filter-dropdown i{
	position: absolute;
	right: 8px;
	top: 45px;
	font-size: 12px;
	line-height: 0;
}
.candidate-filter-dropdown select::-ms-expand{ 
	display: none; 
}
.candidate-filter-wrapper {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#f7f9fc));
  background-image: -webkit-linear-gradient(left, #ffffff, #f7f9fc);
  background-image: -o-linear-gradient(left, #ffffff, #f7f9fc);
  background-image: linear-gradient(to right, #ffffff, #f7f9fc);
  border-top-left-radius:5px;
  border-bottom-left-radius:5px;
}
.candidate-filter-wrapper .candidate-filter {
  padding: 30px 30px 30px 50px;
  position: relative;
}
 .candidate-filter-wrapper .same-pad.candidate-filter {
  padding-left: 30px;
}
 .candidate-filter-wrapper .candidate-filter:before {
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  content: '';
}
 .candidate-filter-wrapper .candidate-filter .option-title {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
 .candidate-filter-wrapper .candidate-filter .option-title:before {
  position: absolute;
  content: "\F374";
  font-family: "Material Design Icons";
  top: 0;
  right: 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
 .candidate-filter-wrapper .candidate-filter .option-title.compress:hover {
  color: #246df8;
}
 .candidate-filter-wrapper .candidate-filter .option-title.compress:before {
  content: "\F415";
}
 .candidate-filter-wrapper .candidate-filter ul {
  padding: 20px 0 0;
  margin: 0;
  list-style: none;
}
 .candidate-filter-wrapper .candidate-filter ul li {
  position: relative;
  padding-left: 20px;
}
 .candidate-filter-wrapper .candidate-filter ul li + li {
  margin-top: 7px;
}
 .candidate-filter-wrapper .candidate-filter ul li a {
  color: #6f7484;
  font-size: 14px;
}
 .candidate-filter-wrapper .candidate-filter ul li a:hover {
  color: #246df8;
}
 .candidate-filter-wrapper .candidate-filter ul li:before {
  position: absolute;
  content: "\F374";
  font-family: "Material Design Icons";
  top: 0;
  left: 0;
}
.candidate-filter-wrapper .selected-options {
  padding: 30px;
  padding-left: 50px;
  display: none;
  position: relative;
}
.candidate-filter-wrapper .selected-options.same-pad {
  padding-left: 30px;
}
.candidate-filter-wrapper .selected-options.same-pad:before {
  left: 30px;
}
.candidate-filter-wrapper .selected-options:before {
  position: absolute;
  bottom: 0;
  left: 50px;
  right: 0;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
  content: '';
}
.candidate-filter-wrapper .selected-options .selection-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.candidate-filter-wrapper .selected-options .selection-title h4 {
  font-size: 16px;
  font-weight: 600;
  position: relative;
}
.candidate-filter-wrapper .selected-options .selection-title a {
  font-weight: 500;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 3px;
  background: rgba(248, 36, 71, 0.1);
  color: #f82447;
  line-height: 1.3;
}
.candidate-filter-wrapper .selected-options .filtered-options {
  padding: 0;
  padding-top: 20px;
  margin: 0;
  list-style: none;
}
.candidate-filter-wrapper .selected-options .filtered-options li + li {
  margin-top: 5px;
}
.candidate-filter-wrapper .selected-options .filtered-options li {
  color: #246df8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.candidate-filter-wrapper .selected-options .filtered-options li span {
  font-size: 1rem;
  color: #f82447;
  cursor: pointer;
}
.filtered-candidate-wrapper {
  padding: 40px 30px;
  background: #ffffff;
  border-top-right-radius:5px;
  border-bottom-right-radius:5px;
}
.candidate-view-controller-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
}
.candidate-view-controller-wrapper .candidate-view-controller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.candidate-view-controller-wrapper .candidate-view-controller .controller {
  margin-right: 15px;
  height: 40px;
  width: 40px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  color: #b1b1b1;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  font-size:22px;
}
.candidate-view-controller-wrapper .candidate-view-controller .controller.active {
  color: #246df8;
  border-color: rgba(36, 109, 248, 0.3);
}
.candidate-view-controller-wrapper .candidate-view-controller .controller i {
  height: 24px;
}
.candidate-view-controller-wrapper .showing-number span {
  display: inline-block;
  font-size: 14px;
}
.error-page-wrap {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
}
.error-page-wrap .icon {
  margin-bottom: 50px;
}
.error-page-wrap h1 {
  font-size: 6.0rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.error-page-wrap p {
  color: #656565;
  margin-bottom: 30px;
}
.error-page-wrap .button {
  background: #246df8;
  border-radius: 3px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 30px;
  letter-spacing: 2px;
}
@media all and (max-width: 1199px) {
  .filtered-candidate-wrapper {
    padding: 30px 20px;
    background: #ffffff;
  }
}

/*---------------------------------------------
	04.0 Breadcrumb Style
---------------------------------------------*/
.breadcrumb-area .breadcrumb {
  padding:.75rem 0;
  margin:0;
  background: transparent;
}
.breadcrumb-area-2 .breadcrumb {
  padding:18px 0;
  margin:0;
  background: transparent;
}
/*---------------------------------------------
	06.0 Job Style
---------------------------------------------*/

.grid.candidate-filter-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}


.candidate-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
   border-radius:.28571429rem;
  border:none;
  border-radius:.28571429rem;
  -webkit-box-shadow:0 1px 3px 0 #d4d4d5,0 0 0 1px #d4d4d5;
  box-shadow:0 1px 3px 0 #d4d4d5,0 0 0 1px #d4d4d5;
  -webkit-transition:-webkit-box-shadow .1s ease,-webkit-transform .1s ease;
  transition:-webkit-box-shadow .1s ease,-webkit-transform .1s ease;
  transition:box-shadow .1s ease,transform .1s ease;
  transition:box-shadow .1s ease,transform .1s ease,-webkit-box-shadow .1s ease,-webkit-transform .1s ease;
}

.candidate-container .candidate-filter-wrapper {
  min-width: 240px;
}
.candidate-container .filtered-candidate-wrapper {
  width: calc(100% - 240px);
}

@media only screen and (min-width: 768px) {
	.candidate-container .candidate-filter-wrapper {
	  min-width: 180px;
	}
	.candidate-container .filtered-candidate-wrapper {
	  width: calc(100% - 180px);
	}
}


/*---------------------------------------------
	07.0 Candidate Style
---------------------------------------------*/
.candidate-filter-result.grid {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.candidate-filter-result.grid:before {
  position: absolute;
  top: 30px;
  left: 50%;
  bottom: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.08);
  content: '';
}
.candidate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 0;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.candidate .thumb {
  width: 80px;
  padding:2px;
  border-radius: 5px;
  overflow: hidden;
}
.candidate .thumb img{
  border-radius: 5px;
  border:1px solid rgba(0, 0, 0, 0.08);
}
.candidate .thumb + .body {
  padding-left: 20px;
}
.candidate .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.candidate .body .content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
.candidate .body .content h4:hover {
  color: #246df8;
}
.candidate .body .content .info span {
  color: #6f7484;
  margin-right: 15px;
}
.candidate .body .content .info span.work-post i {
  color: rgba(36, 109, 248, 0.4);
}
.candidate .body .content .info span i {
  height: 14px;
  width: 14px;
  margin-right: 7px;
  color: #aaa;
}
.candidate .body .content .info span.work-post em {
  font-style: normal;
  color: #f60;
  text-decoration: none;
}
.candidate .body .button-area a {
  font-size: 15px;
  padding: 8px 10px;
  color: #232630;
  border-radius: 3px;
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.candidate .content {
  width: 100%;
}
.candidate .button-area {
  width: 158px;
}
.candidate:hover {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
}

.candidate:hover .body .button-area a {
  background: #246df8;
  border-color: #246df8;
  color: #ffffff;
}

.candidate.half-grid {
  width: calc(50% - 30px);
  display: block;
  text-align: center;
  margin: 30px 10px;
}
.candidate.half-grid .thumb {
  margin: 0 auto;
}
.candidate.half-grid .thumb + .body {
  padding-left: 0;
}
.candidate.half-grid .body {
  display: block;
  margin-top: 15px;
}
.candidate.half-grid .body .content span {
  display: inline-block;
  margin-bottom: 8px;
}
.candidate.half-grid .body .button-area {
  margin-top: 20px;
  width:auto;
}
.candidate.half-grid .km-skill{
  display: none;
}

/*---------------------------------------------
	Candidate Details
---------------------------------------------*/
.candidate-details {
  background: #ffffff;
  padding: 30px;
  border-radius: .28571429rem;
  border: none;
  border-radius: .28571429rem;
  -webkit-box-shadow: 0 1px 3px 0 #d4d4d5,0 0 0 1px #d4d4d5;
  box-shadow: 0 1px 3px 0 #d4d4d5,0 0 0 1px #d4d4d5;
  -webkit-transition: -webkit-box-shadow .1s ease,-webkit-transform .1s ease;
  transition: -webkit-box-shadow .1s ease,-webkit-transform .1s ease;
  transition: box-shadow .1s ease,transform .1s ease;
  transition: box-shadow .1s ease,transform .1s ease,-webkit-box-shadow .1s ease,-webkit-transform .1s ease;
}
.title-and-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title-and-info .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title-and-info .title .thumb {
  width: 100px;
  border-radius: 3px;
  overflow: hidden;
}
.title-and-info .title .thumb + .title-body {
  padding-left: 20px;
}
.title-and-info .title .title-body h4 {
  font-size: 2.6rem;
  font-weight: 600;
  padding-bottom: 15px;
}
.title-and-info .title .title-body .info span {
  font-size: 18px;
  font-weight: 400;
  margin-right: 15px;
  color: #6f7484;
}
.title-and-info .title .title-body .info span svg {
  height: 15px;
  margin-right: 5px;
}
.title-and-info .title .title-body .info .candidate-designation svg {
  color: rgba(36, 109, 248, 0.4);
}
.title-and-info .resume-tools {
  text-align:right;
}
.title-and-info .resume-tools a.btn-primary {
  padding: 12px 22px;
  border-radius: 3px;
  background: #008def;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
}
.title-and-info .resume-tools a.btn-default {
  padding: 12px 22px;
  border-radius: 3px;
  border:1px solid #008def;
  background: #ffffff;
  color: #008def;
  font-size: 1.3rem;
  font-weight: 600;
}
.title-and-info .resume-tools a.btn {
  margin-bottom:10px;
}
.title-and-info .resume-tools a:hover {
  color: #ffffff;
  background: #246df8;
}
.skill-and-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.skill-and-profile label {
  font-size: 16px;
  margin-right: 10px;
}
.skill-and-profile .skill a {
  border: 1px solid rgba(0, 0, 0, 0.05);
  padding: 3px 15px;
  margin-right: 5px;
  border-radius: 3px;
}
.skill-and-profile .skill a:hover {
  background: #246df8;
  border-color: #246df8;
  color: #ffffff;
}
.skill-and-profile .social-profile a {
  font-size: 18px;
  margin-right: 15px;
  color: #828794;
}
.skill-and-profile .social-profile a:hover {
  color: #246df8;
}
.details-information {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.details-section {
  padding-left: 30px;
}
.details-section h4 {
  font-size: 20px;
  position: relative;
  padding-bottom: 20px;
}
.details-section h4 i {
  height: 22px;
  position: absolute;
  top: 0;
  left: -30px;
  color: #aaa;
}
.details-section p {
  color: #6f7484;
}
.details-section p + p {
  margin-top: 20px;
}
.details-section + .details-section {
  margin-top: 60px;
}
.edication-background .education-label {
  position: relative;
  padding-left: 25px;
}
.edication-background .education-label:before {
  position: absolute;
  content: '';
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #246df8;
  top: 7px;
  left: 0;
}
.edication-background .education-label .study-year {
  font-size: 18px;
  color: #6f7484;
  margin-bottom: 5px;
  display: inline-block;
}
.edication-background .education-label h5 {
  color: #232630;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.edication-background .education-label h5 span {
  font-weight: 400;
  color: #6f7484;
  margin-left: 10px;
}
.edication-background .education-label + .education-label {
  margin-top: 20px;
}
.experience .experience-section {
  position: relative;
  padding-left: 25px;
}
.experience .experience-section:before {
  position: absolute;
  content: '';
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #246df8;
  top: 10px;
  left: 0;
}
.experience .experience-section .service-year {
  font-size: 18px;
  color: #6f7484;
  margin-bottom: 5px;
  display: inline-block;
}
.experience .experience-section h5 {
  color: #232630;
  font-size: 18px;
  margin-bottom: 10px;
}
.experience .experience-section h5 span {
  color: #6f7484;
  margin-left: 10px;
}
.experience .experience-section + .experience-section {
  margin-top: 20px;
}
.special-qualification ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
.special-qualification ul li {
  font-size: 18px;
  color: #6f7484;
  position: relative;
  padding-left: 20px;
}
.special-qualification ul li i {
  position: absolute;
  font-weight: 900;
  top: 3px;
  left: 0;
  font-size: 14px;
  color: #aaa;
}
.special-qualification ul li + li {
  margin-top: 8px;
}
.information {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(247, 249, 252, 0)), to(#f7f9fc));
  background-image: -webkit-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: -o-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: linear-gradient(to left, rgba(247, 249, 252, 0), #f7f9fc);
}
.information h4 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.information ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
.information ul li {
  font-size: 16px;
  color: #6f7484;
}
.information ul li span {
  font-weight: 500;
  margin-right: 5px;
  color: #232630;
}
.information ul li + li {
  margin-top: 8px;
}

@media all and (max-width: 767px) {
  .candidate .body {
    display: block;
  }
  .candidate .body .button-area {
    margin-top: 20px;
  }
  .title-and-info {
    display: block;
  }
  .title-and-info .resume-tools {
    margin-top: 30px;
  }
  .skill-and-profile {
    display: block;
  }
  .skill-and-profile .social-profile {
    margin-top: 20px;
  }
  .portfolio-slider .owl-item.active .portfolio-item:before {
    height: 0;
    width: 0;
  }
  .candidate-details {
    padding: 20px;
  }
  .contact-form-modal.show {
    display: block !important;
  }
  .contact-form-modal.show .modal-dialog {
    padding: 50px 15px;
    margin: 0 auto;
  }
  .contact-form-modal .modal-body form .form-group {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 575px) {
  .candidate-filter-result.grid {
    display: block;
  }
  .candidate-filter-result.grid:before {
    height: 0;
    width: 0;
  }
  .candidate.half-grid {
    width: 100%;
  }
}

@media all and (max-width: 439px) {
  .candidate {
    display: block;
  }
  .candidate .thumb + .body {
    padding-left: 0;
    margin-top: 15px;
  }
  .title-and-info .title {
    display: block;
  }
  .title-and-info .title .thumb + .title-body {
    padding-left: 0;
    margin-top: 20px;
  }
  .skill-and-profile .skill a {
    margin-bottom: 10px;
  }
}

/*---------------------------------------------
	08.0 Company Style
---------------------------------------------*/
.company-wrap {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(36, 109, 248, 0.03)));
  background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(36, 109, 248, 0.03));
  background-image: -o-linear-gradient(bottom, #ffffff, rgba(36, 109, 248, 0.03));
  background-image: linear-gradient(to top, #ffffff, rgba(36, 109, 248, 0.03));
  padding: 30px 10px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.company-wrap .thumb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 30px;
  max-width: 120px;
  margin: 0 auto 20px;
}

.company-wrap .body h4 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}

.company-wrap .body span {
  display: block;
  font-size: 18px;
  font-weight: 400;
  color: #6f7484;
}

.company-wrap .body .button {
  background: rgba(36, 109, 248, 0.1);
  color: #246df8;
  border-radius: 3px;
  padding: 8px 20px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.company-wrap:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}

.company-wrap:hover .body h4 {
  color: #246df8;
}

.company-wrap:hover .body .button {
  background: #246df8;
  color: #ffffff;
}

/*---------------------------------------------
	18.0 Progress-bar Style
---------------------------------------------*/
.professonal-skill .progress-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.professonal-skill .progress-group .progress-item {
  width: calc(50% - 15px);
  margin-top: 10px;
}
.professonal-skill .progress-group .progress-item .progress-body {
  position: relative;
}
.professonal-skill .progress-group .progress-item .progress-body .progress {
  border-radius: 0;
  background: #f0f5fb;
  height: 5px;
}
.professonal-skill .progress-group .progress-item .progress-body .progress .progress-bar {
  background: #246df8;
}
.professonal-skill .progress-group .progress-item .progress-body .progress-to {
  position: absolute;
  top: -25px;
  right: 0;
}
.professonal-skill .progress-group .progress-item:nth-child(2n) {
  flex-break: before;
}
@media all and (max-width: 767px) {
  .professonal-skill .progress-group {
    display: block;
  }
  .professonal-skill .progress-group .progress-item {
    width: 100%;
    margin-top: 20px;
  }
}

/*----------------------------------------------
  19.0 Pagination Style
-----------------------------------------------*/
.pagination-list .pagination {
  padding: 40px 0 30px;
  margin: 0;
  display: block;
  font-size: 0;
}

.pagination-list .pagination.navigation {
  margin-top: 10px;
}

.pagination-list .pagination.navigation.padding-top-60 {
  margin-top: 0;
}

.pagination-list .pagination .nav-links .page-numbers {
  height: 35px;
  min-width: 35px;
  padding: 0 8px;
  margin: 0 5px;
  line-height: 35px;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  font-weight: 400;
  color: #008def;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: relative;
  cursor:pointer;
}
.pagination-list .pagination .nav-links .page-numbers:hover {
  color: #246df8;
}
.pagination-list .pagination .nav-links .page-numbers:last-child:before {
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.pagination-list .pagination .nav-links .page-numbers.current {
  color: #ffffff;
  background: #246df8;
  border-color: #246df8;
}
.pagination-list .pagination .nav-links .page-numbers.disabled {
  color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6
}

.pagination-list .pagination .next,
.pagination-list .pagination .prev {
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #f9fbfe;
}

@media all and (max-width: 767px) {
  .pagination-list .pagination .nav-links .page-numbers {
    height: 32px;
    width: 32px;
    line-height: 32px;
    margin: 0 3px;
  }
}


/*---------------------------------------------
	company Details
---------------------------------------------*/
.company-details {
  background: #ffffff;
  padding: 30px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
}

.company-details .title-and-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.company-details .title-and-info .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.company-details .title-and-info .title .thumb {
  width: 100px;
  height: 100px;
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  overflow: hidden;
  position: relative;
}
.company-details .title-and-info .title .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.company-details .title-and-info .title .thumb + .title-body {
  padding-left: 20px;
}
.company-details .title-and-info .title .title-body h4 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 15px;
}
.company-details .title-and-info .title .title-body .info span {
  font-size: 18px;
  font-weight: 400;
  margin-right: 15px;
  color: #6f7484;
}
.company-details .title-and-info .title .title-body .info span svg {
  height: 15px;
  margin-right: 5px;
  color: #aaa;
}
.company-details .title-and-info .resume-tools a.btn-primary {
  padding: 12px 22px;
  border-radius: 3px;
  background: #008def;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
}
.company-details .title-and-info .resume-tools a.btn-default {
  padding: 12px 22px;
  border-radius: 3px;
  border:1px solid #008def;
  background: #ffffff;
  color: #008def;
  font-size: 1.3rem;
  font-weight: 600;
}

.open-job .job-list {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  width: 100%;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
   padding: 30px 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.open-job .job-list .body {
  padding-left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.open-job .job-list .body .content h4 {
  font-size: 18px;
  color: #232630;
}
.open-job .job-list .body .content .info span {
  margin-right: 15px;
  font-size: 14px;
  color: #6f7484;
}
.open-job .job-list .body .content .info span i {
  height: 15px;
  color: #aaa;
  margin-right:5px;
}
.open-job .job-list .body .more .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.open-job .job-list .body .more .buttons .button {
  padding: 6px 20px;
  font-weight: 500;
  font-size: 14px;
  margin-left: 20px;
  background: #f9f9f9;
  border: 1px solid rgba(0, 0, 0, 0.08);
}
.open-job .job-list .body .more .buttons .button:hover {
  color: #ffffff;
  background: #246df8;
  border-color: #246df8;
}
.open-job .job-list .body .more .price {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
  text-align: center;
  color:#f90;
}
.open-job .job-list:hover {
  background: #ffffff;
  border-top-color: transparent;
  -webkit-box-shadow: 0px 15px 40px 0px rgba(237, 237, 237, 0.4);
  box-shadow: 0px 15px 40px 0px rgba(237, 237, 237, 0.4);
}
.open-job .job-list:hover + .job-list {
  border-top-color: transparent;
}
.open-job .job-list:hover .body .content h4 {
  color: #246df8;
}


.company-details .job-location {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(247, 249, 252, 0)), to(#f7f9fc));
  background-image: -webkit-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: -o-linear-gradient(right, rgba(247, 249, 252, 0), #f7f9fc);
  background-image: linear-gradient(to left, rgba(247, 249, 252, 0), #f7f9fc);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 3px;
  margin-top: 50px;
  padding: 30px;
}

.company-details .job-location h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}

.company-details .job-location .cp-map {
  height: 250px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

@media all and (max-width: 991px) {
  .company-details .title-and-info {
    display: block;
  }
  .company-details .title-and-info .resume-tools {
    margin-top: 20px;
  }
  .company-details .title-and-info .resume-tools a {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 767px) {

  .company-details .details-section{padding-left:0;}
  .employer .body {
    display: block;
  }
  .employer .body .button-area {
    margin-top: 20px;
  }
  .company-details {
    padding: 20px;
  }
  .candidate-details .title-and-info .title,.company-details .title-and-info .title{text-align:center;}
  .candidate-details .title-and-info .title .thumb,.company-details .title-and-info .title .thumb{margin:auto;}
  .candidate-details .title-and-info .resume-tools,.company-details .title-and-info .resume-tools{text-align:center;}

  .open-job .job-list .body{display:block;}
  .open-job .job-list .body .content .info span{display:block;}
  .open-job .job-list .body .more{text-align:center;}
  .open-job .job-list .body .more .price{text-align:left;}
  .open-job .job-list .body .more .buttons{display:block;text-align:left;}
  .open-job .job-list .body .more .buttons .button{margin:0;}
}

@media all and (max-width: 439px) {
  .employer {
    display: block;
  }
  .employer .thumb + .body {
    padding-left: 0;
    margin-top: 15px;
  }
  .employer .body {
    width: 100%;
  }
  .company-details .title-and-info .title {
    display: block;
  }
  .company-details .title-and-info .title .thumb + .title-body {
    padding-left: 0;
  }
  .information {
    padding: 20px;
  }
  .information h4 {
    margin-bottom: 20px;
  }
}

/*---------------------------------------------
	22.0 About Style
---------------------------------------------*/
.others-block {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
}

.about-company {
  padding: 60px 30px;
  background: url(../images/bg/bg-map.jpg) no-repeat center;
  background-size: cover;
}

.feature-content h3 {
  font-weight: 600;
  font-size: 2.6rem;
  margin-bottom: 30px;
}

.feature-content p {
  color: #6f7484;
}

.feature-content p + p {
  margin-top: 20px;
}

.feature-content .button {
  background: #246df8;
  color: #ffffff;
  border-radius: 3px;
  font-weight: 500;
  font-size: 18px;
  padding: 11px 30px;
  margin-top: 20px;
}

.infobox-wrap {
  padding: 0 30px 60px;
}

.info-box {
  position: relative;
  padding-left: 65px;
  padding-bottom: 30px;
}

.info-box:before {
  position: absolute;
  content: '';
  top: 60px;
  left: 25px;
  bottom: 30px;
  width: 2px;
  border-left: 2px dashed rgba(0, 0, 0, 0.08);
}

.info-box .icon {
  position: absolute;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  left: 0;
  top: 0;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.info-box .icon svg {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #246df8;
}

.info-box h4 {
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 10px;
}

.info-box p {
  color: #6f7484;
}

@media all and (max-width: 991px) {
  .feature-content {
    margin-top: 30px;
  }
}

/*---------------------------------------------
	23.0 Working Process Style
---------------------------------------------*/
.how-it-work {
  padding: 60px 30px;
}
.working-process {
  position: relative;
  overflow: hidden;
}
.working-process:before {
  position: absolute;
  content: url(../images/dot.png);
  top: 35px;
  left: 13px;
}
.working-process h3 {
  font-size: 18px;
  padding-bottom: 15px;
}
.working-process h3 span {
  color: #246df8;
  margin-right: 10px;
}
.working-process p {
  padding-left: 47px;
  color: #6f7484;
}
.working-process + .working-process {
  margin-top: 60px;
}
@media all and (max-width: 991px) {
  .working-process-thumb {
    margin-bottom: 50px;
  }
}

/*---------------------------------------------
	24.0 FAQ Style
---------------------------------------------*/
.faq-tab {
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 0;
  margin-bottom: 60px;
}

.faq-tab .nav-item {
  margin-bottom: 0;
}

.faq-tab .nav-item .nav-link {
  color: #6f7484;
  background: transparent;
  border: 0;
  padding: 10px 40px 15px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.faq-tab .nav-item .nav-link:before {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 2px;
  width: 100%;
  background: #ebebeb;
}

.faq-tab .nav-item .nav-link:hover, .faq-tab .nav-item .nav-link:focus {
  display: block;
}

.faq-tab .nav-item .nav-link.active {
  background: transparent;
  color: #246df8;
}

.faq-tab .nav-item .nav-link.active:before {
  background: #246df8;
}

.card {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.card .card-header {
  padding: 0;
  border-bottom: 0;
  background: transparent;
}

.card .card-header h5 .btn-link {
  padding: 20px 30px 20px 0;
  font-size: 18px;
  font-weight: 500;
  color: #101725;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  white-space: normal;
}

.card .card-header h5 .btn-link:before {
  position: absolute;
  top: 22px;
  right: 0;
  content: "\F374";
  font-family: "Material Design Icons";
  font-size: 18px;
  height: 25px;
  width: 25px;
  line-height: 25px;
  text-align: center;
  border-radius: 50%;
  color: #6f7484;
  border: 1px solid rgba(0, 0, 0, 0.08);
}

.card .card-header h5 .btn-link.collapsed:before {
  content: "\e61a";
}

.card .card-header h5 .btn-link:hover, .card .card-header h5 .btn-link:focus {
  text-decoration: none;
}

.card .card-body {
  padding: 0;
  padding-bottom: 20px;
}

.card .card-body p {
  font-size: 16px;
  color: #6f7484;
}

.card .card-body p a {
  color: #246df8;
}

.card .card-body p + p {
  margin-top: 20px;
}

.accordion .card:first-of-type,
.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.quick-contact {
  padding: 0 30px;
  text-align: center;
}

.quick-contact .icon {
  margin-bottom: 30px;
}

.quick-contact h4 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.quick-contact p {
  font-size: 18px;
  color: #6f7484;
}

.quick-contact .buttons {
  margin-top: 20px;
}

.quick-contact .buttons a {
  padding: 8px 25px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 500;
  margin: 0 8px 10px;
}

.quick-contact .buttons a.email {
  background: #246df8;
  color: #ffffff;
}

.quick-contact .buttons a.chat {
  background: rgba(25, 187, 76, 0.15);
  color: #19bb4c;
}

.quick-contact .call {
  margin-top: 15px;
  font-size: 18px;
}

.quick-contact .call span {
  font-size: 1.6rem;
  color: #246df8;
}

@media all and (max-width: 767px) {
  .faq-tab {
    display: block;
  }
  .faq-tab .nav-item .nav-link {
    padding: 15px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.08);
  }
  .faq-tab .nav-item .nav-link.active {
    border-color: #246df8;
  }
  .faq-tab .nav-item .nav-link:before {
    height: 0;
    width: 0;
  }
  .faq-tab .nav-item + .nav-item {
    margin-top: 15px;
  }
}

/*---------------------------------------------
	25.0 Blog Style
---------------------------------------------*/
.blog-post-wrapper {
  background: #ffffff;
  padding: 60px 30px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
}

.blog-post-wrapper .pagination-list .pagination {
  padding-bottom: 0;
}

.blog-post-wrapper .pagination-list .pagination.padding-top-10 {
  padding-top: 10px;
}

.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.blog-list .info {
  width: 220px;
}

.blog-list .info span {
  display: block;
  font-size: 18px;
  color: #6f7484;
}

.blog-list .info span svg {
  height: 15px;
  width: 15px;
  margin-right: 7px;
  color: #aaa;
}

.blog-list .info span.date {
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.blog-list .info span.author {
  margin-bottom: 10px;
}

.blog-list .info span.author:hover {
  color: #246df8;
}

.blog-list .content {
  width: auto;
  max-width: 700px;
}

.blog-list .content h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.blog-list .content p {
  color: #6f7484;
}

.blog-list .read-more {
  min-width: 150px;
  margin-left: auto;
  text-align: right;
}

.blog-list .read-more .button {
  background: rgba(36, 109, 248, 0.15);
  color: #246df8;
  border: 0;
  border-radius: 3px;
  padding: 10px 25px;
  font-weight: 500;
}

.blog-list .read-more .button:hover {
  background: #246df8;
  color: #ffffff;
}

.blog-list + .blog-list {
  margin-top: 50px;
}

.blog-grid {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  margin-bottom: 30px;
  overflow: hidden;
}

.blog-grid .thumb {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.blog-grid .thumb img {
  width: auto;
  max-width: 100%;
  min-height: 100%;
}

.blog-grid .body {
  padding: 30px;
  padding-left: 80px;
  position: relative;
  z-index: 2;
}

.blog-grid .body:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 30px;
  right: 30px;
  height: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.blog-grid .body .date {
  position: absolute;
  top: 30px;
  left: 30px;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 1.3;
}

.blog-grid .body .date span {
  display: block;
  font-size: 18px;
  color: #246df8;
  text-transform: uppercase;
}

.blog-grid .body h3 {
  font-size: 1.6rem;
  font-weight: 600;
  padding-bottom: 10px;
}

.blog-grid .body p {
  color: #6f7484;
}

.blog-grid .thumb + .body {
  color: #ffffff;
}

.blog-grid .thumb + .body:before {
  background: rgba(255, 255, 255, 0.15);
}

.blog-grid .thumb + .body p {
  color: rgba(255, 255, 255, 0.7);
}

.blog-grid .thumb + .body + .info {
  color: #ffffff;
}

.blog-grid .thumb + .body + .info .author, .blog-grid .thumb + .body + .info .comments {
  color: rgba(255, 255, 255, 0.7);
}

.blog-grid .info {
  position: relative;
  z-index: 2;
  padding: 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #6f7484;
}

.blog-grid .info svg {
  height: 14px;
  width: 14px;
  margin-right: 7px;
  color: #aaa;
}

.blog-details-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 30px;
}

.blog-details-wrapper .info {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}

.blog-details-wrapper .info span {
  display: block;
  color: #6f7484;
}

.blog-details-wrapper .info span.date {
  font-size: 1.6rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.blog-details-wrapper .info span.author {
  margin-bottom: 10px;
}

.blog-details-wrapper .info span svg {
  height: 15px;
  width: 15px;
  margin-right: 7px;
  color: #aaa;
}

.blog-details-wrapper .post-content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
  word-wrap: break-word;
}

.blog-details-wrapper .post-content h2 {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.blog-details-wrapper .post-content p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  color: #6f7484;
}

.blog-details-wrapper .post-content img {
  border-radius: 3px;
}

.blog-details-wrapper .post-content blockquote {
  font-size: 16px;
  text-align: center;
  color: #232630;
  max-width: 700px;
  margin: 0 auto;
}

.blog-details-wrapper .post-content p + p,
.blog-details-wrapper .post-content p + img,
.blog-details-wrapper .post-content img + p,
.blog-details-wrapper .post-content img + blockquote,
.blog-details-wrapper .post-content blockquote + p {
  margin-top: 30px;
}

.blog-details-wrapper .post-content .images {
  padding: 0 0 30px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.blog-details-wrapper .post-content .images .image {
  margin-top: 30px;
  width: 48%;
}

.blog-post-details-container {
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
}

.post-meta {
  background: #f7f9fc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.post-meta:before, .post-meta:after {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(0, 0, 0, 0.08);
  content: '';
}

.post-meta:before {
  left: 33.33%;
}

.post-meta:after {
  right: 33.33%;
}

.post-meta .post-author {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-meta .post-author .avatar {
  width: 70px;
  height: 70px;
  border: 5px solid #ffffff;
  border-radius: 50%;
  overflow: hidden;
}

.post-meta .post-author .name {
  padding-left: 20px;
}

.post-meta .post-author .name p {
  margin-bottom: 0;
  color: #6f7484;
}

.post-meta .post-author .name h5 {
  font-size: 1.6rem;
  font-weight: 600;
}

.post-meta .post-tag {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 40px;
}

.post-meta .post-tag h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #232630;
}

.post-meta .post-tag .tags a {
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 3px 10px;
  font-size: 12px;
}

.post-meta .post-tag .tags a:hover {
  border-color: #246df8;
  color: #246df8;
}

.post-meta .post-share {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 40px;
}

.post-meta .post-share h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #232630;
}

.post-meta .post-share .social-buttons a {
  border-radius: 50%;
  font-size: 1.3rem;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  margin-right: 5px;
}

.post-meta .post-share .social-buttons a.facebook {
  background: #3b5998;
}

.post-meta .post-share .social-buttons a.twitter {
  background: #1da1f2;
}

.post-meta .post-share .social-buttons a.google {
  background: #ea4335;
}

.post-meta .post-share .social-buttons a.linkedin {
  background: #0077b5;
}

.post-meta .post-share .social-buttons a.pinterest {
  background: #bd081c;
}

.post-meta .post-share .social-buttons a.instagram {
  background: #fd1d1d;
}

.post-comment-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.post-comment-block .comment-respond,
.post-comment-block .comment-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 60px 30px;
}

.post-comment-block .comment-respond h4,
.post-comment-block .comment-area h4 {
  font-size: 18px;
  color: #101725;
  margin-bottom: 20px;
}

.post-comment-block .comment-respond {
  position: relative;
}

.post-comment-block .comment-respond:before {
  position: absolute;
  content: '';
  top: 60px;
  right: 0;
  bottom: 60px;
  width: 1px;
  background: rgba(0, 0, 0, 0.08);
}

.post-comment-block .comment-respond .form-group {
  margin-bottom: 30px;
}

.post-comment-block .comment-respond .form-group .form-control {
  height: 50px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  font-size: 18px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.post-comment-block .comment-respond .form-group .form-control:focus {
  border-bottom-color: #246df8;
}

.post-comment-block .comment-respond .form-group textarea.form-control {
  height: 100px;
}

.post-comment-block .comment-respond .button {
  padding: 10px 30px;
  font-size: 18px;
  color: #ffffff;
}

.post-comment-block .comment-area .comments {
  padding: 0;
  margin: 0;
  list-style: none;
}

.post-comment-block .comment-area .comments .comment .comment-wrap {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.post-comment-block .comment-area .comments .comment .comment-wrap .comment-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post-comment-block .comment-area .comments .comment .comment-wrap .comment-info .commenter-thumb {
  height: 55px;
  width: 55px;
  border-radius: 50%;
  overflow: hidden;
}

.post-comment-block .comment-area .comments .comment .comment-wrap .comment-info .commenter-info {
  padding-left: 20px;
}

.post-comment-block .comment-area .comments .comment .comment-wrap .comment-info .commenter-info span {
  display: block;
}

.post-comment-block .comment-area .comments .comment .comment-wrap .comment-info .commenter-info span.commenter-name {
  font-size: 18px;
  font-weight: 500;
  color: #101725;
}

.post-comment-block .comment-area .comments .comment .comment-wrap .comment-info .commenter-info span.date {
  font-size: 12px;
  color: #6f7484;
}

.post-comment-block .comment-area .comments .comment .comment-wrap .comment-info .reply {
  margin-left: auto;
}

.post-comment-block .comment-area .comments .comment .comment-wrap .comment-info .reply .reply-button {
  font-size: 12px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  text-transform: uppercase;
  color: #6f7484;
  background: #f7f9fc;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  padding: 3px 10px;
}

.post-comment-block .comment-area .comments .comment .comment-wrap .comment-info .reply .reply-button:hover {
  color: #246df8;
  border-color: #246df8;
}

.post-comment-block .comment-area .comments .comment .comment-wrap .comment-info .reply .modal-body .comment-respond:before {
  height: 0;
  width: 0;
}

.post-comment-block .comment-area .comments .comment .comment-wrap .comment-body {
  padding-top: 20px;
  color: #6f7484;
}

.post-comment-block .comment-area .comments .comment .child-comment {
  margin-left: 40px;
  margin-top: 30px;
}

.post-comment-block .comment-area .comments .comment:last-child .comment-wrap {
  border-bottom: 0;
  padding-bottom: 0;
}

.post-comment-block .comment-area .comments .comment:last-child .child-comment .comment:last-child .comment-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 30px;
}

.post-comment-block .comment-area .comments .comment + .comment {
  margin-top: 30px;
}

.post-comment-block .comment-area .view-all {
  margin-top: 20px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #246df8;
  text-decoration: underline;
}

@media all and (max-width: 991px) {
  .blog-list .content {
    max-width: 470px;
  }
  .post-meta .post-author,
  .post-meta .post-tag,
  .post-meta .post-share {
    padding: 20px;
  }
  .post-meta .post-author .avatar {
    height: 50px;
    width: 50px;
  }
  .post-meta .post-author .name {
    padding-left: 12px;
  }
  .post-meta .post-share {
    width: 100%;
  }
  .blog-details-wrapper {
    display: block;
  }
  .blog-details-wrapper .info {
    padding-bottom: 20px;
  }
  .blog-details-wrapper .post-content {
    max-width: 100%;
  }
}

@media all and (max-width: 767px) {
  .blog-list {
    display: block;
  }
  .blog-list .content {
    max-width: 100%;
    padding: 20px 0;
  }
  .blog-list .read-more {
    margin-left: 0;
    text-align: left;
  }
  .post-meta {
    display: block;
    padding: 20px 0;
  }
  .post-meta:before, .post-meta:after {
    height: 0;
    width: 0;
  }
  .post-comment-block {
    display: block;
  }
}

@media all and (max-width: 439px) {
  .blog-post-wrapper {
    padding: 60px 20px;
  }
  .blog-grid .body {
    padding: 20px;
    padding-left: 60px;
  }
  .blog-grid .body:before {
    left: 20px;
    right: 20px;
  }
  .blog-grid .body .date {
    top: 20px;
    left: 20px;
  }
  .blog-grid .info {
    padding: 10px 20px;
  }
  .blog-details-wrapper .post-content .images {
    display: block;
  }
  .blog-details-wrapper .post-content .images .image {
    width: 100%;
  }
  .post-comment-block .comment-area .comments .comment .child-comment {
    margin-left: 20px;
  }
}
/*---------------------------------------------
	27.0 Payment Style
---------------------------------------------*/
.block-wrapper {
  background: #ffffff;
  padding: 60px 30px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
}

.checkout-form label {
  font-size: 18px;
  color: #6f7484;
}

.checkout-form .package-select {
  display: block;
  padding-bottom: 10px;
}

.checkout-form .package-select .package-select-inputs {
  width: 100%;
}

.checkout-form .package-select .package-select-inputs .form-group {
  margin-bottom: 20px;
}

.checkout-form .payment-method {
  padding-top: 60px;
  padding-bottom: 20px;
}

.checkout-form .payment-method a {
  padding: 5px 15px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  background: #f7f9fc;
  color: #6f7484;
  margin-right: 10px;
  margin-bottom: 10px;
}

.checkout-form .payment-method a i {
  margin-right: 7px;
}

.checkout-form .payment-method a.active, .checkout-form .payment-method a:hover {
  background: #246df8;
  color: #ffffff;
  border-color: #246df8;
}

.checkout-form .form-group {
  margin-bottom: 30px;
}

.checkout-form .form-group .form-control {
  height: 50px;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 0;
  font-size: 18px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.checkout-form .form-group .form-control:focus {
  border-bottom-color: #246df8;
}

.checkout-form .terms label {
  color: #6f7484;
}

.checkout-form .terms label a {
  color: #246df8;
  text-decoration: underline;
}

.checkout-form .button {
  background: #246df8;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 500;
  font-size: 18px;
  border: 0;
  border-radius: 3px;
}

.payment-summery {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#f7f9fc));
  background-image: -webkit-linear-gradient(right, #ffffff, #f7f9fc);
  background-image: -o-linear-gradient(right, #ffffff, #f7f9fc);
  background-image: linear-gradient(to left, #ffffff, #f7f9fc);
}

.payment-summery h4 {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
}

.payment-summery ul {
  padding: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  margin: 0;
  list-style: none;
}

.payment-summery ul li {
  color: #6f7484;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.payment-summery ul li .amount {
  font-weight: 500;
}

.payment-summery ul li + li {
  margin-top: 10px;
}

.payment-summery .total-amount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #6f7484;
  font-size: 18px;
  padding-top: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.payment-summery .total-amount .amount {
  font-weight: 500;
  color: #246df8;
}

.payment-result {
  text-align: center;
  color: #6f7484;
}

.payment-result .icon {
  height: 100px;
  width: 100px;
  background: #246df8;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  margin: 0 auto;
}

.payment-result .icon svg {
  color: #ffffff;
  height: 40px;
  width: 40px;
}

.payment-result h3 {
  font-size: 2.6rem;
  margin-top: 30px;
  margin-bottom: 10px;
  color: #101725;
}

.payment-result h3 span {
  color: #246df8;
  text-decoration: underline;
}

.payment-result > p {
  font-size: 18px;
  font-weight: 400;
  color: #6f7484;
}

.payment-result .result {
  margin-top: 60px;
  margin-bottom: 120px;
  border: 1px solid rgba(36, 109, 248, 0.15);
  border-radius: 3px;
  background: #f4f8ff;
  padding: 15px 20px;
  display: inline-block;
}

.payment-result .view-invoice {
  background: #e9f0fe;
  border: 0;
  border-radius: 3px;
  font-weight: 500;
  font-size: 18px;
  color: #246df8;
  padding: 14px 30px;
}

.payment-result .view-invoice:hover {
  background: #246df8;
  color: #ffffff;
}

.invoice {
  background: #ffffff;
  padding: 60px 30px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
}

.invoice-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.invoice-header .logo-area {
  background: #246df8;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 10px 0;
  position: relative;
  margin-right: 15px;
}

.invoice-header .logo-area:before {
  position: absolute;
  content: '';
  top: 0;
  left: -30px;
  bottom: 0;
  width: 30px;
  background: #246df8;
}

.invoice-header .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.invoice-header .title span {
  font-size: 6.0rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 100;
  color: #6f7484;
}

.invoice-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.invoice-info .left-info h6 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}

.invoice-info .left-info .name {
  font-weight: 500;
  margin-bottom: 10px;
}

.invoice-info .left-info p {
  max-width: 250px;
}

.invoice-info .right-info ul {
  padding: 0;
  margin: 0;
  min-width: 170px;
  list-style: none;
}

.invoice-info .right-info ul li {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #6f7484;
}

.invoice-info .right-info ul li .title {
  font-weight: 500;
  color: #101725;
}

.invoice-table {
  padding-top: 60px;
  margin-bottom: 60px;
  overflow-x: auto;
}

.invoice-table table {
  min-width: 400px;
}

.invoice-table table thead {
  width: 100%;
}

.invoice-table table thead tr {
  width: 100%;
}

.invoice-table table tr th {
  background: #f2f2f2;
  border-bottom: 0;
  border-top: 0;
  padding: 10px;
}

.invoice-table table tr td {
  padding: 15px;
  border-top: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.invoice-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.invoice-footer .invoice-by {
  color: #6f7484;
}

.invoice-footer .invoice-by h4 {
  font-size: 18px;
  color: #101725;
  margin-bottom: 30px;
}

.invoice-footer .invoice-by .name {
  font-size: 18px;
  margin-bottom: 10px;
  color: #101725;
}

.invoice-footer .invoice-by .invoice-contact span {
  display: block;
}

.invoice-footer .invoice-by .invoice-contact span a {
  color: #246df8;
}

.invoice-footer .bill ul {
  width: 170px;
  padding: 0;
  margin: 0;
  margin-left: auto;
  list-style: none;
}

.invoice-footer .bill ul li {
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.invoice-footer .bill ul li .title {
  font-weight: 500;
  color: #101725;
}

.invoice-footer .bill .total {
  margin-top: 30px;
  background: #246df8;
  color: #ffffff;
  min-width: 200px;
  padding: 10px 0 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.invoice-footer .bill .total:before {
  position: absolute;
  content: '';
  top: 0;
  right: -30px;
  width: 30px;
  bottom: 0;
  background: #246df8;
}

.invoice-print {
  text-align: center;
  margin-top: 40px;
}

.invoice-print a {
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 3px;
  background: #ffffff;
  color: #6f7484;
  padding: 10px 30px;
  font-weight: 500;
}

.invoice-print a:hover {
  background: #246df8;
  color: #ffffff;
}

.invoice-print a svg {
  height: 15px;
  width: 15px;
  margin-right: 7px;
}

.terms-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.03);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.terms-container .terms-sidebar {
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#f7f9fc));
  background-image: -webkit-linear-gradient(left, #ffffff, #f7f9fc);
  background-image: -o-linear-gradient(left, #ffffff, #f7f9fc);
  background-image: linear-gradient(to right, #ffffff, #f7f9fc);
  padding: 30px;
  width: 25%;
}

.terms-container .terms-sidebar h5 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.terms-container .terms-sidebar h5 svg {
  height: 15px;
  width: 15px;
  margin-right: 7px;
  color: #aaa;
}

.terms-container .terms-sidebar .sidebar-menu {
  padding: 0;
  padding-bottom: 10px;
  margin: 0;
  list-style: none;
}

.terms-container .terms-sidebar .sidebar-menu li {
  padding: 5px 0;
  position: relative;
}

.terms-container .terms-sidebar .sidebar-menu li a {
  color: #6f7484;
  font-weight: 400;
  font-size: 18px;
  padding: 5px 0;
}

.terms-container .terms-sidebar .sidebar-menu li:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: rgba(0, 0, 0, 0.08);
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.terms-container .terms-sidebar .sidebar-menu li:hover a {
  color: #246df8;
}

.terms-container .terms-sidebar .sidebar-menu li:hover:before {
  width: 100%;
}

.terms-container .terms-sidebar .signin-option {
  background: rgba(36, 109, 248, 0.15);
  border: 1px solid rgba(36, 109, 248, 0.4);
  border-radius: 3px;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 0;
}

.terms-container .terms-sidebar .signin-option .buttons .signin {
  background: #246df8;
  border-radius: 3px;
  color: #ffffff;
  padding: 8px 20px;
  margin-right: 10px;
  font-weight: 500;
}

.terms-container .terms-sidebar .signin-option .buttons .register {
  color: #246df8;
  font-weight: 500;
  text-decoration: underline;
}

.terms-container .terms-content-wrapper {
  width: 75%;
  padding: 20px;
  background: #ffffff;
}

.policy-tab .nav-tabs {
  font-size: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.08);
}

.policy-tab .nav-tabs .nav-item {
  margin-bottom: 0;
  border: 0;
}

.policy-tab .nav-tabs .nav-item .nav-link {
  font-size: 1.6rem;
  font-weight: 500;
  color: #6f7484;
  position: relative;
  padding: 6px 20px;
  border: 0;
}

.policy-tab .nav-tabs .nav-item .nav-link:before {
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 2px;
  content: '';
}

.policy-tab .nav-tabs .nav-item .nav-link:focus, .policy-tab .nav-tabs .nav-item .nav-link:hover {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.policy-tab .nav-tabs .nav-item .nav-link.active {
  border: 0;
  color: #246df8;
}

.policy-tab .nav-tabs .nav-item .nav-link.active:before {
  background: #246df8;
}

.policy-tab .tab-content {
  padding: 60px 0;
  color: #6f7484;
}

.policy-tab .tab-content h4 {
  font-size: 18px;
  color: #101725;
  margin-bottom: 20px;
}

.policy-tab .tab-content h5 {
  font-size: 1.6rem;
  color: #101725;
  margin-bottom: 20px;
}

.policy-tab .tab-content p + h5,
.policy-tab .tab-content ul + h5 {
  margin-top: 40px;
}

.policy-tab .tab-content ul {
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style: none;
  font-size: 0;
  padding-left: 40px;
}

.policy-tab .tab-content ul li {
  font-size: 18px;
  position: relative;
}

.policy-tab .tab-content ul li:before {
  position: absolute;
  content: "\F5E0";
  font-family: "Material Design Icons";
  font-weight: 900;
  top: 2px;
  left: -20px;
  color: #aaa;
  font-size: 12px;
}

.policy-tab .tab-content ul li + li {
  margin-top: 8px;
}

.policy-tab .tab-content .substyle {
  padding-left: 20px;
}

.policy-tab .tab-content .substyle li:before {
  content: '';
}

.policy-tab .tab-content .substyle li span {
  font-size: 18px;
  font-weight: 600;
  color: #101725;
}

.policy-tab .tab-content .substyle li span:before {
  content: "\F35F";
  font-family: "Material Design Icons";
  font-weight: 900;
  margin-right: 5px;
}

@media all and (max-width: 991px) {
  .payment-summery {
    margin-top: 60px;
  }
  .terms-container {
    display: block;
  }
  .terms-container .terms-content-wrapper {
    width: 100%;
  }
  .terms-container .terms-sidebar {
    width: 100%;
  }
}

@media all and (max-width: 539px) {
  .invoice-header .logo-area img {
    height: 30px;
  }
  .invoice-header .title span {
    font-size: 3.0rem;
  }
  .invoice-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .invoice-info .left-info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .invoice-info .right-info {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 20px;
  }
  .invoice-info .right-info ul li {
    padding: 0;
  }
  .invoice-footer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .invoice-footer .invoice-by {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .invoice-footer .bill {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 20px;
  }
  .invoice-footer .bill .total {
    margin-top: 10px;
  }
}

@media all and (max-width: 479px) {
  .policy-tab .nav-tabs {
    display: block;
    border-bottom: 0;
  }
  .policy-tab .nav-tabs .nav-item {
    width: 100%;
    text-align: center;
  }
  .policy-tab .nav-tabs .nav-item .nav-link {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 3px;
  }
  .policy-tab .nav-tabs .nav-item .nav-link.active {
    border: 1px solid #246df8;
    border-radius: 3px;
    color: #246df8;
  }
  .policy-tab .nav-tabs .nav-item .nav-link.active:before {
    height: 0;
    width: 0;
  }
  .policy-tab .nav-tabs .nav-item + .nav-item {
    margin-top: 15px;
  }
}




/*************************
          Resume
*************************/
.resume .section-title { margin-bottom:30px; }
.resume .section-title h2 { margin-bottom: 0px; }
.resume h2 { font-weight: 600; margin-bottom: 50px; }
.resume-block { margin-bottom: 30px; }
.resume-block .resume-icon { float: left; margin-right: 30px; }
.resume-block .resume-icon  span { font-size: 40px; color: #9ea8b6; line-height: 50px; }
.resume-block .resume-name { display: table-cell; }
.resume-block .resume-name h3 { margin-top: 0px; margin-bottom: 5px; color: #07cb79; font-weight: 600; }
.resume-block .resume-name span { color: #9ea8b6; font-weight: 600; font-size: 18px; }
.resume-block .resume-info h3 { margin-top: 0px; color: #2f3742 ; font-weight:normal; margin-bottom:5px;font-size:14px;line-height:28px; }
.resume-block.clearfix { margin-bottom: 0px; }
.resume-block.clearfix .resume-info p { margin-bottom: 0px; }


div.sharebuttonbox{
	margin:4em 0 0 0;
	padding:0;
	display: inline-block;
}
div.sharebuttonbox > a,
div.sharebuttonbox > div{
	display:inline-block;
	margin:0 1.5em 0 0;
	width:36px;
	height:36px;
	background:url("../images/resume-share-for.png") no-repeat -1px -1px;
}
div.sharebuttonbox .icon-wechat{
	background-position:-1px -1px;
}
div.sharebuttonbox .icon-wechat:hover{
	background-position: -1px -42px;
}
div.sharebuttonbox .icon-qq{
	background-position: -40px -1px;
}
div.sharebuttonbox .icon-qq:hover{
	background-position: -40px -42px;
}
div.sharebuttonbox .icon-weibo{
	background-position: -80px -1px;
}
div.sharebuttonbox .icon-weibo:hover{
	background-position: -80px -42px;
}
div.sharebuttonbox .icon-sharemore{
	background-position: -122px -1px;
}
div.sharebuttonbox .icon-sharemore:hover{
	background-position: -122px -42px;
}
.share-container{
    text-align:center;
	display: flex;
	align-items:center;
}
.share-container-left{
	text-align: left;
	display: block;
	align-items: inherit;
}
.share-container .sharebuttonbox{
    margin:0 auto;
}

.share-container .icon-wechat{position:relative;}
.share-container .icon-wechat .wechat-qrcode{display:none;border:1px solid #eee;position:absolute;z-index:9999;top:-205px;left:-82px;width:200px;height:192px;color:#666;font-size:12px;text-align:center;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms}
.share-container .icon-wechat .wechat-qrcode.bottom{top:40px;left:-84px}
.share-container .icon-wechat .wechat-qrcode.bottom:after{display:none}
.share-container .icon-wechat .wechat-qrcode h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0;color:#777}
.share-container .icon-wechat .wechat-qrcode .qrcode{width:105px;margin:5px auto 0 auto}
.share-container .icon-wechat .wechat-qrcode .qrcode table{margin:0 !important}
.share-container .icon-wechat .wechat-qrcode .help p{font-weight:normal;line-height:16px;padding:0;margin:0}
.share-container .icon-wechat .wechat-qrcode:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
.share-container .icon-wechat:hover .wechat-qrcode{display:block}
.share-container .icon-wechat .wechat-qrcode.show{display:block}

.share-container .icon-sharemore{position:relative;}
.share-container .icon-sharemore .sharemore-box{display:none;border:1px solid #eee;position:absolute;z-index:9999;top:-175px;left:-48px;width:130px;height:162px;color:#666;font-size:12px;text-align:left;background-color:#fff;box-shadow:0 2px 10px #aaa;transition:all 200ms;-webkit-tansition:all 350ms;-moz-transition:all 350ms}
.share-container .icon-sharemore .sharemore-box.bottom{top:40px;left:-84px}
.share-container .icon-sharemore .sharemore-box.bottom:after{display:none}
.share-container .icon-sharemore .sharemore-box h4{font-weight:normal;height:26px;line-height:26px;font-size:12px;background-color:#f3f3f3;margin:0;padding:0 5px;color:#777}
.share-container .icon-sharemore .sharemore-box:after{content:'';position:absolute;left:50%;margin-left:-6px;bottom:-13px;width:0;height:0;border-width:8px 6px 6px 6px;border-style:solid;border-color:#fff transparent transparent transparent}
.share-container .icon-sharemore:hover .sharemore-box{display:block}
.share-container .icon-sharemore .sharemore-box.show{display:block}
.share-container .icon-sharemore .sharemore-box ul{
    margin: 0;
    padding: 5px 0;
    background: #fff;
    overflow: auto;
    overflow-x: hidden;
    _zoom: 1;
}
.share-container .icon-sharemore .sharemore-box li {
    padding:5px 10px;
    height:30px;
    overflow: hidden;
    list-style: none;
}
.share-container .icon-sharemore .sharemore-box li a {
	position:relative;
	padding-left:25px;
}
.share-container .icon-sharemore .sharemore-box li a::before {
	background-position: 0 0;
    background-image: url(../images/shareicons_small.png);
    background-repeat: no-repeat;
    content:'';
	position:absolute;
	left:0;
	top: 1px;
	width:16px;
	height:16px;
}
.share-container .icon-sharemore .sharemore-box li a.qzone::before {
    background-position: 0 0;
}
.share-container .icon-sharemore .sharemore-box li a.youdaonote::before {
    background-position: 0 -18px;
}
.share-container .icon-sharemore .sharemore-box li a.douban::before {
    background-position: 0 -36px;
}
.share-container .icon-sharemore .sharemore-box li a.copylink::before {
    background-position: 0 -54px;
}


.book-container{
    text-align:center;
	padding:0px 0 50px 0;
}
.book-container a.btn-primary{background:#07cb79;border:1px solid #07cb79;margin-right:10px;}
.book-container a.btn-default.favorited{background:#fff;border:1px solid #07cb79;color:#07cb79;margin-right:10px;}


ul.km-skill{overflow:hidden;padding:15px 0;margin:0;font-size:13px}
ul.km-skill li{list-style:none;float:left;margin-right:10px;border:1px solid #DFF0D8;border-radius:5px;color:#3B763D;padding:0;background-color:#fff;display:block;margin-bottom:10px}
ul.km-skill div{float:left;padding:3px 13px}
ul.km-skill span,ul.km-skill strong{float:left;padding:3px 6px;font-weight:700}
ul.km-skill span{background-color:#DFF0D8;border-left:1px solid #d6e9c6}
ul.km-skill strong{background-color:#d9edf7;color:#31708f;border-left:1px solid #bce8f1}

ul.cooperation-tasks{margin:20px 0 0 0;padding:0;}
ul.cooperation-tasks li{list-style:none;margin:0;padding:0;}
ul.cooperation-tasks li.row{line-height:39px;height:39px;overflow:hidden;font-size:13px;}
ul.cooperation-tasks li.row .col-md-2{text-align:center;}
ul.cooperation-tasks li.row .dev-star{vertical-align:-7px;min-width:140px;}

/* dev-star*/
.dev-star{display:inline-block;background: url("/assets/img/developer-stars.png") 0 -26px no-repeat;width:120px;height:26px;position:relative;}
.dev-star-progress{background: url("/assets/img/developer-stars.png") 0 0 no-repeat;width:0%;height:26px;}

.totle-price {color: #adadad;display: inline-block;font-size: 12px;padding-right: 60px;}
.totle-price > span {color: #347ab6;font-size: 16px;margin-left: 14px;}

.form-horizontal .control-tips {
    font-size: 12px;
    color: #777;
}

/*levels-control*/
ul.levels-control{padding:0;margin:0;overflow:hidden;margin:0;font-size:13px;display:hidden;}
ul.levels-control li{list-style:none;float:left;margin:0 10px 10px 0;height:35px;line-height:27px;border:1px solid #CCCCCC;color:#525252;padding:0;background-color:#F5F5F5;display:block;}
ul.levels-control div{float:left;padding:3px 10px 3px 13px;}
ul.levels-control span{float:left;padding:3px 10px 3px 5px;color:#FF0000;font-weight:bold;cursor:pointer;}
.levels-control-new{width:176px;}
.levels-control-new-row{margin-bottom:10px;}


.home_devpackage{text-align:center;padding:45px 0 45px 0;}
.home_devpackage h2{font-size:26px;padding:0 0 30px 0;margin:0;}
.home_devpackage .home_btn>button{width:200px;border-radius:10px;border:solid 2px #408bca;color:#408bca;font-weight:500;font-size: 24px;background-color:#F5F5F5 }
.home_devpackage .home_btn>button:hover{background-color:#408bca;color:#FFF;}
.home_devpackage .home_btn>a{width: 200px;border-radius: 10px;padding:16px;border: solid 2px #408bca;color: #408bca;font-weight: 500;font-size: 24px;background-color: #F5F5F5 }
.home_devpackage .home_btn>a:hover{background-color:#408bca;color:#FFF;}
.modal-backdrop.show {
    opacity: .5;
    width: 100%;
    height: 100%;
}

.browsehappy{display:block;position:fixed;z-index:99999;background:#d9534f;color:#fff;width:100%;line-height:60px;height:60px;text-align:center;}
.browsehappy .btn{border-radius:5px;padding:5px 15px;background:#ff0000;color:#fff;}
.browsehappy-conrainer{overflow:hidden;margin-bottom:100px;}
.browsehappy-conrainer-content{overflow:hidden;margin:60px 0 60px 0;}
.browsehappy-conrainer-item{width:20%;float:left;text-align:center;}
.browsehappy-icon{background:url(../images/browsehappy-sprite.png) 0 0 no-repeat;width:94px;height:94px;display:inline-block;}
.browsehappy-icon.chrome{background-position:0 0;}
.browsehappy-icon.firefox{background-position:-94px 0;}
.browsehappy-icon.ie{background-position:-188px 0;}
.browsehappy-icon.be360{background-position:-282px 0;}
.browsehappy-icon.qq{background-position:-376px 0;}
.browsehappy-conrainer h1 {
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    line-height: 32px;
    margin: 0;
    padding:20px 0 5px 0;
}
.browsehappy-conrainer-item div{
    margin-bottom:20px;
}
.browsehappy-conrainer .tips{padding:20px 0;text-align:center;}
.browsehappy-conrainer-item a{
    background-color: #008def;
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #008def;
    line-height: 1.5;
    border-radius:30px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    padding: 5px 20px;
    font-size: 14px;
    color: #fff;
}


/*---------------------------------------------
	Hardware Style
---------------------------------------------*/
.hardware-wrap {
  border-radius: 3px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(36, 109, 248, 0.03)));
  background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(36, 109, 248, 0.03));
  background-image: -o-linear-gradient(bottom, #ffffff, rgba(36, 109, 248, 0.03));
  background-image: linear-gradient(to top, #ffffff, rgba(36, 109, 248, 0.03));
  padding: 15px 10px 30px 10px;
  margin-bottom: 30px;
  text-align: center;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.hardware-wrap .thumb {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  padding-bottom: 15px;
  max-width: 120px;
  margin: 0 auto 20px;
}
.hardware-wrap .thumb.max {max-width:100%;border:none;margin-bottom:10px;padding:0;}
.hardware-wrap .body h4 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 500;
}
.hardware-wrap .body span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #6f7484;
  height:60px;
}
.hardware-wrap:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
}
.hardware-wrap:hover .body h4 {
  color: #246df8;
}

.home-request-types{padding:15px 0 35px 0;text-align:center;}
.home-request-types h2{font-size:26px;padding:0 0 30px 0;margin:0;}
.request-types{overflow:hidden;margin:25px auto;}
.request-types .boxitem{width:100%;height:160px;border:2px solid #D7D7D7;border-radius:6px;position:relative;display:inline-block;cursor:pointer;text-align:center;}
.request-types .boxitem span.invent_type_content{display:block;margin:10px 0 0 0;color:#333;font-size:16px;text-align:center;}
.request-types .boxitem .invent_type_icon{width:60px;height:54px;background: url('/assets/img/request-items-v4.png') -8px -15px;margin:20px auto 0 auto;}
.request-types .boxitem .invent_type_icon.web{background-position:-3px -9px;}
.request-types .boxitem .invent_type_icon.android{background-position:-76px -9px;}
.request-types .boxitem .invent_type_icon.ios{background-position:-140px -9px;}
.request-types .boxitem .invent_type_icon.weixin{background-position:-216px -9px;}
.request-types .boxitem .invent_type_icon.mobile{background-position:-308px -9px;}
.request-types .boxitem .invent_type_icon.other{background-position:-385px -9px;}
.request-types .boxitem .invent_type_icon.vr{background-position:-27px -518px;}
.request-types .boxitem .invent_type_icon.ar{background-position:-136px -525px;}
.request-types .boxitem .invent_type_icon.smart{background-position:-244px -525px;}
.request-types .boxitem .invent_type_icon.pc{background-position:-335px -520px;}
.request-types .boxitem .invent_type_icon.small-program{background-position:-428px -527px;}



.service_dev_deature{padding:0 0 30px 0;text-align:center;}
.service_dev_deature h2{font-size:26px;padding:30px 0;margin:0;}
.service_dev_deature img{max-width:100%;margin-top:15px 0;}

.home_guarantee{padding:35px 0 40px 0;text-align:center;}
.home_guarantee h2{font-size:26px;padding:0 0 50px 0;margin:0;}
.home_guarantee img{width:80%;margin:0;max-width:160px;}
.home_guarantee p{margin-top:15px;}