/*!
Theme Name: Findbesttools
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: freelanceland
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@font-face {
	font-family: 'Ivar Text';
	font-style: normal;
	font-weight: normal;
	font-display: swap;
	src: url('fonts/IvarText-Bold.eot');
	src: url('fonts/IvarText-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/IvarText-Bold.woff2') format('woff2'),
		url('fonts/IvarText-Bold.woff') format('woff'),
		url('fonts/IvarText-Bold.ttf') format('truetype'),
		url('fonts/IvarText-Bold.svg#IvarText') format('svg');
}
@font-face {
	font-family: 'Inter 700';
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url('fonts/Inter-Bold.woff2') format('woff2'),
		url('fonts/Inter-Bold.woff') format('woff');
}
@font-face {
	font-family: 'Inter 400';
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url('fonts/Inter-Regular.woff2') format('woff2'),
		url('fonts/Inter-Regular.woff') format('woff');
}
@font-face {
	font-family: 'Inter 500';
	font-style: normal;
	font-weight: 500;
	font-display: swap;
	src: url('fonts/Inter-SemiBold.woff2') format('woff2'),
		url('fonts/Inter-SemiBold.woff') format('woff');
}
/*
@font-face{
	font-weight:400;
	font-display:swap;
	font-family:Recoleta;
	src:url(fonts/400.eot);
	src:url(fonts/400.eot?#iefix) format("embedded-opentype"),
	url(fonts/400.woff2) format("woff2"),
	url(fonts/400.woff) format("woff"),
	url(fonts/400.ttf) format("truetype")
}*/
@font-face {
  font-family: 'Reckless';
  src: url('https://uploads-ssl.webflow.com/5f4402ff53f0264593a29902/5f4402ff53f026b96fa29954_Reckless-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Reckless';
  src: url('https://uploads-ssl.webflow.com/5f4402ff53f0264593a29902/5f4402ff53f02657c3a29955_Reckless-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

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

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

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

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

img {
	border-style: none;
}

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

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

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
#commentform input#submit,
#reviews input.acf-button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    letter-spacing: 0;
    padding: 10px 30px;
    font-size: 18px;
    line-height: 1.71;
    border-radius: 1.8px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background: #2a75d1;
    color: #fff;
}
#reviews input.acf-button {
    padding: 10px 50px;
}
#commentform input#submit:hover, input.acf-button {
    background: #0A54AB;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

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

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

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

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

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

summary {
	display: list-item;
}

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

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

template {
	display: none;
}

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

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Mulish", Arial, sans-serif;
	font-size: 19px;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 24px;
}
p {
	margin: 0;
	font-weight: 300;
}

p:not(:last-child){
	margin-bottom: 20px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	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: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	-webkit-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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	        box-sizing: inherit;
}

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

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

ul, ol {
	margin: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #003059;
    border: 1px solid rgba(0, 48, 89,0.25);
    border-radius: 0px;
    padding: 10px 15px!important;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover, a:active {
	outline: 0;
}
#primary {
	padding: 100px 0;
}

.main-title {
    background: #4e0000;
    color: #fff;
    text-align: left;
    padding: 50px 0;
    margin-bottom: 80px;
}
.main-title h1 {
    /* font-size: 36px; */
    color: #fff;
    margin-bottom: 30px;
}
.archive-description p {
    margin: 0;
    margin-top: 10px;
    /* font-size: 18px; */
}
main .container {
	max-width: 770px;
}
main .main-title .container {
	max-width: 1440px;
}
.single main .container {
	max-width: 1440px;
}
.p-highlight {
	background: #F9F871;
}
.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin: 0 -20px;
}
.single .flex-row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
}
.col-md-6 {
    width: 50%;
    padding: 0 20px;
}
.col-md-5 {
    width: 45%;
    padding: 0 20px;
}
.col-md-7 {
    width: 55%;
    padding: 0 20px;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
-webkit-box-shadow: 0 0.125em 0.375em 0 rgba(0,0,0,0.1);
        box-shadow: 0 0.125em 0.375em 0 rgba(0,0,0,0.1);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    background: #fff;
    z-index: 99999;
    padding: 20px 0px 10px;
    min-width: 250px;
}

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

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

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

.main-navigation .menu > li {
    float: left;
    position: relative;
    padding: 20px 15px;
}

.main-navigation .menu > li > a {
	display: block;
	text-decoration: none;
font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
            position: relative;
                padding: 4px 0px;
}
.main-navigation .menu .sub-menu a {
    font-weight: 400;
    text-transform: capitalize;
    padding: 0px 15px;
        font-size: 16px;
    margin-bottom: 10px;
    display: block;
}
.menu-menu-1-container>ul>li>a:after {
    content: '';
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
    background: #2a75d1;
}
.menu-menu-1-container>ul>li:hover>a:after {
    width: 100%;
    left: 0;
    right: auto;
}
.site-branding {
	font-size: 36px;
	color:#0A54AB;
	max-width:120px;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: flex;
}

.main-navigation{
	margin-left: auto;
	margin-right: 15px;
}

.menu-toggle {
    display: block;
    height: 28px;
    width: 28px;
    margin-right: auto;
    margin-top: -16px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    cursor: pointer;
}

.menu-toggle span:after,.menu-toggle span:before {
    content: "";
    left: 0;
    position: absolute;
    top: 9px;
}

.menu-toggle span:after {
    top: 18px;
}

.menu-toggle span {
    display: block;
    position: relative;
}

.menu-toggle span,.menu-toggle span:after,.menu-toggle span:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #003059;
    border-radius: 2px;
    height: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
}

.main-navigation.toggled .menu-toggle span {
    background-color: transparent;
}

.main-navigation.toggled .menu-toggle span:before {
    -webkit-transform: rotate(45deg) translate(-1px);
    -ms-transform: rotate(45deg) translate(-1px);
    transform: rotate(45deg) translate(-1px);
}

.main-navigation.toggled .menu-toggle span:after {
    -webkit-transform: rotate(-45deg) translate(6px,-7px);
    -ms-transform: rotate(-45deg) translate(6px,-7px);
    transform: rotate(-45deg) translate(6px,-7px);
}



.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

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

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

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	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;
	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;
	-webkit-clip-path: none;
	        clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 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;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content: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 {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0;
	/* Make sure select elements fit in widgets. */
}
.widget h2 {
	font-weight: 400;
	font-size: 20px;
}
.widget select {
	max-width: 100%;
}
h1.widget-title {
    margin-bottom: 5px;
    font-size: 30px;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

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

.wp-caption-text {
	text-align: center;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Mulish", Arial, sans-serif;
    font-family: 'Ivar Text';
    font-weight: 400;
    line-height: 1.3;
    color: #4e0000;
        margin: 0;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	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%;
}

.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%;
}

.gallery-caption {
	display: block;
}
.container {
    max-width: 1270px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
#top {
	min-height: 69vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-line-pack: center;
	    align-content: center;
	background-color: #F8F7F5!important;
    background-image: url(inc/bg-new4.png)!important;
    opacity: 1!important;
    position: relative;
    overflow: hidden;
}

#top .top--image{
	position: absolute;
    bottom: -5px;
    right: -40px;
    max-width: 620px;
    z-index: 0;
    transition: all 0.3s;
}

#top .container{

}
#top h1 {

    color: #003059;
    font-size: 52px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    margin-top: 70px;
}
#top h1 span {
	color: #2a75d1;
}

#top .top-content {
    text-align: center;
    position: relative;
    z-index: 1;
}
.top-content p {
    margin: 15px auto;
    max-width: 850px;
    font-size: 20px;
}
#top .top-content a {
    margin-top: 10px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
            box-shadow: 0 5px 15px 0 rgba(0,0,0,0.15);
}
#top .top-content a:hover {
    background-color: #0A54AB;
}
header {
    position: absolute;
    z-index: 9;
    padding: 10px 0;
    left: 0;
    right: 0;
}

body:not(.home) header{
	border-bottom: 1px solid #eaeff5;
}
header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    justify-content: space-between;
}

.no-results .page-header{
	position: unset;
    z-index: unset;
    padding: unset;
    left: unset;
    right: unset;
}
.site-branding {
    margin-right: 50px;
}
.top-image {
    position: absolute;
bottom: -30px;
    right: 10%;
    max-width: 575px;
}
.head h2 {
    font-size: 50px;
    font-weight: 700;
    margin: 0;
}
.head h2 span {
    color: #2a75d1;
}
.head p {
	font-size: 20px;
}
.text-center {
	text-align: center;
}
#categories {
	padding: 80px 0 100px;
}
.categories-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    grid-gap: 27px;
}

.companies-row {
	max-width: 935px;
    margin: 50px auto 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    grid-gap: 30px;
}

.companies-row .companies-block {
    width: auto;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.companies-row .companies-block .company-grid{
	margin-bottom: 0;
}

#best .button-wrapper.button-inline {
    margin-top: 50px;
}

#best .button-wrapper.button-inline a{
	white-space: normal;
    padding: 13.624px 30px;
    height: auto;
}
#best .button-wrapper.button-inline a:hover {
    background-color: #0A54AB;
}

.categories-block a {
    text-decoration: none;
}
.categories-block, .companies-block {

    width: calc(100% / 4);
        padding-left: 15px;
    padding-right: 15px;
        margin-bottom: 20px;
        padding-bottom: 0;
    border: none;
}
.categories-block .category-banner-inner, .companies-block .company-grid {
	    text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
    box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
        display: -webkit-flex;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
}
.companies-block .company-grid {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 20px;
        padding: 60px 20px 50px;
    margin-bottom: 30px;
        display: block
}
.company-grid .company-logo {
    margin: 0 auto 2rem;
width: 120px;
    height: 100px;
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}
.company-grid .company-title {
    margin: 0 0 5px;
    font-size: 22px;
    display: none;
}
.company-grid h4 {
    font-size: 17px;
    font-weight: 400;
    margin: 0 20px;
}
.category-banner-inner {
    min-height: 250px;
}
.category-banner-inner .category-icon {
    font-size: 40px;
    color: #2a75d1;
}
.category-banner-inner .category-icon svg {
	max-width: 70px;
	margin-bottom: -20px;
}
.category-banner-inner .category-icon svg path {
	fill: #2a75d1;
}
.category-banner-inner .title {
    font-size: 22px;
    line-height: 1.2;
    margin: 15px 20px 5px;
}
.category-banner-inner .number {
    color: #8492af;
    font-size: 13px;
}


.categories-row a {
	    display: flex;
    flex-direction: column;
    justify-content: center;
	border-radius: 8px;
    padding: 15px 50px 15px 15px;
    border: 1px solid #eaeff5;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: transparent;
    font-family: 'Ivar Text';
        font-size: 22px;
    color: #003059;
        -webkit-box-shadow: 0 0.125em 0.375em 0 rgba(0,0,0,0.1);
                box-shadow: 0 0.125em 0.375em 0 rgba(0,0,0,0.1);
}
.categories-row a:hover {
    background: #2a75d1;
    color: #fff;
}
.categories-row a span:first-child {
    display: block;
    font-size: 14px;
    font-family: "Mulish",Arial,sans-serif;
    /* color: #eaeff5; */
}
.categories-row a span svg {
    fill: #0A54AB;
    max-width: 14px;
    margin-right: -2px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
}
.categories-row a:hover span:last-child {
    background: #2a75d1;
}
.categories-row a:hover svg {
    fill: #fff;
}
.categories-row a span:last-child {
    position: absolute;
/*    top: 20px;*/
    right: 20px;
    border: 1px solid #eaeff5;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 34px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        background: transparent;
}
a {
    color: #003059;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
a:focus, a:hover {
    color: #2a75d1;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    letter-spacing: 0;
    padding: 10px 30px;
    font-size: 18px;
     font-weight: 500;
    line-height: 1.71;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
        background-color: #2a75d1;
        color: #fff!important;
            -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border: 1px solid transparent;
    border-radius: 0px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 60px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    letter-spacing: .5px;
    margin: 8px 0;
    padding: 21px 78px 22px 77px;
    text-align: center;
    text-decoration: none;
    transition: background-color .2s,box-shadow .2s,color .2s;
    vertical-align: middle;
}
a.btn.btn-browse {
    text-transform: uppercase;
    font-size: 12px;
    padding: 10px 15px;
    border: 1px solid #eaeff5;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    line-height: 1.42857143;
    margin-top: 20px;
    display: inline-block;
}
a.btn.btn-browse:hover {
	background-color: #0A54AB;
	color: #fff;
}

#best {
	    background-color: #F8F7F5;
	    padding: 80px 0;
}
.open-job {
    display: inline-block;
    font-size: 12px;
    border: 1px solid #eaeff5;
    padding: 8px 15px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    line-height: 1.25;
    text-transform: uppercase;
    color: #003059;
    margin-top: 20px;
}
.button-wrapper.button-inline {
	text-align: center;
}

.button-wrapper.button-inline a.button-border {
	color: #2a75d1;
	border: 1px solid #2a75d1
}
.button-wrapper.button-inline a.button-green {
	background-color: #2a75d1;
	border: 1px solid #2a75d1;
	color: #fff;
}
.button-wrapper.button-inline a.button-green:hover {
	background-color: #0A54AB;
	border: 1px solid #0A54AB;
	color: #fff;
}
.button-wrapper.button-inline a.button-border:hover {
	background-color: #0A54AB;
	border: 1px solid #0A54AB;
	color: #fff;
}
#news {
	padding: 80px 0;
}
.news-row {
   	margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
}
.news-row .post {
	/*margin-bottom: 30px;*/
/*    padding-left: 50px;*/
    border: none;
    padding-bottom: 0;
}
.news-column{
	display: flex;
	flex-direction: column;
	gap: 30px;
}


.news-row .post .post-image {
    float: left;
    padding: 5px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 90px;
    height: 90px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 9px rgba(0, 0, 0, 0.07);
    box-shadow: 0 2px 9px rgba(0, 0, 0, 0.07);
        width: 110px;
    height: 110px;
    padding: 10px;
}
.news-row .post .post-thumbnail {
    overflow: hidden;
    display: block;
    position: relative;
}
.news-row .post  .post-image img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.news-row .post .col-content {
    padding-left: 30px;
    width: calc(100% - 110px);
}
.news-row .post .entry-title {
    font-size: 21px;
    margin: 10px 0 5px;
    word-wrap: break-word;
}
.news-row .post .description {
    margin: 0 0 10px;
}
.flex-middle {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.news-row {
	margin-top: 50px;
}
.news-row .post .top-info > div {
    margin-right: 20px;
}
.news-row .post .top-info i {
    margin-right: 7px;
}
.news-row .post .top-info > div:last-child {
    margin: 0;
}
.news-row .post .category .list-categories {
    display: inline;
    word-break: break-all;
}
.list-inner.clearfix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.events-column {
    width: 100%;
}
.news-row .post .image-wrapper {
    height: 90px;
}
.news-row .post .image-wrapper img {
	height: 100%;
	width: auto;
}
#newsletter {
    background-color: #003059;
    background-image: url(https://apusthemes.com/wp-demo/workup/wp-content/uploads/2019/07/bg-new.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}
#newsletter form {
    margin: 0 auto;
}
#newsletter .head h2, #newsletter .head p {
	color: #fff;
}
.tool-filter-top-sidebar-wrapper.filter-top-sidebar-wrapper {
    margin-top: 89px;
    background-color: rgba(28,193,0,0.1);
    padding: 50px 0;
}
a {
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.header-buttons a {
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    font-size: 18px;
    /* text-decoration: underline; */
    border: 1px solid;
    padding: 2px 24px 0;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    height: 42px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    letter-spacing: .5px;
    margin: 8px 0;
    min-width: 96px;
    padding: 0px 16px 0;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    line-height: 40px;
}
/*
.header-buttons a:hover {
	background: #0A54AB;
}
.header-buttons a:first-child {
    background: none;
    border: 1px solid #2a75d1;
    color: #2a75d1;
}
.header-buttons a:first-child:hover {
    background: #0A54AB;

        border: 1px solid #0A54AB;
    color: #fff;
}*/
.header-buttons {
/*	position: absolute;
	right: 0;*/
}
.main-items-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin:40px -15px;
}
.main-items-wrapper > article {
	width: calc(100% / 4 - 30px);
	text-align: center;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    overflow: hidden;
    background: #fff;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
    padding: 15px;
    margin-bottom: 15px;
    -webkit-box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
    box-shadow: 0 5px 25px 0 rgba(41, 128, 185, 0.15);
    padding: 15px 15px 30px;
        margin: 0 15px 30px;
}
.top-info > .job-type {
    padding: 5px 25px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border: 1px solid #eaeff5;
    font-size: 11px;
    line-height: 1.8;
    display: inline-block;
    text-transform: uppercase;
    white-space: nowrap;
        color: #0fb76b;
}
.top-info {
	margin-bottom: 15px;
}
.employer-logo.text-center {
    margin: 0 auto 20px;
}
h2.job-title {
    font-size: 20px;
}
.job-location {
    font-size: 16px;
}
article a.btn.btn-browse {
    display: inline-block;
        background-color: #2a75d1;
    color: #fff;
}
.posts-container {
    max-width: 760px;
    margin: 10% auto;
}
article {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
article h2.entry-title {
    font-size: 2VW;
}
.post_meta.post_meta_other {
    text-transform: uppercase;
}
time.updated {
    margin-right: 12px;
}
.post_meta_item {
    padding: 0 6px 0 0;
    margin: 0px 0 0 6px;
}
.post_meta_item:first-child {
    margin: 0px;
}
.entry-summary p, .entry-summary li {
    font-size: 19px;
}
a.btn-more.btn.btn-primary {
    color: #fff;
    -webkit-transition: all .25s cubic-bezier(.645,.045,.355,1),color 0s linear;
    -o-transition: all .25s cubic-bezier(.645,.045,.355,1),color 0s linear;
    transition: all .25s cubic-bezier(.645,.045,.355,1),color 0s linear;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    line-height: 1.3;
    white-space: nowrap;
    cursor: pointer;
    border-width: 0;
    border-style: solid;
    max-width: 100%;
    padding: 0 36px;
    min-height: 52px;
    background: #2a75d1;
    margin-top: 25px;
    font-size: 19px;
    line-height: 50px;
    border-radius: 25px;
}
.top-footer .row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(225px, 1fr));
    grid-gap: 30px;
}
.top-footer .row .col-md-3 {
    width: auto;
}
footer {
    padding: 80px 0 0;
    border-top: 1px solid #eaeff5;
}
footer h2.widget-title {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 15px;
    color: #003059
}
footer ul {
	padding: 0;
}
footer li {
	font-size: 0.875em;
	list-style: none;
	margin: 0 0 10px;
}
footer li a:hover {
	color: #2a75d1;
}
footer p {
	font-size: 16px;
}
.faq-section {
    padding: 100px 0 0;
}

.faq-section .question{
	margin-bottom: 10px;
}

.faq-section .answer:not(:last-child){
	margin-bottom: 30px;
}

.table-container {
    /* max-width: 1440px; */
    /* margin: 0 auto; */
    padding: 0 80px;
}
.table-container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.col-md-3 {
    width: 25%;
}
.col-md-9 {
	width:75%;
}
.table-container > .row > .col-md-9 {
	width:80%;
}
.table-container > .row > .col-md-3 {
    width: 20%;
}
.tool-block {
    border: 1px solid #eaeff5;
    margin-bottom: 40px;
        -webkit-box-shadow: 0 0.125em 0.375em 0 rgba(0,0,0,0.1);
                box-shadow: 0 0.125em 0.375em 0 rgba(0,0,0,0.1);
}
.tool-block--top {
    border: 1px solid #eaeff5;
    padding: 35px 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.tool-block--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid #eaeff5;
    padding: 35px 40px;
}
.tool-block--bottom .col-md-3 {
    padding-right: 25px;
}
.tool-block--top__image {
    max-width: 350px;
    height: 240px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.tool-block--top__image img{
	width: 100%;
	height: 100%;
	position: relative;
	object-fit: cover;
	object-position: top;
}

.tool-block--top_left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tool-block--top__review {
    padding: 0 25px;
}
.tool-block--top__review p {
    margin: 0;
    font-size: 16px;
}
.tool-block--bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.tool-block--bottom .features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 30px;
}

.tool-block--bottom .features > h4{
	grid-column: 1 / -1;
}
.tool-block--bottom .features .pricing{
	margin-bottom: 0;
}

.tool-block--bottom .features > ul + .pricing{
	margin-top: -35px;	
}

.tool-block--bottom ul {
    padding: 10px 20px;
}
.tool-block--top__buttons a {
    -webkit-transition: all .4s ease-in-out 0s;
    -o-transition: all .4s ease-in-out 0s;
    transition: all .4s ease-in-out 0s;
    font-size: 18px;
    padding: 0px;
    background-color: #a82b11;
    color: #fff;
    font-weight: 500;
    margin: 0 0 0 5px;
    display: block;
    margin-top: 10px;
        line-height: 60px;
}
.tool-block--top__buttons a:hover {
background:#0A54AB;	
color: #fff!important
}

.tool-block--top__buttons a:nth-child(2) {
	    background: none;
    border: 1px solid #a82b11;
    color: #a82b11!important;
}
.tool-block--top__buttons a:nth-child(2):hover {
background:#0A54AB;	
color: #fff!important
}
.tool-block--top_right {
    text-align: center;
/*    width: 520px;*/
    border-left: 1px solid #eaeff5;
    padding: 0 0px 0 40px;
}
.tool-block--top_right .trial {
	margin-bottom: 15px;
color: #2a75d1;
}
.year_saving {
    color: #326a59;
    font-size: 16px;
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
}
.year_saving svg {
    width: 40px;
    height: 40px;
    fill: #008A5F;
/*    margin-right: 10px;*/
}

.year_saving span{
	    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    line-height: 1;
}
.page-footer-wrapper {
    text-align: center;
font-size: 13px;
    margin-top: 80px;
        margin-bottom: 18px;
}
.page-footer-wrapper img {
margin: 0 auto;
}
.page-footer-wrapper p {
    margin: 0;
    margin-bottom: 8px;
}
.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
  font-size: 18px;
}

.form-group label:before,
.acf-field.acf-field-checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid #b5bac1;
    padding: 9px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 13px;
    margin-top: -4px;
}

.form-group input:checked + label:after,
.acf-field.acf-field-checkbox input:checked + label:after {
content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 7px;
    width: 6px;
    height: 14px;
    border: solid #2a75d1;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}

.inner-sidebal-list h3 {
    margin-bottom: 10px;
}
ul.apus_socials a {
    display: block;
    width: 25px;
    margin-right: 15px;
}
ul.apus_socials a svg {
	fill: #2a75d1
}
ul.apus_socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inner-sidebal-list {
    margin-bottom: 40px;
        padding-right: 80px;
}
.inner-sidebal-list h4 {
    margin-bottom: 8px;
}
.inner-sidebal-list select {
    border: 1px solid #b5bac1;
    width: 100%;
    height: 42px;
    padding: 0 10px;
}
.main-title--single {
    text-align: left;
    padding: 40px 0 70px;
    position: relative;
background: #FFFFFF;
box-shadow: 0px 20px 32px rgba(205, 205, 205, 0.25);
}

.overview-content p {
    margin-top: 0;
    margin-bottom: 15px;
}
.main-title--single h1 {
text-align: left;
    padding: 0;
    margin: 0;
}
.main-title--single p {
    margin-bottom: 0;
    font-size: 16px;
    margin-top: 0;
}
.main-title--single-right a.btn {
    background: #2a75d1;
    color: #fff;
height: 45px;
border-radius: 11px;
background-color: #4785e3;
}
.main-title--single-right a.btn:hover {
background: #0A54AB;	
}
.main-title--single-right {
    text-align: center;
    background: rgba(0, 138, 95, 0.05);
    border-radius: 17px;
    padding: 27px 60px;
}
.main-title--single-right .trial {
    text-align: center;
    color: #003059;
    margin-top: 0px;
    color: #008a5f;
    font-size: 28px;
    font-weight: 700;
    font-family: 'Ivar Text';
}
.main-title--single .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.single-menu {
position: absolute;
    bottom: 15px;
}
.single-menu a {
    /* color: #fff; */
    margin-right: 30px;
    border-bottom: 5px solid transparent;
    padding-bottom: 10px;
    font-size: 18px;
}
.single-menu a:hover {
    border-bottom: 5px solid #2a75d1;
}
.single section ul,
.tool-block--bottom ul {

    padding: 0 0px;
    list-style: none;
}
.single section h2 {
		        margin-bottom: 20px;
}

.single section#features ul {
	-webkit-column-count: 3;
	   -moz-column-count: 3;
	        column-count: 3;

}
.single section#features ul li,
.single section#pricing ul li,
.tool-block--bottom ul li {
    position: relative;
    padding-left: 18px;
}
.single section#features ul li,
.single section#pricing ul li, {
	 margin-bottom: 6px;
}
.single section#features ul li:before,
.single section#pricing ul li:before,
.tool-block--bottom ul li:before {
position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #2a75d1;
    left: 0;
    top: 12px;
}
.tool-block--bottom h4 {
    margin-bottom: 10px;
}
.col-md-9.features ul {
    column-count: 3;
}
.single section#media ul.gallery {
	margin: 0 -10px;
}
.single section#media ul.gallery li.gallery-item {
	padding: 0 10px;
}
.single section#media ul.gallery li.gallery-item p {
	margin-top: 10px;
	    font-size: 18px;
    line-height: 22px;
}
.swiper-button-next, .swiper-button-prev {
    top: 42%;
    color: #2a75d1;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    color: #0a54ab;
}
.swiper-button-next:active, .swiper-button-prev:active,
.swiper-button-next:focus, .swiper-button-prev:focus {
	border: none!important
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	color: #2a75d1;
}
.swiper-button-prev {
    right: 35px;
    left: auto;
    border: 1px solid #2a75d1;
    border-radius: 50%;
    font-size: 10px;
    width: 40px;
    height: 40px;
    top: 20px;
}
.swiper-button-next {
    right: -20px;
    left: auto;
    border: 1px solid #2a75d1;
    border-radius: 50%;
    font-size: 10px;
    width: 40px;
    height: 40px;
    top: 20px;
}
.swiper-container {
      width: 100%;
      height: 100%;
    }
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 20px;
}
.single-gallery {
    position: relative;
}
.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
	bottom:0!important;
top:100%!important;
	
	background:none!important;
}
.pros-cons-row {
    display: flex;
    margin: 0 -15px;
}
.pros-cons-row > div {
    flex: 1 1 0px;
    margin:0 15px;
    padding: 20px 40px;
}
.pros-cons-row ul li {
    color: #003059;
    /* font-family: Inter; */
    font-size: 18px;
    font-weight: 500;
    /* font-family: 'Ivar Text'; */
    margin-bottom: 30px;
    position: relative;
    padding-left: 32px;
}
.pros-cons-row .pros ul li:before {
	content: "";
	position: absolute;
	top:3px;
	width: 22px;
	height: 22px;
	left: 0;
	background: url(img/findbesttools-pros.svg);
}
.pros-cons-row .cons ul li:before {
	content: "";
	position: absolute;
	top:3px;
	width: 20px;
	height: 20px;
	left: 0;
	background: url(img/findbesttools-cons.svg);
}
.single-features > h2 {
	margin-bottom: 10px!important;
}
.single-features > p {
	margin-bottom: 35px!important;
}
.pros {
    border-radius: 18px;
    border: 1px solid #008a5f;
    background-color: #ffffff;
}
.cons {
    border-radius: 18px;
    border: 1px solid #f16767;
    background-color: #ffffff;
}
.pros h3 {
    color: #008a5f;
    /* font-family: Inter; */
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.cons h3 {
    color: #f16767;
    /* font-family: Inter; */
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
section#features svg {
    fill: #eaeff5;
    position: absolute;
    bottom: -110px;
    /* max-width: 300px; */
    right: 0;
    height: 400px;
    opacity: 0.5;
}
section#pricing svg {
    fill: #eaeff5;
    position: absolute;
    bottom: -110px;
    /* max-width: 300px; */
    right: 0;
    height: 400px;
    opacity: 0.5;
}
ul.acf-radio-list li, ul.acf-checkbox-list li {
    font-size: 19px!important;
    line-height: 28px!important;
}
.acf-fields>.acf-field {
    padding: 15px 0px!important;
    border-top: #eaeff5 solid 1px!important;
}
a.button.button-small.clear-button {
    font-size: 14px;
    margin: 3px 10px 20px;
    display: block;
    float: left;
}
#reviews .updated p {
    color: #008A5F;
}
.single-gallery h3 {
    font-size: 16px;
    line-height: 19px;
    color: #003059;
    /* font-family: Inter; */
font-size: 16px;
    font-weight: 700;
    line-height: normal!important;
    font-family: 'Ivar Text';
    margin-top: 15px;
}
.single-gallery p {
color: #5c7b95!important;
font-family: Mulish;
font-size: 14px;
font-weight: 400;
}
.features_repeater {
    display: flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px -40px;
}
.features_repeater > div {
    flex: 1 1 30%;
    background: #FFFFFF;
    box-shadow: 0px 2px 32px rgb(205 205 205 / 25%);
    border-radius: 10px;
    margin: 0 15px 30px;
    padding: 25px 35px 10px;
}
.features_repeater--item h3 {
    color: #4785e3;
    font-family: Mulish;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
}
.features_repeater--item p {
font-size: 16px;
font-weight: 400;
line-height: 31px;
color: #003059;
}
.mfp-bottom-bar h5 {
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.mfp-bottom-bar {
    margin-top: -20px;
}
.mfp-bottom-bar p {
    margin: 0;
    color: #fff;
    text-align: center;
    line-height: 1;
    margin-bottom: 15px;
}
.mfp-content {
    margin-top: -50px;
    max-height: 80vh;
}
img.mfp-img {
    max-height: 80vh!important;
}
.single-pricing a {
    text-decoration: underline;
}
.page_content_wrap {
    width: 1170px;
    font-size: 20px;
    margin: 0 auto;
}
.post_header_wrap {
    max-width: 90%;
    margin: 0 auto;
    text-align: center;
}
.post_header_wrap h1 {
    font-size: 3em;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25em;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0px;
    margin-top: 1.66em;
    margin-bottom: 25px;
}
.post_meta.post_meta_other {
    text-transform: uppercase;
}
.post_meta_item {
    padding: 0 12px;
}
.post_author {
    position: relative;
}
.jet-listing-dynamic-repeater__item p {
	margin-top:0;
}

.features .jet-listing-dynamic-repeater__items {
    margin: 0 -15px;
	flex-wrap:wrap;
}
.features .jet-listing-dynamic-repeater__item {
	width:calc(100% / 3);
	margin-bottom:20px;
}
.features .jet-listing-dynamic-repeater__item > div {
    display: block!important;
        background: #FFFFFF;
    box-shadow: 0px 2px 32px rgb(205 205 205 / 25%);
    border-radius: 25px;
    margin: 0 10px 20px;
    padding: 25px 35px 25px;
	height:100%;
}
.features .jet-listing-dynamic-repeater__item > div h3 {
        color: #4785e3;
    font-family: Mulish;
    font-size: 24px;
    font-weight: 900;
    margin-bottom: 10px;
}
.features .jet-listing-dynamic-repeater__item > div p {
font-size: 16px;
font-weight: 400;
line-height: 31px;
color: #003059;
}

/*new page*/

section.post-header {
    padding-top: 35px;
    padding-bottom: 25px;
    background-color: #fff;
}

section.post-header h1{
	font-family: 'Inter 700';
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 1;
}

.post-header__wrapper {
    display: flex;
    justify-content: space-between;
}

.post-header__meta {
	margin-bottom: 20px;
}

.post-header__meta span,
.post-header__meta a{
	height: 40px;
	border-radius: 46px;
	border: 1px solid #b8c2c7;
	background-color: #ffffff;
	padding: 0 20px;
	display: inline-flex;
	font-size: 14px;
	line-height: 1;
    align-items: center;
    justify-content: center;
    color: #000;
    transition: all 0.3s;
}
.post-header__meta a{
	margin-bottom: 5px;
}

.post-header__meta span:hover,
.post-header__meta a:hover{
	border-color: #4785e3;
}

.post-header__meta a svg{
	margin-right: 7px;
}

.post-header__meta date{
	font-weight: 700;
	color: #4785e3;
	padding-left: 5px;
}

.post-header__review {
    align-items: center;
    display: flex;
    margin-bottom: 20px;
}

.post-header__review span{
	margin-right: 20px;
	line-height: 0;
}

.post-header__review a{
	display: flex;
	align-items: center;
	color: #4785e3;
	font-size: 16px;
	line-height: 1;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.3s;
}
.post-header__review a svg{
	margin-left: 10px;
	transition: all 0.3s;
	position: relative;
}

.post-header__review a:hover{
	color: #003059;
}
.post-header__review a:hover svg{
	transform: translateX(3px);
}

.post-header__save--not-login,
.post-header__save {
    color: #4785e3;
    font-size: 16px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 11px;
    border: 1px solid #4785e3;
    padding: 0 30px;
    transition: all 0.3s;
}

.post-header__save--not-login svg ,
.post-header__save svg {
	margin-right: 10px;
}
.post-header__save--not-login svg path,
.post-header__save svg path{
	transition: all 0.3s;	
}

.post-header__save--not-login:hover,
.post-header__save:hover{
	background-color: #4785e3;	
	color: #fff;
}

.post-header__save--not-login:hover svg path,
.post-header__save:hover svg path{
	fill: #fff;
}

.pricing__trial {
    min-width: 350px;
    border-radius: 17px;
    background-color: rgba(0, 138, 95, 0.05);
    padding: 25px;
    text-align: center;
}

.pricing__trial-day{
	color: #008a5f;
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 10px;
}

.pricing__trial-save {
    color: #326a59;
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
}

.pricing__trial-save strong{
	font-weight: 800;
	color: #008a5f;
}

.pricing__trial-button {
    height: 45px;
    border-radius: 11px;
    background-color: #4785e3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 0 20px;
    margin-top: 20px;
    transition: all 0.3s;
}

.pricing__trial-button:hover{
	background-color: #003059;
	color: #fff;
}

.post-anchor{
	box-shadow: 0px 20px 32px 0px #cdcdcd40;
	background-color: #fff;
}

.post-anchor__wrapper{
	display: flex;
	align-items: center;
}

.post-anchor .post-anchor__item{
	padding: 20px 0;
	color: #003059;
	font-size: 16px;
	font-family: 'Inter 400';
	font-weight: 400;
	line-height: 1;
	transition: all 0.3s;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}

.post-anchor__item::after {
  content: attr(data-text);
  content: attr(data-text)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  font-weight: 700;
}
.post-anchor__item:not(:last-child){
	margin-right: 50px;
}

.post-anchor__item.active,
.post-anchor__item:hover{
	color: #4785e3;
	font-weight: 700;
    box-shadow: inset 0px -1px 0px 0px #4785e3;
}

.overview__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
    padding: 25px 0 60px;
}

.overview__wrapper p{
	font-size: 16px;
	line-height: 25px;
	margin: 0;
}
.overview__wrapper p:not(:last-child){
	margin-bottom: 25px;
}

.pros_cons{
	margin-bottom: 60px;
}

#respond .comment-reply-title,
.reviews-section h2,
.pricing__title,
.media__title,
.features__title,
.pros_cons__title {
    color: #003059;
    font-family: 'Inter 700';
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 35px;
    line-height: 1;
}

/*section:target{
	scroll-margin-top: 250px;
}*/

.pros_cons__cons-item,
.pros_cons__pros-item{
	display: flex;
	align-items: center;
}

.pros_cons__cons-item:not(:last-child),
.pros_cons__pros-item:not(:last-child){
	margin-bottom: 45px;
}

.pros_cons__cons-item p strong,
.pros_cons__pros-item p strong{
	font-weight: 700;
	font-family: 'Inter 700';
}

.pros_cons__cons-item p,
.pros_cons__pros-item p{
	margin: 0;
	color: #003059;
	font-family: 'Inter 400';
	font-size: 18px;
	line-height: 1.25;
	font-weight: 400;
}

.pros_cons__cons-item svg,
.pros_cons__pros-item svg{
	min-width: 22px;
	height: auto;
	margin-right: 10px;
}

.pros_cons__pros-wrapper {
    border-radius: 18px;
    border: 1px solid #008a5f;
    background-color: #ffffff;
    padding: 40px;
    height: 100%;
}

.pros_cons__pros-title {
    color: #008a5f;
    font-family: 'Inter 700';
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.pros_cons__cons-title {
    color: #f16767;
    font-family: 'Inter 700';
    font-size: 36px;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.pros_cons__cons-wrapper {
    border-radius: 18px;
    border: 1px solid #f16767;
    background-color: #ffffff;
    padding: 40px;
    height: 100%;  
}

.pros_cons_wrapper {
    grid-gap: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.pricing{
	margin-bottom: 50px;
}

.pricing__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 30px;
}

.pricing__complete,
.pricing__premium {
    border-radius: 16px;
    border: 1px solid #b8c2c7;
    background-color: #ffffff;
    height: 100%;
    padding: 30px;
    text-align: center;
}

.pricing__complete-title,
.pricing__premium-title {
    color: #003059;
    font-family: 'Inter 700';
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1;
}

.pricing__premium-per {
    color: #4785e3;
    font-size: 38px;
    font-weight: 900;
    margin-bottom: 20px;
}

.pricing__premium-text {
    color: #003059;
    font-size: 16px;
    font-weight: 400;
    line-height: 31.5px;
}

.pricing__complete-text {
    color: #003059;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 31.5px;
    margin-bottom: 15px;
}

.pricing__complete-text div{
	margin-top: -25px;
}

.pricing__complete-text span {
    display: block;
    color: rgba(71, 133, 227, 0.15);
    font-size: 46px;
    line-height: 1;
    font-weight: 900;
}


.features .features__title{
	margin-bottom: 15px;
}
.features__wrapper {
    column-count: 3;
    column-gap: 30px;
    position: relative;
    padding: 30px 0;
}

.features__column {
    break-inside: avoid;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 10px 20px 0px #cdcdcd40;
    margin-bottom: 30px;
    padding: 25px 30px;
    width: 100%;
    -moz-column-break-inside: avoid;
}

.features__column-text {
    color: #003059;
    font-size: 16px;
    font-weight: 400;
    line-height: 31.5px;
}

.features__column-title {
    color: #4785e3;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 20px;
}

.features .container{

}


.media__slider .swiper-wrapper{
	flex-direction: unset;
}

.media__slider .swiper-slide {
	margin-top: 0 !important;
	margin-bottom: 30px;
    /*height: calc((100% - 30px) / 2);*/
}


.media{
	overflow: hidden;
	margin-bottom: 30px;
}

.media__title{
	display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.media__title span:last-child{
    margin-left: auto;
    line-height: 0;
    display: flex;
}

.media__slider-prev,
.media__slider-next{
	cursor: pointer;
	display: block;
}

.media__slider-prev {
	margin-right: 15px;
}
.media__slider-prev svg path,
.media__slider-next svg path{
	transition: all 0.3s;
}

.media__slider-prev:hover svg path,
.media__slider-next:hover svg path{
	fill: #b8c2c7;
}

.media__slider-wrapper{
	position: relative;
}

.media .swiper-button-prev,
.media .swiper-button-next{
	display: none;
}

.media__slider:before {
    content: '';
    width: 160px;
    height: 100%;
    background-image: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.media__slider:after {
    content: '';
    width: 160px;
    height: 100%;
    background-image: linear-gradient(-90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.media__slider .media__item{
	height: 100%;
} 

.media .media__item a{
	height: 229px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
	display: block;
}

.media .media__item a img{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.media__item-caption {
    color: #003059;
    font-family: 'Inter 700';
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
}

.media__item-type {
    color: #5c7b95;
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    margin-top: 10px;
}

main.single-page .container{
	max-width: 1140px;
	width: 100%;
	padding: 0 15px;
}



.reviews-section__rating-rating {
	display: flex;
	/*overflow: hidden;*/
	flex-direction: row-reverse;
	position: relative;
	justify-content: flex-end;
	align-items: center;
}


.reviews-section__rating-rating > input {
	display: none;
}

.reviews-section__rating-rating > label {
	cursor: pointer;
	width: 26px;
	height: 26px;
	margin-top: auto;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI2IDI1Ij48ZGVmcz48Y2xpcFBhdGggaWQ9Ijh3d3NhIj48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTEuNzYyLjk4YTEuMTM1IDEuMTM1IDAgMCAxIDIuMDIyIDBsMy4xNDkgNi4xNzJjLjE2NS4zMjMuNDc0LjU0OC44MzIuNjA1bDYuODQyIDEuMDg4YTEuMTM1IDEuMTM1IDAgMCAxIC42MjUgMS45MjJsLTQuODk1IDQuOTAyYy0uMjU3LjI1Ny0uMzc1LjYyLS4zMTkuOThsMS4wOCA2Ljg0MmExLjEzNSAxLjEzNSAwIDAgMS0xLjYzNiAxLjE4OWwtNi4xNzUtMy4xNDFhMS4xMzUgMS4xMzUgMCAwIDAtMS4wMjkgMGwtNi4xNzUgMy4xNGExLjEzNSAxLjEzNSAwIDAgMS0xLjYzNS0xLjE4N2wxLjA4LTYuODQ0YTEuMTM1IDEuMTM1IDAgMCAwLS4zMTktLjk3OUwuMzEzIDEwLjc2N2ExLjEzNSAxLjEzNSAwIDAgMSAuNjI1LTEuOTIyTDcuNzggNy43NTdjLjM1OC0uMDU3LjY2OC0uMjgyLjgzMy0uNjA1eiIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnPjxnPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iIzAwOGE1ZiIgc3Ryb2tlLW1pdGVybGltaXQ9IjIwIiBzdHJva2Utd2lkdGg9IjIuMjciIGQ9Ik0xMS43NjIuOThhMS4xMzUgMS4xMzUgMCAwIDEgMi4wMjIgMGwzLjE0OSA2LjE3MmMuMTY1LjMyMy40NzQuNTQ4LjgzMi42MDVsNi44NDIgMS4wODhhMS4xMzUgMS4xMzUgMCAwIDEgLjYyNSAxLjkyMmwtNC44OTUgNC45MDJjLS4yNTcuMjU3LS4zNzUuNjItLjMxOS45OGwxLjA4IDYuODQyYTEuMTM1IDEuMTM1IDAgMCAxLTEuNjM2IDEuMTg5bC02LjE3NS0zLjE0MWExLjEzNSAxLjEzNSAwIDAgMC0xLjAyOSAwbC02LjE3NSAzLjE0YTEuMTM1IDEuMTM1IDAgMCAxLTEuNjM1LTEuMTg3bDEuMDgtNi44NDRhMS4xMzUgMS4xMzUgMCAwIDAtLjMxOS0uOTc5TC4zMTMgMTAuNzY3YTEuMTM1IDEuMTM1IDAgMCAxIC42MjUtMS45MjJMNy43OCA3Ljc1N2MuMzU4LS4wNTcuNjY4LS4yODIuODMzLS42MDV6IiBjbGlwLXBhdGg9InVybCgmcXVvdDsjOHd3c2EmcXVvdDspIi8+PC9nPjwvZz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: .3s;
}

.reviews-section__rating-rating > label:not(:last-child){
	margin-left: 5px;
}

.reviews-section__rating-rating > input:checked ~ label,
.reviews-section__rating-rating > input:checked ~ label ~ label {
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI2IDI1Ij48Zz48Zz48cGF0aCBmaWxsPSIjMDA4YTVmIiBkPSJNMTIuMjYyLjk4YTEuMTM1IDEuMTM1IDAgMCAxIDIuMDIyIDBsMy4xNDkgNi4xNzJjLjE2NS4zMjMuNDc0LjU0OC44MzIuNjA1bDYuODQyIDEuMDg4YTEuMTM1IDEuMTM1IDAgMCAxIC42MjUgMS45MjJsLTQuODk1IDQuOTAyYy0uMjU3LjI1Ny0uMzc1LjYyLS4zMTkuOThsMS4wOCA2Ljg0MmExLjEzNSAxLjEzNSAwIDAgMS0xLjYzNiAxLjE4OWwtNi4xNzUtMy4xNDFhMS4xMzUgMS4xMzUgMCAwIDAtMS4wMjkgMGwtNi4xNzUgMy4xNGExLjEzNSAxLjEzNSAwIDAgMS0xLjYzNS0xLjE4N2wxLjA4LTYuODQ0YTEuMTM1IDEuMTM1IDAgMCAwLS4zMTktLjk3OUwuODEzIDEwLjc2N2ExLjEzNSAxLjEzNSAwIDAgMSAuNjI1LTEuOTIyTDguMjggNy43NTdjLjM1OC0uMDU3LjY2OC0uMjgyLjgzMy0uNjA1eiIvPjwvZz48L2c+PC9zdmc+");
}


.reviews-section__rating-rating > input:not(:checked) ~ label:hover,
.reviews-section__rating-rating > input:not(:checked) ~ label:hover ~ label {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNSIgdmlld0JveD0iMCAwIDI2IDI1Ij48Zz48Zz48cGF0aCBmaWxsPSIjMDA4YTVmIiBkPSJNMTIuMjYyLjk4YTEuMTM1IDEuMTM1IDAgMCAxIDIuMDIyIDBsMy4xNDkgNi4xNzJjLjE2NS4zMjMuNDc0LjU0OC44MzIuNjA1bDYuODQyIDEuMDg4YTEuMTM1IDEuMTM1IDAgMCAxIC42MjUgMS45MjJsLTQuODk1IDQuOTAyYy0uMjU3LjI1Ny0uMzc1LjYyLS4zMTkuOThsMS4wOCA2Ljg0MmExLjEzNSAxLjEzNSAwIDAgMS0xLjYzNiAxLjE4OWwtNi4xNzUtMy4xNDFhMS4xMzUgMS4xMzUgMCAwIDAtMS4wMjkgMGwtNi4xNzUgMy4xNGExLjEzNSAxLjEzNSAwIDAgMS0xLjYzNS0xLjE4N2wxLjA4LTYuODQ0YTEuMTM1IDEuMTM1IDAgMCAwLS4zMTktLjk3OUwuODEzIDEwLjc2N2ExLjEzNSAxLjEzNSAwIDAgMSAuNjI1LTEuOTIyTDguMjggNy43NTdjLjM1OC0uMDU3LjY2OC0uMjgyLjgzMy0uNjA1eiIvPjwvZz48L2c+PC9zdmc+");
}

.reviews-section{
	margin-bottom: 30px;
}

section.reviews-section h2{
	text-align: center;
	margin-bottom: 40px;
}

.reviews-section__inner{
	padding-top: 35px;
	padding-left: 35px;
	padding-bottom: 45px;
	padding-right: 85px;
	border-radius: 15px;
	overflow: hidden;
    box-shadow: 0px 10px 20px 0px #cdcdcd40;

	background-image: url(./img/form-bg-stars.svg);
	background-repeat: no-repeat;
	background-position: -20px 100%;
}

form.reviews-section__form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 25px;
}

.reviews-section__dlike label,
.reviews-section__like label,
.reviews-section__radio-title,
.reviews-section__rating-title,
.reviews-section__title-title label{
	color: #003059;
	font-family: 'Inter 500';
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	display: block;
	margin-bottom: 15px;
}

.reviews-section__radio,
.reviews-section__rating {
    margin-bottom: 35px;
}

.reviews-section__title-title #form-title {
    height: 57px;
    border-radius: 13px;
    border: 1px solid #e9e9e9;
    width: 100%;
    color: #808d98;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    outline: none;
}

.reviews-section__like {
    margin-bottom: 20px;
}

.reviews-section__dlike textarea::placeholder,
.reviews-section__like textarea::placeholder,
.reviews-section__title-title #form-title::placeholder{
	color: #808d98;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}
 
.reviews-section__dlike{
	margin-bottom: 20px;
}

.reviews-section__dlike textarea,
.reviews-section__like textarea{
	outline: none;
	height: 223px;
	border-radius: 13px;
	border: 1px solid #e9e9e9;
	padding: 15px 20px;
	color: #808d98;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

.reviews-section button {
    width: 202px;
    height: 45px;
    border-radius: 11px;
    background-color: #4785e3;
    border: 0;
    color: #ffffff;
    font-family: 'Inter 700'; 
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 0 15px;
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.reviews-section button:hover{
	background-color: #003059;
    color: #fff;
}


.reviews-section__radio-item input[type="checkbox"]{
	display: none;
}

.reviews-section__radio-item label{
	color: #003059;
	font-family: Mulish;
	font-size: 16px;
	font-weight: 400;
	line-height: 23.5px;
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 43px;
	cursor: pointer;
	min-height: 28px;
}

.reviews-section__radio-item div{
	color: #003059;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.5px;
    padding-left: 43px;
    cursor: pointer;
    min-height: 28px;
    font-weight: 600;
}
.reviews-section__radio-item:not(:last-child){
	margin-bottom: 20px;
}

.reviews-section__radio-item label:before{
	content: '';
	display: block;
	width: 28px;
	height: 28px;
	border: 1px solid #4785e3;
	background-color: #fff;
	border-radius: 50px;
	position: absolute;
	left: 0;
}

.reviews-section__radio-item input:checked + label:after{
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background-color: #4785e3;
	border-radius: 30px;
	position: absolute;
	left: 7px;
}

.reviews-section__rating-clear{
	color: #f16767;
	font-family: 'Inter 700';
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	margin-left: 15px;
	line-height: 1;
}

.reviews-section__rating-clear:hover{
	text-decoration: underline;
	color: #f16767;
}

#respond {
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 10px 20px 0px #cdcdcd40;
    background-color: #fff;
    padding-top: 35px;
    padding-left: 35px;
    padding-bottom: 45px;
    padding-right: 85px;
}

#respond .comment-reply-title{
	text-align: center;
	margin-bottom: 40px;
}

#respond #commentform {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 25px;
}

#respond #commentform p{
	margin: 0;
}

#respond .comment-notes {
    grid-column: 1 /-1;
    max-width: 753px;
    margin: 0 auto 15px !important;
    border-radius: 8px;
    background-color: rgba(71, 133, 227, 0.04);
    padding: 15px 30px;
    color: #003059;
    font-family: Mulish;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
}

#respond .comment-notes:before{
	content: 'Leave a Reply';
	color: #003059;
	font-family: 'Inter 700';
	font-size: 22px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 5px;
	display: block;
}

#respond .comment-form-comment{
	grid-row: 2 / 5;
}
#respond .comment-form-author{

}
#respond .comment-form-email{

} 
#respond .comment-form-url{

}
#respond .comment-form-cookies-consent{
	grid-column: 1 /-1;
}
#respond .form-submit{
	grid-column: 1 /-1;
	text-align: center;
    padding-top: 34px;
}

#respond .form-submit #submit{
	width: 202px;
    height: 45px;
    border-radius: 11px;
    background-color: #4785e3;
    color: #ffffff;
    font-family: 'Inter 700';
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    padding: 0 15px;
    transition: all 0.3s;
}
#respond .form-submit #submit:hover{
    background-color: #003059;
}


#respond .comment-notes label,
#respond .comment-form-comment label,
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label{
	color: #003059;
	font-family: 'Inter 500';
	font-size: 20px;
	line-height: 1;
	font-weight: 500;
	display: block;
	margin-bottom: 15px;
}

#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input{
	height: 57px;
	width: 100%;
	border-radius: 13px;
	border: 1px solid #e9e9e9;
	color: #808d98;
	font-family: Mulish;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	padding: 0 20px;
	cursor: pointer;
}

#respond .comment-form-comment textarea{
	height: 279px;
	width: 100%;
	border-radius: 13px;
	border: 1px solid #e9e9e9;
	color: #808d98;
	font-family: Mulish;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	padding: 15px 20px;
	cursor: pointer;
}

#respond .ccomment-form-comment textarea::placeholder,
#respond .comment-form-author input::placeholder,
#respond .comment-form-email input::placeholder,
#respond .comment-form-url input::placeholder{
	color: #808d98;
	font-family: Mulish;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
}


#respond .required{
	color: #f16767;
	font-family: "Inter 700";
	font-weight: 700;
	line-height: 1;
}

#respond #commentform p.comment-form-cookies-consent {
    grid-column: 1 /-1;
    max-width: 480px;
    position: relative;
    margin: 30px auto 0;
}

#respond #commentform p.comment-form-cookies-consent input{
	display: none;
}

#respond #commentform p.comment-form-cookies-consent label{
	display: flex;
    align-items: center;
    position: relative;
    color: #003059;
	font-family: Mulish;
	font-size: 16px;
	font-weight: 400;
	line-height: 23.5px;
	padding-left: 43px;
	cursor: pointer;
}

#respond #commentform p.comment-form-cookies-consent label:before{
	content: '';
    display: block;
    width: 28px;
    height: 28px;
    border: 1px solid #4785e3;
    background-color: #4785e3;
    border-radius: 50px;
    position: absolute;
    left: 0;
    box-shadow: inset 0px 0px 0px 15px #fff;
}

#respond #commentform .comment-form-cookies-consent input:checked + label:before{
	box-shadow: inset 0px 0px 0px 5px #fff;
}

.reviews-section__dlike,
.reviews-section__like,
.reviews-section__rating-rating,
.reviews-section__radio-item,
.reviews-section__title-title{
	position: relative;
}

.reviews-section .required{
	position: absolute;
    left: 0;
    top: 100%;
    color: #f16767;
    font-size: 16px;
    font-weight: 500;
    margin-top: -2px;
}

.reviews-section__message{
	transition: all 0.3s;
}
.reviews-section__message.success{
	background-color: #209873;
    color: #fff;
    padding: 30px;
    margin-top: 35px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    grid-column: 1 / -1;
}

.reviews-section__message.failure{
	background-color: #f16767;
    color: #fff;
    padding: 30px;
    margin-top: 35px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    grid-column: 1 / -1;
}

.reviews-section__reviews-wrapper {
    padding: 50px 0;
}

.reviews-section__reviews-item{
}

.reviews-section__reviews-item:not(:last-child){
	border-bottom: 1px solid #e6e6e6;
    margin-bottom: 50px;
	padding-bottom: 50px;
}

.reviews-section__reviews-item-title{
	color: rgb(0, 48, 89);
	font-family: Mulish;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	margin-bottom: 10px;
}

.reviews-section__reviews-item-rating {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.reviews-section__reviews-item-rating span{
	line-height: 0;
	display: flex;
	align-items: center;
	margin-right: 15px;
}

.reviews-section__reviews-item-rating span svg{
	width: 24px;
	height: 24px;
}

.reviews-section__reviews-item-rating span svg:not(:last-child){
	margin-right: 5px;
}

.reviews-section__reviews-item-text:not(:last-child){
	padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dashed #e6e6e6;
}


.toggle-mnu {
    display: none;
    height: 28px;
    width: 28px;
    margin:  auto;
}

.toggle-mnu span:after,.toggle-mnu span:before {
    content: "";
    left: 0;
    position: absolute;
    top: 9px
}

.toggle-mnu span:after {
    top: 18px
}

.toggle-mnu span {
    display: block;
    position: relative
}

.toggle-mnu span,.toggle-mnu span:after,.toggle-mnu span:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: #000;
    border-radius: 2px;
    height: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%
}

.toggle-mnu.on span {
    background-color: transparent
}

.toggle-mnu.on span:before {
    -webkit-transform: rotate(45deg) translate(-1px);
    -ms-transform: rotate(45deg) translate(-1px);
    transform: rotate(45deg) translate(-1px)
}

.toggle-mnu.on span:after {
    -webkit-transform: rotate(-45deg) translate(6px,-7px);
    -ms-transform: rotate(-45deg) translate(6px,-7px);
    transform: rotate(-45deg) translate(6px,-7px)
}

.my-account-template__container{
	max-width: 960px;
	padding: 0 15px;
	margin: 100px auto 0;
}

.my-account-template__container h1{
	margin-bottom: 15px;
	text-align: center;
	font-family: "Mulish", Arial, sans-serif;
}

.my-account-template__container h2{
	margin-bottom: 70px;
	text-align: center;
	font-family: "Mulish", Arial, sans-serif;
}

.my-account-template__table--trash a {
	display: block;
	line-height: 0;
}

.my-account-template__table--trash a img{
	height: 25px;
	width: auto;
}

.my-account-template__table--item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.my-account-template__table--item:not(:last-child){
	margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #888888;
}

.my-account-template__table--image a{
	display: block;
	line-height: 0;
}

.my-account-template__table--goto a{
	height: 45px;
    border-radius: 11px;
    background-color: #4785e3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    padding: 0 20px;
    transition: all 0.3s;
}

.my-account-template__table--goto a:hover {
    background-color: #003059;
    color: #fff;
}

.events-template,
.courses-template {
    display: grid;
    grid-template-columns: 20% 1fr;
    grid-gap: 60px;
    max-width: 1320px;
    padding: 0 15px;
    margin: auto;
}

.events-template section.no-results.not-found,
.courses-template section.no-results.not-found {
    grid-column: 1 / -1;
}

.events-template__grid--inner,
.courses-template__grid--inner {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 30px;
}

/*.courses-template__grid--inner {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}*/

article.courses-grid-item {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.courses-grid-item:hover .courses-grid-item__image img{
	transform: scale(1.1);
}

.courses-grid-item__image{
	line-height: 0;
	margin-bottom: 15px;
	position: relative;
	height: 210px;
	border-radius: 8px;
	overflow: hidden;
}

.courses-grid-item__image img{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.3s;
}

.courses-grid-item__title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #003059;
    font-family: "Mulish", Arial, sans-serif;
    margin-bottom: 10px;
}

.courses-grid-item__rating {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: #E59819;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.courses-grid-item__rating span{
	line-height: 0;
	white-space: nowrap;
}

.courses-grid-item__meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.courses-grid-item__meta span{
	display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #003059;
}

.courses-grid-item__bottom{
	border-top: 1px solid #EDEDED;
    margin-top: 10px;
    padding-top: 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.courses-grid-item__bottom span{
	font-weight: 700;
	font-size: 18px;
	line-height: 1;
	text-align: right;
	color: #003059;
}

.courses-grid-item__bottom a{
	border-radius: 30px;
    background-color: #4785e3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 15px;
    transition: all 0.3s;
}

.courses-grid-item__bottom a:hover{
	background-color: #003059;
    color: #fff;
}

.blog-category-template__pagination,
.courses-template__pagination{
	grid-column: 1 / -1;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.blog-category-template__pagination, .page-numbers,
.courses-template__pagination .page-numbers{
	text-align: center;
    padding: 0 3px 5px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #003059;
    border-bottom: 2px solid transparent;
}

.blog-category-template__pagination .page-numbers:hover,
.blog-category-template__pagination .page-numbers.current,
.courses-template__pagination .page-numbers:hover,
.courses-template__pagination .page-numbers.current{
	color: #2a75d1;
	border-bottom-color: #2a75d1;
}

.blog-category-template__pagination .next.page-numbers,
.blog-category-template__pagination .prev.page-numbers,
.courses-template__pagination .next.page-numbers,
.courses-template__pagination .prev.page-numbers{
	background-color: #E5F0FD;
	width: 45px;
	height: 45px;
	border-radius: 100px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s;
	padding: 0;
	border-bottom: none;
}

.blog-category-template__pagination .page-numbers svg path,
.courses-template__pagination .page-numbers svg path{
	transition: all 0.3s;	
}

.blog-category-template__pagination .next.page-numbers:hover,
.blog-category-template__pagination .prev.page-numbers:hover,
.courses-template__pagination .next.page-numbers:hover,
.courses-template__pagination .prev.page-numbers:hover{
	background-color: #003059;
}

.blog-category-template__pagination .next.page-numbers:hover svg path,
.blog-category-template__pagination .prev.page-numbers:hover svg path,
.courses-template__pagination .next.page-numbers:hover svg path,
.courses-template__pagination .prev.page-numbers:hover svg path{
	fill: #fff;
}




article.events-grid-item {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
    background: #FFFFFF;
	border: 1px solid #EDEDED;
	box-shadow: 0px 25px 70px rgba(1, 33, 58, 0.07);
	border-radius: 8px;
	overflow: hidden;
}

.events-grid-item:hover .events-grid-item__image img{
	transform: scale(1.1);
}

.events-grid-item__image{
	line-height: 0;
	position: relative;
	height: 210px;
	overflow: hidden;
}

.events-grid-item__image img{
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.3s;
}

.events-grid-item__title {
    font-weight: 700;
    font-size: 17px;
    line-height: 26px;
    color: #003059;
    font-family: "Mulish", Arial, sans-serif;
    margin-bottom: 15px;
    min-height: 52px;
}

.events-grid-item__inner{
	padding: 25px 30px;
	background-color: #fff;
}

.events-grid-item__location,
.events-grid-item__date {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #003059;
}


#all-filter .inner-sidebal-list {
    margin-bottom: 40px;
    padding-right: 0;
}

#all-filter .inner-sidebal-list #event-date{
	display: block;
    color: #003059;
    border: 1px solid rgba(0, 48, 89,0.25);
    border-radius: 0px;
    padding: 10px 15px!important;
    width: 100%;
    outline: none;
}

.error404 .container{
	max-width: 1320px;
}

.error404 .error-404{
	padding-top: 100px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 140px;
    align-items: center;
}

.error404 .error-404 h1{
    font-weight: 700;
    font-size: 200px;
    line-height: 0.8;
    font-family: 'Inter 700';
    margin-bottom: 40px;
}
.error404 .error-404 h1 span{
	color: #2a75d1;
}

.error404 .error-404 h2{
	font-weight: 700;
    font-size: 35px;
    line-height: 1;
    font-family: 'Inter 700';
    margin-bottom: 10px;	
}

.error404 .error-404 a{
	border-radius: 8px;
    padding: 22px 50px;
}

.error404 .error-404 a:hover {
    background-color: #0A54AB;
}




.page h3{
	margin-bottom: 10px;
}

.page .page {
	padding-top: 100px;
}


.blog-category-template__container{
	max-width: 1310px;
	padding: 0 15px;
	margin: 90px auto 0;
}


.blog-category-template__posts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-gap: 30px;
}

.blog-grid-item{
    margin: 0;
    padding: 0;
    border: 0;
}

.blog-grid-item .blog-grid-item__image{
	line-height: 0;
	border-radius: 8px;
	overflow: hidden;
	height: 300px;
}

.blog-grid-item .blog-grid-item__image img{
	position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s;
}

.blog-grid-item:hover .blog-grid-item__image img {
    transform: scale(1.1);
}

.blog-grid-item .blog-grid-item__inner{
	background-color: #FFFFFF;
    box-shadow: 0px 6px 15px #404f680d;
    border-radius: 8px;
    padding: 20px;
    margin: -45px 10px 0;
    z-index: 1;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    line-height: 1;
}

.blog-grid-item .blog-grid-item__title{
    font-weight: 700;
    font-size: 17px;
    line-height: 1;
    color: #003059;
    font-family: "Mulish", Arial, sans-serif;
    margin-bottom: 10px;
    text-decoration: none;
}
.blog-grid-item .blog-grid-item__title:hover{
	color: #2a75d1;
}

.blog-grid-item .blog-grid-item__date{
    margin-top: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #003059;
}

.blog-grid-item .blog-grid-item__date svg{

}

.blog-grid-item .blog-grid-item__readmore{
    border-radius: 30px;
    background-color: #4785e3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 10px 15px;
    transition: all 0.3s;
    white-space: nowrap;
}

.blog-grid-item .blog-grid-item__readmore:hover{
	background-color: #003059;
    color: #fff;
}

.blog-category-template__filter{
	margin-bottom: 30px;
}

.blog-category-template__filter ul{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.blog-category-template__filter ul li.current-menu-item a{
	font-weight: 700;
}
.blog-category-template__filter ul li.current-menu-item a,
.blog-category-template__filter ul li a:hover{
	background: rgba(100, 64, 251, 0.07);
	border-radius: 8px;
	color: #2a75d1;
/*	font-weight: 700;*/
}

.blog-category-template__filter ul a{
	padding: 12.5px 20px;
    transition: all 0.3s;
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
	font-family: "Mulish", Arial, sans-serif;
	text-decoration: none;
	display: inline-flex;
}














@media (max-width:  1200px){
	.error404 .error-404 h1 {
	    font-weight: 700;
	    font-size: 170px;
	}
	.error404 .error-404 {
	    padding-top: 50px;
	    grid-gap: 50px;
	}
	.page .page {
		padding-top: 50px;
	}
	.events-template, .courses-template {
	    grid-gap: 25px;
	}
	.table-container {
	    padding: 0 15px;
	}
	.inner-sidebal-list {
	    padding-right: 25px;
	}

	#top .top--image {
	    max-width: 520px;
	}

	main.single-page .container{
		max-width: 1024px;
	}
	.post-anchor__item:not(:last-child) {
	    margin-right: 30px;
	}

	.post-anchor .post-anchor__item{
		text-align: center;
	}

	section.post-anchor div.container{
		max-width: 100%;
	}
}
@media (max-width:  1100px){
	.tool-block--top_left{
		flex-direction: column;
	}

	.tool-block--top__review {
	    padding: 0;
	    margin-top: 15px;
	}

	.tool-block--top_left{
		padding-right: 25px;
	}
	.tool-block--top_right {
	    padding: 0 0px 0 25px;
	}

	.tool-block--bottom .features {
	    grid-template-columns: repeat(3, 1fr);
	}

	.tool-block--bottom .features > ul{
		margin-bottom: 30px;
	}
	.tool-block--bottom .features > ul + .pricing {
	    margin-top: 0;
	    grid-column: 1 / -1;
	}
}
@media (max-width:  1024px){
	
	main.single-page .container{
		max-width: 768px;
	}
	.features__wrapper {
	    column-count: 2;
	}

	.pricing__wrapper .pricing__column{
		grid-column: 1 / -1;
	}
}
@media (max-width:  992px){
	.post-anchor .post-anchor__item{
		min-height: 72px;
		justify-content: center;
	}
}

@media screen and (min-width: 880px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

@media screen and (max-width: 880px) {
	.tool-block--top {
	    gap: 20px;
	}

	div.tool-block--top__buttons a{
		margin: 0;
	}
	div.tool-block--top__buttons a:not(:last-child){
		margin-bottom: 10px
	}
	div.tool-block--top__image {
	    max-width: 100%;
	    height: 250px;
	}
	div.tool-block--top_right {
	    padding: 0;
	    border-left: 0;
	}
	div.tool-block--top_left {
	    padding-right: 0;
	}
	div.tool-block--top {
	    grid-template-columns: repeat(1, 1fr);
	}
	div.tool-block--bottom .features {
	    grid-template-columns: repeat(2, 1fr);
	}
	div.tool-block--bottom .features .pricing {
	    grid-column: auto;
	}
	.menu-menu-1-container>ul>li>a:after{
		display: none !important;
	}
	header .container .site-branding{
		order: 1;
	    margin-right: 34px;
	}
	header .container .main-navigation{
		order: 3;
		margin-left: unset;
	    margin-right: 0;
	}
	header .container .header-buttons a{
		font-size: 14px;
	    min-width: auto;
	    white-space: nowrap;
	}
	header .container .header-buttons{
		order: 2;
		margin-left: auto;
	    margin-right: 25px;
	}
	.main-navigation > div > ul{
		position: absolute;
	    top: 110%;
	    right: 0;
	    flex-direction: column;
	    background: #003059;
	    padding: 10px 0;
	    width: 100%;
	}

	.main-navigation > div > ul a{
		color: #fff;
	    display: flex !important;
	    align-items: center;
	    padding: 0 !important;
	}

	.main-navigation .menu > li.menu-item-has-children > a:after{
	    content: '\01F893';
	    display: inline-block !important;
	    background-color: transparent;
	    position: relative !important;
	    left: unset;
	    right: unset;
	    top: unset;
	    margin-left: 10px;
	    width: 8px;
	    height: 10px;
	    bottom: unset;
	}

	.main-navigation .menu > li {
	    float: none;
	    position: relative;
	    padding: 5px 25px;
	}
	.main-navigation .menu a:hover,
	.main-navigation .menu li.current-menu-item a{
		color: #2a75d1;
	}
	.main-navigation > div > ul .sub-menu{
	    box-shadow: none;
	    background: #003059;
	    left: unset;
	    top: unset;
	    float: none;
	    flex-direction: column;
	    position: relative;
	    display: none;	
	    padding: 20px;
	}
	.main-navigation > div > ul .sub-menu li{
		float: none;
	}

	.main-navigation > div > ul .sub-menu li a{
		margin-bottom: 0 !important;
	}

	.main-navigation > div > ul .sub-menu li:not(:last-child){
		margin-bottom: 5px;
	}

	.news-row {
	    grid-template-columns: 1fr;
	    grid-gap: 50px;
	}

	#top .top--image {
	    max-width: 430px;
	}

	.table-container {
	    padding: 0 15px;
	}

	.inner-sidebal-list {
	    margin-bottom: 30px;
	    padding-right: 25px;
	}

	.table-container > .row > .col-md-9 {
	    width: 70%;
	}

	.table-container > .row > .col-md-3 {
		width: 30%;
	}
}

@media (min-width: 769px){
	.filter-drop {
	    display: block !important;
	}
}
@media (min-width: 768px){

	#filter-btn{
		display: none;
	}
	
}
@media (max-width:  768px){
	.error-404__content{
		text-align: center;
	}
	.error404 .error-404 {
	    display: flex;
	    flex-direction: column-reverse;
	}
	.events-template, .courses-template {
	    grid-gap: 0;
	    grid-template-columns: 1fr;
	}
	.faq-section {
	    padding: 70px 0 0;
	}
	#filter-btn {
	    border: 0;
	    background: none;
	    color: #000;
	    font-size: 18px;
	    font-weight: 700;
	    line-height: 1;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    margin-bottom: 30px;
	    cursor: pointer;
	    width: 100%;
	    padding: 0;
	    transition: all 0.3s;
	}

	#filter-btn svg {
	    width: 25px;
	    height: 25px;
	    margin-right: 15px;
	    transition: all 0.3s;
	}

	#filter-btn svg path{
		transition: all 0.3s;	
	}

	#filter-btn:hover{
		color: #2a75d1;
	}

	#filter-btn:hover svg path{
		fill: #2a75d1 !important;
	}

	.table-container .row {
	    flex-direction: column-reverse;
	}
	.filter-drop{
		display: none;
	}
	.table-container > .row > .col-md-3,
	.table-container > .row > .col-md-9 {
	    width: 100%;
	}
	#top .top--image {
	    max-width: 420px;
	    position: relative;
	    bottom: unset;
	    right: unset;
	    margin: 40px auto -120px;
	}
	#top {
	    padding: 120px 0px;
	    align-items: unset;
	    justify-content: unset;
	    align-content: unset;
	}
	#newsletter,
	#categories,
	#best,
	#news {
	    padding: 70px 0;
	}
	#newsletter .head h2{
		margin-bottom: 15px;
	}
	.head h2 {
	    font-size: 40px;
	    line-height: 1.1;
	    margin-bottom: 10px;
	}

	.page-footer-wrapper {
	    margin-top: 50px;
	}
	footer {
	    padding: 70px 0 0;
	}
	.toggle-mnu{
		display: block
	}
	.post-anchor{
		padding: 15px 0;
	}
	.post-anchor .post-anchor__item {
	    min-height: unset;
	}
	.post-anchor__item:not(:last-child) {
	    margin-right: 0;
	}
	.post-header__wrapper {
	    flex-direction: column;
	}

	.post-header__freeTrial {
	    margin-top: 30px;
	}

	.post-header__meta br{
		display: none;
	}

	.overview__wrapper {
	    grid-template-columns: 1fr;
	    grid-gap: 30px;
	}

	.overview__wrapper p:not(:last-child) {
	    margin-bottom: 15px;
	}

	.pros_cons_wrapper {
	    grid-template-columns: 1fr;
	}

	.media__slider:before,
	.media__slider:after{
		display: none;
	}	

	.post-anchor__wrapper {
		display: none;
	    flex-direction: column;
	}

	.post-anchor__wrapper.open{
		display: flex;
	}
}


@media (max-width: 576px){
	h1 {
	    font-size: 38px;
	}
	h2 {
	    font-size: 30px;
	}
	.tool-block--bottom,
	.tool-block--top {
	    padding: 25px;
	}
	div.tool-block--bottom .features {
	    grid-template-columns: 1fr;
	}
	.tool-block--bottom .features > ul {
	    margin-bottom: 0;
	}
	div.tool-block--bottom .features > ul + .pricing{
		margin-top: 35px;
	}
	#top .top--image {
	    max-width: 100%;
	}
	#respond .comment-reply-title, 
	.reviews-section h2, 
	.pricing__title, 
	.media__title, 
	.features__title, 
	.pros_cons__title {
	    font-size: 28px;
	    line-height: 1.2;
	    margin-bottom: 20px;
	}

	.media__item-type,
	.media__item-caption{
		padding: 0 15px;
	}

	.features__wrapper {
	    column-count: 1;
	    padding-top: 0;
	}

	.pros_cons__cons-title,
	.pros_cons__pros-title {
	    font-size: 26px;
	    margin-bottom: 15px;
	}

	.pros_cons__cons-item:not(:last-child), 
	.pros_cons__pros-item:not(:last-child) {
	    margin-bottom: 20px;
	}

	.pros_cons__cons-item p, .pros_cons__pros-item p {
	    font-size: 16px;
	}

	.pros_cons__pros-wrapper,
	.pros_cons__cons-wrapper {
	    padding: 25px;
	}

	.features__column-title {
	    font-size: 22px;
	    margin-bottom: 10px;
	}

	.features__column-text {
	    line-height: 1.3;
	}

	.pricing__complete-title, .pricing__premium-title {
	    font-size: 22px;
	    margin-bottom: 10px;
	}

	.pricing__premium-per {
	    font-size: 30px;
	}

	.pricing__complete-text,
	.pricing__premium-text {
	    line-height: 1.4;
	}

	#respond .comment-reply-title,
	section.reviews-section h2 {
	    margin-bottom: 30px;
	}

	#respond,
	.reviews-section__inner{
		padding: 25px
	}

	.reviews-section__column:not(:last-child) {
	    margin-bottom: 20px;
	}

	form.reviews-section__form {
	    grid-template-columns: 1fr;
	}

	#respond #commentform {
	    grid-template-columns: 1fr;
	    gap: 25px 0;
	}

	#respond .comment-notes label, 
	#respond .comment-form-comment label, 
	#respond .comment-form-author label, 
	#respond .comment-form-email label, 
	#respond .comment-form-url label,
	.reviews-section__dlike label, 
	.reviews-section__like label, 
	.reviews-section__radio-title, 
	.reviews-section__rating-title, 
	.reviews-section__title-title label {
	    font-size: 18px;
	    margin-bottom: 10px;
	}

	#respond #commentform p.comment-form-cookies-consent {
	    margin: 0px auto 0;
	}

	#respond .form-submit {
	    padding-top: 0;
	}

	.pricing__trial {
	    min-width: unset;
	}

	.pricing__wrapper {
	    grid-template-columns: 1fr;
	}

	.post-header__review {
	    flex-direction: column;
	    align-items: flex-start;
	}

	.post-header__review a{
		margin-top: 10px;
	}

	.blog-category-template__posts {
	    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	}
}

@media (max-width: 414px){
	#news .news-row .post .list-inner{
		flex-direction: column;
	}

	#news .news-row .post .col-content {
	    padding-left: 0;
	    width: auto;
	}

	.error404 .error-404 h1 {
	    font-weight: 700;
	    font-size: 120px;
	    margin-bottom: 15px;
	}

	.error404 .error-404 h2 {
	    font-size: 28px;
	    line-height: 1.2;
	    margin-bottom: 15px;
	}

	.error404 .error-404 a {
	    padding: 22px 25px;
	}

	.blog-grid-item .blog-grid-item__inner {
	    flex-wrap: wrap;
	    justify-content: center;
	}
	.blog-grid-item .blog-grid-item__image {
	    height: 240px;
	}
}