body { background-color: #fff;}

.divider {
	border-top:2px solid #676767;
	margin-bottom:50px
}
/*
 * post nav bar
 */

.header-top-block a {
	color:#777 !important;
}
.header-top-block a:hover {
	color:#777 !important;
}
.nav-row {
	position:relative;
	z-index:3;
}
.nav-dropdown-menu {
	background:#eee;
	box-shadow: 0 4px 8px -2px rgba(0, 0, 0, 0.2), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
	color:#777;
	margin:6px 0 0 -8px;
	position:absolute;
	width:250px;
}
.header-caret-down {
	width:0;
	height:0;
	border-style:solid;
	border-width:5px 5px 0 5px;
	border-color:#777 transparent transparent transparent;
}
.header-caret-up {
	width:0;
	height:0;
	border-style:solid;
	border-width:0 5px 5px 5px;
	border-color:transparent transparent #777 transparent;
}
.header-icon-caret-menu {
	margin:11px 0 0 5px;
}
@media(max-width:1680px) {
	.header-icon-caret-menu {
		margin:9px 0 0 5px;
	}
}
.header-top-block a {
	color:#777;
}
.header-top-block a:hover {
	color:#777;
}
.header-top-block:hover,.header-profile-block:hover {
	background:transparent;
}
.header-user-name {
	color:#777;
}
.dash-user-dd-item {
	color:#777;
}
.dash-user-dd-item:hover {
	color:#fff;
	background:#777;
}
.navbar-kibin {
	background-color:#fff;
	border:none !important;
	font-size:1em;
	z-index:2;
}
.navbar-kibin-logo {
	display:inline-block;
}

.navbar-actions a {
	color:#777;
	padding:0;
}
.navbar-actions a:hover { 
	color:#777;
}
.navbar-login-link,.navbar-signup-link { 
	background-color:inherit!important;
}
.nav-top-icon-menu,.navbar-right {
	margin-top:6px;
}
@media(max-width:1680px) {
	.nav-top-icon-menu,.navbar-actions {
		margin-top:10px;
	}
}
@media(max-width: 600px) {
	.nav-links .nav-link, .nav .nav-more-btn {
		padding-left: 8px;
		padding-right: 8px;
	}
	.nav .nav-more-btn {
		display: inline-block;
		padding: 11px;
	}
	.nav-links-overflow.expanded {
		display: block;
	}
	.nav .nav-link.essay-examples,
	.nav .nav-link.plagiarism-checker,
	.nav .nav-link.thesis-builder {
		display: none;
	}

	.header-top-block { width:100%; }
	.header-icon-caret-menu { margin:8px 0 0 5px }
	.header-caret-down {
		width:0;
		height:0;
		border-style:solid;
		border-width:10px 10px 0 10px;
		border-color:#777 transparent transparent transparent;
	}
}

/*
 * scroll to top
 */

.scrollup{
	display:none;
	position:fixed;
	top:20px;
	right:20px;
	padding:9px 10px;
	border-radius:3px;
	background-color:#fff;
	color:#777;
	z-index:10;
	cursor:pointer;
}

/*
 * hero
 */

.hero-row-bg{
	background-color:#fff;
	color:#fff;
	height:auto;
	background-image:url(https://cdn.kibin.com/images/hero/hero-background-xl.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top;
	padding:1% 0;
	position:relative;
}
@media(max-width:1199px) {
	.hero-row-bg{
		background-image:url(https://cdn.kibin.com/images/hero/hero-background-lg.jpg);
	}
}
@media(max-width:991px) {
	.hero-row-bg{
		height:auto;
		background-image:url(https://cdn.kibin.com/images/hero/hero-background-xs.jpg);
		background-position:top;
		background-color:rgb(102,102,102);
		background-size:contain;
		padding-top:60%;
	}
}
.hero-row-bg h1 {
	font-size: 4em;
	text-shadow: 2px 2px 1px #183d4f;
}
.hero-row-bg h2 {
	font-size:3em;
	font-weight:400 !important;
	line-height:1.25em;
	margin:0 auto;
	margin:40px 0;
}
@media(max-width:2048px) {
	.hero-row-bg h1 {
		font-size:3em;
	}
	.hero-row-bg h2 {
		font-size:2em;
	}
}
@media(max-width:1359px) {
	.hero-row-bg h2 {
		font-size:1.75em;
	}
	.btn-lg {
		font-size:1em !important;
	}
}
@media(max-width:1160px) {
	.hero-row-bg h1 {
		font-size:2.5em;
	}
	.hero-row-bg h2 {
		font-size:1.25em;
	}
}

.head-row{
	position: relative;
	text-align: center;
	padding:30px;
}
.head-row h5{
	font-size: 26px;
	font-weight: 400;
	margin-bottom: -9px;
	color:#FFF;
}
.head-row h2{
	font-size: 38px;
	margin-bottom: 8px;
	color:#FFF;
}
.hero_desc,.hero_img {
	position:relative;
	z-index:3;
}
.hero_desc {
	padding-left:55px;
}
.hero_desc_mobile {
	display:none;
}
@media(max-width:991px) {
	.hero_desc {
		display:none;
	}
	.hero_desc_mobile {
		display:inline-block;
	}
	.hero-row-bg h1 {
		font-size:2.5em;
	}
	.hero-row-bg h2 {
		font-size:1em;
	}
}

.hero_img img {
	margin-right:-45px;
}
.hero_img.paper_feature,.hero_img.magnifying_glass_feature {
	margin-bottom:0 !important;
}
.btn-hero-index {
	box-shadow: 0px 0px 30px #444;
	padding:12px 72px !important;
	font-size:2em !important;
}
@media(max-width:1359px) {
	.btn-hero-index {
		padding:10px 50px !important;
		font-size:1em !important;
	}
}

/*
 * sub head
 */

.sub-head-shadow {
	text-shadow: 2px 2px 4px #676767;
}
.sub-head-quote {
	color:#183d4f;
	font-size:3.5em;
	font-weight:900;
}
.sub-head-text {
	font-size:1.5em;
	margin-top:20px;
}
.sub-head-text-bottom {
	margin-top:40px;
}

/*
 * services row
 */

.index-services-block {
	margin:20px auto 80px;
}
.services-head-row {
	position: relative;
	background-color: #292A28;
	z-index: 2;
}
.services-head-row.head-row::before {
	opacity:0.3;
}
	.services-row .row-inner {
		position: relative;
		padding:20px 0px;
		padding-bottom: 80px;
	}
		.services-row .service-wrapper {
			display: inline-block;
			width:296px;
			padding:35px 30px;
		}
		.services-row .service {
			text-align: center;
			background-color: #E4E4E0;
		}
			.service a:hover {
				text-decoration: none;
			}
			.service-title {
				font-size: 24px;
  				padding-top: 20px;
  				margin-bottom: 15px;
				font-weight: bold;
				color:#2E2E2E;
			}
			.btn-sub-service {
				margin:20px 0px;
				margin-bottom: 25px;
			}
		.all-services-btn {
			display: block;
			margin: 40px auto;
			margin-top: 60px;
			width: 185px;
		}

.subhero-head-row{
	padding: 40px;
	background-color: #258299;
	position:relative;
	z-index:10;
}
.subhero-head-row h2{
	color:#fff;
	font-size:2.2em;
	margin-top:5px;
	text-shadow: 2px 3px 0px #444;
	text-align:center;
}

/*
 * section break
 */

.section-break {
	background-color:rgb(104,104,104);
	height:160px;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:top;
	padding:1% 0;
	position:relative;
	color:white;
	text-align:center;
}
@media(max-width:991px) {
	.section-break {
		height:80px;
	}
}
@media(max-width:767px) {
	.section-break {
		display:none;
	}
}

/*
 * pitch row
 */

.pitch-head-row {
	background-color: #4b4b48;
	z-index:2;
}
.pitch-head-row.head-row::before {
	opacity:0.3;
}
	.pitch-head-row h5 {
		color:#E1E1DC;
	}
.pitch-row .row-inner {
	padding-bottom: 20px;
}
@media(max-width:767px) {
	.pitch-feature-extra-header {
		margin-top:40px;
	}
}

/*
 * pitch feature
 */

.pitch-feature {
	border-bottom:1px solid #777;
	margin-bottom:50px;
	min-height:400px;
}
.pitch-feature-block {
	margin:80px auto;
}
.pitch-feature-block h2 {
	font-size:2em;
	font-weight:400 !important;
	padding-bottom:25px;
}
.pitch-feature-block-striped {
	color:#fff;
	background-color:#777;
	width:100%;
	padding:40px 0;
}
.pitch-feature-block-striped-blog {
	background-color:rgb(242,242,242);
	width:100%;
	padding:40px 0;
	margin-bottom:0;
}

.pitch-feature-body { padding-top:60px;}
.pitch-feature-body h2 {
	font-size:1.85em;
	margin-bottom:8px;
}
.pitch-feature-body p {
	color:#3d3d3d;
	font-size:1em;
	margin:10px 0 20px;
}
.services-block {
	margin:60px auto;
}
.pitch-feature-extra {
	font-size:1.25em;
	font-weight:400;
}
@media(max-width:1359px) {
	.pitch-feature-extra {
		font-size:1em;
	}
}
.pitch-feature-extra h1 {
	margin-bottom:30px;
}
.pitch-feature-extra-header {
	font-size:4em;
	line-height:1em;
}
@media(max-width:2048px) {
	.pitch-feature-extra-header {
		font-size:3em;
	}
}
@media(max-width:1359px) {
	.pitch-feature-extra-header {
		font-size:2em;
	}
}
.pitch-feature-extra p {
	margin-bottom:40px;
}
.pitch-feature-extra-tp-side-bottom {
	margin-top:100px;
}
.pitch-feature-blog-item {
	margin:10px 0;
}
.pitch-feature-blog-item a {
	color:#183d4f;
}
@media(max-width:767px) {
	.pitch-feature-blog-item {
		margin:20px auto;
		width:400px;
	}
}
@media(max-width:550px) {
	.pitch-feature-blog-item {
		width:250px;
	}
}
.pitch-feature-blog-img {
	width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
@media(max-width:400px) {
	.pitch-feature-image-block { position:static;bottom:none; }
	.pitch-feature { min-height:545px;}
	.pitch-feature-body { padding-top:0 !important;}
}

/*
 * product
 */

.product {
	background:#efefef;
	padding:25px 20px;
	border-radius:6px;
	border: 1px solid rgba(151,151,151,.1);
    box-shadow: 10px -5px 0  rgba(0,0,0,0.2);
	-moz-box-shadow: 10px -5px 0  rgba(0,0,0,0.2);
	-webkit-box-shadow: 10px -5px 0  rgba(0,0,0,0.2);
	-o-box-shadow: 10px -5px 0  rgba(0,0,0,0.2);
}
@media(max-width:767px) {
	.product {
		margin:0 auto;
		width:300px;
	}
}
@media(max-width:400px) {
	.product {
		width:200px;
	}
}
.product-desc {
	font-size:1.3em;
	height:280px;
}
@media(max-width:1359px) {
	.product-desc {
		font-size:1em;
	}
}
@media(max-width:991px) {
	.product {
		margin-bottom:20px;
	}
	.product-desc {
		height:auto;
	}
}
.products-row {
	position: relative;
	padding: 60px 0;
	background-color: #F3F3F1;
	z-index: 2;
}
.products-row .row-inner{
	max-width: 100%;
	text-align:center;
}
.products-row .product-wrapper{
	display: inline-block;
	vertical-align: top;
	padding:0 5px;
	width:280px;
}
.products-row .product{
	padding:20px 10px;
	text-align: center;
	background-color: #DFDFDB;
}
.product a:hover{
	text-decoration: none;
}
.product img{
	width:125px;
	margin-bottom: 10px;
}
.product .product-title{
	font-weight: bold;
	color:#3d3d3d;
	white-space: nowrap;
}
.product-divider {
	margin:5px auto;
	border-bottom:1px solid #999;
	width:80%;
}
.product p {
	min-height:70px;
	color:#3d3d3d;
}
.products-row-top {
	padding-bottom:0px !important;
}
.products-row-bottom {
	padding:0 0 60px;
}

/*
 * categories
 */

.paper-categories-row,.paper-types-row { padding:60px 0;}
.paper-category a,.paper-type a{ color:#1E8DAC;}
.paper-category a::before,.paper-type a::before{
	/*content:''; remove bullet*/
	position: absolute;
	left:-5px;
	width:6px;
	height:6px;
	top:50%;
	margin-top:-3px;
	border-radius: 50%;
	background-color: #1E8DAC;
}
.paper-category, .paper-type {
	display: inline-block;
	padding:16px 10px;
	font-weight: bold;
	vertical-align: top;
}
.cat-btn {
	text-align:center;
	margin-top:60px;
}

@media(max-width: 900px){
	.paper-categories-row .row-inner{
		padding: 50px 0px;
		width: 603px;
		margin: 0 auto;
		position: relative;
		right: -30px;	
	}
	.paper-category{ width:50%;}
}

@media(max-width: 750px){
	.paper-categories-row .row-inner{
		padding:30px 0px;
	}
	.pitch-image-first,.pitch-image-second {
		position:relative;
	}
	.pitch-image-third img {
		position:relative !important;
	}
}
@media(max-width: 767px) {
	.mobile-header {
		display:inline-block;
	}
}

@media(max-width: 600px){
	.paper-categories-row .row-inner {
		right:0px;
		padding-left: 20px;
	}
}

@media(max-width: 500px){
	.paper-categories-row .row-inner{
		right:0px;
		width:280px;
		margin:0 auto;
	}
	.paper-category{
		width:100%;
	}
}

@media(max-width: 400px){
	.paper-categories-row .row-inner .paper-category:first-of-type .paper-category-icon{
		top: 18px;
	}
}

.index-trustpilot {
	margin:60px auto 40px;
}

/*
 * mid-section
 */

.mid-section {
	margin-top:55px;
}
.mid-section-img {
	width:100%;
}
.mid-section-img-editing {
	background:url(https://cdn.kibin.com/images/index-editing-document.svg);
	background-size:cover;
	width:100%;
	height:0;
	padding:0;
	padding-bottom:93%;
}
.mid-section-img-happiness {
	background:url(https://cdn.kibin.com/images/happiness-guarantee.svg);
	background-size:cover;
	width:100%;
	height:0;
	margin-top:-90px;
	padding:0;
	padding-bottom:57%;
}
.mid-header {
	color:#183d4f;
	font-size:2.5em;
	text-shadow: 1px 1px 2px #777;
}
.mid-text {
	font-size:1.25em;
}
.mid-text p {
	margin-top:30px;
}
.mid-text-block-right {
	padding-left:40px;
}
.mid-btn {
	margin-top:40px;
	text-align:center;
}
.mobile-view {
	display:none;
}
@media(max-width:991px) {
	.desktop-view {
		display:none;
	}
	.mobile-view {
		display:block;
	}
}

.header-secondary {
	font-size:3em;
	color:#183d4f;
	text-shadow:1px 2px 1px #a1b2b8;
}
.honor-section {
	background-color:#183d4f;
	color:#fff;
	margin-top:60px;
	padding:40px 0 20px;
}
.honor-head {
	font-size:2.25em;
	margin-top:0px;
	text-shadow:1px 1px 1px #d9d9d9;
}
.honor-btn {
	margin:40px 0;
	text-align:center;
}
.honor-btn a,.honor-btn a:hover {
	color:#183d4f;
}
.index-blog-bottom {
	margin:60px auto 80px;
}
.index-blog-btn {
	margin-top:40px;
}
@media(max-width:991px) {
	.header-secondary {
		font-size:2.5em;
	}
}