/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * 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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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; /* 1 */
  font: inherit; /* 2 */
}

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

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}





/****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/




/* temp */
.item-page > .icons {
	display: none;
}



/*
***************************************common elements styling**********************************
*/
/*basics*/
* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
html {
	font-size: 14px;
}
body {
	margin: 0;
	padding: 0;
	position: relative;
	font-family: "Open Sans", Verdana, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.75;
	color: #4a5154;
	background: #fff;
}
::moz-selection {
	color: #fff;
	background: #ff9e04;
}
::-moz-selection {
	color: #fff;
	background: #ff9e04;
}
::selection {
	color: #fff;
	background: #ff9e04;
}
b, strong {
	font-weight: 700;
}
mark {
	padding: 0 3px;
	background: #ffe061;
}
img, iframe  {
	display: block;
	max-width: 100%;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main .content-wrapper ul {
    margin: initial;
	padding: initial;
    padding-left: 1em;
	list-style: initial;
}
.textimg {
	display: inline-block;
	vertical-align: middle;
}
/*headers and paragraphs*/
h1, h2, h3, h4, h5, h6 {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	line-height: 1.2;
	color: #333a40;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
	margin-top: 0;
}
h1 {
	font-weight: 300;
	font-size: 3.4rem;
}
h2 {
	font-weight: 300;
	font-size: 2rem;
}
h3 {
	font-weight: 300;
	font-size: 1.75rem;
}
h4, h5, h6 {
	font-weight: 400;
}
h4 {
	font-size: 1.42rem;
}
h5 {
	font-size: 1.35rem;
}
h6 {
	font-size: 1.2rem;
}
p {
	margin: 1em 0;
}
.header-lg,
.page-header h1,
.page-header h2 {
	font-weight: 300;
	font-size: 3.4rem;
	text-align: center;
}
.header-underlined,
.page-header h1,
.page-header h2 {
	padding-bottom: .75em;
	border-bottom: 1px solid #e8e8e8;
}
.home .header-underlined {
    font-weight: 400;
    font-size: 2.2rem;
    color: #000;
}
@media only screen and (min-width: 1120px) {
	.header-lg,
	.page-header h2 {
		font-size: 4rem;
	}
}
@media only screen and (max-width: 480px) {
	h1, .header-lg,
	.page-header h2 {
		font-size: 2.4rem;
	}
    .home .header-underlined {
        font-size: 1.85rem;
    }
}
/*form elements*/
form {
	margin: 1em 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border: none;
}
input, select, textarea {
	display: inline-block;
	margin: .5em 0;
	padding: 6px 12px;
	width: 100%;
	font: inherit;
	font-size: 17px;
	line-height: 1.4;
	color: #555;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	background-color: #fff;
}
textarea {
	height: 50px;
}
select option {
	padding: 6px 12px;
}
input:focus, select:focus, textarea:focus {
	border-color: #f8cb14;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(248,203,20,0.6);
   box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(248,203,20,0.6);
}
/*links and buttons*/
a {
	color: #333a40;
	text-decoration: underline;
	-webkit-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease;
}
a:hover, a:active, a:focus {
	color: #4a8eab;
}
.btn, button, input[type='submit'] {
	display: inline-block;
	margin: 0;
	padding: 6px 20px 9px;
	height: auto;
	font: inherit;
	font-weight: 400;
	font-size: 20px;
	white-space: nowrap;
	color: #fff;
	line-height: 1.4;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, .1);
	text-decoration: none;
	border: none;
	border-radius: 4px;
	background: #404b54;
	-webkit-box-shadow: inset 0 -3px 0 #2d3338;
	        box-shadow: inset 0 -3px 0 #2d3338;
	cursor: pointer;
	-webkit-transition: -webkit-box-shadow .5s ease;
	transition: -webkit-box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
	transition: box-shadow .5s ease, -webkit-box-shadow .5s ease;
}
@media only screen and (max-width: 420px) {
    .btn {
        white-space: normal;
    }
}
.btn:hover, button:hover, input[type='submit']:hover,
.btn:active, button:active, input[type='submit']:active,
.btn:focus, button:focus, input[type='submit']:focus {
	color: #fff;
	outline: 0;
	-webkit-box-shadow: inset 0 -100px 0 #2d3338;
	        box-shadow: inset 0 -100px 0 #2d3338;
}
.btn-main {
	background: #f8cb14;
	-webkit-box-shadow: inset 0 -3px 0 #ff9e04;
	        box-shadow: inset 0 -3px 0 #ff9e04;
}
.btn-main:hover, .btn-main:active, .btn-main:focus {
	-webkit-box-shadow: inset 0 -100px 0 #ff9e04;
	        box-shadow: inset 0 -100px 0 #ff9e04;
}
.btn-submit, input[type="submit"], button[type="submit"] {
	background: #f8cb14;
	-webkit-box-shadow: inset 0 -3px 0 #ff9e04;
	        box-shadow: inset 0 -3px 0 #ff9e04;
}
.btn-submit:hover, .btn-submit:active, .btn-submit:focus,
 input[type="submit"]:hover, input[type="submit"]:active, input[type="submit"]:focus,
 button[type="submit"]:hover, button[type="submit"]:active, button[type="submit"]:focus {
	-webkit-box-shadow: inset 0 -100px 0 #ff9e04;
	        box-shadow: inset 0 -100px 0 #ff9e04;
}
.btn-link {
	padding: 0;
	font-size: inherit;
	color: #333a40;
	text-decoration: underline;
	border-radius: 0;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	text-shadow: none;
	background: none;
	cursor: pointer;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
	color: #000;
	background: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
	text-decoration: none;
}

/*
*************************************grid*******************************************************
*/
section .container {
	padding-top: 50px;
	padding-bottom: 50px;
}
.toolbar,
.breadcrumbs {
	padding: 0;
}
.container {
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}
@media only screen and (min-width: 1121px) {
	.main .container {
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	}
	.main .container.reversed {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
	}
	.content-wrapper {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
	}
	.sidebar {
		-ms-flex-negative: 0;
    flex-shrink: 0;
	}
	.module {
		display: block;
		width: 100%;
	}
}
@media only screen and (max-width: 1120px) {
	div.sidebar {
		width: 100%;
	}
}

.main-header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.header-bottom {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
}

/*
***********************************************blocks and modules design************************
*/

/********** header *****************************************************************/
.main-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 120;
	padding: 10px 0 12px;
	background: #313335;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
}
.header-logo a {
	display: block;
	text-decoration: none;
}
.header-logo .logo-img,
.header-logo .logo-text {
	display: inline-block;
	vertical-align: middle;
}
.header-logo .logo-text span {
	display: block;
	line-height: 1.15;
	color: #b6b7b7;
	-webkit-transition: font-size .25s ease;
	-o-transition: font-size .25s ease;
	transition: font-size .25s ease;
}
.header-logo .logo-title {
	font-weight: 600;
	font-size: 42px;
	letter-spacing: 0.075em;
}
.header-logo .logo-subtitle {
	font-size: 16px;
}
.header-logo .logo-img {
	max-height: 55px;
	-webkit-transition: max-height .25s ease;
	-o-transition: max-height .25s ease;
	transition: max-height .25s ease;
}
.main-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.main-menu li {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.main-menu li::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	border-bottom: 1px solid #dbe9ff;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
}

.main-menu li + li {
	margin-left: 20px;
}
.main-menu a,
.main-menu li > span {
	position: relative;
	display: block;
	padding: 8px 15px;
	/* font-weight: 500; */
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.2;
	/* letter-spacing: .05em; */
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .2s ease, background-color .2s ease, font .35s ease;
	-o-transition: color .2s ease, background-color .2s ease, font .35s ease;
	transition: color .2s ease, background-color .2s ease, font .35s ease;
}
.main-menu li:hover::after,
.main-menu li.active::after {
	-webkit-transform: scaleX(1);
	        transform: scaleX(1);
}

.main-menu .nav-child {
	position: absolute;
	top: 100%;
	top: calc(100% - 2px);
	left: 0;
	padding: 10px 0;
	width: 200px;
	background: #dbe9ff;
	-webkit-box-shadow: 3px 3px;
	        box-shadow: 3px 3px;
	-webkit-transform-origin: 0 0;
	        transform-origin: 0 0;
	-webkit-transform: scale(0);
	        transform: scale(0);
	-webkit-transition: -webkit-transform .25s ease-in-out .2s;
	transition: -webkit-transform .25s ease-in-out .2s;
	transition: transform .25s ease-in-out .2s;
	transition: transform .25s ease-in-out .2s, -webkit-transform .25s ease-in-out .2s;
}
.main-menu .nav-child li {
	display: block;
}
.main-menu .nav-child li + li {
	margin-left: 0;
}
.main-menu .nav-child a,
.sticky .main-menu .nav-child a {
	padding: 10px 15px;
	color: #6e8093;
}
.main-menu .nav-child a:hover {
	color: #000;
	text-decoration: underline;
}
.main-menu li.parent:hover .nav-child {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

.menu-toggle-btn {
	display: none;
	position: relative;
	-ms-flex-item-align: center;
	    align-self: center;
	padding: 0;
	width: 60px;
	height: 33px;
	border-radius: 0;
	background: transparent;
	-webkit-box-shadow: none;
	        box-shadow: none;
	text-indent: 200%;
	overflow: hidden;
	white-space: nowrap;
}
.menu-toggle-btn:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(
    top,
    #fff, #fff 10%,
    transparent 10%, transparent 45%,
    #fff 45%, #fff 55%,
    transparent 55%, transparent 90%,
    #fff 90%, #fff 100%
  );
	background: -o-linear-gradient(
		top,
		#fff, #fff 10%,
    transparent 10%, transparent 45%,
    #fff 45%, #fff 55%,
    transparent 55%, transparent 90%,
    #fff 90%, #fff 100%
	);
	background: -webkit-gradient(
    linear,
    left top, left bottom,
    from(#fff), color-stop(10%, #fff),
    color-stop(10%, transparent), color-stop(45%, transparent),
    color-stop(45%, #fff), color-stop(55%, #fff),
    color-stop(55%, transparent), color-stop(90%, transparent),
    color-stop(90%, #fff), to(#fff)
  );
	background: linear-gradient(
    to bottom,
    #fff, #fff 10%,
    transparent 10%, transparent 45%,
    #fff 45%, #fff 55%,
    transparent 55%, transparent 90%,
    #fff 90%, #fff 100%
  );
}
.menu-toggle-btn:hover,
.menu-toggle-btn:active,
.menu-toggle-btn:focus {
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.main-header.sticky {
	background: transparent;
}
/* .sticky .menu-toggle-btn {
	background: #5a5a5a;
} */

.main-header.stickytop {
	position: fixed;
	top: 0;
	padding: 0;
}
.stickytop .header-logo {
	padding: 5px 0;
}
.stickytop .logo-img {
	max-height: 50px;
}
.stickytop .logo-title {
	font-size: 32px;
	line-height: 1;
}
.stickytop .logo-subtitle {
	font-size: 14px;
	line-height: 1;
}
.stickytop .container {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
}
.stickytop .main-menu,
.stickytop .main-menu-wrap,
.stickytop .main-menu-wrap > ul,
.stickytop .main-menu-wrap > ul > li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.stickytop .main-menu-wrap > ul > li {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.stickytop .main-menu li::after {
	border-bottom-width: 5px;
}

/* @media only screen and (max-width: 1120px) and (min-width: 768px) {
	.main-header:not(.stickytop) .container > div,
	.main-header:not(.stickytop) .container > nav {
		margin-top: 10px;
	}

	.header-logo,
	.main-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
    -webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.header-logo .logo-text {
		position: relative;
		padding-bottom: 12px;
	}
	.header-logo .logo-subtitle {
		position: absolute;
		left: 0;
		bottom: 0;
		white-space: nowrap;
		font-size: 12px;
	}
} */
/* @media only screen and (max-width: 1120px) {
	.logo-wrap {
		padding-right: 10px;
	}
	.header-logo .logo-img {
		max-height: 50px;
	}
	.header-logo .logo-text span {
		line-height: 1;
	}
	.header-logo .logo-title {
		font-size: 32px;
	}
	.header-logo .logo-subtitle {
		font-size: 14px;
	}
	.stickytop .container > nav {
		margin-top: 5px;
	}

	.stickytop .header-logo .logo-title {
		font-size: 24px;
	}
	.stickytop .header-logo .logo-subtitle {
		font-size: 12px;
	}
	.stickytop .main-menu a,
	.stickytop .main-menu li > span {
		padding: 5px 15px;
		font-size: 14px;
		line-height: 1;
	}
} */
/* @media only screen and (max-width: 767px) {
	.main-header {
		padding: 5px 0;
	}
	.menu-toggle-btn {
		display: block;
	}
	.main-menu ul {
		position: absolute;
		width: 100%;
		left: 0;
		top: 100%;
		z-index: 9999;
		-webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
        transform: scaleX(0);
		-webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
        transform-origin: 100% 0;
		-webkit-transition: -webkit-transform .25s ease;
		transition: -webkit-transform .25s ease;
		-o-transition: transform .25s ease;
		transition: transform .25s ease;
		transition: transform .25s ease, -webkit-transform .25s ease;
	}
	.main-menu ul.open {
		-webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
        transform: scaleX(1);
	}
	.main-menu li,
	.main-menu li + li {
		display: block;
		width: 100%;
		background: #9aaab4;
		opacity: .9;
	}
	.main-menu li + li {
		margin: 0;
		border-top: 1px solid rgba(0, 0, 0, .05);
	}
	.main-menu .menu a,
	.main-menu .menu li > span {
		font-family: "Open Sans", sans-serif;
		font-weight: 400;
		font-size: 16px;
		line-height: 1.5;
		color: #000;
		text-align: right;
		text-shadow: 0 1px 0 rgba(255,255,255,0.2);
		opacity: .85;
		border-radius: 0;
	}
	.main-menu a:hover, .main-menu a:active, .main-menu a:focus,
	.sticky .main-menu a:hover, .sticky .main-menu a:active, .sticky .main-menu a:focus {
		color: #000;
		background: #8d99a2;
		opacity: 1;
	}
	.stickytop .main-menu a, .stickytop .main-menu li > span {
		padding: 8px 15px;
	}
} */

@media only screen and (max-width: 1200px) {
	.main-header {
		padding: 5px 0;
	}
	.main-header .header-logo,
	.menu-toggle-btn {
		position: relative;
		z-index: 6000;
	}
	.stickytop .header-logo .logo-img {
		max-height: 40px;
        width: auto;
	}
	.menu-toggle-btn {
		display: block;
		-webkit-transition: background-color .2s ease;
		transition: background-color .2s ease;
	}
	.main-menu.open + .menu-toggle-btn,
	.main-menu.open + .menu-toggle-btn:hover,
	.main-menu.open + .menu-toggle-btn:active,
	.main-menu.open + .menu-toggle-btn:focus {
		background: transparent;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
	.main-menu {
		position: absolute;
		left: 0;
		top: 0;
		z-index: 5000;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
		-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
		padding: 80px 0 30px 15px;
		width: 100%;
		min-height: 50vh;
		-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
		        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
		-webkit-transform: translateY(-120%);
		transform: translateY(-120%);
		-webkit-transition: transform .35s ease;
		-webkit-transition: -webkit-transform .35s ease;
		transition: -webkit-transform .35s ease;
		transition: transform .35s ease;
		transition: transform .35s ease, -webkit-transform .35s ease;
		background: #8899a9;
	}
	.main-menu.open {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
	}
	.stickytop .container .main-menu {
		margin: 0;
	}
	.main-menu-wrap {
		max-width: 500px;
		width: 100%;
	}
	.main-menu li {
		position: relative;
		padding-right: 15px;
	}
	.main-menu li,
	.main-menu li + li {
		display: block;
		margin: 0;
		width: 100%;
	}
	.main-menu li:first-child::after {
		content: none;
	}
	.main-menu li + li::after {
		content: "";
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		height: 1px;
		background: -webkit-gradient(linear, left top, right top, from(rgba(219,233,255,0)),color-stop(74%, rgba(219,233,255,1)),to(rgba(219,233,255,1)));
		background: linear-gradient(to right, rgba(219,233,255,0) 0%,rgba(219,233,255,1) 74%,rgba(219,233,255,1) 100%);
		-webkit-transform: none;
		        transform: none;
		border: none;
	}
	.main-menu .menu a,
	.main-menu .menu li > span {
		padding: 0;
		font-family: "Open Sans", sans-serif;
		font-weight: 500;
		font-size: 18px;
		line-height: 2.5;
		color: #fff;
		text-align: right;
		/* text-shadow: 0 1px 0 rgba(255,255,255,0.2); */
		opacity: 1;
		border-radius: 0;
		cursor: pointer;
	}
	.main-menu a:hover, .main-menu a:active, .main-menu a:focus,
	.sticky .main-menu a:hover, .sticky .main-menu a:active, .sticky .main-menu a:focus {
		/* color: #fff; */
		background: transparent;
	}
	.main-menu li:hover,
	.main-menu li.active {
	/*background: linear-gradient(to right, rgba(248,203,20,0) 0%,rgba(248,195,19,0) 4%,rgba(252,99,5,0.88) 50%,rgba(252,99,5,1) 56%);*/
		background: -webkit-gradient(linear, left top, right top, from(rgba(219,233,255,0)), color-stop(4%, rgba(219,233,255,0)), color-stop(50%, rgba(219,233,255,0.88)),color-stop(56%, rgba(219,233,255,1)));
		background: linear-gradient(to right, rgba(219,233,255,0) 0%, rgba(219,233,255,0) 4%, rgba(219,233,255,0.88) 50%,rgba(219,233,255,1) 56%);
	}
	.main-menu li:hover a,
	.main-menu li:hover > span,
	.main-menu li.active a,
	.main-menu li.active > span {
		color: #404b54;
	}
	.main-menu li.parent {
		padding-right: 65px;
	}
	.main-menu li.parent:before {
		content: "";
		position: absolute;
		right: 5px;
		top: -5px;
		width: 25px;
		height: 25px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		-webkit-transform-origin: left top;
		        transform-origin: left top;
		-webkit-transform: rotate(45deg);
		        transform: rotate(45deg);
		-webkit-transition: border-color .2s ease;
		transition: border-color .2s ease;
	}
	.main-menu li.parent:hover::before {
		border-color: #404b54;
	}
	.main-menu .nav-child {
		left: auto;
		right: 0;
		top: 100%;
		width: auto;
		z-index: 5000;
		-webkit-transform-origin: right top;
		        transform-origin: right top;
	}
	.main-menu .nav-child a {
		font-size: .9em;
		line-height: 1.5;
	}
	.main-menu .nav-child a, .sticky .main-menu .nav-child a,
	.stickytop .main-menu .nav-child a {
		padding: 10px 0 10px 15px;
	}
	.stickytop .open .main-menu-wrap,
	.stickytop .open .main-menu-wrap > ul,
	.stickytop .open .main-menu-wrap > ul > li {
		display: block;
	}
}





@media only screen and (max-width: 640px) {
	.header-logo .logo-img {
		max-height: 40px;
        width: auto;
	}
	.header-logo .logo-text {
		display: none;
	}
	.menu-toggle-btn {
		width: 50px;
		height: 27px;
	}
	.main-menu .menu a, .main-menu .menu li > span {
		font-size: 16px;
	}
}
/********** breadcrumbs *****************************************************************/
.breadcrumbs {
	padding: 3px 0;
	text-align: right;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 50%, rgba(219,219,219,1) 100%);
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(219,219,219,1) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)),color-stop(50%, rgba(255,255,255,0.5)),to(rgba(219,219,219,1)));
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 50%,rgba(219,219,219,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#dbdbdb',GradientType=1 );
}
.breadcrumbs .container {
	padding-top: 0;
	padding-bottom: 0;
}
.breadcrumbs ul,
.breadcrumb li {
	display: inline-block;
}
.breadcrumb li + li {
	margin-left: 10px;
}
.breadcrumb .divider {
	margin-left: 10px;
}
.breadcrumb a {
	text-decoration: none;
	color: inherit;
}
.breadcrumb a:hover,
.breadcrumb a:active,
.breadcrumb a:focus {
	color: #333;
	text-decoration: underline;
}
@media only screen and (max-width: 767px) {
	.breadcrumbs {
		display: none;
	}
}


/********** hero *****************************************************************/
.hero {
	position: relative;
}
.hero-page {
	position: relative;
	min-height: 200px;
	background: url("../images/hero-page-bg-500.jpg") 50% 50% no-repeat;
	background-size: cover;
}
.hero-page .container {
	-webkit-box-pack: end;
    -ms-flex-pack: end;
        justify-content: flex-end;
}

.page-process .hero-page {
	background: url("../images/page-header-process-500.jpg") 50% 50% no-repeat;
	background-size: cover;
}
.faq-page .hero-page {
	background: url("../images/page-header-faq-500.jpg") 50% 50% no-repeat;
	background-size: cover;
}
.page-contacts .hero-page {
	background: url("../images/page-header-contacts-500.jpg") 50% 50% no-repeat;
	background-size: cover;
}
.page-about .hero-page {
	background: url("../images/page-header-about-500.jpg") 50% 50% no-repeat;
	background-size: cover;
}
.page-services .hero-page {
	background: url("../images/page-header-services-500.jpg") 50% 50% no-repeat;
	background-size: cover;
}

@media only screen and (min-width: 500px) {
	.hero-page {
		background-image: url("../images/hero-page-bg-1000.jpg");
	}
	.page-process .hero-page {
		background-image: url("../images/page-header-process-1000.jpg");
	}
	.faq-page .hero-page {
		background-image: url("../images/page-header-faq-1000.jpg");
	}
	.page-contacts .hero-page {
		background-image: url("../images/page-header-contacts-1000.jpg");
	}
	.page-about .hero-page {
		background-image: url("../images/page-header-about-1000.jpg");
	}
	.page-services .hero-page {
		background-image: url("../images/page-header-services-1000.jpg");
	}
}
@media only screen and (min-width: 1000px) {
	.hero-page {
		background-image: url("../images/hero-page-bg-1600.jpg");
	}
	.page-process .hero-page {
		background-image: url("../images/page-header-process-1600.jpg");
	}
	.faq-page .hero-page {
		background-image: url("../images/page-header-faq-1600.jpg");
	}
	.page-contacts .hero-page {
		background-image: url("../images/page-header-contacts-1600.jpg");
	}
	.page-about .hero-page {
		background-image: url("../images/page-header-about-1600.jpg");
	}
	.page-services .hero-page {
		background-image: url("../images/page-header-services-1600.jpg");
	}
}
@media only screen and (min-width: 1800px) {
	.hero-page {
		background-image: url("../images/hero-page-bg-4000.jpg");
	}
	.page-process .hero-page {
		background-image: url("../images/page-header-process-3000.jpg");
	}
	.faq-page .hero-page {
		background-image: url("../images/page-header-faq-3000.jpg");
	}
	.page-contacts .hero-page {
		background-image: url("../images/page-header-contacts-3000.jpg");
	}
	.page-about .hero-page {
		background-image: url("../images/page-header-about-3000.jpg");
	}
	.page-services .hero-page {
		background-image: url("../images/page-header-services-3000.jpg");
	}
}

.hero-home {
	position: relative;
	padding: 120px 0 20px;
	min-height: 100vh;
	background: url("../images/hero-bg-500.jpg") 50% 0 no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
@media only screen and (min-width: 500px) {
	.hero-home {
		background-image: url("../images/hero-bg-1000.jpg");
	}
}
@media only screen and (min-width: 1000px) {
	.hero-home {
		background-image: url("../images/hero-bg-1600.jpg");
	}
}
@media only screen and (min-width: 1800px) {
	.hero-home {
		background-image: url("../images/hero-bg-3000.jpg");
	}
}
@media only screen and (min-width: 3200px) {
	.hero-home {
		background-image: url("../images/hero-bg-5000.jpg");
	}
}
.hero-home:before,
.hero-page:before {
	content: "";
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	-webkit-box-shadow: 0 0 100px 80px rgba(45, 78, 90, .5);
	        box-shadow: 0 0 100px 80px rgba(45, 78, 90, .5);
}
.hero-page:before {
	-webkit-box-shadow: 0 0 120px 100px rgba(57, 68, 72, .75);
	        box-shadow: 0 0 120px 100px rgba(57, 68, 72, .75);
}
.hero-home, .hero-page,
.hero .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
 	-ms-flex-align: center;
  align-items: center;
}
.hero .container {
	-webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.hero-page .header-request-form-wrap {
	margin: 50px 0 0;
}

.hero-wrap {
	-ms-flex-preferred-size: 700px;
    flex-basis: 700px;
}
.hero-wrap p {
	padding: 0 10px;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
    line-height: 1.5;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, .8);
	background: rgba(78, 84, 90, .65);
	border-radius: 3px;
}
.hero-wrap .hero-title {
	margin: 0;
	padding: 10px 10px 25px;
	font-weight: 500;
	font-size: 54px;
	line-height: 1;
}
.hero-wrap .hero-subtitle {
	margin: 0 0 10px 0;
	font-weight: 400;
	font-size: 24px;
}
@media only screen and (max-width: 1120px) {
	.hero-page .header-request-form-wrap {
		margin: 80px 0 0;
	}
}
@media only screen and (max-width: 1120px) {
	.hero-wrap .hero-title {
		font-size: 46px;
	}
	.hero-home .container {
		position: relative;
		z-index: 5;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
	}
	.hero-wrap {
		-ms-flex-preferred-size: auto;
    flex-basis: auto;
	}
	.hero-home .header-request-form-wrap {
		margin: 0 0 30px 0;
		-webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
		-ms-flex-item-align: end;
    align-self: flex-end;
	}
	.hero-home {
		padding-bottom: 0;
	}
	.hero-home::after {
		content: "";
		position: absolute;
		width: 100%;
		height: 50%;
		left: 0;
		bottom: 0;
		z-index: 0;
		background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 54%, rgba(0,0,0,0.75) 100%);
		background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 54%,rgba(0,0,0,0.75) 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),color-stop(54%, rgba(0,0,0,0.75)),to(rgba(0,0,0,0.75)));
		background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 54%,rgba(0,0,0,0.75) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
	}
	.hero-wrap p,
	.hero-wrap .hero-title {
		padding: 0;
		background: none;
	}
}
@media only screen and (max-width: 767px) {
	.hero-page {
		min-height: 150px;
	}
	.hero-home {
		padding-top: 80px;
		padding-bottom: 30px;
	}
	.hero-home .container {
		padding-top: 0;
	}
	.hero-page .header-request-form-wrap {
		margin: 50px 0 0;
	}
}
@media only screen and (max-width: 640px) {
    .hero-home {
        min-height: auto;
    }
    .hero-home::after {
        height: 75%;
    }
	.hero-wrap .hero-title {
		line-height: 1;
	}
	.hero-wrap .hero-subtitle {
		margin-bottom: 15px;
		line-height: 1;
		font-size: 22px;
	}
}
@media only screen and (max-width: 480px) {
	.hero-page {
		min-height: 100px;
	}
	.hero-page:before {
		-webkit-box-shadow: 0 0 80px 60px rgba(57, 68, 72, .75);
		        box-shadow: 0 0 80px 60px rgba(57, 68, 72, .75);
	}
}
/****expo*******************************************************************************/
.expo-item {
	margin-bottom: 3em;
}
.expo-item .fas,
.expo-item .fab {
	margin-right: 15px;
	width: 30px;
}
@media only screen and (min-width: 1120px) {
	.expo-wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
	}
	.expo-item {
		margin: 0;
		width: 30%;
	}
	.expo-item .fas,
	.expo-item .fab {
		width: auto;
		font-size: 40px;
		vertical-align: top;
	}
	.expo-item .title {
		font-size: 1.8rem;
	}
}

/*********features*******************************************************************/
.features {
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	color: #fff;
	text-align: center;
	overflow: hidden;
	background: #000 url("../video/iconball.jpg") no-repeat 0 0;
	background-size: auto 100%;
}
.features::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .75);
	z-index: 10;
}
.features-video-layout {
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	width: 100%;
	max-width: 2200px;
	min-height: 100%;
}
.features-video-layout video {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
}
.features-content {
	position: relative;
}
.features .container {
	position: relative;
	z-index: 50;
	padding-top: 100px;
	padding-bottom: 100px;
}

.features .title {
	margin: 0 0 15px;
	color: #fff;
}
.features .subtitle {
	margin: 0;
	text-transform: uppercase;
}
.features-list {
	margin-top: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
  flex-wrap: wrap;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.features-item {
	margin-bottom: 40px;
	width: 30%;
}
.features-item i {
	font-size: 42px;
}
.features-item p {
	margin: 20px 0 0;
	font-size: 18px;
}
@media only screen and (max-width: 991px) {
    .features-item {
        width: 45%;
    }
}
@media only screen and (min-width: 641px) {
	.features .title {
		font-size: 46px;
	}
	.features .subtitle {
		font-size: 22px;
	}
}
@media only screen and (max-width: 640px) {
	.features-item {
		width: 100%;
	}
    .features-item p {
		display: inline-block;
		margin: 0 0 0 15px;
		vertical-align: middle;
	}
	.features-item i {
		vertical-align: middle;
	}
}
/*********search engines*******************************************************************/
.engines .title {
	margin: 0;
}
.engines .subtitle {
	text-align: center;
}
.engines-logos {
	margin: 60px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	-webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.engines-logo + .engines-logo {
	margin-left: 30px;
}
.engines-logo img {
	-webkit-filter: contrast(70%);
	        filter: contrast(70%);
	-webkit-transform: scale(.95);
	        transform: scale(.95);
	-webkit-transition: -webkit-transform .25s ease, -webkit-filter .25s ease;
	transition: -webkit-transform .25s ease, -webkit-filter .25s ease;
	transition: transform .25s ease, filter .25s ease;
	transition: transform .25s ease, filter .25s ease, -webkit-transform .25s ease, -webkit-filter .25s ease;
}
.engines-logo:hover img {
	-webkit-filter: contrast(150%);
	        filter: contrast(150%);
	-webkit-transform: scale(1);
	        transform: scale(1);
}
@media only screen and (max-width: 640px) {
	.engines-logos {
		display: block;
	}
	.engines-logo + .engines-logo {
		margin-left: 0;
		margin-top: 20px;
	}
	.engines-logo {
		text-align: center;
	}
	.engines-logo img {
		display: inline-block;
		max-width: 150px;
	}
}
/*********cta*******************************************************************/
.cta-wrap {
	padding: 80px 0;
	background: url("../images/cta-page-bg-500.jpg") 50% 50% no-repeat;
	background-size: cover;
	text-align: center;
}
.home-cta {
	background: url("../images/cta-bg-500.jpg") 0 0 no-repeat;
	background-size: cover;
}

.page-contacts .cta-wrap .btn-contact,
.page-request .cta-wrap .btn-request {
    display: none;
}

@media only screen and (min-width: 500px) {
	.cta-wrap {
		background-image: url("../images/cta-page-bg-1000.jpg");
	}
	.home-cta {
		background-image: url("../images/cta-bg-1000.jpg");
	}
}
@media only screen and (min-width: 1000px) {
	.cta-wrap {
		background-image: url("../images/cta-page-bg-1600.jpg");
	}
	.home-cta {
		background-image: url("../images/cta-bg-1600.jpg");
	}
}
@media only screen and (min-width: 1800px) {
	.cta-wrap {
		background-image: url("../images/cta-page-bg-3000.jpg");
	}
	.home-cta {
		background-image: url("../images/cta-bg-3000.jpg");
	}
}
.cta-wrap .container {
	max-width: 700px;
}
.cta-wrap p {
	margin: 50px 0;
	font-size: 1.4rem;
}
.cta-wrap .title {
	margin-bottom: 30px;
}
.cta-wrap .cta-btn {
	margin-top: 30px;
}
@media only screen and (max-width: 640px) {
	.cta-wrap {
		padding: 0;
	}
}

/**********footer*****************************************************************************/
.main-footer {
	padding-bottom: 56px;
}
.footer-content {
	padding: 100px 0 30px;
}
.footer-block {
	-webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
	min-width: 25%;
}
.footer-block + .footer-block {
	margin-top: 50px;
}
.footer-contacts address i {
	min-width: 30px;
}
.footer-bottom {
	margin-bottom: 20px;
}
.footer-socials a {
	display: inline-block;
    vertical-align: middle;
	font-size: 26px;
}
.footer-socials a.img-icon {
    border-radius: 4px;
    background: #333a40;
}
.footer-socials a:hover,
.footer-socials a:active,
.footer-socials a:focus {
	color: #ff9e04;
}
.footer-socials a.img-icon:hover,
.footer-socials a.img-icon:active,
.footer-socials a.img-icon:focus {
	background: #ff9e04;
}
.footer-socials a + a {
	margin-left: 10px;
}
@media only screen and (min-width: 768px) {
	.footer-content {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.footer-block:first-child {
		width: 100%;
	}
	.footer-menu {
		padding-left: 30px;
	}
}
@media only screen and (min-width: 1120px) {
	.footer-content {
		-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	}
	.footer-block {
		min-width: 25%;
	}
	.footer-block + .footer-block {
		margin-top: 0;
		padding-left: 30px;
	}
	.footer-bottom {
		margin-bottom: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	}
	.footer-cr,
	.footer-socials {
		width: 100%;
	}
	.footer-socials {
		text-align: right;
	}
}
@media only screen and (max-width: 1119px) {
	.footer-logo {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
    flex-wrap: wrap;
		-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	}
	.footer-logo-img {
		-webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
	}
	.footer-logo p {
		width: 100%;
	}
	.footer-logo .footer-block-title {
		margin: 0 0 0 20px;
	}
	.footer-contacts,
	.footer-menu {
		width: 50%;
	}
	.footer-cr,
	.footer-socials {
		width: 100%;
	}
	.footer-socials {
		text-align: center;
	}
}
@media only screen and (max-width: 767px) {
	.footer-contacts, .footer-menu {
		width: 100%;
	}
}
@media only screen and (max-width: 640px) {
	.footer-content {
		padding-top: 50px;
	}
	.footer-logo-img {
		margin-bottom: 30px;
		width: 100%;
		text-align: center;
	}
	.footer-logo-img img {
		display: inline-block;
	}
	.footer-logo .footer-block-title {
		margin: 0 0 20px 0;
		width: 100%;
	}
	.footer-socials a + a {
		margin-left: 6px;
	}
    .footer-socials {
        max-width: 180px;
        margin: 0 auto;
    }
}



/********go to top button****************************************************************/
.gototop {
	position: fixed;
	z-index: 9999;
	right: 50px;
	bottom: 20px;
	overflow: hidden;
	width: 50px;
	height: 50px;
	white-space: nowrap;
	text-indent: 200%;
	border-radius: 50%;
	background: #f0f0f0;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0);
	-webkit-transition: opacity .2s ease, -webkit-box-shadow .2s ease;
transition: opacity .2s ease, -webkit-box-shadow .2s ease;
-o-transition: box-shadow .2s ease, opacity .2s ease;
transition: box-shadow .2s ease, opacity .2s ease;
transition: box-shadow .2s ease, opacity .2s ease, -webkit-box-shadow .2s ease;
}
.gototop::before {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 0;
	left: 0;
	border-top: 4px solid #999;
	border-left: 4px solid #999;
	border-radius: 4px;
	-webkit-transform: translate(13px, 17px) rotate(45deg);
  -ms-transform: translate(13px, 17px) rotate(45deg);
  transform: translate(13px, 17px) rotate(45deg);
}
.gototop:hover,
.gototop:active,
.gototop:focus {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .35);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .35);
	opacity: 1;
}
@media only screen and (max-width: 1400px) {
	.gototop {
		right: 5px;
		bottom: 140px;
		opacity: .5;
	}
}

/*
*************************error page*********************************************************
*/
.errorpage .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
.errorpage .errorbox {
	min-height: calc(100vh - 200px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.errorpage .logo-wrap {
	padding: 0;
	text-align: center;
}
.errorpage .header-logo a {
	display: inline-block;
}
.errorpage .error-text {
	text-align: center;
}
.errorpage .title {
	margin: 0;
	font-weight: 500;
	font-size: 200px;
	line-height: 1;
}
.errorpage .subtitle {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.4;
	text-transform: uppercase;
}
.errorpage .subtitle2 {
	margin-top: 0;
	font-weight: 300;
	font-size: 20px;
	text-transform: lowercase;
}
.errorpage .header-logo .logo-text {
	text-align: left;
}
@media only screen and (max-width: 640px) {
	.errorpage .header-logo .logo-text {
		display: block;
	}
	.errorpage .title {
		font-size: 100px;
	}
}

/*******sticky footer module**************************************************************/
.sticky-footer {
	position: fixed;
	bottom: -2px;
	left: 0;
	width: 100%;
	z-index: 500;
	padding: 10px 0;
	background: #fff;
	-webkit-box-shadow: 0 -3px 10px 0 rgba(0,0,0,.0785);
	box-shadow: 0 -3px 10px 0 rgba(0,0,0,.0785);
	-webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
        transform: scaleY(0);
-webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
        transform-origin: 100% 100%;
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
}
.stickyFooter .sticky-footer {
	-webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
        transform: scaleY(1);
}
.sticky-footer .container {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	max-width: 700px;
}
.sticky-footer .btn {
	padding: 3px 20px 6px;
	font-size: 1.4rem;
	text-align: center;
	-webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
}
.sticky-footer .btn-main {
	-webkit-box-flex: 2;
    -ms-flex: 2 1 auto;
        flex: 2 1 auto;
	/* background: #6CB3C7; */
	/* box-shadow: inset 0 -3px 0 #1a8cac; */
  background: #7DC681;
  box-shadow: inset 0 -3px 0 #47a34c;
}
.sticky-footer .btn-main:hover,
.sticky-footer .btn-main:active,
.sticky-footer .btn-main:focus {
	box-shadow: inset 0 -100px 0 #47a34c;
}
.sticky-footer .btn + .btn {
	margin-left: 50px;
}

.page-contacts .sticky-footer .btn-contact {
    display: none;
}
.page-contacts .sticky-footer .container,
.page-request .sticky-footer .container {
    display: block;
    text-align: center;
}
.page-contacts .sticky-footer .btn-main {
    width: 415px;
    max-width: 100%;
}

.page-request .sticky-footer .btn-main {
    display: none;
}
.page-request .sticky-footer .btn-contact {
    width: 200px;
    max-width: 100%;
}

@media only screen and (max-width: 640px) {
	.sticky-footer,
	.sticky-footer .container {
		padding: 0;
	}
    .sticky-footer .container .btn {
        margin: 0;
        border-radius: 0;
        box-shadow: none;
        padding-top: 9px;
        padding-bottom: 11px;
    }
    .page-request .sticky-footer .btn-contact,
    .page-contacts .sticky-footer .btn-main {
        width: 100%;
    }
}
@media only screen and (max-width: 480px) {
    .sticky-footer .container .btn {
        font-size: 16px;
        padding-left: 5px;
        padding-right: 5px;
    }
}

/****************************************CONTACT FORM**********************************/
@media only screen and (max-width: 768px) {
    .page-contacts .header-request-form-wrap {
        display: none;
    }
}

.contact-form {
	margin: 0 auto;
	max-width: 700px;
}
.contact-form .formDescription {
	margin: 0;
}
.contact-form div.formBody {
	float: none;
	position: relative;
	padding-bottom: 20px;
}
.contact-form .rsform-block {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	margin-bottom: 15px;
}
.contact-form .formControlLabel {
	-webkit-box-flex: 0;
   -ms-flex: 0 0 150px;
   flex: 0 0 150px;
}
.contact-form .formControls {
	-webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.contact-form input,
.contact-form textarea {
	margin: 0;
}
.contact-form textarea {
	min-height: 100px;
}
.contact-form .formBody input[type="radio"],
.contact-form .formBody input[type="checkbox"],
.opinions-form .formBody input[type="checkbox"] {
	display: none;
}
.contact-form .formBody label {
	display: inline-block;
	margin-right: 50px;
	line-height: 1;

    position: relative;
    padding-left: 30px;
    text-align: left;
}
.contact-form .formBody label::before {
	content: "";
    position: absolute;
    top: 2px;
    left: 0;
	width: 15px;
	height: 15px;
	border: 2px solid #ff9e04;
	border-radius: 50%;
	-webkit-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
	cursor: pointer;
}
.contact-form .formBody input[type="checkbox"] + label::before,
.contact-form .formBody label.checkbox::before,
.opinions-form .formBody input[type="checkbox"] + label::before,
.opinions-form .formBody label.checkbox::before {
    border-radius: 3px;
}
.contact-form .formBody input:checked + label::before,
.contact-form .formBody label.checked::before {
	background: #ff9e04;
}



.contact-form .formValidation {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 1;
}
.contact-form .formRed {
	font-weight: 300;
	font-size: 1.3em;
	text-align: center;
	color: #CF4D4D;
}
.contact-form .formError {
	font-weight: 300;
	font-size: .85em;
}
.contact-form .rsform-error,
.infoblock .rsform-error {
	border-color: #CF4D4D;
	-webkit-box-shadow: inset 0 1px 1px rgba(207,77,77,0.075), 0 0 8px rgba(207,77,77,0.6);
  box-shadow: inset 0 1px 1px rgba(207,77,77,0.075), 0 0 8px rgba(207,77,77,0.6);
}
.contact-form label.rsform-error {
    box-shadow: none;
}
.contact-form .rsform-block-captcha input {
	margin-top: -15px;
}
.contact-form .rsform-captcha-refresh-button {
	position: absolute;
	top: 5px;
	left: 120px;
	/* display: inline-block;
	margin: 0;
	padding: 6px 20px 9px;
	height: auto;
	font: inherit;
	font-weight: 300;
	font-size: 1.3rem;
	white-space: nowrap;
	color: #fff;
	line-height: 1.2;
	text-shadow: none;
	text-decoration: none;
	border: none;
	border-radius: 4px;
	background: #404b54;
	-webkit-box-shadow: inset 0 -3px 0 #2d3338;
	        box-shadow: inset 0 -3px 0 #2d3338;
	cursor: pointer;
	-webkit-transition: -webkit-box-shadow .5s ease;
	transition: -webkit-box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
	transition: box-shadow .5s ease, -webkit-box-shadow .5s ease; */
}
/* .contact-form .rsform-captcha-refresh-button:hover,
.contact-form .rsform-captcha-refresh-button:active,
.contact-form .rsform-captcha-refresh-button:focus {
	color: #fff;
	outline: 0;
	-webkit-box-shadow: inset 0 -100px 0 #2d3338;
	        box-shadow: inset 0 -100px 0 #2d3338;
} */

@media only screen and (max-width: 520px) {
	.contact-form .rsform-block {
		display: block;
		margin: 0;
	}
	.contact-form .formControlLabel {
		margin-bottom: 5px;
	}
	.contact-form .rsform-block-send {
		text-align: center;
	}
}
#rsfp-thankyou-scroll3 + .formResponsive {
	margin-top: 30px;
}

/************* request form *******************************************************************************/
.request-form-wrap {
	position: relative;
	margin: 60px auto 30px;
	padding: 5px 5px 90px;
	max-width: 900px;
	overflow: hidden;
}
.request-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0;
}
.request-form fieldset {
	width: calc(100vw - 30px);
	max-width: 900px;
	-webkit-transition: transform .25s ease;
	-webkit-transition: -webkit-transform .25s ease;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease, -webkit-transform .25s ease;
	-webkit-transform-origin: right top;
	transform-origin: right top;
}
.request-form .formHidden {
	position: absolute;
	top: auto;
	left: auto;
	opacity: 0;
	-webkit-transform: scale(0, 1);
	transform: scale(0, 1);
}
.request-form fieldset:not(.formHidden) {
	position: static;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

#rsform_error_4 {
	position: absolute;
	top: -35px;
	left: 0;
}
#rsform_error_4 p {
	margin: 0;
}
.request-form .rsformProgress  {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.request-form .rsformProgressContainer {
	height: 8px;
	border: none;
	border-radius: 4px;
	background: #e0e4ec;
}
.request-form .rsformProgressBar {
	height: 8px;
	background: #f8cb14;
}
.request-form div.formBody {
	float: none;
}
.request-form .rsform-block + .rsform-block {
	margin-top: 30px;
}

.request-form fieldset:not(.infoblock) .rsform-block .formControlLabel {
	margin-bottom: 30px;
	font-size: 1.8rem;
	font-weight: 300;
	text-align: center;
}
.request-form button {
	margin: 0;
	min-width: 160px;
	text-align: center;
}
.request-form fieldset.infoblock .formRow {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
}
.request-form fieldset.infoblock .formSpan6 {
	-webkit-box-flex: 0;
    -ms-flex: 0 1 48%;
        flex: 0 1 48%;
}
.request-form fieldset.infoblock input,
.request-form fieldset.infoblock textarea {
	margin: 0;
}
.request-form fieldset.infoblock textarea {
	padding: 15px;
	min-height: 117px;
}
.request-form fieldset.infoblock .rsform-block + .rsform-block {
	margin-top: 15px;
}
.request-form fieldset.infoblock .rsform-block.rsform-block-request-consent-header {
    margin-top: 25px;
}
.request-form fieldset.infoblock .rsform-block + div.rsform-block-recaptcha,
.request-form fieldset.infoblock .rsform-block + div.rsform-block-captcha-placeholder {
	margin-top: 25px;
}
.request-form fieldset.infoblock .formControlLabel {
	color: #333a40;
}
.request-form fieldset.infoblock .formBody {
	position: relative;
}
.request-form fieldset.infoblock .formDescription {
	position: absolute;
	right: 0;
	top: -18px;
	margin: 0;
	font-size: 1rem;
	line-height: 1.2;
}
.request-form .rsform-block-captcha .formBody {
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.request-form .rsform-block-captcha .formControlLabel {
	margin-bottom: 7px;
}
.request-form fieldset .rsform-block-captcha input {
	margin-top: 35px;
}
.request-form .rsform-block-captcha .rsform-captcha-refresh-button {
	position: absolute;
	top: 5px;
	left: 120px;
	display: inline-block;
	margin: 0;
}
.request-form fieldset.infoblock .rsform-block-captcha .formDescription {
	top: auto;
	bottom: 40px;
	right: auto;
	left: 0;
	font-size: 1.1rem;
}

/* .request-form .rsform-block-captcha .rsform-captcha-refresh-button {
	position: absolute;
	top: 5px;
	right: 0;
	display: inline-block;
  margin: 0;
  padding: 6px 20px 9px;
  height: auto;
  font: inherit;
  font-weight: 300;
  font-size: 1.3rem;
  white-space: nowrap;
  color: #fff;
  line-height: 1.2;
  text-shadow: none;
  text-decoration: none;
  border: none;
  border-radius: 4px;
  background: #404b54;
  -webkit-box-shadow: inset 0 -3px 0 #2d3338;
  box-shadow: inset 0 -3px 0 #2d3338;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow .5s ease;
  transition: -webkit-box-shadow .5s ease;
  -o-transition: box-shadow .5s ease;
  transition: box-shadow .5s ease;
  transition: box-shadow .5s ease, -webkit-box-shadow .5s ease;
}
.request-form .rsform-block-captcha .rsform-captcha-refresh-button:hover,
.request-form .rsform-block-captcha .rsform-captcha-refresh-button:active,
.request-form .rsform-block-captcha .rsform-captcha-refresh-button:focus {
	color: #fff;
  outline: 0;
  -webkit-box-shadow: inset 0 -100px 0 #2d3338;
  box-shadow: inset 0 -100px 0 #2d3338;
} */

.request-form fieldset.infoblock .formError {
	position: absolute;
	right: 0;
	top: 100%;
	top: calc(100% + 2px);
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.2;
}
.request-form fieldset .formRow:last-child {
	margin-top: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
  -ms-flex-pack: end;
	justify-content: flex-end;
}
.request-form fieldset:last-of-type .formRow > div {
	width: 100%;
}
.request-form fieldset:nth-of-type(n+3) .formRow:last-child div {
	width: 100%;
}
.request-form fieldset:nth-of-type(n+3) .formRow:last-child .formBody {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.request-form .rsform-block-submit-free-quote-request .formBody {
	-webkit-box-pack: end;
  -ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 70px;
	text-align: right;
}

.request-form fieldset .formBody {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.request-form .rsform-block-requested-service .formBody {
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.request-form fieldset .rsform-button-prev {
	display: none;
}

.request-form fieldset:nth-of-type(n+3) .rsform-button-prev {
	display: block;
  padding-left: 0;
  font-size: 18px;
  color: #808b90;
  text-shadow: none;
  text-align: left;
  text-decoration: underline;
  background: none;
  box-shadow: none;
}

.request-form fieldset input[type='radio'],
.request-form fieldset input[type='checkbox'] {
	display: none;
}
.request-form fieldset label {
	-webkit-box-flex: 1;
    -ms-flex: 1 1 30%;
        flex: 1 1 30%;
	position: relative;
	padding: 120px 10px 0 10px;
	text-align: center;
	cursor: pointer;
}
.request-form .rsform-block-website-status label:nth-of-type(n+2),
.request-form .rsform-block-project-budget-in-usd label:nth-of-type(n+2),
.request-form .rsform-block-search-engines label:nth-of-type(n+2) {
	margin-left: 30px;
}
.request-form .rsform-block-requested-service label:nth-of-type(n+4) {
	margin-top: 30px;
}


.request-form fieldset label::before {
	content: "";
  display: inline-block;
  vertical-align: text-top;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  border: 2px solid #ff9e04;
  border-radius: 50%;
  -webkit-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease;
  cursor: pointer;
}
.request-form fieldset label::after {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	left: calc(50% - 50px);
	border-radius: 5px;
	border: 2px solid #e0e4ec;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0);
	        box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, 0);
	opacity: .4;
	-webkit-transition: box-shadow .2s ease, opacity .2s ease;
	-webkit-transition: opacity .2s ease, -webkit-box-shadow .2s ease;
	transition: opacity .2s ease, -webkit-box-shadow .2s ease;
	transition: box-shadow .2s ease, opacity .2s ease;
	transition: box-shadow .2s ease, opacity .2s ease, -webkit-box-shadow .2s ease;
}
.request-form fieldset.infoblock label {
    padding-top: 0;
}
.request-form fieldset.infoblock label::after {
    content: none;
}
.request-form fieldset.infoblock label {
    position: relative;
    padding-left: 30px;
    text-align: left;
}
.request-form fieldset.infoblock label::before {
    position: absolute;
    top: 2px;
    left: 0;
}
.request-form fieldset label:hover::before {
	background-color: rgba(255, 158, 4, .2);
}
.request-form fieldset label:hover::after,
.request-form fieldset input:checked + label::after,
.request-form fieldset label.checked::after {
	-webkit-box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, .2);
	        box-shadow: -2px 2px 5px 0 rgba(0, 0, 0, .2);
	opacity: .8;
}
.request-form fieldset .rsform-block input:checked + label::after,
.request-form fieldset .rsform-block label.checked::after {
	background-position-y: 100%;
}
.request-form fieldset input:checked + label::before,
.request-form fieldset label.checked::before {
	background: #ff9e04;
}
.request-form fieldset input[type="checkbox"] + label::before,
.request-form fieldset label.checkbox::before {
	border-radius: 3px;
}

.request-form .rsform-block-website-status label::after {
	background-image: url(../images/icons/seo.png);
}
.request-form .rsform-block-website-status label:first-of-type::after {
	background-position: 0 0;
}
.request-form .rsform-block-website-status label:nth-of-type(2)::after {
	background-position: -100px 0;
}
.request-form .rsform-block-website-status label:nth-of-type(3)::after {
	background-position: -200px 0;
}

.request-form .rsform-block-requested-service label::after {
	background-image: url(../images/icons/services.png);
}
.request-form .rsform-block-requested-service label:nth-of-type(1)::after {
	background-position: 0 0;
}
.request-form .rsform-block-requested-service label:nth-of-type(2)::after {
	background-position: -100px 0;
}
.request-form .rsform-block-requested-service label:nth-of-type(3)::after {
	background-position: -200px 0;
}
.request-form .rsform-block-requested-service label:nth-of-type(4)::after {
	background-position: -300px 0;
}
.request-form .rsform-block-requested-service label:nth-of-type(5)::after {
	background-position: -400px 0;
}
.request-form .rsform-block-requested-service label:nth-of-type(6)::after {
	background-position: -500px 0;
}

.request-form .rsform-block-project-budget-in-usd label::after {
	background-image: url(../images/icons/budget.png);
}
.request-form .rsform-block-project-budget-in-usd label:nth-of-type(1)::after {
	background-position: 0 0;
}
.request-form .rsform-block-project-budget-in-usd label:nth-of-type(2)::after {
	background-position: -100px 0;
}
.request-form .rsform-block-project-budget-in-usd label:nth-of-type(3)::after {
	background-position: -200px 0;
}
.request-form .rsform-block-project-budget-in-usd label:nth-of-type(4)::after {
	background-position: -300px 0;
}

.request-form .rsform-block-search-engines label::after {
	background-image: url(../images/icons/engines.png);
	opacity: .8;
}
.request-form .rsform-block-search-engines label:nth-of-type(1)::after {
	background-position: 0 0;
}
.request-form .rsform-block-search-engines label:nth-of-type(2)::after {
	background-position: -100px 0;
}
.request-form .rsform-block-search-engines label:nth-of-type(3)::after {
	background-position: -200px 0;
}
.request-form .rsform-block-search-engines label:nth-of-type(4)::after {
	background-position: -300px 0;
}
.request-form .rsform-block-search-engines label:nth-of-type(5)::after {
	background-position: -400px 0;
}

@media only screen and (max-width: 640px) {
	.request-form .rsform-block-project-budget-in-usd .formBody {
		-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
	}
	.request-form fieldset .rsform-block-project-budget-in-usd .formBody,
	.request-form fieldset .rsform-block-search-engines .formBody {
		-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.request-form fieldset .rsform-block-search-engines label {
		-webkit-box-flex: 0;
    -ms-flex: 0 1 33.33%;
        flex: 0 1 33.33%;
	}
	.request-form fieldset .rsform-block-project-budget-in-usd label {
		-webkit-box-flex: 0;
    -ms-flex: 0 1 200px;
        flex: 0 1 200px;
	}
	.request-form .rsform-block-project-budget-in-usd label:nth-of-type(n+2),
	.request-form .rsform-block-search-engines label:nth-of-type(n+2) {
		margin-left: 0;
	}
	.request-form .rsform-block-project-budget-in-usd label:nth-of-type(n+3) {
		margin-top: 30px;
	}
	.request-form .rsform-block-search-engines label:nth-of-type(n+4) {
		margin-top: 30px;
	}
}
@media only screen and (max-width: 640px) {
	.request-form .formSpan6 + .formSpan6 {
		margin-top: 15px;
	}
	.request-form fieldset.infoblock .formRow {
		-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	}
	.request-form fieldset.infoblock .formSpan6 {
		-ms-flex-preferred-size: 100%;
    flex-basis: 100%;
	}
	.request-form .rsform-block-captcha .formControlLabel {
		margin-bottom: 10px;
	}
	.request-form fieldset .rsform-block-captcha input {
		margin-top: -15px;
	}
	.request-form fieldset .formBody,
	.request-form fieldset label {
		display: block;
		text-align: left;
	}
	.header-request-form fieldset .formRow:nth-child(2) .formBody {
		display: flex;
	}
	.request-form button {
		min-width: 90px;
	}
	.request-form fieldset .rsform-block label:nth-of-type(n+2) {
		margin: 10px 0 0 0;
	}
	.request-form fieldset label {
		padding: 10px 60px 10px 35px;
		-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
		        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .1);
		-webkit-transition: box-shadow .2s ease;
		-webkit-transition: -webkit-box-shadow .2s ease;
		transition: -webkit-box-shadow .2s ease;
		transition: box-shadow .2s ease;
		transition: box-shadow .2s ease, -webkit-box-shadow .2s ease;
	}
	.request-form fieldset input:checked + label {
		-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25);
		        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .25);
	}
	.request-form fieldset label::before {
		position: absolute;
		margin: 0;
		left: 3px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.request-form fieldset label::after {
		left: auto;
		right: 3px;
		top: 50%;
		width: 50px;
		height: 50px;
		border: none;
		-webkit-box-shadow: none;
		        box-shadow: none;
		-webkit-transform: translateY(-50%) rotate(10deg);
		transform: translateY(-50%) rotate(10deg);
	}

	.request-form fieldset label:hover::after,
	.request-form fieldset input:checked + label::after {
		-webkit-box-shadow: none;
		        box-shadow: none;
		opacity: .8;
	}

	.request-form .rsform-block-website-status label::after {
		background-image: url(../images/icons/seo-m.png);
	}
	.request-form .rsform-block-website-status label:first-of-type::after {
		background-position: 0 0;
	}
	.request-form .rsform-block-website-status label:nth-of-type(2)::after {
		background-position: -50px 0;
	}
	.request-form .rsform-block-website-status label:nth-of-type(3)::after {
		background-position: -100px 0;
	}

	.request-form .rsform-block-requested-service label::after {
		background-image: url(../images/icons/services-m.png);
	}
	.request-form .rsform-block-requested-service label:nth-of-type(1)::after {
		background-position: 0 0;
	}
	.request-form .rsform-block-requested-service label:nth-of-type(2)::after {
		background-position: -50px 0;
	}
	.request-form .rsform-block-requested-service label:nth-of-type(3)::after {
		background-position: -100px 0;
	}
	.request-form .rsform-block-requested-service label:nth-of-type(4)::after {
		background-position: -150px 0;
	}
	.request-form .rsform-block-requested-service label:nth-of-type(5)::after {
		background-position: -200px 0;
	}
	.request-form .rsform-block-requested-service label:nth-of-type(6)::after {
		background-position: -250px 0;
	}

	.request-form .rsform-block-project-budget-in-usd label::after {
		background-image: url(../images/icons/budget-m.png);
	}
	.request-form .rsform-block-project-budget-in-usd label:nth-of-type(1)::after {
		background-position: 0 0;
	}
	.request-form .rsform-block-project-budget-in-usd label:nth-of-type(2)::after {
		background-position: -50px 0;
	}
	.request-form .rsform-block-project-budget-in-usd label:nth-of-type(3)::after {
		background-position: -100px 0;
	}
	.request-form .rsform-block-project-budget-in-usd label:nth-of-type(4)::after {
		background-position: -150px 0;
	}

	.request-form .rsform-block-search-engines label::after {
		background-image: url(../images/icons/engines-m.png);
	}
	.request-form .rsform-block-search-engines label:nth-of-type(1)::after {
		background-position: 0 0;
	}
	.request-form .rsform-block-search-engines label:nth-of-type(2)::after {
		background-position: -50px 0;
	}
	.request-form .rsform-block-search-engines label:nth-of-type(3)::after {
		background-position: -100px 0;
	}
	.request-form .rsform-block-search-engines label:nth-of-type(4)::after {
		background-position: -150px 0;
	}
	.request-form .rsform-block-search-engines label:nth-of-type(5)::after {
		background-position: -200px 0;
	}
}




/******header request form **************************************************************************************/
.header-request-form-wrap {
	position: relative;
	margin-left: 50px;
	padding: 55px 20px 20px;
	width: 100%;
	max-width: 600px;
	background: #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
	        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .2);
}
.header-request-form-wrap .title {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
	margin: 0;
    padding: 10px 20px;
	font-size: 1.4rem;
    text-transform: uppercase;
}
.header-request-form-wrap .title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: -moz-linear-gradient(45deg, rgba(255,158,4,1) 0%, rgba(255,158,4,0) 75%, rgba(255,158,4,0) 100%);
background: -webkit-linear-gradient(45deg, rgba(255,158,4,1) 0%,rgba(255,158,4,0) 75%,rgba(255,158,4,0) 100%);
background: linear-gradient(45deg, rgba(255,158,4,1) 0%,rgba(255,158,4,0) 75%,rgba(255,158,4,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9e04', endColorstr='#00ff9e04',GradientType=1 );
}
.header-request-form .rsformProgress {
	left: auto;
	right: -5px;
	top: -5px;
	width: 85px;
	height: 85px;
}
.header-request-form .rsformProgress::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background: -moz-linear-gradient(45deg, rgba(155,155,155,0) 46%, rgba(155,155,155,0.75) 49%, rgba(248,203,20,1) 50%, rgba(255,158,4,1) 90%);
	background: -webkit-linear-gradient(45deg, rgba(155,155,155,0) 46%,rgba(155,155,155,0.75) 49%,rgba(248,203,20,1) 50%,rgba(255,158,4,1) 90%);
	background: linear-gradient(45deg, rgba(155,155,155,0) 46%,rgba(155,155,155,0.75) 49%,rgba(248,203,20,1) 50%,rgba(255,158,4,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009b9b9b', endColorstr='#ff9e04',GradientType=1 );
}
.header-request-form .rsform-progress {
	position: relative;
	padding: 0 5px;
	font-weight: 600;
	font-family: monospace;
	font-size: 1rem;
	color: #fff;
}
.header-request-form .rsform-progress p {
	margin: 8px 0;
	text-align: right;
}
.header-request-form .rsform-progress span {
	display: block;
	font-size: 1.8rem;
	line-height: 1;
}

.header-request-form .rsformProgress.fa-check-circle::before {
    content: "\f058";
    color: #47a34c;
}
.header-request-form .rsformProgress.fa-exclamation-triangle::before {
    content: "\f071";
    color: #f44336;
}
.header-request-form .rsformProgress.fas::before {
    background: none;
    width: auto;
    height: auto;
    left: auto;
    right: 10px;
    top: 15px;
    font-size: 30px;
}

.header-request-form fieldset.infoblock .formSpan6 {
	-ms-flex-preferred-size: 49%;
	    flex-basis: 49%;
}
.header-request-form fieldset.infoblock .rsform-block + .rsform-block {
	margin-top: 10px;
}
.header-request-form .rsform-block-captcha .formControlLabel {
	margin-bottom: 5px;
}
.header-request-form fieldset .rsform-block-captcha input {
	margin-top: 32px;
}
.header-request-form .infoblock {
	margin-top: 10px;
}
.header-request-form fieldset:not(.infoblock) .rsform-block .formControlLabel {
	margin-bottom: 10px;
}
.header-request-form fieldset label {
	padding-top: 110px;
	line-height: 1.2;
}
.header-request-form fieldset.infoblock label {
    padding-top: 0;
}
.header-request-form fieldset.infoblock label::after {
    content: none;
}
.header-request-form fieldset .formRow:last-child {
	margin-top: 30px;
}

.header-request-form .infoblock .formRow:nth-child(2) {
	padding-top: 15px;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.header-request-form .rsform-block-submit-free-quote-request .formBody {
	margin-top: 31px;
}
.header-request-form .rsform-block-submit-free-quote-request button {
	width: 100%;
}


.header-request-form .rsform-block-requested-service label:nth-of-type(n+4) {
	margin-top: 10px;
}
.header-request-form .rsform-block-requested-service label,
.header-request-form .rsform-block-search-engines label {
	padding-top: 60px;
}
.header-request-form .rsform-block-requested-service label::after,
.header-request-form .rsform-block-search-engines label::after {
	left: calc(50% - 25px);
	width: 50px;
	height: 50px;
}
.header-request-form .rsform-block-website-status label:nth-of-type(n+2),
.header-request-form .rsform-block-project-budget-in-usd label:nth-of-type(n+2),
.header-request-form .rsform-block-search-engines label:nth-of-type(n+2) {
	margin-left: 10px;
}
.header-request-form .rsform-block-requested-service label:nth-of-type(n+4) {
	margin-top: 10px;
}

.header-request-form .rsform-block-requested-service label::after {
	background-image: url(../images/icons/services-m.png);
}
.header-request-form .rsform-block-requested-service label:nth-of-type(1)::after {
	background-position: 0 0;
}
.header-request-form .rsform-block-requested-service label:nth-of-type(2)::after {
	background-position: -50px 0;
}
.header-request-form .rsform-block-requested-service label:nth-of-type(3)::after {
	background-position: -100px 0;
}
.header-request-form .rsform-block-requested-service label:nth-of-type(4)::after {
	background-position: -150px 0;
}
.header-request-form .rsform-block-requested-service label:nth-of-type(5)::after {
	background-position: -200px 0;
}
.header-request-form .rsform-block-requested-service label:nth-of-type(6)::after {
	background-position: -250px 0;
}

/* .header-request-form .rsform-block-project-budget-in-usd label::after {
	background-image: url(../images/icons/budget-m.png);
}
.header-request-form .rsform-block-project-budget-in-usd label:nth-of-type(1)::after {
	background-position: 0 0;
}
.header-request-form .rsform-block-project-budget-in-usd label:nth-of-type(2)::after {
	background-position: -50px 0;
}
.header-request-form .rsform-block-project-budget-in-usd label:nth-of-type(3)::after {
	background-position: -100px 0;
}
.header-request-form .rsform-block-project-budget-in-usd label:nth-of-type(4)::after {
	background-position: -150px 0;
} */

.header-request-form .rsform-block-search-engines label::after {
	background-image: url(../images/icons/engines-m.png);
}
.header-request-form .rsform-block-search-engines label:nth-of-type(1)::after {
	background-position: 0 0;
}
.header-request-form .rsform-block-search-engines label:nth-of-type(2)::after {
	background-position: -50px 0;
}
.header-request-form .rsform-block-search-engines label:nth-of-type(3)::after {
	background-position: -100px 0;
}
.header-request-form .rsform-block-search-engines label:nth-of-type(4)::after {
	background-position: -150px 0;
}
.header-request-form .rsform-block-search-engines label:nth-of-type(5)::after {
	background-position: -200px 0;
}
.request-form fieldset:not(.infoblock) .formError {
	position: absolute;
	bottom: 55px;
	right: 0;
	font-weight: 500;
	font-size: 1.1rem;
}
#rsform_error_5 {
	position: absolute;
	bottom: 15px;
	left: 20px;
	max-width: 120px;
	line-height: 1.4;
}
#rsform_error_5 p {
	margin: 0;
	font-weight: 500;
	color: #CF4D4D;
}

.header-request-form-wrap .header-request-form .infoblock div.rsform-block-request-consent-header {
    margin-top: 20px;
}
.header-request-form .infoblock .rsform-block-request-consent-header label {
    padding-right: 0;
    padding-bottom: 0;
    box-shadow: none;
}

.header-request-form-wrap .toggler {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
    cursor: pointer;
}
.header-request-form-wrap .toggler::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 10px;
    width: 20px;
    height: 20px;
    border-right: 4px solid #404b54;
    border-bottom: 4px solid #404b54;
    border-radius: 4px;
    transform: rotate(45deg);
}

.header-request-form-wrap.open .toggler {
    display: none;
}
.header-request-form fieldset {
    width: 100%;
}

@media only screen and (max-width: 640px) {

    .header-request-form-wrap {
		max-width: 100%;
        padding-bottom: 0;
	}
    .header-request-form {
        display: none;
        padding-bottom: 20px;
    }

    .header-request-form-wrap .toggler {
        display: block;
    }
    .header-request-form-wrap .title::after {
        display: none;
    }
	.header-request-form fieldset .rsform-block-project-budget-in-usd .formBody,
	.header-request-form fieldset .rsform-block-search-engines .formBody {
		-ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
	}
	.header-request-form .rsform-block-project-budget-in-usd label:nth-of-type(n+3),
	.header-request-form .rsform-block-search-engines label:nth-of-type(n+4) {
		margin-top: 0;
	}
	.header-request-form fieldset.infoblock .formSpan6 {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
    .header-request-form .infoblock .rsform-block-request-consent-header label::before {
        top: 10px;
    }
}
@media only screen and (max-width: 640px) {
	.header-request-form fieldset label,
	.header-request-form .rsform-block-requested-service label,
	.header-request-form .rsform-block-search-engines label {
		padding-top: 10px;
	}
	.header-request-form .rsform-block-requested-service label::after,
	.header-request-form .rsform-block-search-engines label::after {
		left: auto;
	}
	.header-request-form .infoblock input,
	.header-request-form .infoblock textarea {
		padding: 3px 12px;
		line-height: 1.2;
	}
	.header-request-form fieldset.infoblock .formControlLabel {
		line-height: 1.2;
	}
	.header-request-form .infoblock .formSpan6 + .formSpan6 {
		margin-top: 15px;
	}
	.header-request-form fieldset .rsform-block-captcha input {
		margin-top: 5px;
	}
	.request-form fieldset.infoblock .rsform-block-captcha .formDescription {
		bottom: 35px;
	}
}
@media only screen and (max-width: 420px) {
	.header-request-form-wrap {
		padding-left: 10px;
		padding-right: 10px;
	}
    .header-request-form-wrap .title {
        font-size: 15px;
        letter-spacing: -.5px;
        padding: 14px 10px;
    }
	.hero .container {
		padding-left: 0;
		padding-right: 0;
	}
	.hero {
		overflow: hidden;
	}
	.hero .container > div:not(.header-request-form-wrap) {
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-request-form .rsformProgress {
		right: 0;
	}
	.header-request-form .rsformProgress::before {
		border-bottom-right-radius: 0;
	}
}


.request-form-result-message {
	position: relative;
	min-height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.request-form-result-message .success,
.request-form-result-message .error {
	display: none;
	text-align: center;
}
.request-form-result-message .loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.request-form-result-message .loader i {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #f8cb14;
}

.request-form-result-message .loader i:first-child {
	-webkit-animation: opacitychange 1s ease-in-out infinite;
	        animation: opacitychange 1s ease-in-out infinite;
}
.request-form-result-message .loader i:nth-child(2) {
	-webkit-animation: opacitychange 1s ease-in-out infinite .33s;
	        animation: opacitychange 1s ease-in-out infinite .33s;
}
.request-form-result-message .loader i:nth-child(3) {
	-webkit-animation: opacitychange 1s ease-in-out infinite .66s;
	        animation: opacitychange 1s ease-in-out infinite .66s;
}

@-webkit-keyframes opacitychange {
	0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}

@keyframes opacitychange {
	0%, 100%{
    opacity: 0;
  }

  60%{
    opacity: 1;
  }
}




/*****faq page**************************************************************************************/
.faq-btns {
	margin-bottom: 40px;
}
.faq-btns .btn-link:nth-of-type(2) {
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid;
}
.faq-sliders .rl_sliders.accordion>.accordion-group {
	margin: 0;
	border: none;
}
.faq-sliders .rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle {
	position: relative;
	padding: 10px 0 10px 60px;
	font-size: 1.6rem;
	text-decoration: none;
}
.faq-sliders .rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle::before,
.faq-sliders .rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle::after {
	content: "";
	position: absolute;
	left: 0;
	top: 48%;
	width: 30px;
	height: 2px;
	background: #313335;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
}
.faq-sliders .rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: transform .2s ease;
	-webkit-transition: -webkit-transform .2s ease;
	transition: -webkit-transform .2s ease;
	transition: transform .2s ease;
	transition: transform .2s ease, -webkit-transform .2s ease;
}
.faq-sliders .rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:hover {
	color: #4a8eab;
	background: none;
}
.faq-sliders .rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:focus {
	outline: none;
	border: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.faq-sliders .rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:hover::before,
.faq-sliders .rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:hover::after,
.faq-sliders .rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:focus::before,
.faq-sliders .rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:focus::after,
.faq-sliders .rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:active::before,
.faq-sliders .rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:active::after,
.faq-sliders .rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle::before,
.faq-sliders .rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle::after {
	background: #4a8eab;
}
.faq-sliders .rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle {
	background: none;
	color: #4a8eab;
}
.faq-sliders .rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.faq-sliders .rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner {
	padding: 10px 0 40px 60px;
}

@media only screen and (max-width: 640px) {
	.faq-sliders .rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle {
		line-height: 1.4;
	}
}

/***seo process page*********************************************************************************************/
.seoprocess-steps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 0 5%;
}
.seoprocess-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 45%;
	        flex: 0 1 45%;
	margin-top: 30px;
}
.seoprocess-item .number {
	display: block;
	float: left;
	padding: 5px 30px 10px 0;
	font-size: 24px;
	line-height: 1;
	text-shadow: -5px -5px 1px rgba(0, 0, 0, .1);
}
.seoprocess-item .title {
	position: relative;
	margin-top: 0;
}
.seoprocess-item .title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 100%;
	height: 1px;
	background: -webkit-gradient(linear, right top, left top, from(rgba(248,203,20,0)),color-stop(74%, rgba(248,203,20,1)),to(rgba(248,203,20,1)));
	background: linear-gradient(to left, rgba(248,203,20,0) 0%,rgba(248,203,20,1) 74%,rgba(248,203,20,1) 100%);
}

@media only screen and (max-width: 768px) {
	.seoprocess-item {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
}


/*****seo services page***************************************************************************************/
.seoservices {
	margin: 50px 0;
	padding: 0 50px;
}
.seoservice-cat + .seoservice-cat {
	margin-top: 30px;
}
.seoservice-cat-header {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 140px;
	text-align: center;
	color: #fff;
	background: #f8cb14;
	background: rgba(0, 0, 0, .5) url("../images/services-page-1000.jpg") 50% 0 no-repeat;
	background-size: 100% 650px;
	cursor: pointer;
	-webkit-transition: background-size .3s ease-in-out;
	transition: background-size .3s ease-in-out;
}
.seoservice-cat:nth-child(2) .seoservice-cat-header {
	background-position: 50% -170px;
}
.seoservice-cat:nth-child(3) .seoservice-cat-header {
	background-position: 50% -340px;
}
.seoservice-cat:nth-child(4) .seoservice-cat-header {
	background-position: 50% -510px;
}
.seoservice-cat-header::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
}
.seoservice-cat-header .arrow {
	position: absolute;
	width: 30px;
	height: 30px;
	left: calc(50% - 15px);
	bottom: 0;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}
.seoservice-cat-header .arrow::before,
.seoservice-cat-header .arrow::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 2px;
	height: 100%;
	background: #fff;
	-webkit-transition: -webkit-transform .5s ease-in-out;
	transition: -webkit-transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
	-webkit-transform-origin: center bottom;
	        transform-origin: center bottom;
}
.seoservice-cat-header .arrow::before {
	-webkit-transform: rotate(-60deg);
	        transform: rotate(-60deg);
}
.seoservice-cat-header .arrow::after {
	-webkit-transform: rotate(60deg);
	        transform: rotate(60deg);
}
.seoservice-cat-header .title {
	position: relative;
	margin: 0;
	padding: 50px 0;
	width: 100%;
	font-size: 2.2rem;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .2);
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}
.seoservice-cat-header:hover,
.open .seoservice-cat-header {
	/* background: #ff9e04; */
	background-size: 105% 700px;
}
.seoservice-cat-header:hover .title,
.open .seoservice-cat-header .title {
	-webkit-transform: translateY(-20px);
	        transform: translateY(-20px);
}
.seoservice-cat-header:hover .arrow,
.open .seoservice-cat-header .arrow {
	bottom: 30px;
	opacity: 1;
}
.open .seoservice-cat-header .arrow {
	bottom: 40px;
}
.open .seoservice-cat-header .arrow::before {
	-webkit-transform: rotate(-120deg);
	        transform: rotate(-120deg);
}
.open .seoservice-cat-header .arrow::after {
	-webkit-transform: rotate(120deg);
	        transform: rotate(120deg);
}
.seoservice-cat-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.seoservices-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 1 33.33%;
	        flex: 0 1 33.33%;
	margin-top: 50px;
	padding: 0 20px;
	opacity: 0;
	-webkit-transform: translateY(150px);
	        transform: translateY(150px);
	-webkit-transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
	transition: opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out, opacity .4s ease-in-out;
	transition: transform .4s ease-in-out, opacity .4s ease-in-out, -webkit-transform .4s ease-in-out;
}
.active .seoservices-item {
	opacity: 1;
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
.seoservices-item .title {
	text-align: center;
}
.seoservices-item > i {
	display: block;
	text-align: center;
	font-size: 50px;
	color: #f8cb14;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}
.seoservices-item:hover > i {
	color: #ff9e04;
}
.seoservices-item p {
	margin-bottom: 0;
}
.seoservices-item .rl_sliders.accordion>.accordion-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin: 0;
	border: none;
}
.seoservices-item .rl_sliders.accordion>.accordion-group .panel-heading {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}
.seoservices-item .rl_sliders.accordion>.accordion-group>.accordion-body {
	-webkit-box-ordinal-group: 1;
	    -ms-flex-order: 0;
	        order: 0;
}
.seoservices-item .rl_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle {
	padding: 0;
	text-align: center;
	color: #333a40;
}
.seoservices-item .rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:hover {
	color: #4a8eab;
}
.seoservices-item .rl_sliders.accordion>.accordion-group>.accordion-heading>a.accordion-toggle:hover,
.seoservices-item .rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle {
	background: none;
	text-decoration: underline;
}
.seoservices-item .rl_sliders.accordion>.accordion-group.active>.accordion-heading>a.accordion-toggle:focus,
.seoservices-item .rl_sliders.accordion>.accordion-group .accordion-heading .accordion-toggle:focus {
	outline: none;
	-webkit-box-shadow: none;
	        box-shadow: none;
}
.seoservices-item .rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner {
	padding: 0;
	border: none;
}
.seoservices-item .rl_sliders.accordion>.accordion-group>.accordion-body>.accordion-inner>p {
	margin: 0;
}

@media only screen and (max-width: 1120px) {
	.seoservices-item {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
	}
}
@media only screen and (max-width: 991px) {
	.seoservices {
		padding: 0;
	}
}
@media only screen and (max-width: 768px) {
	.seoservices-item {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin-top: 30px;
		padding: 0;
	}
	.seoservice-cat + .seoservice-cat {
		margin-top: 40px;
	}
	.seoservice-cat-header {
		height: 80px;
		background-size: 100% 440px;
	}
	.seoservice-cat:nth-child(2) .seoservice-cat-header {
		background-position: 50% -120px;
	}
	.seoservice-cat:nth-child(3) .seoservice-cat-header {
		background-position: 50% -240px;
	}
	.seoservice-cat:nth-child(4) .seoservice-cat-header {
		background-position: 50% -360px;
	}
	.seoservice-cat-header:hover,
	.open .seoservice-cat-header {
		background-size: 105% 480px;
	}
	.seoservice-cat-header .title {
		padding: 22px 0;
		font-size: 2rem;
	}
	.seoservice-cat-header:hover .arrow, .open .seoservice-cat-header .arrow {
		bottom: 15px;
	}
	.open .seoservice-cat-header .arrow {
		bottom: 25px;
	}
	.seoservices-item > i {
		font-size: 34px;
	}
	.seoservices-item .title {
		margin-top: 10px;
	}
}


/*****opinions page***************************************************************************************/
.cus-review {
    margin-top: 60px;
}
.cus-review p {
    margin: 0;
}
.cus-review h3, .cus-review .title, .cus-review h4 {
    text-decoration: underline;
}
.cus-review p > span {
    font-weight: 700;
}
.cus-review .cus-review-text {
    position: relative;
    margin: 30px 0;
    padding-left: 30px;
    max-width: 700px;
}
.cus-review .cus-review-text::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 3px;
    top: 0;
    left: 0;
    background: rgb(248,203,20);
}


.opinions-form-wrap {
    margin-bottom: 100px;
}

.opinions-form-wrap form {
	margin: 0 auto;
    padding-top: 30px;
	max-width: 700px;
    border-top: 1px solid rgba(0, 0, 0, .5);
    border-bottom: 1px solid rgba(0, 0, 0, .5);
}
.opinions-form .formDescription {
	margin: 0;
}
.opinions-form div.formBody {
	float: none;
	position: relative;
	padding-bottom: 20px;
}
.opinions-form .rsform-block {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	margin-bottom: 15px;
}
.opinions-form .formControlLabel {
	-webkit-box-flex: 0;
   -ms-flex: 0 0 200px;
   flex: 0 0 200px;
   padding-right: 15px;
}
.opinions-form .formControls {
	-webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.opinions-form .formBody input,
.opinions-form .formBody textarea {
	margin: 0;
}
.opinions-form .formBody textarea {
	min-height: 100px;
}
.opinions-form .formBody input[type="radio"] {
	display: none;
}
.opinions-form .formBody label {
	display: inline-block;
    position: relative;
    padding-left: 30px;
	margin-right: 50px;
	line-height: 1;
    cursor: pointer;
}
.opinions-form .formBody label::before {
	content: "";
	display: inline-block;
	vertical-align: text-top;
    position: absolute;
    top: 0;
    left: 0;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	border: 2px solid #ff9e04;
	border-radius: 50%;
	-webkit-transition: background-color .2s ease;
	-o-transition: background-color .2s ease;
	transition: background-color .2s ease;
}
.opinions-form .formBody input:checked + label::before,
.opinions-form .formBody label.checked::before {
	background: #ff9e04;
}
.opinions-form .formValidation {
	position: absolute;
	bottom: 0;
	left: 0;
	line-height: 1;
}
.opinions-form .formRed {
	font-weight: 300;
	font-size: 1.3em;
	text-align: center;
	color: #CF4D4D;
}
.opinions-form .formError {
	font-weight: 300;
	font-size: .85em;
}
.opinions-form .rsform-error {
	border-color: #CF4D4D;
	-webkit-box-shadow: inset 0 1px 1px rgba(207,77,77,0.075), 0 0 8px rgba(207,77,77,0.6);
  box-shadow: inset 0 1px 1px rgba(207,77,77,0.075), 0 0 8px rgba(207,77,77,0.6);
}

.opinions-form .rsform-block-captcha input {
	margin-top: -15px;
}
.opinions-form .rsform-captcha-refresh-button {
	position: absolute;
	top: 5px;
	left: 120px;
}

@media only screen and (max-width: 520px) {
	.opinions-form .rsform-block {
		display: block;
		margin: 0;
	}
	.opinions-form .formControlLabel {
		margin-bottom: 5px;
	}
	.opinions-form .rsform-block-send {
		text-align: center;
	}
}
#rsfp-thankyou-scroll4 + .formResponsive {
	margin-top: 30px;
}

/******pagination***/
.pagination {
    margin-top: 60px;
}
.pagination ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
}
.pagination li {
    display: inline-block;
    position: relative;
    margin: 0 10px;
}
.pagination li a,
.pagination li span {
    display: block;
    width: 30px;
    height: 30px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    background: #8899a9;
    transition: background-color .25s ease;
}
.pagination li a:hover {
    background: #f8cb14;
}
.pagination li span {
    opacity: .5;
}
.pagination li.active a {
    background: #f8cb14;
}
.pagination .next a,
.pagination .next span,
.pagination .prev a,
.pagination .prev span {
    position: relative;
    overflow: hidden;
    text-indent: 200%;
}
.pagination .next::after,
.pagination .prev::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
}
.pagination .next::after {
    border-right: 2px solid #fff;
    left: 45%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.pagination .prev::after {
    border-left: 2px solid #fff;
    left: 55%;
    transform: translate(-50%, -50%) rotate(-45deg);
}



/****/
button[disabled] {
    opacity: .5;
    pointer-events: none;
}

#system-message .alert {
    /* position: relative;
    margin: 30px auto;
    max-width: 600px;
    padding: 15px 30px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, .15);
    background: #fff; */
}
#system-message .alert .close {
    display: none;
    /* position: absolute;
    top: 5px;
    right: 10px;
    font-size: 50px;
    line-height: .4;
    text-decoration: none;
    cursor: pointer; */
}
#system-message .alert .alert-heading {
    margin: 15px 0;
    text-align: center;
}
#system-message .alert .alert-message {
    text-align: center;
}

div.cc-window {
    z-index: 10000;
    font: inherit;
    font-size: 18px;
    line-height: 1.2;
}
a.cc-btn {
    font-size: inherit;
    padding: .5em .8em;
    text-decoration: none;
    transition: background-color .25s ease;
}
a.cc-btn:hover,
a.cc-btn:focus {
    /* background: #47a34c !important; */
    outline: none;
}

.main .indent-block {
    padding-left: 2rem;
}


.request-form .grecaptcha-badge {
    position: static !important;
}

@media (max-width: 768px) {
  .longtitle h1 {
    font-size: 28px;
  }
}