/*
Theme Name: Superior Notary Services 
Theme URI: https://wordpress.org/themes/superiornotaryservices/
Author: the Searchbloom team
Author URI: https://www.searchbloom.com/
Description: Superior Notary Services  brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: superiornotaryservices
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
@font-face {
    font-family: 'Averta';
    src: url('./fonts/Averta-Bold.woff') format('woff'),
		 url('./fonts/Averta-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Averta';
    src: url('./fonts/Averta-Regular.woff') format('woff'),
		 url('./fonts/Averta-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Averta';
    src: url('./fonts/Averta-ExtraBold.woff') format('woff'),
		 url('./fonts/Averta-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Averta';
    src: url('./fonts/Averta-Semibold.woff') format('woff'),
		 url('./fonts/Averta-Semibold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}



/*
@font-face {
    font-family: 'Averta';
    src: url('./fonts/Averta-Bold.eot');
    src: url('./fonts/Averta-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Averta-Bold.woff2') format('woff2'),
        url('./fonts/Averta-Bold.woff') format('woff'),
        url('./fonts/Averta-Bold.ttf') format('truetype'),
        url('./fonts/Averta-Bold.svg#Averta-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Averta';
    src: url('./fonts/Averta-Regular.eot');
    src: url('./fonts/Averta-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Averta-Regular.woff2') format('woff2'),
        url('./fonts/Averta-Regular.woff') format('woff'),
        url('./fonts/Averta-Regular.ttf') format('truetype'),
        url('./fonts/Averta-Regular.svg#Averta-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Averta';
    src: url('./fonts/Averta-ExtraBold.eot');
    src: url('./fonts/Averta-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Averta-ExtraBold.woff2') format('woff2'),
        url('./fonts/Averta-ExtraBold.woff') format('woff'),
        url('./fonts/Averta-ExtraBold.ttf') format('truetype'),
        url('./fonts/Averta-ExtraBold.svg#Averta-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Averta';
    src: url('./fonts/Averta-Semibold.eot');
    src: url('./fonts/Averta-Semibold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Averta-Semibold.woff2') format('woff2'),
        url('./fonts/Averta-Semibold.woff') format('woff'),
        url('./fonts/Averta-Semibold.ttf') format('truetype'),
        url('./fonts/Averta-Semibold.svg#Averta-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}
*/

html {
	font-family: 'Averta', sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Averta', sans-serif!important;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
	font-family: 'Averta', sans-serif;
}

b,
strong {
	font-weight: 700;
	font-family: 'Averta', sans-serif;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

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

img {
	border-style: none;
}

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

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

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

/* Text meant only for screen readers. */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 15px;
	font-size: 0.9375rem;
	font-weight: 400;
	line-height: 1.66;
}





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

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/* Typography for Arabic Font */

html[lang="ar"] body,
html[lang="ar"] button,
html[lang="ar"] input,
html[lang="ar"] select,
html[lang="ar"] textarea,
html[lang="ary"] body,
html[lang="ary"] button,
html[lang="ary"] input,
html[lang="ary"] select,
html[lang="ary"] textarea,
html[lang="azb"] body,
html[lang="azb"] button,
html[lang="azb"] input,
html[lang="azb"] select,
html[lang="azb"] textarea,
html[lang="fa-IR"] body,
html[lang="fa-IR"] button,
html[lang="fa-IR"] input,
html[lang="fa-IR"] select,
html[lang="fa-IR"] textarea,
html[lang="haz"] body,
html[lang="haz"] button,
html[lang="haz"] input,
html[lang="haz"] select,
html[lang="haz"] textarea,
html[lang="ps"] body,
html[lang="ps"] button,
html[lang="ps"] input,
html[lang="ps"] select,
html[lang="ps"] textarea,
html[lang="ur"] body,
html[lang="ur"] button,
html[lang="ur"] input,
html[lang="ur"] select,
html[lang="ur"] textarea {
	font-family: Tahoma, Arial, sans-serif;
}

html[lang="ar"] h1,
html[lang="ar"] h2,
html[lang="ar"] h3,
html[lang="ar"] h4,
html[lang="ar"] h5,
html[lang="ar"] h6,
html[lang="ary"] h1,
html[lang="ary"] h2,
html[lang="ary"] h3,
html[lang="ary"] h4,
html[lang="ary"] h5,
html[lang="ary"] h6,
html[lang="azb"] h1,
html[lang="azb"] h2,
html[lang="azb"] h3,
html[lang="azb"] h4,
html[lang="azb"] h5,
html[lang="azb"] h6,
html[lang="fa-IR"] h1,
html[lang="fa-IR"] h2,
html[lang="fa-IR"] h3,
html[lang="fa-IR"] h4,
html[lang="fa-IR"] h5,
html[lang="fa-IR"] h6,
html[lang="haz"] h1,
html[lang="haz"] h2,
html[lang="haz"] h3,
html[lang="haz"] h4,
html[lang="haz"] h5,
html[lang="haz"] h6,
html[lang="ps"] h1,
html[lang="ps"] h2,
html[lang="ps"] h3,
html[lang="ps"] h4,
html[lang="ps"] h5,
html[lang="ps"] h6,
html[lang="ur"] h1,
html[lang="ur"] h2,
html[lang="ur"] h3,
html[lang="ur"] h4,
html[lang="ur"] h5,
html[lang="ur"] h6 {
	font-weight: 700;
}

/* Typography for Chinese Font */

html[lang^="zh-"] body,
html[lang^="zh-"] button,
html[lang^="zh-"] input,
html[lang^="zh-"] select,
html[lang^="zh-"] textarea {
	font-family: "PingFang TC", "Helvetica Neue", Helvetica, STHeitiTC-Light, Arial, sans-serif;
}

html[lang="zh-CN"] body,
html[lang="zh-CN"] button,
html[lang="zh-CN"] input,
html[lang="zh-CN"] select,
html[lang="zh-CN"] textarea {
	font-family: "PingFang SC", "Helvetica Neue", Helvetica, STHeitiSC-Light, Arial, sans-serif;
}

html[lang^="zh-"] h1,
html[lang^="zh-"] h2,
html[lang^="zh-"] h3,
html[lang^="zh-"] h4,
html[lang^="zh-"] h5,
html[lang^="zh-"] h6 {
	font-weight: 700;
}

/* Typography for Cyrillic Font */

html[lang="bg-BG"] body,
html[lang="bg-BG"] button,
html[lang="bg-BG"] input,
html[lang="bg-BG"] select,
html[lang="bg-BG"] textarea,
html[lang="ru-RU"] body,
html[lang="ru-RU"] button,
html[lang="ru-RU"] input,
html[lang="ru-RU"] select,
html[lang="ru-RU"] textarea,
html[lang="uk"] body,
html[lang="uk"] button,
html[lang="uk"] input,
html[lang="uk"] select,
html[lang="uk"] textarea {
	font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, sans-serif;
}

html[lang="bg-BG"] h1,
html[lang="bg-BG"] h2,
html[lang="bg-BG"] h3,
html[lang="bg-BG"] h4,
html[lang="bg-BG"] h5,
html[lang="bg-BG"] h6,
html[lang="ru-RU"] h1,
html[lang="ru-RU"] h2,
html[lang="ru-RU"] h3,
html[lang="ru-RU"] h4,
html[lang="ru-RU"] h5,
html[lang="ru-RU"] h6,
html[lang="uk"] h1,
html[lang="uk"] h2,
html[lang="uk"] h3,
html[lang="uk"] h4,
html[lang="uk"] h5,
html[lang="uk"] h6 {
	font-weight: 700;
	line-height: 1.2;
}

/* Typography for Devanagari Font */

html[lang="bn-BD"] body,
html[lang="bn-BD"] button,
html[lang="bn-BD"] input,
html[lang="bn-BD"] select,
html[lang="bn-BD"] textarea,
html[lang="hi-IN"] body,
html[lang="hi-IN"] button,
html[lang="hi-IN"] input,
html[lang="hi-IN"] select,
html[lang="hi-IN"] textarea,
html[lang="mr-IN"] body,
html[lang="mr-IN"] button,
html[lang="mr-IN"] input,
html[lang="mr-IN"] select,
html[lang="mr-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="bn-BD"] h1,
html[lang="bn-BD"] h2,
html[lang="bn-BD"] h3,
html[lang="bn-BD"] h4,
html[lang="bn-BD"] h5,
html[lang="bn-BD"] h6,
html[lang="hi-IN"] h1,
html[lang="hi-IN"] h2,
html[lang="hi-IN"] h3,
html[lang="hi-IN"] h4,
html[lang="hi-IN"] h5,
html[lang="hi-IN"] h6,
html[lang="mr-IN"] h1,
html[lang="mr-IN"] h2,
html[lang="mr-IN"] h3,
html[lang="mr-IN"] h4,
html[lang="mr-IN"] h5,
html[lang="mr-IN"] h6 {
	font-weight: 700;
}

/* Typography for Greek Font */

html[lang="el"] body,
html[lang="el"] button,
html[lang="el"] input,
html[lang="el"] select,
html[lang="el"] textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="el"] h1,
html[lang="el"] h2,
html[lang="el"] h3,
html[lang="el"] h4,
html[lang="el"] h5,
html[lang="el"] h6 {
	font-weight: 700;
	line-height: 1.3;
}

/* Typography for Gujarati Font */

html[lang="gu-IN"] body,
html[lang="gu-IN"] button,
html[lang="gu-IN"] input,
html[lang="gu-IN"] select,
html[lang="gu-IN"] textarea {
	font-family: Arial, sans-serif;
}

html[lang="gu-IN"] h1,
html[lang="gu-IN"] h2,
html[lang="gu-IN"] h3,
html[lang="gu-IN"] h4,
html[lang="gu-IN"] h5,
html[lang="gu-IN"] h6 {
	font-weight: 700;
}

/* Typography for Hebrew Font */

html[lang="he-IL"] body,
html[lang="he-IL"] button,
html[lang="he-IL"] input,
html[lang="he-IL"] select,
html[lang="he-IL"] textarea {
	font-family: "Arial Hebrew", Arial, sans-serif;
}

html[lang="he-IL"] h1,
html[lang="he-IL"] h2,
html[lang="he-IL"] h3,
html[lang="he-IL"] h4,
html[lang="he-IL"] h5,
html[lang="he-IL"] h6 {
	font-weight: 700;
}

/* Typography for Japanese Font */

html[lang="ja"] body,
html[lang="ja"] button,
html[lang="ja"] input,
html[lang="ja"] select,
html[lang="ja"] textarea {
	font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

html[lang="ja"] h1,
html[lang="ja"] h2,
html[lang="ja"] h3,
html[lang="ja"] h4,
html[lang="ja"] h5,
html[lang="ja"] h6 {
	font-weight: 700;
}

/* Typography for Korean font */

html[lang="ko-KR"] body,
html[lang="ko-KR"] button,
html[lang="ko-KR"] input,
html[lang="ko-KR"] select,
html[lang="ko-KR"] textarea {
	font-family: "Apple SD Gothic Neo", "Malgun Gothic", "Nanum Gothic", Dotum, sans-serif;
}

html[lang="ko-KR"] h1,
html[lang="ko-KR"] h2,
html[lang="ko-KR"] h3,
html[lang="ko-KR"] h4,
html[lang="ko-KR"] h5,
html[lang="ko-KR"] h6 {
	font-weight: 600;
}

/* Typography for Thai Font */

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3,
html[lang="th"] h4,
html[lang="th"] h5,
html[lang="th"] h6 {
	line-height: 1.65;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
	line-height: 1.8;
	font-family: "Sukhumvit Set", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Remove letter-spacing for all non-latin alphabets */

html[lang="ar"] *,
html[lang="ary"] *,
html[lang="azb"] *,
html[lang="haz"] *,
html[lang="ps"] *,
html[lang^="zh-"] *,
html[lang="bg-BG"] *,
html[lang="ru-RU"] *,
html[lang="uk"] *,
html[lang="bn-BD"] *,
html[lang="hi-IN"] *,
html[lang="mr-IN"] *,
html[lang="el"] *,
html[lang="gu-IN"] *,
html[lang="he-IL"] *,
html[lang="ja"] *,
html[lang="ko-KR"] *,
html[lang="th"] * {
	letter-spacing: 0 !important;
}

/*--------------------------------------------------------------
6.0 Forms
--------------------------------------------------------------*/

label {
	color: #333;
	display: block;
	font-weight: 800;
	margin-bottom: 0.5em;
}

fieldset {
	margin-bottom: 1em;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	background: #fff;
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	padding: 0.7em;
	width: 100%;
}

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

select {
	border: 1px solid #bbb;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	height: 3em;
	max-width: 100%;
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
	outline: thin dotted #333;
}

input[type="radio"],
input[type="checkbox"] {
	margin-right: 0.5em;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	font-weight: 400;
}

button,
input[type="button"],
input[type="submit"] {
	background-color: #222;
	border: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1;
	padding: 1em 2em;
	text-shadow: none;
	-webkit-transition: background 0.2s;
	transition: background 0.2s;
}

input + button,
input + input[type="button"],
input + input[type="submit"] {
	padding: 0.75em 2em;
}

button.secondary,
input[type="reset"],
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary {
	background-color: #ddd;
	color: #222;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #767676;
}

button.secondary:hover,
button.secondary:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="button"].secondary:hover,
input[type="button"].secondary:focus,
input[type="reset"].secondary:hover,
input[type="reset"].secondary:focus,
input[type="submit"].secondary:hover,
input[type="submit"].secondary:focus {
	background: #bbb;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

:-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

::-moz-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #333;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

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

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/*--------------------------------------------------------------
9.0 Tables
--------------------------------------------------------------*/

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

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #eee;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #222;
	text-decoration: none;
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	color: #000;
	outline: 0;
}

/* Hover effects */

.entry-content a,
.entry-summary a,
.comment-content a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	box-shadow: inset 0 -1px 0 rgba(15, 15, 15, 1);
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-title a,
.entry-meta a,
.page-links a,
.page-links a .page-number,
.entry-footer a,
.entry-footer .cat-links a,
.entry-footer .tags-links a,
.edit-link a,
.post-navigation a,
.logged-in-as a,
.comment-navigation a,
.comment-metadata a,
.comment-metadata a.comment-edit-link,
.comment-reply-link,
a .nav-title,
.pagination a,
.comments-pagination a,
.site-info a,
.widget .widget-title a,
.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	text-decoration: none;
	-webkit-transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, -webkit-box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out;
	transition: color 80ms ease-in, box-shadow 130ms ease-in-out, -webkit-box-shadow 130ms ease-in-out;
}

.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.comment-content a:focus,
.comment-content a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #000;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 3px 0 rgba(0, 0, 0, 1);
}

/* Fixes linked images */
.entry-content a img,
.comment-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 8px #fff;
	box-shadow: 0 0 0 8px #fff;
}

.post-navigation a:focus .icon,
.post-navigation a:hover .icon {
	color: #222;
}

/*--------------------------------------------------------------
11.0 Featured Image Hover
--------------------------------------------------------------*/

.post-thumbnail {
	margin-bottom: 1em;
}

.post-thumbnail a img {
	-webkit-backface-visibility: hidden;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.post-thumbnail a:hover img,
.post-thumbnail a:focus img {
	opacity: 0.7;
}

/*--------------------------------------------------------------
12.0 Navigation
--------------------------------------------------------------*/

.navigation-top {
}

.navigation-top .wrap {
	max-width: 1000px;
	padding: 0;
}

.navigation-top a {
	color: #222;
	font-weight: 600;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
}

.navigation-top .current-menu-item > a,
.navigation-top .current_page_item > a {
	color: #ea1a16;
}

.main-navigation {
	clear: both;
	display: block;
}

.main-navigation ul {
	background: #fff;
	list-style: none;
	margin: 0;
	padding: 0 1.5em;
	text-align: left;
}

/* Hide the menu on small screens when JavaScript is available.
 * It only works with JavaScript.
 */

.js .main-navigation ul,
.main-navigation .menu-item-has-children > a > .icon,
.main-navigation .page_item_has_children > a > .icon,
.main-navigation ul a > .icon {
	display: none;
}

.main-navigation > div > ul {
	border-top: 1px solid #eee;
	padding: 0.75em 1.695em;
}

.js .main-navigation.toggled-on > div > ul {
	display: block;
}

.main-navigation ul ul {
	padding: 0;
}

.main-navigation ul ul.toggled-on {
    display: block;
    /*background: transparent;
    margin-top: 10px;*/
}
.main-navigation ul ul.toggled-on li {
    /*padding: 10px 0;*/
}
.main-navigation ul ul.toggled-on li + li:last-child {
	padding-bottom: 0;
}

.main-navigation ul ul a {
	letter-spacing: 0;
	padding: 0;
	position: relative;
	text-transform: none;
}

.main-navigation li {
	border-bottom: 1px solid #eee;
	position: relative;
}

.main-navigation li li,
.main-navigation li:last-child {
	border: 0;
}

.main-navigation a {
	display: block;
	padding: 0.5em 0;
	text-decoration: none;
}

.main-navigation a:hover {
    color: #ea1a16;
}

/* Menu toggle */

.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 1em;
	text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */

.js .menu-toggle {
	display: block;
}

.main-navigation.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu-toggle:focus {
	outline: thin solid;
}

.menu-toggle .icon {
	margin-right: 0.5em;
	top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* Dropdown Toggle */

.dropdown-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: block;
	font-size: 16px;
	right: -0.5em;
	line-height: 1.8;
	margin: 0 auto;
	padding: 0.5em;
	position: absolute;
	text-shadow: none;
	top: 0;
}

.dropdown-toggle:hover,
.dropdown-toggle:focus {
	background: transparent;
}

.dropdown-toggle:focus {
	outline: thin dotted;
}

.dropdown-toggle.toggled-on .icon {
	-ms-transform: rotate(-180deg); /* IE 9 */
	-webkit-transform: rotate(-180deg); /* Chrome, Safari, Opera */
	transform: rotate(-180deg);
}

/* Scroll down arrow */

.site-header .menu-scroll-down {
	display: none;
}

/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #fff;
	-webkit-font-smoothing: antialiased;
	/* Fallback for when there is no custom background color defined. */
}

#page {
	position: relative;
	word-wrap: break-word;
}



.wrap:after {
	clear: both;
	content: "";
	display: block;
}

/*--------------------------------------------------------------
13.1 Header
--------------------------------------------------------------*/

#masthead .wrap {
	position: relative;
}

.site-header {
	    position: relative;
}

/* Site branding */

.site-branding {
	padding: 1em 0;
	position: relative;
	-webkit-transition: margin-bottom 0.2s;
	transition: margin-bottom 0.2s;
	z-index: 3;
}

.site-branding a {
	text-decoration: none;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}

.site-branding a:hover,
.site-branding a:focus {
	opacity: 0.7;
}

.site-title {
	clear: none;
	font-size: 24px;
	font-size: 1.5rem;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.08em;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}

.site-title,
.site-title a {
	color: #222;
	opacity: 1; /* Prevent opacity from changing during selective refreshes in the customize preview */
}

body.has-header-image .site-title,
body.has-header-video .site-title,
body.has-header-image .site-title a,
body.has-header-video .site-title a {
	color: #fff;
}

.site-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	margin-bottom: 0;
}

body.has-header-image .site-description,
body.has-header-video .site-description {
	color: #fff;
	opacity: 0.8;
}

.custom-logo-link {
	display: inline-block;
	padding-right: 1em;
	vertical-align: middle;
	width: auto;
}

.custom-logo-link img {
	display: inline-block;
	max-height: 80px;
	width: auto;
}

body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
	max-height: 200px;
	max-width: 100%;
}

.custom-logo-link a:hover,
.custom-logo-link a:focus {
	opacity: 0.9;
}

body:not(.title-tagline-hidden) .site-branding-text {
	display: inline-block;
	vertical-align: middle;
}

.custom-header {
	position: relative;
}



.custom-header-media {
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
}

.custom-header-media:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+75 */
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.has-header-image .custom-header-media img,
.has-header-video .custom-header-media video,
.has-header-video .custom-header-media iframe {
	position: fixed;
	height: auto;
	left: 50%;
	max-width: 1000%;
	min-height: 100%;
	min-width: 100%;
	min-width: 100vw; /* vw prevents 1px gap on left that 100% has */
	width: auto;
	top: 50%;
	padding-bottom: 1px; /* Prevent header from extending beyond the footer */
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.wp-custom-header .wp-custom-header-video-button { /* Specificity prevents .color-dark button overrides */
	background-color: rgba(34, 34, 34, 0.5);
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: rgba(255, 255, 255, 0.6);
	height: 45px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	right: 30px;
	top: 30px;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: 45px;
}

.wp-custom-header .wp-custom-header-video-button:hover,
.wp-custom-header .wp-custom-header-video-button:focus { /* Specificity prevents .color-dark button overrides */
	border-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(34, 34, 34, 0.8);
	color: #fff;
}

.admin-bar .wp-custom-header-video-button {
	top: 62px;
}

.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
	bottom: 0;
	position: absolute;
	top: auto;
	-ms-transform: translateX(-50%) translateY(0);
	-moz-transform: translateX(-50%) translateY(0);
	-webkit-transform: translateX(-50%) translateY(0);
	transform: translateX(-50%) translateY(0);
}

/* For browsers that support 'object-fit' */
@supports ( object-fit: cover ) {
	.has-header-image .custom-header-media img,
	.has-header-video .custom-header-media video,
	.has-header-video .custom-header-media iframe,
	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
		height: 100%;
		left: 0;
		-o-object-fit: cover;
		object-fit: cover;
		top: 0;
		-ms-transform: none;
		-moz-transform: none;
		-webkit-transform: none;
		transform: none;
		width: 100%;
	}
}

/* Hides div in Customizer preview when header images or videos change. */

body:not(.has-header-image):not(.has-header-video) .custom-header-media {
	display: none;
}


/*--------------------------------------------------------------
13.2 Front Page
--------------------------------------------------------------*/

.twentyseventeen-front-page .site-content {
	padding: 0;
}

.twentyseventeen-panel {
	overflow: hidden;
	position: relative;
}

.panel-image {
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}

.panel-image:before {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.3+100 */ /* FF3.6-15 */
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.3)));
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0); /* IE6-9 */
	bottom: 0;
	content: "";
	left: 0;
	right: 0;
	position: absolute;
	top: 100px;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border-top: 1px solid #ddd;
}

.panel-content {
	position: relative;
}

.panel-content .wrap {
	padding-bottom: 0.5em;
	padding-top: 1.75em;
}

/* Panel edit link */

.twentyseventeen-panel .edit-link {
	display: block;
	margin: 0.3em 0 0;
}

.twentyseventeen-panel .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

/* Front Page - Recent Posts */

.twentyseventeen-front-page .panel-content .recent-posts article {
	border: 0;
	color: #333;
	margin-bottom: 3em;
}

.recent-posts .entry-header {
	margin-bottom: 1.2em;
}

.page .panel-content .recent-posts .entry-title {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: 0;
	text-transform: none;
}

.twentyseventeen-panel .recent-posts .entry-header .edit-link {
	color: #222;
	display: inline-block;
	font-size: 11px;
	font-size: 0.6875rem;
	margin-left: 1em;
}

/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	background-color: #fff;
	position: relative;
}

.site-content {
	padding: 0;
}

/*--------------------------------------------------------------
13.4 Posts
--------------------------------------------------------------*/

/* Post Landing Page */

.sticky {
	position: relative;
}

.post:not(.sticky) .icon-thumb-tack {
	display: none;
}

.sticky .icon-thumb-tack {
	display: block;
	height: 18px;
	left: -1.5em;
	position: absolute;
	top: 1.65em;
	width: 20px;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #222;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing: 0.14em;
	text-transform: uppercase;
}

.entry-header .entry-title {
	margin-bottom: 0.25em;
}

.entry-title a {
	color: #333;
	text-decoration: none;
	margin-left: -2px;
}

.entry-title:not(:first-child) {
	padding-top: 0;
}

.entry-meta {
	color: #767676;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-bottom: 0.25em;
	text-transform: uppercase;
}

.entry-meta a {
	color: #767676;
}

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

.single .byline,
.group-blog .byline {
	display: inline;
}

.pagination,
.comments-pagination {
	border-top: 1px solid #eee;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
	text-align: center;
}

.pagination .icon,
.comments-pagination .icon {
	width: 0.666666666em;
	height: 0.666666666em;
}

.comments-pagination {
	border: 0;
}


.prev.page-numbers,
.next.page-numbers {
	background-color: #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1;
	padding: 0.25em 0.5em 0.4em;
}

.prev.page-numbers,
.next.page-numbers {
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.prev.page-numbers:focus,
.prev.page-numbers:hover,
.next.page-numbers:focus,
.next.page-numbers:hover {
	background-color: #767676;
	color: #fff;
}

.prev.page-numbers {
	float: left;
}

.next.page-numbers {
	float: right;
}

/* Aligned blockquotes */

.entry-content blockquote.alignleft,
.entry-content blockquote.alignright {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	width: 48%;
}

/* Blog landing, search, archives */

.blog .site-main > article,
.archive .site-main > article,
.search .site-main > article {
	padding-bottom: 2em;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding: 1em 0;
}

body:not(.twentyseventeen-front-page) .entry-header,
body:not(.twentyseventeen-front-page) .entry-content,
body:not(.twentyseventeen-front-page) #comments {
	margin-left: auto;
	margin-right: auto;
}

body:not(.twentyseventeen-front-page) .entry-header {
	padding-top: 0;
}

.blog .entry-meta a.post-edit-link,
.archive .entry-meta a.post-edit-link,
.search .entry-meta a.post-edit-link {
	color: #222;
	display: inline-block;
	margin-left: 1em;
	white-space: nowrap;
}

.search .page .entry-meta a.post-edit-link {
	margin-left: 0;
	white-space: nowrap;
}

.taxonomy-description {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* More tag */

.entry-content .more-link:before {
	content: "";
	display: block;
	margin-top: 1.5em;
}

/* Single Post */

.single-post:not(.has-sidebar) #primary,
.page.page-one-column:not(.twentyseventeen-front-page) #primary,
.archive.page-one-column:not(.has-sidebar) .page-header,
.archive.page-one-column:not(.has-sidebar) #primary {
	margin-left: auto;
	margin-right: auto;
	max-width: 740px;
}

.single-featured-image-header {
	background-color: #fafafa;
	border-bottom: 1px solid #eee;
}

.single-featured-image-header img {
	display: block;
	margin: auto;
}

.page-links {
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	padding: 2em 0 3em;
}

.page-links .page-number {
	color: #767676;
	display: inline-block;
	padding: 0.5em 1em;
}

.page-links a {
	display: inline-block;
}

.page-links a .page-number {
	color: #222;
}

/* Entry footer */

.entry-footer {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-top: 2em;
	padding: 2em 0;
}

.entry-footer .cat-links,
.entry-footer .tags-links {
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	padding-left: 2.5em;
	position: relative;
	text-transform: uppercase;
}

.entry-footer .cat-links + .tags-links {
	margin-top: 1em;
}

.entry-footer .cat-links a,
.entry-footer .tags-links a {
	color: #333;
}

.entry-footer .cat-links .icon,
.entry-footer .tags-links .icon {
	color: #767676;
	left: 0;
	margin-right: 0.5em;
	position: absolute;
	top: 2px;
}

.entry-footer .edit-link {
	display: inline-block;
}

.entry-footer .edit-link a.post-edit-link {
	background-color: #222;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	margin-top: 2em;
	padding: 0.7em 2em;
	-webkit-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	white-space: nowrap;
}

.entry-footer .edit-link a.post-edit-link:hover,
.entry-footer .edit-link a.post-edit-link:focus {
	background-color: #767676;
}

/* Post Formats */

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

.format-quote blockquote {
	color: #333;
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 300;
	overflow: visible;
	position: relative;
}

.format-quote blockquote .icon {
	display: block;
	height: 20px;
	left: -1.25em;
	position: absolute;
	top: 0.4em;
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1);
	width: 20px;
}

/* Post Navigation */

.post-navigation {
	font-weight: 800;
	margin: 3em 0;
}

.post-navigation .nav-links {
	padding: 1em 0;
}

.nav-subtitle {
	background: transparent;
	color: #767676;
	display: block;
	font-size: 11px;
	font-size: 0.6875rem;
	letter-spacing: 0.1818em;
	margin-bottom: 1em;
	text-transform: uppercase;
}

.nav-title {
	color: #333;
	font-size: 15px;
	font-size: 0.9375rem;
}


/*--------------------------------------------------------------
13.5 Pages
--------------------------------------------------------------*/

.page-header {
	padding-bottom: 2em;
}

.page .entry-header .edit-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.search .page .entry-header .edit-link {
	font-size: 11px;
	font-size: 0.6875rem;
}

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

.page:not(.home) #content {
	padding-bottom: 0;
}

/* 404 page */

.error404 .page-content {
	padding-bottom: 4em;
}

.error404 .page-content .search-form,
.search .page-content .search-form {
	margin-bottom: 3em;
}

/*--------------------------------------------------------------
13.6 Footer
--------------------------------------------------------------*/

.site-footer {
	border-top: 1px solid #eee;
}

.site-footer .wrap {
	padding-bottom: 1.5em;
	padding-top: 2em;
}

/* Footer widgets */

.site-footer .widget-area {
	padding-bottom: 2em;
	padding-top: 2em;
}

/* Social nav */

.social-navigation {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 1em;
}

.social-navigation ul {
	list-style: none;
	margin-bottom: 0;
	margin-left: 0;
}

.social-navigation li {
	display: inline;
}

.social-navigation a {
	background-color: #767676;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	color: #fff;
	display: inline-block;
	height: 40px;
	margin: 0 1em 0.5em 0;
	text-align: center;
	width: 40px;
}

.social-navigation a:hover,
.social-navigation a:focus {
	background-color: #333;
}

.social-navigation .icon {
	height: 16px;
	top: 12px;
	width: 16px;
	vertical-align: top;
}

/* Site info */

.site-info {
    font-size: 18px;
    margin-bottom: 0;
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    color: #000000;
    padding: 45px 0 25px;
    font-family: 'Averta', sans-serif;
}

.site-info a {
	color: #666;
}

.site-info .sep {
	margin: 0;
	display: block;
	visibility: hidden;
	height: 0;
	width: 100%;
}

.site-info span[role=separator] {
	padding: 0 0.2em 0 0.4em;
}

.site-info span[role=separator]::before {
	content: '\002f';
}

/*--------------------------------------------------------------
14.0 Comments
--------------------------------------------------------------*/

#comments {
	clear: both;
	padding: 2em 0 0.5em;
}

.comments-title {
	font-size: 20px;
	font-size: 1.25rem;
	margin-bottom: 1.5em;
}

.comment-list,
.comment-list .children {
	list-style: none;
	margin: 0;
	padding: 0;
}

.comment-list li:before {
	display: none;
}

.comment-body {
	margin-left: 65px;
}

.comment-author {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0.4em;
	position: relative;
	z-index: 2;
}

.comment-author .avatar {
	height: 50px;
	left: -65px;
	position: absolute;
	width: 50px;
}

.comment-author .says {
	display: none;
}

.comment-meta {
	margin-bottom: 1.5em;
}

.comment-metadata {
	color: #767676;
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.comment-metadata a {
	color: #767676;
}

.comment-metadata a.comment-edit-link {
	color: #222;
	margin-left: 1em;
}

.comment-body {
	color: #333;
	font-size: 14px;
	font-size: 0.875rem;
	margin-bottom: 4em;
}

.comment-reply-link {
	font-weight: 800;
	position: relative;
}

.comment-reply-link .icon {
	color: #222;
	left: -2em;
	height: 1em;
	position: absolute;
	top: 0;
	width: 1em;
}

.children .comment-author .avatar {
	height: 30px;
	left: -45px;
	width: 30px;
}

.bypostauthor > .comment-body > .comment-meta > .comment-author .avatar {
	border: 1px solid #333;
	padding: 2px;
}

.no-comments,
.comment-awaiting-moderation {
	color: #767676;
	font-size: 14px;
	font-size: 0.875rem;
	font-style: italic;
}

.comments-pagination {
	margin: 2em 0 3em;
}

.form-submit {
	text-align: right;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.comment-form .comment-form-cookies-consent label {
	display: inline;
}

/*--------------------------------------------------------------
15.0 Widgets
--------------------------------------------------------------*/

#secondary {
	padding: 1em 0 2em;
}

.widget {
	padding-bottom: 3em;
}

h2.widget-title {
	color: #222;
	font-size: 13px;
	font-size: 0.8125rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.widget-title a {
	color: inherit;
}

/* widget forms */

.widget select {
	width: 100%;
}


/* widget lists */

.widget ul {
	list-style: none;
	margin: 0;
}

.widget ul li,
.widget ol li {
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 0.5em 0;
}

.widget:not(.widget_tag_cloud) ul li + li {
	margin-top: -1px;
}

.widget ul li ul {
	margin: 0 0 -1px;
	padding: 0;
	position: relative;
}

.widget ul li li {
	border: 0;
	padding-left: 24px;
	padding-left: 1.5rem;
}

/* Widget lists of links */

.widget_top-posts ul li ul,
.widget_rss_links ul li ul,
.widget-grofile ul.grofile-links li ul,
.widget_pages ul li ul,
.widget_meta ul li ul {
	bottom: 0;
}

.widget_nav_menu ul li li,
.widget_top-posts ul li,
.widget_top-posts ul li li,
.widget_rss_links ul li,
.widget_rss_links ul li li,
.widget-grofile ul.grofile-links li,
.widget-grofile ul.grofile-links li li {
	padding-bottom: 0.25em;
	padding-top: 0.25em;
}

.widget_rss ul li {
	padding-bottom: 1em;
	padding-top: 1em;
}

/* Widget markup */

.widget .post-date,
.widget .rss-date {
	font-size: 0.81em;
}

/* Text widget */

.widget_text {
	word-wrap: break-word;
}

.widget_text ul {
	list-style: disc;
	margin: 0 0 1.5em 1.5em;
}

.widget_text ol {
	list-style: decimal;
}

.widget_text ul li,
.widget_text ol li {
	border: none;
}

.widget_text ul li:last-child,
.widget_text ol li:last-child {
	padding-bottom: 0;
}

.widget_text ul li ul {
	margin: 0 0 0 1.5em;
}

.widget_text ul li li {
	padding-left: 0;
	padding-right: 0;
}

.widget_text ol li {
	list-style-position: inside;
}

.widget_text ol li + li {
	margin-top: -1px;
}

/* RSS Widget */

.widget_rss .widget-title .rsswidget:first-child {
	float: right;
}

.widget_rss .widget-title .rsswidget:first-child:hover {
	background-color: transparent;
}

.widget_rss .widget-title .rsswidget:first-child img {
	display: block;
}

.widget_rss ul li {
	padding: 2.125em 0;
}

.widget_rss ul li:first-child {
	border-top: none;
	padding-top: 0;
}

.widget_rss li .rsswidget {
	font-size: 22px;
	font-size: 1.375rem;
	font-weight: 300;
	line-height: 1.4;
}

.widget_rss .rss-date,
.widget_rss li cite {
	color: #767676;
	display: block;
	font-size: 10px;
	font-size: 0.625rem;
	font-style: normal;
	font-weight: 800;
	letter-spacing: 0.18em;
	line-height: 1.5;
	text-transform: uppercase;
}

.widget_rss .rss-date {
	margin: 0.5em 0 1.5em;
	padding: 0;
}

.widget_rss .rssSummary {
	margin-bottom: 0.5em;
}

/* Contact Info Widget */

.widget_contact_info .contact-map {
	margin-bottom: 0.5em;
}

/* Gravatar */

.widget-grofile h4 {
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 0;
}

/* Recent Comments */

.widget_recent_comments table,
.widget_recent_comments th,
.widget_recent_comments td {
	border: 0;
}

/* Recent Posts widget */

.widget_recent_entries .post-date {
	display: block;
}

/* Search */

.search-form {
	position: relative;
}

.search-form .search-submit {
	bottom: 3px;
	padding: 0.5em 1em;
	position: absolute;
	right: 3px;
	top: 3px;
}

.search-form .search-submit .icon {
	height: 24px;
	top: -2px;
	width: 24px;
}

/* Tag cloud widget */

.tagcloud ul li {
	float: left;
	border-top: 0;
	border-bottom: 0;
	padding: 0;
	margin: 4px 4px 0 0;
}

.tagcloud,
.widget_tag_cloud,
.wp_widget_tag_cloud {
	line-height: 1.5;
}

.widget .tagcloud a,
.widget.widget_tag_cloud a,
.wp_widget_tag_cloud a {
	border: 1px solid #ddd;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: block;
	padding: 4px 10px 5px;
	position: relative;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	width: auto;
	word-wrap: break-word;
	z-index: 0;
}

.widget .tagcloud a:hover,
.widget .tagcloud a:focus,
.widget.widget_tag_cloud a:hover,
.widget.widget_tag_cloud a:focus,
.wp_widget_tag_cloud a:hover,
.wp_widget_tag_cloud a:focus {
	border-color: #bbb;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-decoration: none;
}

/* Calendar widget */

.widget_calendar th,
.widget_calendar td {
	text-align: center;
}

.widget_calendar tfoot td {
	border: 0;
}

/* Gallery widget */

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

/*--------------------------------------------------------------
16.0 Media
--------------------------------------------------------------*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

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

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

/* Remove bottom on embeds that wrapped in paragraphs via wpautop. */

p > embed:only-child,
p > iframe:only-child,
p > object:only-child {
	margin-bottom: 0;
}

.wp-caption,
.gallery-caption {
	color: #666;
	font-size: 13px;
	font-size: 0.8125rem;
	font-style: italic;
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

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

/* Media Elements */

.mejs-container {
	margin-bottom: 1.5em;
}

/* Audio Player */

.mejs-controls a.mejs-horizontal-volume-slider,
.mejs-controls a.mejs-horizontal-volume-slider:focus,
.mejs-controls a.mejs-horizontal-volume-slider:hover {
	background: transparent;
	border: 0;
}

/* Playlist Color Overrides: Light */

.site-content .wp-playlist-light {
	border-color: #eee;
	color: #222;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-album {
	color: #333;
}

.site-content .wp-playlist-light .wp-playlist-current-item .wp-playlist-item-artist {
	color: #767676;
}

.site-content .wp-playlist-light .wp-playlist-item {
	border-bottom: 1px dotted #eee;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-light .wp-playlist-item:hover,
.site-content .wp-playlist-light .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #767676;
	color: #fff;
}

.site-content .wp-playlist-light a.wp-playlist-caption:hover,
.site-content .wp-playlist-light .wp-playlist-item:hover a,
.site-content .wp-playlist-light .wp-playlist-item:focus a {
	color: #fff;
}

/* Playlist Color Overrides: Dark */

.site-content .wp-playlist-dark {
	background: #222;
	border-color: #333;
}

.site-content .wp-playlist-dark .mejs-container .mejs-controls {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-caption {
	color: #fff;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-album {
	color: #eee;
}

.site-content .wp-playlist-dark .wp-playlist-current-item .wp-playlist-item-artist {
	color: #aaa;
}

.site-content .wp-playlist-dark .wp-playlist-playing {
	background-color: #333;
}

.site-content .wp-playlist-dark .wp-playlist-item {
	border-bottom: 1px dotted #555;
	-webkit-transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;
}

.site-content .wp-playlist-dark .wp-playlist-item:hover,
.site-content .wp-playlist-dark .wp-playlist-item:focus {
	border-bottom-color: rgba(0, 0, 0, 0);
	background-color: #aaa;
	color: #222;
}

.site-content .wp-playlist-dark a.wp-playlist-caption:hover,
.site-content .wp-playlist-dark .wp-playlist-item:hover a,
.site-content .wp-playlist-dark .wp-playlist-item:focus a {
	color: #222;
}

/* Playlist Style Overrides */

.site-content .wp-playlist {
	padding: 0.625em 0.625em 0.3125em;
}

.site-content .wp-playlist-current-item .wp-playlist-item-title {
	font-weight: 700;
}

.site-content .wp-playlist-current-item .wp-playlist-item-album {
	font-style: normal;
}

.site-content .wp-playlist-current-item .wp-playlist-item-artist {
	font-size: 10px;
	font-size: 0.625rem;
	font-weight: 800;
	letter-spacing: 0.1818em;
	text-transform: uppercase;
}

.site-content .wp-playlist-item {
	padding: 0 0.3125em;
	cursor: pointer;
}

.site-content .wp-playlist-item:last-of-type {
	border-bottom: none;
}

.site-content .wp-playlist-item a {
	padding: 0.3125em 0;
	border-bottom: none;
}

.site-content .wp-playlist-item a,
.site-content .wp-playlist-item a:focus,
.site-content .wp-playlist-item a:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: transparent;
}

.site-content .wp-playlist-item-length {
	top: 5px;
}

/* SVG Icons base styles */

.icon {
	display: inline-block;
	fill: currentColor;
	height: 1em;
	position: relative; /* Align more nicely with capital letters */
	top: -0.0625em;
	vertical-align: middle;
	width: 1em;
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/

.gallery-item {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin: 0 0 1.5em;
	padding: 0 1em 0 0;
	width: 50%;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
	display: inline-block;
	max-width: 100%;
}

.gallery-item a img {
	display: block;
	-webkit-transition: -webkit-filter 0.2s ease-in;
	transition: -webkit-filter 0.2s ease-in;
	transition: filter 0.2s ease-in;
	transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
	-webkit-filter: opacity(60%);
	filter: opacity(60%);
}

.gallery-caption {
	display: block;
	text-align: left;
	padding: 0 10px 0 0;
	margin-bottom: 0;
}

/*--------------------------------------------------------------
17.0 Customizer
--------------------------------------------------------------*/

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:after {
	border: 2px dashed #0085ba; /* Matches visible edit shortcuts. */
	bottom: 1em;
	content: "";
	display: block;
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	z-index: 1;
}

.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .panel-content {
	z-index: 2; /* Prevent :after from preventing interactions within the section */
}

/* Used for placeholder text */
.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel .twentyseventeen-panel-title {
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 3em;
	text-transform: uppercase;
	text-align: center;
}

/* Show borders on the custom page panels only when the front page sections are being edited */
.highlight-front-sections.twentyseventeen-customizer.twentyseventeen-front-page .twentyseventeen-panel:nth-of-type(1):after {
	border: none;
}

.twentyseventeen-front-page.twentyseventeen-customizer #primary article.panel-placeholder {
	border: 0;
}

/* Add some space around the visual edit shortcut buttons. */
.twentyseventeen-panel > .customize-partial-edit-shortcut > button {
	top: 30px;
	left: 30px;
}

/* Ensure that placeholder icons are visible. */
.twentyseventeen-panel .customize-partial-edit-shortcut-hidden:before {
	visibility: visible;
}

/*--------------------------------------------------------------
18.0 SVGs Fallbacks
--------------------------------------------------------------*/

.svg-fallback {
	display: none;
}

.no-svg .svg-fallback {
	display: inline-block;
}

.no-svg .dropdown-toggle {
	padding: 0.5em 0 0;
	right: 0;
	text-align: center;
	width: 2em;
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down {
	font-size: 20px;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1;
	-webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
	-ms-transform: rotate(180deg); /* IE 9 */
	transform: rotate(180deg);
}

.no-svg .dropdown-toggle.toggled-on .svg-fallback.icon-angle-down {
	-webkit-transform: rotate(0); /* Chrome, Safari, Opera */
	-ms-transform: rotate(0); /* IE 9 */
	transform: rotate(0);
}

.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
	content: "\005E";
}

/* Social Menu fallbacks */

.no-svg .social-navigation a {
	background: transparent;
	color: #222;
	height: auto;
	width: auto;
}

/* Show screen reader text in some cases */

.no-svg .next.page-numbers .screen-reader-text,
.no-svg .prev.page-numbers .screen-reader-text,
.no-svg .social-navigation li a .screen-reader-text,
.no-svg .search-submit .screen-reader-text {
	clip: auto;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	height: auto;
	position: relative !important; /* overrides previous !important styles */
	width: auto;
}

/*--------------------------------------------------------------
19.0 Media Queries
--------------------------------------------------------------*/

/* Adjust positioning of edit shortcuts, override style in customize-preview.css */

@media screen and (min-width: 20em) {

	body.customize-partial-edit-shortcuts-shown .site-header .site-title {
		padding-left: 0;
	}
}

@media screen and (min-width: 30em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 18px;
		font-size: 1.125rem;
	}

	h1 {
		font-size: 30px;
		font-size: 1.875rem;
		font-family: 'Averta', sans-serif;
	}

	h2,
	.home.blog .entry-title,
	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
		font-family: 'Averta', sans-serif;
	}

	h3 {
		font-size: 22px;
		font-size: 1.375rem;
		font-family: 'Averta', sans-serif;
	}

	h4 {
		font-size: 18px;
		font-size: 1.125rem;
		font-family: 'Averta', sans-serif;
	}

	h5 {
		font-size: 13px;
		font-size: 0.8125rem;
		font-family: 'Averta', sans-serif;
	}

	h6 {
		font-size: 16px;
		font-size: 1rem;
		font-family: 'Averta', sans-serif;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 14px;
		font-size: 0.875rem;
	}

	/* Fix image alignment */
	img.alignleft {
		float: left;
		margin-right: 1.5em;
	}

	img.alignright {
		float: right;
		margin-left: 1.5em;
	}

	/* Site Branding */



	/* Front Page */

	.panel-content .wrap {
		padding-bottom: 2em;
		padding-top: 3.5em;
	}

	.page-one-column .panel-content .wrap {
		max-width: 740px;
	}

	.panel-content .entry-header {
		margin-bottom: 4.5em;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 0;
	}

	/* Blog Index, Archive, Search */

	.taxonomy-description {
		font-size: 14px;
		font-size: 0.875rem;
	}

	.page-numbers.current {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Site Footer */

	.site-footer {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Gallery Columns */

	.gallery-item {
		max-width: 25%;
	}

	.gallery-columns-1 .gallery-item {
		max-width: 100%;
	}

	.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
}

@media screen and (min-width: 48em) {

	/* Typography */

	body,
	button,
	input,
	select,
	textarea {
		font-size: 16px;
		font-size: 1rem;
		line-height: 1.5;
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 13px;
		font-size: 0.8125rem;
	}

	/* Layout */



	.has-sidebar:not(.error404) #primary {
		float: left;
		width: 58%;
	}

	.has-sidebar #secondary {
		float: right;
		padding-top: 0;
	}

	.error404 #primary {
		float: none;
	}

	/* Site Branding */

	.site-branding {
		margin-bottom: 0;
	}



	.custom-header-media {
		height: 165px;
		position: relative;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 0;
		position: relative;
	}

	.has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media,
	.has-header-video:not(.twentyseventeen-front-page):not(.home) .custom-header-media {
		bottom: 0;
		height: auto;
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.custom-logo-link {
		padding-right: 2em;
	}

	.custom-logo-link img,
	body.home.title-tagline-hidden.has-header-image .custom-logo-link img,
	body.home.title-tagline-hidden.has-header-video .custom-logo-link img {
		max-width: 350px;
	}

	.title-tagline-hidden.home.has-header-image .custom-logo-link img,
	.title-tagline-hidden.home.has-header-video .custom-logo-link img {
		max-height: 200px;
	}

	.site-title {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.site-description {
		font-size: 16px;
		font-size: 1rem;
	}

	/* Navigation */

	.navigation-top {
	}

	.navigation-top .wrap {
		max-width: 1000px;
		/* The font size is 14px here and we need 50px padding in ems */
		padding: 0.75em 3.4166666666667em;
	}

	.navigation-top nav {
		margin-left: -1.25em;
	}

	.site-navigation-fixed.navigation-top {
		bottom: auto;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		width: 100%;
		z-index: 7;
	}

	.admin-bar .site-navigation-fixed.navigation-top {
		top: 32px;
	}

	/* Main Navigation */

	.js .menu-toggle,
	.js .dropdown-toggle {
		display: none;
	}

	.main-navigation {
		width: auto;
	}

	.js .main-navigation ul,
	.js .main-navigation ul ul,
	.js .main-navigation > div > ul {
		display: block;
	}

	.main-navigation ul {
		background: transparent;
		padding: 0;
	}

	.main-navigation > div > ul {
		border: 0;
		margin-bottom: 0;
		padding: 0;
	}

	.main-navigation li {
		border: 0;
		display: inline-block;
		padding: 0 8px;
	}

	.main-navigation li li {
		display: block;
	}

	.main-navigation a {
		padding: 1em 1.25em;
	}



	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:before,
	.main-navigation ul li.page_item_has_children:after {
		border-style: solid;
		border-width: 0 6px 6px;
		content: "";
		display: none;
		height: 0;
		position: absolute;
		right: 1em;
		bottom: -1px;
		width: 0;
		z-index: 100000;
	}

	.main-navigation ul li.menu-item-has-children.focus:before,
	.main-navigation ul li.menu-item-has-children:hover:before,
	.main-navigation ul li.menu-item-has-children.focus:after,
	.main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		display: block;
	}

	.main-navigation ul li.menu-item-has-children:before,
	.main-navigation ul li.page_item_has_children:before {
		border-color: transparent transparent #bbb;
		bottom: 0;
	}

	.main-navigation ul li.menu-item-has-children:after,
	.main-navigation ul li.page_item_has_children:after {
		border-color: transparent transparent #fff;
	}

	.main-navigation ul ul li:hover > ul,
	.main-navigation ul ul li.focus > ul {
		left: 100%;
		right: auto;
	}

	.main-navigation ul ul a {
		padding: 0.75em 1.25em;
		width: 16em;
	}

	.main-navigation li li {
		-webkit-transition: background-color 0.2s ease-in-out;
		transition: background-color 0.2s ease-in-out;
	}

	.main-navigation li li:hover, .main-navigation li li.focus {
	    background: #0076e0;
	}

	.main-navigation li li a {
		-webkit-transition: color 0.3s ease-in-out;
		transition: color 0.3s ease-in-out;
	}

	.main-navigation li li.focus > a,
	.main-navigation li li:focus > a,
	.main-navigation li li:hover > a,
	.main-navigation li li a:hover,
	.main-navigation li li a:focus,
	.main-navigation li li.current_page_item a:hover,
	.main-navigation li li.current-menu-item a:hover,
	.main-navigation li li.current_page_item a:focus,
	.main-navigation li li.current-menu-item a:focus {
		color: #fff;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		left: 0.5em;
		right: auto;
	}

	.main-navigation .menu-item-has-children > a > .icon,
	.main-navigation .page_item_has_children > a > .icon {
		display: inline;
		left: 5px;
		position: relative;
		top: -1px;
	}

	.main-navigation ul ul .menu-item-has-children > a > .icon,
	.main-navigation ul ul .page_item_has_children > a > .icon {
		margin-top: -9px;
		left: auto;
		position: absolute;
		right: 1em;
		top: 50%;
		-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(-90deg); /* IE 9 */
		transform: rotate(-90deg);
	}

	.main-navigation ul ul ul {
		left: -999em;
		margin-top: -1px;
		top: 0;
	}

	.main-navigation ul ul li.menu-item-has-children.focus:before,
	.main-navigation ul ul li.menu-item-has-children:hover:before,
	.main-navigation ul ul li.menu-item-has-children.focus:after,
	.main-navigation ul ul li.menu-item-has-children:hover:after,
	.main-navigation ul ul li.page_item_has_children.focus:before,
	.main-navigation ul ul li.page_item_has_children:hover:before,
	.main-navigation ul ul li.page_item_has_children.focus:after,
	.main-navigation ul ul li.page_item_has_children:hover:after {
		display: none;
	}

	.site-header .site-navigation-fixed .menu-scroll-down {
		display: none;
	}

	/* Scroll down arrow */

	.site-header .menu-scroll-down {
		display: block;
		padding: 1em;
		position: absolute;
		right: 0;
	}

	.site-header .menu-scroll-down .icon {
		-webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
		-ms-transform: rotate(90deg); /* IE 9 */
		transform: rotate(90deg);
	}

	.site-header .menu-scroll-down {
		color: #fff;
		top: 2em;
	}

	.site-header .navigation-top .menu-scroll-down {
		color: #767676;
		top: 0.7em;
	}

	.menu-scroll-down:focus {
		outline: thin dotted;
	}

	.menu-scroll-down .icon {
		height: 18px;
		width: 18px;
	}

	/* Front Page */

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		margin-bottom: 70px;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media,
	.twentyseventeen-front-page.has-header-video .custom-header-media,
	.home.blog.has-header-image .custom-header-media,
	.home.blog.has-header-video .custom-header-media {
		height: 1200px;
		height: 100vh;
		max-height: 100%;
		overflow: hidden;
	}

	.twentyseventeen-front-page.has-header-image .custom-header-media:before,
	.twentyseventeen-front-page.has-header-video .custom-header-media:before,
	.home.blog.has-header-image .custom-header-media:before,
	.home.blog.has-header-video .custom-header-media:before {
		height: 33%;
	}

	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
	.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
	.admin-bar.home.blog.has-header-image .custom-header-media,
	.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(100vh - 32px);
	}

	.panel-content .wrap {
		padding-bottom: 4.5em;
		padding-top: 6em;
	}

	.panel-image {
		height: 100vh;
		max-height: 1200px;
	}

	/* With panel images 100% of the screen height, we're going to fix the background image where supported to create a parallax-like effect. */
	.background-fixed .panel-image {
		background-attachment: fixed;
	}

	.page-two-column .panel-content .entry-header {
		float: left;
		width: 36%;
	}

	.page-two-column .panel-content .entry-content {
		float: right;
		width: 58%;
	}

	/* Front Page - Recent Posts */

	.page-two-column .panel-content .recent-posts {
		clear: right;
		float: right;
		width: 58%;
	}

	.panel-content .recent-posts article {
		margin-bottom: 4em;
	}

	.panel-content .recent-posts .entry-header,
	.page-two-column #primary .panel-content .recent-posts .entry-header,
	.panel-content .recent-posts .entry-content,
	.page-two-column #primary .panel-content .recent-posts .entry-content {
		float: none;
		width: 100%;
	}

	.panel-content .recent-posts .entry-header {
		margin-bottom: 1.5em;
	}

	.page .panel-content .recent-posts .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	/* Posts */

	.site-content {
		padding: 0;
	}

	.single-post .entry-title,
	.page .entry-title {
		font-size: 26px;
		font-size: 1.625rem;
	}

	.comments-pagination,
	.post-navigation {
		clear: both;
	}

	.post-navigation .nav-previous {
		float: left;
		width: 50%;
	}

	.post-navigation .nav-next {
		float: right;
		text-align: right;
		width: 50%;
	}

	.nav-next,
	.post-navigation .nav-next {
		margin-top: 0;
	}

	/* Blog, archive, search */

	.sticky .icon-thumb-tack {
		height: 23px;
		left: -2.5em;
		top: 1.5em;
		width: 32px;
	}

	body:not(.has-sidebar):not(.page-one-column) .page-header,
	body.has-sidebar.error404 #primary .page-header,
	body.page-two-column:not(.archive) #primary .entry-header,
	body.page-two-column.archive:not(.has-sidebar) #primary .page-header {
		float: left;
		width: 36%;
	}

	.blog:not(.has-sidebar) #primary article,
	.archive:not(.page-one-column):not(.has-sidebar) #primary article,
	.search:not(.has-sidebar) #primary article,
	.error404:not(.has-sidebar) #primary .page-content,
	.error404.has-sidebar #primary .page-content,
	body.page-two-column:not(.archive) #primary .entry-content,
	body.page-two-column #comments {
		float: right;
		width: 58%;
	}

	.blog .site-main > article,
	.archive .site-main > article,
	.search .site-main > article {
		padding-bottom: 4em;
	}

	.navigation.pagination {
		clear: both;
		float: right;
		width: 58%;
	}

	.has-sidebar .navigation.pagination,
	.archive.page-one-column:not(.has-sidebar) .navigation.pagination {
		float: none;
		width: 100%;
	}

	.entry-footer {
		display: table;
		width: 100%;
	}

	.entry-footer .cat-tags-links {
		display: table-cell;
		vertical-align: middle;
		width: 100%;
	}

	.entry-footer .edit-link {
		display: table-cell;
		text-align: right;
		vertical-align: middle;
	}

	.entry-footer .edit-link a.post-edit-link {
		margin-top: 0;
		margin-left: 1em;
	}

	/* Entry content */

	/* without sidebar */

	:not(.has-sidebar) .entry-content blockquote.alignleft {
		margin-left: -17.5%;
		width: 48%;
	}

	:not(.has-sidebar) .entry-content blockquote.alignright {
		margin-right: -17.5%;
		width: 48%;
	}

	/* with sidebar */

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: 0;
		width: 34%;
	}

	.has-sidebar .entry-content blockquote.alignright {
		margin-right: 0;
		width: 34%;
	}

	.has-sidebar #primary .entry-content blockquote.alignright.below-entry-meta {
		margin-right: -72.5%;
		width: 62%;
	}

	/* blog and archive */

	.blog:not(.has-sidebar) .entry-content blockquote.alignleft,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignleft,
	.archive:not(.has-sidebar) .entry-content blockquote.alignleft,
	.page-two-column .entry-content blockquote.alignleft {
		margin-left: -72.5%;
		width: 62%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.twentyseventeen-front-page.page-two-column .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright {
		margin-right: 0;
		width: 36%;
	}

	/* Post formats */

	.format-quote blockquote .icon {
		left: -1.5em;
	}

	/* Pages */

	.page.page-one-column .entry-header,
	.twentyseventeen-front-page.page-one-column .entry-header,
	.archive.page-one-column:not(.has-sidebar) .page-header {
		margin-bottom: 4em;
	}

	.page:not(.home) #content {
		padding-bottom: 0;
	}

	/* 404 page */

	.error404 .page-content {
		padding-bottom: 9em;
	}

	/* Comments */

	#comments {
		padding-top: 5em;
	}

	.comments-title {
		margin-bottom: 2.5em;
	}

	ol.children .children {
		padding-left: 2em;
	}

	/* Posts pagination */

	.nav-links .nav-title {
		position: relative;
	}

	.nav-title-icon-wrapper {
		position: absolute;
		text-align: center;
		width: 2em;
	}

	.nav-links .nav-previous .nav-title .nav-title-icon-wrapper {
		left: -2em;
	}

	.nav-links .nav-next .nav-title .nav-title-icon-wrapper {
		right: -2em;
	}

	/* Secondary */

	#secondary {
		font-size: 14px;
		font-size: 0.875rem;
		line-height: 1.6;
	}

	/* Widgets */

	h2.widget-title {
		font-size: 11px;
		font-size: 0.6875rem;
		margin-bottom: 2em;
	}

	/* Footer */









	/* Gallery Columns */

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
}

@media screen and ( min-width: 67em ) {

	/* Layout */

	/* Navigation */
	.navigation-top .wrap {
		padding: 0.75em 2em;
	}

	.navigation-top nav {
		margin-left: 0;
	}

	/* Sticky posts */

	.sticky .icon-thumb-tack {
		font-size: 32px;
		font-size: 2rem;
		height: 22px;
		left: -1.25em;
		top: 0.75em;
		width: 32px;
	}

	/* Pagination */

	.page-numbers {
		display: inline-block;
	}

	.page-numbers.current {
		font-size: 15px;
		font-size: 0.9375rem;
	}

	.page-numbers.current .screen-reader-text {
		clip: rect(1px, 1px, 1px, 1px);
		height: 1px;
		overflow: hidden;
		position: absolute !important;
		width: 1px;
	}

	/* Comments */

	.comment-body {
		margin-left: 0;
	}
}

@media screen and ( min-width: 79em ) {

	.has-sidebar .entry-content blockquote.alignleft {
		margin-left: -20%;
	}

	.blog:not(.has-sidebar) .entry-content blockquote.alignright,
	.archive:not(.has-sidebar) .entry-content blockquote.alignright,
	.page-two-column .entry-content blockquote.alignright,
	.twentyseventeen-front-page .entry-content blockquote.alignright {
		margin-right: -20%;
	}
}

@media screen and ( max-width: 48.875em ) and ( min-width: 48em ) {

	.admin-bar .site-navigation-fixed.navigation-top,
	.admin-bar .site-navigation-hidden.navigation-top {
		top: 46px;
	}
}

/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	.navigation-top,
	.social-navigation,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.panel-image-prop,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer aside.widget-area,
	.site-info {
		display: none !important;
	}

	.entry-footer,
	#comments,
	.site-footer,
	.single-featured-image-header {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 10pt;
	}

	/* Layout */

	.wrap {
		padding-left: 5% !important;
		padding-right: 5% !important;
		max-width: none;
	}

	/* Site Branding */

	.site-header {
		background: transparent;
		padding: 0;
	}

	.custom-header-media {
		padding: 0;
	}

	.twentyseventeen-front-page.has-header-image .site-branding,
	.twentyseventeen-front-page.has-header-video .site-branding,
	.home.blog.has-header-image .site-branding,
	.home.blog.has-header-video .site-branding {
		position: relative;
	}

	.site-branding {
		margin-top: 0;
		margin-bottom: 1.75em !important; /* override styles added by JavaScript */
	}

	.site-title {
		font-size: 25pt;
	}

	.site-description {
		font-size: 12pt;
		opacity: 1;
	}

	/* Posts */

	.single-featured-image-header {
		background: transparent;
	}

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a,
	.site-title a,
	.twentyseventeen-front-page.has-header-image .site-title,
	.twentyseventeen-front-page.has-header-video .site-title,
	.twentyseventeen-front-page.has-header-image .site-title a,
	.twentyseventeen-front-page.has-header-video .site-title a {
		color: #222 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.site-description,
	.twentyseventeen-front-page.has-header-image .site-description,
	.twentyseventeen-front-page.has-header-video .site-description,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}

	.site-footer {
		padding: 0;
	}
}



/*Custom css start here*/

.site-header .wrap, .site-footer .wrap {
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 15px;
}
.menu-main {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
}

.rightmenu {
	float: right;
}

.rightmenu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.rightmenu ul li {
    display: inline-block;
    vertical-align: middle;
}

.rightmenu ul li a {
    display: inline-block;
    font-family: 'Averta', sans-serif;
    font-weight: 800;
    font-size: 19px;    
    vertical-align: middle;
}
.rightmenu ul li + li a {
	padding: 7px 10px;
	font-family: 'Averta', sans-serif;
    font-weight: bold;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.rightmenu ul li + li a:hover, 
.rightmenu ul li + li a:focus {
	color: #fff;

}

.rightmenu ul li a small {
	font-family: 'Averta', sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.btn {
    display: inline-block;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff !important;
    line-height: 1.5;
    border-radius: 4px;
        font-size: 14px;
}

.btn small {
    display: block;
        font-size: 12px;
}

.btn-blue {
    background-color: #0171e0;
}
.btn-blue:hover, .btn-blue:focus {
    background-color: #0b66c1;
}

.btn-red {
    background-color: #e21a22;
}
.btn-red:hover, .btn-red:focus {
    background-color: #c11920;
}

.banner-btn a {
	font-size: 18px;
    font-family: 'Averta', sans-serif;
    font-weight: bold;
    border-radius: 6px;
    padding: 7px 24px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.banner-btn a:hover, .banner-btn a:focus {
	color: #fff;
}
.banner-btn a small {
	font-family: 'Averta', sans-serif;
    font-weight: normal;
    font-size: 14px;
}
.banner-btn a + a {
	margin-left: 30px;
}
.main-navigation a {
    padding: 0;
    text-transform: uppercase;
    font-size: 13px;
    color: #021c4c;
    font-family: 'Averta', sans-serif;
    font-weight: bold;
}
span.contact-no img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
}
span.contact-no a {
    font-weight: bold;
    color: #021c4c;
    font-family: 'Averta', sans-serif;
    font-size: 20px;
}
.rightmenu li + li {
    margin-left: 5px;
}
.home .site-header.inner-page-header {
    position: absolute;
    top: 10px;
    z-index: 9;
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.home .site-header.inner-page-header.fixed-header, .site-header.inner-page-header.fixed-header {
    position: fixed;
    background: #fff;
    padding: 10px 0;
    top: 0;
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.site-header.inner-page-header.fixed-header {
	z-index: 1001;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.logged-in .site-header.inner-page-header.fixed-header {
    top: 30px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.home-banner {
    position: relative;
    min-height: 767px;
}
.banner-image {
    min-height: 767px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}
.banner-image img {
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    max-width: inherit;
    left: 50%;
    top: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.banner-text {
    position: absolute;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 54%;
    -webkit-transform: translate(0,-54%);
    -moz-transform: translate(0,-54%);
    -ms-transform: translate(0,-54%);
    -o-transform: translate(0,-54%);
    transform: translate(0,-54%);
    padding: 0 15px;
}
.bannertext-inner {
    max-width: 560px;
}
.bannertext-inner h1 {
	font-family: 'Averta', sans-serif;
    font-size: 50px;
    color: #021c4c;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}
.bannertext-inner .banner-list {
    margin: 40px 0 60px;
}
.bannertext-inner .banner-list ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.bannertext-inner .banner-list ul li {
	position: relative;
	padding-left: 30px;
	line-height: 30px;
	font-size: 17px;
	color: #021c4c;
	font-family: 'Averta', sans-serif;
	font-weight: normal;
}
.bannertext-inner .banner-list ul li + li {
	margin-top: 15px;
}
.bannertext-inner .banner-list ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 10px;
	height: 10px;
	border-radius: 50px;
	background: #0171e0;
}
.banner-white-box {
    max-width: 975px;
    margin: 0 auto;
    margin-top: -85px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    box-shadow: 2px 0 25px rgba(10, 98, 152, 0.16);
    padding: 40px 30px 20px;
    border-radius: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.baner-column {
    position: relative;
    width: 33.333%;
    padding: 0 26px;
}
.banner-white-box .baner-column:first-child {
	padding-left: 0;
}
.banner-white-box .baner-column:last-child {
	padding-right: 0;
}
.banner-white-box .baner-column:nth-child(2) .column-box .column-icon {
    top: -11px;
}
.banner-white-box .baner-column + .baner-column:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    bottom: 15px;
    border: 1px solid #bfdbf7;
}
.column-box {
    padding-left: 60px;
    position: relative;
}

.column-icon {
    position: absolute;
    left: 0;
    top: 0;
}

.column-box h5 {
    margin: 0 0 2px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 17px;
    font-weight: 600;
    color: #021a4a;
    font-family: 'Averta', sans-serif;
}

.column-box p {
    margin: 0;
    line-height: 1.2;
    font-size: 15px;
    color: #021a4a;
    font-family: 'Averta', sans-serif;
    font-weight: normal;
}	
.baner-column.third-column .column-box {
    padding-left: 70px;
}
.content-wrap {
    max-width: 1010px;
    margin: 0 auto;
    padding: 0 15px;
}

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

.service-section {
    padding: 60px 0;
}
.service-section h2 {
    font-size: 40px;
    margin: 0 0 24px;
    line-height: normal;
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    color: #021a4a;
}
.service-section.why-superior-sec h2 {
    color: #fff;
}
.service-section.why-superior-sec p {
    color: #fff;
}
.service-section p {
    font-size: 16.5px;
    margin-bottom:30px;
    margin-top: 0;
    font-family: 'Averta', sans-serif;
    font-weight: normal;
    color: #464646;
    line-height: 25px;
}
.service-section p:last-child {
	margin-bottom: 0;
}
.service-section.how-work-sec {
    padding-bottom: 0;
    padding-top: 50px;
}
.how-work-sec .col-half img {
	display: block;
}
.service-section.how-work-sec .col-half + .col-half {
    max-width: 535px;
    padding-bottom: 100px;
    padding-top: 30px;
}
.service-section.how-work-sec h2 {
	font-size: 45px;
}
.service-section.how-work-sec .col-half ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	counter-reset: section;
}
.service-section.how-work-sec .col-half li {
    font-size: 15px;
    color: #252525;
    line-height: 28px;
    padding-left: 60px;
    font-family: 'Averta', sans-serif;
    position: relative;
}

.service-section.how-work-sec .col-half li + li {
	margin-top: 15px;
}
.service-section.how-work-sec .col-half li strong {
	display: block;
	font-size: 19px;
	color: #021a4a;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 4px;
}
.service-section.how-work-sec .col-half li:before {
    content: "";
    counter-increment: section;
    content: counter(section);
    position: absolute;
    left: 0;
    top: 0;
    font-size: 23px;
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: red;
    text-align: center;
    line-height: 44px;
}
.service-section.how-work-sec .col-half li:nth-child(4n+1):before {
	background: rgb(198,75,208);
	background: -moz-linear-gradient(left, rgba(198,75,208,1) 0%, rgba(237,52,85,1) 100%);
	background: -webkit-linear-gradient(left, rgba(198,75,208,1) 0%,rgba(237,52,85,1) 100%);
	background: linear-gradient(to right, rgba(198,75,208,1) 0%,rgba(237,52,85,1) 100%);
}
.service-section.how-work-sec .col-half li:nth-child(4n+2):before {
	background: rgb(119,216,154);
	background: -moz-linear-gradient(left, rgba(119,216,154,1) 0%, rgba(9,163,121,1) 100%);
	background: -webkit-linear-gradient(left, rgba(119,216,154,1) 0%,rgba(9,163,121,1) 100%);
	background: linear-gradient(to right, rgba(119,216,154,1) 0%,rgba(9,163,121,1) 100%);
}
.service-section.how-work-sec .col-half li:nth-child(4n+3):before {
	background: rgb(3,153,179);
	background: -moz-linear-gradient(left, rgba(3,153,179,1) 0%, rgba(6,101,135,1) 100%);
	background: -webkit-linear-gradient(left, rgba(3,153,179,1) 0%,rgba(6,101,135,1) 100%);
	background: linear-gradient(to right, rgba(3,153,179,1) 0%,rgba(6,101,135,1) 100%);
}
.service-section.how-work-sec .col-half li:nth-child(4n+4):before {
	background: rgb(147,110,213);
	background: -moz-linear-gradient(left, rgba(147,110,213,1) 0%, rgba(117,136,231,1) 100%);
	background: -webkit-linear-gradient(left, rgba(147,110,213,1) 0%,rgba(117,136,231,1) 100%);
	background: linear-gradient(to right, rgba(147,110,213,1) 0%,rgba(117,136,231,1) 100%);
}
.fill-btn {
	font-size: 15px;
    color: #fff;
    background: #e21a22;
    display: inline-block;
    padding: 17px 34px;
    text-transform: uppercase;
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    margin-top: 24px;
    border-radius: 7px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fill-btn:hover, .fill-btn:focus {
	background: #c11920;
	color: #fff;
}
.btn--phone {
	background-color: #e21a22;
    background-image: url(images/phone-icon2.png);
    background-repeat: no-repeat;
    background-position: left 20px center;
    padding: 18px 10px 12px 70px;
    max-width: 223px;
    width: 100%;
    position: relative;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Averta', sans-serif;
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5;
    border-radius: 4px;
	margin-top: 24px;
} 
.btn--phone > span {
    display: block;
    line-height: 3px;
    font-size: 12px;
    font-weight: 600;
}
.btn--phone:hover, .btn--phone:focus {
    background-color: #c11920;
	color: #fff;
}
/*.how-it-work-list a, .join-network-sec a, .contact-bg a, .mobile-service-inner a, .get-started-sec a, .flexible-service-left a,
.about-comprehensive-sec a, .network-sec a, .custom-section-style a, .individual-welcome-right a, .individual-agent-left a {
    font-size: 15px;
    color: #fff;
    background: #e21a22;
    display: inline-block;
    padding: 17px 34px;
    text-transform: uppercase;
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    margin-top: 24px;
    border-radius: 7px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}*/
/*.how-it-work-list a:hover, .how-it-work-list a:focus,
.join-network-sec a:hover, .join-network-sec a:focus,
.contact-bg a:hover, .contact-bg a:focus,
.mobile-service-inner a:hover, .mobile-service-inner a:focus,
.get-started-sec a:hover, .get-started-sec a:focus,
.flexible-service-left a:hover, .flexible-service-left a:focus,
.about-comprehensive-sec a:hover, .about-comprehensive-sec a:focus,
.network-sec a:hover, .network-sec a:focus,
.custom-section-style a:hover, .custom-section-style a:focus,
.individual-welcome-right a:hover, .individual-welcome-right a:focus,
.individual-agent-left a:hover, .individual-agent-left a:focus {
	background: #c11920;
}*/

.how-work-sec .content-row {
    display:-webkit-box; 
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex; 
	display:flex;
    flex-wrap: wrap;
    align-items: flex-end;
    padding: 0 15px;
}
.service-section.customer-sec h3 {
    font-size: 25px;
    color: #fff;
    font-family: 'Averta', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    margin: 0 0 7px;
}    
.service-section.customer-sec h2 {
	margin: 0 0 13px;
}
.service-section.customer-sec h2, .service-section.customer-sec p {
	color: #fff;
}
.maintestimonial {
    max-width: 860px;
    margin:0 auto;
    padding-top: 10px;
}
.maintestimonial .slick-current {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1!important;
}
.maintestimonial .slick-slide {
    opacity: 0.4;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.testimonials-repeater > div {
    background: #fff;
    padding: 25px 30px;
    /*max-width: 580px;*/
    width: 100%;
    margin: 0 auto;
    border-radius: 12px;
    text-align: left;
    min-height: 285px;
    position: relative;
}
.service-section .client-feedback p {
	color: #434343;
	font-size: 17px;
	line-height: 25px;
	font-weight: 600;
	font-family: 'Averta', sans-serif;
}
.client-feedback {
    padding-bottom: 18px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 24px;
}
.client-btm {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: absolute;
    left: 25px;
    right: 25px;
    bottom: 30px;
}
.client-btm .blocks {
    width: 50%;
}
.client-info {
	position: relative;
	padding-left: 70px;
}
.client-info .client-img {
    width: 57px;
    height: 57px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -5px;
    border: 1px solid #ccc;
}
.client-info span {
	display: block;
	font-size: 18px;
	color: #444444;
	font-family: 'Averta', sans-serif;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
}
.client-info .client-location {
	font-size: 13px;
	color: #444444;
	font-family: 'Averta', sans-serif;
	font-weight: normal;
	font-style: italic;
	text-transform: uppercase;
}
.client-btm .blocks + .blocks {
	text-align: right;
}
.maintestimonial .slick-list {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
.maintestimonial button {
    color: #0364c3;
    background-color: #fff;
    border-radius: 50px;
    font-size: 0;
    padding: 12px 15px;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 60%;
    z-index: 2;
    -webkit-transform: translate(-60%,0);
    -moz-transform: translate(-60%,0);
    -ms-transform: translate(-60%,0);
    -o-transform: translate(-60%,0);
    transform: translate(-60%,0);
}
.maintestimonial button.slick-prev {
    left: 53.3%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 2px solid #e9e9e9;
}
.maintestimonial button.slick-next {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.maintestimonial button:before {
	content: "";
	font-family: fontawesome;
	font-size: 14px;
	color: #0364c3;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	display: block;
}

.maintestimonial button.slick-prev:before  {
	background-image: url(./images/arrow-left.png);
	background-repeat: no-repeat;
	
}
.maintestimonial button.slick-next:before  {
	background-image: url(./images/arrow-right.png);
	background-repeat: no-repeat;
}
.customer-sec {
	background-image: url(./images/map-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.service-section.join-network-sec {
    padding: 90px 0;
}
.service-section.join-network-sec p {
    margin-bottom: 20px;
    font-size: 15px;
}
.rating {
    background-image: url(./images/zero-stars.png);
    width: 116px;
    height: 41px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    margin-bottom: -18px;
}
.rating1 {
    background: url(./images/one-stars.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.rating2 {
    background: url(./images/two-stars.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.rating3 {
    background: url(./images/three-stars.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.rating4 {
    background: url(./images/four-stars.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.rating5 {
    background: url(./images/five-stars.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.our-netork {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.networkright {
    width: 50%;
    background: #ffffff;
    padding: 65px 0 65px 50px;
    margin-left: -80px;
    text-align: left;
    z-index: 1;
}
.newtworkleft {
    width: 55%;
}

.newtworkleft img {
    min-width: 100%;
    display: block;
}
.service-section.contact-bg {
    padding: 0;
}
.service-section.contact-bg p {
    font-size: 18px;
    color: #0b0b0b;
    line-height: 29px;
}
footer {
    padding-top: 60px;
}
.site-footer h4, .site-footer h4 a {
    margin: 0 0 7px;
    font-size: 18px;
    color: #0171e0;
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.menu-footer-about-menu-container .sub-menu {
	margin-top: 5px;
}
.menu-footer-about-menu-container .sub-menu a {
	font-size: 16px;
    color: #06071d;
    font-family: 'Averta', sans-serif;
    font-weight: normal;
    text-transform: capitalize;
}
.site-footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.site-footer a {
	font-size: 16px;
	color: #000;
	font-family: 'Averta', sans-serif;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.site-footer a:hover, .site-footer a:focus {
	color: #0171e0
}
#menu-footer-services li.current-menu-item a, #menu-footer-state-pages li.current-menu-item a {
    color: #0078e0;
}
ul.social-icon {
	margin-bottom: 30px;
}
ul.social-icon li {
    display: inline-block;
    vertical-align: middle;
}
ul.social-icon li a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
ul.social-icon li a:hover, ul.social-icon li a:focus {
	opacity: 0.7;
}
ul.social-icon li + li {
	margin-left: 10px;
}
.footer-column.contact-info ul.f-address li, 
.footer-column.contact-info ul.f-address li a {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.footer-column.contact-info ul.f-address li:hover, .footer-column.contact-info ul.f-address li:focus, 
.footer-column.contact-info ul.f-address li a:hover, .footer-column.contact-info ul.f-address li a:focus {
	color: #0171e0;
}

.footer-column.contact-info ul.f-address li {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    color: #06071d;
    font-family: 'Averta', sans-serif;
    font-weight: normal;
}
.footer-column.contact-info ul.f-address li img {
    position: absolute;
    left: 0;
    top: 7px;
}
.footer-column.contact-info ul.f-address li + li {
    margin-top: 10px;
}
.footer-column.contact-info ul.f-address li + li a {
	color: #021c4c;
}
.menu-footer-about-menu-container a {
    margin: 0 0 12px;
    font-size: 18px;
    color: #0171e0;
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.menu-footer-about-menu-container li + li {
    margin-top:6px;
}
.mobile-service-inner {
    padding-top: 60px;
    max-width: 725px;
    margin: 0 auto;
}
.mobile-service-inner ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display:-webkit-box; 
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex; 
	display:flex;
    flex-wrap:wrap;
}
.mobile-service-inner ul li {
    width: 33.3%;
    padding: 6px;
}
.mobile-service-card {
	display: block;
    background-color: #f7f7f7;
    height: 100%;
    text-align: left;
    border-radius: 12px;
    padding: 25px 15px 25px 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mobile-service-card:hover, .mobile-service-card:focus {
    background-color: #0171e0;
    box-shadow: 5px 6px 25px rgba(0,0,0,0.2);
}
.mobile-service-card span {
    display: inline-block;
   width: 62px;
    height: 54px;
}
.mobile-service-card span img {
	vertical-align: middle;
}
.mobile-service-card span:before {
    content: "";
    border: 1px solid transparent;
    height: 100%;
    vertical-align: middle;
    display: inline-block;
    margin-left: -7px;
}
.mobile-service-card h4,
.mobile-service-card h3 {
    font-size: 17px;
    font-family: 'Averta', sans-serif;
    color: #182c53;
    font-weight: 600;
    margin: 10px 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mobile-service-card:hover h4,
.mobile-service-card:hover h3,
.mobile-service-card:focus h4,
.mobile-service-card:focus h3,
.mobile-service-card:hover p,
.mobile-service-card:focus p {
	color: #fff;
}

.mobile-service-card svg {
	fill: #127ae2;
}

.mobile-service-card:hover svg {
	fill: #fff;
}

.mobile-service-card p {
    font-size: 14px;
    color: #182c53;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.mobile-service-card > span img.hoverImg {
    display: none;
}
.mobile-service-card:hover > span img,
.mobile-service-card:focus > span img {
    display: none;
}
.mobile-service-card:hover > span img.hoverImg,
.mobile-service-card:focus > span img.hoverImg {
	display: inline-block;
}
.service-section.why-superior-sec {
	background-image: url(./images/superior-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 60px 0 100px;
}
.suprior-video {
    max-width: 960px;
    margin: 0 auto;
    border: 10px solid #fff;
    position: relative;
    padding-bottom: 54%;
    overflow: hidden;
}
.suprior-video .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.suprior-video iframe {
    width: 100%;
    margin: 0;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}


.blue-bg{
	background-color: #0171e0;
}
.white-text *{
	color: #fff;
}
.col-half {
    float: left;
    width: 50%;
}

.content-row {
    overflow: hidden;
}
.footer-column {
    float: left;
    width: 20%;
    padding: 0 15px;
}
.footer-column:nth-child(2) {
    width: 40%;
}
#menu-footer-services li {
    display: inline-block;
    width: 45%;
    margin: 0 -1px;
    vertical-align: top;
}
#menu-footer-services li:nth-child(odd) {
    padding-right: 15px;
}
.hide-icon #play-video {
    display: none;
}
/*ready-section*/
section.service-section.text-center.contact-bg .contact-wrapper {
    background: url(./images/contactbg.png);
    background-size: cover;
    max-width: 1380px;
    margin: 0 auto;
    padding: 0 35px 60px;
    background-position: center center;
}
section.service-section.text-center.contact-bg h2 {
    color: #021a4a;
    margin: 0;
    padding: 40px 0;
}
section.service-section.text-center.contact-bg p {
    margin: 0;
}
.contact-no.mobile-show {
    display: none;
}

/*ready-section*/

/*contact page css*/
.site-header.inner-page-header {
    position: inherit;
    top: 0;
    padding: 10px 0 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.inner-page-banner {
    position: relative;
    overflow: hidden;
}
.banner-image-inner {
    height: 450px;
    position: relative;
    overflow: hidden;
}
.banner-image-inner img {
    position: absolute;
    left: 50%;
    right: 0;
    top: 50%;
    bottom: 0;
    width: auto;
    height: auto;
    max-width: inherit;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.inner-page-banner-text {
	width: 100%;
	max-width: 1170px;
    padding: 0 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
   
}

.inner-page-banner-text h1 {
	color: #fff;
	margin: 0;
	line-height: normal;
	font-size: 55px;
	font-family: 'Averta', sans-serif;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 2px 0 2px rgba(0,0,0,0.25)
}
.custom-container {
	max-width: 1170px;
	margin:0 auto;
	padding: 0 15px;
}
.contact-area {
    padding: 130px 15px 120px;
}
.form-sec {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.form-field {
    width: 41%;
}
.form-map {
	width: 59%;
	padding: 35px 35px 0 50px;
	position: relative;
}
.form-map:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url(./images/map-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 459px;
    height: 386px;
    z-index: 1;
}
.form-map iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    z-index: 9;
    position: relative;
}
.section-title h2 {
	font-size: 35px;
    margin: 0 0 24px;
    padding-bottom: 15px;
    line-height: normal;
    font-family: 'Averta', sans-serif;
    font-weight: 700;
    color: #021a4a;
    position: relative;
}
.section-title h2.border-style:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 7px;
	background:#0171e0;
}
.section-title2 h2 {
	font-size: 40px;
	margin:0 0 45px;
    line-height: normal;
    font-family: 'Averta', sans-serif;
    font-weight: 700;
    color: #021a4a;
    position: relative;
}
.section-title2 span {
    font-size: 20px;
    font-weight: 600;
    color: #0171e0;
    font-family: 'Averta', sans-serif;
}
.form-field label {
    font-size: 13px!important;
    color: #54646f;
    font-family: 'Averta', sans-serif;
    font-weight: 600!important;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.form-field li:nth-child(-n+2) {
    width: 50%!important;
    display: inline-block;
    vertical-align: top;
}
.form-field li:nth-child(1) {
    padding-right: 5px!important;
}
.form-field li:nth-child(2) {
    padding-left: 5px!important;
}
.form-field li {
    padding: 0!important;
    margin-top: 12px!important;
    vertical-align: top;
    width: 100%!important;
}
.form-field li > div {
	margin:0!important;
	width: 100%!important;
}
.form-field li > div > span {
	padding:0!important;
}
.form-field li > div input {
	margin:0!important;
	font-size: 13px!important;
	color: #282829;
	font-family: 'Averta', sans-serif;
    font-weight: normal;
    width: 100%!important;
    background: #f7fbfe;
	height: 44px;
	padding:10px 10px 10px 20px!important;
	-webkit-appearance:none;
   -moz-appearance:none;
   appearance:none;
}

.form-field li > div input::-webkit-input-placeholder {
	color: #7d8c97!important;
}
.form-field li > div input::-moz-input-placeholder { 
  color: #7d8c97!important;
}
.form-field li > div input::-ms-input-placeholder { 
  color: #7d8c97!important;
}
.form-field li > div input:-ms-input-placeholder { 
  color: #7d8c97!important;
}

.form-field li > div textarea::-webkit-input-placeholder {
  color: #7d8c97!important;
}

.form-field li > div textarea:-moz-placeholder { /* Firefox 18- */
  color: #7d8c97!important;  
}

.form-field li > div textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #7d8c97!important;  
}

.form-field li > div textarea:-ms-input-placeholder {
  color: #7d8c97!important;  
}

.form-field li > div textarea::placeholder {
  color: #7d8c97;  
}
.form-field iframe#gform_ajax_frame_1 {
    margin-top: 15px!important;
}
.form-field li > div textarea {
	font-size: 13px!important;
	color: #282829;
	font-family: 'Averta', sans-serif;
    font-weight: normal;
    background: #f7fbfe;
    resize: none;
    padding:10px 10px 10px 20px!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-field .gform_footer {
	padding: 0!important;
	margin:15px 0 0 0!important;
}
.form-field .gform_footer input[type=submit] {
	width: 100%!important;
	margin: 0!important;
	background: #0171e0;
	font-size: 17px!important;
	font-family: 'Averta', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 5px;
    height: 56px;
}
.form-field .gform_footer input[type=submit]:hover,
.form-field .gform_footer input[type=submit]:focus {
	background-color: #2389ef;
}


.form-field .gform_wrapper {
	margin-bottom: 0!important;
}

.contact-detail {
    margin-top: 65px;
}
.contact-detail ul {
	padding: 25px 0 0;
	margin: 0;
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.contact-detail li {
    width: 25%;
    padding-right: 15px;
    position: relative;
    padding-left: 50px;
    color: #373636;
    font-size: 16px;
    font-family: 'Averta', sans-serif;
    font-weight: 600;
}
.contact-detail li:last-child {
    padding-right: 0;
}
.contact-detail li a {
	color: #373636;
    font-size: 16px;
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-detail li a:hover,
.contact-detail li a:focus {
    color: #0076e0;
}
.contact-detail li img {
    position: absolute;
    left: 0;
    top: 4px;
}
.contact-detail li span {
	font-size: 14px;
	color: #0171e0;
	display: block;
	text-transform: uppercase;
}
.get-started-sec {
    padding: 100px 0;
    text-align: center;
    background-color:#0171e0;
    background-image: url(./images/patter-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.get-started-sec .section-title h2 {
    font-size: 40px;
    color: #fff;
    margin: 0;
    padding-bottom: 5px;
}

.get-started-sec p {
    color: #fff;
    font-size: 16px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    line-height: 28px;
}
.get-started-sec p a {
	color: #fff;
	text-decoration: underline;
}
.m-0 {
    margin: 0!important;
}
.custom-field-style .validation_error {
    border: 0!important;
    margin: 0!important;
    padding: 0!important;
    text-align: left!important;
    font-size: 14px!important;
    font-weight: normal!important;
    font-family: 'Averta', sans-serif;
    color: #e20d0d!important;
}
.custom-field-style .gform_wrapper li.gfield.gfield_error, 
.custom-field-style .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: transparent;
    margin-bottom: 0;
    border-top: 0;
    border-bottom: 0;
    padding-bottom: 6px;
    padding-top: 8px;
    box-sizing: border-box;
}
.custom-field-style .gform_wrapper .gfield_error .gfield_label {
    color: #54646f;
    font-family: 'Averta', sans-serif;
}
.custom-field-style .gform_wrapper .validation_message {
    color: #e20d0d;
    font-family: 'Averta', sans-serif;
    font-weight: normal;
    padding: 3px 0 0!important;
}
.custom-field-style .gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), 
.custom-field-style .gform_wrapper li.gfield_error textarea {
    border: 1px solid #bbb;
}
.custom-field-style .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}
/*contact page css end*/

/*Thank you css*/
.thank-sec {
    text-align: center;
}
.thank-sec h1 {
    font-size: 80px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Averta', sans-serif;
    font-weight: 700;
    line-height: 57px;
}
.thank-sec p {
    font-size: 18px;
    color: #fff;
    font-family: 'Averta', sans-serif;
}
.thank-sec .inner-page-banner-text > a,
.not-found .inner-page-banner-text > a {
	font-size: 17px;
    border: 2px solid #fff;
    display: inline-block;
    color: #fff;
    padding: 10px 40px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Averta', sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.thank-sec .inner-page-banner-text > a:hover, .not-found .inner-page-banner-text > a:hover,
.thank-sec .inner-page-banner-text > a:focus, .not-found .inner-page-banner-text > a:focus {
	background: #fff;
	color: #0171e0;
}
.thank-sec p a,
.not-found p a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.thank-sec p img,
.not-found p img {
    vertical-align: middle;
    margin-right: 10px;
}
/*Thank you css end*/

/*Not Found css start*/
.inner-page-banner.not-found {
    text-align: center;
}
.not-found .banner-image-inner {
    height: 870px;
}
.not-found .inner-page-banner-text h1 {
    font-size: 60px;
    line-height: 55px;
}
.not-found .inner-page-banner-text p {
	margin: 0 0 30px;
    color: #fff;
    font-size: 16px;
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.not-found .inner-page-banner-text p:last-child {
    margin: 25px 0 0;
}
/*Not Found css end*/
.form-banner-bg .inner-page-banner-text h1 {
    text-transform: capitalize;
    white-space: normal;
}
/*Faq css start*/

.faq-banner .banner-image-inner,
.form-banner-bg .banner-image-inner {
    height: 250px;
}

.faq-content-area {
    padding: 85px 15px 140px;
}
.faq-info p {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Averta', sans-serif;
    color: #54646f;
    margin: 0;
}
.faq-info p + p {
    margin: 35px 0 0;
}
.faq-info {
    margin-bottom: 60px;
}

.form-field .gform_wrapper .gform_ajax_spinner {
    padding-left: 0!important;
    margin: 7px 50% 0!important;
}

.faq-tab-sec ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.faq-tab-sec li {
    border-bottom: #4a6e78;
    position: relative;
    padding: 38px 0;
    border-top: 1px solid #e8eaec;
}
.faq-tab-sec li:last-child {
	border-bottom: 1px solid #e8eaec;
}
.faq-tab-sec p {
	display: none;
}
.faq-tab-sec a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 700;
    line-height: normal;
    font-size: 14px;
    user-select: none;
    text-transform: uppercase;
    font-family: 'Averta', sans-serif;
    color: #54646f;
    position: relative;
}
.faq-tab-sec a.active:after {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s;
}

.faq-tab-sec a:after {
    content: "";
    width: 18px;
    height: 18px;
    border-right: 1px solid #54646f;
    border-bottom: 1px solid #54646f;
    position: absolute;
    right: 10px;
    top: -6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
	transition:all 0.3s ;
}	
.faq-tab-sec p {
    font-size: 14px;
    line-height: 2;
    margin: 35px 0 0;
    max-width: 894px;
    color: #54646f;
    font-weight: 700;
    font-family: 'Averta', sans-serif;
}
.faq-btm-style {
	position: relative;
}
.faq-btm-style:before {
	content: "";
	position:absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100px;
	background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(245,249,254,0.75) 54%, rgba(245,249,254,1) 72%);
	background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(245,249,254,0.75) 54%,rgba(245,249,254,1) 72%);
	background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(245,249,254,0.75) 54%,rgba(245,249,254,1) 72%); 
}	


/*Faq css end*/

/*About page css start*/

.about-travlling {
    padding: 70px 0 75px;
    background: #f6fcff;
}
.about-travlling-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: center;
}
.about-travlling-video, .about-travlling-info {
    width: 50%;
    padding: 0 15px;
}
.about-travlling-info h6 {
    margin: 0;
    font-size: 17px;
    color: #252525;
    font-weight: 600;
    font-family: 'Averta', sans-serif;
}
.about-travlling-info p {
    margin: 30px 0;
    font-size: 15px;
    color: #252525;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Averta', sans-serif;
}
.about-travlling-info ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.about-travlling-info li {
	display: inline-block;
	vertical-align: top;
	padding: 0 18px;
	font-size: 12px;
	font-weight: 600;
	color: #2f3749;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Averta', sans-serif;
	position: relative;
}
.about-travlling-info li + li:before {
    content: "";
    top: 15px;
    bottom: 15px;
    left: 0;
    border-right: 1px solid #d4d9dc;
    position: absolute;
}
.about-travlling-info li:first-child {
	padding-left: 0;
}
.about-travlling-info li b {
	display: block;
	font-size: 46px;
	font-weight: normal;
	color: #0171e0;
	line-height: 40px;
}
.about-travlling-info li b i {
    font-weight: normal;
    font-style: normal;
}
.about-travlling-video {
    padding: 0 30px 50px 25px;
    position: relative;
}
.about-travlling-video:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    background: url(./images/map-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 459px;
    height: 320px;
    z-index: 1;
}
.about-travlling-video > div {
    position: relative;
    box-shadow: 15px 0 20px rgba(0,0,0,0.1);
    padding-bottom: 56%;
    overflow: hidden;
    z-index: 1;
}
.about-travlling-video iframe {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.about-travlling-video .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 95px;
}
.flexible-service-sec {
    padding: 90px 0;
}
.flexible-service-content {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: flex-start;
}
.flexible-service-left, .flexible-service-right {
	width:  68%;
	padding: 0 15px;
}
.flexible-service-right {
    padding-left: 60px;
}
.flexible-service-left {
    width: 32%;
    position: relative;
    padding-bottom: 30px;
}
.flexible-service-left > div {
    background: #0171e0;
    padding: 75px 40px 45px;
    border-radius: 8px;
}

.flexible-service-left h3 {
    margin: 0 0 15px;
    font-size: 44px;
    color: #ffffff;
    font-weight: 800;
    font-family: 'Averta', sans-serif;
    text-transform: uppercase;
    padding-bottom: 60px;
    line-height: 50px;
    border-bottom: 2px solid #fff;
}
.flexible-service-left p span {
    font-size: 20px;
    display: block;
}
.flexible-service-left p {
    margin: 5px 0 0;
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    line-height: normal;
    font-family: 'Averta', sans-serif;
}
.flexible-service-left a.fill-btn {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    max-width: 254px;
    min-width: 257px;
    width: 100%;
}
.flexible-service-right h6 {
    margin: 0 0 30px;
    font-size: 17px;
    color: #252525;
    font-family: 'Averta', sans-serif;
    font-weight: 600;
}
.flexible-service-right ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.flexible-service-right ul li {
	position: relative;
	padding-left: 90px;
	font-size: 15px;
	color: #252525;
	line-height: 26px;
	font-family: 'Averta', sans-serif;
    font-weight: normal;
}
.flexible-service-right ul li + li {
	margin-top: 30px;
}
.flexible-service-right ul li span {
    font-weight: 800;
    color: #0171e0;
    display: block;
    margin-bottom: 12px;
    text-transform: uppercase;
    line-height: normal;
}
.flexible-service-right ul li img {
    position: absolute;
    left: 0;
    top: 3px;
}
.about-comprehensive-sec {
    padding: 120px 0 60px;
    background-color: #0171e0;
    background-image: url(./images/pattern2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.about-comprehensive-sec .section-title2 h2 {
    margin: 0;
    padding: 0;
    color: #fff;
}
.about-comprehensive-sec .section-title2 p {
	font-size: 17px;
	line-height: 24px;
    color: #fff;
    font-family: 'Averta', sans-serif;
    font-weight: normal;
}
.about-comprehensive-list {
	padding-top: 50px;
}
.about-comprehensive-list ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    flex-wrap: wrap;
}
.about-comprehensive-list ul li {
    width: 20%;
    text-align: center;
    margin-bottom: 50px;
}
.about-comprehensive-list ul li span {
    display: inline-block;
    background: #fff;
    width: 118px;
    height: 118px;
    text-align: center;
    line-height: 163px;
    border-radius: 10px;
}
.about-comprehensive-list ul li p {
    color: #fff;
    font-size: 15px;
    font-family: 'Averta', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px auto 0;
    max-width: 173px;
}
.about-comprehensive-list ul li:last-child span {
    background: transparent;
    border: 5px dashed rgba(255,2555,255,0.5);
    line-height: 110px;
    position: relative;
    padding-bottom: 45px;
}
.about-comprehensive-list ul li:last-child span:before {
    content: "and more";
    position: absolute;
    left: 21px;
    bottom: 16px;
    line-height: normal;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    font-family: 'Averta', sans-serif;
    font-weight: 700;
    font-size: 13px;
}
.about-comprehensive-sec a.fill-btn {
    margin: 0;
    position: absolute;
    bottom: -25px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.network-sec {
    padding: 165px 0 140px;
    background-image: url(./images/network-map.png);
    background-repeat: no-repeat;
    background-position: right center;
}
.network-info .section-title h2 {
	font-size: 40px;
}
.section-title span {
	font-size: 20px;
    font-weight: 600;
    color: #0171e0;
    line-height: normal;
    font-family: 'Averta', sans-serif;
}
.network-inner {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0 -15px;
}
.network-info, .network-image {
    width: 50%;
    padding: 0 15px;
}
.network-info {
    padding-right: 46px;
}
.network-info h6 {
    font-size: 17px;
    color: #0171e0;
    font-family: 'Averta', sans-serif;
    font-weight: normal;
    line-height: 26px;
    margin: 40px 0 30px;
}
.network-info p {
    font-size: 15px;
    color: #252525;
    font-family: 'Averta', sans-serif;
    font-weight: normal;
    margin: 0;
    line-height: 26px;
}
.network-info a.fill-btn {
    margin-top: 35px;
}
/*About page css end*/

/*Account service page css start*/

.account-service-sec {
	padding:70px 0 230px;
	position: relative;
}
.account-service-sec:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(245,249,254,0.75) 54%, rgba(245,249,254,1) 72%);
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(245,249,254,0.75) 54%,rgba(245,249,254,1) 72%);
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(245,249,254,0.75) 54%,rgba(245,249,254,1) 72%);
}
.account-service-sec .custom-container {
    max-width: 729px;
}
.payment-term-sec, .direct-deposit-sec {
    padding-bottom: 45px;
    margin-bottom: 35px;
    border-bottom: 1px solid #ececec;
}
.account-service-sec h2 {
    font-size: 25px;
    color: #0171e0;
    font-family: 'Averta', sans-serif;
    font-weight: 700;
    margin: 0 0 10px;
}
.account-service-sec p {
    font-size: 15px;
    color: #676767;
    font-family: 'Averta', sans-serif;
    font-weight: normal;
    margin: 0 0 24px;
}
.account-service-sec p a {
	color: #0171e0;
}
.account-service-sec ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.payment-term-sec ul li {
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    position: relative;
}
.payment-term-sec ul li span {
    position: absolute;
    left: 0;
    top: -4px;	
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #0171e0;
    text-align: center;
    line-height: 39px;
}
.payment-term-sec ul li h5 {	
    margin: 0;
    font-size: 13px;
    color: #0171e0;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Averta', sans-serif;
    line-height: 9px;
}
.payment-term-sec ul li a {
    font-size: 15px;
    color: #373636;
    font-family: 'Averta', sans-serif;
    line-height: normal;
    font-weight: normal;
}
.payment-term-sec ul li + li {
    margin-left: 10%;
}

.direct-deposit-sec ul li a, .credit-card-sec ul li a {
    padding: 14px 20px;
    font-weight: 600;
    text-transform: capitalize;
}
.direct-deposit-sec ul li a:hover, .credit-card-sec ul li a:hover, 
.direct-deposit-sec ul li a:focus, .credit-card-sec ul li a:focus {
	color: #fff;
}
.direct-deposit-sec ul li a img, .credit-card-sec ul li a img {
    vertical-align: middle;
    margin-right: 5px;
    margin-top: -7px;
}	
/*Account service page css end*/

/*Attorney notary services css start*/

.mobile-notarie-agent {
    padding: 65px 0 165px;
}
.mobile-notarie-content h3 {
    margin: 0 0 15px;
    color: #252525;
    font-family: 'Averta', sans-serif;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
}
.mobile-notarie-agent .section-title2 h2 {
    margin: 0 0 35px;
}
.mobile-notarie-content ul {
    list-style-type: none;
    padding: 0;
    margin: 0 -15px;
}
.mobile-notarie-content ul li {
    display: inline-block;
    width: 50%;
    margin: 0 -2px;
    vertical-align: top;
    padding: 0 15px;
    font-size: 15px;
    color: #252525;
    line-height: 28px;
}
.mobile-notarie-content p {
    font-size: 15px;
    color: #252525;
    line-height: 28px;
    text-align: center;
    margin: 0;
    font-weight: 400;
    font-family: 'Averta', sans-serif;
}
.mobile-notarie-content ul li a {
	color: #0171e0;
}
.attorney-notary-service-video {
	background: #0171e0;
}
.attorney-notary-service-video .video-sec {
    padding-bottom: 56.3%;
    position: relative;
}
.attorney-notary-service-video .video-sec iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: -90px;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    display: block;
    border: 0;
}
.attorney-notary-service-video .play-icon {
    position: absolute;
    left: 50%;
    top: 35%;
    -webkit-transform: translate(-50%,-35%);
    -moz-transform: translate(-50%,-35%);
    -ms-transform: translate(-50%,-35%);
    -o-transform: translate(-50%,-35%);
    transform: translate(-50%,-35%);
}
.attorney-notary-experienced {
    padding: 100px 0;
}
.custom-section-style {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0 -29px;
}
.custom-section-style .custom-subsection {
    width: 50%;
    padding: 0 29px;
}
.attorney-notary-experienced-image {
    text-align: right;
    position: relative;
}
.custom-section-style .custom-subsection h6 {
    font-size: 17px;
    color: #0171e0;
    font-family: 'Averta', sans-serif;
    font-weight: normal;
    line-height: 26px;
    margin: 0;
}
.custom-section-style .custom-subsection h6 a {
	color: #0171e0;
	text-decoration: underline;
}
.custom-section-style .custom-subsection p {
	font-size: 15px;
    color: #252525;
    font-family: 'Averta', sans-serif;
    font-weight: normal;
    margin: 5px 0 0;
    line-height: 26px;
}
.custom-section-style .custom-subsection p a {
    color: #007ee2;
}
.custom-section-style .custom-subsection .section-title span {
    line-height: 21px;
}
.custom-section-style .custom-subsection .section-title h2 {
    font-size: 40px;
    margin: 0 0 30px;
}
.attorney-notary-experienced-image:before {
    content: "";
    position: absolute;
    top: 45px;
    left: 30px;
    background: url(./images/map-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 440px;
    height: 380px;
    z-index: 1;
    opacity: 0.5;
}
.custom-section-style .custom-subsection img {
    position: relative;
    z-index: 1;
}
.attorney-notary-experienced-image span {
    position: absolute;
    left: -14px;
    z-index: 1;
    max-width: 200px;
    background: #0171e0;
    text-align: left;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    padding: 28px 22px 28px 28px;
    border-radius: 10px;
    font-family: 'Averta', sans-serif;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    word-wrap: normal;
}
.attorney-notary-we-travel-content {
	margin-top: 135px;
}
.attorney-notary-we-travel-image {
    position: relative;
}
.attorney-notary-we-travel-image:before {
    content: "";
    position: absolute;
    top: 45px;
    right: 30px;
    background: url(./images/map-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 440px;
    height: 380px;
    z-index: 1;
    opacity: 0.5;
}
.why-choose-sec {
	padding: 80px 0;
	text-align: center;
    background-color: #0171e0;
    background-image: url(./images/patter-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.why-choose-sec .section-title2 span {
	color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}
.why-choose-sec .section-title2 h2 {
    color: #fff;
    margin: 0 0 15px;
}
.why-choose-sec .section-title2 p {
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-family: 'Averta', sans-serif;
    font-weight: normal;
    max-width: 900px;
    margin: 0 auto;
}
.why-choose-sec .section-title2 p a {
	color: #fff;
	text-decoration: underline;
}
.why-choose-services {
	margin-top: 40px;
}
.why-choose-services ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.why-choose-services ul li {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    text-align: center;
}
.other-services-sec .section-title2 h2 {
    margin: 0 0 30px;
}
.why-choose-services span {
    background: #fff;
    width: 112px;
    height: 112px;
    display: inline-block;
    border-radius: 50%;
    line-height: 162px;
}
.why-choose-services h3 {
    font-size: 14px;
    font-weight: 600;
    font-family: 'Averta', sans-serif;
    line-height: 17px;
    text-transform: uppercase;
    margin: 13px 0 10px;
    color: #fff;
    min-height: 34px;
}
.why-choose-services p {
    font-size: 15px;
    font-weight: normal;
    font-family: 'Averta', sans-serif;
    line-height: 17px;
    margin: 0;
    color: #fff
}
.why-choose-services ul li > div {
    max-width: 185px;
    display: inline-block;
}
.other-services-sec {
    padding: 90px 0 80px;
}
.attorney-service-card > div {
    height: 254px;
    overflow: hidden;
    border-radius: 10px;
    margin: 10px;
    position: relative;
     border: 1px solid #eee;
    box-shadow: 0 0 20px rgba(0, 118, 224,0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 118, 224,0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 118, 224,0.2);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.attorney-service-card > div:hover {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-ms-transform: scale(1.08);
	-o-transform: scale(1.08);
	transform: scale(1.08);
}
.other-services-content .slick-list.draggable {
    padding: 10px 0;
}
.attorney-service-card > div > img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.attorney-service-card > div:hover > img {
	opacity: 1;
}

.attorney-service-card > div .card-content {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 25px 18px 20px;
    text-align: center;
}
.attorney-service-card > div .card-content span {
    width: 123px;
    height: 123px;
    overflow: hidden;
    border-radius: 50%;
    text-align: center;
    position: relative;
    background: #f2f8fd;
    display: block;
    margin: 0 auto;
    line-height: 130px;
     -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
}
.attorney-service-card > div:hover .card-content span {
	background: transparent;
	height: 108px;
}
.attorney-service-card > div .card-content span img.hover-img {
	display: none;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.attorney-service-card > div:hover .card-content span img.hover-img {
	display: inline-block;
}
.attorney-service-card > div .card-content span img {
    display: inline-block;
    vertical-align: middle;
    max-width: 70px;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.attorney-service-card > div:hover .card-content span img {
	display: none;
}
.attorney-service-card > div .card-content h4 {
    margin: 8px 0 20px;
    color: #021a4a;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Averta', sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.attorney-service-card > div:hover .card-content h4 {
	color: #fff;
}

.attorney-service-card > div .card-content a {
    margin: 0;
    color: #fff;
    background: #0171e0;
    padding: 12px 25px;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    font-family: 'Averta', sans-serif;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.services {
    padding: 0 25px;
}
.services button.slick-arrow {
    background: transparent;
    font-size: 0;
    width: 21px;
    height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.services button.slick-prev {
	left: 0;
}
.services button.slick-prev:before {
    content: "";
    background-image: url(./images/arrow-sprits.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 37px;
    background-repeat: no-repeat;
    background-size: cover;
}
.services button.slick-arrow:hover:before {
    background-position: -20px 0;
}
.services button.slick-next {
	right: 0;
}
.services button.slick-next:before {
    content: "";
    background-image: url(./images/arrow-sprits.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 37px;
    background-position: -68px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.services button.slick-next:hover:before {
    background-position: -47px 0;
}
/*Attorney notary services css end*/

/*Term css end*/
.term-sec {
    padding: 60px 15px;
}
.editor-style h3 {
    font-size: 22px;
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    color: #0076e0;
}
.editor-style p {
    font-size: 16px;
    font-family: 'Averta', sans-serif;
    font-weight: normal;
}
/*Term css end*/

/*credit card payment css start*/

.inner-page-banner-text.captilize-text h1 {
    text-transform: capitalize;
}
.payment-sec {
    padding: 120px 15px 190px;
}
.payment-inner-sec {
	max-width: 845px;
	margin: 0 auto;
	text-align: center;
}
.payment-inner-sec h4 {
    font-size: 24px;
    color: #54646f;
    font-weight: 600;
    margin: 0;
    font-family: 'Averta', sans-serif;
    text-transform: uppercase;
}
.payment-form {
    max-width: 465px;
    margin: 25px auto;
}
.payment-sec.form-field li:nth-child(-n+2) {
    width: 100%!important;
}
.payment-sec.form-field label {
    text-align: center;
    width: 100%;
    font-size: 18px!important;
    margin-bottom: 25px;
}
.payment-sec.form-field li {
    margin-top: 25px!important;
}
.payment-sec.form-field li:nth-child(1) {
    padding-right: 0!important;
}
.payment-sec.form-field li:nth-child(2) {
    padding-left: 0!important;
}
.payment-sec.form-field {
	width: 100%!important;
}
.payment-sec.form-field .gform_footer input[type=submit] {
    margin: 0 auto!important;
    max-width: 270px;
    display: block!important;
}
.payment-sec.form-field .gform_footer {
    margin: 50px 0 0 0!important;
}
.payment-sec .custom-field-style .validation_error {
    text-align: center!important;
}
.payment-sec .custom-field-style .gform_wrapper .validation_message {
    text-align: center;
}
.payment-sec .custom-field-style .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0)!important;
}
.payment-sec.form-field li > div input[type="checkbox"] {
    -webkit-appearance: checkbox;
    height: auto;
    padding: 0!important;
    vertical-align: top;
    margin: 5px 0!important;
    display: none;
}
.payment-sec.form-field .gform_wrapper .gfield_checkbox li label {
    max-width: 90%;
    text-align: left;
    margin-left: 40px!important;
    font-size: 14px!important;
    position: relative;
}
.payment-sec.form-field li > div input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    left: -35px;
    top: 11px;
    color: #0171e0;
    width: 15px;
    height: 7px;
    border-left: 2px solid #0171e0;
    border-bottom: 2px solid #0171e0;
    transform: rotate(-46deg);
}

.payment-sec.form-field .gform_wrapper .gfield_checkbox li label:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: #d1d1d1;
    border: 2px solid #676767;
    border-radius: 3px;
    left: -40px;
    top: 4px;
}

.payment-sec.form-field .gform_wrapper .gfield_checkbox li label b {
	font-weight: 900;
}
.payment-sec.form-field .gform_wrapper .gfield_checkbox {
    max-width: 320px;
    margin: 0 auto!important;
}
/*credit card payment css end*/

/*Locate notary public css start*/
.locate-travlling {
    padding: 90px 0 70px;
}
.locate-travlling-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: center;
}
.locate-travlling-video {
    padding: 0 30px 50px 25px;
    position: relative;
}
.locate-travlling-video:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    background: url(./images/map-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 459px;
    height: 330px;
    z-index: 1;
    opacity: 0.7;
}
.locate-travlling-video > div {
    position: relative;
    box-shadow: 15px 0 20px rgba(0,0,0,0.1);
    padding-bottom: 54%;
    overflow: hidden;
    z-index: 1;
    border: 10px solid #fff;
}
.locate-travlling-video iframe {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.locate-travlling-video .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    max-width: 95px;
}
.locate-travlling-info {
    width: 45%;
    padding: 0 15px;
}
.locate-travlling-video {
	width: 55%;
	padding: 0 30px 50px 25px;
}

.locate-travlling-info p {
    margin: 23px 0;
    font-size: 15px;
    color: #252525;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Averta', sans-serif;
}
.locate-travlling-info p span {
    color: #0171e0;
    font-size: 17px;
    font-weight: 600;
}
.locate-travlling-info p:first-child {
    margin: 0;
}
.locate-travlling-info .btn-red {
    max-width: 223px;
    width: 100%;
    padding: 18px 10px 12px 70px;
    position: relative;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Averta', sans-serif;
}
.locate-travlling-info .btn-red:hover,
.locate-travlling-info .btn-red:focus {
	color: #fff;
}
.locate-travlling-info .btn-red span {
    display: block;
    line-height: 3px;
    font-size: 12px;
    font-weight: 600;
}
.locate-travlling-info .btn-red img {
    position: absolute;
    left: 24px;
    top: 13px;
}
.locate-flexible-service-content .flexible-service-right ul li span {
    margin-bottom: 4px;
}
.locate-anywhere-sec {
    background-image: url(./images/locate-anywhere-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 30px;
}
.locate-anywhere-inner {
	display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    align-items: center;
}
.loctate-anywhere-left, .loctate-anywhere-right {
    width: 50%;
    padding: 0 15px;
}
.loctate-anywhere-left {
    padding-top: 40px;
    padding-bottom: 40px;
}
.loctate-anywhere-left .section-title span {
    font-size: 18px;
}
.loctate-anywhere-left .section-title h2 {
    font-size: 40px;
}
.loctate-anywhere-left p {
    margin: 23px 0;
    font-size: 15px;
    color: #252525;
    line-height: 28px;
    font-weight: normal;
    font-family: 'Averta', sans-serif;
}
.loctate-anywhere-left p span {
    color: #0171e0;
    font-size: 17px;
    font-weight: 600;
}
.loctate-anywhere-right img {
    display: block;
    margin-left: 65px;
}
.loctate-anywhere-left .btn-red {
    max-width: 223px;
    width: 100%;
    padding: 18px 10px 12px 70px;
    position: relative;
    text-align: left;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Averta', sans-serif;
}
.loctate-anywhere-left .btn-red:hover, .loctate-anywhere-left .btn-red:focus {
	color: #fff;
}
.loctate-anywhere-left .btn-red img {
    position: absolute;
    left: 24px;
    top: 13px;
}
.loctate-anywhere-left .btn-red span {
    display: block;
    line-height: 3px;
    font-size: 12px;
    font-weight: 600;
}
.locate-notary-service-advantage {
    padding: 80px 0 60px;
    background-color: #0171e0;
    background-image: url(./images/patter-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.locate-notary-service-advantage .section-title2 span {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}
.locate-notary-service-advantage .section-title2 h2 {
    margin: 0 0 20px;
    color: #fff;
}
.locate-notary-service-advantage .section-title2 p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-family: 'Averta', sans-serif;
    font-weight: normal;
    margin: 0;
}
.locate-notary-services {
    margin-top: 40px;
}
.locate-notary-services ul {
    padding: 0;
    margin: 0 -30px;
    list-style-type: none;
}
.locate-notary-services ul li {
    display: inline-block;
    width: 33.1%;
    vertical-align: top;
    text-align: center;
    padding: 0 30px;
}
.locate-notary-services h5 {
    margin: 20px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Averta', sans-serif;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.locate-notary-services ul li div:hover h5 {
	color: #0171e0;
}

.locate-notary-services p {
    margin: 0;
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    font-weight: normal;
    line-height: 24px;
    font-family: 'Averta', sans-serif;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.locate-notary-services ul li div:hover p {
	color: #0171e0;
}
.locate-notary-services ul li div {
    padding: 30px 20px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.locate-notary-services ul li div:hover {
	background: #fff;
	box-shadow: 10px 0 25px rgba(0,0,0,0.13);
}
.locate-notary-services ul li div span {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    display: block;
    line-height: 190px;
    margin: 0 auto;
    background: #fff;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.locate-notary-services ul li div:hover span {
	background: #0171e0;
}
.locate-notary-services ul li div img {
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.locate-notary-services ul li div:hover img {
	display: none;
}
.locate-notary-services ul li div span .hover-img {
    display: none;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.locate-notary-services ul li div:hover span .hover-img {
	display: inline-block;
}
.search-notary-main {
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
    border-radius: 10px;
    overflow: hidden;
    padding: 30px 70px;
    margin-top: -70px;
    z-index: 1;
    position: relative;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.search-notary-left {
    width: 75%;
    padding-right: 15px;
    position: relative;
}
.search-notary-right {
    width: 25%;
    padding-left: 15px;
    text-align: right;
}
.search-notary-left ul, .search-notary-right ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.search-notary-left .search-heading {
    color: #242a3a;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Averta', sans-serif;
}
.search-notary-main select , .search-notary-main input {
    width: 100%;
    background-color: #edf3f8;
    border: 0;
    font-size: 15px;
    color: #687b89;
    font-weight: 600;
    font-family: 'Averta', sans-serif;
    height: 54px;
    -webkit-appearance: none;
      -moz-appearance: none;
       -ms-appearance: none;
        -o-appearance: none;
           appearance: none;
    padding: 10px 20px;
    border-radius: 5px;
    min-width: 239px;
    position: relative;
}
.search-notary-main .search-notary-right input {
	min-width: 234px;
}
select::-ms-expand {
   display: none;
}
.search-notary-main select {
    background-image: url(./images/down-arrow.png);
    background-size: 14px;
    background-position: 93% 50%;
    background-repeat: no-repeat;
}
.search-notary-main .btn-blue {
    height: 54px;
    padding: 19px 17px;
    font-size: 13px;
    font-weight: 700;
    width: 100%;
}
.search-notary-main .btn-blue:hover,
.search-notary-main .btn-blue:focus {
	color: #fff;
}

.search-notary-main input::-webkit-placeholder {
	color:#687b89;
}
.search-notary-main input::-moz-placeholder {
	color:#687b89;
}
.search-notary-main input::-ms-placeholder {
	color:#687b89;
}
.search-notary-main input::placeholder {
	color:#687b89;
}
.search-notary-main ul li {
    display: inline-block;
    vertical-align: middle;
}
.search-notary-main .search-notary-right ul li {
    vertical-align: top;
    display: block;
}
.search-notary-main ul li + li {
	margin-left: 20px;
}
.search-notary-main .search-notary-left ul li + li {
    margin-left: 12px;
    width: 70%;
}
/*.search-notary-left:before {
    content: "";
    position: absolute;
    right: 0;
    top: -30px;
    bottom: -30px;
    border-left: 2px solid #e7eff6;
}
.search-notary-left:after {
    content: "or";
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    right: -14px;
    top: 50%;
    background: #e7eff6;
    border-radius: 50%;
    font-size: 11px;
    color: #687b89;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 30px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    box-shadow: 0 0 0 5px #fff;
}*/
/*Locate notary public css end*/

/*Our Services Css Start*/

.notary-service-provider {
	padding: 100px 0 130px;
	background-color: #f2f8fd;
}
.notary-service-inner {
    max-width: 1010px;
    margin: 55px auto 0;
}
.notary-service-provider .section-title2 h2 {
    font-size: 40px;
    margin: 0 0 20px;
}
.notary-service-provider .section-title2 p {
    font-size: 17px;
    color: #464646;
    line-height: 24px;
    font-weight: normal;
    font-family: 'Averta', sans-serif;
}
ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.ul_list {
    list-style-type: disc;
    padding-left: 17px;
    margin-bottom: 15px;
    padding-top: 5px;
}

.ul_list li {
    margin-top: 10px;
}

.ul_list ul {
    list-style-type: circle;
}

.page-template-template_individual_state_page .individual-welcome-right ul {
	list-style-type: disc;
	padding-left: 17px;
	margin-top: 15px;
}

.page-template-template_individual_state_page .individual-welcome-right ul + p {
	margin-top: 15px;
}

.notary-service-inner ul {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	display: flex-start;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.notary-service-inner ul li {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 15px;
}
.notary-service-card {
	height: 100%;
    background: #fff;
    padding: 35px 26px 35px 120px;
    position: relative;
    box-shadow: 0 0 15px rgba(0,90,180,0.08);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.notary-service-card:hover, .notary-service-card:focus {
	background: #0171e0;
}
.notary-service-card h3 {
    margin: 0;
    font-size: 16px;
    color: #0171e0;
    font-weight: 700;
    font-family: 'Averta', sans-serif;
    text-transform: uppercase;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.notary-service-card:hover h3, .notary-service-card:focus h3 {
	color: #fff;
}
.notary-service-card p {
    margin: 10px 0 15px;
    font-size: 15px;
    color: #676767;
    line-height: 23px;
    font-weight: normal;
    font-family: 'Averta', sans-serif;
     -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.notary-service-card:hover p, .notary-service-card:focus p {
	color: #fff;
}
.notary-service-card a {
    background: #0171e0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    padding: 12px 18px;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: 'Averta', sans-serif;
    line-height: 1.1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.notary-service-card:hover a, .notary-service-card:focus  a{
	background: #fff;
	color: #0171e0;
}
.notary-service-card span {
    position: absolute;
    left: 35px;
    top: 40px;
}
.notary-service-card span img {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.notary-service-card:hover span img {
	display: none;
}
.notary-service-card span .hover-img {
	display: none;
	 -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.notary-service-card:hover span .hover-img {
	display: inline-block;
}

/*Our Services Css End*/

/*Blog css start*/

.blog-main-sec {
	padding: 75px 0 120px;
	background: #fafcfe;
}
.blog-inner-sec {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.blog-left {
    width: 70%;
    padding-right: 45px;
}
.blog-right {
    width: 30%;
}
.blog-left .post {
    margin-bottom: 20px;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
}
.blog-left .post .post-thumbnail a {
    display: block;
    height: 262px;
    overflow: hidden;
    position: relative;
}
.blog-left .post .post-thumbnail a img {
    display: block;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: inherit;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.blog-left .post .post-thumbnail {
    margin: 0;
}
.blog-content {
    padding: 25px 40px 30px;
    border: 1px solid #ebebeb;
}
.blog-content .category a {
    background: #0171e0;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 12px;
    font-family: 'Averta', sans-serif;
    margin: 1px 0;
    display: inline-block;
}
.blog-content .title a {
    font-size: 40px;
    font-weight: 700;
    color: #414753;
    font-family: 'Averta', sans-serif;
    line-height: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-content .title a:hover {
	color: #0171e0;
}
.blog-content .author {
    font-size: 13px;
    color: #0171e0;
    font-weight: 600;
    font-family: 'Averta', sans-serif;
    text-transform: uppercase;
}
.blog-content .author a {
	color: #0171e0;
}
.blog-content .content p {
    font-size: 15px;
    color: #414753;
    font-weight: 400;
    font-family: 'Averta', sans-serif;
    margin: 0;
    padding: 14px 0;
    line-height: 26px;
}
.blog-content .read-more-btn a {
    background: #0171e0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
    padding: 14px 20px;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: 'Averta', sans-serif;
    line-height: 1.1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-content .read-more-btn a:hover, .blog-content .read-more-btn a:focus {
	background-color: #0b66c1;
}
.post-footer-content ul {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.post-footer-content .read-more-btn, .post-footer-content .share-button {
    display: inline-block;
    vertical-align: middle;
}
.post-footer-content .share-button {
	margin-left: 7px;
	position: relative;
}

.post-footer-content .share-button .share_post {
    background: transparent;
    font-size: 12px!important;
    color: #0171e0;
    font-weight: 600;
    font-family: 'Averta', sans-serif;
    text-transform: uppercase;
    border: 1px solid #0171e0;
    padding: 11px 20px 9px 32px!important;
    border-radius: 5px;
    position: relative;
}
.post-footer-content .share-button .share_post:before {
    content: "";
    position: absolute;
    left: 9px;
    top: 10px;
    background: url(./images/share-icon.png);
    background-repeat: no-repeat;
    width: 18px;
    height: 19px;
}
.post-footer-content .comments {
    font-size: 15px;
    color: #414753;
    font-weight: 600;
    font-family: 'Averta', sans-serif;
    text-transform: lowercase;
    padding-left: 26px;
    position: relative;
    display: none;
}
.post-footer-content .comments:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(./images/comment-icon.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 21px;
}
.social_share_icon {
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    width: 200px;
    background: transparent;
    margin-left: 10px;
	z-index: 9;
    opacity: 0;
    -webkit-transform: translate(-50px,0);
    -moz-transform: translate(-50px,0);
    -ms-transform: translate(-50px,0);
    -o-transform: translate(-50px,0);
    transform: translate(-50px,0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.post-footer-content .share-button:hover .social_share_icon {
	opacity: 1;
	 -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.blog-right #secondary {
    padding: 0;
}
.side-style {
    padding: 25px 20px 5px;
    border: 1px solid #eaeef2;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 15px;
}
.side-style label {
    margin: 0;
}
.side-style form input {
    background: #f7fbfe;
    border: 1px solid #d0d7de;
    padding: 10px 10px 10px 40px;
    height: 44px;
    font-size: 13px;
    color: #7d8c97;
    box-shadow: none;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
}
.side-style form input::-webkit-input-placeholder {
	color: #7d8c97;
}
.side-style form input::-ms-input-placeholder {
	color: #7d8c97;
}
.side-style form input::placeholder {
	color: #7d8c97;
}
.side-style form .search-submit {
	-webkit-appearance: none;
      -moz-appearance: none;
       -ms-appearance: none;
        -o-appearance: none;
           appearance: none;
}
.side-style form .search-submit {
    padding: 0;
    background-color: transparent;
    background-image: url(./images/seach-icon.png);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 14px;
}
.side-style form .search-submit svg {
	display: none;
}
.side-style #archives-2 {
    padding: 0;
    margin-top: 25px;
}
.side-style #archives-2 h2 {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: 'Averta', sans-serif;
    color: #001a49;
}
.side-style #archives-2 ul li {
    /*padding: 10px 20px 10px 5px;*/
    /*position: relative;*/
    border: 0;
    /*overflow: hidden;*/
}
/*.side-style #archives-2 > ul > li:before {
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    background-color: transparent;
    background-image: url(./images/arrow-up.png);
    background-repeat: no-repeat;
    width: 9px;
    height: 7px;
}*/
.side-style #archives-2 > ul > li h3 {
    margin: 0;
    background: transparent;
    padding: 10px 20px 10px 5px;
    position: relative;
    border: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.side-style #archives-2 > ul > li h3:hover a {
    color: #0171e0;
}
.side-style #archives-2 > ul > li h3:hover span {
    color: #0171e0;
}
.side-style #archives-2 > ul > li h3.ui-accordion-header-collapsed:before {
    content: "";
    position: absolute;
    right: 0;
    top: 18px;
    background-color: transparent;
    background-image: url(./images/arrow-up.png);
    background-repeat: no-repeat;
    width: 9px;
    height: 7px;
}
.side-style #archives-2 > ul > li h3:before {
	content: "";
    position: absolute;
    right: 0;
    top: 18px;
    background-color: transparent;
    background-image: url(./images/arrow-down.png);
    background-repeat: no-repeat;
    width: 9px;
    height: 7px;
}
.side-style #archives-2 .ui-accordion .ui-accordion-content {
    padding: 1px!important;
    border: 0!important;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 300px;
}
.side-style #archives-2 .ui-accordion .ui-accordion-content ul li {
	padding: 10px 20px 10px 5px;
    position: relative;
    overflow: hidden;
}
.side-style #archives-2 .ui-accordion .ui-accordion-content ul li a {
    font-size: 12px;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.side-style #archives-2 .ui-accordion .ui-accordion-content ul li a:hover {
	color: #0171e0;
}
.side-style #archives-2 .ui-accordion .ui-accordion-content ul li a br {
	display: none;
}

.side-style #archives-2 ul li + li {
    border-top: 1px solid #ececec;
}
.side-style #archives-2 ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #7f8ba2;
    font-family: 'Averta', sans-serif;
    float: left;
}
.side-style #archives-2 ul li a:hover,
.side-style #archives-2 ul li a:focus {
	box-shadow: none;
}
.side-style #archives-2 ul li span {
    font-size: 13px;
    font-weight: 600;
    color: #7f8ba2;
    font-family: 'Averta', sans-serif;
    float: right;
}
section#text-6 {
    display: none;
}
#tag_cloud-3 {
	padding: 35px 20px;
    border: 1px solid #eaeef2;
    border-radius: 6px;
    background: #fff;
    margin-bottom: 15px;
}
#tag_cloud-3 h2 {
	margin: 0 0 15px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
    font-family: 'Averta', sans-serif;
    color: #001a49;
}
#tag_cloud-3 a {
	background-color: #ebeef1;
	font-size: 11px!important;
	color: #95a1b9;
	padding: 5px 12px;
	border:0;
	font-weight: 600;
	font-family: 'Averta', sans-serif;
	text-transform: uppercase;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#tag_cloud-3 a:hover, #tag_cloud-3 a.active-tag {
	background: #0171e0;
	color: #fff;
}
#email-subscribers-2 {
	padding: 30px 20px 40px;
    border-radius: 6px;
    background-color: #0171e0;
    background-image: url(./images/patter-bg.png);
    background-repeat: no-repeat;
    text-align: center;
}
#email-subscribers-2 .es_caption {
    font-size: 17px;
    font-weight: 900;
    color: #f7fbfe;
    text-transform: uppercase;
    font-family: 'Averta', sans-serif;
    padding: 0 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
#email-subscribers-2 .es_lablebox {
	display: none;
}
#email-subscribers-2 .es_button {
	padding: 0;
}
#email-subscribers-2 .es_textbox input {
	font-size: 16px;
	background: transparent;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    border: 2px solid #fff;
    font-weight: 400;
    font-family: 'Averta', sans-serif;
     -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
#email-subscribers-2 .es_textbox input::-webkit-input-placeholder {
	color: #fff;
}
#email-subscribers-2 .es_textbox input::-ms-input-placeholder {
	color: #fff;
}
#email-subscribers-2 .es_textbox input::placeholder {
	color: #fff;
}
#email-subscribers-2 .es_button input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 15px;
    color: #0171e0;
    font-weight: 700;
    background: #ffffff;
    border-radius: 6px;
    text-transform: uppercase;
    width: 100%;
    min-height: 50px;
    font-family: 'Averta', sans-serif;
}
.inner-page-banner-text h2 {
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-family: 'Averta', sans-serif;
    font-weight: 700;
    margin: 0;
    text-shadow: 2px 0 2px rgba(0,0,0,0.25);
}
.blog-left .navigation.pagination {
    width: 100%;
    padding: 60px 0 0;
    border: 0;
}
.blog-left .navigation.pagination .page-numbers {
	width: 23px;
	height: 23px;
	border:1px solid #ebebeb;
	text-align: center;
	line-height: 23px;
	border-radius: 4px;
	margin: 0 5px;
}
.blog-left .navigation.pagination .page-numbers {
    width: 23px;
    height: 23px;
    border: 1px solid #ebebeb;
    text-align: center;
    line-height: 23px;
    border-radius: 4px;
    margin: 0 5px;
    font-size: 13px;
    font-weight: 400;
    display: inline-block;
    font-family: arial;
    color: #7f7f7f;
    padding: 0;
    vertical-align: top;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.blog-left .navigation.pagination .page-numbers.current {
	border: 1px solid #0171e0;
	background: #0171e0;
	color: #fff;
}
.blog-left .navigation.pagination .page-numbers:hover,
.blog-left .navigation.pagination .page-numbers:focus {
	-webkit-box-shadow:none;
	box-shadow: none;
	border: 1px solid #0171e0;
	background: #0171e0;
	color: #fff;
}
.blog-left .navigation.pagination .next.page-numbers, 
.blog-left .navigation.pagination .prev.page-numbers {
    float: inherit;
    background: transparent;
    border-color: transparent;
    position: relative;
}
.blog-left .navigation.pagination .next.page-numbers svg,
.blog-left .navigation.pagination .prev.page-numbers svg {
	display: none;
}

.blog-left .navigation.pagination .next.page-numbers:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    background: url(./images/double-arrow-next.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    background-size: 11px;
}
.blog-left .navigation.pagination .prev.page-numbers:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 6px;
    background: url(./images/double-arrow-next.png);
    background-repeat: no-repeat;
    width: 11px;
    height: 11px;
    background-size: 11px;
    -webkit-transform: rotatey(180deg);
    -moz-transform: rotatey(180deg);
    -ms-transform: rotatey(180deg);
    -o-transform: rotatey(180deg);
    transform: rotatey(180deg);
}
/*Blog css end*/

/*Notary Request Form Css*/
/*.form-field-style label {
    font-size: 13px!important;
    color: #54646f;
    font-family: 'Averta', sans-serif;
    font-weight: 600!important;
    text-transform: uppercase;
    margin-bottom: 10px;
}*/
.form-field-style li {
    padding: 0!important;
    margin-top: 12px!important;
}
.form-field-style li.capitalize label {
	text-transform: initial;
}
.form-field-style li > div > span {
    padding: 0!important;
}
.form-field-style li > div > span.name_first {
    padding-right:5px!important;
}
.form-field-style li > div > span.name_last {
    padding-left:5px!important;
}
/*.form-field-style label {
    font-size: 13px!important;
    color: #54646f;
    font-family: 'Averta', sans-serif;
    font-weight: 600!important;
    text-transform: uppercase;
    margin-bottom: 10px;
}*/
.form-field-style li > div {
    margin: 0!important;
    width: 100%!important;
    position: relative;
}

.form-field-style li > div input {
    margin: 0!important;
    font-size: 13px!important;
    color: #282829;
    font-family: 'Averta', sans-serif;
    font-weight: normal;
    width: 100%!important;
    background: #f7fbfe;
    height: 44px;
    padding: 10px 10px 10px 20px!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form-field-style li > div input[type="text"]:disabled,
.form-field-style li > div select:disabled {
	opacity: 0.6;
}
.form-field-style label {
    font-size: 13px!important;
    color: #54646f;
    font-family: 'Averta', sans-serif;
    font-weight: 600!important;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.form-field-style li .ginput_container_radio ul {
	width: calc(100% + 0px)!important;
	margin: 0 0 30px;
}
.form-field-style li .ginput_container_radio ul li {
	display: inline-block;
	vertical-align: middle;
	margin:0!important;
	overflow: inherit!important;
}
.form-field-style li .ginput_container_radio ul li + li {
	padding-left: 15px!important;
}
.form-field-style li .ginput_container_radio ul li input {
	display: none!important;
}
.form-field-style li .ginput_container_radio ul li label {
	width: auto;
    max-width: 100%;
    margin: 0;
    border: 1px solid #54646f;
    padding: 3px 15px;
    border-radius: 30px;
    position: relative;
    line-height: normal;
    font-size: 14px!important;
    color: #54646f;
    font-family: 'Averta', sans-serif;
    font-weight: normal!important;
    -webkit-transform: all 0.3s;
    -moz-transform: all 0.3s;
    -ms-transform: all 0.3s;
    -o-transform: all 0.3s;
    transform: all 0.3s;
}
.form-field-style li .ginput_container_radio ul li label:hover {
	border: 1px solid #0171e0;
	color: #0171e0;
}
.form-field-style li .ginput_container_radio ul li input[type="radio"]:checked + label {
	border: 1px solid #0171e0;
	color: #0171e0;
}

.notary-request-form .form-field-style li hr:before {
	right:-27%;
	top:auto;
}

.notary-request-form .form-field-style li .ginput_container_radio ul li input[type="radio"]:checked + label:before,
.form-field-style li .ginput_container_radio ul li:first-child input[type="radio"]:checked + label:before {
    content: "";
    position: absolute;
    bottom: -16px;
    right: 20px;
    border-bottom: 8px solid #0076e0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
}
.repeater-additional-fields .gfield_repeater {
    border: 0;
}
.repeater-additional-fields .gfield_repeater .gfield_repeater_items {
    padding-top: 0!important;
    overflow: hidden;
}
.repeater-additional-fields .gfield_repeater .gfield_repeater_cell {
	margin-top: 0!important;
}
.form-field-style .repeater-additional-fields {
    margin: -15px 0 0!important;
    padding: 15px 0!important;
    border-bottom: 1px solid #d0d7de!important;
    border-top: 2px solid #0171e0!important;
}
.form-field-style .repeater-additional-fields label {
    padding: 0!important;
    margin: 0!important;
    width: 25%;
}
.form-field-style .repeater-additional-fields .ginput_container_email, 
.form-field-style .repeater-additional-fields .ginput_container_text,
.form-field-style .repeater-additional-fields #input_5_1009-0,
.form-field-style .repeater-additional-fields .ginput_complex.ginput_container {
    margin: 0!important;
    width: 75%!important;
}
.form-field-style .repeater-additional-fields #input_5_1009-0 span,
.form-field-style .repeater-additional-fields .ginput_complex.ginput_container span {
	width: 50%;
    padding: 0;
}
.form-field-style .repeater-additional-fields #input_5_1009-0 span input + label,
.form-field-style .repeater-additional-fields .ginput_complex.ginput_container span input + label {
	display: none;
}
.form-field-style .repeater-additional-fields #input_5_1009-0 span:first-child,
.form-field-style .repeater-additional-fields .ginput_complex.ginput_container span:first-child {
	padding-right: 10px;
}
.form-field-style .repeater-additional-fields #input_5_1009-0 span:lash-child,
.form-field-style .repeater-additional-fields .ginput_complex.ginput_container span:last-child {
	padding-left: 10px;
}
.form-field-style .repeater-additional-fields .gfield_repeater_cell {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.form-field-style .repeater-additional-fields .gfield_repeater_buttons button {
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    color: #0171e0;
    font-size: 14px;
    position: relative;
    padding-left: 30px;
    font-family: 'Averta', sans-serif;
     -webkit-appearance: none;
   -moz-appearance:    none;
   -ms-appearance:    none;
   appearance:         none;
   -webkit-transform: translate(160px,0);
   -moz-transform: translate(160px,0);
   -ms-transform: translate(160px,0);
   -o-transform: translate(160px,0);
   transform: translate(160px,0);
}
.form-field-style .repeater-additional-fields .gfield_repeater_buttons button.remove_repeater_item {
	padding-left: 10px;
}
.form-field-style .repeater-additional-fields .gfield_repeater_buttons button:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    background: url(./images/circle-plus.png);
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}
.form-field-style .repeater-additional-fields .gfield_repeater_buttons button.remove_repeater_item:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form-field-style li .ginput_container_radio ul#input_5_29 li:first-child input[type="radio"]:checked + label:before {
    display: none;
}
.form-field-style .repeater-additional-fields .gfield_repeater_buttons button.remove_repeater_item {
	display: none;
	margin-left: 10px;
}
.repeater-additional-fields .gfield_repeater .gfield_repeater_items .gfield_repeater_item:last-child button.remove_repeater_item {
	display: inline-block!important;
}
.repeater-additional-fields .gfield_repeater .gfield_repeater_items .gfield_repeater_item:last-child button.add_repeater_item {
	display: inline-block!important;
}

.form-field-style .repeater-additional-fields .gfield_repeater_buttons button.add_repeater_item {
	display: none;
}
.form-field-style .gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child) {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 0;
}


.form-field-style li > div input::-webkit-input-placeholder {
	color: #7d8c97!important;
}
.form-field-style li > div input::-moz-input-placeholder { 
  color: #7d8c97!important;
}
.form-field-style li > div input::-ms-input-placeholder { 
  color: #7d8c97!important;
}
.form-field-style li > div input:-ms-input-placeholder { 
  color: #7d8c97!important;
}

.form-field-style li > div textarea::-webkit-input-placeholder {
  color: #7d8c97!important;
}

.form-field-style li > div textarea:-moz-placeholder { /* Firefox 18- */
  color: #7d8c97!important;  
}

.form-field-style li > div textarea::-moz-placeholder {  /* Firefox 19+ */
  color: #7d8c97!important;  
}

.form-field-style li > div textarea:-ms-input-placeholder {
  color: #7d8c97!important;  
}

.form-field-style li > div textarea::placeholder {
  color: #7d8c97;  
}
.form-field-style iframe#gform_ajax_frame_1 {
    margin-top: 15px!important;
}
.form-field-style li > div textarea {
	font-size: 13px!important;
	color: #282829;
	font-family: 'Averta', sans-serif;
    font-weight: normal;
    background: #f7fbfe;
    resize: none;
    padding:10px 10px 10px 20px!important;
    height: 130px!important;
}
.form-field-style li > div textarea:focus,
.form-field-style li > div input:focus {
	box-shadow: 0 10px 10px rgba(0,66,131,0.09);
}
.form-field-style .gform_page_footer {
    padding: 0!important;
    margin: 30px 0 0 0!important;
    border: 0!important;
}
.form-field-style .gform_page_footer input[type=button] {
    width: 100%!important;
    margin: 0!important;
    line-height: normal!important;
    background-color: #0171e0;
    font-size: 17px!important;
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 5px;
    height: 56px;
    background-image: url(./images/long-arrow-right.png);
    background-size: 21px;
    background-position: 90% 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: 0 10px 15px rgba(1,113,224,0.25);
}
.form-field-style .gform_page_footer input[type=button]:hover,
.form-field-style .gform_page_footer input[type=button]:focus {
	background-color: #2389ef;
}
.form-field-style .gform_wrapper {
	margin: 0!important;
}
.notary-request-form {
    padding-bottom: 100px;
}
.form-field-style li > div select {
	font-size: 13px!important;
	color: #7d8c97;
	font-family: 'Averta', sans-serif;
    font-weight: normal;
    background-color: #f7fbfe;
    resize: none;
    width: 100%!important;
    margin:0;
    height: 44px;
    padding:10px 10px 10px 20px!important;
    background-image: url(./images/down-arrow.png);
    background-size: 12px;
    background-position: 97% 50%;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}
.form-field-style li.grid-3 > div select {
    background-position: 94% 50%;
}
.notary-request-form form {
    position: relative;
    max-width: 960px!important;
    padding-left: 310px;
    margin: -65px 0 0 0!important;
    padding-top: 125px;
}
.form-field-style li.gsection {
	position: absolute;
}
.form-field-style li.gsection {
    position: absolute;
    left: 0;
    margin: 0!important;
    border: 0;
}
.form-field-style li.gsection h2 {
	font-size: 14px;
	color: #54646f;
	font-weight: 600;
	font-family: 'Averta', sans-serif;
	max-width: 102px;
}
.notary-request-form form .gf_page_steps {
    position: absolute;
    top: 0;
    border: 0;
    padding: 0;
    margin: 0;
    width: auto;
}
.notary-request-form form .gf_step {
    display: inline-block;
    margin: 0;
    height: auto;
    padding: 0 50px;
    opacity: 1!important;
    position: relative;
}
.notary-request-form form .gf_step:first-child {
	padding-left: 0;
}
.notary-request-form form .gf_step + .gf_step {
	padding-right: 0;
}
.notary-request-form form .gf_step + .gf_step:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	bottom: 5px;
	width: 2px;
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(208,215,222,1) 30%, rgba(208,215,222,1) 70%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(208,215,222,1) 30%,rgba(208,215,222,1) 70%,rgba(255,255,255,0) 100%); 
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(208,215,222,1) 30%,rgba(208,215,222,1) 70%,rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.notary-request-form form .gf_step .gf_step_number {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #0457aa;
    font-size: 16px!important;
    color: #69a9e8;
    font-family: 'Averta'!important;
    text-align: center;
    line-height: 2.4;
    font-weight: 600;
    display: inline-block!important;
}
.notary-request-form form .gf_step.gf_step_completed .gf_step_number {
	background: #fff;
	font-size: 0!important;
	position: relative;
}
.notary-request-form form .gf_step.gf_step_completed .gf_step_number:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 9px;
    border-left: 3px solid #0171e0;
    border-bottom: 3px solid #0171e0;
    top: 14px;
    -webkit-transform: rotate(-50deg);
    -moz-transform: rotate(-50deg);
    -ms-transform: rotate(-50deg);
    -o-transform: rotate(-50deg);
    transform: rotate(-50deg);
    left: 12px;
}
.notary-request-form form .gf_step.gf_step_completed .gf_step_label {
	color: #fff;
}

.notary-request-form form .gf_step.gf_step_active .gf_step_number {
	background: #fff;
	color: #0171e0;
}
.notary-request-form form .gf_step .gf_step_label {
	font-size: 16px;
	font-weight: 600;
	color: #8dc3f9;
	font-family: 'Averta', sans-serif;
}
.notary-request-form form .gf_step.gf_step_active .gf_step_label {
	color: #fff;
}
.notary-request-form form .gf_step.gf_step_active:after {
    content: "";
    position: absolute;
    bottom: -46px;
    border-top: 20px solid #0171e0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.form-banner .banner-image-inner {
    height: 250px;
}
.form-banner .inner-page-banner-text {
    top: 40%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-60%);
}
.form-banner .inner-page-banner-text h1 {
    text-transform: capitalize;
    font-size: 50px;
}
.form-banner .inner-page-banner-text p {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: 15px;
}
.form-banner .inner-page-banner-text p a {
	color: #fff;
	text-decoration: underline;
}
.form-field-style li.grid-3 {
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px!important;
}
.form-field-style li.pl-0 {
    padding-left: 0!important;
}
.form-field-style li.pr-0 {
    padding-right: 0!important;
}
.form-field-style li.grid-2 {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px!important;
}
.form-field-style li.pl-0 {
    padding-left: 0!important;
}
.form-field-style li.pr-0 {
    padding-right: 0!important;
}


.notary-request-form .payment-instructions:before {
	content: "";
	position: absolute;
    left: 18px;
    top: 17px;
	width: 30px;
	height: 30px;
	background-image: url(./images/imp.png);
    background-repeat: no-repeat;
}
.notary-request-form .payment-instructions p strong {
    font-size: 16px;
    margin-bottom: 12px;
    display: block;
    font-weight: 700;
}
.notary-request-form .payment-instructions p {
    font-size: 15px;
    color: #497aaa;
    font-weight: 600;
    margin: 0;
    line-height: 24px;
}
.notary-request-form .payment-instructions {
    background: #e5f1fc;
    padding: 20px 20px 20px 55px;
    position: relative;
    border: 2px dashed #cfdfee;
    border-radius: 6px;
    margin: 0 0 30px!important;
}
.form-field-style li .ginput_container_consent input {
	display: none;
}
.form-field-style li .ginput_container_consent label {
	margin: 0;
	padding-left: 30px;
	cursor: pointer;
	text-transform: capitalize;
	position: relative;
}
.form-field-style li .ginput_container_consent label:before {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	border:1px solid #54646f;
}
.form-field-style li .ginput_container_consent input[type="checkbox"]:checked + label:after {
	content: "";
	position: absolute;
	left: 0;
	top: -2px;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	border:1px solid #0171e0;
	background: #0171e0;
}
.ginput_container_consent input[type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 3px;
    width: 13px;
    height: 7px;
    border-left: 2px solid #fff;
    z-index: 1;
    border-radius: 0;
    border-bottom: 2px solid #fff;
    border-top: 0;
    border-right: 0;
    -webkit-transform: rotate(-48deg);
    -moz-transform: rotate(-48deg);
    -ms-transform: rotate(-48deg);
    -o-transform: rotate(-48deg);
    transform: rotate(-48deg);
}
.gform_page_footer input[type=submit] {
    width: 45%!important;
    margin: 0!important;
    background-color: #0171e0;
    font-size: 17px!important;
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    min-height: 56px!important;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    float: right;
    line-height: normal!important;
}
.form-field-style .gform_page_footer input[type=submit]:hover,
.form-field-style .gform_page_footer input[type=submit]:focus {
	background-color: #2389ef;
}
.form-field-style li > div.ginput_container_date img {
    position: absolute;
    width: 20px!important;
    height: 20px!important;
    right: 15px;
    top: 12px;
    cursor: pointer;
    pointer-events: none;
}
.form-field-style li > div.ginput_container_date:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    border-left: 1px solid #d0d7de;
    right: 50px;
}
.form-field-style li#field_3_39 > div.ginput_container_text:before {
    content: "";
    position: absolute;
    top: 5px;
    bottom: 5px;
    border-left: 1px solid #d0d7de;
    right: 50px;
}
.form-field-style li#field_3_39 > div.ginput_container_text img {
    position: absolute;
    width: 20px!important;
    height: 20px!important;
    right: 15px;
    top: 12px;
    cursor: pointer;
    pointer-events: none;
}

.form-field-style .gform_page_footer input[type=button].gform_previous_button {
    width: 28%!important;
    background-color: transparent;
    font-size: 16px!important;
    color: #363636;
    background-image: url(./images/black-arrow.png);
    background-size: 18px;
    background-position: 6px 50%;
    background-repeat: no-repeat;
    padding: 10px;
    min-height: 56px!important;
    box-shadow: none;
}
.form-field-style .gform_page_footer input[type=button].gform_previous_button:hover,
.form-field-style .gform_page_footer input[type=button].gform_previous_button:focus {
	background-color: transparent;
	color: #0171e0;
}
/*.wickedpicker__controls__control-up:before {
    content: ""!important;
    background-image: url(./images/arrow-up.png);
    width:20px!important;
    height: 20px!important;
}*/
/*Notary Request Form Css End*/

/*Notary Single Post Css*/
.blog-single-page {
    padding: 80px 0 170px;
    position: relative;
}
.blog-single-page:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(245,249,254,0.75) 54%, rgba(245,249,254,1) 72%);
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(245,249,254,0.75) 54%,rgba(245,249,254,1) 72%);
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(245,249,254,0.75) 54%,rgba(245,249,254,1) 72%);
}
.blog-single-page:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 80px;
    background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(245,249,254,0.75) 54%, rgba(245,249,254,1) 72%);
    background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(245,249,254,0.75) 54%,rgba(245,249,254,1) 72%);
    background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(245,249,254,0.75) 54%,rgba(245,249,254,1) 72%);
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.post-info > ul {
	margin: 0 -15px;
}
.post-info > ul > li {
    display: inline-block;
    padding:0 15px;
    width: 50%;
    margin: 0 -2px;
    vertical-align: bottom;
}
.post-info > ul > li:first-child {
    width: 50%;
}
.post-info > ul > li .post-thumbnail {
    margin: 0;
    overflow: hidden;
}
.post-info > ul > li .post-thumbnail img {
    display: block;
    max-width: initial;
    min-width: 100%;
    min-height: 100%;
}
.post-info > ul > li .category a {
    font-size: 11px;
    text-transform: uppercase;
    background: #e21a22;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 2px 10px;
    font-family: 'Averta', sans-serif;
}
.post-info > ul > li .entry-title {
    font-size: 40px;
    color: #021a4a;
    font-weight: 700;
    line-height: initial;
    font-family: 'Averta', sans-serif;
    margin: 5px 0;
}
.post-info > ul > li .author {
    font-size: 12px;
    color: #0171e0;
    font-family: 'Averta', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
.post-info > ul > li .author a {
	color: #0171e0;
}
.post-info > ul > li .author span {
	color: #989da2;
 }
.post-info > ul > li .share {
    margin: 20px 0 5px;
}
.post-info > ul > li .share span {
	font-size: 12px;
	color: #989da2;
	margin-right: 10px;
	font-weight: 600;
	font-family: 'Averta', sans-serif;
	vertical-align: middle;
}
.post-info > ul > li .share div {
	display: inline-block;
	vertical-align: middle;
}
.post-info > ul > li .share div i {
	width: 26px!important;
	height: 26px!important;
}
.post-content-info {
    padding-top: 35px;
}
.post-content-info > ul > li {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    margin: 0 -2px;
}
.post-content-info > ul > li:first-child {
    width: 30%;
}
.post-content-info .se-all-articles {
    margin-top: 24px;
}
.post-content-info .se-all-articles a {
    font-size: 20px;
    color: #021a4a;
    font-weight: 700;
    font-family: 'Averta', sans-serif;
    max-width: 80px;
    display: inline-block;
    line-height: 20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.post-content-info .se-all-articles a:hover {
	color: #0171e0;
}

.post-content-info .se-all-articles a svg {
	display: block;
	margin-top: 12px;
}
.post-content-info > ul > li .entry-content p {
    font-size: 15px;
    color: #434649;
    font-family: 'Averta', sans-serif;
    font-weight: normal;
    margin: 20px 0 0;
    line-height: 24px;
}
.post-content-info > ul > li .entry-content p:first-child {
	margin-top: 0;
}
.post-content-info > ul > li .entry-content h2 {
    font-size: 25px;
    color: #021a4a;
    font-weight: 700;
    margin: 40px 0 10px;
    font-family: 'Averta', sans-serif;
}
.post-content-info > ul > li .entry-content h2 + p {
	margin-top: 0;
}
.post-content-info > ul > li .entry-content blockquote {
    padding-left: 30px!important;
    border-left: 8px solid #0171e0!important;
    margin: 35px 0;
}
.post-content-info > ul > li .entry-content blockquote p {
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    font-size: 17px;
    color: #0171e0;
    font-style: normal;
    line-height: 25px;
}
.post-content-info > ul > li .entry-content h3,
.post-content-info > ul > li .entry-content h4,
.post-content-info > ul > li .entry-content h5,
.post-content-info > ul > li .entry-content h6,
.post-content-info > ul > li .entry-content ul li,
.post-content-info > ul > li .entry-content a {
	font-family: 'Averta', sans-serif;
}
.post-content-info > ul > li .entry-content ul li,
.post-content-info > ul > li .entry-content a {
	color: #434649;
}
.post-content-info > ul > li .entry-content h3,
.post-content-info > ul > li .entry-content h4,
.post-content-info > ul > li .entry-content h5,
.post-content-info > ul > li .entry-content h6 {
	color: #021a4a;
}

.blog-single-inner .post-navigation {
    margin: 60px 0 0;
    overflow: hidden;
}
.blog-single-inner .post-navigation .nav-links {
    padding: 20px 0;
    margin: 0 0!important;
    width: 70%;
    float: right;
    border-top: 1px solid #c2c8d3;
    border-bottom: 1px solid #c2c8d3;
}
.blog-single-inner .post-navigation .nav-links .nav-subtitle {
	margin-bottom: 0;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: normal;
	font-family: 'Averta', sans-serif;
}
.blog-single-inner .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
    max-width: 290px;
}
.blog-single-inner .post-navigation .nav-previous {
    max-width: 290px;
}


.blog-single-inner .post-navigation .nav-next a,
.blog-single-inner .post-navigation .nav-next a .nav-title,
.blog-single-inner .post-navigation .nav-previous a,
.blog-single-inner .post-navigation .nav-previous a .nav-title {
	font-size: 13px;
	color: #001a49;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Averta', sans-serif;
	display: block;
	position: relative;
 }
 .blog-single-inner .post-navigation .nav-previous a {
 	padding-left: 50px;
 }
.blog-single-inner .post-navigation .nav-previous a:before {
    content: "";
    position: absolute;
    background: url(./images/c-arrow.png);
    background-repeat: no-repeat;
    width: 38px;
    height: 36px;
    left: 0;
    top: 50%;
    -webkit-transform: rotateY(180deg)translate(0,-50%);
    -moz-transform: rotateY(180deg)translate(0,-50%);
    -ms-transform: rotateY(180deg)translate(0,-50%);
    -o-transform: rotateY(180deg)translate(0,-50%);
    transform: rotateY(180deg)translate(0,-50%);
}
.blog-single-inner .post-navigation .nav-previous a:hover:before {
    background: url(./images/c-arrow.png);
    background-position: right;
}
.blog-single-inner .post-navigation .nav-next a {
	padding-right: 50px;
}
.blog-single-inner .post-navigation .nav-next a:before {
    content: "";
    position: absolute;
    background: url(./images/c-arrow.png);
    background-repeat: no-repeat;
    width: 38px;
    height: 36px;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.blog-single-inner .post-navigation .nav-next a:hover:before {
    background: url(./images/c-arrow.png);
    background-position: right;
}
.blog-single-inner .post-navigation .nav-next a:hover,
.blog-single-inner .post-navigation .nav-next a:hover .nav-title,
.blog-single-inner .post-navigation .nav-previous a:hover,
.blog-single-inner .post-navigation .nav-previous a:hover .nav-title {
	color: #0171e0;
}
.blog-single-inner .post-navigation .nav-title-icon-wrapper {
	display: none;
}

.blog-single-inner .post-navigation a:hover,
.blog-single-inner .post-navigation a:focus,
.blog-single-inner .post-navigation a:hover .nav-title,
.blog-single-inner .post-navigation a:focus .nav-title {
	-webkit-box-shadow:inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0)!important;
	box-shadow: inset 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0)!important;
}
.form-field-style li hr {
    margin: 50px 0;
    background: transparent;
}
.form-field-style li hr:before {
    content: "";
    position: absolute;
    left: 0;
    right: -27%;
    top: 52%;
    background: #e8eaec;
    height: 1px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.form-field-style form#gform_5 li hr:before {
    top: 48.4%;
}
.form-field-style #field_5_1004.repeater-additional-fields .gfield_repeater_items .gfield_repeater_cell:not(:first-child),
.form-field-style #field_5_1008.repeater-additional-fields .gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
    padding-top: 15px;
}
.form-field-style #field_5_1004.repeater-additional-fields label {
    padding: 0 20px 0 0!important;
    width: 30%;
}
.form-field-style #field_5_1004.repeater-additional-fields .ginput_container_text,
.form-field-style #field_5_1004.repeater-additional-fields .ginput_container_email {
	width: 70%!important;
}
.form-field-style #field_5_1004.repeater-additional-fields .gfield_repeater_buttons button {
    -webkit-transform: translate(194px,0);
    -moz-transform: translate(194px,0);
    -ms-transform: translate(194px,0);
    -o-transform: translate(194px,0);
    transform: translate(194px,0);
}
/*Notary Single Post Css End*/

/*Individual state page css start*/

.individual-state-banner .inner-page-banner-text h1 {
	position: relative;
}
.individual-state-banner .inner-page-banner-text h1:after {
    content: "";
    position: absolute;
    left: 45%;
    top: -105px;
    background: url(./images/c-map-top.png);
    background-repeat: no-repeat;
    width: 120px;
    height: 110px;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.individual-state-banner .inner-page-banner-text h1:before {
    content: "";
    position: absolute;
    left: 53%;
    bottom: -119px;
    background: url(./images/c-map-btm.png);
    background-repeat: no-repeat;
    width: 156px;
    height: 120px;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.individual-state-banner .inner-page-banner-text h1 {
	position: relative;
}
.individual-state-banner .inner-page-banner-text .state-page-title {
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    min-height: 360px;
}
.individual-state-banner .inner-page-banner-text .state-page-title h1 {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.individual-state-banner .inner-page-banner-text .state-page-title h1:before,
.individual-state-banner .inner-page-banner-text .state-page-title h1:after {
    content: none;
    display: none;
}
.individual-state-banner .inner-page-banner-text .state-hero-title  {
	text-align: center;
}
.individual-state-banner .inner-page-banner-text .state-page-title h1 {
	line-height: 1.1;
}
.state-hero-title img {
	position: relative;
}
.individual-state-banner .inner-page-banner-text .state-hero-title h1:before,
.individual-state-banner .inner-page-banner-text .state-hero-title h1:after {
    content: none;
    display: none;
}

.individual-welcome-sec {
	padding: 75px 0 60px;
	background: #f5f9fe;
}

.individual-welcome-sec .btn-blue {
	color: #fff;
    padding: 20px 20px 19px 20px;
    vertical-align: top;
    font-weight: 700;
	font-size: 14px;
    font-family: 'Averta', sans-serif;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5;
    border-radius: 4px;
    margin-top: 24px;
	margin-left: 10px;
}

.text-right {
    text-align: right;
}
.individual-welcome-inner {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: start;
}
.individual-welcome-left {
    width: 40%;
    padding-right: 50px;
}
.individual-welcome-right {
    width: 60%;
}
.individual-welcome-right p {
	font-size: 17px;
	line-height: 30px;
	color: #252525;
	font-family: 'Averta', sans-serif;
	margin: 0;
}
.individual-welcome-right p + p {
    margin-top: 15px;
}
.individual-welcome-right a.fill-btn,
.individual-agent-left a.fill-btn {
    font-size: 14px;
    padding: 14px 20px;
}
.individual-notary-fact {
	padding: 85px 0 60px;
}
.individual-notary-fact .section-title2 h2 {
    margin: 0;
}
.individual-notary-fact .section-title2 p {
	font-size: 16px;
	color: #252525;
	font-weight: normal;
	font-family: 'Averta', sans-serif;
	margin: 5px 0 0;
}
.individual-fact-info {
    margin-top: 40px;
}
.individual-fact-info ul {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.individual-fact-info ul li {
    width: 33.3%;
    padding: 60px 15px 0;
    margin-bottom: 25px;
}
.fact-card {
    text-align: center;
    background: #f7f7f7;
    height: 100%;
    border-radius: 10px;
    padding: 50px 30px 25px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}
.fact-card h4 {
	font-size: 17px;
	color: #182c53;
	text-transform: uppercase;
	margin: 12px 0;
	font-weight: 900;
	font-family: 'Averta', sans-serif;
}
.fact-card p {
	font-size: 14px;
	color: #021a4a;
	margin:0;
	line-height: 22px;
	font-weight: normal;
	font-family: 'Averta', sans-serif;
}
.fact-card span {
    display: inline-block;
    margin-top: -40px;
    position: relative;
}
.fact-card span {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -56px;
    width: 105px;
    height: 105px;
    background: #f7f7f7;
    z-index: 1;
    border-radius: 50%;
    margin: 0 auto;
    padding: 14px;
    overflow: hidden;
}
.fact-card span img {
	position: relative;
    z-index: 1;
}
.fact-card:hover {
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}
.individual-agent-sec {
	padding: 135px 0 100px;
	background-image: url(./images/agent-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.individual-agent-inner {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: start;
}
.individual-agent-left {
    width: 40%;
}
.individual-agent-right {
    width: 60%;
    padding-left: 65px;
}
.individual-agent-right ol {
    padding-left: 17px;
    font-size: 16px;
}
.individual-agent-right p + ol {
    padding-top: 20px;
}
.individual-agent-right ol li {
    margin-top: 10px;
}
.individual-agent-left p:first-of-type:not(.normal-text) {
    margin: 0 0 5px;
    font-size: 20px;
    color: #021a4a;
    line-height: normal;
    font-family: 'Averta', sans-serif;
    font-weight: 700;
}
.individual-agent-left p:not(first-of-type) {
    font-weight: normal;
    font-family: 'Averta', sans-serif;
    font-size: 16px;
    color: #021a4a;
    line-height: 27px;
}
.individual-agent-right p + p > .fill-btn {
    margin-top: 0;
}
.individual-agent-left ol {
    margin: 0;
    list-style-type: none;
    counter-reset: section;
}
.individual-agent-left ol li:before {
    content: "";
    counter-increment: section;
    content: counter(section) ".";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: 700;
}
.individual-agent-left ol li {
    font-size: 16px;
    color: #021a4a;
    font-weight: normal;
    font-family: 'Averta', sans-serif;
    padding-left: 15px;
    position: relative;
}
.individual-agent-left ol li + li {
	margin-top: 7px;
}
.individual-agent-right p {
    margin: 0;
    font-weight: normal;
    font-family: 'Averta', sans-serif;
    font-size: 16px;
    color: #021a4a;
    line-height: 27px;
}
.individual-agent-right p + p {
	margin-top: 30px;
}
.about-comprehensive-sec.individual-notary-services {
    padding: 100px 0 50px;
    background-image: url(./images/patter-bg.png);
}
.individual-healthcare-sec .networkright {
    padding: 40px 0 40px 45px;
}

.individual-healthcare-sec h2 {
    font-weight: 700;
    font-size: 35px;
    margin: 0 0 14px;
}

/*Individual state page css end*/
.popup-enquiry-form,
.popup-enquiry-form-finder {
    display: none;
}
li {
    font-weight: 400;
    font-family: 'Averta', sans-serif;
}
.blog-content li {
    margin-bottom: 10px;
    color: #414753;
    font-size: 15px;
    line-height: 26px;
}
.post-info.no-thumbnail > ul > li:first-child {
    width: 100%;
}
.about-the-author h2 {
    font-size: 25px;
    color: #021a4a;
    font-weight: 700;
    margin: 40px 0 20px;
    font-family: 'Averta', sans-serif;
}
.about-author-main {
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: start;
    flex-wrap: wrap;
}
.author-image {
    width: 20%;
}
.author-description-box {
    width: 80%;
    padding-left: 30px;
}
.author-description-box h3 {
    margin: 0;
    font-size: 23px;
    color: #393939;
    text-transform: capitalize;
    font-family: 'Averta', sans-serif;
    font-weight: 700;
}
.author-description-box p {
	margin: 0;
    font-size: 15px;
    color: #434649;
    font-family: 'Averta', sans-serif;
    font-weight: normal;
}
.author-content-inner {
	font-size: 15px;
	color: #434649;
	margin: 10px 0;
	font-family: 'Averta', sans-serif;
    font-weight: normal;
}
.about-author-main .read-more-button a {
	font-size: 15px;
	color: #0171e0;
	font-weight: 600;
	font-family: 'Averta', sans-serif;
	text-transform: uppercase;
}
.inner-page-banner.author-banner {
    min-height: 250px;
}
.inner-page-banner.author-banner .inner-page-banner-text h1 {
	font-size: 50px;
}
.author-description-box .author-education h3, .author-description-box .author-experience h3 {
    margin: 20px 0;
    font-size: 15px;
    color: #161616;
    font-family: 'Averta', sans-serif;
    font-weight: 600;
}

/*Notary Fee Page Css Start*/

.notary-fee-main {
    padding: 50px 0 180px;
    position: relative;
}
.notary-fee-main:before {
	content: "";
	position:absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100px;
	background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(245,249,254,0.75) 54%, rgba(245,249,254,1) 72%);
	background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(245,249,254,0.75) 54%,rgba(245,249,254,1) 72%);
	background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(245,249,254,0.75) 54%,rgba(245,249,254,1) 72%); 
}
.notary-fee-info {
    background: #e5f1fc;
    padding: 18px 19px 18px 70px;
    position: relative;
    border: 2px dashed #cfdfee;
    border-radius: 6px;
    font-size: 17px;
    color: #5485b6;
    font-weight: 600;
    line-height: 24px;
    max-width: 65%;
    margin: 0 auto 20px;
    display: block;
    width: 100%;
    -webkit-transform: translate(14%,0);
    -moz-transform: translate(14%,0);
    -ms-transform: translate(14%,0);
    -o-transform: translate(14%,0);
    transform: translate(14%,0);
}
.notary-fee-info:before {
    content: "";
    position: absolute;
    left: 30px;
    top: 17px;
    width: 30px;
    height: 30px;
    background-image: url(./images/imp.png);
    background-repeat: no-repeat;
}

.notary-fee-inner {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
    align-items: start;
    flex-wrap: wrap;
}
.notary-fee-left {
    width: 18%;
    margin-top: 5px;
}
.notary-fee-right {
    width: 82%;
    padding: 0 100px;
}
.notary-fee-left li + li {
	margin-top: 5px;
}
.notary-fee-left li {
	text-align: right;
}
.notary-fee-left li a {
    font-size: 15px;
    font-weight: normal;
    display: inline-block;
    background: transparent;
    position: relative;
    text-transform: capitalize;
    padding: 5px 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    font-family: 'Averta', sans-serif;
}
.notary-fee-left li a:hover {
	color: #0171e0;
}
.notary-fee-left li.tab-active a {
	background: #0171e0;
	font-weight: 600;
	color: #fff;
}
.notary-fee-left li.tab-active a:before {
    content: "";
    position: absolute;
    right: -13px;
    border-left: 13px solid #0171e0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    top: 0;
    bottom: 0;
}
.tabs-stage h3 {
    font-size: 25px;
    color: #0171e0;
    font-family: 'Averta', sans-serif;
    margin: 0;
    font-weight: 700;
}
.tabs-stage p {
    font-family: 'Averta', sans-serif;
    font-size: 15px;
    color: #676767;
    line-height: 28px;
    font-weight: normal;
}
.tabs-stage h2, .tabs-stage h6 {
	font-family: 'Averta', sans-serif;
}
.tabs-stage h4 {
    font-size: 20px;
    color: #252525;
    margin: 0;
    font-family: 'Averta', sans-serif;
    font-weight: 700;
}
.tabs-stage h5 {
    font-size: 15px;
    color: #252525;
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    margin: 0;
    line-height: 28px;
}
.tabs-stage ol {
	counter-reset: section;
	list-style-type: none;
}
.tabs-stage ol li {
	padding-left: 22px;
	position: relative;
	font-size: 15px;
	color: #676767;
	line-height: 27px;
	margin-top: 5px;
	font-weight: normal;
	font-family: 'Averta', sans-serif;
}
.tabs-stage ol li:before {
    content: counter(section) '.';
    counter-increment: section;
    position: absolute;
    left: 0;
    top: 0;
}
.tabs-stage hr {
	margin:50px 0;
	background: #e7e7e7;
}
.tabs-stage ul li {
    padding-left: 18px;
    position: relative;
    font-size: 15px;
    color: #676767;
    line-height: 27px;
    margin-top: 5px;
    font-weight: normal;
    font-family: 'Averta', sans-serif;
}
.tabs-stage ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    background: #676767;
    border-radius: 50%;
}
.tabs-stage a {
	color: #127be2;
}
.notary-fee-banner .inner-page-banner-text {
    max-width: 590px;
}
/*Notary Fee Page Css End*/

/*Find Notary Pop Up Page Css Start*/
.close-modal {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}
.close-modal:after {
    content: "";
    position: absolute;
    left: 14px;
    height: 100%;
    width: 3px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.close-modal:before {
    content: "";
    position: absolute;
    left: 14px;
    height: 100%;
    width: 3px;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 0 15px rgba(0,0,0,0.6);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.popup-enquiry-form,
.signing-agent-form,
.popup-enquiry-form-finder {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
    background-color: rgba(0,0,0,0.5);
    width: 100vw;
    height: 100vh;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    pointer-events: none;
    padding: 20px;
}
.popup-enquiry-form > div, 
.signing-agent-form > div,
.popup-enquiry-form-finder > div {
    display: block;
    max-width: 630px;
    margin: 2% auto 0;
    background-color: #0171e0;
    background-image: url(./images/patter-bg.png);
    background-repeat: no-repeat;
    padding: 40px 70px;
    z-index: 99;
    position: relative;
    -webkit-transform: translate(0,-50px);
    -moz-transform: translate(0,-50px);
    -ms-transform: translate(0,-50px);
    -o-transform: translate(0,-50px);
    transform: translate(0,-50px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.modal-open,
.modal-open-finder,
.r-modal-open {
    overflow: hidden;
}
.modal-open .popup-enquiry-form, 
.modal-open-finder .popup-enquiry-form-finder, 
.r-modal-open .signing-agent-form 
{
    opacity: 1;
    overflow-x: hidden;
    overflow-y: auto;
    pointer-events: all;
}
.modal-open .enquiry-form-main,
.modal-open-finder .enquiry-form-main,
.r-modal-open .enquiry-form-main {
    transform: none;
}
.enquiry-form-main .gform_heading {
    margin: 0!important;
}
.enquiry-form-main .gform_heading h3 {
    color: #fff;
    margin: 0!important;
    text-transform: uppercase;
    font-weight: 600!important;
    font-family: 'Averta', sans-serif;
    text-align: center;
    font-size: 32px!important;
}
.signing-agent-form .enquiry-form-main .gform_heading h3 {
    font-size: 28px!important;
}
.enquiry-form-main .gform_wrapper .top_label label {
    color: #fff;
    font-weight: normal;
    font-size: 16px!important;
    font-family: 'Averta', sans-serif;
    margin: 0;
    line-height: normal;
}
.enquiry-form-main .gform_wrapper .top_label div.ginput_container {
    margin-top: 4px;
}
.enquiry-form-main .gform_wrapper .top_label div.ginput_container input, .enquiry-form-main .gform_wrapper .top_label div.ginput_container textarea {
    height: 50px;
    border-radius: 0;
    width: 100%!important;
    border: 0;
    font-size: 16px!important;
    padding: 6px 15px!important;
    color: #242424;
}
.enquiry-form-main .gform_wrapper .top_label div.ginput_container textarea {
	height: 118px!important;
}
.enquiry-form-main form ul li {
    padding: 0!important;
    width: 100%!important;
    margin-right: 0!important;
    margin-top: 10px!important;
    max-width: calc(100% - 0px)!important;
}
.enquiry-form-main .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0px)!important;
}
.enquiry-form-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, 
.enquiry-form-main .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0!important;
}
.enquiry-form-main .gform_wrapper .gfield_required {
    color: #fff;
}
.enquiry-form-main  .gform_wrapper span.gform_description {
    width: calc(100% - 0px);
    margin-bottom: 15px;
    font-size: 15px;
    color: #fff;
    text-align: center;
    font-family: 'Averta', sans-serif;
}
.enquiry-form-main .gform_wrapper div.validation_error {
    text-align: center!important;
}
.enquiry-form-main .gform_wrapper {
    margin: 0;
}
.enquiry-form-main .gform_wrapper .gform_footer {
    padding: 0;
    margin: 40px 0 0;
}
.enquiry-form-main.custom-field-style .gform_wrapper .gfield_error .gfield_label {
    color: #ffffff;
    font-family: 'Averta', sans-serif;
}
.enquiry-form-main .gform_wrapper .gform_footer input[type="submit"] {
    background: #e21a22;
    text-transform: uppercase;
    max-width: 364px;
    width: 100%;
    margin: 0 auto!important;
    display: block;
    padding: 10px 10px;
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    font-size: 21px;
    height: 65px;
    min-height: inherit!important;
    line-height: normal!important;
    border-radius: 6px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.enquiry-form-main .gform_wrapper .gform_footer input[type="submit"]:hover {
	background: #c11920;
}
.author-content-inner div {
    margin-bottom: 10px;
}
.form-field-style li.gsection.l-title h2 {
    max-width: 155px;
}
.custom-field-style .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: calc(100% - 0px)!important;
}
.main-navigation li li {
	padding: 0;
}
.service-section.join-network-sec p a {
    color: #0076e0;
}
.about-comprehensive-sec .section-title2 p a {
    color: #fff;
    text-decoration: underline;
}
.enquiry-form-main.custom-field-style .validation_error, 
.enquiry-form-main.custom-field-style .gform_wrapper .validation_message {
    color: #fff!important;
}
.service-sapcing {
    margin-top: 135px;
}
.img-service {
    max-width: 500px;
    display: inline-block;
}
/*Find Notary Pop Up Page Css Start*/

.hidden { display: none!important; }

/*Signing Agent Registration Page Css Start*/

.registration-form-sec .gform_wrapper {
    max-width: 600px;
    margin: 0 auto!important;
    padding: 50px 0 90px;
}
.registration-form-sec .gform_heading {
    text-align: center;
    font-size: 30px;
    color: #0076df;
    font-family: 'Averta', sans-serif;
    font-weight: 700;
    margin: 0 0 50px;
}
.registration-form-sec .gform_footer input[type=submit] {
	width: 100%!important;
    margin: 0!important;
    line-height: normal!important;
    background-color: #0171e0;
    font-size: 17px!important;
    font-family: 'Averta', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 5px;
    height: 56px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: 0 10px 15px rgba(1,113,224,0.25);
}
.registration-form-sec .gform_footer input[type=submit]:hover,
.registration-form-sec .gform_footer input[type=submit]:focus {
	background-color: #2389ef;
}
body img.gform_ajax_spinner {
    display: block!important;
    width: 30px!important;
    margin: 10px auto 0!important;
}

/*Signing Agent Registration Page Css End*/

/*Custom media query start*/


@media (max-width: 1367px) {
	.rightmenu ul li a {
	    font-size: 16px;
	}
	span.contact-no img {
	    margin: 0 1px;
	    max-width: 12px;
	}
	.rightmenu li + li {
	    margin-left: 10px;
	}
	.rightmenu ul li + li a {
	    padding: 7px 23px;
	    font-size: 13px;
	}
	.menu-main {
	    justify-content: space-between;
	}
	.banner-image img {
	    left: 30%;
	}
	.bannertext-inner .banner-list ul li + li {
	    margin-top: 10px;
	}
	.site-footer a img[title="logo"] {
	    max-width: 200px;
	}
	.bannertext-inner .banner-list {
	    margin: 30px 0 60px;
	}
	.not-found .banner-image-inner {
	    height: 740px;
	}

	.form-field-style li hr:before {
	    right: -20%;
	}
	.logoleft a {
	    max-width: 220px;
	    display: inline-block;
	}
	.rightmenu ul li + li a {
	    padding: 7px 12px;
	}
	.service-section.how-work-sec {
	    padding-top: 50px;
	}
	.attorney-notary-experienced-image span {
	    left: 10px;
	}
	.main-navigation a {
	    font-size: 13px;	
	}
	.individual-healthcare-sec .networkright {
	    padding: 47px 9px 47px 50px;
	}
	.popup-enquiry-form > div, .signing-agent-form > div {
	    max-width: 550px;
        margin: 3% auto 0;
        padding: 30px 40px;
	}
	.enquiry-form-main .gform_heading h3 {
	    font-size: 28px!important;
	}
	.enquiry-form-main .gform_wrapper span.gform_description {
	    margin-bottom: 20px;
	    font-size: 14px;
	}
	.enquiry-form-main .gform_wrapper .top_label label {
	    font-size: 14px!important;
	}
	.enquiry-form-main .gform_wrapper .top_label div.ginput_container input, 
	.enquiry-form-main .gform_wrapper .top_label div.ginput_container textarea {
	    height: 40px;
	    font-size: 15px!important;
	}
	.enquiry-form-main .gform_wrapper .gform_footer input[type="submit"] {
	    max-width: 324px;
	    font-size: 18px;
	    height: 55px;
	}
	.enquiry-form-main .gform_wrapper .top_label div.ginput_container textarea {
	    height: 100px!important;
	}
	
}

@media (max-width: 1281px) {
	.logoleft a {
	    max-width: 200px;
	}
	.main-navigation li {
	    padding: 0 10px;
	}
	#menu-footer-services li {
	    width: 50%;	
	}
	.menu-footer-about-menu-container a {
	    font-size: 16px;
	}
	.site-footer h4, .site-footer h4 a {
		font-size: 16px;
	}
}

@media (max-width: 1199px) {
	.logoleft a {
	    max-width: 200px;
	}
	.main-navigation a {
	    font-size: 13px;
	}
	.main-navigation li {
		border: 0;
	    padding-right: 0;
	}
	.main-navigation ul#top-menu > li + li {
	    padding-left: 26px;
	}
	span.contact-no img {
	    max-width: 9px;
	}
	.rightmenu ul li a {
	    font-size: 13px;
	}
	.rightmenu ul li + li a {
	    padding: 7px 12px;
	    font-size: 11px;
	}
	.rightmenu ul li a small {
	    font-size: 10px;
	}
	.banner-text {
	    top: 52%;
	    -webkit-transform: translate(0,-52%);
	    -moz-transform: translate(0,-52%);
	    -ms-transform: translate(0,-52%);
	    -o-transform: translate(0,-52%);
	    transform: translate(0,-52%);
	}
	.baner-column {
	    padding: 0 15px;
	}
	.bannertext-inner h1 {
	    font-size: 40px;
	}
	.bannertext-inner .banner-list {
	    margin: 30px 0 40px;
	}
	.bannertext-inner .banner-list ul li + li {
	    margin-top: 5px;
	}
	.bannertext-inner .banner-list ul li {
	    font-size: 15px;
	    padding-left: 20px;
	}
	.bannertext-inner .banner-list ul li:before {
	    top: 12px;
	    width: 6px;
	    height: 6px;
	    border-radius: 50%;
	}
	.banner-btn a {
	    font-size: 15px;
	}
	.banner-btn a small {
	    font-size: 13px;
	}
	.home-banner, .banner-image {
	    min-height: 635px;
	}

	.column-box h5 {
	    font-size: 16px;
	}
	.column-box {
	    padding-left: 50px;
	}
	.navigation-top {
	    width: 49%;
	    margin-top: 20px;
	    text-align: right;
	}
	.navigation-top .main-navigation {
	    width: 100%;
	    margin-left: 0;
	}
	.navigation-top .main-navigation .menu-main-menu-container > ul {
	    display: inline!important;
	}
	.menu-main {
	    flex-wrap: wrap-reverse;
	}
	.rightmenu {
	    width: 100%;
	    text-align: right;
	}
	.logoleft {
	    margin-top: -30px;
	}
	.home .site-header.inner-page-header,
	.site-header.inner-page-header {
	    top: 0;
	    padding: 15px 0;
	    margin: 0 auto;
	    background: rgba(255,255,255,0.4);
	    box-shadow: 0 0 30px rgba(255,255,255,0.4);
	}
	.home .site-header.inner-page-header.fixed-header, 
	.site-header.inner-page-header.fixed-header {
	    padding: 15px 0;
	}
	.service-section.why-superior-sec {
	    padding: 60px 0;
	}
	.service-section.how-work-sec {
	    padding-top: 50px;
	}
	.service-section.how-work-sec .col-half + .col-half {
	    padding-top: 0;
	}
	.service-section h2, .service-section.how-work-sec h2 {
	    font-size: 35px;
	}
	.banner-image img {
	    left: 0;
	    top: 50%;
	    -webkit-transform: translate(-40%,-50%);
	    -moz-transform: translate(-40%,-50%);
	    -ms-transform: translate(-40%,-50%);
	    -o-transform: translate(-40%,-50%);
	    transform: translate(-40%,-50%);
	}
	.suprior-video {
	    max-width: 740px;
	}
	.suprior-video .play-icon {
	    max-width: 16%;
	}
	.contact-area {
	    padding: 90px 15px;
	}
	.footer-column:first-child {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 30px;
	}
	.footer-column {
	    float: left;
	    width: 25%;
	    padding: 0 10px;
	}
	.footer-column:nth-child(2) {
	    width: 50%;
	}
	#menu-footer-services li:nth-child(even) {
	    padding-left: 15px;
	}
	footer {
	    padding-top: 50px;
	}
	ul.social-icon {
	    margin-bottom: 20px;
	}
	.not-found .banner-image-inner {
	    height: 640px;
	}
	.inner-page-banner.not-found .inner-page-banner-text > img {
	    max-width: 320px;
	}
	.not-found .inner-page-banner-text h1 {
	    font-size: 50px;
	}
	.not-found .inner-page-banner-text p {
	    margin: 0 0 20px;
	    font-size: 14px;
	}
	.custom-field-style .gform_wrapper .validation_message {
	    font-size: 12px;
	}
	.faq-content-area {
	    padding: 85px 15px;
	}
	.about-travlling-info h6 {
	    font-size: 16px;
	}
	.about-travlling-info p {
	    font-size: 14px;
	    margin: 20px 0;
	}
	.about-travlling {
	    padding: 70px 0;
	}
	.about-travlling-video:before {
	    width: 80%;
	    height: 90%;	
	}
	.flexible-service-sec {
	    padding: 70px 0;
	}
	.about-comprehensive-sec {
	    padding: 90px 0 50px;
	}
	.network-sec {
	    padding: 120px 0 100px;
	}
	.section-title2 h2, .network-info .section-title h2 {
	    font-size: 35px;
	}
	.custom-section-style {
		margin: 0;
	}
	.custom-section-style .custom-subsection {
	    padding: 0 15px;
	}
	.attorney-notary-we-travel-content {
	    margin-top: 95px;
	}
	.attorney-notary-experienced-image:before {
	    top: 45px;
	    left: -10px;
	    height: 100%;
	}
	.attorney-notary-experienced-image span {
	    left: 73px;
	    top: 95%;
	    max-width: 310px;
	}
	.attorney-notary-we-travel-image:before {
	    right: -10px;
	    height: 100%;
	}
	.attorney-service-card > div .card-content h4 {
	    font-size: 13px;
	}
	.get-started-sec {
	    padding: 90px 0;
	}
	.custom-section-style .custom-subsection .section-title h2 {
	    font-size: 35px;
	}
	.search-notary-main {
	    padding: 30px;
	}
	.search-notary-main ul li + li {
	    margin-left: 0;
	}
	.search-notary-main select, .search-notary-main input {
	    min-width: inherit;
	}
	.search-notary-main .search-notary-right input {
	    min-width: inherit;
	}
	.search-notary-main .search-notary-right ul li + li {
		text-align: right;
	}
	.search-notary-left .search-heading {
	    font-size: 1.6vw;
	}
	.loctate-anywhere-left .section-title h2 {
	    font-size: 35px;
	}
	.locate-travlling-video:before {
	    width: 90%;
	    height: 86%;
	}
	.locate-travlling-content {
	    margin: 0;
	    align-items: flex-start;
	}
	.locate-notary-services ul {
	    margin: 0;
	}
	.locate-notary-services ul li {
	    width: 33%;
	    padding: 0 10px;
	}
	.locate-anywhere-inner {
	    margin: 0;
	}
	.loctate-anywhere-right img {
	    margin-left: 0;
	    width: 100%;
	}
	.loctate-anywhere-left p span br {
		display: none;

	}
	.notary-service-provider {
	    padding: 80px 0;
	}
	.notary-request-form form {
	    max-width: 100%!important;
	}
	.notary-request-form form .gf_page_steps {
	    left: 50%;
	    -webkit-transform: translate(-50%,0);
	    -moz-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	    -o-transform: translate(-50%,0);
	    transform: translate(-50%,0);
	}
	.form-field-style li hr:before {
	    right: 0;
	}
	.notary-fee-left {
	    width: 20%;
	}
	.notary-fee-right {
	    width: 80%;
	    padding: 0 50px;
	}
	.notary-fee-info {
	    font-size: 16px;
	}
	.notary-fee-main {
	    padding: 50px 0 130px;
	}
    .notary-fee-info {
	    -webkit-transform: translate(10.5%,0);
	    -moz-transform: translate(10.5%,0);
	    -ms-transform: translate(10.5%,0);
	    -o-transform: translate(10.5%,0);
	    transform: translate(10.5%,0);
	}
	.notary-request-form form#gform_5 .gf_page_steps {
	    width: 100%;
	    text-align: center;
	}
	.search-notary-main .search-notary-left ul li + li {
	    margin-left: 12px;
	    width: 69%;
	}
	.service-sapcing.custom-section-style {
	    margin-top: 95px;
	}
}


@media (max-width: 991px) {
	.navigation-top {
	    width: 67%;
	}
	.how-work-sec .content-row .col-half {
	    float: inherit;
	    width: 100%;
	}
	.service-section.how-work-sec .col-half + .col-half {
	    padding-top: 30px;
	    padding-bottom: 0;
	}
	.service-section.how-work-sec {
	    padding: 50px 0 60px;
	}
	.service-section.join-network-sec {
	    padding: 60px 0;
	}
	.networkright {
	    padding: 30px;
	}
	.service-section.join-network-sec p {
	    margin-bottom: 0;
	    font-size: 14px;
	}
	.footer-column {
	    width: 25%;
	}
	footer {
	    padding-top: 50px;
	}
	.site-footer h4, .site-footer h4 a {
	    font-size: 16px;
	}
	.menu-footer-about-menu-container .sub-menu a {
	    font-size: 14px;
	}
	.site-footer a {
	    font-size: 13px;
	}
	.menu-footer-about-menu-container a {
	    font-size: 15px;
    }
    .footer-column.contact-info ul.f-address li {
	    font-size: 13px;
	    padding-left: 20px;
    }
    .footer-column.contact-info ul.f-address li img {
	    top: 4px;
	    max-width: 10px;
	}
	.site-info {
	    font-size: 14px;
	    padding: 40px 0 20px;
	}
	.site-footer a img {
	    max-width: 200px;
	    display: inline-block;
	}
	.banner-white-box {
		max-width: 97%;
	    padding: 35px 20px 20px;
	}
	.column-box {
	    padding-left: 55px;
	}
	.column-box p {
	    font-size: 14px;
	}
	.maintestimonial {
	    max-width: 760px;
	}
	.service-section .client-feedback p {
	    font-size: 13px;
	}
	.client-feedback {
	    padding-bottom: 11px;
	    margin-bottom: 21px;
	}
	.client-info span {
	    font-size: 13px;
	}
	.client-info .client-location {
	    font-size: 9px;
	}
	.client-info .client-img {
	    width: 47px;
	    height: 47px;
	    top: -6px;
	}
	.client-info {
	    padding-left: 60px;
	}
	.maintestimonial button {
	    bottom: -14px;
    }
    .rating {
	    background-size: 80%;
	    background-position: right center;
	    margin-bottom: -14px;
	}
	.maintestimonial button.slick-prev {
	    left: 53.3%;
	    border-right: 2px solid #e9e9e9;
	    margin-left: -8px;
	}
	.form-sec {
	    flex-wrap: wrap;
	}
	.form-field, .form-map {
	    width: 100%;
	}
	.contact-area {
	    padding: 50px 15px;
	}
	.form-map {
	    height: 430px;
	    margin-top: 30px;
	    padding-left: 0;
	}
	.section-title h2 {
	    font-size: 30px;
	}
	.section-title h2.border-style:before {
	    height: 5px;
	}
	.contact-detail li img {
	    max-width: 30px;
	}
	.contact-detail li {
	    padding-left: 40px;
	    font-size: 13px;
	    padding-right: 15px;
	}
	.contact-detail li a { 
	    font-size: 13px;
	}
	.contact-detail li span {
	    font-size: 13px;
	}
	.contact-detail {
	    margin-top: 45px;
	}
	.banner-image-inner {
	    height: 400px;
	}
	.inner-page-banner-text h1 {
	    font-size: 45px;
	}
	.get-started-sec {
	    padding: 70px 0;
	}
	.get-started-sec .section-title h2 {
	    font-size: 35px;
	    padding-bottom: 0;
	}
	.thank-sec h1 {
	    line-height: 27px;
	}
	.not-found .banner-image-inner {
	    height: 550px;
	}
	.faq-tab-sec p {
	    max-width: 690px;
	}
	.about-travlling-content {
		margin: 0;
	}
	.about-travlling-info, .about-travlling-video {
		width: 100%;
	}
	.about-travlling-info {
	    padding: 15px 0 0;
	}
	.about-travlling-video {
		padding-right: 0;
	}
	.about-travlling {
	    padding: 50px 0;
	}
	.flexible-service-sec {
	    padding: 50px 0;
	}
	.flexible-service-content {
	    margin: 0;
	}
	.flexible-service-left, .flexible-service-right {
	    width: 100%;
	    padding: 0;
	}
	.flexible-service-sec .section-title2 h2 br {
	    display: none;
	}
	.flexible-service-right {
	    padding-top: 60px;
	}
	.flexible-service-left a.fill-btn {
	    bottom: -25px;
	}
	.flexible-service-left h3 {
	    padding-bottom: 25px;
	}
	.flexible-service-left > div {
	    padding: 45px 40px;
	}
	.about-comprehensive-sec {
	    padding: 70px 0 30px;
	}
	.about-comprehensive-sec .section-title2 p br {
		display: none;
	}
	.network-info, .network-image {
	    width: 100%;
	    padding: 0;
	}
	.network-inner {
	    margin: 0;
	    flex-wrap: wrap-reverse;
	}
	.network-sec {
	    padding: 120px 0 70px;
	}
	.network-info h6 {
	    margin: 30px 0;
	}
	.about-network-image {
	    text-align: center;
	}
	.inner-page-banner-text {
	    width: 100%;
	    max-width: 100%;
	}
	.account-service-sec {
	    padding: 60px 0 160px;
	}
	.custom-section-style .custom-subsection {
	    width: 100%;
	    padding: 0;
	    text-align: left;
	}
	.attorney-notary-experienced-info.custom-subsection {
	    margin-top: 50px;
	}
	.attorney-notary-experienced-image.custom-subsection {
	   padding-left: 40px;
	}
	.attorney-notary-experienced-image span {
	    left: 10px;
	    top: 50%;
	    max-width: 200px;
	    background: rgba(1, 113, 224, 0.73);
	}
	.attorney-notary-we-travel-content {
	    margin-top: 75px;
	    flex-wrap: wrap-reverse;
	}
	.attorney-notary-experienced-image:before {
	    left: 0;
	    top: 35px;
	}
	.attorney-notary-we-travel-image.custom-subsection {
	    padding-left: 40px;
	    padding-bottom: 50px;
	}
	.attorney-notary-we-travel-image:before {
	    right: inherit;
	    left: 0;
	    top: 35px;
	    height: 88%;
	}
	.service-sapcing.custom-section-style {
	    margin-top: 75px;
	}
	.custom-section-style .custom-subsection .section-title h2 {
	    font-size: 30px;
	}
	.attorney-notary-experienced {
	    padding: 70px 0;
	}
	.why-choose-sec {
	    padding: 70px 0;
	}
	.other-services-sec {
	    padding: 60px 0;
	}
	.why-choose-services ul li {
	    width: 40%;
	}
	.why-choose-services ul li:nth-child(n+3) {
		margin-top: 30px;
	}
	.why-choose-services ul li > div {
	    max-width: 225px;
	}
	.attorney-notary-service-video .play-icon {
	    top: 30%;
	    -webkit-transform: translate(-50%,-30%);
	    -moz-transform: translate(-50%,-30%);
	    -ms-transform: translate(-50%,-30%);
	    -o-transform: translate(-50%,-30%);
	    transform: translate(-50%,-30%);
	}
	.mobile-notarie-agent {
	    padding: 65px 0 140px;
	}
	.attorney-notary-service-video .video-sec iframe {
	    top: -50px;
	}
	.why-choose-services h3 {
	    min-height: auto;
	}
	.term-sec {
	    padding: 40px 15px;
	}
	.payment-sec {
	    padding: 100px 15px;
	}
	.payment-inner-sec h4 {
	    font-size: 20px;
	}
	.search-notary-main {
	    padding: 15px;
	    margin-top: -50px;
	}
	.locate-travlling-video {
	    width: 100%;
	}
	.locate-travlling-video:before {
	    height: 90%;
	}
	.locate-travlling-info {
	    width: 100%;
	}
	.locate-notary-services ul li {
	    padding: 0;
	}
	.locate-notary-services ul li div {
	    padding: 20px 10px;
	}
	.search-notary-main select, .search-notary-main input {
	    font-size: 13px;
	}
	.locate-notary-services p {
	    font-size: 13.5px;
	    line-height: 22px;
	}
	.locate-notary-services h5 {
	    margin: 15px 0 10px;
	}
	.notary-service-provider {
	    padding: 70px 0;
	}
	.notary-service-card h3 {
	   font-size: 15px;
    }
    .why-choose-sec .section-title2 p br {
    	display: none;
    }
    .notary-service-provider .section-title2 h2 {
	    font-size: 35px;
	    margin: 0 0 15px;
	}
	.notary-service-card {
	    padding: 35px 26px 35px 35px;
	    text-align: center;
	}
	.notary-service-card span {
	    position: inherit;
	    left: inherit;
	    top: inherit;
	}
	.blog-main-sec {
	    padding: 55px 0 70px;
	}
	.blog-content {
	    padding: 25px 25px 30px;
	}
	.blog-content .title a {
	    font-size: 32px;
	}
	.blog-content .content p {
	    font-size: 14px;
	    padding: 7px 0;
	    line-height: 26px;
	}
	#email-subscribers-2 .es_caption {
	    font-size: 16px;
	    padding: 0 5px;
	}

	.post-footer-content .share-button:hover .social_share_icon {
		pointer-events: fill;
	    opacity: 1;
	    -webkit-transform: translate(0,0)scale(1);
	    -moz-transform: translate(0,0)scale(1);
	    -ms-transform: translate(0,0)scale(1);
	    -o-transform: translate(0,0)scale(1);
	    transform: translate(0,0)scale(1);
	}
	.social_share_icon {
	    top: -78px;
	    left: -57px;
	    right: 0;
	    width: 220px;
	    border-radius: 8px;
	    background: #fff;
	    margin: 0 0 20px;
	    border: 1px solid #f9f9f9;
	    padding: 10px;
	    pointer-events: none;
	    box-shadow: 0px 10px 20px rgba(0,0,0,0.1);
	    -webkit-transform: translate(0,0)scale(0);
	    -moz-transform: translate(0,0)scale(0);
	    -ms-transform: translate(0,0)scale(0);
	    -o-transform: translate(0,0)scale(0);
	    transform: translate(0,0)scale(0);
	}
	.social_share_icon:before {
	    content: "";
	    position: absolute;
	    bottom: -8px;
	    left: 50%;
	    -webkit-transform: translate(-50%,0);
	    -moz-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	    -o-transform: translate(-50%,0);
	    transform: translate(-50%,0);
	    border-top: 8px solid #fff;
	    border-left: 8px solid transparent;
	    border-right: 8px solid transparent;
	    z-index: 1;
	}
	.social_share_icon:after {
	    content: "";
	    position: absolute;
	    bottom: -8px;
	    left: 50%;
	    -webkit-transform: translate(-50%,0);
	    -moz-transform: translate(-50%,0);
	    -ms-transform: translate(-50%,0);
	    -o-transform: translate(-50%,0);
	    transform: translate(-50%,0);
	    border-top: 8px solid #ccc;
	    border-left: 9px solid transparent;
	    border-right: 9px solid transparent;
	}
	.blog-left .navigation.pagination {
	    padding: 40px 0 0;
	}
	.notary-request-form form .gf_page_steps {
	    width: 100%;
	    max-width: 480px;
	}
	.notary-request-form form {
	    padding-left: 25%;
	}
	.form-banner .inner-page-banner-text h1 {
	    font-size: 40px;
	}
	.post-info > ul > li .entry-title br {
		display: none;
	}
	.about-comprehensive-sec.individual-notary-services {
	    padding: 70px 0 30px;
	}
	.individual-agent-sec {
	    padding: 70px 0;
	}
	.individual-notary-fact {
	    padding: 70px 0 50px;
	}
	.fact-card {
	    padding: 50px 15px 15px;
	}
	.individual-fact-info ul li {
	    width: 50%;
	}
	.individual-healthcare-sec .networkright {
	    padding: 25px 9px 25px 30px;
	}
	.individual-healthcare-sec h2 {
	    margin: 0 0 14px;
	}
	.author-description-box {
	    width: 100%;
	    padding-left: 0;
	}
	.author-image {
	    width: 100%;
	    max-width: 260px;
	}
	.notary-fee-info {
	    -webkit-transform: translate(0,0);
	    -moz-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	    -o-transform: translate(0,0);
	    transform: translate(0,0);
	    max-width: 100%;
	}
	.notary-fee-left {
	    width: 24%;
	}
	.notary-fee-right {
	    width: 76%;
	    padding: 0 50px;
	}
	.tabs-stage hr {
	    margin: 35px 0;
	}
	.popup-enquiry-form > div, .signing-agent-form > div {
	    max-width: 500px;
	}
	.notary-request-form form#gform_5 .gf_page_steps {
	    max-width: 520px;
	}
	.form-field-style .repeater-additional-fields .gfield_repeater_buttons {
		text-align: right;
	}
	.form-field-style .repeater-additional-fields .gfield_repeater_buttons button {
	    transform: none;
	}
	.form-field-style #field_5_1004.repeater-additional-fields .gfield_repeater_buttons button {
	    transform: none;
	}
	.form-field-style #field_5_1004.repeater-additional-fields .gfield_repeater_buttons {
		text-align: right;
	}
	.search-notary-left {
	    width: 68%;
	    text-align: right;
	}
	.search-notary-right {
	    width: 32%;
	}
	.search-notary-main .search-notary-left ul li + li {
	    width: 66%;
	}
	.repeater-additional-fields .gfield_repeater .gfield_repeater_items .gfield_repeater_item:first-child button.remove_repeater_item {
		display: none!important;
	}
	.locate-anywhere-inner {
	    align-items: flex-end;
	}
	.testimonials-repeater > div {
	    min-height: 270px;
	}
}
@media (max-width: 768px) {
	.networkright {
	    margin-left: -80px;
	}
	.newtworkleft {
	    overflow: hidden;
	}
	.newtworkleft img {
	    -webkit-transform: translate(-30px,0);
	    -moz-transform: translate(-30px,0);
	    -ms-transform: translate(-30px,0);
	    -o-transform: translate(-30px,0);
	    transform: translate(-30px,0);
	}
}
@media (max-width: 767px) {
	.navigation-top .main-navigation .menu-main-menu-container > ul {
	    display: none!important;
	}
	.navigation-top .main-navigation {
	    text-align: right;
	}
	.menu-toggle {
	    display: inline-block!important;
	    padding: 0 10px 0 10px;
	    margin: 0;
	}
	.menu-toggle:focus {
		outline: 0;
	}
	.js .main-navigation.toggled-on > div > ul {
	    display: block!important;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 126px;
	    /*background: rgba(255,255,255,0.96);*/
	    border: 0;
	    z-index: 9;
	    padding: 0 15px;
	    box-shadow: 0 12px 20px rgba(0,0,0,0.1);
	    max-height: 229px;
	    overflow-y: auto;
	    overflow-x: hidden;
	}
	.logoleft {
	    margin-top: 0;
	    margin-left: 15px;
	}
	.navigation-top {
	    margin-top: -10px;
	}
	.rightmenu {
	    margin: -15px 0 15px;
	    background: #047ce4d4;
	    padding: 8px;
	    text-align: center;
	}
	.logoleft a {
	    max-width: 150px;
	}
	.contact-no {
	    display: none;
	}
	.contact-no.mobile-show {
	    display: inline-block;
	}
	.rightmenu ul li + li a.btn-blue {
	    background: #fff;
    	color: #0487e8;
	}
	.site-header .wrap {
	    padding: 0 0;
	}
	.contact-no.mobile-show a {
	    display: inline-block;
	    font-size: 14px;
	}
	.site-header {
	    padding: 15px 0 5px;
	    background: rgba(255,255,255,0.9);
	    box-shadow: 0 0 30px rgba(0,0,0,0.1);
	}
	.main-navigation ul#top-menu > li + li {
	    padding-left: 0;
	    border-top: 1px solid rgba(0,0,0,0.1);
	}
	.main-navigation li li, .main-navigation li:last-child {
	    border-top: 1px solid rgba(0,0,0,0.1);
	}
	.main-navigation li {
	    padding: 12px 0;
	}
	.banner-text {
	    top: 60%;
	    -webkit-transform: translate(0,-60%);
	    -moz-transform: translate(0,-60%);
	    -ms-transform: translate(0,-60%);
	    -o-transform: translate(0,-60%);
	    transform: translate(0,-60%);
	}
	.bannertext-inner .banner-list {
	    margin: 20px 0 30px;
	}
	.banner-white-box {
	    margin-top: -55px;
	}
	.banner-white-box {
	    padding: 25px 15px 20px;
	}
	.column-box p {
	    font-size: 13px;
	}
	.column-box h5 {
	    font-size: 14px;
	}
	.column-icon img {
	    height: 28px;
	}
	.banner-white-box .baner-column:nth-child(2) .column-box .column-icon img {
		height: 37px;
	}
	.baner-column.third-column .column-box {
	    padding-left: 44px;
	}
	.column-box {
	    padding-left: 33px;
	}
	.baner-column {
	    padding: 0 10px;
	}
	.home-banner, .banner-image {
	    min-height: 600px;
	}
	.banner-btn a + a {
	    margin-left: 15px;
	}
	.banner-btn a {
	    font-size: 13px;
	}
	.banner-btn a small {
	    font-size: 12px;
	}
	.service-section {
	    padding: 50px 0;
	}
	.service-section h2, .service-section.how-work-sec h2 {
	    font-size: 30px;
	    margin: 0 0 15px;
	}
	.service-section p {
	    font-size: 15px;
	    margin-bottom: 20px;
	}
	.mobile-service-inner {
	    padding-top: 30px;
	}
	.mobile-service-inner ul li {
	    width: 50%;
	}
	.how-it-work-list a.fill-btn, .join-network-sec a.fill-btn, .contact-bg a.fill-btn, .mobile-service-inner a.fill-btn {
	    font-size: 14px;
	    margin-top: 24px;
	}
	.service-section.why-superior-sec {
	    padding: 50px 0;
	}
	.service-section.how-work-sec {
	    padding: 50px 0;
	}
	.newtworkleft {
	    width: 100%;
	}
	.networkright {
	    padding: 30px 30px 0 30px;
	    margin: 0;
	    width: 100%;
	    text-align: center;
	}
	.service-section.join-network-sec {
	    padding: 50px 0;
	}
	section.service-section.text-center.contact-bg h2 {
	    padding: 40px 0 15px;
	}
	.service-section.contact-bg p {
	    font-size: 16px;
	}
	section.service-section.text-center.contact-bg .contact-wrapper {
	    padding: 0 35px 50px;
	}
	.menu-footer-about-menu-container a {
	    margin: 0 0 6px;
	}
	.service-section.how-work-sec .col-half li {
	    font-size: 14px;
	}
	.service-section.how-work-sec .col-half li strong {
	    font-size: 17px;	
	}
	.footer-column {
	 	   width: 100%;
	}
	.footer-column:nth-child(2), #menu-footer-services li {
	    width: 100%;
	}
	#menu-footer-services li:nth-child(even) {
	    padding-left: 0;
	}
	.menu-footer-about-menu-container, .contact-info {
	    margin-top: 0;
	}
	.footer-column + .footer-column {
		margin-top: 20px;
	}
	ul.social-icon {
	    margin-bottom: 10px;
	}
	.site-info {
	    font-size: 14px;
	}
	footer {
	    padding-top: 40px;
	}
	.footer-column {
	    padding: 0;
	    text-align: center;
	}
	.site-footer h4, .site-footer h4 a {
	    font-size: 14px;
	}
	.site-footer a {
	    font-size: 14px;
	}
	.menu-footer-about-menu-container a {
	    font-size: 14px;
	}
	.footer-column.contact-info ul.f-address li {
	    font-size: 14px;
	}
	.footer-column.contact-info ul.f-address li {
	    padding-left: 22px;
	}
	.footer-column.contact-info ul.f-address li img {
	    top: 4px;
	    max-width: 12px;
	}
	.site-footer a img {
	    max-width: 160px;
	}
	.maintestimonial {
	    max-width: 600px;
	}
	.testimonials-repeater > div {
	    padding: 15px 20px 30px;
	}
	.service-section .client-feedback p {
	    font-size: 12px;
	}
	.service-section .client-feedback p br {
	    display: none;
	}
	.client-btm .blocks + .blocks {
	    width: auto;
	}
	.client-btm .blocks {
	    width: 70%;
	}
	.banner-image-inner {
	    height: 330px;
	}
	.inner-page-banner-text h1 {
	    font-size: 40px;
	}
	.form-field .gform_footer input[type=submit] {
	    line-height: 1.3!important;
	}
	.contact-detail ul {
	    flex-wrap: wrap;
	    padding: 10px 0 0;
	}
	.contact-detail li {
	    width: 50%;
	}
	.contact-detail li:nth-child(n+3) {
	    margin-top: 15px;
	}
	.section-title h2 {
	    font-size: 24px;
	    margin: 0 0 15px;
	}
	.section-title h2.border-style:before {
	    height: 4px;
	}
	.get-started-sec {
	    padding: 50px 0;
	}
	.get-started-sec .section-title h2 {
	    font-size: 30px;
	}
	ul.f-address {
	    display: table;
	    margin: 0 auto;
	}
	.footer-column.contact-info ul.f-address li {
	    padding-left: 0;
	}
	.footer-column.contact-info ul.f-address li img {
	    position: inherit;
	    top: 3px;
    	margin-right: 4px;
	}
	.thank-sec p {
	    font-size: 16px;
	}
	.thank-sec p a,
	.not-found p a {
	    font-size: 14px;
	}
	.thank-sec .inner-page-banner-text > a,
	.not-found .inner-page-banner-text > a {
	    font-size: 16px;
	    padding: 8px 40px;
	}
	.footer-column:first-child {
	    margin-bottom: 0;
	}
	.faq-content-area {
	    padding: 60px 15px;
	}
	.faq-tab-sec li {
	    padding: 28px 0;
	}
	.faq-tab-sec a:after {
	    width: 13px;
	    height: 13px;
	    top: -1px;
	}
	.faq-tab-sec p {
	    margin: 25px 0 0;
	}
	.faq-info p + p {
	    margin: 25px 0 0;
	}
	.faq-tab-sec a {
	    padding-right: 30px;
	    line-height: 22px;
	}
	.faq-tab-sec a.active:after {
	    top: 7px;
	}
	.faq-banner .banner-image-inner,
	.form-banner-bg .banner-image-inner {
	    height: 200px;
	}
	.home .site-header.inner-page-header, .site-header.inner-page-header {
	    padding: 15px 0 6px;
	}
	.home .site-header.inner-page-header.fixed-header, .site-header.inner-page-header.fixed-header {
	    padding: 15px 0 6px;
	}
	.section-title2 h2, .network-info .section-title h2 {
	    font-size: 30px;
	    margin: 0 0 30px;
	}
	.about-comprehensive-sec {
	    padding: 50px 0 30px;
	}
	.about-comprehensive-list ul li {
	    width: 33%
	}
	.network-sec {
	    padding: 80px 0 60px;
	}
	.about-comprehensive-sec .section-title2 p {
	    font-size: 15px;
	}
	.about-travlling-info p br {
	    display: none;
	}
	.account-service-sec {
 	   padding: 50px 0 100px;
	}
	.mobile-notarie-agent {
	    padding: 45px 0 85px;
	}
	.attorney-notary-service-video .play-icon {
	    width: 14%;
	    top: 28%;
	}
	.attorney-notary-experienced {
	    padding: 60px 0;
	}
	.why-choose-sec {
	    padding: 60px 0;
	}
	.why-choose-sec .section-title2 h2 br {
		display: none;
	}
	.mobile-notarie-content h3 {
	    font-size: 17px;
	}
	.mobile-notarie-agent .section-title2 h2 {
	    margin: 0 0 20px;
	}
	.mobile-notarie-content ul {
	    margin: 0;
	}
	.mobile-notarie-content ul li {
	    width: 100%;
	    margin: 0;
	    padding: 0;
	    text-align: center;
	}
	.why-choose-services ul li {
	    width: 45%;
	}
	.custom-section-style .custom-subsection .section-title h2 {
	    font-size: 25px;
	}
	.editor-style h3 {
	    font-size: 18px;
	}
	.payment-sec {
	    padding: 70px 15px 90px;
	}
	.payment-inner-sec h4 {
	    font-size: 18px;
	}
	.payment-inner-sec h4 br {
		display: none;
	}
	.payment-sec.form-field label {
	    font-size: 16px!important;
	    margin-bottom: 20px;
	}
	.payment-form {
	    margin: 15px auto;
	}
	.payment-sec.form-field li {
	    margin-top: 20px!important;
	}
	.payment-sec.form-field .gform_footer {
	    margin: 30px 0 0 0!important;
	}
	.search-notary-left {
	    width: 50%;
	    padding-right: 10px;
	}
	.search-notary-right {
	    padding-left: 10px;
	    width: 50%;
	}
	.search-notary-main .search-notary-left ul li + li {
	    width: 100%;
	    margin-left: 0;
	}
	.search-notary-main {
	    flex-wrap: wrap;
	    align-items: flex-end;
	}
	.search-notary-left .search-heading {
	    font-size: 16px;
	    display: block;
	    text-align: center;
	    margin-right: -100px;
	    margin-bottom: 15px;
	}
	.search-notary-left:after {
	    width: 25px;
	    height: 25px;
	    right: 50%;
	    top: 82%;
	    font-size: 8px;
	    line-height: 26px;
	    transform: translate(50%,-82%);
	}
	.locate-travlling-video {
	    padding: 0 30px 30px 25px;
	}
	.locate-travlling {
	    padding: 50px 0 60px;
	}
	.locate-notary-services ul li {
	    width: 100%;
	}
	.locate-notary-services ul li div {
	    padding: 40px 20px;
	}
	.loctate-anywhere-left {
	    padding-top: 20px;
	}
	.loctate-anywhere-left, .loctate-anywhere-right {
	    width: 100%;
	    padding: 20px 0;
	}
	.loctate-anywhere-right {
		padding-bottom: 0;
	}
	.locate-travlling-info {
	    margin-top: 10px;
	    padding: 0;
	}
	.locate-notary-service-advantage {
	    padding: 60px 0;
	}
	.notary-service-provider {
	    padding: 60px 0;
	}
	.notary-service-provider .section-title2 h2 {
	    font-size: 30px;
	}
	.notary-service-provider .section-title2 p {
	    font-size: 15px;
	}
	.notary-service-inner ul {
	    margin: 0;
	}
	.notary-service-inner ul li {
	    width: 100%;
	    padding: 0;
	}
	.notary-service-inner {
	    margin: 35px auto 0;
	}
	.blog-left {
	    width: 100%;
	    padding-right: 0;
	}
	.blog-right {
	    width: 100%;
	}
	.blog-content .title a {
	    font-size: 26px;
	}
	.blog-left .navigation.pagination {
	    padding: 40px 0;
	}
	.notary-request-form form {
	    padding-left: 0;
	}
	.form-field-style li.gsection {
	    position: static;
	    left: inherit;
	}
	.form-field-style li.gsection h2 {
	    font-weight: 700;
	    max-width: 100%;
	    border-bottom: 1px solid #ccc;
	    padding-bottom: 10px!important;
	}
	.form-field-style li > div > span.name_first, 
	.form-field-style li > div > span.name_last {
	    display: block!important;
	    padding: 0!important;
	    width: 100%!important;
	}
	.form-field-style li > div > span.name_first {
		margin-bottom: 12px;
	}
	.notary-request-form form .gf_step {
	    padding: 0 40px;
	    width: auto;
	}
	.notary-request-form form .gf_page_steps {
	    max-width: 463px;
	}
	.post-info > ul > li:first-child {
	    width: 100%;
	    margin-bottom: 20px;
	}
	.post-info > ul > li {
	    padding: 0;
	    width: 100%;
	    margin: 0;
	}
	.post-info > ul {
	    margin: 0;
	}
	.post-content-info {
	    padding-top: 0;
	}
	.post-content-info > ul > li:first-child {
	    width: 100%;
	}
	.post-content-info > ul > li {
	    width: 100%;
	    margin: 0;
	}
	.blog-single-inner .post-navigation .nav-links {
	    padding: 15px 0;
	    width: 100%;
	}
	.post-content-info .se-all-articles a {
	    max-width: 100%;
	    padding-left: 30px;
    	position: relative;
	}
	.post-content-info .se-all-articles a svg {
	    margin-top: 0;
	    position: absolute;
	    left: 0;
	    top: 2px;
	}
	.post-content-info .se-all-articles {
	    margin: 10px 0;
	}
	.blog-single-inner .post-navigation .nav-previous {
	    float: left;
	}
	.form-field-style li hr:before {
	    display: none;
	}
	.form-field-style li hr {
	    background: #e8eaec;
	    margin: 40px 0;
	}
	.about-comprehensive-sec.individual-notary-services {
	    padding: 50px 0 30px;
	}
	.individual-welcome-inner {
	    flex-wrap: wrap;
	    text-align: center;
	}
	.individual-welcome-left .section-title2.text-right {
	    text-align: center;
	}
	.individual-welcome-left .section-title2 h2 {
	    margin: 0 0 10px;
	}
	.individual-welcome-left {
	    width: 100%;
	    padding-right: 0;
	}
	.individual-welcome-right {
	    width: 100%;
	}
	.individual-welcome-sec {
	    padding: 50px 0 60px;
	}
	.individual-notary-fact {
	    padding: 50px 0 30px;
	}
	.individual-agent-sec {
	    padding: 50px 0;
	}
	.individual-agent-inner {
	    flex-wrap: wrap;
	}
	.individual-agent-left {
	    width: 100%;
	}
	.individual-agent-right {
	    width: 100%;
	    padding-left: 0;
	    padding-top: 20px;
	}
	.individual-state-banner .inner-page-banner-text h1:before {
	    left: 57%;
	    background-size: 80%;
	    height: 99px;
	    bottom: -99px;
	}
	.individual-state-banner .inner-page-banner-text h1:after {
	    background-size: 80%;
	    height: 89px;
	    top: -85px;
	}
	.individual-welcome-right p, .individual-welcome-right ul {
	    font-size: 15px;
	}
	.post-footer-content .share-button .share_post {
	    line-height: 19px;
	}
	.inner-page-banner-text h2 {
	    font-size: 25px;
	    line-height: normal;
	}
	.individual-agent-left a {
	    text-align: center;
	}
	.newtworkleft img {
	    -webkit-transform: translate(0,0);
	    -moz-transform: translate(0,0);
	    -ms-transform: translate(0,0);
	    -o-transform: translate(0,0);
	    transform: translate(0,0);
	}
	.notary-fee-main {
	    padding: 40px 0 100px;
	}
	.notary-fee-left {
	    width: 100%;
	    margin-bottom: 15px;
	}
	.notary-fee-right {
	    width: 100%;
	    padding: 0;
	}
	.notary-fee-left ul.tabs-nav li {
	    display: inline-block;
	    vertical-align: middle;
	}
	.notary-fee-left li + li {
	    margin-top: 0;
	    margin-left: 10px;
	}
	.notary-fee-info {
	    padding: 15px 15px 15px 50px;
	    font-size: 14px;
	}
	.notary-fee-info:before {
	    left: 14px;
	}
	.enquiry-form-main .gform_heading h3, 
	.signing-agent-form .enquiry-form-main .gform_heading h3 {
	    font-size: 24px!important;
	}
	.popup-enquiry-form > div, .signing-agent-form > div {
	    padding: 30px 40px 40px;
	    max-width: 400px;
	}
	.enquiry-form-main .gform_wrapper .gform_footer input[type="submit"] {
	    font-size: 16px;
	    padding: 16px 10px;
	}
	.enquiry-form-main .gform_wrapper .top_label div.ginput_container input, .enquiry-form-main .gform_wrapper .top_label div.ginput_container textarea {
	    height: 40px;
	    font-size: 14px!important;
	}
	.enquiry-form-main form ul li {
	    margin-top: 12px!important;
	}
	.enquiry-form-main .gform_wrapper span.gform_description {
	    margin-bottom: 20px;
	    font-size: 14px;
	}
	.form-field-style li.gsection.l-title h2 {
	    max-width: 100%;
	}
	.form-field-style .repeater-additional-fields label,
	.form-field-style .repeater-additional-fields .ginput_container_email, 
	.form-field-style .repeater-additional-fields .ginput_container_text, 
	.form-field-style .repeater-additional-fields #input_5_1009-0, 
	.form-field-style .repeater-additional-fields .ginput_complex.ginput_container {
	    width: 100%!important;
	}


	.form-field-style .repeater-additional-fields .gfield_repeater_buttons button {
		transform: none;
	}
	.form-field-style .repeater-additional-fields label {
		margin-bottom: 10px!important;
	}
	.form-field-style li#field_5_1004.repeater-additional-fields .ginput_container_text,
	.form-field-style li#field_5_1008.repeater-additional-fields .ginput_container_text  {
		margin-bottom: 10px!important;
	}
	.form-field-style .repeater-additional-fields #input_5_1009-0 span {
	    width: 100%;
	    margin-bottom: 10px;
	}
	.form-field-style .repeater-additional-fields #input_5_1009-0 span:first-child {
	    padding-right: 0;
	}
	.form-field-style #field_5_1004.repeater-additional-fields label {
	    padding: 0!important;
	    width: 100%;
	}
	.form-field-style #field_5_1004.repeater-additional-fields .ginput_container_text, 
	.form-field-style #field_5_1004.repeater-additional-fields .ginput_container_email {
	    width: 100%!important;
	}
	.main-navigation ul ul.toggled-on {
	    margin-top: 12px;
	}
	.main-navigation li li {
	    padding: 12px 0;
	}
	.close-modal {
	    width: 25px;
	    height: 25px;
	    right: 10px;
        top: 10px;
	}
    
    .individual-state-banner .inner-page-banner-text .state-page-title {
        background-size: auto 70%;
    }
    
    .individual-state-banner .inner-page-banner-text .state-page-title {
        min-height: 220px;
    }

    .individual-state-banner .inner-page-banner-text .state-page-title h1 {
        font-size: 20px;
    }
	
	.individual-state-banner .inner-page-banner-text .state-hero-title {
		transform: scale(.60);
	}
	
	.inner-page-banner-text h1 {
		white-space: nowrap;
	}
	
	.ul_list {
	    display: inline-block;
		text-align: left;
	}
	.registration-form-sec .gform_heading {
	    font-size: 23px;
	}
	.registration-form-sec .gform_wrapper {
	    padding: 30px 0 70px;
	}
	#menu-footer-services li:nth-child(odd) {
	    padding-right: 0;
	}
}
@media (max-width: 610px) {
	.individual-fact-info ul li {
	    width: 100%;
	}
	.fact-card {
	    padding: 50px 15px 25px;
	}
}
@media (max-width: 600px) {
	.logged-in .site-header.inner-page-header.fixed-header {
	    top: 0;
	}
}

@media (max-width: 576px) {
	.navigation-top {
	    width: 65%;
	}
	.baner-column {
	    width: 100%;
	}
	.banner-white-box {
	    flex-wrap: wrap;
	}
	.baner-column {
	    padding: 15px 0;
	}
	.banner-white-box .baner-column + .baner-column:before {
	    left: 0;
	    top: 0;
	    bottom: inherit;
	    border-bottom: 1px solid #bfdbf7;
	    right: 0;
	}
	.service-section {
	    padding: 40px 0;
	}
	.mobile-service-card h4 {
	    font-size: 15px;
	}
	.service-section p {
	    font-size: 14px;
	    line-height: 21px;
	}
	.how-it-work-list a.fill-btn, .join-network-sec a.fill-btn, .contact-bg a.fill-btn, .mobile-service-inner a.fill-btn {
	    padding: 14px 34px;
	}
	.banner-white-box {
	    padding: 15px;
	}
	.contact-area {
	    padding: 40px 15px;
	}
	.form-map {
	    height: 350px;
	}
	.form-map:before {
	    width: 360px;
	    height: 315px;
	}
	.inner-page-banner-text h1 {
	    font-size: 32px;
	}
	.banner-image-inner {
	    height: 300px;
	}
	.contact-detail li img {
	    max-width: 23px;
	}
	.contact-detail li {
	    padding-left: 32px;
	    padding-right: 10px;
	}
	.contact-detail li span {
	    font-size: 12px;
	}
	.contact-detail li {
	    font-size: 12px;
	}
	.contact-detail li a {
		font-size: 12px;
	}
	.form-field .gform_footer input[type=submit] {
	    font-size: 14px!important;
	    height: 45px;
	    line-height: 1!important;
	}
	.baner-column.third-column .column-box {
	    padding-left: 65px;
	}
	.baner-column.third-column .column-box .column-icon {
	    height: 19px;
	}
	.inner-page-banner.not-found .inner-page-banner-text > img {
	    max-width: 250px;
	}
	.not-found .inner-page-banner-text h1 {
	    font-size: 40px;
	}
	.not-found .inner-page-banner-text p {
	    margin: 0 0 14px;
	    font-size: 12px;
	}
	.not-found .inner-page-banner-text p:last-child {
	    margin: 18px 0 0;
	}
	.not-found .banner-image-inner {
	    height: 480px;
	}
	.blog-single-page {
	    padding: 80px 0 120px;
	}
	.inner-page-banner-text h2 {
	    font-size: 21px;
	}
	.column-box {
	    padding-left: 65px;
	}
	.column-icon {
	    top: 4px;
	}
	.banner-white-box .baner-column:nth-child(2) .column-box .column-icon {
	    top: -5px;
	}
	.banner-white-box .baner-column:nth-child(1) .column-box .column-icon,
	.banner-white-box .baner-column:nth-child(2) .column-box .column-icon {
	    left: 7px;
	}
}
@media (max-width: 575px) {
	.maintestimonial .slick-current {
	    -webkit-transform: scale(1);
	    -moz-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	}
	.maintestimonial button.slick-prev {
	    left: 50%;
	    margin-left: -4px;
	}
	.maintestimonial button {
	    bottom: 0;
	}
	.maintestimonial .slick-slide {
		opacity: 1;
	}
	.flexible-service-left h3 {
	    font-size: 34px;
	}
	.flexible-service-left > div {
	    padding: 35px 30px 55px;
	}
	.about-comprehensive-list ul li p {
	    font-size: 13px;
	    margin: 15px auto 0;
	}
	.about-comprehensive-sec a.fill-btn {
	    min-width: 254px;
	}
	.section-title2 h2, .network-info .section-title h2 {
	    font-size: 24px;
	}
	.about-travlling-video .play-icon {
	    max-width: 70px;
	}
	.about-travlling-video:before {
	    height: 85%;
	}
	.about-comprehensive-list {
	    padding-top: 30px;
	}
	.network-sec {
	    padding: 70px 0 50px;
	}
	.payment-term-sec ul li + li {
	    margin-left: 0;
	    margin-top: 20px;
	}
	.payment-term-sec ul li {
	    display: block;
	}
	.direct-deposit-sec ul li {
	    display: block;
	}
	.direct-deposit-sec ul li + li {
	    margin-left: 0;
	    margin-top: 15px;
	}
	.account-service-sec {
	    padding: 50px 0 70px;
	}
	.payment-term-sec {
	    padding-bottom: 35px;
	    margin-bottom: 25px;
	}
	.attorney-notary-experienced-image:before {
	    height: 97%;
	}
	.attorney-notary-we-travel-image:before {
	    height: 86%;
	}
	.mobile-notarie-content h3 {
	    font-size: 15px;
	}
	.other-services-sec {
	    padding: 50px 0;
	}
	.why-choose-sec {
	    padding: 50px 0;
	}
	.attorney-notary-experienced {
	    padding: 50px 0;
	}
	.attorney-notary-we-travel-content {
	    margin-top: 65px;
	}
	
	.service-sapcing.custom-section-style {
	    margin-top: 65px;
	}
	.attorney-notary-service-video .play-icon {
	    width: 17%;
	    top: 24%;
	}
	.payment-sec {
	    padding: 50px 15px;
	}
	.payment-inner-sec h4 {
	    font-size: 16px;
	}
	.payment-sec.form-field label {
	    font-size: 14px!important;
	}
	.locate-travlling {
	    padding: 50px 0;
	}
	.loctate-anywhere-left .section-title h2 {
	    font-size: 24px;
	}
	.locate-travlling-video > div {
	    padding-bottom: 52%;
	}
	.notary-service-provider .section-title2 h2 {
	    font-size: 24px;
	}
	.notary-service-provider {
	    padding: 50px 0;
	}
	.blog-left .navigation.pagination {
	    padding: 20px 0 40px;
	}
	.form-field-style li.grid-3, 
	.form-field-style li.grid-2 {
	    width: 100%;
	    padding: 0!important;
	}
	.form-field-style li.grid-3 > div select {
	    background-position: 97% 50%;
	}
	.form-field-style .gform_page_footer input[type=button].gform_previous_button {
	    width: 35%!important;
	}
	.notary-request-form .payment-instructions p {
	    font-size: 13px;
	}
	.notary-request-form .payment-instructions p strong {
	    font-size: 14px;
	    margin-bottom: 5px;
	}
	.notary-request-form form .gf_step {
	    padding: 0 16px;
	}
	.notary-request-form form {
	    padding-top: 110px;
	}
	.form-banner .inner-page-banner-text h1 {
	    font-size: 32px;
	}
	.notary-request-form form .gf_page_steps {
	    max-width: 423px;
	}
	.post-info > ul > li .entry-title {
	    font-size: 30px;
	}
	.post-content-info > ul > li .entry-content p {
	    font-size: 14px;
	    margin: 15px 0 0;
	}
	.post-content-info > ul > li .entry-content h2 {
	    font-size: 22px;
	    margin: 30px 0 15px;
	    line-height: normal;
	}
	.post-content-info > ul > li .entry-content blockquote p {
	    font-size: 15px;
	}
	.post-content-info > ul > li .entry-content blockquote {
	    padding-left: 20px!important;
	    border-left: 5px solid #0171e0!important;
	    margin: 30px 0;
	}
	.blog-single-inner .post-navigation .nav-next a, .blog-single-inner .post-navigation .nav-next a .nav-title, .blog-single-inner .post-navigation .nav-previous a, .blog-single-inner .post-navigation .nav-previous a .nav-title {
	    font-size: 12px;
	}
	.blog-single-inner .post-navigation .nav-previous a {
	    padding-left: 45px;
	}
	.blog-single-inner .post-navigation .nav-next a {
	    padding-right: 45px;
	}
	.blog-single-page {
	    padding: 80px 0 100px;
	}
	.service-section.join-network-sec {
	    padding: 50px 0 20px;
	}
	.individual-state-banner .inner-page-banner-text h1:before {
	    left: 60%;
	}
	.about-the-author h2 {
	    font-size: 22px;
	    margin: 30px 0 15px;
	}
	.notary-fee-left li a {
	    font-size: 13px;
	}
	.enquiry-form-main.custom-field-style .validation_error {
	    font-size: 11px!important;
	}
	.form-field-style #field_5_1004.repeater-additional-fields .gfield_repeater_items .gfield_repeater_cell:not(:first-child), 
	.form-field-style #field_5_1008.repeater-additional-fields .gfield_repeater_items .gfield_repeater_cell:not(:first-child) {
	    padding-top: 10px;
	}
	.attorney-notary-experienced-image span {
	    font-size: 18px;
	}
}

@media (max-width: 475px) {
	.maintestimonial button.slick-next {
	    left: 62%;
	}
	.post-footer-content ul {
	    display: block;
	}
	.post-footer-content ul li + li {
		margin-top: 15px;
	}
	.blog-content {
	    padding: 20px 20px 25px;
	}
	.notary-fee-left ul.tabs-nav li {
	    width: 100%;
	    text-align: left;
	}
	.notary-fee-left li + li {
	    margin-left: 0;
	}
	.tabs-stage h3 {
	    font-size: 21px;
	}
	.tabs-stage p {
	    font-size: 14px;
	    line-height: 26px;
	    margin: 10px 0;
	}
	.tabs-stage h4 {
	    font-size: 18px;
	}
	.tabs-stage h5 {
	    font-size: 14px;
	    line-height: 26px;
	}
	.tabs-stage ol li, .tabs-stage ul li {
	    font-size: 14px;
	    line-height: 22px;
	}
	.tabs-stage hr {
	    margin: 25px 0;
	}
}
@media (max-width: 480px) {
	div.navigation-top {
	    width: 60%;
	}
	.logoleft a {
	    max-width: 120px;
	}
	.banner-btn a {
	    font-size: 11px;
	    padding: 7px 15px;
	}
	.banner-btn a + a {
	    margin-left: 6px;
	}
	.mobile-service-inner ul li {
	    width: 100%;
	}
	.service-section h2, .service-section.how-work-sec h2 {
	    font-size: 25px;
	}
	section.service-section.text-center.contact-bg .contact-wrapper {
	    padding: 0 0 40px;
	}
	.service-section.why-superior-sec {
	    padding: 40px 0;
	}
	.service-section.how-work-sec {
	    padding: 40px 0;
	}
	.service-section.how-work-sec .col-half li strong {
	    font-size: 16px;
	}
	.service-section.how-work-sec .col-half li:before {
	    font-size: 17px;
	    width: 34px;
	    height: 34px;
	    line-height: 34px;
	}
	.service-section.how-work-sec .col-half li {
	    padding-left: 50px;
	}
	.networkright {
	    padding: 20px 20px 0 20px;
	}
	.form-field li:nth-child(-n+2) {
	    width: 100%!important;
	}
	.form-field li:nth-child(2) {
	    padding-left: 0!important;
	}
	.form-field li:nth-child(1) {
	    padding-right: 0!important;
	}
	.mobile-service-card {
	    text-align: center;
	}
	.mobile-service-card h4 br,
	.mobile-service-card p br {
		display: none;
	}
	.inner-page-banner.not-found .inner-page-banner-text > img {
	    max-width: 210px;
	}
	.not-found .inner-page-banner-text h1 {
	    font-size: 30px;
	}
	.not-found .inner-page-banner-text p {
	    font-size: 11px;
	}
	.not-found p a {
	    font-size: 12px;
	}
	.not-found p img {
	    vertical-align: baseline;
	    max-width: 14px;
	}
	.not-found .banner-image-inner {
	    height: 420px;
	}
	.js .main-navigation.toggled-on > div > ul {
	    top: 115px;
	}
	.about-travlling-video:before {
	    height: 80%;
	}
	.flexible-service-left h3 {
	    font-size: 30px;
	    line-height: normal;
	    padding-bottom: 15px;
	}
	.flexible-service-right ul li img {
	    max-width: 50px;
	}
	.flexible-service-right ul li {
	    padding-left: 75px;
	    font-size: 14px;
	}
	.flexible-service-right ul li + li {
	    margin-top: 20px;
	}
	.about-comprehensive-list ul li {
	    width: 50%;
	    margin-bottom: 40px;
	}
	.network-info h6 {
	    margin: 20px 0;
	}
	.about-travlling {
	    padding: 40px 0;
	}
	.flexible-service-sec {
	 	padding: 40px 0;
	}
	.flexible-service-left > div {
	    padding: 25px 25px 55px;
	}
	.section-title2 h2 br {
	    display: none;
	}
	.about-comprehensive-sec {
	    padding: 40px 0 30px;
	}
	.why-choose-services ul li {
	    width: 100%;
	}
	.why-choose-services ul li + li {
	    margin-top: 30px;
	}
	.attorney-notary-experienced-image:before {
	    height: 94%;
	    width: 90%;
	}
	.attorney-notary-we-travel-image:before {
	    height: 80%;
	    width: 90%;
	}
	.custom-section-style .custom-subsection .section-title h2 {
	    font-size: 21px;
	}
	.other-services-sec .section-title2 h2 {
	    margin: 0 0 15px;
	}
	.attorney-notary-experienced-image span {
	    left: 60px;
	    top: 90%;
	    max-width: 100%;
	    right: 20px;
	    font-size: 15px;
	    padding: 20px;
	    line-height: 22px;
	}
	.attorney-notary-experienced-info.custom-subsection {
	    margin-top: 55px;
	}
	.other-services-sec {
	    padding: 40px 0;
	}
	.services button.slick-prev:before {
	    height: 34px;
	}
	.services button.slick-next:hover:before {
	    background-position: -41px 0;
	    height: 34px;
	}
	.attorney-notary-service-video .play-icon {
	    width: 25%;
	    top: 16%;
	}
	.services button.slick-next:before {
	    height: 34px;
	    background-position: -61px 0;
	}
	.search-notary-main ul li {
	    width: 100%;
	    margin: 0;
	}
	.search-notary-main .search-notary-left ul li + li {
	    margin-top: 10px;
	}
	.search-notary-left:after {
	    top: 87%;
	}
	.search-notary-left:before {
	    bottom: 24px;
	}
	.search-notary-main .search-notary-right ul li + li {
	    margin-top: 10px;
	}
	.locate-travlling-video .play-icon {
	    max-width: 27%;
	}
	.locate-travlling-video:before {
	    height: 85%;
	}
	.locate-travlling-info {
	    margin-top: 15px;
	}
	.notary-service-card span {
	    max-width: 60px;
	}
	.notary-service-card {
	    padding: 25px 15px 25px 25px;
	}
	.blog-left .post .post-thumbnail a {
	    height: 200px;
	}
	.blog-content .title a {
	    font-size: 21px;
	}
	.notary-request-form form .gf_step .gf_step_label {
	    font-size: 13px;
	}
	.notary-request-form form .gf_step .gf_step_number {
	    width: 30px;
	    height: 30px;
	    font-size: 15px!important;
	    line-height: 2;
	}
	.notary-request-form form .gf_page_steps {
	    max-width: 326px;
	    text-align: center;
	}
	.notary-request-form form {
	    margin: -55px 0 0 0!important;
	    padding-top: 100px;
	}
	.notary-request-form form .gf_step.gf_step_active:after {
	    bottom: -38px;
	    border-top: 15px solid #0171e0;
	    border-left: 20px solid transparent;
	    border-right: 20px solid transparent;	
	}
	.notary-request-form form .gf_step {
	    padding: 0 7px;
	}
	.form-field-style .gform_page_footer input[type=button].gform_previous_button {
	    width: auto!important;
	    padding-left: 31px;
	    font-size: 16px!important;
	    min-height: 50px!important;
	}
	.gform_page_footer input[type=submit] {
	    font-size: 16px!important;
	    min-height: 50px!important;
	}
	.form-field-style .gform_page_footer input[type=button] {
	    font-size: 16px!important;
	    height: 50px;
	    background-size: 19px;
	}
	.form-banner .inner-page-banner-text {
    	top: 50%;
	}
	.blog-single-inner .post-navigation .nav-links {
	    float: inherit;
	}
	.blog-single-inner .post-navigation .nav-previous {
	    max-width: 100%;
	    float: inherit;
	    width: 100%;
	}
	.blog-single-inner .post-navigation .nav-next {
	    width: 100%;
	    float: inherit;
	    max-width: 100%;
	    margin-top: 10px;
	}
	.blog-single-inner .post-navigation .nav-previous a .nav-title br {
		display: none;
	}
	.blog-single-inner .post-navigation .nav-previous a:before,
	.blog-single-inner .post-navigation .nav-next a:before {
	    top: 0;
	}
	.enquiry-form-main .gform_heading h3,
	.signing-agent-form .enquiry-form-main .gform_heading h3 {
	    font-size: 18px!important;
	}
	.enquiry-form-main .gform_wrapper .top_label label {
	    font-size: 13px!important;
	}
	.enquiry-form-main .gform_wrapper .top_label div.ginput_container input, .enquiry-form-main .gform_wrapper .top_label div.ginput_container textarea {
	    height: 35px;
	    font-size: 12px!important;
	}
	.enquiry-form-main .gform_wrapper .gform_footer {
	    margin: 30px 0 0;
	}
	.popup-enquiry-form > div, .signing-agent-form > div {
	    padding: 25px 30px 30px;
	}
	.enquiry-form-main .gform_wrapper span.gform_description {
	    margin-bottom: 15px;
	    font-size: 13px;
	}
	.notary-request-form form .gf_step.gf_step_completed .gf_step_number:before {
	    top: 10px;
	    left: 8px;
	}
	.search-notary-left {
	    width: 100%;
	    padding-right: 0;
	    text-align: center;
	}
	.search-notary-right {
	    padding-left: 0;
	    width: 100%;
	}
	.search-notary-left .search-heading {
	    text-align: center;
	    margin-right: 0;
	    margin-bottom: 0;
	}
	.search-notary-right {
	    margin-top: 15px;
	}
	.enquiry-form-main form ul li .ginput_recaptcha {
	    -webkit-transform: scale(0.8);
	    -moz-transform: scale(0.8);
	    -ms-transform: scale(0.8);
	    -o-transform: scale(0.8);
	    transform: scale(0.8);
	    transform-origin: left;
	}
	.blog-single-page {
	    padding: 60px 0 100px;
	}
	.registration-form-sec .gform_heading {
	    font-size: 18px;
	    line-height: normal;
	}
	.registration-form-sec .ginput_recaptcha {
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
		-ms-transform: scale(0.8);
		-o-transform: scale(0.8);
		transform: scale(0.8);
    	transform-origin: left;
	}
}

@media (max-width: 375px) {
	.client-btm .blocks {
	    width: 100%;
	}
	.client-btm .blocks + .blocks {
	    width: 100%;
	}
	.client-btm {
	    flex-wrap: wrap;
	}
	.client-btm .blocks + .blocks {
	    text-align: left;
	}
	.rating {
	    background-position: left center;
	    margin-bottom: -31px;
	}
	.maintestimonial button.slick-next {
	    left: 65%;
	}
	.payment-sec.form-field .gform_wrapper .gfield_checkbox li label {
	    font-size: 13px!important;
	}
	.payment-inner-sec h4 {
	    font-size: 14px;
	}
	
}

@media (max-width: 380px) {
	.rightmenu ul li + li a {	
	    font-size: 10px;
	}
	.rightmenu li + li {
	    margin-left: 0;
	    margin-right: 5px;
	}
	.rightmenu li:last-child {
	    margin-right: 0;
	}
	.contact-no.mobile-show a {
	    font-size: 12px;
	}
	span.contact-no img {
	    max-width: 8px;
	}
	.menu-toggle {
	    padding: 0 10px 0 3px;
	    font-size: 0;
	}
	.menu-toggle .icon {
	    font-size: 18px;
	    margin-right: 0;
	}
	.contact-no.mobile-show {
	    vertical-align: bottom;
	}
	.logoleft {
	    margin-left: 10px;
		width:35%;
	}
	.bannertext-inner h1 {
	    font-size: 30px;
	}
	.bannertext-inner .banner-list {
	    margin: 10px 0 20px;
	}
	.bannertext-inner .banner-list ul li {
	    font-size: 14px;
	    line-height: 24px;
	}
	.bannertext-inner .banner-list ul li:before {
	    top: 9px;
	}
	.banner-btn a {
	    font-size: 9px;
	    padding: 7px 12px;
	}
	.banner-btn a small {
	    font-size: 10px;
	}
	.home-banner, .banner-image {
	    min-height: 540px;
	}
	.form-map {
	    height: 300px;
	}
	.form-map:before {
	    width: 300px;
	    height: 265px;
	}
	.contact-detail li {
	    width: 100%;
	    padding-right: 0;
	}
	.contact-detail li:nth-child(n+2) {
	    margin-top: 15px;
	}
	.inner-page-banner-text h1 {
	    font-size: 25px;
	}
	.banner-image-inner {
	    height: 240px;
	}
	.thank-sec .banner-image-inner {
	    height: 300px;
	}
	.js .main-navigation.toggled-on > div > ul {
	    top: 114px;
	}
	.about-travlling-video:before {
	    height: 75%;
	}
	.about-travlling-video .play-icon {
	    max-width: 60px;
	}
	.about-travlling-info li b {
	    font-size: 35px;
	}
	.about-travlling-info li {
	    padding: 0 8px;
	    font-size: 11px;
	}
	.flexible-service-left h3 {
	    font-size: 24px;
	}
	.flexible-service-left img {
	    max-width: 120px;
	}
	.flexible-service-right ul li img {
	    max-width: 35px;
	}
	.flexible-service-right ul li {
	    padding-left: 60px;
	}
	.flexible-service-right ul li span {
	    margin-bottom: 2px;
	}
	.about-comprehensive-list ul li p {
	    font-size: 12px;
	}
	.attorney-notary-we-travel-image:before {
	    height: 76%;
	}
	.attorney-notary-experienced-image span {
	    font-size: 13px;
	    padding: 15px;
	    line-height: 21px;
	    top: 90%;
	}
	.attorney-notary-service-video .play-icon {
	    width: 26%;
	    top: 10%;
	}
	.locate-travlling-video {
	    padding: 0 0 15px 15px;
	}
	.locate-travlling-video .play-icon {
	    top: 52%;
	}
	.social_share_icon {
	    top: -68px;
	    left: -50px;
	    width: 187px;
	    padding: 7px;
	}
	.social_share_icon i {
	    width: 30px!important;
	    height: 30px!important;
	}
	.form-banner .inner-page-banner-text h1 {
	    font-size: 25px;
	}
	.notary-request-form form .gf_step {
	    padding: 0 10px;
	}
	.notary-request-form form .gf_step .gf_step_number {
	    width: 23px;
	    height: 23px;
	    font-size: 12px!important;
	    line-height: 2;
	}
	.notary-request-form form .gf_step .gf_step_label {
	    font-size: 12px;
	}
	.notary-request-form form {
	    margin: -45px 0 0 0!important;
	    padding-top: 80px;
	}
	.notary-request-form form .gf_step.gf_step_active:after {
	    bottom: -24px;
	    border-top: 10px solid #0171e0;
	    border-left: 15px solid transparent;
	    border-right: 15px solid transparent;
	}
	.individual-state-banner .inner-page-banner-text h1:before {
	    left: 64%;
	    background-size: 60%;
	    height: 74px;
	    bottom: -73px;
	}
	.individual-state-banner .inner-page-banner-text h1:after {
	    background-size: 60%;
	    height: 69px;
	    top: -65px;
	}
	.inner-page-banner-text h2 {
	    font-size: 16px;
	}
	.enquiry-form-main .gform_heading h3 {
	    font-size: 16px!important;
	}
	.notary-request-form form .gf_step .gf_step_label {
	    max-width: 100px;
	    text-align: left;
	}
	.notary-request-form form .gf_step.gf_step_completed .gf_step_number:before {
	    top: 8px;
	    left: 6px;
	    width: 12px;
	    height: 6px;
	    border-width: 2px;
	}
	.testimonials-repeater > div {
	    padding: 15px 20px 90px;
	    min-height: 338px;
	}
	.enquiry-form-main form ul li .ginput_recaptcha {
	    -webkit-transform: scale(0.7);
	    -moz-transform: scale(0.7);
	    -ms-transform: scale(0.7);
	    -o-transform: scale(0.7);
	    transform: scale(0.7);
	}
	.enquiry-form-main .gform_heading h3, 
	.signing-agent-form .enquiry-form-main .gform_heading h3 {
	    font-size: 16px!important;
	}
	
}

 @media screen and (max-height: 375px) {
	.js .main-navigation.toggled-on > div > ul {
	    max-height: 192px;
	}
}
/* Fasial added this */
input#amount_ajax,input#invoice_ajax {
    margin: 0!important;
    font-size: 13px!important;
    color: #282829;
    font-family: 'Averta', sans-serif;
    font-weight: normal;
    width: 100%!important;
    background: #f7fbfe;
    height: 44px;
    padding: 10px 10px 10px 20px!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#ajaxform table {
    width: 100% !important;
}
input#image_submit_auth_ajax {
    display: inline-block;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    line-height: 1.5;
    border-radius: 4px;
    width: 200px;
    height: 50px;
    background: #0171e0;
    cursor:pointer;
    color: white;
}
@media only screen and (min-width: 641px) {
	.gform_wrapper .top_label li.gfield.gf_left_half.pdf-css, 
	.gform_wrapper .top_label li.gfield.gf_right_half.pdf-css {
		display: block;
		width: auto;
	}
	
	.gform_wrapper .top_label li.gfield.gf_first_quarter.grid-2:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), 
	.gform_wrapper .top_label li.gfield.gf_fourth_quarter.grid-2:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), 
	.gform_wrapper .top_label li.gfield.gf_second_quarter.grid-2:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), 
	.gform_wrapper .top_label li.gfield.gf_third_quarter.grid-2:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
		width: 50%;
	}
	
	.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half.pdf-css, 
	.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half.pdf-css {
		max-width: 100%;
		padding-right: 16px;
	}
}
.page-breads {
    padding: .75rem 0;
}

.page-breads ol {
	list-style: none;
	padding: 0;
	margin: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page-breads ol li+li {
    padding-left: .5rem;
}


/* Notary contact Form */

.form-notary label {
    display: none !important;
}
.form-notary input {
    width: 100% !important;
    height: 40px;
    padding-left: 15px!important;
    margin-bottom: 0px !important;
}
.form-notary textarea {
    height: 65px !important;
}
.form-notary div#input_11_11 {
    display: table;
    margin: 0 auto;
}
.form-notary h3.gform_title {
    letter-spacing: normal!important;
    margin: 0px;
    text-align: left;
    font-size: 22px;
    margin-top: -30px !important;
    margin-bottom: -10px !important;
}
.form-notary h3.gform_title {
    margin: 0px !important;
    padding-top: 0px !important;
    margin-top: -30px !important;
}
.form-notary input#gform_submit_button_11 {
    background: #0171e0;
    line-height: 10px !important;
    padding-bottom: 15px !important;
    height: 49px;
    border-radius: 7px !important;
    font-size: 14px !important;
    font-weight: 600;
    text-transform: uppercase;
}
.form-notary .gform_wrapper ul.gform_fields li.gfield {
    padding-right: 0px !important;
}
.individual-welcome-right a.fill-btn, .individual-agent-left a.fill-btn {
   
    margin-top: 29px;
}

@media (max-width: 767px) {
	.page-breads {
		font-size: 13px;
	}
	.form-notary h3.gform_title {
    margin: 0px !important;
    padding-top: 0px !important;
    margin-top: 0px !important;
}
}


 

.trustsymbols .slick-list.draggable {
    width: 95% !important;
    margin: 0 auto !important;
}
.trustsymbols .slick-slide img {
    display: table;
    margin: 0 auto;
}
.trustsymbols button.slick-prev {
    left: 0;
}
.trustsymbols button.slick-next {
    right: 0;
}
.trustsymbols button.slick-arrow {
    background: transparent;
    font-size: 0;
    width: 21px;
    height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.trustsymbols button.slick-next:hover:before {
    background-position: -47px 0;
}

.trustsymbols button.slick-next:before {
    content: "";
    background-image: url(./images/arrow-sprits.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 37px;
    background-position: -68px 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.trustsymbols button.slick-prev:before {
    content: "";
    background-image: url(./images/arrow-sprits.png);
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 37px;
    background-repeat: no-repeat;
    background-size: cover;
}
.custom-container.trustsymb {
    margin-top: 30px;margin-bottom:30px;
	overflow: hidden;
}
.trustsymb  h2 { text-align:center;
    font-size: 40px;margin-top:30px !important;
    margin: 0 0 24px;
    line-height: normal;
    font-family: 'Averta', sans-serif;
    font-weight: 600;float:left; width:100%;
    color: #021a4a;margin-bottom:30px !important;
}
.trustsymb .slick-slider {
    clear: both;
}
.trustsymbols .slick-slide img {
        max-width: 150px !important;cursor:pointer;
 
}
.custom-contact-no {
   width: 16px;
    display: inline-block;
    float: left;
    height: 19px;
    background: url(https://www.superiornotaryservices.com/wp-content/uploads/2019/12/css_sprites.png) -333px -10px;
    margin: 5px 0px 5px 5px;
}
.mobile-service-card:hover .custom-service-1 {
    /*width: 50px; height: 50px;*/
    background: url('https://www.superiornotaryservices.com/wp-content/uploads/2019/12/css_sprites.png') -263px -10px;
}
.custom-service-1{
    width: 50px; height: 50px;
    background: url('https://www.superiornotaryservices.com/wp-content/uploads/2019/12/css_sprites.png') -263px -80px;
}
.custom-service-2{
    width: 66px; height: 55px;
    background: url('https://www.superiornotaryservices.com/wp-content/uploads/2019/12/css_sprites.png')  -96px -10px;
}
.mobile-service-card:hover .custom-service-2 {
   /* width: 66px; height: 55px;*/
    background: url('https://www.superiornotaryservices.com/wp-content/uploads/2019/12/css_sprites.png')  -10px -10px;
}
.custom-service-3{
    width: 62px; height: 54px;
    background: url('https://www.superiornotaryservices.com/wp-content/uploads/2019/12/css_sprites.png')  -92px -85px;
}
.mobile-service-card:hover .custom-service-3 {
   /* width: 62px; height: 54px;*/
    background: url('https://www.superiornotaryservices.com/wp-content/uploads/2019/12/css_sprites.png')  -10px -85px;
}
.custom-service-4{
    width: 54px; height: 36px;
    background: url('https://www.superiornotaryservices.com/wp-content/uploads/2019/12/css_sprites.png') -162px -159px;
}
.mobile-service-card:hover .custom-service-4 {
    /*width: 54px; height: 36px;*/
    background: url('https://www.superiornotaryservices.com/wp-content/uploads/2019/12/css_sprites.png')  -88px -159px;
}
.custom-service-5{
    width: 45px; height: 55px;
    background: url('https://www.superiornotaryservices.com/wp-content/uploads/2019/12/css_sprites.png') -75px -222px;
}
.mobile-service-card:hover .custom-service-5 {
   /*width: 45px; height: 55px;*/
    background: url('https://www.superiornotaryservices.com/wp-content/uploads/2019/12/css_sprites.png') -10px -222px;
}
.custom-service-6{
    width: 61px; height: 44px;
    background: url('https://www.superiornotaryservices.com/wp-content/uploads/2019/12/css_sprites.png') -182px -74px;
}
.mobile-service-card:hover .custom-service-6 {
   /* width: 61px; height: 44px;*/
    background: url('https://www.superiornotaryservices.com/wp-content/uploads/2019/12/css_sprites.png') -182px -10px;
}
.custom-icon-1 {
    width: 43px; height: 43px;
    display: inline-block;
    background: url('https://www.superiornotaryservices.com/wp-content/uploads/2019/12/css_sprites.png') -263px -150px;
}
.custom-icon-2 {
    width: 40px; height: 55px;
    display: inline-block;
    background: url('https://www.superiornotaryservices.com/wp-content/uploads/2019/12/css_sprites.png') -140px -222px;
}
.custom-icon-3 {
    width: 58px; height: 43px;
    display: inline-block;
    background: url('https://www.superiornotaryservices.com/wp-content/uploads/2019/12/css_sprites.png') -10px -159px;
}
.custom-facebook-icon {
   width: 38px; height: 38px;
    display: inline-block;
    background: url('https://www.superiornotaryservices.com/wp-content/uploads/2019/12/css_sprites.png') -200px -222px;
}
.custom-linkedin-icon {
   width: 38px; height: 38px;
    display: inline-block;
    background: url('https://www.superiornotaryservices.com/wp-content/uploads/2019/12/css_sprites.png') -258px -222px;
}
.custom-address-icon{
 width: 11px; height: 15px;
    display: inline-block;
    background: url('https://www.superiornotaryservices.com/wp-content/uploads/2019/12/css_sprites.png') -333px -85px;
    position: absolute;
    left: 0;
    top: 7px;
}
.custom-phone-icon{
    width: 14px; height: 16px;
    display: inline-block;
    background: url('https://www.superiornotaryservices.com/wp-content/uploads/2019/12/css_sprites.png') -333px -49px;
    position: absolute;
    left: 0;
    top: 7px;
}


@media screen and (min-width: 1200px) {
	.main-navigation ul ul {
		background: #fff;
		border: 1px solid #bbb;
		left: -999em;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 99999;
	}
}


@media screen and (max-width: 1199px) {
    .rightmenu ul li.credit-card-list {
    display: none;
}
	.logoleft {
		margin-top: 0;
		margin-left: 15px;
		width:35%;
	}
	.logoleft a {
		max-width: 150px;
	}
	.navigation-top {
		margin-top: -10px;
	}
	.navigation-top {
		width: 48%;
	}
	.contact-no.mobile-show {
		display: inline-block;
	}
	.contact-no.mobile-show a {
		display: inline-block;
		font-size: 14px;
	}
	.menu-toggle {
		display: inline-block!important;
		padding: 0 10px 0 10px;
		margin: 0;
	}
	.menu-toggle:focus {
		border: 0;
		outline: 0;
	}
	.navigation-top .main-navigation .menu-main-menu-container > ul {
		display: none!important;
	}
	.main-navigation li li {
		padding: 8px 0;
	}
	.rightmenu {
		margin: -15px 0 15px;
		background: #047ce4d4;
		padding: 8px;
		text-align: center;
	}
	.contact-no {
		display: none;
	}
	.js .main-navigation.toggled-on > div > ul {
		display: block!important;
		position: absolute;
		left: 0;
		right: 0;
		top: 68px;
		background: #fff;
		border: 0;
		z-index: 9;
		padding: 0 15px;
		box-shadow: 0 12px 20px rgba(0,0,0,0.1);
		max-height: 229px;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.main-navigation ul#top-menu > li + li {
		padding-left: 0;
		border-top: 1px solid rgba(0,0,0,0.1);
	}	
	.main-navigation li {
		padding: 8px 0;
		display: block;
	}
	.dropdown-toggle {
		background-color: transparent;
		border: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		color: #222;
		display: block;
		font-size: 16px;
		right: -0.5em;
		line-height: 1.8;
		margin: 0 auto;
		padding: 0.5em;
		position: absolute;
		text-shadow: none;
		top: 0;
	}
		span.name>.icon-angle-down {
			display: none;
		}
		
	.main-navigation ul li.menu-item-has-children.focus:before, .main-navigation ul li.menu-item-has-children:hover:before, .main-navigation ul li.menu-item-has-children.focus:after, .main-navigation ul li.menu-item-has-children:hover:after, .main-navigation ul li.page_item_has_children.focus:before, .main-navigation ul li.page_item_has_children:hover:before, .main-navigation ul li.page_item_has_children.focus:after, .main-navigation ul li.page_item_has_children:hover:after {
		display: none;
		content: none;
		}
		
	.main-navigation ul ul.toggled-on {
		margin-top: 12px;
	}
	.main-navigation ul ul.toggled-on {
		display: block;
	}
	.js .dropdown-toggle {
		display: block!important;
	}
	.site-header .wrap {
		padding: 0;
	}
	.main-navigation ul ul a {
		padding: 0;
		width: 100%;
	}
	.main-navigation li li, .main-navigation li:last-child {
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	.js .main-navigation ul, 
	.js .main-navigation ul ul, 
	.js .main-navigation > div > ul {
		display: none;
	}
	.js .main-navigation ul ul.toggled-on {
		display: block;
	}
}
.credit-card-no:hover{
    color: #ea1a16 !important;
}
.credit-card-no:active{
    color: #ea1a16 !important;
}

.single-notaries .trustsymbols img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%);
-webkit-transition: all .15s ease-in-out;
}

.single-notaries .trustsymbols img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}


/*
----- Section Panes -----
*/

html body .pane.hero .bg-hero-overlay {
    position:absolute;
    left:0;
    top:0;
    right:0;
    bottom:0;
    z-index:10;
}

html body .pane.hero .inner-page-banner-text {
    z-index:100;
}

section.pane {
    clear:both;
}

section.pane .section-title2 h2 span {
    clear:both;
    display:block;
}

.bg-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bg-blue-pattern {
    padding: 100px 0;
    text-align: center;
    background-color: #0171e0;
    background-image: url(./images/patter-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    color:#ffffff;
}

.bg-blue-solid {
    background:#0171e0;
    color:#ffffff;
}


html body section.pane.bg-blue-solid,
html body section.pane.bg-blue-solid h2,
html body section.pane.bg-blue-solid p,
html body section.pane.bg-blue-solid a,
html body section.pane.bg-blue-pattern,
html body section.pane.bg-blue-pattern h2,
html body section.pane.bg-blue-pattern p,
html body section.pane.bg-blue-pattern a,
html body section.pane.text-white,
html body section.pane.text-white h2,
html body section.pane.text-white p,
html body section.pane.text-white a,
html body section.pane.bg-blue-solid h2 span,
html body section.pane.bg-blue-pattern h2 span,
html body section.pane.text-white h2 span {
    color:#ffffff;
}

html body .section-column-wrapper {
    display: flex !important;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    list-style: none;
    margin-left:-1rem;
    margin-right:-1rem;
    /*
    background:green;
    border:1px solid orange;
    */
}

html body .section-column {
    flex: 1;
    padding:0 1rem;
    /*
    background:yellow;
    border:1px solid red;
    */
}

html body .column-content a {
    text-decoration:underline;
}

html body .column-content a.fill-btn {
    text-decoration:none;
}

html body .img-service-wrapper {
    position:relative;
    padding:2rem;
}

html body .img-service-wrapper .img-service,
html body .img-service-wrapper img {
    z-index:10;
    position:relative;
}

html body .img-service-wrapper:after {
    content: "";
    position: absolute;
    background: url(./images/bg-square-dot-repeat.png);
    background-size: auto;
    background-repeat: repeat;
    background-size: auto;
    width: auto;
    height: auto;
    z-index: 0;
    opacity: 0.5;
}



html body .img-service-wrapper.top-left,
html body .img-service-wrapper.top-right {
    padding-bottom:0;
}

html body .img-service-wrapper.bottom-left,
html body .img-service-wrapper.bottom-right {
    padding-top:0;
}

html body .img-service-wrapper.top-right,
html body .img-service-wrapper.bottom-right {
    padding-left:0;
}

html body .img-service-wrapper.top-left,
html body .img-service-wrapper.bottom-left {
    padding-right:0;
}

html body .img-service-wrapper.top-left:after,
html body .img-service-wrapper.top-right:after {
    top:0rem;
    bottom:4rem;
}

html body .img-service-wrapper.bottom-left:after,
html body .img-service-wrapper.bottom-right:after {
    top:4rem;
    bottom:0;
}

html body .img-service-wrapper.top-left:after,
html body .img-service-wrapper.bottom-left:after {
    left:0;
    right:4rem;
}

html body .img-service-wrapper.top-right:after,
html body .img-service-wrapper.bottom-right:after {
    left:4rem;
    right:0;
}


html body .img-service-wrapper span.image-overlay-text {
    position: absolute;
    left: -14px;
    z-index: 1;
    max-width: 200px;
    background: #0171e0;
    text-align: left;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    padding: 28px 22px 28px 28px;
    border-radius: 10px;
    font-family: 'Averta', sans-serif;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    word-wrap: normal;
}

html body .section-column ul {
    list-style:disc !important;
    padding-left:1rem;
}

@media (max-width: 380px) {

    html body .section-column-wrapper {
        margin-left:0;
        margin-right:0;
    }

    html body .section-column {
        flex-basis:100%;
    }

}

/* Styles for New Automated City Pages */
.newcities a.fill-btn {
    text-align: center;color: #fff !important;
}
.newcities .inner-page-banner-text{max-width: 1170px;
	padding: 0 15px;
	position: absolute;
	top: 20%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
} 
.newcities .customrow {
    max-width: 1280px !important;
    display: block !important;
    margin: 0 auto;
    position: relative;
}
.newcities .customrow .custom-halfcol {
    width: 50%;
    float: left;
}
.newcities .customrow .custom-3col {
    width: 65%;
    float: left;
}
.newcities .customrow .custom-1col {
    width: 35%;
    background: white;
    float: left;
    padding: 20px;
    border-radius: 33px;
    border: 1px solid #e8e8e8;
    margin-top: 70px !important;
}
.newcities .customrow .why-choose-services ul li {
    border: 1px solid #1a7fe3;
    border-radius: 10px;
    padding: 20px;
    margin-left: 20px;
    margin-right: 20p;
	
}
.newcities .customrow .why-choose-services ul li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    text-align: center;
    min-height: 280px;
    margin-bottom: 20px;
}

.newcities .customrow .why-choose-services ul li > div {
    max-width: 100%;
    display: inline-block;
}

.newcities .inner-page-banner-text {
    top: 8%;
}
.newcities .custom-1col p {
    margin-top: 28px;
    font-size: 20px;
    font-weight: bold;
}
.newcities .customrow.banrow {
    position: relative;
    margin-top: -550px;
}
.newcities .gform_legacy_markup_wrapper .top_label .gfield_label,.newcities .gform_legacy_markup_wrapper legend.gfield_label,.newcities .gform_legacy_markup_wrapper h3.gform_title{display:none;}
.newcities .banrow h2, .newcities .banrow p {
    color: white;
}

.newcities .banner-image-inner {
    height: 630px !important;
    position: relative;
    overflow: hidden;
}

.newcities .testimonials-repeater > div p{color:black !important;}

.newcities .gform_legacy_markup_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    font-family: inherit;
    font-size: inherit;
    letter-spacing: normal;
    padding: 5px 4px;
    width: 100%;
    padding-left: 10px;
}

.newcities .banner-image-inner img {
    filter: brightness(0.5);
}
.newcities .maintestimonial .slick-slide {
    opacity: 0;
}

.newcities .slick-list.draggable {
    padding-left: 30px !important;
}
.newcities .about-comprehensive-sec h4 {
    color: white;
    font-size: 30px;
}

.newcities .about-comprehensive-sec{margin-bottom:60px;}

.newcities p a.fill-btn {
    color: #fff !important;
}
.newcities .custom-1col p {
    margin-top: 10px;
    font-size: 22px;
    font-weight: bold;
    color: black !important;
    text-align: center;
}
.newcities .customrow .why-choose-services ul li {
    margin-left: 1% !important;
    margin-right: 0px !important;min-height:330px;
}
.newcities .faq-tab-sec {
    max-width: 90% !important;
    display: table;
    margin: 0 auto;
	    padding-top: 80px;
    padding-bottom: 80px;
}
.newcities p a.fill-btn {
    color: #fff !important;
    display: table;
    margin: 0 auto;
    margin-top: 30px;
}
.newcities .why-choose-services p {
    color: black;
}
.newcities .testimonials-repeater > div p {
    color: black !important;
    
}
.newcities input#gform_submit_button_14 {
    display: table;
    margin: 0 auto;
    width: 100%;
}
.newcities .about-comprehensive-list ul li:last-child span:before {display:none;}
.newcities .about-comprehensive-list ul li:last-child span {
    background: white;
    border: none !important;
    line-height: 163px !important;
    position: relative;
    padding-bottom: 0px !important;
}
.newcities .testimonials-repeater > div{max-width:500px;margin-left:10px;}
.newcities .client-feedback {border:0px !important;}
.maintestimonialgc {
    max-width: 860px;
    margin:0 auto;
    padding-top: 10px;
}
.maintestimonialgc .slick-current {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1!important;
}
.maintestimonialgc .slick-slide {
    opacity: 0.4;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.maintestimonialgc .slick-list {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}
.maintestimonialgc button {
    color: #0364c3;
    background-color: #fff;
    border-radius: 50px;
    font-size: 0;
    padding: 12px 15px;
    display: block;
    position: absolute;
    bottom: -20px;
    left: 60%;
    z-index: 2;
    -webkit-transform: translate(-60%,0);
    -moz-transform: translate(-60%,0);
    -ms-transform: translate(-60%,0);
    -o-transform: translate(-60%,0);
    transform: translate(-60%,0);
}
.maintestimonialgc button.slick-prev {
    left: 53.3%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 2px solid #e9e9e9;
}
.maintestimonialgc button.slick-next {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.maintestimonialgc button:before {
	content: "";
	font-family: fontawesome;
	font-size: 14px;
	color: #0364c3;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	display: block;
}

.maintestimonialgc button.slick-prev:before  {
	background-image: url(./images/arrow-left.png);
	background-repeat: no-repeat;
	
}
.maintestimonialgc button.slick-next:before  {
	background-image: url(./images/arrow-right.png);
	background-repeat: no-repeat;
}
@media screen and (max-width:991px)
{
	
	.maintestimonialgc {
	    max-width: 760px;
	}
		.maintestimonialgc button {
	    bottom: -14px;
    }
	.maintestimonialgc button.slick-prev {
	    left: 53.3%;
	    border-right: 2px solid #e9e9e9;
	    margin-left: -8px;
	}
	.newcities .customrow .custom-3col {
    width: 100%;
    float: left;padding:10px;text-align:center;
}
.newcities .customrow .custom-1col {
    width: 100%;
    float: left;padding:10px;
}
	.newcities .banrow h2 {
    margin-top: 50px;
}
	.newcities .maintestimonial .slick-slide {
    opacity: 0.4;
}

.newcities .slick-list.draggable {
    padding-left: auto !important;
}
	.newcities.mobform{display:block !important;}
	.newcities .deskform{display:none !important;}
	
	.newcities .slick-list.draggable {
    padding-left: 10px !important;
    margin-left: -15px;
}
.newcities .client-btm {
    position: static;
    display: contents;
}
	.newcities .client-btm .blocks + .blocks {
    text-align: left;
    padding-left: 30px;
}
}
.newcities .single-notaries .wrap p a.fill-btn{text-align:center;}
@media screen and (max-width:1300px)
{
.newcities .customrow.banrow {padding:30px !important;}
	
}
@media screen and (max-width:991px)
{
	.newcities .customrow .why-choose-services ul li {
    width: 95%;
    margin: 0 auto !important;
    display: table;
    margin-bottom: 20px;min-height:0px;margin-bottom:30px !important;
}
	.newcities .testimonials-repeater > div p {
    color: black !important;
   
}
	.newcities .maintestimonial .slick-slide{margin-left:50px;}
	.newcities .banrow h2, .newcities .banrow p {
    color: #0d0d0d;
}
	.newcities .mobform{display:block !important;}
	.newcities .deskform{display:none !important;}
.newcities .client-feedback{border:none;}
	.newcities .maintestimonial .slick-slide{opacity:0;}
	.newcities .testimonials-repeater.slick-slide.slick-current.slick-active.slick-center {
  
}
	.newcities .slick-track {
    position: relative;
    top: 0;
    left: 0;
		display: inline-flex !important;}
	
	.newcities .customrow .custom-1col {
    width: 95%;
    padding: 10px;
    margin: 0 auto;
    float: none;
}
	
	.newcities .inner-page-banner-text h1 {
    font-size: 32px;
    word-wrap: break-word;
}
.newcities .testimonials-repeater > div {
    max-width: 90%;
    border: 1px solid;
    margin: 0 auto;
}
	.newcities .maintestimonialgc{padding-left:10px;}
	.newcities .slick-list.draggable {
    padding-left: 10px !important;
}
}


 
@media (max-width: 575px) {
	 
	
		.maintestimonialgc .slick-current {
	    -webkit-transform: scale(1);
	    -moz-transform: scale(1);
	    -ms-transform: scale(1);
	    -o-transform: scale(1);
	    transform: scale(1);
	}
	.maintestimonialgc button.slick-prev {
	    left: 50%;
	    margin-left: -4px;
	}
	.maintestimonialgc button {
	    bottom: 0;
	}
	.maintestimonialgc .slick-slide {
		opacity: 1;
	}
}

@media (max-width: 475px) {
	 
	.maintestimonialgc button.slick-next {
	    left: 62%;
	}
}
@media screen and (max-width:480px)
{
.newcities .section-column-wrapper {
    margin-left: auto !important;
    margin-right: auto !important;
}
}

@media (max-width: 375px) {
	 
	.maintestimonialgc button.slick-next {
	    left: 65%;
	}
}
@media screen and (max-width:480px)
{
	.service-content.s-odd img, .service-content.s-even img {
		max-width: 100% !important;
		margin-right: 0px;
	}
}
@media (max-width: 390px) {
    .inner-page-banner-text h1 {
        white-space: pre-wrap !important;
        margin-bottom: 60px !important;
    }
}


/**
 * Single banks
 * ----- */

html body.single-banks .pl-50 {
    padding-left:50px  !important;
}

html body.single-banks .pr-50 {
    padding-right:50px  !important;
}

html body.single-banks .bank-logo-wrapper img {
    border:4px solid #D2E6F9;
    max-height:128px;
    min-height:128px; 
    background-color:#fff;
}

html body.single-banks .bank-logo-wrapper .img-service-wrapper.top-left:after, 
html body.single-banks .bank-logo-wrapper .img-service-wrapper.bottom-left:after {
    left:0rem;
    right:0rem;
}

html body.single-banks .cta-button {
    margin-top:1rem;
}

html body.single-banks .section-title {
    font-size: 20px;
    font-weight: 600;
    color: #0171e0;
    line-height: normal;
    font-family: "Averta", sans-serif;
}

@media (max-width: 767px) {
    html body.single-banks .notary-half {
        width:100%;
        text-align:center;
        padding:0 1rem !important;
        margin-top:1rem;
    }

    html body.single-banks .section-title * {
        text-align:center !important;
    }

    html body.single-banks .section-title h2.border-style {
        position:relative;
    }

    html body.single-banks .section-title h2.border-style:before {
        left:50%;
        margin-left:-25px;
    }

    html body.single-banks .bank-logo-wrapper .img-service-wrapper {
        padding-left:0;
    }

}
.page-id-664 .mobile-notarie-content ul li {
    display: inline-block;
    width: 100%; 
    display: inline-block;
    width: 100%;
    margin: 10px 10px;
}
.page-id-664 .attorney-notary-service-process {
    padding-top: 60px;
}

/* Service w/ Panes Template */
.section-quick-refresh {
	text-align: left;
}

.section-quick-refresh a {
	text-decoration: underline;
}

.section-quick-refresh a:hover {
	text-decoration: none;
}

.section-quick-refresh h3 {
	font-size: 1.75rem;
}

.page-template-template_serivce-section-panes .mobile-service-inner ul {
	padding-left: 0;
}

.page-template-template_serivce-section-panes .mobile-service-inner ul li {
	list-style: none;
}

.page-template-template_serivce-section-panes .mobile-service-card span {
	display: block;
}

.page-template-template_serivce-section-panes .mobile-service-inner svg {
	fill: #0171e0;
	width: 100%;
	height: 100%;
}

.page-template-template_serivce-section-panes .mobile-service-inner .mobile-service-card:hover svg {
	fill: #fff;
}

.page-template-template_serivce-section-panes .faq-tab-sec p {
	display: inherit;
}

.page-template-template_serivce-section-panes .faq-tab-sec .accordion-content {
	display: none;
}

.page-template-template_serivce-section-panes .faq-tab-sec .accordion-body {
	padding-top: 35px;
}

.page-template-template_serivce-section-panes .faq-tab-sec .accordion-body p:first-child {
	margin-top: 0;
}

.page-template-template_serivce-section-panes .faq-tab-sec .accordion-content p {
	margin-top: 20px;
}

.page-template-template_serivce-section-panes .accordion-content a {
	display: unset;
	text-decoration: underline;
	cursor: pointer;
	font-weight: unset;
	line-height: unset;
	font-size: unset;
	user-select: unset;
	text-transform: unset;
	font-family: unset;
	color: unset;
	position: unset;
	padding: unset;
}

.page-template-template_serivce-section-panes .accordion-content a:after {
	content: none;
}

.page-template-template_serivce-section-panes .accordion-content a:hover {
	text-decoration: none;
	opacity: 0.85;
}

.page-template-template_serivce-section-panes .faq-tab-sec li {
	list-style-type: none;
}

.page-template-template_serivce-section-panes .bg-blue-solid .faq-tab-sec a:after,
.page-template-template_serivce-section-panes .bg-blue-pattern .faq-tab-sec a:after {
	border-color: white;
}

.page-template-template_serivce-section-panes .faq-tab-sec li:last-child {
	border-bottom: 0;
}

.page-template-template_serivce-section-panes .faq-tab-sec > ul {
	padding-left: 0;
}

.page-template-template_serivce-section-panes .faq-tab-sec .accordion-body ul {
	margin-left: 1em;
	padding-left: 1em;
}

.page-template-template_serivce-section-panes .faq-tab-sec .accordion-body ul li {
	margin-top: 0.5em;
	list-style-type: initial;
	font-size: 14px;
	line-height: 2;
	color: #54646f;
	font-weight: 700;
	font-family: 'Averta', sans-serif;
}

.page-template-template_serivce-section-panes .faq-tab-sec .accordion-content p {
	max-width: 100%;
}

@media (max-width: 767px) {
	.page-template-template_serivce-section-panes .inner-page-banner-text h1 {
		white-space: unset;
	}
	
	.page-template-template_serivce-section-panes .mobile-service-card span {
		display: block;
		margin: 0 auto;
	}
}

/* Header 
.site-header .wrap {
	width: 100%;
	max-width: 100%;
}

.site-header .menu-main {
	justify-content: space-between;
}

.main-navigation a {
	font-size: 14px;
}

.logoleft .logo {
	width: 160px;
}
*/
/* jail-mobile-notary-services */
.hmb2 .section-title2 h2 {
	margin-bottom: 1.5rem;
}
	
.ulmb2  li:not(last-child) {
	margin-bottom: 0.5rem;
}

.mw-75 {
	width: 100%;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

html body .section-col-style1 .img-service-wrapper {
	padding: 0;
}

.section-col-style1 .s3r2 .section-column-wrapper,
.section-col-style1 .s3r3 .section-column-wrapper {
	margin: 0;
	column-gap: 30px;
}

.section-col-style1 .s3r2 .section-column,
.section-col-style1 .s3r3 .section-column {
    background-color: #f7f7f7;
    border-radius: 12px;
    padding: 20px;
	margin-bottom: 30px;
}


.section-col-style1 .s3r2 .section-column :first-child,
.section-col-style1 .s3r3 .section-column :first-child {
	margin-top: 0;	
}

html body .img-style-1 .img-service-wrapper.none {
	padding: 1rem 0;
}

html body .img-style-1 .img-service-wrapper.none .img-service {
	max-width: 100%;
}

html body .img-style-1 .img-service-wrapper:after {
    background-image: radial-gradient(circle at center, #ffffff 0.15rem, transparent 0);
    background-size: 1rem 1rem;
    background-repeat: round;
    background-position: top left;
}

.vertical-icon-boxes .mobile-service-inner {
	max-width: 100%;
	padding-top: 1rem;
}

/* #jail-mobile-notary-services */

/* Site Header 20250820 */
.site-header .menu-main {
	justify-content: space-between;
}

.site-header .rightmenu {
	margin-top: 10px;
}

.logoleft img {
	vertical-align: top;
}

.navigation-top {
	display: flex;
	flex-direction: column;
	align-items: end;
}

.rmicnts a span {
	visibility: hidden;
}

@media (max-width: 1280px) and (min-width: 1200px) {
	.site-header .menu-main {
		align-items: start;
	}
}

@media (min-width: 1200px) {
	.rmicnts {
		display:none
	}
}

@media (min-width: 1281px) {
	.main-navigation a {
		font-size: 15px;
	}
}

@media (max-width: 1199px) {
	#masthead .rightmenu{background:#dceaf7;border-radius:50px 50px 0 0;position:fixed;bottom:0;left:0;right:0;padding:0 30px 15px;margin:0 auto;z-index:2}
	.home #masthead .rightmenu{visibility:visible;opacity:1}
	.stickybottom #masthead .rightmenu{visibility:hidden;opacity:0;transition:.21s ease-in-out}
	#masthead .rightmenu ul li a small{display:none}
	#masthead .rightmenu ul{display:flex}
	#masthead .rightmenu ul li + li{width:100%}
	#masthead .rightmenu ul li:nth-child(3){margin-left:0}
	#masthead .rightmenu ul li + li a{font-size:14px;padding:15px;width:100%;white-space:nowrap}
	#masthead .rightmenu ul li + li a.btn-blue{background:#0487e8;color:#fff}
	#masthead .rightmenu.bottom ul li:first-child{display:none}
	.rmicnts{display:flex;justify-content:center;text-align:center;margin-top:-34px;padding-bottom:15px}
	.rmicnts .rmchat a{display:block;width:62px;height:62px;background:#e21a22 url(/wp-content/uploads/2020/12/chat.png) no-repeat center;background-size:32px auto;border-radius:50%;border:5px solid #fff;text-indent:-999px;margin-left:15px}
	.rmicnts .rmchat.live_chat a{background-image:url(/wp-content/uploads/2020/12/smile.png);background-size:52px auto;background-color:#fff}
	.rmicnts .rmphone a{display:block;width:62px;height:62px;background:#0487e8 url(/wp-content/uploads/2020/12/telephone.png) no-repeat center;background-size:28px auto;border-radius:50%;border:5px solid #fff;text-indent:-999px}
	}
	.menu-toggle {font-size: 1.5rem;}		
}


/* #Site Header 20250820 */

/* FAQ Accordion Shortcode */
.faq-theme-light * {
	color: #fff;
}

.faq-theme-light .faq-item:first-child {
	border-top: 1px solid #fff;
}

.sb-accordion .faq-item summary .accordion-label {
	font-family: 'Averta', sans-serif;
	font-weight: 600;
	padding: 0;
	margin: 0;
	padding-right: 15px;
}

.faq-theme-light .faq-item summary {
	background: none;
	padding-left: 0;
	padding-right: 0;
}

.sb-accordion .accordion-content {
	padding: 20px;
	text-align: left;
}

.sb-accordion .accordion-content :last-child {
	margin-bottom: 0;
}

.faq-theme-light .accordion-content {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
}

.faq-theme-dark .accordion-content {
	background: #fff;
}

.sb-accordion .accordion-content ul {
	padding-left: 1em;
	list-style-type: disc;
	margin-bottom: 24px;
}
/* #FAQ Accordion Shortcode */

/* Homepage - CSS Updates 2025/10/10 */
.service-section.how-work-sec .col-half li h3 {
	margin: 0;	
}

.page-template-home-page .bannertext-inner h1 {
	font-size: 44px;
}

.column-box h3 {
    margin: 0 0 2px;
    text-transform: none;
    letter-spacing: 0;
    font-size: 17px;
    font-weight: 600;
    color: #021a4a;
    font-family: 'Averta', sans-serif;
}	

.page-template-home-page .mobile-service-inner h2 {
	
}

@media (min-width: 1368px) {
	.page-template-home-page .bannertext-inner .banner-list {
		margin: 20px 0 40px;
	}
}

@media (max-width: 767px) {
	.page-template-home-page .bannertext-inner h1 {
		font-size: 32px;
	}
	
	.banner-white-box {
		max-width: calc(100% - 30px);
	}
}
/* #Homepage - CSS Updates 2025/10/10 */