/*!
Theme Name: resumewritinglab
Theme URI: https://boosta.biz/
Author: boosta
Author URI: https://boosta.biz/
Description: resumewritinglab theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: resumewritinglab
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

resumewritinglab is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 600;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}


a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
	outline: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* main */
body {
	background: #eef1f1;
	border: 10px solid #fff;
	min-height: 100vh;
	font-family: "Inter", sans-serif;
	font-style: normal;
}
body:before {
	position: absolute;
	content: '';
	width: 40px;
	height: 40px;
	left: 10px;
	top: 10px;
	background: url("images/corner.png");
}
.container-wrap {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;

}

.clear {
	clear: both;
}
a, a:visited {
	outline: none;
	transition: all .35s;
}
@media (hover: hover) {
	a:hover {
		outline: none;
	}
}
img:focus {
	outline: none;
}
@media (hover: hover) {
	a:hover {
		text-decoration: underline;
		transition: all .35s;
	}
}
.container, .sh-fd55 {
	margin: auto;
	width: 1140px;
	padding: 0 15px;
	max-width: 100%;
}
@media screen and (max-width: 1250px) {
	.container, .sh-fd55 {
		width: 960px;
	}
}

@media screen and (max-width: 992px) {
	.container, .sh-fd55 {
		width: 736px;
	}
}

@media screen and (max-width: 767px) {
	.container, .sh-fd55 {
		width: 600px;
	}
}

@media screen and (max-width: 630px) {
	.container, .sh-fd55 {
		width: 450px;
	}
}

@media screen and (max-width: 480px) {
	.container, .sh-fd55 {
		width: 100%;
		padding: 0 10px;
	}
}
/* header */
header {
	height: 110px;
	line-height: 110px;
	vertical-align: middle;
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
	transition: height .35s, line-height .35s, width .35s;
}
.header-sticky {
	height: 60px;
	line-height: 54px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background: #eef1f1;
	transition: height .35s, line-height .35s, width .35s;
}
.header-sticky .header-wrap-fs566s {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
}
.header-sticky .st-brand-dhgs77 {
	width: 60px;
	line-height: 54px;
	transition: width .35s, line-height .35s;
}
.header-sticky .main-navigation a, .header-sticky .main-navigation a:visited {
	transition: height .35s, line-height .35s;
}
.header-sticky .menu-get-started a, .header-sticky .menu-get-started a:visited {
	height: 40px !important;
	line-height: 32px !important;
	transition: height .35s, line-height .35s;
}
.st-brand-dhgs77 {
	width: 80px;
	display: inline-block;
	float: left;
	transition: width .35s, line-height .35s;
}
.st-brand-dhgs77 a {
	color: black;
}
.st-brand-dhgs77 img {
	vertical-align: middle;
}
.st-brand-dhgs77 a:focus {
	outline: none;
}
/* main navigaton */
.main-navigation {
	width: 100%;
	text-align: right;
	display: block;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	display: inline-block;
	position: relative;
}
#primary-menu {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	height: 110px;
}
.header-sticky #primary-menu {
	height: 60px;
}
#primary-menu a:focus {
	outline: none;
}
.main-navigation a, .main-navigation a:visited {
	font-weight: 600;
	font-size: 15px;
	text-transform: capitalize;
	color: #0a0d0d;
	text-decoration: none;
	height: 60px;
	line-height: 60px;
	padding-left: 20px;
	padding-right: 20px;
	display: block;
	transition: height .35s, line-height .35s;
}
.menu > li:last-child {
	margin-right: 0;
}
.menu-get-started {
	margin-left: 20px;
}
.main-navigation li.menu-get-started a, .main-navigation li.menu-get-started a:visited {
	background: #5C6366;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	color: #eef1f1;
	height: 50px;
	line-height: 44px;
	width: 125px;
	text-align: center;
	text-decoration: none;
	position: relative;
	z-index: 1;
	border: 3px solid transparent;
	padding-left: 12px;
	padding-right: 12px;
}
.main-navigation li.menu-get-started a:before {
	position: absolute;
	content: '';
	top: -3px;
	right: -3px;
	bottom: -3px;
	left: -3px;
	background: linear-gradient(180deg, #1B2626 0%, #0a0d0d 100%);
	z-index: -1;
	transition: opacity .35s linear;
	opacity: 1;
	border-radius: 5px;
}
.main-navigation li.menu-get-started a:active {
	border: 3px solid #737B80;
	transition: border .35s;
	padding-left: 12px;
	padding-right: 12px;
	line-height: 44px;
}
.main-navigation li.menu-get-started a:active:before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.main-navigation .sub-menu li a img {
	width: 45px;
	margin-right: 15px;
}
.main-navigation .sub-menu li a span {
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	text-transform: capitalize;
	color: #0a0d0d;
	padding-top: 25px;
	padding-bottom: 25px;
	display: inline-block;
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
	width: 70%;
}
.main-navigation .sub-menu li:last-child a span {
	border-bottom: none;
}
.main-navigation .sub-menu li a {
	box-shadow: none;
	padding: 0;
	width: 100%;
	height: auto;
}
.main-navigation .sub-menu li:last-child a {
	background: none;
	text-align: left;
}
.main-navigation .sub-menu {
	padding: 20px 0px;
	background: #FFFFFF;
	box-shadow: 0px 10px 10px rgb(0 0 0 / 5%);
	border-radius: 5px;
	padding-top: 0;
	padding-bottom: 0;
	width: 300px;
	margin-left: -100px;
}
.main-navigation .sub-menu ul {
	clear: both;
	all: unset;
}
.main-navigation .sub-menu li {
	clear: both;
	all: unset;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	text-transform: capitalize;
	color: #0a0d0d;
	display: block;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
	height: 72px;
}
.main-navigation .sub-menu .menu-item-has-children a {
	position: relative;
}
.main-navigation .sub-menu .menu-item-has-children a:after {
	content: '';
	position: absolute;
	right: 15px;
	top: 30px;
	background: url('images/menu-arrow.svg');
	width: 10px;
	height: 10px;
}
.main-navigation .menu-about .sub-menu {
	width: 280px;
}
.main-navigation .menu-about .sub-menu a {
	line-height: 40px;
	height: 40px;
	border-radius: 0;
}
.main-navigation .menu-about .sub-menu li:first-child a {
	padding-top: 10px;
}
.main-navigation .menu-about .sub-menu li:last-child a {
	padding-bottom: 10px;
	color: #0a0d0d;
}
.main-navigation .sub-menu .menu-section a {
	font-weight: 700;
	font-size: 15px;
	text-transform: capitalize;
	color: #737B80;
	height: auto;
}
.main-navigation .menu-about .menu-parthnership a {
	padding-bottom: 10px;
}
.main-navigation .menu-about li {
	height: auto;
}
.main-navigation .sub-menu .menu-section-border-top a {
	padding-top: 10px;
	border-top: 2px solid rgba(0, 34, 51, 0.08);
}
.main-navigation .sub-menu {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	display: block;
	transition: opacity .35s, visibility .35s;
}
.main-navigation .sub-menu li.menu-item-has-children .sub-menu {
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s, visibility .35s, left .35s;
	left: -210px;
	top: 0;
	position: absolute;
	background: #DFEBE1;
	width: 210px;
	height: 100%;
	box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.main-navigation .sub-menu li.menu-item-has-children .sub-menu li:first-child {
	padding: 20px 10px 0px 20px;
}
.main-navigation .sub-menu li.menu-item-has-children .sub-menu li {
	padding: 0px 10px 0px 20px;
	height: 60px;
	line-height: 60px;
}
.main-navigation .sub-menu li.menu-item-has-children .sub-menu li a {
	background: #DFEBE1;
}
.main-navigation .sub-menu li.menu-item-has-children .sub-menu li a:after{
	display: none;
}
.main-navigation .sub-menu li.menu-item-has-children .sub-menu li a {
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	text-transform: capitalize;
	color: #0a0d0d;
	padding: 0;
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
}
.main-navigation li.menu-item-has-children a {
	transition: background .35s;
}
/* footer */
footer {
	padding-top: 40px;
}
footer {
	font-size: 0;
}
.footer-nav {
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
	padding-bottom: 40px;
}
.footer-logo, .footer-menu {
	width: 25%;
	display: inline-block;
	vertical-align: top;
}
.footer-logo-img {
	width: 80px;
}
.footer-social-links {
	margin-top: 20px;
}
.footer-social-links a {
	margin-right: 20px;
}
.footer-menu p {
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	color: #737B80;
	margin: 0;
	padding: 0;
}
.footer-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-menu ul li {
	margin-top: 20px;
}
.footer-menu ul li a, .footer-menu ul li a:hover, .footer-menu ul li a:visited {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #0a0d0d;
	text-decoration: none;
}
.footer-second {
	padding-top: 28px;
	padding-bottom: 22px;
	gap: 50px;
}
.footer-copy {
	display: inline-flex;
	vertical-align: top;
	/*height: 75px;*/
	line-height: 30px;
	gap: 30px;
}
.footer-address {
	display: inline-block;
	padding-top: 10px;
}
.footer-assoc {
	display: inline-flex;
	gap: 15px;
	align-items: start;
	text-align: right;
}
.footer-assoc img {
	height: 30px;
}
.footer-copy .copy {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	color: #737B80;
	vertical-align: middle;
}
.footer-copy a, .footer-copy a:visited, .footer-copy a:hover {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #0a0d0d;
	text-decoration: none;
	vertical-align: middle;
}
@media(max-width: 1200px) {
	.footer-second {
		flex-wrap: wrap;
		gap: 16px;
	}
	.we-accept {
		margin-left: 0;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}
	.footer-copy {
		flex-direction: column;
		gap: 20px;
	}
	.footer-copy .copy {
		text-align: center;
	}
}

@media (hover: hover) {
	.main-navigation li.menu-item-has-children:hover a {
		background: #FFFFFF;
		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
		border-radius: 5px 5px 0px 0px;
		transition: background .35s;
	}
	.main-navigation .sub-menu li.menu-item-has-children:hover {
		background: #DFEBE1;
		transition: all .35s;
	}
	.main-navigation .sub-menu li:first-child:hover {
		border-top-right-radius: 5px;
	}
	.main-navigation .sub-menu li:last-child:hover {
		border-bottom-right-radius: 5px;
	}
	.main-navigation .sub-menu li.menu-item-has-children:hover a {
		border-radius: unset;
		background: transparent;
	}
	.main-navigation .sub-menu li.menu-item-has-children:hover a span {
		border-bottom: 2px solid #DFEBE1;
	}
	.main-navigation .sub-menu li.menu-item-has-children:hover .sub-menu:before {
		position: absolute;
		content: '';
		height: 100%;
		width: 10px;
		background: #DFEBE1;
		/* background: #000; */
		right: -10px;
		top: 0;
		z-index: 112;
	}
	.main-navigation .sub-menu li.menu-item-has-children:hover .sub-menu {
		opacity: 1;
		visibility: visible;
		transition: opacity .35s, visibility .35s, left .35s;
	}
	.main-navigation .sub-menu li.menu-item-has-children:hover .sub-menu li a:after {
		display: none;
	}
	.main-navigation li:hover > .sub-menu {
		opacity: 1;
		visibility: visible;
		transition: opacity .35s, visibility .35s;
		top: 100%;
		z-index: 50;
	}
	.main-navigation li:hover > .sub-menu a {
		box-shadow: none;
	}
	.main-navigation li.menu-get-started a:hover {
		box-shadow: none;
		border-radius: 5px;
		transition: .35s;
	}
	.main-navigation li.menu-get-started a:hover::before {
		opacity: 0;
	}
	.main-navigation li.menu-get-started a:active::before {
		opacity: 1;
	}
}
/* main nav mobile */
@media screen and (max-width: 768px) {
	header {
		position: relative;
		align-items: center;
		display: flex;
	}
	.header-sticky {
		padding: 0;
		padding-left: 20px;
		padding-right: 20px;
		transition: height .35s, line-height .35s, width .35s;
	}
	.st-brand-dhgs77 img {
		width: 55px;
	}
	.header-sticky .header-wrap-fs566s {
		position: relative;
		width: 100%;
		max-width: 718px;
	}
	.header-sticky .header-get-started.mobile, .header-sticky .menu-icon {
		top: 6px;
		transition: top .35s;
	}
	.header-sticky.main-nav-open .header-get-started.mobile, .header-sticky.main-nav-open .menu-icon {
		top: 15px;
		transition: top .35s;
	}
	.header-sticky.main-nav-open .main-navigation, .header-sticky.main-nav-open .main-navigation .sub-menu li.menu-item-has-children .sub-menu.sub-nav-open {
		top: 92px;
	}
	.header-sticky.main-nav-open .st-brand-dhgs77 {
		width: 72px;
		padding-top: 15px;
		padding-bottom: 30px;
		height: 90px;
		line-height: normal;
	}
	.header-sticky.main-nav-open {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-sticky.main-nav-open .menu-icon {
		right: 0;
		transition: top .35s;
	}
	.header-sticky.main-nav-open .header-get-started {
		right: 50px;
		transition: top .35s;
	}
	.main-nav-open-area {
		overflow: hidden;
		/* padding-top: 93px; */
	}
	.main-navigation.main-nav-open-sub-area {
		overflow: hidden;
		overflow-y: hidden;
	}
	.menu-icon {
		background: #DAE2E6;
		border-radius: 5px;
		width: 45px;
		height: 45px;
		display: inline-block;
		line-height: 43px;
		text-align: center;
		position: absolute;
		right: 0;
		top: 15px;
	}
	.menu-icon:after {
		content: '';
		position: absolute;
		right: 10px;
		top: 10px;
		background: url(images/menu.svg);
		width: 25px;
		height: 25px;
	}
	.menu-icon.menu-icon-close:after {
		background: url(images/close.svg);
	}
	.header-get-started.mobile {
		border-radius: 5px;
		height: 45px;
		text-align: center;
		position: absolute;
		right: 75px;
		top: 15px;
		padding-top: 11px;
	}
	.header-get-started.mobile {
		display: inline-block !important;
	}
	header.main-nav-open .header-get-started{
		right: 70px;
	}
	.main-nav-open {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 100;
		width: 100%;
		height: 93px;
		padding-left: 20px;
		padding-right: 20px;
		border: 5px solid #fff;
		border-bottom: none;
		background: #eef1f1;
	}
	.main-navigation.nav-open .sub-menu {
		visibility: visible;
	}
	.main-nav-open .menu-icon {
		right: 20px;
	}
	.main-navigation {
		position: fixed;
		background: #eef1f1;
		top: 93px;
		left: 0px;
		right: 0px;
		width: 100%;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		overflow: hidden;
		border: 5px solid #fff;
		border-top: none;
		padding-bottom: 93px;
		overflow-y: scroll;
		transition: opacity .35s, visibility .35s, height .35s;
		z-index: 1;
	}
	.main-navigation.nav-open {
		opacity: 1;
		visibility: visible;
		height: 100%;
	}
	.main-navigation #primary-menu {
		display: block;
		width: 100%;
	}
	.main-navigation .sub-menu {
		opacity: 1;
		display: block;
		margin-left: 0;
		width: 100%;
		background: transparent;
		box-shadow: none;
		visibility: hidden;
		position: relative;
	}
	.main-navigation ul li {
		display: block;
		width: 100%;
	}
	.main-navigation .menu-services > a, .main-navigation .menu-about > a, .main-navigation .menu-get-started {
		display: none;
	}
	.main-navigation .sub-menu li a span {
		width: calc(100% - 64px);
		height: 58px;
		line-height: 58px;
		padding: 0;
		vertical-align: top;
	}
	.main-navigation .sub-menu li.menu-item-has-children a span {
		width: calc(100% - 164px);
	}
	.main-navigation .sub-menu li a span.sub-menu-arrow {
		width: 100px;
	}
	.main-navigation .sub-menu li:last-child a {
		border-bottom: 2px solid rgba(0, 34, 51, 0.08);
	}
	.main-navigation .menu-about .sub-menu {
		width: 100%;
	}
	.main-navigation .menu-about .sub-menu li:last-child a {
		border-bottom: none;
	}
	.main-navigation .sub-menu .menu-item-has-children a:after {
		top: 25px;
	}
	/* 3 step nav */
	.main-navigation .sub-menu li.menu-item-has-children:hover {
		background: none;
	}
	.main-navigation .sub-menu li.menu-item-has-children:hover:before {
		display: none;
	}
	.main-navigation .sub-menu li.menu-item-has-children:hover {
		background: none;
		box-shadow: none;
	}
	.main-navigation .sub-menu li:first-child:hover {
		border-top-right-radius: unset;
	}
	.main-navigation .sub-menu li:last-child:hover {
		border-bottom-right-radius: unset;
	}
	.main-navigation .sub-menu li.menu-item-has-children .sub-menu {
		display: block;
		left: auto;
		/* right: -100%; */
		right: 0;
		width: 100%;
		min-height: 100vh;
		box-shadow: none;
		visibility: hidden;
		opacity: 0;
		transition: opacity .35s, visibility .35s, right .35s;
	}
	.main-navigation .sub-menu li.menu-item-has-children .sub-menu.sub-nav-open {
		top: 93px;
		position: fixed;
		background: #DFEBE1;
		right: 0px;
		height: 100%;
		width: 100%;
		padding-bottom: 93px;
		z-index: 130;
		visibility: visible;
		opacity: 1;
		border-radius: 0;
		box-shadow: none;
		/* transition: opacity .35s, visibility .35s, right .35s; */
		transition: opacity .35s, visibility .35s;
		overflow: hidden;
		overflow-y: scroll;
		border-left: 5px solid #fff;
		left: 0;
		border-right: 5px solid #fff;
		box-sizing: border-box;
	}
	.main-navigation .sub-menu.sub-nav-open a {
		border-bottom: 2px solid rgba(0, 34, 51, 0.08);
	}
	.main-navigation .sub-menu.sub-nav-open  li:last-child a {
		color: #0a0d0d;
		border-bottom: 0 !important;
	}
	.main-navigation .sub-menu.sub-nav-open a:after {
		display: none;
	}
	.main-navigation .sub-menu li.menu-item-has-children .sub-menu li {
		padding: 0 10px 0 20px;
	}
	.main-navigation .sub-menu li {
		height: auto;
	}
	.sub-nav-back {
		position: relative;
		margin-bottom: 10px !important;
	}
	.sub-nav-back a {
		border-bottom: none !important;
		padding-bottom: 0;
		display: inline-block;
	}
	.sub-nav-back:before {
		position: absolute;
		content: '';
		left: 20px;
		top: 20px;
		width: 18px;
		height: 18px;
		background: url(images/back-arrow.svg);
	}
	.main-navigation .sub-menu li.menu-item-has-children .sub-menu li:first-child {
		padding: 0px 0px 0px 50px;
	}
	header.main-sub-nav-open {
		background: #DFEBE1;
	}
}
/* home */
.intro-image-x89p h1 {
	font-weight: 600;
	font-size: 50px;
	line-height: 60px;
	margin: 0;
	margin-top: 80px;
	padding: 0;
	color: #0a0d0d;
	width: 635px;
}
ul.grn-pnts-gh78j {
	margin: 0;
	padding: 0;
}
ul.grn-pnts-gh78j li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	padding-left: 35px;
	height: 25px;
	margin-top: 20px;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
}
ul.grn-pnts-gh78j li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background: url("images/check.svg");
	width: 25px;
	height: 25px;
}
.intro-image-x89p .btn-wrap {
	margin-top: 40px;
}
.intro-image-x89p .btn-wrap a {
	margin-right: 15px;
}
input.b-btn-d99v {
	clear: both;
}
a.b-btn-d99v, a.b-btn-d99v:visited, input.b-btn-d99v {
	/* background: linear-gradient(180deg, #1B2626 0%, #0a0d0d 100%); */
	background: #5C6366;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	text-transform: capitalize;
	padding: 11px 30px;
	display: inline-block;
	text-align: center;
	color: #eef1f1;
	text-decoration: none;
	border: 3px solid transparent;
	position: relative;
	z-index: 1;
}
input.b-btn-d99v {
	background: linear-gradient(180deg, #1B2626 0%, #0a0d0d 100%);
}
a.b-btn-d99v:before {
	position: absolute;
	content: '';
	top: -3px;
	right: -3px;
	bottom: -3px;
	left: -3px;
	background: linear-gradient(180deg, #1B2626 0%, #0a0d0d 100%);
	z-index: -1;
	transition: opacity .35s linear;
	opacity: 1;
	border-radius: 5px;
}
@media (hover: hover) {
	a.b-btn-d99v:hover {
		box-shadow: none;
		border-radius: 5px;
		transition: .35s;
	}
	a.b-btn-d99v:hover::before {
		opacity: 0;
	}
	a.b-btn-d99v:active::before {
		opacity: 1;
	}
	input.b-btn-d99v:hover {
		border: none;
		padding: 11px 30px;
		line-height: 20px;
		height: 48px;
		cursor: pointer;
		background: #5C6366;
	}
}
a.b-btn-d99v:active {
	border: 3px solid #737B80;
	transition: border .35s;
}
a.b-btn-d99v:active:before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
a.grey-btn, a.grey-btn:visited {
	padding: 11px 20px;
	background: rgba(0, 34, 51, 0.08);
	border-radius: 5px;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	text-transform: capitalize;
	color: #0a0d0d;
	text-decoration: none;
	transition: background .35s;
	border: 3px solid transparent;
	text-align: center;
	display: inline-block;
}
@media (hover: hover) {
	a.grey-btn:hover {
		background: #C2C9CC;
		transition: background .35s linear;
	}
}
a.grey-btn:active {
	border: 3px solid #737B80;
	transition: border .35s;
}
.home-intro-img {
	position: absolute;
	width: 740px;
	height: 660px;
	right: 10px;
	top: 132px;
	z-index: -2;
}

@media (max-width: 1150px) {
	.home-intro-img {
		width: 50%;
		height: auto;
		top: 50%;
		margin-top: -25%;
	}
}
.rew-wid-gf89f {
	margin-top: 100px;
	margin-bottom: 100px;
}
.rew-sm-wid-bx {
	height: 20px;
	line-height: 20px;
	display: inline-block;
	margin-right: 20px;
}
.rew-sm-wid-bx a {
	text-decoration: none;
}
.rew-sm-wid-bx a:focus {
	outline: none;
}
.rew-sm-wid-bx img {
	vertical-align: middle;
}
.rew-sm-wid-bx span {
	font-weight: 600;
	font-size: 12px;
	color: #0a0d0d;
}
.rew-sm-wid-bx b {
	font-weight: 700;
	font-size: 15px;
	color: #0a0d0d;
	vertical-align: bottom;
}
h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	margin: 0;
	padding: 0;
	color: #0a0d0d;
}
.services-box {
	border-radius: 5px;
	padding: 30px;
	width: 350px;
	margin-top: 30px;
	display: block;
	float: left;
}
.services-box.resume-writing-box {
	background: #E5EBDF;
}
.services-box.resume-editing-box {
	background: #d4e3e3;
}
.services-box.linkedin-profile-writing-box {
	background: #EBE1DF;
}
.services-box.cv-writing-box {
	background: #E3DFEB;
}
.services-box.cv-editing-box {
	background: #EBE7DF;
}
.services-box.cover-letter-writing-box {
	background: #DFEBE1;
}
.home-services__flex {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.services-box h3 {
	margin: 0;
	padding: 0;
	margin-top: 35px;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: #0a0d0d;
	padding-bottom: 30px;
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
	min-height: 102px;
}
.service-info-wrap {
	margin-top: 30px;
	width: 33.333333%;
	display: inline-block;
	float: left;
	margin-bottom: 30px;
}
.service-info-wrap .info-b {
	font-weight: 700;
	font-size: 25px;
	line-height: 35px;
	color: #0a0d0d;
	display: inline-block;
	width: 100%;
}
.service-info-wrap .info-d {
	margin-top: 5px;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	width: 100%;
	display: inline-block;
	color: #737B80;
}
#home-services .btn-wrap {

}
#home-services .btn-wrap a:first-child {
	margin-right: 10px;
}
#hm-it-wrks-dv12d {
	margin-top: 80px;
}
.ttl-desc-hg44d {
	margin-top: 10px;
	margin-bottom: 30px;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #0a0d0d;
}
.hw-inf-bx-sb45s {
	width: 240px;
	display: inline-block;
	vertical-align: top;
	margin-left: 50px;
	padding-top: 20px;
	float: left;
}
.hw-inf-bx-sb45s:nth-child(3) {
	background: #E6EDF0;
	border-radius: 5px;
	margin-left: 0;
	padding: 20px;
}
.hw-inf-bx-sb45s:nth-child(7) {
	margin-left: 0;
	clear: both;
}
span.inf-nm-bb22z {
	padding: 5px 10px;
	background: #E6EDF0;
	border-radius: 15px;
	margin-bottom: 15px;
	background: #E6EDF0;
	width: 50px;
	height: 45px;
	display: block;
	font-weight: 700;
	font-size: 25px;
	line-height: 35px;
	text-align: center;
	color: #0a0d0d;
}
.hw-inf-bx-sb45s:nth-child(3) span.inf-nm-bb22z {
	background: #FFFFFF;
}
.hw-inf-bx-sb45s h3 {
	padding: 0;
	margin: 0;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: #0a0d0d;
}
.hw-inf-bx-sb45s p {
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	color: #5C6366;
	margin-bottom: 15px;
}
#fr-rsm-anls-nc231 {
	/* margin-top: 75px; */
	margin-bottom: 80px;
	height: 220px;
	background: url("images/free-resume-analyse-box.png") center right no-repeat #E3E4E6;
	border-radius: 5px;
	padding: 60px;
	padding-left: 80px;
}
.single-products #fr-rsm-anls-nc231, .page-template-page-service #fr-rsm-anls-nc231{
	margin-top: 75px;
}
#fr-rsm-anls-nc231 p {
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	margin: 0;
	margin-bottom: 15px;
	color: #0a0d0d;
}
.help-your-career {
	margin-top: 75px;
	padding-top: 80px;
	padding-bottom: 75px;
	background: url("images/help-your-career.png") center right no-repeat #EBE7DF;
	background-size: contain;
	min-height: 605px;
	padding-left: 20px;
	padding-right: 20px;
}
#help-your-career h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #0a0d0d;
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
.help-your-career-box {
	padding: 30px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 5px;
	margin-bottom: 10px;
	margin-right: 11px;
	width: 310px;
	display: inline-block;
	vertical-align: top;
	min-height: 232px;
}
.help-your-career-box a, .help-your-career-box a:visited, .help-your-career-box:hover {
	color: #0a0d0d;
	text-decoration: none;
}
.help-your-career-box h3 {
	padding-bottom: 5px;
	border-bottom: 2px solid #0a0d0d;
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	margin: 0;
	margin-bottom: 5px;
	display: inline-block;
}
.help-your-career p {
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	color: #5C6366;
	margin: 0;
	padding: 0;
}
.home-clients {
	background: #eef1f1;
	padding-top: 80px;
	padding-bottom: 80px;
}
#home-clients p {
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	margin: 0;
	margin-bottom: 15px;
	color: #0a0d0d;
}
.clients-box {
	padding: 0px 15px;
	background: #E6EDF0;
	border-radius: 5px;
	margin-right: 11px;
	height: 90px;
	line-height: 90px;
	display: inline-block;
	vertical-align: middle;
	width: 170px;
	text-align: center;
	margin-top: 10px;
}
.clients-box img {
	vertical-align: middle;
	width: 100%;
}
.clients-box:last-child {
	margin-right: 0;
	background: transparent;
	margin-right: 0;
	background: transparent;
	text-align: left;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: #0a0d0d;
	padding-top: 15px;
}
.industries {
	background: #ffffff;
}
#industries {
	padding-top: 80px;
	padding-bottom: 80px;
}
.bottom-cta-box-area {
	position: relative;
}
.bottom-cta-box-area .container-wrap {
	width: 100%;
}
.industries-area {
	height: 425px;
	overflow: hidden;
	margin-bottom: 15px;
	position: relative;
}
.industries-area.all-industries-open {
	height: auto;
	transition: height .35s;
}
.industries-area:after {
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 71.74%);
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 130px;
}
.industries-area.all-industries-open:after {
	display: none;
}
#industries h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #0a0d0d;
}
.industries-row {
	display: flex;
	flex-direction: row;
	gap: 10px;
	flex-wrap: wrap;
}

.industries-box {
	padding: 15px 20px;
	background: #eef1f1;
	border-radius: 5px;
	width: calc(25% - 10px);
	break-inside: avoid;
}
.industries-box .letter {
	font-weight: 600;
	font-size: 50px;
	line-height: 60px;
	color: #0a0d0d;
	text-decoration: none;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.industries-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.industries-box ul li {
	font-size: 15px;
	line-height: 20px;
	text-transform: capitalize;
	color: #5C6366;
	margin-top: 15px;
	font-weight: 700;
}
.industries-box ul li a, .industries-box ul li a:hover, .industries-box ul li:visited {
	color: #5C6366;
	text-decoration: none;
}
.stories-area {
	background: #d4e3e3;
	padding-left: 20px;
}
.stories-content, .stories-img {
	display: inline-block;
	vertical-align: bottom;
	width: 50%;
}
.stories-content {
	padding-top: 80px;
	padding-bottom: 80px;
}
#stories {
	font-size: 0;
}
#stories h2 {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #0a0d0d;
}
.stories-name {
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: #0a0d0d;
	margin-bottom: 10px;
	display: block;
}
.stories-desc {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #0a0d0d;
	opacity: 0.5;
	margin-bottom: 10px;
	display: block;
}
.stories-review {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #0a0d0d;
	margin-bottom: 25px;
}
#about-us-box {
	padding-top: 80px;
}
#about-us-box h2 {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #0a0d0d;
	padding-bottom: 30px;
	border-bottom: 2px solid #DAE2E6;
}
#about-us-box {
	font-size: 0;
}
.about-us-box {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #DAE2E6;
	display: inline-block;
	width: 33.3333333%;
}
.about-us-box span {
	display: block;
	font-weight: 600;
	font-size: 50px;
	line-height: 60px;
	color: #0a0d0d;
	margin-bottom: 5px;
}
.about-us-box h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #0a0d0d;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}
.about-us-box p {
	margin: 0;
	padding: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #5C6366;
}
.about-us-links {
	font-size: 0;
	display: inline-block;
	text-align: right;
	width: 80%;
}
.about-us-links p {
	margin: 0;
	padding: 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #0a0d0d;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	vertical-align: top;
}
.about-us-links a, .about-us-links .a {
	display: inline-block;
	background: #E6EDF0;
	border-radius: 10px;
	padding: 0px 10px;
	margin-left: 15px;
	height: 50px;
	line-height: 50px;
	vertical-align: top;
	text-align: center;
	margin-top: 10px;
}
.about-us-links a img, .about-us-links .a img {
	vertical-align: middle;
}
.about-us-links {
	float: right;
}
.about-us-links-area {
	padding-top: 30px;
	padding-bottom: 80px;
	/* border-bottom: 2px solid #DAE2E6; */
}
.about-us-links-area .grey-btn {
	display: inline-block;
	vertical-align: top;
}

.mobile {
	display: none;
}
.desktop {
	display: block;
}
.header-get-started.mobile {
	display: none;
}
@media screen and (max-width: 1135px) {
	.services-box {
		width: calc(50% - 15px);
	}
	.hw-inf-bx-sb45s {
		width: 100%;
		float: none;
		margin-left: 0;
		position: relative;
		padding: 20px;
	}
}
@media screen and (max-width: 768px) {
	/* main */

	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
	body {
		border: 5px solid #fff;
	}
	body:before {
		display: none;
	}
	.container-wrap {
		max-width: 718px;
	}
	/* header */
	header {
		line-height: normal;
		padding-top: 15px;
		padding-bottom: 30px;
		height: 90px;
	}
	.st-brand-dhgs77 {
		width: 72px;
	}
	/* home */
	.home-intro-img {
		width: 410px;
		height: auto;
		right: 5px;
		top: 105px;
	}
	.intro-image-x89p h1 {
		font-size: 30px;
		line-height: 35px;
		max-width: 40%;
		margin-top: 60px;
	}
	ul.grn-pnts-gh78j li:first-child {
		margin-top: 20px;
	}
	ul.grn-pnts-gh78j li {
		font-size: 12px;
		line-height: 15px;
		padding-left: 25px;
		margin-top: 15px;
		height: 15px;
	}
	ul.grn-pnts-gh78j li:before {
		width: 15px;
		height: 15px;
		background-size: contain;
	}
	a.b-btn-d99v, a.b-btn-d99v:visited, a.grey-btn, a.grey-btn:visited {
		font-size: 12px;
		line-height: 15px;
		padding: 11px;
		font-weight: 600;
		border: 3px solid transparent;
	}
	.intro-image-x89p .btn-wrap a {
		margin-right: 5px;
	}
	.rew-wid-gf89f {
		display: none;
	}
	#home-services {
		margin-top: 120px;
	}
	h2 {
		font-weight: 600;
		font-size: 30px;
		line-height: 35px;
	}
	#home-services h2 {
		margin-bottom: 10px;
	}
	.resume-editing-box, .cv-editing-box {
		margin-left: 0;
		margin-right: 0;
	}
	.resume-editing-box, .cv-writing-box, .cover-letter-writing-box {
		margin-left: 10px;
	}
	.services-box {
		width: calc(50% - 5px);
		padding-top: 5px;
		padding-left: 15px;
		padding-right: 20px;
		padding-bottom: 20px;
		margin: 0;
	}
	.home-services__flex {
		gap: 10px;
	}
	.services-box h3 {
		margin-top: 20px;
		padding-bottom: 15px;
		min-height: auto;
	}
	.service-info-wrap {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.service-info-wrap .info-b {
		font-weight: 600;
		font-size: 20px;
		line-height: 30px;
	}
	.service-info-wrap .info-d {
		margin-top: 0;
		vertical-align: top;
	}
	#home-services .btn-wrap a:first-child {
		width: 67.7%;
		margin-right: 6px;
	}
	#hm-it-wrks-dv12d {
		margin-top: 60px;
	}
	.ttl-desc-hg44d {
		font-weight: 400;
		font-size: 16px;
		margin-bottom: 20px;
	}

	.hw-inf-bx-sb45s span.inf-nm-bb22z {
		padding: 0px 5px;
		width: 40px;
		height: 35px;
		font-weight: 600;
		font-size: 18px;
		line-height: 35px;
		position: absolute;
		left: 20px;
		top: 20px;
	}
	.hw-inf-bx-sb45s h3 {
		padding: 0;
		margin: 0;
		font-weight: 600;
		font-size: 18px;
		line-height: 25px;
		color: #0a0d0d;
	}
	.hw-inf-bx-sb45s p {
		margin-top: 10px;
		margin-bottom: 0px;
		font-size: 16px;
		line-height: 25px;
	}
	.hw-inf-bx-sb45s:nth-child(3) p {
		margin-bottom: 15px;
	}
	.hw-inf-bx-sb45s a.b-btn-d99v {
		margin-left: 50px;
		width: 180px;
	}
	.hw-inf-bx-sb45s:nth-child(3) h3, .hw-inf-bx-sb45s:nth-child(3) p, .hw-inf-bx-sb45s:nth-child(3) a.b-btn-d99v {
		margin-left: 50px;
	}
	.hw-inf-bx-sb45s h3, .hw-inf-bx-sb45s p, .hw-inf-bx-sb45s a.b-btn-d99v {
		margin-left: 70px;
	}
	#fr-rsm-anls-nc231 {
		margin-top: 60px;
		margin-bottom: 60px;
		position: relative;
	}
	#fr-rsm-anls-nc231:before {
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: #F2F2F2;
		opacity: 0.8;
	}
	#fr-rsm-anls-nc231 p {
		margin-bottom: 20px;
		font-weight: 600;
		font-size: 30px;
		line-height: 35px;
	}
	#fr-rsm-anls-nc231 p, #fr-rsm-anls-nc231 a {
		position: relative;
		z-index: 5;
	}
	#fr-rsm-anls-nc231 a {
		padding-left: 20px;
		padding-right: 20px;
	}
	.help-your-career {
		background: #EBE7DF;
		padding-top: 40px;
		padding-bottom: 40px;
		max-height: none;
	}
	#help-your-career h2 {
		font-weight: 600;
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.help-your-career-box {
		width: calc(50% - 6px);
		padding: 20px;
		margin-right: 6px;
		min-height: auto;
	}
	.help-your-career-box:nth-child(3), .help-your-career-box:nth-child(6) {
		margin-right: 0;
	}
	.help-your-career-box h3 {
		font-weight: 600;
		font-size: 20px;
		line-height: 30px;
	}
	.home-clients {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	#home-clients p {
		font-weight: 600;
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	.clients-box {
		width: calc(33.333333% - 7px);
		margin-right: 4px;
		margin-bottom: 8px;
	}
	.clients-box img {
		width: 50%;
	}
	.clients-box:last-child {
		font-weight: 600;
		font-size: 22px;
		line-height: 30px;
	}
	#industries {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#industries h2 {
		font-weight: 600;
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.industries-area {
		height: 195px;
	}
	.industries-row:nth-child(4n) .industries-box {
		margin-right: 10px;
	}
	.industries-row:nth-child(3n) .industries-box {
		margin-right: 0;
	}
	.industries-box {
		padding: 15px;
		width: calc(50% - 10px);
	}
	.industries-box .letter {
		font-size: 25px;
		line-height: 35px;
	}
	.industries-box ul li {
		margin-top: 10px;
		font-weight: 600;
		font-size: 12px;
		line-height: 15px;
	}
	#industries a.b-btn-d99v {
		width: 270px;
		margin: 0 auto;
		display: block;
	}
	.stories-content {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#stories h2 {
		font-weight: 600;
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.stories-name {
		font-weight: 600;
		font-size: 20px;
		line-height: 30px;
	}
	.stories-desc {
		font-weight: 600;
		font-size: 12px;
		line-height: 15px;
	}
	.stories-review {
		margin-top: 10px;
		font-weight: 400;
		font-size: 16px;
		line-height: 25px;
		margin-bottom: 20px;
	}
	.stories-content {
		width: 60%;
	}
	.stories-img {
		width: 40%;
	}
	#about-us-box {
		padding-top: 60px;
	}
	#about-us-box h2 {
		font-weight: 600;
		font-size: 30px;
		line-height: 35px;
		padding-bottom: 20px;
	}
	.about-us-box {
		padding-top: 20px;
		vertical-align: top;
		padding-bottom: 20px;
	}
	.about-us-box span {
		font-weight: 600;
		font-size: 30px;
		line-height: 35px;
	}
	.about-us-links-area {
		padding-top: 20px;
		padding-bottom: 60px;
	}
	.about-us-links-area .grey-btn {
		width: 100%;
		text-align: center;
	}
	.about-us-links {
		width: 100%;
		text-align: left;
	}
	.about-us-links p {
		width: 100%;
		text-align: left;
		font-weight: 600;
		font-size: 18px;
		margin-bottom: 10px;
		height: auto;
		line-height: normal;
	}
	.about-us-links a, .about-us-links .a {
		margin-left: 0;
		margin-right: 5px;
		width: calc(16.66% - 5px);
		margin-bottom: 20px;
	}
	/* footer */
	footer {
		padding-top: 30px;
	}
	.footer-nav {
		padding: 30px;
	}
	.footer-logo {
		width: 100%;
		margin-bottom: 30px;
	}
	.footer-social-links {
		width: calc(100% - 80px);
		display: inline-block;
		margin-top: 0;
		vertical-align: top;
		text-align: right;
	}
	.footer-social-links a:last-child {
		margin-right: 0;
	}
	.footer-menu {
		width: 33.333333%;
	}
	.footer-menu ul li {
		margin-top: 15px;
	}
	.footer-copy {
		height: auto;
		line-height: normal;
	}
	.footer-copy .copy {
		width: 100%;
		display: block;
	}
}
@media screen and (max-width: 420px) {
	.stories-area,.help-your-career {
		padding-left: 0;
		padding-right: 0;
	}
	/* main */
	.container-wrap {
		/* max-width: 270px; */
		max-width: 100%;
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	}
	.st-brand-dhgs77 img {
		width: 45px;
	}
	/* home */
	.intro-image-x89p h1 {
		width: 100%;
		max-width: 100%;
		margin-top: 30px;
	}
	.intro-image-x89p .btn-wrap {
		margin-top: 30px;
	}
	.intro-image-x89p .btn-wrap a {
		margin-right: 0;
	}
	.home-intro-img {
		position: relative;
		top: 20px !important;
		right: -25px;
		width: auto;
	}
	#home-services {
		margin-top: 20px;
	}
	.services-box {
		width: 100%;
	}
	.services-box h3 {
		font-weight: 600;
		font-size: 20px;
		line-height: 30px;
		min-height: auto;
	}
	.resume-editing-box, .cv-writing-box, .cover-letter-writing-box {
		margin-left: 0;
		margin-right: 0;
	}
	.ttl-desc-hg44d {
		font-weight: 300;
	}
	.hw-inf-bx-sb45s a.b-btn-d99v {
		width: calc(100% - 50px);
	}
	#home-services .btn-wrap a:first-child {
		width: 54.2%;
	}
	#fr-rsm-anls-nc231 {
		margin-top: 50px;
		padding: 20px;
		padding-top: 30px;
		padding-bottom: 30px;
		height: auto;
	}
	.help-your-career-box {
		width: 100%;
		margin-bottom: 5px;
	}
	.clients-box {
		width: calc(50% - 7px);
	}
	.clients-box img {
		width: 100%;
	}
	.clients-box:last-child {
		font-weight: 600;
		font-size: 20px;
		line-height: 30px;
		padding-left: 12px;
	}
	.industries-box {
		width: 100%;
	}
	.industries-area {
		height: 300px;
	}
	.industries-box .letter {
		font-size: 25px;
		line-height: 35px;
	}
	.about-us-box {
		width: 100%;
	}
	.stories-content {
		width: 100%;
		padding-bottom: 0;
	}
	.stories-content a.b-btn-d99v {
		width: 100%;
		z-index: 10;
		position: relative;
	}
	.stories-img {
		width: 100%;
		margin-top: -40px;
	}
	.about-us-box {
		width: 100%;
		border-bottom: none;
	}
	.about-us-links-area {
		border-top: 2px solid #DAE2E6;
	}
	.about-us-links a, .about-us-links .a {
		width: calc(50% - 5px);
		margin-bottom: 5px;
		height: 60px;
		line-height: 60px;
	}
	.about-us-links-area .grey-btn {
		margin-top: 15px;
	}
	/* footer */
	.footer-nav {
		padding-bottom: 0;
	}
	.footer-social-links {
		display: block;
		text-align: left;
		margin-top: 20px;
	}
	.footer-menu {
		width: 100%;
		margin-bottom: 30px;
	}
	.footer-copy {
		width: 100%;
	}
	.footer-copy a, .footer-copy a:visited, .footer-copy a:hover {
		width: 100%;
		display: block;
		text-align: left;
		margin-bottom: 20px;
	}
	.footer-assoc {
		width: 100%;
		text-align: left;
	}

	.we-accept {
		justify-content: start;
	}
}
/* page */
/* about us */
.page-intro h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #0a0d0d;
	margin: 0;
	margin-top: 40px;
	margin-bottom: 20px;
	max-width: 730px;
}
.page-intro p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	max-width: 730px;
	margin: 0;
}
.page-intro {
	padding-bottom: 80px;
}
.why-choose-us h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	color: #0a0d0d;
	margin: 0;
	margin-bottom: 30px;
}
.why-choose-us-box {
	padding: 40px;
	background: #EBE1DF;
	border-radius: 5px;
	width: calc(33.3333% - 20px);
	min-height: 305px;
	display: inline-block;
	float: left;
	margin-bottom: 25px;
}
.why-choose-us-box:nth-child(2) {
	background: #E3DFEB;
}
.why-choose-us-box:nth-child(3) {
	background: #d4e3e3;
}
.why-choose-us-box:nth-child(4) {
	background: #E5EBDF;
}
.why-choose-us-box:nth-child(5) {
	background: #DFEBE1;
}
.why-choose-us-box:nth-child(6) {
	background: #EBE7DF;
}
.why-choose-us-box:nth-child(3n+2) {
	margin-left: 30px;
	margin-right: 30px;
}
.why-choose-us-box h3 {
	font-weight: 600;
	font-size: 50px;
	line-height: 60px;
	color: #0a0d0d;
	margin: 0;
}
.why-choose-us-box h3 span {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	display: block;
	margin-top: 5px;
}
.why-choose-us-box p {
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	color: #5C6366;
	margin: 0;
	margin-top: 5px;
}
.meet-our-writers-area {
	margin-top: 55px;
	background: #E6EDF0;
	padding-top: 60px;
	padding-bottom: 60px;
}
.meet-our-writers h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	color: #0a0d0d;
	margin-bottom: 30px;
}
.writer-box {
	width: calc(33.3333% - 20px);
	background: #FFFFFF;
	border-radius: 5px;
	padding: 30px;
	margin-bottom: 30px;
	display: inline-block;
	float: left;
}
.writer-box:nth-child(3n+2) {
	margin-left: 30px;
	margin-right: 30px;
}
.writer-box .writer-photo {
	width: 80px;
	height: 80px;
	margin-bottom: 15px;
}
.writer-box .writer-name {
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	margin-bottom: 5px;
	color: #0a0d0d;
}
.writer-box p {
	margin: 0;
	color: #737B80;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 15px;
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
}
.writer-box .service-info-wrap {
	margin-bottom: 15px;
	padding-bottom: 15px;
	margin-top: 15px;
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
}
.writers-show-more {
	width: 100%;
	display: inline-block;
}
.wht-clnts-say-js22 {
	padding-top: 80px;
	padding-bottom: 80px;
}
.wht-clnts-say-js22 h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	color: #0a0d0d;
	margin: 0;
	margin-bottom: 30px;
}
.featured h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	color: #0a0d0d;
	margin: 0;
	margin-bottom: 40px;
	margin-top: 80px;
}
.featured .about-us-links {
	text-align: left;
	width: 100%;
	float: none;
}
.featured a, .featured .a {
	margin-left: 0;
	height: 80px;
	line-height: 80px;
	width: 160px;
	margin-right: 30px;
}
.featured a img {
	width: 100%;
}
.featured a:last-child, .featured .a:last-child  {
	margin-right: 0;
}
.writers-area .writer-box {
	display: none;
}
.writers-area .writer-box:nth-child(-n+3) {
	display: block;
}
.blocker {
	z-index: 1000;
}
.modal {
	transition: all .35s;
	background: #FFFFFF;
	border-radius: 5px;
	width: 700px;
	max-width: 700px;
	box-shadow: none;
	height: 650px;
	padding: 0;
	z-index: 1001;
}
.writer-info-scroll-area {
	overflow-y: scroll;
	height: 502px;
}
.modal .writer-info {
	padding: 20px 30px 0px 30px;
}
.modal .writer-info-scroll-area {
	padding: 0px 30px 30px 30px;
}
.modal.writer-modal-scroll .writer-info {
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
	padding-bottom: 20px;
}
.modal.writer-modal-scroll .writer-info-inner {
	border-bottom: 0;
	padding-bottom: 0;
}
.modal a.close-modal {
	top: 10px;
	right: 10px;
	background: none;
	color: #000;
	background: url(images/close.svg);
	width: 20px;
	height: 20px;
	background-size: contain;
}
.modal .writer-photo {
	display: inline-block;
	margin-right: 15px;
}
.modal .desc-area {
	width: 370px;
	vertical-align: top;
	display: inline-block;
	padding-top: 10px;
}
.modal .desc-area span {
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: #0a0d0d;
	margin-bottom: 5px;
}
.modal .desc-area p {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	color: #737B80;
}
.modal .hire-writer {
	display: inline-block;
	vertical-align: top;
	width: 130px;
	height: 100px;
	line-height: 100px;
}
.modal .hire-writer a {
	padding-left: 0;
	padding-right: 0;
	width: 130px;
}
.writer-info-inner {
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
	padding-bottom: 20px;
}
.modal .service-info-wrap {
	margin-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 15px;
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
}
.modal .writer-content-title {
	display: block;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: #0a0d0d;
}
.modal .writer-content {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
	padding-bottom: 15px;
}
.modal .writer-content-wrap {
	height: 76px;
	overflow: hidden;
	transition: all .35s;
}
.modal .writer-content-wrap.writer-content-wrap-open {
	height: auto;
	overflow: visible;
	transition: all .35s;
}
.modal .writer-content-read-more {
	font-size: 14px;
	line-height: 20px;
	text-decoration-line: underline;
	color: #737B80;
}
.modal .writer-reviews b {
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: #0a0d0d;
	margin-top: 15px;
	display: block;
	margin-bottom: 15px;
}
.modal .writer-reviews b span {
	color: #737B80;
}
.writer-review-box {
	padding: 20px;
	background: #eef1f1;
	border-radius: 5px;
	margin-bottom: 15px;
}
.writer-review-box .customer-name {
	font-size: 14px;
	line-height: 20px;
	color: #0a0d0d;
	font-weight: 700;
	display: inline-block;
}
.writer-review-box .customer-order-sum {
	display: inline-block;
	margin-left: 5px;
	font-size: 14px;
	line-height: 20px;
	color: #C2C9CC;
}
.writer-review-box .writers-review-date {
	font-size: 12px;
	line-height: 15px;
	color: #737B80;
	display: inline-block;
	width: 50%;
	text-align: right;
	margin-bottom: 10px;
}
.writer-review-box .writers-review {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	padding-top: 10px;
	border-top: 1px solid #DAE2E6;
}
.writer-review-box .customer-rating {
	display: inline-block;
	width: 49%;
	margin-bottom: 10px;
}
.writers-reviews-show-more {
	width: 100%;
}
.writer-reviews .writer-review-box {
	display: none;
}
.writer-reviews .writer-review-box:nth-child(-n+3) {
	display: block;
}
@media screen and (max-width: 420px) {
	.modal {
		top: 0;
		position: absolute;
		left: 0;
		width: 100%;
		border-radius: 0;
		height: auto;
	}
	.modal .writer-info {
		padding: 30px 15px 0px 15px;
	}
	.modal .writer-info-inner {
		padding-bottom: 13px;
	}
	.modal .writer-photo {
		width: 60px;
		height: 60px;
	}
	.modal .desc-area {
		width: calc(100% - 135px);
		padding-top: 0;
	}
	.modal .desc-area span {
		font-weight: 600;
		font-size: 18px;
		line-height: 25px;
	}
	.modal .desc-area p {
		font-size: 12px;
		line-height: 15px;
	}
	.modal .hire-writer {
		width: 100%;
		height: auto;
		line-height: initial;
		margin-top: 15px;
	}
	.modal .hire-writer a {
		width: 100%;
	}
	.modal .writer-info-scroll-area {
		padding: 0px 25px 30px 15px;
		height: auto;
	}
	.modal .writer-info-scroll-area .service-info-wrap .info-d {
		width: 100%;
	}
	.modal .writer-content-title {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 5px;
	}
	.modal .writer-content-wrap p {
		margin-top: 0;
	}
	.modal .writer-reviews b {
		font-size: 18px;
		line-height: 25px;
	}
	.writer-review-box .customer-rating {
		width: 48%;
	}

}
/* bottom cta */
.bottom-cta-box-area {
	margin-top: 80px;
	background: #E6EDF0;
	padding-top: 60px;
	padding-bottom: 60px;
}
.bottom-cta-box-left, .bottom-cta-box-right {
	width: 50%;
	display: inline-block;
	float: left;
	position: relative;
}
.bottom-cta-box-right {
	padding-left: 110px;
}
.bottom-cta-box-left:after {
	content: '';
	position: absolute;
	right: -1px;
	width: 2px;
	height: 100px;
	top: 50%;
	margin-top: -50px;
	background: #DAE2E6;
}
.bottom-cta-box b {
	font-style: normal;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: #0a0d0d;
	margin-bottom: 15px;
	width: 100%;
	display: block;
}
@media screen and (max-width: 768px) {
	.page-intro {
		padding-bottom: 60px;
	}
	.page-intro h1 {
		margin-top: 30px;
		font-style: normal;
		font-weight: 600;
		font-size: 30px;
		line-height: 35px;
		margin-bottom: 10px;
	}
	.page-intro p {
		font-weight: 300;
	}
	.why-choose-us-box {
		min-height: 395px;
		width: calc(33.33333% - 8px);
		margin-bottom: 10px;
	}
	.why-choose-us-box h3 {
		font-size: 40px;
		line-height: 50px;
	}
	.why-choose-us-box:nth-child(3n+2) {
		margin-left: 11px;
		margin-right: 11px;
	}
	.meet-our-writers-area {
		margin-top: 30px;
	}
	.writer-box {
		width: calc(33.3333% - 8px);
		padding: 15px;
		margin-bottom: 15px;
	}
	.writer-box:nth-child(3n+2) {
		margin-left: 11px;
		margin-right: 11px;
	}
	.wht-clnts-say-js22 {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.featured h2 {
		margin-top: 60px;
		margin-bottom: 10px;
		font-weight: 600;
		font-size: 18px;
		line-height: 25px;
	}
	.featured .about-us-links a, .featured .about-us-links .a {
		width: calc(16.66% - 5px);
		margin-right: 5px;
		height: 60px;
		line-height: 60px;
	}
	.featured .about-us-links {
		vertical-align: top;
	}
	/* bottom cta */
	.bottom-cta-box b {
		width: 90%;
	}
	.bottom-cta-box .b-btn-d99v {
		padding-left: 30px;
		padding-right: 30px;
	}
	.bottom-cta-box-right {
		padding-left: 48px;
	}
}
@media screen and (max-width: 420px) {
	.why-choose-us-box {
		min-height: auto;
		width: 100%;
	}
	.why-choose-us-box h3 {
		font-size: 50px;
		line-height: 60px;
	}
	.why-choose-us-box:nth-child(3n+2) {
		margin-left: 0;
		margin-right: 0;
	}
	.writer-box {
		padding: 30px;
		width: 100%;
		margin-bottom: 5px;
	}
	.service-info-wrap .info-d {
		width: 70%;
	}
	.writer-box:nth-child(3n+2) {
		margin-left: 0;
		margin-right: 0;
	}
	.writer-box .btn-wrap a {
		width: calc(50% - 3px);
	}
	.featured .about-us-links a, .featured .about-us-links .a {
		width: calc(50% - 5px);
	}
	.featured a img, .featured .a img {
		width: 50%;
	}
	/* bottom cta */
	.bottom-cta-box-left, .bottom-cta-box-right {
		width: 100%;
	}
	.bottom-cta-box-left {
		padding-bottom: 30px;
	}
	.bottom-cta-box-left:after {
		right: auto;
		top: auto;
		height: auto;
		bottom: -1px;
		left: 0;
		width: 100%;
		margin-top: 0;
		height: 2px;
	}
	.bottom-cta-box-right {
		padding-left: 0;
		padding-top: 30px;
	}
}
/* contacts page */
.contacts-page {
	padding-bottom: 80px;
}
.contacts-page h1, .heplcenter-page h1, .reviews-page h1, .samples-archive h1 {
	margin: 0;
	margin-top: 40px;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #0a0d0d;
}
.contact-info, .contact-form {
	background: #E6EDF0;
	border-radius: 5px;
	padding: 40px;
	display: inline-block;
	float: left;
	min-height: 675px;
}
.contact-info {
	width: 635px;
	margin-right: 30px;
}
.contact-form {
	width: 445px;
	padding-left: 30px;
	padding-right: 30px;
}
.contact-info-box {
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 2px solid #DAE2E6;
}
.contact-info-box:first-child {
	padding-top: 0;
}
.contact-info-box:last-child {
	border-bottom: 0;
}
.contact-info-title {
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	display: block;
	margin-bottom: 5px;
}
.contact-info-data, .contact-info-data a, .contact-info-data a:visited {
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: #0a0d0d;
	text-decoration: none;
}
.contact-info-data a:hover {
	text-decoration: underline;
}
.contact-info .footer-social-links img {
	width: 30px;
	height: 30px;
}
.contact-form b {
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: #0a0d0d;
}
.contact-form label {
	padding: 10px 15px;
	background: #eef1f1;
	border-radius: 5px;
	display: inline-block;
	margin-bottom: 25px;
	width: 100%;
}
.contact-form .input-lab {
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #000;
}
.contact-form input, .contact-form textarea  {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #A1ADB3;
	width: 100%;
	display: inline-block;
	border: none;
	background: #eef1f1;
	padding: 0;
	height: 20px;
}
.contact-form input:focus, .contact-form textarea:focus {
	outline: none;
}
.contact-form textarea {
	height: 120px;
}
.contact-form input::placeholder, .contact-form textarea::placeholder {
	color: #A1ADB3;
}
.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
}
.wpcf7-acceptance label {
	background: none;
	padding: 0;
	vertical-align: top;
}
.wpcf7-acceptance input[type="checkbox" i] {
	text-align: left;
	display: inline-block;
	width: 20px;
	margin-right: 10px;
	vertical-align: top;
}
.wpcf7-acceptance .wpcf7-list-item-label {
	display: inline-block;
	width: calc(100% - 30px);
	font-size: 12px;
	line-height: 15px;
	color: #737B80;
	vertical-align: top;
}
.wpcf7-acceptance a {
	color: #737B80;
}
.contact-form input[type="submit"] {
	background: linear-gradient(180deg, #1B2626 0%, #0a0d0d 100%);
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	font-weight: 700;
	font-size: 15px;
	line-height: 20px;
	text-transform: capitalize;
	padding: 11px 30px;
	display: inline-block;
	text-align: center;
	color: #eef1f1;
	text-decoration: none;
	border: 3px solid transparent;
	position: relative;
	z-index: 1;
	width: auto;
	height: auto;
	cursor: pointer;
}
@media (hover: hover) {
	.contact-form input[type="submit"]:hover {
		box-shadow: none;
		border-radius: 5px;
		transition: .35s;
		background: #5C6366;
	}
}
.contact-form input[type="submit"]:active {
	border: 3px solid #737B80;
	transition: border .35s;
}
@media screen and (max-width: 768px) {
	.contacts-page {
		padding-bottom: 60px;
	}
	.contact-info, .contact-form {
		width: calc(50% - 4px);
		padding: 30px 15px;
		min-height: 650px;
	}
	.contact-info {
		margin-right: 8px;
	}
	.contact-info-data, .contact-info-data a, .contact-info-data a:visited {
		font-weight: 600;
		font-size: 20px;
		line-height: 30px;
	}
	.contact-info .footer-social-links {
		width: 100%;
		text-align: left;
		margin-top: 20px;
	}
	.contacts-page h1, .heplcenter-page h1, .reviews-page h1, .samples-archive h1 {
		font-weight: 600;
		font-size: 30px;
		line-height: 35px;
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.contact-form input[type="submit"] {
		width: 100%;
	}
}
@media screen and (max-width: 420px) {
	.contact-info, .contact-form {
		width: 100%;
		min-height: auto;
	}
	.contact-info {
		margin-right: 0;
		margin-bottom: 5px;
	}
}
/* helpcenter */
.help-nav-block {
	margin-top: 15px;
	padding-bottom: 15px;
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
}
.help-nav-block a, .help-nav-block a:visited {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #5C6366;
	text-decoration: none;
	display: inline-block;
	margin-right: 30px;
}
.help-nav-block a:hover {
	text-decoration: underline;
}
.help-section {
	padding-bottom: 40px;
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
}
.help-section h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.help-section:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}
.hlp-bx-23dd-item:first-child {
	margin-top: 0;
}
.hlp-bx-23dd-item {
	margin-top: 5px;
}
.hlp-bx-23dd-title {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 20px 30px;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #0a0d0d;
	cursor: pointer;
	position: relative;
	padding-right: 60px;
}
.hlp-bx-23dd-title:after {
	content: '';
	position: absolute;
	right: 30px;
	top: 25px;
	width: 20px;
	height: 20px;
	background: url("images/plus.png");
	background-size: 100%;
}
.hlp-bx-23dd-item.hlp-bx-23dd-title-open .hlp-bx-23dd-title{
	border-bottom-left-radius: 0px;
	border-bottom-rigt-radius: 0px;
}
.hlp-bx-23dd-item.hlp-bx-23dd-title-open .hlp-bx-23dd-title:after {
	background: url("images/help-minus.png");
}
.hlp-bx-23dd-content {
	border-radius: 5px;
	padding: 20px 30px;
	background: #FFFFFF;
	border-top-left-radius: 0px;
	border-top-rigt-radius: 0px;
}
.hlp-bx-23dd-content {
	opacity: 0;
	visibility: hidden;
	height: 0;
	position: absolute;
	transition: all .35s;
}
.hlp-bx-23dd-item.hlp-bx-23dd-title-open .hlp-bx-23dd-content {
	opacity: 1;
	visibility: visible;
	height: auto;
	transition: all .35s;
	position: relative;
}
.help-wrap {
	padding-bottom: 80px;
}
.hlp-nav-arw-dwn-dd7d {
	display: none !important;
}
@media screen and (max-width: 768px) {
	.help-section h2 {
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.hlp-bx-23dd-title {
		padding: 15px;
		font-weight: 600;
		font-size: 18px;
		line-height: 25px;
	}
	.hlp-bx-23dd-content {
		padding: 15px;
	}
	.hlp-bx-23dd-title:after {
		right: 16px;
		top: 16px;
	}
	.help-section {
		padding-bottom: 30px;
	}
	.help-wrap {
		padding-bottom: 60px;
	}
	.help-nav-block {
		margin-bottom: 0;
		border-bottom: 0;
		position: relative;
	}
	.help-nav-block a {
		width: 100%;
		padding: 15px;
		padding-right: 0;
		background: #FFFFFF;
		border-radius: 5px;
		font-size: 15px;
		line-height: 20px;
		color: #0a0d0d;
		position: relative;
	}
	.help-nav-block a {
		display: none;
	}
	.help-nav-block a:first-child {
		display: block;
	}
	.help-nav-block.help-nav-block-open a {
		display: block;
	}
	.help-nav-block.help-nav-block-open a {
		border-radius: 0;
	}
	.help-nav-block.help-nav-block-open a:first-child {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.help-nav-block.help-nav-block-open a:last-child {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.help-nav-block a.hlp-nav-arw-dwn-dd7d {
		display: block !important;
		height: 50px;
		width: 80px;
		right: 0;
		top: 0;
		position: absolute;
		text-align: center;
		line-height: 50px;
		padding: 0;
		margin-right: 0;
	}
	.hlp-nav-arw-dwn-dd7d img {
		vertical-align: middle;
		width: 15px;
	}
}
/* partnership page */
.page-template-page-partnership header {
	border-bottom: 0;
}
.page-template-page-partnership header.header-sticky {
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
}
.partnership-left {
	padding: 60px;
	background: #fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	width: calc(100% - 460px);
	display: inline-block;
	float: left;
	min-height: 787px;
}
.partnership-page h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #0a0d0d;
	margin: 0;
	margin-bottom: 10px;
}
.partnership-page p {
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	color: #0a0d0d;
	margin: 0;
	margin-bottom: 30px;
}
.partnership-right {
	padding: 40px 30px;
	background: #DFEBE1;
	width: 460px;
	border-radius: 0;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	min-height: 787px;
}
.partnership-right b {
	margin-bottom: 20px;
	display: block;
}
.page-template-page-partnership .grn-pnts-gh78j li {
	margin-top: 15px;
}
.our-requirements, .how-to-apply {
	margin-top: 80px;
}
.page-template-page-partnership h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	color: #0a0d0d;
	margin: 0;
	margin-bottom: 30px;
}
.our-requirements p {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #0a0d0d;
	max-width: 75%;
	margin: 0;
}
.left-col {
	width: 50%;
	display: inline-block;
	float: left;
}
.right-col {
	width: 50%;
	display: inline-block;
	float: left;
}
.how-to-apply {
	margin-bottom: 80px;
}
.how-to-apply-box {
	width: calc(33.333% - 20px);
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	padding: 30px;
	float: left;
	background: #fff;
	border-radius: 5px;
	min-height: 270px;
}
.how-to-apply-box:nth-child(2) {
	margin-left: 0;
}
.how-to-apply-box h3 {
	padding: 0;
	margin: 0;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: #0a0d0d;
	margin-bottom: 15px;
}
.how-to-apply-box p {
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	color: #5C6366;
	margin: 0;
}
@media screen and (max-width: 768px) {
	.partnership-left {
		width: calc(50% - 4px);
		width: 100%;
		margin-right: 8px;
		border-radius: 5px;
		min-height: 797px;
		padding: 30px 15px;
		min-height: auto;
	}
	.partnership-page h1 {
		margin-bottom: 20px;
		font-weight: 600;
		font-size: 30px;
		line-height: 35px;
	}
	.page-template-page-partnership ul.grn-pnts-gh78j li {
		font-weight: 600;
		font-size: 16px;
		line-height: 25px;
		padding-left: 35px;
		height: auto;
	}
	.page-template-page-partnership ul.grn-pnts-gh78j li:before {
		width: 25px;
		height: 25px;
	}
	.partnership-right {
		width: calc(50% - 4px);
		width: 100%;
		border-radius: 5px;
		min-height: 655px;
		padding: 30px 15px;
		min-height: auto;
	}
	.our-requirements, .how-to-apply {
		margin-top: 60px;
	}
	.page-template-page-partnership h2 {
		margin-bottom: 15px;
	}
	.our-requirements p {
		font-size: 16px;
		line-height: 25px;
		max-width: 95%;
	}
	.how-to-apply-box {
		width: calc(33.333% - 4px);
		padding: 15px;
		margin-left: 5px;
	}
	.how-to-apply {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 420px) {
	.partnership-left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 5px;
		min-height: auto;
	}
	.partnership-right {
		width: 100%;
		min-height: auto;
	}
	.left-col, .right-col {
		width: 100%;
	}
	.our-requirements p {
		max-width: 100%;
	}
	.how-to-apply-box {
		width: 100%;
		margin-left: 0;
		margin-bottom: 5px;
		min-height: auto;
	}
}
/* reviews / stories */
.reviews-page h1 {
	margin-bottom: 25px;
}
.page-template-page-success-stories .stories-area:first-child .stories-content {
	padding-top: 35px;
	padding-bottom: 60px;
}
.page-template-page-success-stories .stories-area .stories-content {
	padding-top: 60px;
	padding-bottom: 60px;
	display: inline-block;
	float: left;
}
.page-template-page-success-stories .stories-area {
	background: #eef1f1;
}
.page-template-page-success-stories .stories-area:nth-child(2n) {
	background: #d4e3e3;
}
.page-template-page-success-stories .stories-area:nth-child(2n+1) {
	background: #fff;
}
.page-template-page-success-stories .stories-area:nth-child(2n) .stories-content {
	float: right;
}
.page-template-page-success-stories .stories-img img {
	vertical-align: bottom;
}
@media screen and (max-width: 768px) {
	.page-template-page-success-stories .stories-area:nth-child(2n) .stories-content {
		float: left;
	}
	.page-template-page-success-stories .stories-area .stories-content, .page-template-page-success-stories .stories-area:first-child .stories-content {
		padding-top: 30px;
		padding-bottom: 0;
	}
	.page-template-page-success-stories .stories-review {
		font-weight: 300;
		font-size: 14px;
		line-height: 20px;
		max-width: 80%;
	}
	.page-template-page-success-stories .stories-img {
		padding-top: 65px;
	}
	.page-template-page-success-stories .stories-review {
		margin-bottom: 15px;
	}
}
/* 404 */
body.error404 {
	background: #EBE1DF;
}
.page-404-error {
	text-align: center;
}
.page-404-error img {
	display: inline-block;
	margin-top: 100px;
}
.page-404-error b {
	display: block;
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	text-align: center;
	color: #0a0d0d;
	margin-top: 20px;
	margin-bottom: 15px;
}
.page-404-error p {
	margin: 0 auto;
	font-size: 16px;
	line-height: 25px;
	width: 50%;
	text-align: center;
	color: #5C6366;
	margin-bottom: 30px;
}
.page-404-error p a, .page-404-error a:visited {
	font-size: 16px;
	line-height: 25px;
	color: #5C6366;
}
.page-404-error .b-btn-d99v {
	margin-bottom: 100px;
}
body.error404 footer {
	border-top: 2px solid rgba(0, 34, 51, 0.08);
}
@media screen and (max-width: 768px) {
	.page-404-error img {
		margin-top: 70px;
	}
	.page-404-error b {
		margin-bottom: 10px;
	}
	.page-404-error p {
		width: 70%;
	}
}
@media screen and (max-width: 420px) {
	.page-404-error p {
		width: 100%;
	}
}
/* main content page */
.main-content-page h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #0a0d0d;
}
.main-content-page p {
	font-size: 16px;
	line-height: 25px;
	color: #000;
}
.main-content-page p a, .main-content-page p:visited {
	color: #000;
}
.main-content-page h2 {
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: #0a0d0d;
}
.main-content-page h3, .main-content-page h4, .main-content-page h5, .main-content-page h6 {
	color: #0a0d0d;
}
.main-content-page  table {
	/*border: 1px solid #ccc;
	border-radius: 10px;*/
	margin-bottom: 15px;
	height: auto !important;
}
.main-content-page  table tbody {

}
.main-content-page tr  {
	border: 1px solid #ccc;
}
.main-content-page td, .main-content-page th {
	border: 1px solid #ccc ;
	padding: 5px;
}
.page footer, .category footer, .single footer, .archive footer {
	border-top: 2px solid rgba(0, 34, 51, 0.08);
}
@media screen and (max-width: 768px) {
	.main-content-page h1 {
		font-size: 30px;
		line-height: 35px;
	}
}
/* blog */
/* blog main page */
.blog-page h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #0a0d0d;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}
.recent-articles-cat-title h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	color: #0a0d0d;
	margin-bottom: 30px;
	display: inline-block;
	margin-right: 15px;
}
.blog-cat-page .recent-articles-cat-title h2 {
	margin-bottom: 10px;
	margin-top: 40px;
	display: block;
}
.recent-articles-cat-title b {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #0a0d0d;
	margin-bottom: 30px;
	display: block;
}
.recent-articles-cat-title .view-all-l {
	padding: 10px;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-transform: capitalize;
	color: #000;
	display: inline-block;
	background: #FFFFFF;
	border-radius: 5px;
	text-decoration: none;
	vertical-align: top;
	transition: all .35s;
}
@media (hover: hover) {
	.recent-articles-cat-title .view-all-l:hover {
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
		transition: all .35s;
	}
}
.recent-articles-box {
	display: inline-block;
	float: left;
	width: calc(33.333% - 20px);
}
.recent-articles-box:nth-child(3n+2) {
	margin-left: 30px;
	margin-right: 30px;
}
.blog-cat-page .recent-articles-box {
	margin-bottom: 65px;
}
.recent-articles-box img {
	width: 100%;
	margin-bottom: 15px;
}
.recent-articles-box a, .recent-articles-box a:visited {
	color: #0a0d0d;
	text-decoration: none;
}
.recent-articles-box p {
	margin: 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #0a0d0d;
	margin-bottom: 20px;
	min-height: 90px;
}
.recent-article-meta a, .recent-article-meta:visited {
	padding: 5px;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-transform: capitalize;
	color: #000;
	display: inline-block;
	background: #FFFFFF;
	border-radius: 5px;
	text-decoration: none;
	margin-right: 5px;
	transition: all .35s;
}
@media (hover: hover) {
	.recent-article-meta a:hover {
		box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.15);
		transition: all .35s;
	}
}
.recent-articles {
	padding-bottom: 60px;
	margin-bottom: 30px;
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
}
.recent-articles:last-child {
	border-bottom: 0;
}
@media screen and (max-width: 768px) {
	.blog-page h1 {
		margin-top: 30px;
		margin-bottom: 30px;
		font-weight: 600;
		font-size: 30px;
		line-height: 35px;
	}
	.recent-articles-cat-title h2 {
		font-weight: 600;
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 20px;
	}
	.recent-articles-box p {
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 420px) {
	.recent-articles-box {
		width: 100%;
		margin-bottom: 35px;
	}
	.recent-articles-box:nth-child(3n+2) {
		margin-left: 0px;
		margin-right: 0px;
	}
	.recent-articles {
		padding-bottom: 0px;
	}
}
/* pagination */
.navigation.pagination {
	text-align: center;
}
.pagination .page-numbers, .pagination .page-numbers:visited {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #5C6366;
	text-decoration: none;
	display: inline-block;
	width: 30px;
	transition: all .35s;
	border-bottom: 4px solid transparent;
	height: 45px;
	vertical-align: top;
	margin-left: 15px;
	margin-right: 15px;
}
@media (hover: hover) {
	.pagination .page-numbers:hover {
		border-bottom: 4px solid #0a0d0d;
		transition: all .35s;
	}
}
.pagination .page-numbers:focus {
	outline: none;
}
.pagination .page-numbers.current {
	color: #0a0d0d;
	padding-bottom: 15px;
	border-bottom: 4px solid #0a0d0d;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
	padding-top: 2px;
	height: 30px;
}
.pagination .page-numbers.prev img, .pagination .page-numbers.next img {
	fill: #0a0d0d;
}
.pagination .page-numbers.prev {
	margin-right: 35px;
}
.pagination .page-numbers.next {
	margin-left: 35px;
	transform: rotate(180deg);
}
@media (hover: hover) {
	.page-numbers.prev:hover, .page-numbers.next:hover {
		border-bottom: 4px solid transparent;
		transition: all .35s;
	}
}
@media screen and (max-width: 768px) {
	.pagination .page-numbers, .pagination .page-numbers:visited {
		font-weight: 700;
		font-size: 14px;
		line-height: 20px;
	}
	.pagination .page-numbers.prev {
		margin-right: 20px;
	}
	.pagination .page-numbers.next {
		margin-left: 20px;
	}
	.pagination .page-numbers.prev, .pagination .page-numbers.next {
		height: 20px;
		padding-top: 0;
	}
	.blog-cat-page .recent-articles-box {
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 420px) {
	.pagination .page-numbers, .pagination .page-numbers:visited {
		margin-left: 5px;
		margin-right: 5px;
	}
}
/* single post blog */
.single .main-content-page {
	background: #fff;
	padding-top: 40px;
	padding-bottom: 0;
}
.single-wrap {
	max-width: 730px;
	margin: 0 auto;
}
.single .main-content-page h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	margin: 0;
	margin-bottom: 15px;
	color: #0a0d0d;
}
.single .recent-article-meta a {
	background: #E6EDF0;
}
.single .recent-article-meta {
	margin-bottom: 30px;
}
.single .single-post-thumbnail {
	margin-bottom: 30px;
}
.single .main-content-page hr {
	margin: 0;
	margin-top: 30px;
	margin-bottom: 30px;
	background-color: rgba(0, 34, 51, 0.08);
	height: 2px;
}
.single .main-content-page blockquote {
	background: #d4e3e3;
	border-radius: 5px;
	margin: 0;
	padding: 30px;
	padding-left: 70px;
	position: relative;
}
.single .main-content-page blockquote:before {
	content: '';
	position: absolute;
	left: 30px;
	top: 30px;
	background: url("images/quote.svg");
	width: 30px;
	height: 30px;
	z-index: 1;
}
.single .main-content-page blockquote p {
	margin: 0;
}

.single .main-content-page ul {
	margin-left: 30px;
}
.single .main-content-page li {
	margin-bottom: 10px;
}
.single .main-content-page #fr-rsm-anls-nc231 {
	margin-top: 30px;
	margin-bottom: 30px;
}
.sample-text-version a  {
	position: relative;
	display: inline-block;
	color: #000;
	width: auto;
	outline: none;
	transition: all .35s;
}
.sample-text-version a:before  {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 2px;
	background: #000;
	opacity: 1;
	transition: .3s;
}
.sample-text-version a:hover {
	text-decoration: none;
}
.sample-text-version a:hover:before {
	content: none;
}
.single footer, .archive footer {
	margin-top: 80px;
}
@media screen and (max-width: 768px) {
	.single .container-wrap {
		max-width: 100%;
	}
	.single header {
		padding-left: 25px;
		padding-right: 25px;
	}
/*	.single header .header-get-started.mobile {
		right: 75px;
	}*/
	.single header .menu-icon {
		right: 25px;
	}
	.single footer {
		padding-left: 25px;
		padding-right: 25px;
		margin-top: 0;
		border-top: 0;
	}
	.single header.header-sticky .header-get-started.mobile {
		right: 50px;
	}
	.single header.header-sticky .menu-icon {
		right: 0;
	}
	.single .main-content-page {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.single .main-content-page h1 {
		font-weight: 600;
		font-size: 30px;
		line-height: 35px;
	}
	.single .main-content-page blockquote {
		padding-left: 30px;
		padding-top: 70px;
	}
}
@media screen and (max-width: 420px) {
	.single .single-wrap {
		padding-left: 25px;
		padding-right: 25px;
	}
}
/* service page */
.intro-image-x89p p {
	margin: 0;
	margin-top: 20px;
	width: 635px;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #5C6366;
}
.s-intro-y89r .home-intro-img {
	right: 0px;
	width: 615px;
	z-index: -1;
}
.spo-btn-d25k {
	margin-top: 15px;
	margin-bottom: -48px;
}
.pr-area-hd66d-header {
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
	margin-bottom: 40px;
}
.pr-area-hd66d h2 {
	margin: 0;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: #0a0d0d;
	padding-bottom: 10px;
	display: inline-block;
	width: 30%;
}
.pr-area-hd66d h3 {
	width: 17%;
	display: inline-block;
	margin: 0;
	text-align: center;
}
.pr-area-hd66d h3 a, .pr-area-hd66d h3 a:visited {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #5C6366;
	padding-bottom: 15px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	border-bottom: 4px solid transparent;
}
@media (hover: hover) {
	.pr-area-hd66d h3 a:hover {
		color: #0a0d0d;
		border-color: #0a0d0d;
	}
}
.pr-area-hd66d h3 a.level-active {
	color: #0a0d0d;
	border-color: #0a0d0d;
}
.pr-area-hd66d h3 a:focus {
	outline: none;
}
.prcs-bx-js89s {
	padding: 30px;
	background: #DFEBE1;
	border-radius: 5px;
	width: calc(33.33% - 10px);
	display: inline-block;
	float: left;
}
.prcs-bx-js89s:nth-child(3n+2) {
	margin-left: 15px;
	margin-right: 15px;
}
.prcs-bx-js89s b {
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	color: #0a0d0d;
}
.prcs-pplr-gg555r {
	margin-left: 5px;
	vertical-align: top;
	display: inline-block;
	background: #0a0d0d;
	border-radius: 5px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 600;
	padding-left: 15px;
	padding-right: 15px;
	height: 25px;
	line-height: 25px;
	margin-top: 5px;
}
.prcs-bx-js89s p {
	margin: 0;
	margin-top: 5px;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	color: #737B80;
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
}
.prcs-bx-js89s .prcs-prc-hd5d {
	display: block;
	font-weight: 600;
	font-size: 50px;
	line-height: 60px;
	margin-top: 20px;
	color: #0a0d0d;
	margin-bottom: 5px;
}
.prcs-bx-js89s .prcs-prc-hd5d-desc {
	display: block;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 20px;
	color: #737B80;
}
.prcs-bx-js89s .b-btn-d99v {
	width: 100%;
}
.grn-pnts-gh78j.fill-pnts-jh5 {
	margin-top: 20px;
}
.grn-pnts-gh78j.fill-pnts-jh5 li:before {
	background: url(images/check-fill.svg);
	width: 20px;
	height: 20px;
}
.grn-pnts-gh78j.fill-pnts-jh5 li {
	font-size: 14px;
	line-height: 20px;
	color: #0a0d0d;
	height: auto;
	margin-bottom: 20px;
	padding-left: 30px;
	font-weight: 400;
}
.grn-pnts-gh78j.fill-pnts-jh5 li.disable {
	text-decoration-line: line-through;
	color: #737B80;

}
.grn-pnts-gh78j.fill-pnts-jh5 li.disable:before {
	background: url(images/uncheck.svg);
}
.grn-pnts-gh78j.fill-pnts-jh5 hr {
	height: 2px;
	background: rgba(0, 34, 51, 0.08);
}
.srvcs-it-wrks-mn55i .hw-inf-bx-sb45s:nth-child(3) {
	background: transparent;
	padding-bottom: 0px;
}
.srvcs-it-wrks-mn55i .hw-inf-bx-sb45s:nth-child(3) span.inf-nm-bb22z {
	background: #E6EDF0;
}
.srvcs-it-wrks-mn55i .hw-inf-bx-sb45s:nth-child(3) p {
	margin-bottom: 0;
}
/* service faq */
.srvs-faq-fh23s {
	margin-bottom: 80px;
	overflow: hidden;
	position: relative;
}
.srvs-faq-fh23s h2 {
	margin: 0;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #0a0d0d;
	margin-bottom: 20px;
}
.hlp-bx-23dd-title h3 {
	margin: 0;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	padding-right: 35px;
}
.single-products .wht-clnts-say-js22 {
	background: #d4e3e3;
}
.single-products footer {
	margin-top: 0;
}
@media screen and (max-width: 768px) {
	.s-intro-y89r.intro-image-x89p h1 {
		margin-top: 30px;
		width: 100%;
		max-width: 100%;
	}
	.intro-image-x89p p {
		margin-top: 10px;
		margin-bottom: 20px;
		width: 100%;
	}
	.s-intro-y89r .home-intro-img {
		display: none;
	}
	.pr-area-hd66d h2 {
		width: 100%;
		margin-bottom: 5px;
	}
	.pr-area-hd66d-header {
		margin-bottom: 10px;
		border-bottom: 0;
		position: relative;
	}
	.pr-area-hd66d-header a.hlp-nav-arw-dwn-dd7d {
		display: block !important;
		height: 60px;
		width: 80px;
		right: 0;
		top: 45px;
		position: absolute;
		text-align: center;
		line-height: 55px;
		padding: 0;
		margin-right: 0;
	}
	.pr-area-hd66d-header.help-nav-block-open h3 {
		display: block;
	}
	.pr-area-hd66d-header.help-nav-block-open h3 {
		border-radius: 0;
	}
	.pr-area-hd66d-header.help-nav-block-open h3:nth-child(2) {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.pr-area-hd66d-header.help-nav-block-open h3:nth-last-child(2) {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.pr-area-hd66d-header h2 {
		font-size: 20px;
		line-height: 30px;
	}
	.pr-area-hd66d-header h3 {
		display: none;
		width: 100%;
		padding: 15px;
		padding-right: 0;
		background: #FFFFFF;
		border-radius: 5px;
		font-size: 15px;
		line-height: 20px;
		position: relative;
		text-align: left;
		color: #0a0d0d;
	}
	.pr-area-hd66d-header h3:nth-child(2) {
		display: block;
	}
	.pr-area-hd66d h3 a, .pr-area-hd66d h3 a:visited {
		border-bottom: 0;
		padding-bottom: 0;
		color: #0a0d0d;
	}
	.prcs-bx-js89s {
		margin-bottom: 15px;
		width: 100%;
		padding: 20px;
	}
	.prcs-bx-js89s:nth-child(3n+2) {
		margin-left: 0;
		margin-right: 0;
	}
	.grn-pnts-gh78j.fill-pnts-jh5 hr, .grn-pnts-gh78j.fill-pnts-jh5 li.disable {
		display: none;
	}
	.prcs-bx-js89s b {
		font-size: 25px;
		line-height: 35px;
	}
	.prcs-bx-js89s p {
		font-size: 16px;
		line-height: 25px;
	}
	.prcs-bx-js89s .prcs-prc-hd5d {
		font-size: 40px;
		line-height: 50px;
	}
}
@media screen and (max-width: 420px) {
	.pr-area-hd66d-header a.hlp-nav-arw-dwn-dd7d {
		top: 45px
	}
}
/* samples */
/* samples archive */
.samples-area-header {
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
	margin-bottom: 40px;
}
.samples-area-header h2 {
	margin: 0;
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: #0a0d0d;
	padding-bottom: 10px;
	display: inline-block;
	width: 30%;
}
.samples-area-header a, .samples-area-header a:visited {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #5C6366;
	padding-bottom: 15px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	border-bottom: 4px solid transparent;
	width: 13.5%;
	display: inline-block;
	margin: 0;
	text-align: center;
}
@media (hover: hover) {
	.samples-area-header a:hover {
		color: #0a0d0d;
		border-color: #0a0d0d;
	}
}
.samples-area-header  a.level-active {
	color: #0a0d0d;
	border-color: #0a0d0d;
}
.samples-area-header  a:focus {
	outline: none;
}
.samples-box {
	background: #E6EDF0;
	border-radius: 5px;
	width: calc(25% - 22.5px);
	display: inline-block;
	float: left;
	margin-right: 30px;
	min-height: 490px;
	vertical-align: top;
	margin-bottom: 30px;
	display: none;
}
.samples-box:nth-child(-n+4) {
	display: block;
}
.samples-box img {
	vertical-align: top;
	width: 100%;
}
.samples-box:nth-child(4n) {
	margin-right: 0;
}
.samples-box b a, .samples-box b a:visited {
	margin-top: 15px;
	margin-bottom: 15px;
	display: block;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #0a0d0d;
	padding-left: 15px;
	padding-right: 15px;
	text-decoration: none;
	min-height: 60px;
	display: -webkit-box;
	-webkit-line-clamp: 3;     /* Кількість рядків */
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 4.5em;              /* Висота = 1.5em * 3 рядки */
	line-height: 1.5em
}
@media (hover: hover) {
	.samples-box b a:hover {
		text-decoration: underline;
	}
}
.samples-box .recent-article-meta {
	margin-bottom: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
.samples-wrap .grey-btn {
	width: 100%;
	margin-bottom: 30px;
}
.sample-link {
	display: block;
	width: 100%;
	height: 306px;
	background-size: cover;
	background-position: center;
}
#industries.samples-page-industries h2 {
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
}
#industries.samples-page-industries .industries-box {
	background: #fff;
}
#industries.samples-page-industries .industries-area {
	height: auto;
}
#industries.samples-page-industries .industries-area:after {
	display: none;
}
@media screen and (max-width: 768px) {
	.samples-area-header {
		border-bottom: 0;
	}
	.samples-area-header h2 {
		width: 100%;
	}
	.samples-area-header {
		position: relative;
	}
	.samples-area-header a.hlp-nav-arw-dwn-dd7d {
		display: block !important;
		height: 50px;
		width: 80px;
		right: 0;
		top: 45px;
		position: absolute;
		text-align: center;
		line-height: 45px;
		padding: 0;
		margin-right: 0;
	}
	.samples-area-header.help-nav-block-open a {
		display: block;
	}
	.samples-area-header.help-nav-block-open a {
		border-radius: 0;
	}
	.samples-area-header.help-nav-block-open a:nth-child(2) {
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}
	.samples-area-header.help-nav-block-open a:nth-last-child(2) {
		border-bottom-left-radius: 5px;
		border-bottom-right-radius: 5px;
	}
	.samples-area-header a {
		display: none;
		width: 100%;
		padding: 15px;
		padding-right: 0;
		background: #FFFFFF;
		border-radius: 5px;
		font-size: 15px;
		line-height: 20px;
		position: relative;
		text-align: left;
		color: #0a0d0d;
	}
	.samples-area-header a:nth-child(2) {
		display: block;
	}
	.samples-area-header a, .samples-area-header a:visited {
		border-bottom: 0;
		padding-bottom: 15px;
		color: #0a0d0d;
	}
	.samples-box {
		width: calc(50% - 4px);
		margin-right: 8px;
		margin-bottom: 10px;
	}
	.samples-box:nth-child(4n) {
		margin-right: 0;
	}
	.samples-box:nth-child(2n) {
		margin-right: 0;
	}
	#industries.samples-page-industries {
		padding-top: 50px;
	}
	#industries.samples-page-industries .industries-box {
		margin-right: 5px;
		margin-bottom: 5px;
	}
	#industries.samples-page-industries .industries-box ul li {
		margin-top: 15px;
	}
	#industries.samples-page-industries .industries-box ul li {
		font-weight: 700;
		font-size: 15px;
		line-height: 20px;
	}
	#industries.samples-page-industries h2 {
		font-size: 25px;
		line-height: 35px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 420px) {
	.samples-box {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
		min-height: auto;
	}
}
/* taxanomy samplescat */
.tax-samplescat .samples-box, .tax-industries .samples-box {
	display: block;
}
.tax-samplescat footer, .tax-industries footer {
	border-top: 2px solid rgba(0, 34, 51, 0.08);
}
/* single sample */
.single-sample-area h1 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	margin: 0;
	margin-top: 40px;
	margin-bottom: 30px;
	color: #0a0d0d;
}
.single-sample-left {
	margin-right: 30px;
	width: 730px;
	float: left;
	display: inline-block;
}
.single-sample-right {
	display: inline-block;
	width: 350px;
	background: #DFEBE1;
	border-radius: 5px;
	padding: 30px;
}
.single-sample-right h2 {
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
	margin-bottom: 20px;
}
.single-sample-right b {
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	display: block;
	color: #0a0d0d;
	margin-bottom: 10px;
}
.single-sample-right hr {
	background-color: rgba(0, 34, 51, 0.08);
	height: 2px;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}
.single-sample-right .b-btn-d99v, .single-sample-right .grey-btn {
	width: 100%;
}
.single-sample-right .b-btn-d99v {
	margin-bottom: 20px;
}
.simple-link, .simple-link:visited {
	font-size: 16px;
	line-height: 25px;
	color: #0a0d0d;
}
.samples-template-default .recent-article-meta a {
	margin-bottom: 5px;
}
.samples-template-default .related-samples .recent-article-meta a {
	background: #fff;
}
.sample-text-version-area h2 {
	margin-top: 30px;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	color: #0a0d0d;
	text-align: center;
}
.sample-text-version {
	padding-bottom: 30px;
	background: #FFFFFF;
	border-radius: 5px;
	width: 730px;
	margin: 0 auto;
}
.sample-text-version ul, .sample-text-version ol {
	list-style-type: inherit;
	margin-left: 30px;
}
.sample-text-version h3 {
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: #0a0d0d;
	margin: 0;
	margin-bottom: 15px;
}
.sample-text-version .desc {
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	color: #A1ADB3;
}
.sample-text-version hr {
	background-color: rgba(0, 34, 51, 0.08);
	height: 2px;
	margin: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}
.sample-text-version h3.grey-color {
	color: #737B80;
}
ul.marker-points {
	margin: 0;
	padding: 0;
}
ul.marker-points li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	padding-left: 35px;
	font-weight: 300;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 10px;
	margin-top: 20px;
}
ul.marker-points li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	background: url("images/marker.svg");
	width: 25px;
	height: 25px;
}
.sample-text-version p {
	margin: 0;
	margin-top: 15px;
}
.related-samples h2 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: 600;
	font-size: 30px;
	line-height: 35px;
	color: #0a0d0d;
}
.sample-how-to {
	padding: 60px 190px;
	background: #FFFFFF;
	margin-bottom: 80px;
}
.sample-how-to ol {
	list-style-type: decimal;
	margin-left: 30px;
}
.sample-how-to ul {
	list-style-type: disc;
	margin-left: 30px;
}
.sample-how-to p, .single .sample-how-to blockquote {
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	.single-sample-area h1 {
		font-size: 30px;
		line-height: 35px;
		margin-top: 30px;
		margin-bottom: 15px;
	}
	.single-sample-left {
		margin-right: 0;
		margin-bottom: 15px;
		width: 100%;
	}

	.sample-text-version {
		width: 100%;
	}
	.sample-how-to {
		margin-bottom: 60px;
		width: 100%;
		padding: 0;
	}
}

/* check out page */
.page-template-page-checkout .main-navigation, .page-template-page-checkout .footer-nav, .page-template-page-order .footer-nav {
	display: none;
}
.page-template-page-order .order-login-btn {
	height: 50px;
}
.page-template-page-order .header-sticky .order-login-btn {
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0;
	padding-bottom: 0;
	vertical-align: middle;
}
.page-template-page-checkout footer, .page-template-page-order footer {
	padding-top: 0;
	margin-top: 80px;
}
.checkout-page h2 {
	margin-top: 40px;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #0a0d0d;
}
.checkout-left-area {
	background: #FFFFFF;
	border-radius: 5px;
	padding: 30px;
	width: 745px;
	margin-right: 15px;
	display: inline-block;
	float: left;
	margin-bottom: 10px;
}
.checkout-left-area h3, .checkout-right-area h3 {
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: #0a0d0d;
	padding-bottom: 15px;
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
	margin-top: 0;
	margin-bottom: 15px;
}
.payment-secure-imgs-wrap {
	padding-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.checkout-menu-items-box {
	padding: 10px 20px;
	background: #eef1f1;
	border-radius: 5px;
	margin-bottom: 5px;
	position: relative;
}
.checkout-menu-title {
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	color: #5C6366;
	margin-bottom: 5px;
}
.checkout-menu b {
	display: block;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #0a0d0d;
}
.checkout-menu-items-box a, .checkout-menu-items-box a:visited {
	font-weight: 300;
	font-size: 14px;
	text-decoration-line: underline;
	display: inline-block;
	color: #737B80;
	position: absolute;
	right: 0;
	top: 0;
	padding-right: 27px;
	padding-left: 27px;
	height: 75px;
	line-height: 75px;
}
.checkout-menu-open {
	background: #eef1f1;
	border: 2px solid #737B80;
	border-radius: 5px;
	margin-bottom: 5px;
	padding-bottom: 20px;
}
.checkout-menu-items {
	padding-left: 10px;
	padding-right: 10px;
}
.checkout-menu p {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #5C6366;
}
.checkout-menu-item {
	position: relative;
	margin-bottom: 5px;
	border-radius: 5px;
	padding: 10px;
}
.checkout-menu-item img {
	vertical-align: bottom;
}
.checkout-menu-item-active {
	background: #E6EDF0;
}
.checkout-menu-item .checkout-menu-price {
	position: absolute;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #0a0d0d;
	top: 10px;
	right: 10px;
}
.checkout-menu-items {
	display: none;
}
.checkout-menu-items-box a:focus {
	outline: none;
}
.checkout-menu-item {
	cursor: pointer;
}
.add_services_item {
	background: #eef1f1;
	border-radius: 5px;
	margin-bottom: 5px;
	padding: 10px;
	position: relative;
}
.add_services_item-active {
	background: #E6EDF0;
}
@media (hover: hover) {
	.add_services_item:hover {
		cursor: pointer;
	}
}
.add_services_item input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.add_services_item input+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #0a0d0d;
	vertical-align: middle;
	cursor: pointer;
}
.add_services_item input+label::before {
	content: '';
	display: inline-block;
	flex-shrink: 0;
	flex-grow: 0;
	border-radius: 5px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	border: 2px solid #0a0d0d;
	width: 25px;
	height: 25px;
}
.add_services_item input:checked+label::before {
	background-image: url('images/checkbox-check.svg');
}
.add-services-price {
	position: absolute;
	right: 10px;
	top: 0;
	height: 45px;
	line-height: 45px;
	font-weight: 600;
	font-size: 16px;
	color: #5C6366;
}
.add_services_item-active .add-services-price {
	color: #0a0d0d;
}
.checkout-right-area {
	padding: 30px;
	background: #DFEBE1;
	border-radius: 5px;
	display: inline-block;
	width: 350px;
	position: relative;
}
.order-service, .order-add-service {
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
}
.order-desc {
	display: block;
	margin-top: 20px;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #737B80;
	margin-bottom: 5px;
}
.order-title {
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	color: #000;
	width: 70%;
	display: inline-block;
	float: left;
	min-height: 25px;
}
.order-service-price {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	width: 30%;
	display: inline-block;
	text-align: right;
	color: #0a0d0d;
}
.order-deadline {
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
}
#choose_deadline {
	border: none;
	width: 100%;
	background: #eef1f1;
	border-radius: 5px;
	padding: 10px 15px;
}
.order-total {
	margin-top: 20px;
	margin-bottom: 20px;
}
.order-total b {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #0a0d0d;
	width: 30%;
	display: inline-block;
	float: left;
}
.total-price {
	width: 70%;
	display: inline-block;
	text-align: right;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #0a0d0d;
}
.checkout-right-area .b-btn-d99v {
	width: 100%;
}
@media screen and (max-width: 768px) {
	.page-template-page-checkout footer, .page-template-page-order footer {
		margin-top: 60px;
	}
	.checkout-page h2 {
		margin-top: 30px;
		margin-bottom: 15px;
		font-size: 30px;
		line-height: 35px;
	}
	.checkout-left-area, .checkout-right-area {
		width: 100%;
		margin-right: 0;
	}
	.checkout-left-area {
		padding: 20px 15px 15px;
	}
	.checkout-left-area h3, .checkout-right-area h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.checkout-menu b {
		font-size: 18px;
		line-height: 25px;
		padding-right: 100px;
	}
	.add_services_item input+label {
		font-size: 14px;
		line-height: 20px;
	}
	.add_services_item input+label::before {
		width: 20px;
		height: 20px;
	}
	.add-services-price {
		font-size: 14px;
	}
	.checkout-right-area {
		padding: 20px 15px;
	}
	.total-price {
		font-size: 30px;
		line-height: 35px;
	}
}
/* ckeckout page */
.checkout-privacy-box input#privacy {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkout-privacy-box input#privacy+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
	font-size: 12px;
	line-height: 15px;
	color: #737B80;
	margin-top: 20px;
}
.checkout-privacy-box input#privacy+label::before {
	content: '';
	display: inline-block;
	flex-shrink: 0;
	flex-grow: 0;
	border-radius: 5px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
	border: 2px solid #737B80;
	width: 25px;
	height: 25px;
}
.checkout-privacy-box input#privacy:checked+label::before {
	background-image: url('images/checkbox-check.svg');
}
.edit-order, .edit-order:visited {
	position: absolute;
	right: 30px;
	top: 35px;
	color: #737B80;
}
.personal-info .input-area {
	background: #eef1f1;
	border-radius: 5px;
	padding: 10px 15px;
	width: calc(50% - 13px);
	float: left;
	margin-bottom: 25px;
}
.personal-info .input-area:first-child {
	margin-right: 25px;
}
.personal-info .input-area:nth-child(3) {
	width: 100%;
}
.personal-info .input-area label {
	font-size: 12px;
	line-height: 15px;
	color: #000;
	display: block;
	margin-bottom: 5px;
}
.personal-info .input-area input {
	border: none;
	background: #eef1f1;
	width: 100%;
}
.personal-info .input-area input:focus {
	outline: none;
}
.pay-by-card b {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #0a0d0d;
	width: 100%;
	display: inline-block;
	padding-top: 25px;
	padding-bottom: 25px;
	cursor: pointer;
}
.pay-by-card .personal-info .input-area:nth-child(1) {
	width: 220px;
	margin-right: 15px;
}
.pay-by-card .personal-info .input-area:nth-child(2) {
	width: 120px;
	margin-right: 15px;
}
.pay-by-card .personal-info .input-area:nth-child(3) {
	width: 70px;
}
.pay-by-card .personal-info .input-area {
	margin-bottom: 0;
}
.payment-method {
	position: relative;
}
.payment-method b:after {
	position: absolute;
	content: '';
	right: 0;
	top: 30px;
	width: 20px;
	height: 20px;
	background: url("images/payment-method-arrow.svg");
	transform: rotate(90deg);
	transition: all .35s;
	cursor: pointer;
}
.payment-method.payment-method-active b:after {
	transform: rotate(0deg);
	transition: all .35s;
}
.pay-by-card {
	border-bottom: 2px solid rgba(0, 34, 51, 0.08);
}
.pay-by-paypal b {
	padding-top: 25px;
	padding-bottom: 25px;
	width: 100%;
	display: inline-block;
	cursor: pointer;
}
.pay-by-paypal p {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 14px;
	line-height: 20px;
	color: #0a0d0d;
}
.payment-method.pay-by-paypal img {
	vertical-align: middle;
}
.payment-method-content {
	padding-bottom: 30px;
}
.payment-methods-wrap h3 {
	margin-bottom: 0;
}
.payment-methods-wrap {
	padding-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.payment-secure-imgs {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #d4e3e3;
}
.payment-secure-imgs {
	margin-left: -30px;
	margin-right: -30px;
	vertical-align: middle;
	height: 60px;
	line-height: 60px;
	padding-left: 15px;
	padding-right: 15px;
}
.payment-secure-imgs span {
	font-size: 14px;
	color: #000;
	vertical-align: middle;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	margin-right: 110px;
}
.payment-secure-imgs img {
	height: 30px;
	vertical-align: middle;
	margin-right: 5px;
}
.payment-secure-imgs img:nth-child(5) {
	margin-right: 30px;
}
.checkout-page h1 {
	margin-top: 40px;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #0a0d0d;
}
@media screen and (max-width: 768px) {
	.checkout-page h1 {
		margin-top: 30px;
		margin-bottom: 15px;
		font-size: 30px;
		line-height: 35px;
	}
	.personal-info .input-area {
		width: 100%;
	}
	.payment-secure-imgs {
		margin-left: -15px;
		margin-right: -15px;
	}
	.edit-order, .edit-order:visited {
		top: 20px;
	}
	.pay-by-card .personal-info .input-area:nth-child(1) {
		width: 100%;
		margin-bottom: 25px;
	}
	.payment-secure-imgs {
		height: auto;
		text-align: center;
		padding-top: 20px;
	}
	.payment-secure-imgs span {
		margin-right: 0;
		display: block;
	}
	.payment-secure-imgs img {
		margin-right: 0;
	}
	.payment-secure-imgs img:nth-child(2) {
		margin-left: 30px;
	}
	.payment-secure-imgs img:nth-child(5) {
		margin-right: 30px;
	}
}
/* services reviews */
.reviews-area {
	position: relative;
	overflow: hidden;
}
.reviews-sum {
	color: #A1ADB3;
}
.services-reviews-box {
	/* min-width: 500px; */
	padding: 30px;
	background: #FFFFFF;
	border-radius: 5px;
	min-height: 385px;
}
.services-reviews-customer-photo {
	display: inline-block;
	float: left;
}
.services-reviews-customer-name {
	display: inline-block;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #0a0d0d;
	width: calc(100% - 70px);
	padding-left: 20px;
	vertical-align: top;
	float: left;
}
.services-reviews-customer-meta {
	display: inline-block;
	font-size: 12px;
	line-height: 15px;
	color: #737B80;
	width: calc(100% - 70px);
	padding-left: 20px;
	vertical-align: top;
}
.services-reviews-customer-meta a, services-reviews-customer-meta:visited {
	color: #737B80;
}
.services-reviews-customer-meta  img {
	height: 11px;
	margin-right: 7px;
	vertical-align: middle;
}
.services-reviews-rating-area {
	clear: both;
	padding-top: 15px;
	border-top: 1px solid #DAE2E6;
}
.services-reviews-rating {
	display: inline-block;
	width: 60%;
	float: left;
}
.services-reviews-rating img {
	width: 20px;
	display: inline-block;
}
.services-reviews-date {
	font-size: 12px;
	line-height: 15px;
	color: #737B80;
	display: inline-block;
	text-align: right;
	width: 40%;
}
.services-reviews-review-title {
	clear: both;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	padding-top: 15px;
	color: #0a0d0d;
}
.services-reviews-review {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #0a0d0d;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide {
	width: 40%;
}
@media screen and (max-width: 768px) {
	section.wht-clnts-say-js22 {
		padding-left: 25px;
	}
	.services-reviews-box {
		min-height: 510px;
	}
}
@media screen and (max-width: 420px) {
	.swiper-slide {
		width: 90%;
	}
}
/* resume review page */
.page-template-page-resume-review ul.grn-pnts-gh78j li {
	display: inline-block;
	margin-right: 25px;
	max-width: 180px;
	vertical-align: top;
}
.page-template-page-resume-review .hw-inf-bx-sb45s {
	width: 33.3333%;
	margin-left: 0;
}
#fr-rsm-anls-nc231 p.cta-description {
	margin: 0;
	font-size: 14px;
	line-height: 20px;
	font-weight: 400;
	max-width: 635px;
	margin-bottom: 15px;
	color: #5C6366;
}
.page-template-page-resume-review #fr-rsm-anls-nc231 {
	height: 260px;
	background: url(images/fr-rsm-anls-nc231-box-page.png) center right no-repeat #E6EDF0;
	background-size: contain;
}
.get_free_section {
	margin-bottom: 50px;
}
.get_free_section h2 {
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #0a0d0d;
	margin-bottom: 15px;
}
.get_free_box {
	background: #E6EDF0;
	border-radius: 5px;
	padding: 40px;
	margin-bottom: 30px;
	width: calc(50% - 15px);
	display: inline-block;
	float: left;
	height: 380px;
}
.get_free_box:nth-child(even) {
	margin-right: 30px;
}
.get_free_box h3 {
	font-weight: 600;
	font-size: 25px;
	line-height: 35px;
	color: #0a0d0d;
	margin: 0;
	margin-bottom: 5px;
}
.get_free_box p {
	font-weight: 400;
	font-size: 16px;
	line-height: 25px;
	color: #5C6366;
	margin: 0;
}
.page-template-page-resume-review .wht-clnts-say-js22 {
	background: #d4e3e3;
}
.page-template-page-resume-review .page-intro {
	padding-bottom: 0;
	margin-top: 30px;
}
.resume-review-left {
	width: calc(100% - 445px);
	display: inline-block;
	float: left;
	padding-right: 25px;
	min-height: 450px;
}
.page-template-page-resume-review .page-intro p {
	color: #5C6366;
}
.resume-review-right.contact-form {
	float: none;
	background: #DFEBE1;
	min-height: 450px;
}
.codedropz-upload-handler {
	background: #eef1f1;
	border: 2px dashed #5AA56A;
	border-radius: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
	color: #737B80;
}
.codedropz-upload-handler h3 {
	font-size: 14px;
	line-height: 20px;
	color: #737B80;
	font-weight: 400;
}
.cd-upload-btn {
	font-size: 14px;
	line-height: 20px;
	color: #737B80;
	text-decoration: underline;
}
.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn{
	text-decoration: underline;
}
.codedropz-upload-inner {
	position: relative;
	padding-top: 60px;
}
.codedropz-upload-inner:before {
	content: '';
	width: 40px;
	height: 40px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	background: url("images/upload.svg");
	top: 0;
}
.page-template-page-resume-review .contact-form input[type="submit"] {
	width: 100%;
}
.dnd-upload-details span, .dnd-upload-details em, .dnd-upload-details .has-error, .dnd-upload-details .has-error-msg, .page-template-page-resume-review .contact-form .wpcf7-not-valid-tip {
	font-size: 14px;
	line-height: 20px;
}
.dnd-upload-status {
	margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
	.page-template-page-resume-review .page-intro p {
		font-size: 14px;
		line-height: 20px;
	}
	.page-template-page-resume-review ul.grn-pnts-gh78j li {
		display: block;
		max-width: 100%;
	}
	.page-template-page-resume-review .hw-inf-bx-sb45s {
		float: left;
	}
	.page-template-page-resume-review .hw-inf-bx-sb45s span.inf-nm-bb22z {
		left: 0;
		top: 0;
		position: relative;
	}
	.page-template-page-resume-review .hw-inf-bx-sb45s h3, .page-template-page-resume-review  .hw-inf-bx-sb45s p {
		margin-left: 0;
	}
	.page-template-page-resume-review .hw-inf-bx-sb45s:nth-child(3) h3, .page-template-page-resume-review .hw-inf-bx-sb45s:nth-child(3) p {
		margin-left: 0;
	}
	.page-template-page-resume-review #fr-rsm-anls-nc231 {
		height: auto;
		padding: 40px 50px 40px 50px;
	}
	.page-template-page-resume-review #fr-rsm-anls-nc231 p {
		font-size: 25px;
		line-height: 35px;
		max-width: 50%;
	}
	.page-template-page-resume-review #fr-rsm-anls-nc231 p.cta-description {
		font-size: 14px;
		line-height: 20px;
		max-width: 50%;
	}
	.page-template-page-resume-review #fr-rsm-anls-nc231:before {
		display: none;
	}
	.get_free_box {
		height: 615px;
	}
	.srvs-faq-fh23s h2 {
		font-size: 30px;
		line-height: 35px;
	}
	.get_free_section {
		margin-bottom: 30px;
	}
	.resume-review-right.contact-form {
		width: 344px;
		min-height: auto;
	}
	.resume-review-left {
		width: calc(100% - 344px);
		min-height: auto;
	}
	.resume-review-right.contact-form b {
		font-size: 20px;
		line-height: 30px;
	}
}
@media screen and (max-width: 420px) {
	.page-template-page-resume-review .hw-inf-bx-sb45s {
		width: 100%;
		padding: 0;
		margin-top: 20px;
	}
	.page-template-page-resume-review .hw-inf-bx-sb45s span.inf-nm-bb22z {
		position: absolute;
	}
	.page-template-page-resume-review .hw-inf-bx-sb45s h3, .page-template-page-resume-review .hw-inf-bx-sb45s p {
		margin-left: 50px;
	}
	.page-template-page-resume-review .hw-inf-bx-sb45s h3, .page-template-page-resume-review .hw-inf-bx-sb45s p {
		margin: 0;
		margin-left: 50px;
	}
	.page-template-page-resume-review .hw-inf-bx-sb45s:nth-child(3) h3, .page-template-page-resume-review .hw-inf-bx-sb45s:nth-child(3) p {
		margin-left: 50px;
	}
	.page-template-page-resume-review #fr-rsm-anls-nc231 p, .page-template-page-resume-review #fr-rsm-anls-nc231 p.cta-description {
		max-width: 100%;
	}
	.page-template-page-resume-review #fr-rsm-anls-nc231 {
		background: url(images/fr-rsm-anls-nc231-box-page-mobile.png) bottom center no-repeat #E6EDF0;
		background-size: contain;
		padding-bottom: 210px;
	}
	.get_free_section h2 {
		font-size: 30px;
		line-height: 35px;
	}
	.get_free_box {
		padding: 30px 15px 30px 15px;
		margin-right: 0;
		width: 100%;
		height: auto;
		margin-bottom: 15px;
	}
	.get_free_box:nth-child(even) {
		margin-right: 0;
	}
	.resume-review-left {
		margin-bottom: 30px;
	}
	.resume-review-left, .resume-review-right.contact-form {
		width: 100%;
	}
}
/* order calendar */
#ui-datepicker-div.ui-widget.ui-widget-content {
	background: #FFFFFF;
	box-shadow: 0px 2px 5px rgb(0 0 0 / 15%);
	border-radius: 5px;
	border: none;
	padding: 15px;
	width: 300px;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
	background: transparent;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #0a0d0d;
	border: none;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev span{
	background-image: url(images/arrow.svg);
	transform: rotate(180deg);
	background-position: center center;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next span{
	background-image: url(images/arrow.svg);
	background-position: center center;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev-hover, #ui-datepicker-div.ui-datepicker .ui-datepicker-next-hover {
	background: transparent !important;
	border: none !important;
	padding: 0 !important;
	cursor: pointer;
	left: auto !important;
	top: 2px !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-next-hover {
	right: 2px !important;
}
#ui-datepicker-div.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px !important;
}
#ui-datepicker-div thead  span {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
}
#ui-datepicker-div .ui-datepicker-calendar td {
	cursor: pointer !important;
	height: 37px;
	margin: 0;
	padding: 0;
	width: 37px;
	border: 1px solid #eee;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	color: #0a0d0d;
	background: #eef1f1;
	opacity: 1;
}
#ui-datepicker-div .ui-datepicker-calendar td  span, #ui-datepicker-div .ui-datepicker-calendar td a {
	background: #fff !important;
	color: #0a0d0d !important;
	border: none !important;
	font-family: "Inter", sans-serif !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 12px !important;
	text-align: center !important;
	width: 37px !important;
	height: 37px !important;
	line-height: 34px !important;
	cursor: pointer !important;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-state-disabled span {
	background: #eef1f1;
	color: #A1ADB3;
	border: none;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	color: #0a0d0d;
	width: 37px;
	height: 37px;
	line-height: 34px;
	cursor: pointer !important;
}
#ui-datepicker-div .ui-datepicker-calendar td span.ui-state-default {
	color: #A1ADB3;
	border: none;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	text-align: center;
	color: #0a0d0d;
	width: 37px;
	height: 37px;
	line-height: 37px;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-today a{
	background: #fffa90 !important;
}
#ui-datepicker-div .ui-datepicker-calendar td.ui-datepicker-current-day a {
	background: #0a0d0d !important;
	color: #fff !important;
}
#ui-datepicker-div .ui-timepicker-oneLine {
	position: relative;
}
#ui-datepicker-div .ui-timepicker-oneLine dl {
	background: #eef1f1;
	border-radius: 5px;
	padding: 5px 15px;
	height: 50px;
	line-height: 40px;
}
#ui-datepicker-div .ui-timepicker-oneLine .ui_tpicker_time_label {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 15px;
	color: #000;
}
#ui-datepicker-div .ui-timepicker-oneLine .ui_tpicker_hour, #ui-datepicker-div .ui-timepicker-oneLine .ui_tpicker_minute {
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #A1ADB3;
	/* display: inline-block; */
	position: absolute;
	left: 15px;
	bottom: 5px;
	border: none;
}
#ui-datepicker-div .ui-timepicker-oneLine .ui_tpicker_minute {
	left: 55px;
}
#ui-datepicker-div .ui-timepicker-oneLine .ui_tpicker_hour select, #ui-datepicker-div .ui-timepicker-oneLine .ui_tpicker_minute select {
	border: none;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	color: #A1ADB3;
}
#ui-datepicker-div .ui-widget-content {
	border: none;
}
#ui-datepicker-div .ui-widget-content button {
	color: #fff;
	background: #0a0d0d;
	opacity: 1;
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 15px;
	/* display: flex; */
	/* align-items: center; */
	text-align: center;
	text-shadow: none;
	border: none;
	height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	filter: none;
	font-weight: 300;
}
.personal-info .input-area:nth-child(3) {
	width: calc(50% - 13px);
	margin-right: 25px;
}
@media screen and (max-width: 768px) {
	.personal-info .input-area:nth-child(3) {
		width: 100%;
	}
	#ui-datepicker-div .ui-timepicker-oneLine .ui_tpicker_minute {
		left: 70px;
	}
	#ui-datepicker-div .ui-timepicker-oneLine dl {
		height: 60px;
		line-height: 50px;
	}
}
#choose_deadline {
	padding: 0;
}
/* salary calculator */
.calculoid-fields > .ng-scope{height:auto !important;}
.calculoid-field-item{display:flex !important;width:100% !important;height:140px !important;
	margin-bottom:20px !important;
	padding-top: 20px !important;
	border-radius: 5px !important;}
.gridster-loaded .gridster-item{position:static !important;display:flex !important;}
#calculoid-field-14736,#calculoid-field-14737{width:100% !important;}
#calculoid-field-14736{margin-right:20px !important;}
#calculoid-field-14737{margin-right:0px !important;}
.slider-input-wrapper span.ng-binding{display:none;}
.calculoid-slider-field .slider-wrapper{padding:10px 0px !important;}
#field_14733{margin-top:24px !important;}
#calculoid-field-14735 .calculoid-slider-field .slider-wrapper{padding-top: 20px !important;}
.calculoid-field-item h4{font-family:"Inter";}
.calculoid-formula-field{font-family:"Inter";}
h4.calculoid-field-title{color:black !important;font-size:15px !important;}

#calculoid-field-14737{margin-right:0px !important;}
.slider-input-wrapper span.ng-binding{display:none;}
.calculoid-slider-field .slider-wrapper{padding:10px 0px !important;}
#field_14733{margin-top:24px !important;}
#calculoid-field-14735 .calculoid-slider-field .slider-wrapper{padding-top: 20px !important;}
#field_14734 .slider-wrapper {padding-top: 20px !important}
#field_14733 .prefix {    width: 30px;
	line-height: 32px;
	text-align: center;
	color: #545f69;}
#field_14733 .ng-pristine{border-radius: 0px 5px 5px 0px;
	border: none;
	background-color: #f8f8f8;
	border: 1px solid #cfd3d7;}
.calculoid-info>h1{padding-left:0px !important;margin-top:40px !important;font-family:"Inter";color: #2e3033 !important;font-weight: 500;}
.calculoid-description{margin-bottom:20px !important;margin-top: 50px;color:black !important;font-family:"Inter" !important;}
#calculoid-field-14736 h4, #calculoid-field-14737 h4{color:black !important;}
.calculoid-info>h1{position: absolute;
	left: 18px;
	top: 70px;}
.Salary_calc_head {font-size: 37px;color: black;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 0px;
	color: #2e3033;
}
.calculoid-box {
	flex-shrink: 0 !important;
	flex-basis: 100% !important;
}
.email_link, .email_link:visited, .email_link:hover {
	color: #0a0d0d;
	text-decoration: none;
}

.we-accept {
	display: flex;
	gap: 10px;
	align-items: center;
}

.we-accept__title {
	font-weight: 700;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #0a0d0d;
	text-decoration: none;
	vertical-align: middle;
}
.footer-second {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

@media screen and  (min-width: 421px) and (max-width: 1200px) {
	.footer-second {
		justify-content: center;
	}
}
@media screen and  (min-width: 1200px)  {
	.footer-copy .copy {
		max-width: 315px;
	}
}
@media screen and  (max-width: 991px) {
	.single-sample-right {
		width: 100%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1129px) {
	.single-sample-left {
		width: unset;
		flex: 1;
	}
	.single-main-content {
		display: flex;
		flex-wrap: wrap;
	}

	.single .recent-article-meta {
		margin-bottom: 0;
	}
	.single-sample-right h2 {
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	.single-sample-right {
		padding: 15px;
	}
	.single-sample-right hr {
		margin-top: 10px;
		margin-bottom: 10px;
	}
}
.editor li a:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	bottom: 2px;
	background: #000;
	opacity: 1;
	transition: 0.3s;
}
.editor li a {
	width: auto;
	color: #000;
	position: relative;
	display: inline-block;
}
.editor li a:hover {
	text-decoration: none;
}
.editor li a:hover:before {
	opacity: 0;
}
.custom-logo-wrapper img {
	width: 60px;
	height: auto;
}