/*
Theme Name: Vision PT
Theme URI: https://visionspt.com/visionpt/
description: >-
  Twenty twentyone Child Theme
Author: Dharmendra
Author URI: http://example.com
Template: twentytwentyone
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain: visionpt
*/



@media only screen and (max-width: 782px) {
.admin-bar {--global--admin-bar--height: 46px;}
}


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

hr {
	box-sizing: content-box;

	/* 1 */
	height: 0;

	/* 1 */
	overflow: visible;

	/* 2 */
}

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

	/* 1 */
	font-size: 1em;

	/* 2 */
}

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

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

/**
 * 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 */
	text-decoration-style: 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;

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

/**
 * 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 {
	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] {
	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;
}


.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.default-max-width {
	max-width: var(--responsive--aligndefault-width);
	margin-left: auto;
	margin-right: auto;
}

.widget-area,
.pagination,
.comments-pagination,
.post-navigation,
.site-footer,
.site-header,
.alignwide,
.wide-max-width {
	max-width: var(--responsive--alignwide-width);
	margin-left: auto;
	margin-right: auto;
}

.alignfull,
.wp-block-group .wp-block-group__inner-container > *.alignfull,
.full-max-width {
	max-width: var(--responsive--alignfull-width);
	width: var(--responsive--alignfull-width);
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 482px) {

	.alignfull,
	.full-max-width {
		max-width: var(--responsive--alignfull-width);
		width: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

.entry-header .post-thumbnail,
.singular .post-thumbnail,
.alignfull [class*=inner-container] > .alignwide,
.alignwide [class*=inner-container] > .alignwide {
	margin-left: auto;
	margin-right: auto;
	width: var(--responsive--alignwide-width);
	max-width: var(--responsive--alignfull-width);
}

@media only screen and (min-width: 482px) {

	.entry-content > .alignleft {

		/*rtl:ignore*/
		margin-left: var(--responsive--alignleft-margin);

		/*rtl:ignore*/
		margin-right: var(--global--spacing-horizontal);
	}
}
@media only screen and (min-width: 482px) {

	.entry-content > .alignright {

		/*rtl:ignore*/
		margin-left: var(--global--spacing-horizontal);

		/*rtl:ignore*/
		margin-right: var(--responsive--alignright-margin);
	}
}




/**
 * Reset specific elements to make them easier to style in other contexts.
 */
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
form,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

/**
 * Apply generic border-box to all elements.
 * See:
 * https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
	box-sizing: border-box;

}

/**
 * Relax the definition a bit, to allow components to override it manually.
 */
*,
*::before,
*::after {
	box-sizing: inherit;
}


button {
	cursor: pointer;
}

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


input[type=search]:focus {
	outline-offset: -7px;
}



select {
	border: var(--form--border-width) solid var(--form--border-color);
	color: var(--form--color-text);
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: var(--global--line-height-body);
	padding: var(--form--spacing-unit) calc(3 * var(--form--spacing-unit)) var(--form--spacing-unit) var(--form--spacing-unit);
	background: var(--global--color-white) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
	background-position: right var(--form--spacing-unit) top 60%;
}

select:focus {
	outline-offset: 2px;
	outline: 2px dotted var(--form--border-color);
}

.is-dark-theme select {
	background: var(--global--color-white-90) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='%2328303d'><polygon points='0,0 10,0 5,5'/></svg>") no-repeat;
	background-position: right var(--form--spacing-unit) top 60%;
}

textarea {
	width: 100%;
}

label {
	font-size: var(--form--font-size);
	font-weight: var(--form--label-weight);
	margin-bottom: calc(var(--global--spacing-vertical) / 3);
}

/**
https://css-tricks.com/custom-styling-form-inputs-with-modern-css-features/
https://codepen.io/aaroniker/pen/ZEYoxEY by Aaron Iker.
License: MIT.
*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {

	input[type=checkbox],
	input[type=radio] {
		-webkit-appearance: none;
		-moz-appearance: none;
		position: relative;
		width: 25px;
		height: 25px;
	}

	input[type=checkbox]:disabled,
	input[type=radio]:disabled {
		opacity: 0.7;
	}


	input[type=checkbox]:focus {
		outline-offset: 2px;
	}

	input[type=checkbox]:after {
		content: "";
		opacity: 0;
		display: block;
		left: 5px;
		top: 2px;
		position: absolute;
		width: 7px;
		height: 13px;
		border-top: 0;
		border-left: 0;
		transform: rotate(30deg);
	}


	input[type=checkbox]:checked:after {
		opacity: 1;
	}

	input[type=radio] {
		border-radius: 50%;
	}

	input[type=radio]:focus {
		outline-offset: 2px;

	}

	input[type=radio]:after {
		content: "";
		opacity: 0;
		display: block;
		left: 3px;
		top: 3px;
		position: absolute;
		width: 11px;
		height: 11px;
		border-radius: 50%;
	}



	input[type=radio]:checked:after {
		opacity: 1;
	}

	input[type=radio]:checked:focus {
		outline-offset: 4px;
	}
}

input[type=checkbox] + label,
input[type=radio] + label {
	display: inline-block;
	padding-left: 10px;
	vertical-align: top;
}

/**
 * https://css-tricks.com/styling-cross-browser-compatible-range-inputs-css/
*/
@supports (-webkit-appearance: none) or (-moz-appearance: none) {

	input[type=range] {
		-webkit-appearance: none;

		/* Hides the slider so that custom slider can be made */
		width: 100%;

		/* Specific width is required for Firefox. */
		height: 6px;
		border-radius: 6px;
		outline-offset: 10px;
	}

	input[type=range]:disabled {
		opacity: 0.7;
	}

	input[type=range]::-webkit-slider-thumb {
		-webkit-appearance: none;
		height: 44px;
		width: 44px;
		border-radius: 50%;
		cursor: pointer;
	}

	input[type=range]::-moz-range-thumb {
		height: 44px;
		width: 44px;
		border-radius: 50%;
		cursor: pointer;
		box-sizing: border-box;
	}
}

input[type=range]::-ms-track {
	width: 100%;
	height: 6px;
	border-radius: 6px;
	border-width: 19px 0;
	background: transparent;
	color: transparent;
	cursor: pointer;
}

input[type=range]::-ms-fill-upper {
	border-radius: 6px;
}

input[type=range]::-ms-fill-lower {

	border-radius: 6px;
}

input[type=range]::-ms-thumb {
	height: 44px;
	width: 44px;
	border-radius: 50%;
	cursor: pointer;
}


::-moz-placeholder {
	opacity: 1;
}


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

/* Classic editor images */
.entry-content img {
	max-width: 100%;
}

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


.alignleft figcaption,
.alignright figcaption,
.alignleft .wp-caption,
.alignright .wp-caption,
.alignleft .wp-caption-text,
.alignright .wp-caption-text,
.alignleft .wp-block-embed figcaption,
.alignright .wp-block-embed figcaption {
	margin-bottom: 0;
}

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

/* Over here, place any elements that do not need to have their own file. */
b,
strong {
	font-weight: 700;
}

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

pre {
	white-space: pre;
	overflow-x: auto;
}

/*
 * text-underline-offset doesn't work in Chrome at all 👎
 * But looks nice in Safari/Firefox, so let's keep it and
 * maybe Chrome will support it soon.
 */
a {
	cursor: pointer; text-decoration:none
}

a:hover {
	text-decoration-style: dotted;
	text-decoration-skip-ink: none;
}

ul.aligncenter,
ol.aligncenter {
	list-style-position: inside;
	padding: 0;
}

ul.alignright,
ol.alignright {
	list-style-position: inside;
	text-align: right;
	padding: 0;
}

ul {
	list-style-type: disc;
}

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

ol {
	list-style-type: decimal;
}

ol ul {
	list-style-type: circle;
}

dt {
	font-family: var(--definition-term--font-family);
	font-weight: bold;
}

dd {
	margin: 0;
	padding-left: calc(2 * var(--global--spacing-horizontal));
}

table,
.wp-block-table {
	width: 100%;
	min-width: 240px;
	border-collapse: collapse;
}

table thead,
table tfoot,
.wp-block-table thead,
.wp-block-table tfoot {
	text-align: center;
}


table td,
table th,
.wp-block-table td,
.wp-block-table th {
	border: 1px solid;
}

table.wp-calendar-table td,
table.wp-calendar-table th {
	background: transparent;
	border: 0;
	text-align: center;
	line-height: 2;
	vertical-align: middle;
	word-break: normal;
}

table.wp-calendar-table th {
	font-weight: bold;
}

table.wp-calendar-table thead,
table.wp-calendar-table tbody {
	color: currentColor;
	border: 1px solid;
}

table.wp-calendar-table caption {
	font-weight: bold;
	text-align: left;
	color: currentColor;
}


/**
 * .alignleft
 */
.alignleft {

	/*rtl:ignore*/
	text-align: left;
	margin-top: 0;
}


@media only screen and (min-width: 482px) {

	.alignleft {

		/*rtl:ignore*/
		float: left;

	}

}

/**
 * .aligncenter
 */
.aligncenter {
	clear: both;
	display: block;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

/**
 * .alignright
 */
.alignright {
	margin-top: 0;
	margin-bottom: var(--global--spacing-vertical);
}

.entry-content > .alignright {
	max-width: var(--responsive--aligndefault-width);
}

@media only screen and (min-width: 482px) {

	.alignright {

		/*rtl:ignore*/
		float: right;

		/*rtl:ignore*/
		margin-left: var(--global--spacing-horizontal);
	}

	.entry-content > .alignright {
		max-width: calc(50% - var(--responsive--alignright-margin));
	}
}

[class*=inner-container] > .alignleft + *,
[class*=inner-container] > .alignright + * {
	margin-top: 0;
}

/**
 * .alignwide
 */
.alignwide {
	clear: both;
}

/**
 * .alignfull
 */
.alignfull {
	clear: both;
}

.has-left-content {
	justify-content: flex-start;
}

.has-right-content {
	justify-content: flex-end;
}

.has-parallax {
	background-attachment: fixed;
}

/* Category 07 is for any utility classes that are not assigned to a specific component. */
.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;
	word-break: normal;
}

.skip-link:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	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: 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. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

@media (prefers-reduced-motion) {

	* {
		transition-delay: 0s !important;
		transition-duration: 0s !important;
	}
}


/* ===================== VISION PT CSS  ===================== */
.max-width { max-width:1520px; width:100%; margin:0 auto;}

.flex {-moz-display: flex;-webkit-display: flex;display: flex;
-moz-justify-content: space-between;-webkit-justify-content: space-between;justify-content: space-between;
}
body {font-family: 'Airbnb Cereal App Book'; font-size:20px; color:#000; line-height:1.5;}
a { color:#cc0000;}
a:hover { color:#37854D}

a, a:before, a:after { -moz-transition:all .3s ease;-webkit-transition:all .3s ease;transition:all .3s ease;}

button, input[type="submit"] { background:#37854d; color:#fff}


@font-face {
font-family: 'Airbnb Cereal App Book';
font-style: normal;
font-weight: normal;
src: local('fonts/Airbnb Cereal App Book'), url('fonts/AirbnbCerealBook.woff') format('woff');
}



@font-face {
font-family: 'Airbnb Cereal App Medium';
font-style: normal;
font-weight: normal;
src: local('fonts/Airbnb Cereal App Medium'), url('fonts/AirbnbCerealMedium.woff') format('woff');
}


@font-face {
font-family: 'Airbnb Cereal App Bold';
font-style: normal;
font-weight: normal;
src: local('fonts/Airbnb Cereal App Bold'), url('fonts/AirbnbCerealBold.woff') format('woff');
}

#header {
	background: #fff;
	box-shadow: 0 0 12px rgba(0,0,0,.2);
	z-index: 9999;
	position: sticky;
	top: 0;
}

.flex-header {
	padding-top: 12px;
	padding-bottom: 15px;
}
.innerbanner {
	background: #1d5e90;
	height: 50px;
}


#menuarea {
	text-align: right;
	-moz-align-self: flex-end;-webkit-align-self: flex-end;align-self: flex-end;
}
.phone {
	margin-bottom: 3.5%;
}

#menu-main-menu {}
#menu-main-menu > li {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin-left: 1.5em;
	margin-bottom: -8px;
}
#menu-main-menu > li:first-child { margin-left:0}
#menu-main-menu > li:not(:first-child)::before {
	content: "";
	background: #37854d;
	position: absolute;
	display: block;
	width: 2px;
	height: 80%;
	left: -18px;
	top: 9px;
	bottom: 0;
	max-height: 20px;
}

#menu-main-menu > li > a {
	font-size: 24px;
	color: #37854D;
	display: block;
}
#menu-main-menu > li:hover > a, 
#menu-main-menu > li.current-menu-ancestor a { color:#CC0000;}
#menu-main-menu > li .sub-menu {
	position: absolute;
	text-align: left;
	background: #0e4875;
-moz-transform: scale(0);-webkit-transform: scale(0);transform: scale(0);
	-moz-transition: all .3s ease;-webkit-transition: all .3s ease;transition: all .3s ease;
	-moz-transform-origin: 0 0;-webkit-transform-origin: 0 0;transform-origin: 0 0; opacity:0; visibility:hidden;
}
#menu-main-menu > li:hover .sub-menu { opacity:1; visibility:visible; -moz-transform: scale(1);-webkit-transform: scale(1);transform: scale(1);}
#menu-main-menu > li .sub-menu li {
	list-style: none;
	padding: 0 7px;
}
#menu-main-menu > li .sub-menu a {
	color: #fff;
	display: block;
	font-size: 18px;
	border-bottom: 1px solid #1d5e90;
	white-space: nowrap;
	padding: 8px 12px;
}
#menu-main-menu > li .sub-menu a:hover,
#menu-main-menu > li .sub-menu .current-menu-item a { color:#66CCFF;}

#menu-main-menu > li.service-menu .sub-menu {
	min-width: 750px;
	-moz-display: flex;-webkit-display: flex;display: flex;
	-moz-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;
}
#menu-main-menu > li.service-menu .sub-menu li {
	-moz-flex: 0 50%;-webkit-flex: 0 50%;flex: 0 50%;
}



.sub-menu-toggle { display:none}
#menuarea .phone a { font-size:40px; color:#2D8621}
#request-form .widget-title,
#homepage h1,
.caption-wrap .caption .head,
.caption-wrap .caption p,
#request-form input, #request-form select,
#featured-section .box h3 a,
#testimonials_section .strong-view.wpmtst-modern .wpmtst-testimonial-heading,
#main-footer .widget-title,
h1, h2, h3, #wpmtst-submission-form > .form-field input, #wpmtst-submission-form > .form-field textarea, .sjb-page .list-data .sjb-apply-now-btn a,
.sjb-page .sjb-detail .list-data .v2 h3,
.sjb-page .sjb-detail .list-data .v2 .jobpost-form label,
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .app-submit, strong, .sjb-page b, .sjb-page strong {font-family: 'Airbnb Cereal App Medium'; font-weight:normal}

#testimonials_section .strong-view.wpmtst-modern .wpmtst-testimonial-content p:last-of-type,
#testimonials_section .strong-view.wpmtst-modern .wpmtst-testimonial-field {
	font-size: 24px;
	font-style: normal;
}

#menuarea .phone a {font-family: 'Airbnb Cereal App Bold'; font-weight:normal}
#menuarea .phone a:hover { color:#CC0000;}


#hero .metaslider.ms-theme-cubic .flexslider ul.slides .caption-wrap {
	background: none;
	margin: 0;
	padding: 0; opacity:1;
	-moz-display: flex;-webkit-display: flex;display: flex;
	top: 0;
	-moz-align-items: flex-end;-webkit-align-items: flex-end;align-items: flex-end;
}

#hero .metaslider.ms-theme-cubic .flexslider ul.slides .caption-wrap .caption {
	color: #fff;
	padding: 0 0 6% 0;
	text-align: left;
	max-width: 1365px;
	margin: 0 auto;
	width: 100%;
	text-shadow: 0 2px 5px rgba(0,0,0,.25);
}
.caption-wrap .caption .head {
	font-size: 45px;
	line-height: 1;
	margin-bottom: .35em;
}
#hero .metaslider .flexslider .slides p {
	font-size: 24px;
	max-width: 670px; line-height:1.3;
}

.ms-theme-cubic {
	padding-bottom: 0 !important;

}




#request-form {
	padding: 1.8em 0;
}

#request-form input, #request-form select {
	background: #fff;
	color: #444;
	padding: 11px 16px;
	border: 1px solid #6ba361;
	border-radius: 0; width:100%;
	font-size: 20px; height:50px; line-height:1;
}
#request-form select {
	color: #999;
}
#request-form input[type="submit"] {
	background: #37854d;
	color: #fff; border-color:#336600; width:100%;


}

#request-form input[type="submit"]:hover {
	background: #0f762c;
 border-color:#0f762c; cursor:pointer


}



#request-form .widget-title {
	text-align: center;
	font-size: 30px;
	color: #2d8621;
	margin-bottom: .5em;
}

#request-form .form_group {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 20%; position:relative;
}
#request-form .form_group.form_group_select:before {
	content: "";
	border-style: solid;
	position: absolute;
	display: block;
	right: 12px;
	border-width: 8px;
	border-color: #6ba361 transparent transparent transparent;
	top: 50%;
	z-index: 9;
	margin-top: -5px;
	pointer-events: none;
}
#request-form .form_group.form_group_btn { max-width:200px; position:relative;}
.form_group.form_group_btn .ajax-loader {
	position: absolute;
	margin: -13px 0 0 0;
	right: 10px;
	top: 50%;
}
.wpcf7-not-valid-tip {
	font-size: 14px;

	margin-top: 4px;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
;
	background: #ffb900;
	font-size: 14px;
}

.flex-content {
	-moz-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-moz-align-items: center;-webkit-align-items: center;align-items: center;
}
#homepage {
	padding: 34px 0;
}
#homepage .image {
	-moz-flex: 3 0 0;-webkit-flex: 3 0 0;flex: 3 0 0; position:relative

}
#homepage .image  img { border:2px solid #fff;}


#content { background:#f1f4f6;}
.white-frame {
	background: #fff;
	padding: 2em;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	-moz-flex: 4 0 0;-webkit-flex: 4 0 0;flex: 4 0 0;
}
.home .white-frame {
	margin-right: -3em;
}
#homepage .entry-content {
	padding-right: 3.6em;
	padding-left: .6em;
	text-align: justify;
}
#homepage h1 {
	font-size: 30px;
	color: #1d5e90;
	margin-bottom: .8em;
	margin-top: .5em;
}
#homepage p {
	line-height: 1.5;
	margin-bottom: 1.5em;
}
#homepage p:last-child { margin-bottom:0}


#featured-section {
	background: #fff;
	padding: 2.5em 0 2em 0;
}

#featured-section .box {
	max-width: 475px;
	margin: 10px 0;
}
#featured-section .box img { width:100%; display:block}
#featured-section .box h3 {
	text-align: center;
	margin: 1.5em 0 1.3em 0;
}
#featured-section .box h3 a { font-size:28px; color:#1D5E90;}
#featured-section .box h3 a:hover{ color:#CC0000}

#testimonials_section {
	background: #1a5e2d;
	color: #fff;
	padding-bottom: 1.1em;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-heading {
	font-weight: normal;
	font-style: normal;
	font-size: 36px;
	margin-bottom: 22px; color:#fff
}
#testimonials_section .widget .strong-view.wpmtst-modern .wpmtst-testimonial-content {
	margin: 26px 0;
}

#main-footer .widget-area {
	-moz-display: flex;
	-webkit-display: flex;
	display: flex;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
#main-footer .widget-area .widget { margin:20px 0}


.widget .strong-view.wpmtst-modern .wpmtst-testimonial-content:before,
.widget .strong-view.wpmtst-modern .wpmtst-testimonial-content:after,
#main-footer .widget-area .widget:nth-child(2) .widget-title {
	display: none !important;
}

#main-footer .widget-area .widget:nth-child(2) {
	-moz-flex: 0 0 60%;-webkit-flex: 0 0 60%;flex: 0 0 60%;
}

#main-footer .widget-area .widget:last-child .widget-title { text-align:center}  
#main-footer {
	background: #000;
	color: #fff;
	font-size: 18px;
	padding:1.5em 0 3.45em 0;  
}
#main-footer a { color:#fff}

#main-footer .widget-title {
	font-size: 18px;
	margin-bottom: 1.3em; color:#fff;
}
#main-footer p {
	line-height: 1.3;
	margin-bottom: 20px;
}
#main-footer iframe { width:405px; height:250px;}
.innerpage {
	padding: 36px 0;
}

.innerpage .white-frame {
	padding: 12px;

}

.page-inner-wrap {
	padding: 2em;
}
.entry-content p {
	margin-bottom: 28px;
}
h1, h2, h3, h4, h5, h6 {color: #1d5e90;}

h1 {
	
	font-size: 30px;
	margin-bottom: .8em;
}

h2 {
	font-size: 26px;
	margin-bottom: .8em;
}

h3 {
	font-size: 22px;
	margin-bottom: .8em;
}



.entry-content ul, .entry-content ol {
	margin-bottom: 28px;
}

.entry-content li {
	margin: 12px 0;
	position: relative;
	
}
.entry-content ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	display: block;
	background: #000;
	border-radius: 50px;
	position: absolute;
	top: 12px;
	left:45px;
}


.entry-content ul li {list-style: none; padding-left: 56px;}

#content .entry-content ol { margin-left:56px;}






.sidebar {
	min-width: 370px;
	padding-top: 3.3em;
}
#services-page .left-col {
	margin-right: 3em;
}
.widget_nav_menu .widget-title {
	font-size: 20px;
	margin-bottom: 1.2em;
}

#thank-you-page #section-form { display:none !important}

.strong-view.wpmtst-default .wpmtst-testimonial-heading {
	font-size: 28px;
	color: #1d5e90;
}
.sidebar ul.menu { margin-left:20px;}
.sidebar ul.menu li {
	position: relative;
	list-style: circle;
	margin: 4px 0;
}
.sidebar ul.menu li a {
	position: relative;
}
.sidebar ul.menu li a:hover, .sidebar ul.menu li.current-menu-item a  { color:#37854D;}
/*.sidebar ul.menu li a::before {
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	border: 1px solid #242424;
	left: 0px;
	top: 9px;
	content: "";
	border-radius: 50%;
}*/

.wsp-pages-list li {
	margin: 6px 0;
}
#rmp_menu_trigger-33.is-active + .rmp-container { box-shadow:4px 0 9px rgba(50,50,100,.1)}

#rmp-menu-wrap-33 .rmp-menu-item-link {
	font-family: 'Airbnb Cereal App Medium';
}
body #rmp-menu-wrap-33 .rmp-submenu .rmp-menu-item-link {
	-moz-display: flex;-webkit-display: flex;display: flex;
	-moz-align-items: center;-webkit-align-items: center;align-items: center;
}

.job-date, #wpmtst-form label, 
#wpmtst-form .required.symbol, .sjb-job-type-location-date { display:none !important}
.strong-form-inner { padding:0}
#wpmtst-form .wpmtst-submit label { display:block !important}
#wpmtst-submission-form {
	-moz-display: flex;-webkit-display: flex;display: flex;
	-moz-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;
	-moz-justify-content: space-between;-webkit-justify-content: space-between;justify-content: space-between;
}
#wpmtst-submission-form > .form-field {
	-moz-flex: 0 32%;-webkit-flex: 0 32%;flex: 0 32%;
}
#wpmtst-submission-form > .form-field.field-post_content {
	-moz-flex: 0 66%;-webkit-flex: 0 66%;flex: 0 66%; margin-bottom:0;
}
#wpmtst-submission-form > .form-field.wpmtst-submit{
	-moz-align-self: flex-end;-webkit-align-self: flex-end;align-self: flex-end; text-align:center;
}
#wpmtst-submission-form > .form-field input, #wpmtst-submission-form > .form-field textarea {
	background: #fff;
	color: #444;
	padding: 11px 16px;
	border: 1px solid #6ba361;
	border-radius: 0;
	width: 100%;
	font-size: 20px;
	height: 50px;
	line-height: 1;
}
#wpmtst-submission-form > .form-field textarea {
	height: 250px;
}
.strong-form .form-field .after {
	font-size: .7em;
	color: #444;
}

#wpmtst-submission-form > .form-field input#wpmtst_submit_testimonial{
	background: #37854d;
	color: #fff;
	border-color: #336600;
	width: 100%; cursor:pointer; max-width:270px;
}

#wpmtst-submission-form > .form-field input#wpmtst_submit_testimonial:hover {
	background: #0f762c;
	border-color: #0f762c;
	cursor: pointer;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999; opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #999;opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #999;opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #999;opacity:1;
}

body .sjb-page {
	font-family: 'Airbnb Cereal App Book';
}
.sjb-page .sjb-detail {
	margin: 0;
}
.sjb-page .list-data .v2 .header-margin-top {
	margin: 0;
}
.sjb-page .sjb-filters.sjb-filters-v2 {
	border: 0;
	background: #f1f4f6;
	margin: 0 0 1em 0;
	padding: 15px 15px 0 15px;
}
.sjb-page .filters-form .row {
	-moz-display: flex;-webkit-display: flex;display: flex;
	margin: 0;
}
.sjb-page .filters-form .row > div { margin:0; padding:0;}
.sjb-page .filters-form .row > div.sjb-search-keywords {
	-moz-flex: 0 50%;-webkit-flex: 0 50%;flex: 0 50%;
	margin: 0;
	padding: 0;
	-moz-order: 2;-webkit-order: 2;order: 2;
}

.sjb-page .filters-form .row > div.sjb-search-categories {
	margin: 0;
	padding: 0;
	max-width: 200px;
	-moz-order: 1;-webkit-order: 1;order: 1;
}
.sjb-page .filters-form .row > div.sjb-search-button {
	-moz-order: 3;-webkit-order: 3;order: 3;
	max-width: 120px;
} 
.sjb-page .filters-form .row > div.sjb-search-button input {
	margin: 0 0 0 8px;
	height: 50px;
}
.sjb-page .sjb-filters.sjb-filters-v2 .form-control {
	border: 1px solid #6ba361;
	height: 50px;
	font-size: 20px;
}
.sjb-page .list-data .v2 .job-info h4 a {
	font-size: 24px;

}
.sjb-page .list-data .v2 .job-info h4 a:hover { color:#CC0000}
.sjb-page .list-data .sjb-apply-now-btn a {
	margin-top: 0;
}
.sjb-page .job-description-list p {
	margin: 0;
	font-size: 20px;
	color: #000;
}

.sjb-page .list-data .sjb-apply-now-btn a:hover { background:#0f762c}
.sjb-page .sjb-filters.sjb-filters-v2 .btn-search {
	background-color: #37854d;
}
.sjb-page .sjb-filters.sjb-filters-v2 .btn-search:hover {
	background-color: #0f762c;
}
.sjb-page .list-data .v2 .job-description {
	padding-left: 0;
	padding-right: 0;
}
.sjb-page .list-data .v2 .job-description p {
	color: #000;
	font-size: 20px;
	margin: 0 0 28px 0;
	line-height: 1.5;
}
#sjb-application-form {
	max-width: 800px;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form label {
	font-weight: normal;
	color: #666;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .app-submit {
	font-size: 20px;
}
.sjb-page .sjb-detail .list-data .v2 .jobpost-form .app-submit:hover {
	background: #0f762c;

}
.sjb-page .sjb-detail .list-data .v2 .job-features .sjb-title-value h4 i {
	color: #1d5e90;
}
.single-jobpost h1.entry-title { margin-bottom:0}
.sjb-page .list-data .sjb-company-wrapper-details {
	padding: 8px 0;
}
.sjb-page .sjb-detail .list-data .v2 ul { margin-bottom:28px;}
.sjb-page .sjb-detail .list-data .v2 ul li {
	padding-left: 56px;
	margin: 12px 0;
	font-size: 20px;
	color: #000; line-height:1.5
}
.sjb-page .sjb-detail .list-data .v1 ul li::before, .sjb-page .sjb-detail .list-data .v2 ul li::before {
	content: "" !important;
	left: 45px;
	top: 10px;
}

#hero { background-color:#bbd5e9;} 

@media only screen and (min-width:1440px) and (max-width:1500px) {
#menu-main-menu > li { 
	margin-left: 1.3em;
}
	
#menu-main-menu > li:not(:first-child)::before {
	left: -16px;

}

	}



@media only screen and (min-width:1366px) and (max-width:1439px) {
#menu-main-menu > li {
	margin-left: 1.3em;
}
#menu-main-menu > li > a {
	font-size: 22px;
}	
#menu-main-menu > li:not(:first-child)::before {
	height: 70%;

	top: 4px;
	
}
.phone {
	margin-bottom: 5%;
}
	}


@media only screen and (min-width:1280px) and (max-width:1365px) {

#menu-main-menu > li {
	margin-left: 1.2em;
}
#menu-main-menu > li > a {
	font-size: 20px;
}
#menu-main-menu > li:not(:first-child)::before {
	height: 70%;
	left: -16px;
	top: 4px;
}
.phone {
	margin-bottom: 5%;
}

}




@media only screen and (min-width:1024px) and (max-width:1279px) {
#request-form .form_group.form_group_btn {
	max-width: 150px;
}
.flex-header {
	padding-bottom: 10px;
}
.page-inner-wrap {
	padding: 1em;
}
#services-page .left-col {
	margin-right: 1.5em;
}
.sidebar {
	min-width: 330px;
}
.sidebar ul.menu li {
	margin: 1px 0;
}
.sidebar ul.menu li a {

	font-size: 18px;
}

	}




@media only screen and (min-width:768px) and (max-width:1023px) {
#featured-section	.flex {
	-moz-align-items: flex-start;-webkit-align-items: flex-start;align-items: flex-start;
}
#main-footer .widget-area .widget:nth-child(2) {
	-moz-flex: 0 0 50%;
	-webkit-flex: 0 0 50%;
	flex: 0 0 50%;
}
#rmp_menu_trigger-33 {
	top: 64px;
	right: 10px;
}
	}


@media only screen and (max-width:1540px) {
	
#header, #request-form, #homepage, #featured-section, #main-footer, .innerpage { padding-left:20px; padding-right:20px;}

#featured-section	.flex {
	-moz-align-items: flex-start;-webkit-align-items: flex-start;align-items: flex-start;
}
#featured-section .box {
	width: 32%;
}
	
}

@media only screen and (max-width:1439px) {
	
#hero .metaslider.ms-theme-cubic .flexslider ul.slides .caption-wrap .caption {

	width: 90%;
	
}
	
}

@media only screen and (max-width:1279px) {
#logo {
	max-width: 100px;
}
#menu-main-menu > li {
	margin-left: 1em;

}
#menu-main-menu > li > a {
	font-size: 16px;
}
#menu-main-menu > li:not(:first-child)::before {
	height: 70%;
	left: -13px;
	top: 3px;

}
}


@media only screen and (max-width:1023px) {
#topmenu { display:none}
#menuarea {-moz-align-self: flex-start;-webkit-align-self: flex-start;align-self: flex-start;}
#logo {
	max-width: 90px;
}
#rmp_menu_trigger-70 {
	top: 15px !important;
	border-radius: 0px;

	right: 8px !important;
}
.caption-wrap .caption .head {font-size: 32px;}
#hero .metaslider .flexslider .slides p {font-size:18px;}
.form_fields .flex {-moz-flex-wrap: wrap;-webkit-flex-wrap: wrap;flex-wrap: wrap;}
#request-form .form_group {width: 49%;}	
	#request-form .form_group.form_group_btn {
	max-width: 100%;	-moz-flex: 1 100%;-webkit-flex: 1 100%;flex: 1 100%; text-align:right
}
#request-form input[type="submit"] {
	max-width: 200px;
}

.flex-content {
	-moz-flex-direction: column;-webkit-flex-direction: column;flex-direction: column;
}
#homepage .image {

	margin-bottom: 2em;
}
#homepage { padding-top:24px; padding-bottom:24px;
}

.home .white-frame {
	width: 100%; margin-right:auto
}
#homepage .entry-content {
	padding-right: 0;
	padding-left: 0;
}
.page-inner-wrap > .flex {-moz-flex-direction: column;-webkit-flex-direction: column;flex-direction: column;}
#services-page .left-col {margin-right: 0;}


	}
	
@media only screen and (max-width:767px) {
body, .sjb-page .job-description-list p, .sjb-page .list-data .v2 .job-description p, .sjb-page .sjb-detail .list-data .v2 ul li {
	font-size: 14px;

}
	#logo {
	max-width: 60px;
}
#header {
	padding-left: 10px;
	padding-right: 10px;
}
#menuarea .phone a {
	font-size: 24px;
}
#rmp_menu_trigger-70 {
	top: -8px !important; right:0 !important
}
#request-form input[type="submit"] {
	max-width: 100%;
}
#request-form .widget-title {

	font-size: 22px;

}
#homepage .image {
	margin-bottom: 1em;
}
.white-frame {
	padding: 1em;

}
#homepage h1, h1 {
	font-size: 24px; text-align:left

}
#featured-section .flex {
	-moz-flex-direction: column;-webkit-flex-direction: column;flex-direction: column;
}
#featured-section { padding-top:1em; padding-bottom:1em;}
#featured-section .box h3 a {
	font-size: 24px;
}
#featured-section .box {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.strong-view.wpmtst-modern .wpmtst-testimonial-heading {
	font-size: 24px;

}
#testimonials_section .strong-view.wpmtst-modern .wpmtst-testimonial-content p:last-of-type, #testimonials_section .strong-view.wpmtst-modern .wpmtst-testimonial-field {
	font-size: 17px;
}
#main-footer .widget-area {
	-moz-flex-direction: column;-webkit-flex-direction: column;flex-direction: column;
}	
#main-footer .widget-area .widget {
	margin: 20px 0 0 0;
}
#main-footer .widget-area .widget:last-child .widget-title {
	text-align: left;
}
#main-footer .widget-area .widget img {
	width: auto !important;
}
#homepage .entry-content {
	text-align: left;
}
.page-inner-wrap {
	padding: 1.5em .6em .6em .6em;
}

.entry-content p {margin-bottom: 18px;}
.entry-content li {
	margin: 14px 0;
}
.innerbanner {
	height: 30px;
}
.flex-header {
	padding-top: 10px;
	padding-bottom: 10px;
}
#wpmtst-submission-form {
	-moz-flex-direction: column;-webkit-flex-direction: column;flex-direction: column;
}
#wpmtst-submission-form > .form-field {
	width: 100%;
}
#wpmtst-submission-form > .form-field input#wpmtst_submit_testimonial {
	max-width: 100%;
}
#wpmtst-submission-form > .form-field textarea {
	height: 140px;
	margin-bottom: 20px;
}
.sjb-page .list-data .v2 .job-info h4 a {
	font-size: 20px;
}
.sjb-page .list-data .sjb-company-wrapper-details-list { padding-bottom:0px;
}
.sjb-page .list-data .sjb-apply-now-btn a {
	display: block;
}
.col-md-4.col-sm-4.col-xs-12.sjb-apply-now-btn {
	float: none;
	text-align: left;
}
.sjb-page .list-data .sjb-apply-now-btn a {
	float: none;
	max-width: 100px;
	text-align: center;
	font-size: 12px;
	padding: 5px;
	margin: 12px 0;
}

.entry-content ul li, .sjb-page .sjb-detail .list-data .v2 ul li { padding-left:36px;}
.entry-content ul li::before, .sjb-page .sjb-detail .list-data .v2 ul li:before {
	top: 8px;
	left: 28px;
}
	}
	
	
@media only screen and (max-width:640px) {	
.caption-wrap .caption .head {font-size: 24px;}
#hero .metaslider .flexslider .slides p {font-size: 14px;}		
.sjb-page .filters-form .row {
-moz-flex-direction: column;-webkit-flex-direction: column;flex-direction: column;
}
.sjb-page .filters-form .row > div.sjb-search-categories, .sjb-page .filters-form .row > div.sjb-search-button {
	max-width: 100%;

}
.sjb-page .filters-form .row > div.sjb-search-button input {
	margin: 0 0 15px 0;
}
}


@media only screen and (max-width:480px) {	
.caption-wrap .caption .head {font-size: 18px;}
#hero .metaslider .flexslider .slides p {font-size: 10px;}	
#request-form .form_group {
	width: 100%;
}	
}