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



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

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

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

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

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

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

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

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

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 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;
	font-size: 1em;
}

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

/*a:visited {
	color: #800080;
}*/

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

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

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


/*-- theme styling --*/
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #b88d00;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 184,141,0;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 25,135,84;
    --bs-info-rgb: 13,202,240;
    --bs-warning-rgb: 255,193,7;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 248,249,250;
    --bs-dark-rgb: 33,37,41;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-body-color-rgb: 33,37,41;
    --bs-body-bg-rgb: 255,255,255;    
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #5e5e6e;
    --bs-body-bg: #fff;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-2xl: 2rem;
    --bs-border-radius-pill: 50rem;
    --bs-link-color: #0d6efd;
    --bs-link-hover-color: #0a58ca;
    --bs-code-color: #d63384;
    --bs-highlight-bg: #fff3cd;
}
body {
  font-family: "Work Sans", sans-serif;
  font-weight: var(--bs-body-font-weight);
  font-size: var(--bs-body-font-size);
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
h1:not(:last-child),
h2:not(:last-child),
h3:not(:last-child),
h4:not(:last-child),
h5:not(:last-child),
h6:not(:last-child) {
  margin-bottom: 0.5rem;
}

a {
  color: var(--bs-link-color);
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: var(--bs-link-hover-color);
}

b,
strong {
  font-weight: 600;
}
.fw-medium {
  font-weight: 500 !important;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}
@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1170px;
  }
}

.btn {
  padding: 0.625rem 1rem;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 500;
  border-width: 2px;
}
.btn-lg {
  padding: 1.25rem 3.5rem;
  font-size: 1.125rem;
}

.btn:active,
.btn:focus {
  outline: none;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
}
.btn-primary,
.btn-primary:visited {
  background: #b98e00;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary:hover {
  background: #001a2f !important;
  border-color: transparent !important;
  color: #ffffff;
}
.btn-primary:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn-primary.focus,
.btn-primary:focus {
  background: #041c2f;
  border-color: transparent;
  color: #ffffff;
}
.btn-outline-primary,
.btn-outline-primary:visited {
  background: transparent;
  border-color: #b98e00;
  color: #5f5f6f;
}
.btn-outline-primary:hover {
  background: #b98e00 !important;
  border-color: transparent !important;
  color: #ffffff;
}
.btn-outline-primary:active,
.btn-outline-primary:active:focus,
.btn-outline-primary:active:hover,
.btn-outline-primary.focus,
.btn-outline-primary:focus {
  background: #957201 !important;
  border-color: transparent !important;
  color: #ffffff;
}

.btn-danger {
  background-color: #d32b31;
  border-color: #d32b31;
}
.btn-danger:hover {
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-dark {
  border-color: #d32b31;
}
.btn-outline-dark:hover {
  background-color: #d32b31;
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}
.form-group {
  margin-bottom: 30px;
}
.form-label {
  margin-bottom: 5px;
  color: #000000;
}
.form-control,
.form-select {
  font-family: "Roboto", sans-serif;
  color: #555555;
  border-radius: 5px;
  background-color: #ffffff;
  border-color: #c9c9c9;
}
.form-control-lg,
.form-select-lg {
  min-height: calc(1.5em + 1rem + 8px);
  font-size: 1rem;
}
.form-text {
  font-size: 0.875rem;
  color: #656565;
}
.error {
  color: #dc3545;
  font-size: 0.75rem;
}

.contact-form textarea.form-control {
  height: 130px;
  resize: vertical;
}

.main-container {
  min-height: 100%;
  position: relative;
}

#header {
  padding: 0;
}
#header .top-wrap {
  width: 100%;
  padding: 11px 0;
  background-color: #001a2f;
}
#header .top-wrap .header-info a {
  font-weight: 500;
  color: #ffffff;
  line-height: 1.3;
  display: inline-flex;
  align-items: center;
  margin-left: 30px;
}
#header .top-wrap .header-info a:hover {
  color: #927310;
}
#header .top-wrap .header-info a i {
  margin-right: 15px;
}
#header .top-wrap .header-info a:first-of-type {
  margin-left: 0;
}
#header .top-wrap .header-social {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #ffffff;
}
#header .top-wrap .header-social p {
  font-weight: 500;
}
#header .top-wrap .header-social ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
#header .top-wrap .header-social ul li {
  font-size: 1.125rem;
}
#header .top-wrap .header-social ul li a {
  color: #ffffff;
}
#header .top-wrap .header-social ul li a:hover {
  color: #927310;
}

#header .header-wrap {
  padding: 16px 0;
  background-color: #f2f9fc;
  position: relative;
}
#header .header-wrap .header-nav {
}

.section {
  padding: 80px 0;
}
.section.gray {
  background-color: #f9fcfe;
}
.section h1 {
  font-weight: 600;
  font-size: 3rem;
}
.section h2 {
  font-weight: 600;
  font-size: 2.5rem;
  color: #19191b;
}
.section h3 {
  font-weight: 600;
  font-size: 2rem;
  color: #19191b;
}
.section h4 {
  font-weight: 500;
  font-size: 1.875rem;
  color: #19191b;
}
.section h5 {
  font-weight: 500;
  font-size: 1.5rem;
}
.section h6 {
  font-weight: 500;
  font-size: 1.25rem;
}
.section p {
  line-height: 1.5;
}

.banner {
  padding: 100px 0 140px;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 700px;
}
.banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
/*.banner-slider-bg:after{content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0, 0, 0, 0.1);}*/
.banner-content {
  padding: 0;
}
.banner-content h1 {
  font-size: 3.125rem;
  font-weight: 600;
  color: #ffc400;
  margin-bottom: 15px;
}
.banner-content h3 {
  font-size: 2.8125rem;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}
.banner-content h3 strong {
  font-weight: 800;
}
.banner-content p {
  font-weight: 500;
  font-size: 1.25rem;
  color: #ffffff;
  display: inline-block;
  max-width: 740px;
}
.banner-content .btn {
  margin-top: 15px;
}

.banner-bottom-box-row {
  margin-top: -84px;
}
.banner-bottom-box-items {
  margin: 0;
  position: relative;
  height: 144px;
  padding: 5px;
  background-color: #ffffff;
  border-radius: 40px;
  text-align: center;
  box-shadow: 0px 5px 10px rgba(222, 235, 244, 0.7);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner-bottom-box-items img {
  margin-bottom: 10px;
}
.banner-bottom-box-items p {
  font-size: 1.25rem;
  font-weight: 600;
  color: #19191b;
  margin: 0;
}

.about-content h4 {
  margin-bottom: 20px;
}
.about-content .btn {
  min-width: 160px;
  margin-top: 15px;
}

.services-card {
  margin: 0 5px;
  box-shadow: 0px 2px 10px rgba(222, 235, 244, 0.7);
  border-radius: 30px;
}
.services-card .card-body {
  padding: 2rem 1rem;
}
.services-card .card-body > i {
  margin-bottom: 20px;
  display: inline-block;
}
.services-card h3 {
  font-size: 1.375rem;
}
.services-card p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.services-card .btn {
  width: 50px;
  height: 50px;
  border: 2px solid #e3e3fa;
  border-radius: 50%;
  margin-top: 15px;
  display: inline-flex;
  align-items: center;
}
.services-card:hover .btn,
.services-card .btn:hover {
  background-color: var(--bs-primary);
  border-color: transparent;
  color: #ffffff;
}
.services-card .over-link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.industries-wrap {
	color: #fff;
  background-color: #003056;
  background-image: url(images/industries-items-bg.jpg);
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
}
.industries-txt{
	max-width: 310px;
	padding-right: 10px;
}
.industries-wrap h2{
	color: #ffc300;
}
.industries-slider .slick-list{
	padding:0 20% 0 0;
}
.single-industry-block{
	padding: 0 15px;
}
.single-industry-inner a{
	display: block;
	border: #fff solid 2px;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	color: #000;
}
.single-industry-inner img{
	width: 100%;
}
.indus-title{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 25px 15px 15px;

	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(238,252,253,1) 53%, rgba(233,251,253,1) 68%); 
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(238,252,253,1) 53%,rgba(233,251,253,1) 68%); 
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(238,252,253,1) 53%,rgba(233,251,253,1) 68%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e9fbfd',GradientType=0 );
}
.industries-slider-nav button.slick-arrow{
	color: #fff;
	width: 48px;
	height: 48px;
	background-color: transparent;
	border: 2px solid rgba(255,255,255,.5);
	border-radius: 50%;
	padding: 0;
}
.industries-slider-nav button.slick-arrow:hover{
	background-color: #fff;
	color: var(--bs-primary);
}
.process-boxed i {
  width: 95px;
  height: 95px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0px 2px 15px rgba(222, 235, 244, 0.7);
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

#footer {
  padding: 0;
}
#footer .footer-top {
  padding: 17px 0;
  background-color: #182126;
}

#footer .footer-social {
}
#footer .footer-social ul {
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
}
#footer .footer-social li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer .footer-social li:last-of-type {
  margin-bottom: 0;
}
#footer .footer-social li a {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  width: 42px;
  height: 42px;
  display: block;
  line-height: 42px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
  color: #182126;
  text-decoration: none;
}
#footer .footer-social li a:hover {
  text-decoration: none;
  background-color: #b98e00;
  color: #ffffff;
}

#footer .footer-info {
}
#footer .footer-info > div {
  margin-right: 25px;
  display: inline-flex;
}
#footer .footer-info > div:last-of-type {
  margin-right: 0;
}
#footer .footer-info > div i {
  margin-right: 15px;
}
#footer .footer-info > div h6 {
  line-height: 20px;
  margin-bottom: 6px;
  font-weight: 500;
  color: #ffffff;
}
#footer .footer-info > div p {
  line-height: 20px;
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
}
#footer .footer-info > div p a {
  color: #ffffff;
}
#footer .footer-info > div p a:hover {
  color: #b98e00;
}
#footer .footer-info .call-us p {
  font-weight: 700;
  font-size: 1.125rem;
}

#footer .footer-content {
  padding: 70px 0;
  background-color: #f6fafd;
}
#footer .footer-content h4 {
  font-weight: 600;
  font-size: 1.875rem;
  color: #19191b;
  margin-bottom: 25px;
}
#footer .footer-content p {
  color: #19191b;
}

#footer .footer-about {
}
#footer .footer-about .btn-light {
  padding: 6px 6px;
  background-color: #ffffff;
  border-color: transparent;
  font-size: 0.875rem;
  color: #b88d00;
  box-shadow: 0px 2px 10px rgba(222, 235, 244, 0.7);
}
#footer .footer-about .btn-light:hover {
  background-color: #b98e00;
  color: #ffffff;
}

#footer .footer-nav {
}
#footer .footer-nav ul {
  margin: 0;
  padding: 0;
}
#footer .footer-nav li {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
  line-height: 20px;
  padding-left: 15px;
  position: relative;
}
#footer .footer-nav li:last-of-type {
  margin-bottom: 0;
}
#footer .footer-nav li:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.75rem;
  color: #b88d00;
  position: absolute;
  top: 0;
  left: 0;
}
#footer .footer-nav li a {
  margin: 0;
  padding: 0;
  color: #19191b;
  text-decoration: none;
}
#footer .footer-nav li a:hover {
  color: #b98e00;
  text-decoration: none;
}

#footer .footer-bottom {
  padding: 15px 0;
  background-color: #b98e00;
}
#footer .footer-bottom .copyright-text {
  font-size: 0.875rem;
  color: #ffffff;
}
#footer .footer-bottom .copyright-text a {
  color: #ffffff;
  text-decoration: none;
}
#footer .footer-bottom .copyright-text a:hover {
  color: #e2ae04;
  text-decoration: underline;
}

.inner-banner {
  padding: 60px 0;
  position: relative;
  display: flex;
  align-items: center;
  min-height: 350px;
}
.inner-banner-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
/*.inner-banner-bg:after{content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(7, 20, 28, 0.8);}*/
.inner-banner-caption h1 {
  font-size: 3.125rem;
  font-weight: 700;
  color: #ffc400;
  margin-bottom: 0;
}

.inner-banner .breadcrumb-item {
  color: #ffffff;
}
.inner-banner .breadcrumb-item a {
  color: #d22b31;
}
.inner-banner .breadcrumb-item + .breadcrumb-item:before {
  color: #ffffff;
}

.breadcrumbs {
  color: #ffffff;
}
.breadcrumbs > span {
  display: inline-block;
  margin: 0 6px;
}
.breadcrumbs a span {
  color: #ffffff;
}
.breadcrumbs .current-item {
  color: #8c9499;
}
.breadcrumbs .fa {
  margin: 0 5px;
}
.breadcrumbs > span {
  display: inline-block;
}

.entry-content {
}
.entry-content p {
  font-family: "Roboto", sans-serif;
  line-height: 1.7;
}

.pagination {
  margin: 18px 0 0;
}
.pagination.margin-none {
  margin: 0;
}
.pagination > li > a,
.pagination > li > span {
  padding: 14px 15px !important;
  background-color: #ffffff !important;
  color: #434343 !important;
  font-size: 14px !important;
  margin: 0 !important;
  margin-left: -1px !important;
  display: block;
}
.pagination > li > a.prev:before {
  content: "\f053";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  color: #434343;
  display: inline-block;
  margin-right: 5px;
}
.pagination > li > a.next:after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  color: #434343;
  display: inline-block;
  margin-left: 5px;
}

.pagination > li > a.current,
.pagination > li > span.current,
.pagination > li > a.current:hover,
.pagination > li > span.current:hover,
.pagination > li > a.current:focus,
.pagination > li > span.current:focus {
  background-color: #043b55 !important;
  border-color: #043b55 !important;
  color: #ffffff !important;
}
.pagination > li > a:hover {
  text-decoration: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  border-radius: 0 !important;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0 !important;
}

.wp-block-gosign-gosign-background-contianer .contentBlock {
  padding-left: 12px;
  padding-right: 12px;
}
.wp-block-gosign-gosign-background-contianer.no-padding .contentBlock {
  padding-left: 0;
  padding-right: 0;
}
.wp-block-gosign-gosign-background-contianer.boxed-width .contentBlock {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .wp-block-gosign-gosign-background-contianer.boxed-width .contentBlock {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .wp-block-gosign-gosign-background-contianer.boxed-width .contentBlock {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .wp-block-gosign-gosign-background-contianer.boxed-width .contentBlock {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .wp-block-gosign-gosign-background-contianer.boxed-width .contentBlock {
    max-width: 1140px;
  }
}

@media (max-width: 1199px) {
  #header .header-wrap .header-nav {
    margin-right: 165px;
  }

  .section h1 {
    font-size: 2.5rem;
  }
  .section h2 {
    font-size: 2.25rem;
  }
  .section h3 {
    font-size: 1.75rem;
  }
  .section h4 {
    font-size: 1.625rem;
  }
  .section h5 {
    font-size: 1.375rem;
  }

  .banner {
    padding: 80px 0;
    min-height: 600px;
  }
  .banner-content h1 {
    font-size: 3.25rem;
  }
  .banner-content h3 {
    font-size: 1.75rem;
  }

  .banner-bottom-box-row {
    margin-top: -150px;
  }
  .banner-bottom-box-items .items-caption {
    font-size: 1.5rem;
  }

  #footer .footer-top h4 {
    font-size: 1.625rem;
  }

  .inner-banner {
    min-height: 350px;
    padding: 80px 0 !important;
  }
  .inner-banner-caption h1 {
    font-size: 2.5rem;
  }
}

@media (max-width: 991px) {
  #header {
    position: sticky;
    top: 0;
    z-index: 99;
  }
  #header .top-wrap {
    border-top: 0;
  }
  #header .header-wrap,
  #header .header-wrap.sticky {
    padding: 10px 0;
    box-shadow: 0px 9px 13px -6px rgba(0, 0, 0, 10%);
  }
  #header .header-wrap .header-logo .custom-logo-link {
    width: 180px;
    max-width: 100%;
    display: inline-block;
  }
  #header .header-wrap .header-nav {
    margin: 0;
    padding: 0;
  }
  #header .header-wrap .row {
    align-items: center;
  }

  .section {
    padding: 60px 0;
  }
  .wp-block-gosign-gosign-background-contianer .outer-container {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .wp-block-gosign-gosign-background-contianer.no-padding .outer-container {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .section h1 {
    font-size: 2.25rem;
  }
  .section h2 {
    font-size: 2rem;
  }
  .section h3 {
    font-size: 1.625rem;
  }
  .section h4 {
    font-size: 1.5rem;
  }
  .section h5 {
    font-size: 1.25rem;
  }

  .banner {
    padding: 60px 0;
    min-height: 520px;
  }
  .banner-content h1 {
    font-size: 3rem;
  }
  .banner-content h3 {
    font-size: 1.5rem;
  }

  .banner-bottom-box-row {
    margin-top: -100px;
  }
  .banner-bottom-box-items .items-caption {
    font-size: 1.25rem;
  }

  .company-about-content {
    font-size: 1.5rem;
  }

  #footer .footer-top {
    padding: 50px 0;
  }
  #footer .footer-top h4 {
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  #footer .footer-info > div {
    justify-content: center;
    flex-direction: column;
  }
  #footer .footer-info > div i {
    margin-right: 0;
    margin-bottom: 10px;
  }
  #footer .footer-nav li {
    display: inline-block;
    margin: 0 8px 5px;
  }
  #footer .footer-social li {
    display: inline-block;
    margin: 0 8px;
  }
  #footer .footer-social li a i {
    margin-right: 2px;
  }

  .inner-banner {
    min-height: 280px;
    padding: 60px 0 !important;
  }
  .inner-banner-caption h1 {
    font-size: 2rem;
  }

  .row-cols-2 > * {
    width: 50% !important;
  }

  .overf .wp-block-gosign-gosign-background-contianer {
    z-index: -1;
  }

  .btn-lg {
    padding: 0.875rem 2rem;
    font-size: 1rem;
  }

  .page-id-319 .wp-block-spacer,
  .page-id-260 .wp-block-spacer {
    height: 60px !important;
  }
}

@media (max-width: 767px) {
  .section h1 {
    font-size: 2rem;
  }
  .section h2 {
    font-size: 1.75rem;
  }
  .section h3 {
    font-size: 1.5rem;
  }
  .section h4 {
    font-size: 1.25rem;
  }
  .section h5 {
    font-size: 1.125rem;
  }

  .banner {
    min-height: 460px;
  }
  .banner-content h1 {
    font-size: 2.5rem;
  }
  .banner-content h3 {
    font-size: 1.5rem;
  }

  .company-about-content {
    font-size: 1.25rem;
  }

  .inner-banner {
    min-height: 240px;
  }
  .inner-banner-caption h1 {
    font-size: 1.75rem;
  }
}

@media (max-width: 575px) {
  .banner {
    min-height: 400px;
  }
  .banner-content h1 {
    font-size: 2.25rem;
  }
  .banner-content h3 {
    font-size: 1.25rem;
  }
}


/*-- inner-hero-section --*/
.inner-hero-section{
	position: relative;
}
.inner-hero-section img{
	width: 100%;
	display: block;
}
.inner-hero-section .hero-overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	background-color: rgba(0,26,47,.6);
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.inner-hero-section h1{
	font-size: 50px;
	font-weight: 600;
	color: #ffc300;
}

.single-news-block a{
	color: #19191b;
}
.news-thumbnail{
	border: 2px solid #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 0 15px 2px rgba(0,0,0,.1);
	margin-bottom: 20px;
}
.news-thumbnail img{
	width: 100%;
}
.single-news-block h5{
	font-weight: 600;
}
.publish-time i{
	color: #b88d00;
}

.testimonials-img{
	width: 148px;
	height: 148px;
	border:#fff solid 3px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	transform: scale(.8);
	opacity: .7;
	transition: all .25s ease-in-out;
	z-index: -1;
	position: relative;
}
.slick-current .testimonials-img{
	transform: scale(1);
	opacity: 1;
	z-index: 0;
}
.testimonials-img img{
	display: block;
}
.testimonial-text-slider .slick-dots {
  padding: 0;
  margin: 0;
  text-align: center;
  list-style: none;
}
.testimonial-text-slider .slick-dots li{
	display: inline-block;
	margin: 0 4px;
}
.testimonial-text-slider .slick-dots li button{
	width: 13px;
	height: 13px;
	background-color: #fff;
	border: #787775 solid 2px;
	border-radius: 50%;
	padding: 0;
	font-size: 0;
	color: transparent;
}
.testimonial-text-slider .slick-dots li.slick-active button{
	background-color: #b88d00;
	border-color: #b88d00;
}
.testimonial-author-slider {
  width: 350px;
  margin: 0 auto;
}

/*Added on 3-2-23*/
.process-boxed{position: relative;}
.process-boxed::after {
  content: url('http://staging.virtualworldassistants.com/wp-content/uploads/2023/02/process_pattrn.png');
  position: absolute;
  top: 15%;
  left: calc(100% - 25%);
}
.process_wrap .col-md-3:last-child .process-boxed::after{display: none;}
@media(max-width:1199px){
	.process-boxed::after{transform: scale(0.8); transform-origin: left;}
}
@media(max-width:991px){
	.process-boxed::after{display: none;}
}


.testimonial-author-slider .slick-slide{width:105px !important;}
.video-btn{
	appearance: none;
	-webkit-appearance: none;
	padding: 0;
	background: transparent;
	box-shadow: none;
	border: none;
}
.videoModal .modal-content{background: transparent; border:none; padding: 0;}
.videoModal .modal-dialog{max-width:675px}
.videoModal .btn-close{
	filter: invert(1) brightness(1);
	opacity: 1;	
	position: absolute;
	right: 0;
	top: 0;
}
.book_btn {
  background: #b98e00;
  color: #fff;
  display: flex;
  width: 86%;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
}
#footer .footer-content p.free_con{font-weight: 800;color: #014073; font-size:40px; letter-spacing: 5px; line-height: 45px; margin-top:-5px; margin-bottom: 20px;}
#footer .footer-content p.free_con span{
	font-size:50px; 
	letter-spacing: 20px;
	display: block;
}
.book_btn i{
	background: #fff;
	color: #b98e00;
	font-size: 10px;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.book_btn:hover{border:2px solid #b98e00;}
.book_btn:hover i{border: 1px solid #b98e00;}
.testimonials-details .author-title{
	display: inline-block;
	position: relative;
	text-align: left;
	padding-left: 50px;
}
.testimonials-details{margin-bottom:20px;}
.testimonials-details .author-title::before {
  content: url(http://staging.virtualworldassistants.com/wp-content/uploads/2023/02/quote.png);
  position: absolute;
  left: 0;
  top: 5px;
}
.testimonials-details .author-title h6{
	color: #b88d00;
	font-weight: 600;
	margin-bottom: 5px;
}

/* 08.02.2023*/
.list-article-content .indust-post-title{
	font-size: 25px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 600;
	font-family: "Work Sans";
}
.list-article-content h4{font-size: 16px; color: #fff; line-height: 20px; padding: 16px 0 0 0;}
.list-article-content h4 span{ color: #b98e00; }
.list-article-content img{
	border-radius: 15px;
	box-shadow: (0 0 7.5px rgba(223,236,244,0.75));
	background-color: #012d51;
	border: 3px solid #ffffff;
}
.industry-posts .slick-arrow {
  border: 2px solid #446587;
  color: #fff;
  border-radius: 100%;
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: auto;
  background-color: transparent;
  transition: 1s;
  position: absolute;
top: -72px;
right: 10px;
}
.industry-posts .slick-prev{right: 60px;}
.industry-posts .slick-arrow:hover{
  background-color: #fff;
  border-color: #fff;
  color: #b98e00;
}
.industry-posts .slick-slide {
    margin: 0 15px;
}

.industry-posts .slick-list {
    margin: 0 -15px;
}
.assistant-news-heading{position: relative;}
.view-all-btn{
	font-size: 16px;
	color: #ffffff;
	font-weight: 500;
	font-family: "Work Sans";
	text-align: center;
	padding: 10px 22px;
	border: 1px solid #fff;
	border-radius: 30px;
	position: absolute;
	right: 140px;
	bottom: 28px;
	transition: 1s;
}
.view-all-btn:hover{ background-color: #fff; color: #b98e00; }
.industry_item.box_item h3 { text-align: center; margin: 0 auto; }

.hour-block{background-image: linear-gradient(90deg, #a26900 0%, #ea9412 100%); border-radius: 10px 10px 0 0;}



/* 09.02.2023 */
.pricing-box-col{margin-bottom: 50px;}
.pricing-box-top{
	border-radius: 15px;
	box-shadow: 0 0 7.5px rgba(223,236,244,0.75);
	background-color: #ffffff;
	text-align: center;
}
.pricing-box-top .amnt_hr{margin: 0 8px; color: #44444f; font-size: 14px; font-weight: 400; line-height: 24px;}
.pricing-box-top .amnt_hr:nth-child(2n){background-color: #f9fcfe;}
.pricing-box-top h4{
	font-size: 22px;
	color: #191a1c;
	font-weight: 600;
	font-family: "Work Sans";
	text-align: center;
}
.pricing-box-top .hour-block{padding: 25px 0; position: relative;}
.pricing-box-top .hour-block:before{
	content: " ";
	position: absolute;
	display: block;
	left: 45%;
	bottom: -18px;
	width: 0px;
   height: 0px;
   border-style: solid;
   border-width: 0 15px 20px 15px;
   border-color: transparent transparent #c67f09 transparent;
   transform: rotate(180deg);
}
.pricing-box-top .hour-block .tme_pre{color: #fff; font-size: 40px; top: -10px;}
.pricing-box-top .hour-block .time {color: #fff;}
.pricing-box-top .hour-block p{ font-size: 25px; letter-spacing: 1px; color: #fff; text-shadow: 1.985px 0.244px 0px rgba(84,94,87,0.6);}
.pricing-box-top .hr-full-time{
	font-size: 14px;
	line-height: 24px;
	color: #014073;
	font-weight: 600;
	font-family: "Work Sans";
	text-align: center;
}

.pricing-box-top .administ-head{ 
	border-bottom: 3px solid #e8e8e9;
  	padding: 35px 0 15px 0;
  	margin: 0 10px;
}
.pricing-box-top .hr-full-time span{ display: block;color: #191a1c; }
.pricing-box-top .btn-sign-up{background-image: linear-gradient(90deg, #a26900 0%, #ea9412 100%);
	font-size: 22px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: 600;
	font-family: "Work Sans";
	text-align: center; 
	border: 2px solid #fff;
	box-shadow: 0 0 7.5px rgba(223,236,244,0.75);
	position: relative;
	padding: 9px 40px;
	bottom: -30px;
}
@media(max-width:1080px){
	.banner-bottom-box-row {margin-top: -50px;}
}
@media(max-width:991px){
	.pricing-box-top .hour-block .tme_pre {font-size: 30px;}
	.pricing-box-top .hour-block .time {font-size: 46px;}
	.pricing-box-top h4 {font-size: 16px;}
	.pricing-box-top .btn-sign-up {font-size: 16px;}
	.footer-info{padding-top: 20px;}
	.footer-info .call-us{ margin-top: 20px; }
	.inner-hero-section img{ display: none; }
  	.book_btn {margin: 0 auto;}
  	.list-article-content .indust-post-title {font-size: 20px;}
	.inner-hero-section {
	background-image: url(http://staging.virtualworldassistants.com/wp-content/uploads/2023/02/coaching_banner.jpg);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	min-height: 300px;
}
}

@media(max-width:767px){
	#footer .footer-info > div {margin-bottom: 20px;}
	.header-info{text-align: center;}
	.#header .top-wrap .header-social {justify-content: center;}
	.inner-hero-section h1 {font-size: 35px;}
	.view-all-btn {position: inherit; right: inherit; bottom: inherit;}
	.blue_pattern .tme_price {margin-bottom: 20px;}
	.coach_box-area{margin-bottom: 20px;}
	.pricing-box-top .btn-sign-up {bottom: -20px;}
}

/* 10.02.2023 */

.contact_frm .assistant_fields{flex-wrap: wrap;}
.contact_frm .half {width: 100%;}
.contact_frm .half_fields .half:first-child{padding-right:0;}
.video-block{ width: 80%; height: 80%;}
.about-sec-video{position: relative;}
.about-sec-video img{position: absolute; top: 0; left: 0; transition: 1s;}
.about-sec-video img:hover{display: none;}

.video-wrap {
  width: 100%;
  position: relative;
}
.video-wrap video{
	width:100%;
	height:auto;
	opacity:0;
}
.video-wrap .video-thumb{
	width:100%;
	height:100%;
	position: absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius:8px;
	z-index:2;
	cursor:pointer;
}
.play-video video{
	opacity:1;
}
.play-video .video-thumb{
	display:none;
}
.play-btn {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
  color: #b98e00;
  font-size: 38px;
  line-height: 38px;
  padding: 27px 5px 27px 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

.partners-logo-wrap{
	width: 100%;
	height: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px;
	border-radius: 8px;	
	box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
}
.partners-logo-wrap img {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); 
    filter: gray; 
    -webkit-filter: grayscale(100%);
}