/*!
Theme Name: aolcc
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 2.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aolcc
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.

aolcc is based on Underscores https://underscores.me/, (C) 2012-2020 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:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | 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.
 */

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

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

body {
	margin: 0;
}

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

/**
 * 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. 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: border-box;
}

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

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

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

/* Links
--------------------------------------------- */
a {
	color: #e86404;
	text-decoration: none;
}

a:visited {
	color: #e86404;
}

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

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

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

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

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

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

/* reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input {
	opacity: 1;
}

input::-webkit-input-placeholder {
	opacity: 1 !important;
}

input::-moz-placeholder {
	opacity: 1 !important;
}

input:-ms-input-placeholder {
	opacity: 1 !important;
}

input::-ms-input-placeholder {
	opacity: 1 !important;
}

input::placeholder {
	opacity: 1 !important;
}

input::-webkit-input-placeholder {
	opacity: 1 !important;
}

input::-moz-placeholder {
	opacity: 1 !important;
}

input:-ms-input-placeholder {
	opacity: 1 !important;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: none;
}

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

figure, form {
	margin: 0;
}

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
}

button, input {
	line-height: normal;
}

button, select {
	text-transform: none;
}

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

button[disabled], html input[disabled] {
	cursor: default;
}

input[type="checkbox"], input[type="radio"], input[type="text"], input[type="email"], input[type="password"], input[type="number"], textarea, select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0;
	-webkit-border-radius: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

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

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

img {
	vertical-align: middle;
	display: inline-block;
	height: auto;
	max-width: 100%;
	border: 0;
	-ms-interpolation-mode: bicubic;
}

::-moz-selection {
	background: #e86404;
	text-shadow: none;
	color: #fff;
}

::selection {
	background: #e86404;
	text-shadow: none;
	color: #fff;
}

a {
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	display: inline-block;
	text-decoration: none
}

a:hover, a:focus {
	text-decoration: none;
}

/* General 
--------------------------------------------------------------------------------------------------------*/
html {
	min-height: 100%;
}

body {
	font-family: 'Lato', sans-serif;
	min-height: 100%;
	margin: 0;
	background: #fafafa;
	padding: 0;
	font-size: 16px;
	line-height: 1.67;
	color: #333;
}

.wrapper {
	min-height: 100vh;
}

.container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

h1 {
	font-size: 52px;
	line-height: 1.15;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	color: #fff;
}

h2 {
	font-size: 40px;
	line-height: 1.25;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
}

h3 {
	font-size: 21px;
	line-height: 1.2;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	color: #1e2423;
}

.btn {
	font-size: 16px;
	line-height: 40px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	height: 45px;
	padding: 0 25px;
	text-align: center;
	min-width: 174px;
	background-color: #e86404;
	color: #fff;
	border: 2px solid #e86404;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	transition: all 0.3s
}

.btn:hover, .btn:focus {
	background: #333;
	color: #fff;
	border-color: #333;
	box-shadow: none;
}

.btn:visited {
	background: #e86404;
	color: #fff;
	border-color: #e86404;
	box-shadow: none;
}

.btn.sm {
	height: 40px;
	line-height: 34px;
}

.btn.white-bg:hover, .btn.white-bg:focus {
	background: #fff;
	border-color: #fff;
	color: #e86404
}

.btn.border-btn {
	background-color: transparent;
	color: #e86404;
	border: 1px solid #e86404;
}

.btn.border-btn:hover {
	background-color: #e86404;
	color: #ffffff;
}

/* select 2 dropdown */
.custom-dropdown .select2-container {
	width: 100% !important;
}

.custom-dropdown .select2-container .select2-selection--single .select2-selection__rendered {
	line-height: 50px;
	color: #000;
	padding: 0 31px 0 19px;
}

.custom-dropdown .select2-container .select2-selection--single {
	height: 50px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-color: #c4c4c4;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	display: none;
}

.select2-search--dropdown {
	display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background: rgba(55, 55, 55, 0.2);
	color: #333;
}

.select2-container--default .select2-results__option[aria-selected=true] {
	background: #e86404;
	color: #fff
}

.select2-container--open .select2-dropdown--below {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
}

.custom-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 50px;
	background-image: url('assets/images/downarrow-small.svg');
	background-repeat: no-repeat;
	background-size: 12px;
	background-position: center;
	right: 17px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow,.select2-container--default.select2-container--open .select2-selection--multiple:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}

.custom-dropdown .select2-container.select2-container--open .select2-selection--single {
	border-color: #000;
}

/* multi select*/
.select2-container--default .select2-selection--multiple {
	height: 50px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-color: #c4c4c4;
    position: relative;
    /*overflow: hidden;*/
}
.select2-container--default .select2-selection--multiple:after{
	position: absolute;
	content:'';
	height: 50px;
    background-image: url(assets/images/downarrow-small.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    right: 17px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    width: 20px
}
.select2-container--default .select2-selection--multiple  .select2-selection__rendered {
	padding:5px 40px 5px 15px;
	min-height: 48px;
	line-height: 48px;
	max-height: 48px;
	overflow: auto;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	font-size: 16px;
	line-height: 1.2;
	    border: 0;
    border-radius: 0;
    background:rgba(55, 55, 55, 0.2);
    margin:0 5px 5px 5px;
}
.select2-container--default .select2-search--inline .select2-search__field { background-color:#fff;font-size: 16px ;margin-top:0;height: 33px}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove { color: #000;margin-right: 4px; }
/* form group */
.form-group {
	margin-bottom: 23px;
	position: relative;
}

.form-group label {
	color: #333333;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 4px;
}

.form-group label span {
	color: #828282;
}

.form-group .form-control {
	height: 50px;
	border: 1px solid #c4c4c4;
	padding: 10px 20px 15px;
	color: #000000;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 400;
	width: 100%;
	box-shadow: none;
	outline: 0;
	transition: all 0.5s;
	font-family: 'Lato', sans-serif;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.form-group .form-control:focus {
	border-color: #333333;
}

.form-group .form-control::-webkit-input-placeholder {
	color: #000000;
	opacity: 1 !important;
}

.form-group .form-control::-moz-input-placeholder {
	color: #000000;
	opacity: 1 !important;
}

.form-group .form-control:-ms-input-placeholder {
	color: #000000;
	opacity: 1 !important;
}

.form-group .form-control::placeholder {
	color: #000000;
	opacity: 1 !important;
}

.form-group textarea.form-control {
	height: 121px;
	border-radius: 0;
	white-space: normal;
	text-overflow: unset;
}

.custom-radio-outer .custom-radio {
	width: auto;
	display: flex;
	position: relative;
	align-items: center
}

.custom-radio-outer .custom-radio .radio-border {
	height: 16px;
	width: 16px;
	border: 2px solid #333;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	position: relative;
	min-width: 16px;
}

.custom-radio-outer .custom-radio .radio-border.lg {
	height: 20px;
	width: 20px;
	position: relative;
	top: -2px;
	min-width: 20px;
}

.custom-radio-outer .custom-radio .radio-border.lg:after {
	height: 10px;
	width: 10px;
}

.custom-radio-outer .custom-radio .radio-border:after {
	position: absolute;
	content: '';
	height: 8px;
	width: 8px;
	top: 50%;
	left: 50%;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	background: #e86404;
	opacity: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
}

.custom-radio-outer .custom-radio label {
	padding-left: 8px;
}

.custom-radio-outer .custom-radio input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	z-index: 2;
}

.custom-radio-outer .custom-radio input:checked+.radio-border {
	border-color: #e86404;
}

.custom-radio-outer .custom-radio input:checked~label {
	color: #e86404
}

.custom-radio-outer .custom-radio input:checked+.radio-border:after {
	opacity: 1;
}

.custom-checkbox.custom-radio-outer .custom-radio .radio-border {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-width: 1px;
	height: 20px;
	width: 20px;
	background-color: transparent;
	min-width: 20px;
}

.custom-checkbox.custom-radio-outer input:checked+.radio-border {
	background: #e86404
}

.custom-checkbox.custom-radio-outer .custom-radio .radio-border:after {
	background-image: url(assets/images/white-arrow.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 12px;
	height: 9px;
	background-color: transparent;
}

.custom-checkbox.custom-radio-outer a {
	text-decoration: underline;
	margin-left: 3px;
}

.custom-checkbox.custom-radio-outer a:hover {
	text-decoration: none;
	color: #e86404
}

.custom-checkbox.custom-radio-outer {
	display: flex;
}

.white-box {
	box-shadow: 0 2px 10px rgba(34, 34, 34, 0.08);
	background-color: #ffffff;
	padding: 26px 30px;
}

.home-page-wrapper {
	background-color: #fff
}

/* date picker */
.ui-widget.ui-widget-content {
	padding: 10px;
	border-color: #c4c4c4;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	font-family: 'Lato', sans-serif;
}

.ui-datepicker .ui-datepicker-header {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	background: #e86404;
	color: #fff;
	border: 0;
}

.ui-datepicker .ui-datepicker-title {
	font-family: 'Lato', sans-serif;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border: 0;
	padding: 6px 12px;
	color: #333;
	text-align: center;
}

.ui-datepicker {
	width: 21.25em;
}

.ui-datepicker table {
	margin: 0;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover, .ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #e86404 !important;
	color: #fff !important
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
	display: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	background: #dcdcdc;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	background-image: url('assets/images/right-white.svg') !important;
	background-repeat: no-repeat;
	background-size: 15px;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	background-position: center;
	background-color: transparent !important;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	right: 0;
	font-weight: normal;
	color: #fff;
	top: 3px;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	left: 0;
	right: auto;
}

.custom-datepicker {
	position: relative;
	z-index: 1;
}

.custom-datepicker input {
	background: transparent !important;
	padding-right: 55px !important;
}

.custom-datepicker:after {
	position: absolute;
	content: '';
	right: 19px;
	top: 15px;
	background-image: url('assets/images/calendar.svg');
	height: 24px;
	width: 22px;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
}

/****Header*****/
.site-header {
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	padding: 25px 0 0;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.site-header .header-inner-wrapper {
	display: flex;
	justify-content: space-between;
}

.site-header .right-header-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start
}

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

.site-header .right-header-inner .header-link-block {
	display: flex;
}

.site-header .main-navigation ul li+li {
	margin-left: 30px;
}

.site-header .main-navigation ul li a {
	color: #333;
	position: relative;
	padding: 7px 0 33px 0;
}

.site-header .main-navigation ul li.current_page_item a, .site-header .main-navigation ul li a:hover {
	color: #e86404;
}

.site-header .main-navigation ul li a:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0px;
	width: 0;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	background: #e86404;
	height: 3px;
}

.site-header .main-navigation ul li a:hover:after, .site-header .main-navigation ul li.current_page_item a:after {
	width: 100%;
	left: 0;
}

.site-header .main-navigation {
	margin-right: 49px;
}

.site-header .logo-block a {
	display: block;
	width: 119px;
}

.site-header .logo-block {
	padding-right: 20px;
}

.site-header .profile-block .profile-link {
	display: inline-flex;
	align-items: center;
	padding: 0 20px 30px 0;
	position: relative;
	font-size: 15px;
	color: #333;
}

.site-header .profile-block .profile-link span {
	max-width: 63px;
	width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.site-header .profile-block .profile-link:after {
	position: absolute;
	content: '';
	right: 0;
	top: 30%;
	background-image: url(assets/images/down-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 11px;
	height: 8px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.site-header .profile-block .profile-link em {
	display: inline-block;
	height: 36px;
	width: 36px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin-right: 11px;
}

.site-header .profile-block .profile-link em img {
	max-width: inherit;
	width: 36px;
	height: 36px;
	object-fit: cover;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}
.site-header .get-in-tutch-block { margin-left: 15px; }
.logged-in .site-header .get-in-tutch-block { margin-left: 0;margin-right: 25px }
.site-header .profile-block .profile-menu {
	position: absolute;
	right: 0;
	top: calc(100% + 10px);
	background: #fff;
	z-index: 10;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	min-width: 160px;
	border-top: 3px solid #e86404;
	padding: 10px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1)
}

.site-header .profile-block {
	position: relative;
}

.site-header .profile-block .profile-menu a {
	padding: 5px 10px;
	color: #333;
	background: transparent;
	width: 100%;
}

.site-header .profile-block .profile-menu a:hover {
	color: #e86404;
	background: rgba(232, 100, 4, 0.1)
}

.site-header .profile-block.profile-menu-open .profile-menu {
	opacity: 1;
	visibility: visible;
	top: 100%
}

.site-header .profile-block .profile-link:hover {
	color: #333
}

.site-header .hambuger-menu {
	display: none;
}

.site-header .hambuger-menu a {
	display: inline-block;
}

.site-header .hambuger-menu a span {
	display: block;
	height: 4px;
	background: #e86404;
	width: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	border-radius: 2px;
}

.site-header .hambuger-menu a span+span {
	margin-top: 5px;
}

.menu-open .site-header .hambuger-menu span:first-child {
	transform: translate(0px, 10px) rotate(-45deg);
	-webkit-transform: translate(0px, 10px) rotate(-45deg);
	-moz-transform: translate(0px, 10px) rotate(-45deg);
	-ms-transform: translate(0px, 10px) rotate(-45deg);
	-o-transform: translate(0px, 10px) rotate(-45deg);
}

.menu-open .site-header .hambuger-menu span:nth-child(2) {
	opacity: 0;
}

.menu-open .site-header .hambuger-menu span:last-child {
	transform: translate(0px, -8px) rotate(45deg);
	-webkit-transform: translate(0px, -8px) rotate(45deg);
	-moz-transform: translate(0px, -8px) rotate(45deg);
	-ms-transform: translate(0px, -8px) rotate(45deg);
	-o-transform: translate(0px, -8px) rotate(45deg);
}

.menu-open {
	overflow: hidden;
}

/****Header*****/

/* global detail block */

.home-global-detail-section {
	padding: 0 0 60px;
}

.home-global-detail-section h2 {
	font-size: 32px;
	color: #fff;
	margin-bottom: 4px;
}

.home-global-detail-section p {
	color: #fff;
	margin-bottom: 17px;
}
.home-page-wrapper .home-global-detail-section p {
	display: block;
}

.home-global-detail-section .global-detail-inner {
	padding: 43px 48px 48px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.home-global-detail-section .btn {
	min-width: 188px;
	padding: 0 27px
}

/* home-benefits-section */
.home-benefits-section {
	text-align: center;
	padding: 0 0 60px;
}

.home-benefits-section h2 {
	margin-bottom: 13px;
}

.home-benefits-section p {
	max-width: 1074px;
	margin: 0 auto 36px;
}

.home-benefits-section .benefits-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.home-benefits-section .benefits-list .benefits-detail {
	max-width: 33.33%;
	flex: 0 0 33.33%;
	padding: 0 15px;
}

.home-benefits-section .benefits-list .benefits-detail .detail-inner {
	border: 1px solid #e9e9e9;
	padding: 38px 38px 41px;
	text-align: left;
	height: 100%;
}

.home-benefits-section .benefits-list .benefits-detail .detail-inner em {
	margin-bottom: 13px;
	display: block;
	width: 56px;
}

.home-benefits-section .benefits-list .benefits-detail .detail-inner p {
	margin: 9px 0 0;
	max-width: inherit;
}

/* graduate page */

/* filter-block */

.graduate-section .filter-block {
	border: 1px solid #e8e8e8;
	background: #fff;
}

.graduate-section .filter-block+.filter-block {
	margin-top: 20px;
}

.graduate-section {
	padding: 41px 0 30px;
}

.graduate-section .filter-block .filter-heading {
	padding: 16px 19px;
	cursor: pointer;
}

.graduate-section .filter-block .filter-content {
	padding: 0 20px 15px
}

.graduate-section .filter-block h3 {
	position: relative;
	font-size: 14px;
	line-height: 1.2;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	padding-left: 23px;
}

.graduate-section .filter-block h3:before {
	height: 2px;
	width: 13px;
	background-color: #333;
	left: 0;
	position: absolute;
	content: '';
	top: 7px;
}

.graduate-section .filter-block h3:after {
	height: 13px;
	width: 2px;
	background-color: #333;
	top: 2px;
	position: absolute;
	content: '';
	left: 5px;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.graduate-section .filter-block.active h3:after {
	opacity: 0;
}

.graduate-section .filter-block .filter-content ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -8px -15px
}

.graduate-section .filter-block .filter-content ul li {
	padding: 0 8px 15px
}

.graduate-section .filter-block .filter-content ul li .filter-checkbox {
	position: relative;
}

.graduate-section .filter-block .filter-content ul li .filter-checkbox label {
	padding: 7px 23px;
	color: #666;
	border: 1px solid #d4d4d4;
	background: transparent;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.graduate-section .filter-block .filter-content ul li .filter-checkbox input:checked+label {
	border: 1px solid #e86404;
	background-color: #e86404;
	color: #fff
}

.graduate-section .filter-block .filter-content ul li .filter-checkbox input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 5;
	cursor: pointer;
	opacity: 0;
}

.graduate-section .graduate-profile-list {
	display: flex;
	flex-wrap: wrap;
	margin: 40px -15px -30px
}

.graduate-section .graduate-profile-list .list-item {
	max-width: 25%;
	flex: 0 0 25%;
	padding: 0 15px;
	margin-bottom: 30px;
	position: relative;
}

.graduate-section .graduate-profile-list .list-inner {
	background: #fff;
	height: 100%;
	position: relative;
}

.graduate-section .graduate-profile-list .list-inner .profile-detail-outer {
	padding: 0 32px 28px;
	text-align: center;
}

.graduate-section .graduate-profile-list .list-inner .profile-detail {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.graduate-section .graduate-profile-list .list-inner .profile-detail-outer {
	box-shadow: 0 2px 10px rgba(34, 34, 34, 0.08);
}

.graduate-section .graduate-profile-list .cover-image {
	height: 100px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.graduate-section .graduate-profile-list .user-img {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	margin: -50px auto 16px;
	border: 2px solid #dfdfdf;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.graduate-section .graduate-profile-list h4 {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0px;
}

.graduate-section .graduate-profile-list p {
	opacity: 0.85;
	line-height: 1.4;
}
.graduate-section .graduate-profile-list .no-data-found {
	width: 100%;
    font-size: 20px;
    line-height: 1.2;
    color: rgb(232, 100, 4);
	opacity: 1;
	text-align: center;
	margin-bottom: 30px;
}

.graduate-section .graduate-profile-list .btn {
	margin-top: 31px;
}

.graduate-section .graduate-profile-list .location-block span {
	position: relative;
	padding-left: 20px;
	display: inline-block;
}

.graduate-section .graduate-profile-list .location-block span:before {
	position: absolute;
	content: '';
	left: 0;
	top: 2px;
	background-image: url('assets/images/location.svg');
	width: 14px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.graduate-section .graduate-profile-list .btn {
	font-size: 14px;
	height: 35px;
	line-height: 33px;
	text-transform: uppercase;
	width: 100%
}

.graduate-section .graduate-profile-list .list-item.has-hired .list-inner:after {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8)
}

.graduate-section .graduate-profile-list .list-item.has-hired .hired-block {
	border: 3px solid #e86404;
	color: #e86404;
	text-transform: uppercase;
	font-size: 27px;
	transform: rotate(-45deg) translate(-50%, -50%);
	-webkit-transform: rotate(-45deg) translate(-50%, -50%);
	-moz-transform: rotate(-45deg) translate(-50%, -50%);
	-ms-transform: rotate(-45deg) translate(-50%, -50%);
	-o-transform: rotate(-45deg) translate(-50%, -50%);
	position: absolute;
	top: 30%;
	left: 46%;
	z-index: 2;
	padding: 0 47px;
	font-weight: 700;
}

.graduate-section .filter-block:not(.active) .filter-content {
	display: none;
}

/* my profile page */
.custom-datepicker .form-control {
	cursor: pointer;
}

.file-upload-block.form-group .form-control {
	padding-right: 130px;
}

.edit-profile-section {
	padding: 32px 0;
}

.edit-profile-section .green-border-box {
	padding-top: 26px;
	padding-bottom: 29px;
}

.edit-profile-section .white-box {
	margin-top: 21px;
}

.edit-profile-section h1 {
	font-size: 18px;
	line-height: 1.2;
	color: #333;
	font-family: 'Lato', sans-serif;
	margin-bottom: 30px;
}

.edit-profile-section .edit-profile {
	display: flex;
	align-items: center;
	margin-bottom: 23px;
}

.edit-profile-section .edit-profile .user-img {
	height: 110px;
	width: 110px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	border: 2px solid #dfdfdf;
	margin-right: 20px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.edit-profile-section .edit-profile .btn-block {
	width: auto;
	position: relative;
	margin-bottom: 10px;
}

.edit-profile-section .edit-profile .btn-block .btn {
	width: 138px;
	min-width: inherit;
	padding: 0 10px;
	line-height: 36px;
}

.edit-profile-section .edit-profile .btn-block input {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
	width: 138px;
}

.edit-profile-section .edit-profile .btn-block input:hover+.btn {
	background: #e86404;
	color: #fff
}

.edit-profile-section .edit-profile p {
	opacity: 0.8;
	line-height: 1;
	margin-top: 15px;
}

.form-group-row {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
}

.form-group-row .form-col {
	padding: 0 15px;
	max-width: 100%;
	flex: 0 0 100%;
	margin-bottom: 23px;
}

.form-group-row.has-two-col .form-col {
	max-width: 50%;
	flex: 0 0 50%;
}

.form-group-row.has-three-col .form-col {
	max-width: 33.33%;
	flex: 0 0 33.33%;
}

.form-group-row .form-col .form-group {
	position: relative;
	margin-bottom: 0;
}

.form-group-row .form-col .upload-block {
	position: absolute;
	width: 100px;
	right: 13px;
	top: 40px;
	cursor: pointer;
}

.form-group-row .form-col .upload-block input {
	opacity: 0;
	position: absolute;
	width: 100px;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	cursor: pointer;
	z-index: 2;
}

.form-group-row .form-col .upload-block .btn {
	min-width: inherit;
	width: 100%;
	height: 32px;
	font-size: 14px;
	line-height: 28px;
	cursor: pointer;
}

.form-group-row .form-col .upload-block input:hover+.btn {
	background: #e86404;
	color: #fff
}

.form-group-row .form-col .note-text {
	border-left: 3px solid #46a147;
	font-size: 14px;
	color: #46a147;
	padding: 10px 10px 10px 14px;
	background: rgba(70, 161, 71, 0.05);
	margin-top: 10px;
}

.form-group-row .form-col label {
	display: block;
}

.form-group-row.relocate-block .form-col {
	display: flex;
}

.form-group-row .form-col .radio-list {
	display: flex;
	margin-left: 17px;
}

.form-group-row .form-col .radio-list li+li {
	margin-left: 12px;
}

.edit-profile-section .form-group input::placeholder {
	opacity: 0.5 !important;
}

.edit-profile-section .form-group .form-control::-webkit-input-placeholder {
	opacity: 0.5 !important;
}

.edit-profile-section .form-group .form-control::-moz-input-placeholder {
	opacity: 0.5 !important;
}

.edit-profile-section .form-group .form-control:-ms-input-placeholder {
	opacity: 0.5 !important;
}

.edit-profile-section .form-group .form-control::placeholder {
	opacity: 0.5 !important;
}

.edit-profile-section .btn-block .btn {
	min-width: 140px;
}

.edit-profile-section .white-box .form-group-row .form-col {
	margin-bottom: 14px;
}

.white-box .form-group-row .form-col .radio-list {
	margin-left: 0;
}

.white-box .form-group-row .form-col .radio-list label {
	font-size: 18px;
}

.white-box .form-group-row .form-col .radio-list li+li {
	margin-left: 35px;
}

/* not found page */
.notfound-banner {
	padding-bottom: 30%;
	position: relative;
	height: 0;
	min-height: 250px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover
}

.notfound-banner .container {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	text-align: center;
}

.not-found-block {
	text-align: center;
	padding: 30px 0 60px;
}

.not-found-block h2 {
	font-size: 180px;
	line-height: 1;
	font-weight: 600;
	color: #e86404;
	margin-bottom: 18px;
}

.not-found-block h3 {
	color: #e86404;
	font-size: 32px;
	line-height: 36px;
	font-weight: 400;
	margin-bottom: 40px;
}

.not-found-block .page-not-found {
	color: #000;
	font-size: 36px;
	line-height: 40px;
	font-weight: 400;
	padding-bottom: 16px;
}

.not-found-block .search-again {
	padding-bottom: 32px;
	line-height: 1.3;
	font-size: 26px;
	color: #000;
}

/* login page */
.login-section {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 50px 0;
	display: flex;
	min-height: 100vh;
	flex-direction: column;
	justify-content: center;
}

.login-section .container {
	max-width: 670px;
}

.login-section .login-inner-wrapper {
	background: #fff;
	padding: 55px 60px 21px;
	text-align: center;
	box-shadow: -5px 0 14px 1px rgba(0, 0, 0, 0.05);
}

.login-section .login-inner-wrapper h1 {
	color: #333;
	font-size: 36px;
	margin-bottom: 28px;
}

.login-section .login-inner-wrapper label {
	text-align: left;
	display: block;
}

.login-section .login-inner-wrapper p {
	margin-top: 28px;
}

.login-section .login-inner-wrapper button {
	width: 100%;
	margin-top: 6px;
}

.login-section .form-group {
	position: relative;
}
.form-group .wpcf7-form-control-wrap {
	position: static;
}
span.error-msg,.wpcf7-not-valid-tip{
	position: absolute;
	top: 100%;
	color: #f00;
	font-size: 14px;
	left: 0;
	padding-top: 1px;
	line-height: 18px;
	padding-bottom: 10px;
}

.form-group-row .form-col .form-group.file-upload-block {
	overflow: hidden;
}

.login-section .login-inner-wrapper p.forgot-password {
	margin-top: 0
}

/* contact page */
.contact-section {
	padding: 30px 0;
}
.contact-section h1 {
	font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.7;
	font-weight: 700;
	color:#333;
    margin-bottom: 12px;
}
.contact-section .green-border-box h2 {
	margin-bottom: 19px;
}
.contact-section .contact-box-wrapper { 
	display: flex;
	align-items:flex-start;
	margin:0 -15px;
}
.contact-section .contact-box-wrapper .left-block {
	max-width: 61%;
	flex: 0 0 61%;
	padding:0 15px;
}
.contact-section .contact-box-wrapper .left-block .green-border-box {
	padding-bottom: 30px;
}
.contact-section .contact-box-wrapper .left-block .error-msg {
	margin-bottom: 5px;
}
.contact-section .contact-box-wrapper .left-block .btn-block {
	display: flex;
	align-items:center;
}
.contact-section .contact-box-wrapper .left-block .btn {
	min-width: 130px;
	height: 38px;
	line-height: 34px;
}
.contact-section .contact-box-wrapper  .form-group {
	margin-bottom: 25px;
	position: relative;

}
.contact-section .contact-box-wrapper  .form-group textarea {
	height: 131px;
}
.contact-section .contact-box-wrapper .right-block {
	max-width: 39%;
	flex: 0 0 39%;
	padding:0 15px;

}
.contact-section .contact-box-wrapper .right-block ul {
	padding-right: 60px;
}
.contact-section .contact-box-wrapper .right-block ul li {
	display: flex;
}
.contact-section .contact-box-wrapper .right-block ul li+li {
	margin-top: 18px;
}
.contact-section .contact-box-wrapper .right-block ul li em {
	min-width: 22px;
	margin-right: 10px;
	line-height: 0;
	display: inline-block;
}
.contact-section .contact-box-wrapper .right-block ul li > em {
	position: relative;
	top:2px;
}
.contact-section .contact-box-wrapper .right-block ul li a {
	display: inline-flex;
	color:#333;
	align-items:center;
}
.contact-section .contact-box-wrapper .right-block ul li a.orange-link {
	color:#e86404;
}
.contact-section .contact-box-wrapper .right-block ul li a.orange-link:hover {
	color:#333;
}
.contact-section .contact-box-wrapper .right-block ul li a:hover {
	color:#e86404;
}
.ajax-loader {
	background-image:url(assets/images/ajax-loader-orange.svg) !important;
}
.contact-section .contact-box-wrapper .right-block ul li a.orange-link em {
	position: relative;
	top: 1px;
}
/* media */
@media(max-width:1199px) {
	h1 {
		font-size: 46px;
	}

	h2 {
		font-size: 36px;
	}

	.btn {
		padding: 0 15px;
	}

	/* date picker */
	.ui-datepicker {
		width: 18em;
	}

	.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
		padding: 6px 8px;
	}

	.white-box {
		padding: 25px;
	}

	/* header */
	.site-header {
		padding: 20px 0 0;
	}

	.site-header .main-navigation ul li a {
		padding: 7px 0 27px
	}

	.site-header .main-navigation ul li+li {
		margin-left: 20px;
	}

	.site-header .main-navigation {
		margin-right: 30px;
	}


	.site-header .profile-block .profile-link {
		padding-bottom: 25px;
	}

	/* global detail block */
	.home-global-detail-section {
		padding-bottom: 50px;
	}

	.home-global-detail-section .global-detail-inner {
		padding: 30px 25px
	}

	.home-global-detail-section h2 {
		font-size: 28px;
	}

	.home-global-detail-section .btn {
		padding: 0 15px;
	}

	/* benefit block */
	.home-benefits-section .benefits-list .benefits-detail .detail-inner {
		padding: 25px;
	}

	.home-benefits-section p {
		margin-bottom: 30px;
	}

	.home-benefits-section {
		padding-bottom: 50px;
	}

	/* graduate page */
	.graduate-section {
		padding: 35px 0;
	}

	.graduate-section .graduate-profile-list .list-inner .profile-detail-outer {
		padding: 0 20px 20px;
	}

	.graduate-section .graduate-profile-list .btn {
		margin-top: 20px;
	}

	.graduate-section .graduate-profile-list .list-item.has-hired .hired-block {
		font-size: 20px;
	}

	/* edit profile page */
	.edit-profile-section {
		padding: 30px 0;
	}

	.edit-profile-section h1 {
		margin-bottom: 20px;
	}

	.edit-profile-section .edit-profile {
		margin-bottom: 20px;
	}

	.form-group-row .form-col {
		margin-bottom: 20px;
	}

	.edit-profile-section .green-border-box {
		padding: 25px;
	}

	.form-group-row .form-col {
		padding: 0 10px;
	}

	.form-group-row {
		margin: 0 -10px;
	}

	/* not found page */
	.not-found-block h2 {
		font-size: 140px;
	}

	.not-found-block {
		padding: 20px 0 50px;
	}

	.not-found-block h3 {
		margin-bottom: 30px;
		font-size: 24px;
		line-height: 28px;
	}

	.not-found-block .page-not-found {
		font-size: 32px;
		line-height: 36px;
	}

	.not-found-block .search-again {
		font-size: 24px;
	}

	/* login page */
	.login-section .login-inner-wrapper h1 {
		font-size: 32px;
		margin-bottom: 20px;
	}

	.login-section .login-inner-wrapper p {
		margin-top: 20px;
	}

	.login-section .login-inner-wrapper button {
		margin-top: 0;
	}

	.login-section .login-inner-wrapper {
		padding: 40px 30px 20px;
	}

	 /* contact page */
	 .contact-section .contact-box-wrapper .right-block ul {
		 padding-right: 0;
	 }
}

@media(max-width:991px) {
	h1 {
		font-size: 42px;
	}

	h2 {
		font-size: 34px;
	}

	.home-benefits-section .benefits-list .benefits-detail .detail-inner {
		padding: 20px 15px
	}

	/* graduate page */
	.graduate-section .filter-block .filter-heading {
		padding: 12px 15px;
	}

	.graduate-section .filter-block .filter-content ul li .filter-checkbox label {
		padding: 5px 15px;
	}

	.graduate-section .graduate-profile-list .list-item {
		max-width: 33.33%;
		flex: 0 0 33.33%
	}

	.graduate-section .graduate-profile-list .user-img {
		width: 80px;
		height: 80px;
		margin: -40px auto 10px;
	}

	.graduate-section .filter-block .filter-content {
		padding: 0 15px 15px;
	}

	.form-group .form-control {
		height: 45px;
		line-height: 45px;
		font-size: 16px;
		padding: 0 15px;
	}

	.form-group textarea.form-control {
		padding: 12px 15px;
		line-height: 1.5;
	}

	.custom-dropdown .select2-container .select2-selection--single .select2-selection__rendered {
		line-height: 45px;
	}

	.custom-dropdown .select2-container .select2-selection--single {
		height: 45px;
	}

	.form-group-row.has-three-col .form-col {
		max-width: 50%;
		flex: 0 0 50%;
	}

	.edit-profile-section .edit-profile .user-img {
		height: 80px;
		width: 80px;
	}

	.form-group-row .form-col .upload-block {
		top: 37px
	}

	.custom-datepicker:after {
		top: 10px;
		right: 10px;
	}

	.select2-container--default .select2-selection--single .select2-selection__arrow,.select2-container--default .select2-selection--multiple:after {
		right: 10px;
		height: 45px;
	}
 	
 	
	/* not found page */
	.not-found-block h2 {
		font-size: 100px;
	}

	 /* contact page */
	 .contact-section .contact-box-wrapper .right-block,
	 .contact-section .contact-box-wrapper .left-block {
		 max-width: 100%;
		 flex: 0 0 100%;
		 padding:0;
	 }
	 .contact-section .contact-box-wrapper .left-block {
		 margin-bottom: 30px;
	 }
	 .contact-section .contact-box-wrapper {
		 flex-wrap: wrap;
		 margin:0;
	 }
.site-header .login-block a { padding: 0 10px;min-width: inherit; }
}

@media(max-width:767px) {
	h1 {
		font-size: 34px;
	}

	h2 {
		font-size: 30px;
	}

	h3 {
		font-size: 18px;
	}

	.btn {
		line-height: 36px;
		height: 40px;
	}

	/* global detail block */
	.home-global-detail-section h2 {
		font-size: 24px;
	}

	.home-global-detail-section .global-detail-inner {
		padding: 25px 15px;
	}

	.home-global-detail-section {
		padding-bottom: 40px;
	}

	.home-global-detail-section p {
		margin-bottom: 15px;
	}

	.home-benefits-section .benefits-list .benefits-detail {
		max-width: 50%;
		flex: 0 0 50%;
		margin-bottom: 30px;
	}

	.home-benefits-section .benefits-list {
		margin-bottom: -30px;
	}

	.home-benefits-section {
		padding-bottom: 40px;
	}

	/* header */
	.site-header .get-in-tutch-block { margin-left: 0 }
	.logged-in  .site-header .get-in-tutch-block { margin: 0 }
	.site-header .hambuger-menu {
		display: block;
		height: 22px;
	}

	.site-header .right-header-inner .header-link-block {
		position: fixed;
		z-index: 10;
		top: 0px;
		width: 100%;
		right: -100%;
		background: #e86404;
		flex-direction: column;
		height: 100%;
		padding-top: 30px;
		overflow: auto;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		padding-top: 70px;
	}

	.site-header .main-navigation ul {
		flex-wrap: wrap;
	}

	.site-header .main-navigation ul li {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.site-header .main-navigation ul li.current_page_item a, .site-header .main-navigation ul li a:hover, .site-header .main-navigation ul li a {
		color: #fff
	}

	.site-header .main-navigation ul li+li {
		margin: 0px;
	}

	.site-header .main-navigation {
		margin: 0;
	}

	.site-header .main-navigation ul li a {
		padding: 15px 15px;
		width: 100%;
		text-align: center;
	}

	.site-header .login-block a {
		background: transparent !important;
		padding: 15px 15px;
		text-align: center;
		border: 0;
		color: #fff !important;
		width: 100%;
		height: auto;
		line-height: 1.67;
	}

	.site-header .main-navigation ul li a:after {
		left: 50%;
		background: #fff;
		transform: translate(-50%);
		-webkit-transform: translate(-50%);
		-moz-transform: translate(-50%);
		-ms-transform: translate(-50%);
		-o-transform: translate(-50%);
	}

	.site-header .main-navigation ul li a:hover:after, .site-header .main-navigation ul li.current_page_item a:after {
		width: 30px;
		left: 50%
	}

	.site-header {
		padding: 15px 0;
	}

	.site-header .header-inner-wrapper {
		align-items: center
	}

	.menu-open {
		overflow: hidden;
	}

	.menu-open .site-header .right-header-inner .header-link-block {
		right: 0
	}

	.menu-open .site-header .hambuger-menu a span {
		background: #fff
	}

	.site-header .logo-block {
		z-index: 11;
	}

	.site-header .hambuger-menu {
		z-index: 10;
	}

	.site-header .profile-block .profile-link {
		padding-bottom: 0;
	}

	.site-header .right-header-inner {
		align-items: center;
	}

	.site-header .profile-block {
		margin-right: 15px;
	}

	.site-header .profile-block .profile-link:after {
		top: 50%
	}

	.site-header .profile-block .profile-menu {
		top: calc(100% + 20px)
	}

	.site-header .profile-block.profile-menu-open .profile-menu {
		top: calc(100% + 15px)
	}

	.site-header .logo-block a {
		width: 90px;
	}

	.site-header .logo-block {
		padding-right: 10px;
	}

	/* graduate page */
	.graduate-section .graduate-profile-list .list-item {
		max-width: 50%;
		flex: 0 0 50%;
	}

	.graduate-section .graduate-profile-list .location-block {
		margin: 5px 0 0;
	}

	.graduate-section .graduate-profile-list .btn {
		margin: 10px 0 0;
	}

	.graduate-section .filter-block .filter-content ul li .filter-checkbox label {
		padding: 5px 10px;
	}

	.graduate-section .filter-block .filter-content ul li {
		padding: 0 5px 10px;
	}

	.graduate-section .filter-block .filter-content ul {
		margin: 0 -10px -10px;
	}

	.graduate-section .graduate-profile-list {
		margin-top: 20px;
	}

	.edit-profile-section .green-border-box {
		padding: 15px;
	}

	.white-box {
		padding: 15px;
	}

	/* not found page */
	.not-found-block {
		padding: 10px 0 40px;
	}

	.not-found-block h2 {
		font-size: 80px;
	}

	.not-found-block h3 {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 20px;
	}

	.not-found-block .page-not-found {
		font-size: 26px;
		line-height: 30px;
		padding-bottom: 10px;
	}

	.not-found-block .search-again {
		font-size: 22px;
		padding-bottom: 25px;
	}

	.login-section .login-inner-wrapper {
		padding: 30px 20px;
	}

	.login-section .login-inner-wrapper h1 {
		font-size: 28px;
	}

	.login-section {
		padding: 40px 0;
	}
	/* contact page */
	.contact-section .contact-box-wrapper .left-block .green-border-box {
		padding-bottom: 25px;
	}
	.contact-section .contact-box-wrapper .right-block ul li+li {
		margin-top: 12px;
	}
	
	.contact-section .contact-box-wrapper .right-block ul li em {
		min-width: 20px;
		margin-right: 0px;
		
	}
	.contact-section .contact-box-wrapper .right-block ul li em img {
		width: 15px;
	}
	.contact-section .contact-box-wrapper .right-block ul li a.orange-link {
		align-items: flex-start;
		word-break: break-word;
		
	}
	.contact-section .contact-box-wrapper .right-block ul li a.orange-link em {
		position: relative;
		top:10px;
	}
 }

@media(max-width:575px) {
	.home-benefits-section .benefits-list .benefits-detail {
		max-width: 100%;
		flex: 0 0 100%;
		padding: 0;
		margin-bottom: 20px;
	}

	.home-benefits-section .benefits-list .benefits-detail .detail-inner h3 {
		height: auto !important;
	}

	.home-benefits-section .benefits-list .benefits-detail:last-child {
		margin-bottom: 0;
	}

	.home-benefits-section .benefits-list {
		margin: 0;
	}

	.form-group-row.has-two-col .form-col {
		max-width: 100%;
		flex: 0 0 100%;
	}

	.form-group-row.has-three-col .form-col {
		max-width: 100%;
		flex: 0 0 100%;
	}

}

@media(max-width:479px) {
	.graduate-section .graduate-profile-list .list-item {
		max-width: 100%;
		flex: 0 0 100%;
		padding: 0;
		margin-bottom: 30px;
	}

	.graduate-section .graduate-profile-list .list-inner .profile-detail {
		height: auto !important;
	}

	.graduate-section .graduate-profile-list {
		margin: 20px 0 0;
	}

	.graduate-section .graduate-profile-list .list-item:last-child {
		margin: 0;
	}

	.graduate-section .graduate-profile-list p {
		height: auto !important;
	}

	.graduate-section .graduate-profile-list h4 {
		height: auto !important;
	}

	.edit-profile-section .edit-profile {
		flex-direction: column;
		align-items: flex-start
	}

	.edit-profile-section .edit-profile .user-img {
		margin: 0 0 10px;
	}

	.edit-profile-section .edit-profile p {
		margin-top: 10px
	}

	.form-group-row .form-col .upload-block {
		margin-top: 10px;
		top: auto;
		position: relative;
		right: auto;
	}

	.form-group-row.relocate-block .form-col {
		flex-direction: column;
	}

	.form-group-row .form-col .radio-list {
		margin-left: 0;
	}

	.white-box .form-group-row .form-col .radio-list {
		flex-direction: column;
	}

	.white-box .form-group-row .form-col .radio-list li+li {
		margin: 5px 0 0;
	}

	.custom-checkbox.custom-radio-outer {
		flex-direction: column;
	}

	.custom-checkbox.custom-radio-outer a {
		margin-left: 27px;
	}

	.custom-radio-outer .custom-radio {
		align-items: flex-start
	}

	.custom-radio-outer .custom-radio .radio-border {
		position: relative;
		top: 5px;
	}

	.custom-radio-outer .custom-radio .radio-border.lg {
		top: 5px
	}

	.ui-datepicker {
		width: 16.4em;
	}

	.file-upload-block.form-group .form-control {
		padding-right: 15px;
	}

}

::-ms-clear {
	display: none;
}

input[type=text]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

input[type=text]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

.site-loader {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background: rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1002;
}

.site-loader.hide {
	display: none;
}

.loader {
	height: 80px;
	width: 80px;
	border: 8px solid rgba(232, 100, 4, 0.2);
	border-top: 8px solid #e86404;
	border-radius: 50%;
	animation: loader 1.5s linear infinite;
}

@keyframes loader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}

}

@-webkit-keyframes loader {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}

}

/* cms page */
.cms-page {
	padding: 45px 0;
}

.cms-page h2 {
	margin-bottom: 15px;
}

.cms-page p {
	margin-bottom: 15px;
}

.cms-page h2 {
	padding-top: 20px;
}

.cms-page h2:first-of-type {
	padding-top: 0
}

.cms-page h3 {
	font-size: 30px;
	margin-bottom: 15px;
	padding-top: 20px;
}

.cms-page h4 {
	font-size: 26px;
	line-height: 1.2;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	color: #1e2423;
	margin-bottom: 15px;
}

.cms-page h5 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	color: #1e2423;
	margin-bottom: 15px;
}

.cms-page h6 {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	font-family: 'Lato', sans-serif;
	color: #1e2423;
	margin-bottom: 15px;
}

.cms-page ul {
	margin-bottom: 15px;
}

.cms-page ul li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 5px;
}

.cms-page ul li:last-child {
	margin-bottom: 0
}

.cms-page ul li:before {
	position: absolute;
	content: '';
	left: 0;
	top: 10px;
	height: 5px;
	width: 5px;
	background-color: #1e2423;
	border-radius: 50%;
}

.cms-page ol {
	list-style: decimal;
	padding-left: 13px;
	margin-bottom: 30px;
}

.cms-page ol li {
	margin-bottom: 5px;
}

.cms-page ol li:last-child {
	margin-bottom: 0
}

.cms-page blockquote {
	border-left: 5px solid #e86404;
	padding: 5px 0 5px 15px;
	margin-bottom: 30px;
}

.cms-page blockquote p {
	margin: 0;
}

@media(max-width:1199px) {
	.cms-page h3 {
		font-size: 26px;
	}

}

@media(max-width:991px) {
	.cms-page {
		padding: 40px 0;
	}

}

@media(max-width:767px) {
	.cms-page {
		padding: 30px 0;
	}

	.cms-page h3 {
		font-size: 22px;
	}

	.cms-page h4 {
		font-size: 22px;
	}

	.cms-page h5 {
		font-size: 20px;
	}

}

/*pagination*/
.pagination-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 25px;
}

.pagination-wrapper .pagination-right {
	display: flex;
	align-items: center;
}

.pagination-wrapper .pagination-left {
	font-size: 16px;
	color: #666;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2;
}

.pagination-wrapper .pagination li a, .pagination-wrapper .pagination li {
	font-size: 16px;
	color: #2a2e2d;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2;
	background-color: transparent;
	border: 0 !important;
	text-align: center;
}

.pagination-wrapper .pagination li a {
	padding: 4px 8px;
	min-width: 28px;
	min-height: 28px;
}

.pagination-wrapper .pagination li:not(.active) a[href]:hover {
	background-color: rgba(232, 100, 4, 0.2);
}

.pagination-wrapper .pagination li.active a {
	background-color: #e86404;
	color: #fff
}

.pagination-wrapper .graduate-pagination-link {
	font-size: 16px;
	color: #e86404;
	font-family: 'Roboto', sans-serif;
	line-height: 1.2;
	position: relative;
	padding-left: 13px;
}

.pagination-wrapper .graduate-pagination-link em {
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s;
}

.pagination-wrapper .graduate-pagination-link:hover em {
	left: -2px;
}

.pagination-wrapper .graduate-pagination-link.next-page:hover em {
	right: -2px;
}

.pagination-wrapper .graduate-pagination-link.next-page em {
	right: 0;
	left: auto;
}

.pagination-wrapper .graduate-pagination-link.next-page {
	padding: 0 13px 0 0;
}

.pagination-wrapper .pagination {
	margin: 0 4px;
}
#delist_graduate_parent  .info-note {
	font-style: italic;
	color: #828282;
}
input[type=file], 
input[type=file]::-webkit-file-upload-button { 
    cursor: pointer; 
}

@media(max-width:667px) {
	.pagination-wrapper {
		flex-direction: column;
	}

	.pagination-wrapper .pagination-left {
		margin-bottom: 15px
	}
}