/* LICENSE & DETAILS
   ==================================================

	Theme Name: Dilate Framework
	Theme URI: http://www.dilate.com.au/
	Description: An Incredible Responsive Multi-Purpose WordPress Theme
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: Divi
	Version: 1.0
	Author: Dilate Digital
	Author URI: www.dilate.com.au
	Developer: Dame Angelitud

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/
/* --------------------------------------------
	CHILD THEME CSS

  #FONTFACE
  #DEFAULTS
  #TOPBAR
  #MOBILEHEADER
  #HEADER
  #HOMEPAGE
  	#SECTION_HERO
  	#SECTION_BELOWFOLD
  	#SECTION_WELCOME
  	#SECTION_EMPLOYMENT
  	#SECTION_JOBS
  	#SECTION_TRAINING
  	#SECTION_APPRENTICESHIP
  	#SECTION_ARTICLES
  #SLIDERS
  	#JOBSLIDER
  	#TRAINING_SLIDER
  	#TESTIMONIAL_SLIDER
  #GLOBAL
  	#TESTIMONIAL_STRIP
  #FOOTER
  #FORMS
  #TEMPLATE2_PARENT
  #TEMPLATE3_CHILD
  #TEMPLATE4_BLOG
  #PAGINATION
  #TEMPLATE5_SINGLE_ARTICLE
  #MAILINGLIST_FORM
  #TEMPLATE7_JOBSBOARD
  #TEMPLATE6_CONTACTUS
  #TEMPLATE8_JOBDETAILS
  #MODALS
  #404_PAGE

  #DIVI PAGE BUILDER VERSION
-------------------------------------------- */


/*=====================================*/
/*              #FONTFACE              */
/*=====================================*/
@font-face {
    font-family: 'Gilroy';
    src: url('fonts/hinted-Gilroy-Light.eot');
    src: url('fonts/hinted-Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/hinted-Gilroy-Light.woff2') format('woff2'),
        url('fonts/hinted-Gilroy-Light.woff') format('woff'),
        url('fonts/hinted-Gilroy-Light.ttf') format('truetype'),
        url('fonts/hinted-Gilroy-Light.svg#Gilroy-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

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

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

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

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

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

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



/*=====================================*/
/*         #DEFAULTS                   */
/*=====================================*/
body.mobile-menu--active {
	overflow: hidden
}
body {
	overflow-x: hidden;
}
#page-container:AFTER {
	position: fixed;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.85);
	z-index: 1000;
	visibility: hidden;
	opacity: 0;

	-webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
body.mobile-menu--active #page-container:AFTER {
	visibility: visible;
	opacity: 1;
}
.sh-button,
.et_pb_slide .et_pb_more_button.et_pb_button {
	position: relative;
	min-width: 270px;
	max-width: 355px;
	height: 65px;
	background: #3c3c3c;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 100px;
	border: none;
	font-family: 'Gilroy';
	font-size: 20px;
	font-weight: 600;
	color: #ffffff;
	letter-spacing: -0.25px;
	overflow: hidden;

	width: intrinsic;
	width: -moz-max-content;
	width: max-content;

	-webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
	-moz-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
	-ms-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
	transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
}
.et_pb_slide .et_pb_more_button.et_pb_button {
	padding: 0 !important;
	text-decoration: none;
}
.et_pb_slide .et_pb_more_button.et_pb_button:HOVER {
	opacity: 0.8;
}
.et_pb_slide .et_pb_more_button.et_pb_button:AFTER {
	display: none;
}
.theme_colors-yellow .et_pb_slide .et_pb_more_button.et_pb_button {
	background: #f99f1c;
}
.theme_colors-green .et_pb_slide .et_pb_more_button.et_pb_button {
	background: #5d9f44;
}
.theme_colors-red .et_pb_slide .et_pb_more_button.et_pb_button {
	background: #EE2624;
}
.theme_colors-blue .et_pb_slide .et_pb_more_button.et_pb_button {
	background: #00053e;
}
.sh-button:AFTER {
	display: none;
}
.sh-button:HOVER {
	border: none;
	padding: 0 !important
}
.sh-button > span {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 65px;
	width: 100%;
	padding: 0 15px;
	text-align: center;
	line-height: 1;

	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);

	-webkit-transition: all 150ms 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 150ms 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 150ms 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 300ms 250ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.sh-button > span.hoverlay {
	-webkit-transform: translateY(100%);
	-moz-transform: translateY(100%);
	-ms-transform: translateY(100%);
	transform: translateY(100%);
}
.sh-button:HOVER > span {
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
}
.sh-button:HOVER > span.hoverlay {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.sh-button--outline {
	background: rgba(255,255,255,0.0);
	color: #000;
	border: 3px solid #ffffff;
}
.sh-button--outline:HOVER {
	background: rgba(194, 194, 194, 0.3) !important;
	border: 3px solid #ffffff !important;
}
.sh-button--red {
	background: #EE2624;
}
.sh-button--red:HOVER {
	background: #ff2d31 !important;
}
.sh-button--green {
	background: #5d9f44;
}
.sh-button--green:HOVER {
	background: #68b74b !important;
}
.sh-button--yellow {
	background: #f99f1c;
}
.sh-button--yellow:HOVER {
	background: #fab300 !important;
}
.sh-button--blue {
	background: #00053e;
}
.sh-button--blue:HOVER {
	background: #00053e !important;
}
.sh-button.is_msie {
  justify-content: center;
}
.sh-section h1,
.sh-section h2,
.sh-section h3,
.sh-section h4,
.sh-section h5,
.sh-section h6,
.sh-section p,
.sh-section label,
.sh-section span,
.sh-section div {
	font-family: 'Gilroy';
}
.sh-section h2,
.sh-section h1 {
	font-size: 45px;
	letter-spacing: -1.25px;
	line-height: 50px;
	color: #262626;
	font-weight: bold;
}
.sh-section p,
.sh-section ul {
	font-size: 18px;
	color: #515151;
	line-height: 30px;
	padding-bottom: 30px;
}
.sh-section ul {
	padding-left: 0px;
	list-style: none;
    padding-top: 20px;
}
.sh-section ul li {
	position: relative;
	margin-bottom: 15px;
	padding-left: 40px;
}
.sh-section ul li:BEFORE {
	position: absolute;
	content: "\f054";
	left: 5px;
	top: 0;
	font-family: 'FontAwesome';
	font-size: 15px;
}
.sh-section p:last-of-type {
	padding-bottom: 0;
}
.et_pb_row {
	width: 100%;
}
.sh-section .et_pb_column_1_2 {
	width: 50%
}
.sh-section .et_pb_column {
	margin: 0;
}
.autosuggest-form {
	background: #ffffff;
	display: flex;
	height: 66px;
	border: 2px solid #f99f1c;
	border-radius: 5px;
	position: relative;
}
.autosuggest-form input {
	width: 70%;
	padding-left: 40px;
  padding-right: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #515151;
	border: none;
	outline: none;	
}
.autosuggest-form .ajaxloader {
	position: absolute;
	content: "";
	top: 0;
	right: 31%;
	width: 40px;
	height: 100%;
	background: url(images/ajax-loader.svg) no-repeat center;
	z-index: 1000;
	display: none;
}
.autosuggest-form button {
	width: 30%;
	background: #f99f1c;
	border: none;
	cursor: pointer;
	outline: none;
	color: #ffffff;
	font-size: 20px;
	font-weight: 600;
	position: relative;
	flex: 1;
	padding-right: 20px;
}
.autosuggest-form button > span {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 30%;
	height: 100%;
	background: url(images/search-icon.svg) no-repeat center;
}
.autosuggest-form .autosuggest_results {
	position: absolute;
	left: 0;
	top: 65px;
	padding: 20px 0;
	border: none;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.1);
	background: #ffffff;
	z-index: 10000000000;
	max-height: 320px;
	overflow-y: scroll;
  display: none;
}
.autosuggest-form .autosuggest_results.show {
  display: block;
}
.autosuggest-form .autosuggest_results ul {
	padding: 0;
}
.autosuggest-form .autosuggest_results li {
	font-family: 'Gilroy';
	font-size: 16px;
	text-align: left;
	margin-bottom: 0px;
	border-bottom: 1px solid #f5f5f5;
	padding: 0;
}
.autosuggest-form .autosuggest_results li:BEFORE {
	display: none;
}
.autosuggest-form .autosuggest_results li:HOVER {
	background: #f5f5f5;
}
.autosuggest-form .autosuggest_results li a {
	color: #262626;
	display: block;
	z-index: 1000;
	padding: 15px 40px 15px 40px;
}
.autosuggest-form .autosuggest_results li .title {
	font-size: 18px;
	font-weight: 600;
	line-height: 21px;
	display: block;
}
.autosuggest-form .autosuggest_results li .content {
  margin-top: 10px;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	color: #515151;
	display: block;
}
.autosuggest-form .autosuggest_results li a span.highlight,
.autosuggest-form .autosuggest_results li .content span.highlight {
	font-weight: 600;
	color: #f99f1c;
	text-decoration: underline;
}
.ac_results {
	padding: 20px 0;
	border: none;
	box-shadow: 0px 5px 15px rgba(0,0,0,0.1)
}
.ac_results li {
	font-family: 'Gilroy';
	font-size: 16px;
	padding: 9px 40px 9px 40px;
}
.ac_results li .ac_match {
	font-weight: 600;
	color: #f99f1c;
}
.ac_results li.ac_over {
	background: #f5f5f5;
}
.et_pb_toggle {
	padding: 0;
	border: 5px solid #262626;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 10px !important;
}
.et_pb_toggle .et_pb_toggle_content {
	padding: 50px;
	background: none !important;
}
.et_pb_toggle .et_pb_toggle_content img {
	margin: 0;
}
.et_pb_toggle .et_pb_toggle_content a {
	text-decoration: underline;
}
.et_pb_toggle h5 {
	background: #262626;
	color: #ffffff !important;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	padding: 20px 30px 20px 20px !important;
}
.et_pb_toggle h5:BEFORE {
	right: 10px !important;
}
.theme_colors-yellow .et_pb_toggle.et_pb_toggle_open {
	border: 5px solid #f99f1c;
}
.theme_colors-yellow .et_pb_toggle.et_pb_toggle_open h5 {
	background: #f99f1c;
}
.theme_colors-blue .et_pb_toggle.et_pb_toggle_open {
	border: 5px solid #00053e;
}
.theme_colors-blue .et_pb_toggle.et_pb_toggle_open h5 {
	background: #00053e;
}
.theme_colors-green .et_pb_toggle.et_pb_toggle_open {
	border: 5px solid #5d9f44;
}
.theme_colors-green .et_pb_toggle.et_pb_toggle_open h5 {
	background: #5d9f44;
}
.theme_colors-red .et_pb_toggle.et_pb_toggle_open {
	border: 5px solid #ee2624;
}
.theme_colors-red .et_pb_toggle.et_pb_toggle_open h5 {
	background: #ee2624;
}
.et_pb_slider {
	overflow: visible;
}
.et_pb_slide {
	padding: 0;
}
.et_pb_slide .et_pb_container {
	height: inherit !important;
}
.et_pb_slider_container_inner {
	display: block !important;
	padding: 0 !important;
}
.et_pb_slide h1 {
	font-family: 'Gilroy' !important;
	font-weight: 800 !important;
	padding-bottom: 30px;
	text-shadow: none;
}
.et_pb_slide h1 a {
	text-decoration: none !important
}
.et_pb_slide p,
.et_pb_slide strong {
	text-shadow: none;
}
.et_pb_slide strong {
	color: #262626;
}
.et_pb_slide a:HOVER {
	text-decoration: underline;
}
.et-pb-slider-arrows > a {
	background: #262626;
	opacity: 0.2 !important;
}
.et-pb-slider-arrows > a:HOVER {
	opacity: 1 !important;
}
.et-pb-slider-arrows .et-pb-arrow-prev {
	left: 0px !important;
}
.et-pb-slider-arrows .et-pb-arrow-next {
	right: 0px !important;
}
.et_pb_slider .et-pb-controllers {
	bottom: -50px;
}
.et_pb_slider .et-pb-controllers a {
	width: 10px;
	height: 10px;
	background: #262626;
	opacity: 0.3;
	border-radius: 100%;
}
.et_pb_slider .et-pb-controllers a.et-pb-active-control {
	opacity: 1;
}
@media all and (max-width: 1600px) {
	.autosuggest-form .autosuggest_results {
		max-height: 25vw;
	}
}
@media all and (max-width: 1390px) {
	.sh-section .et_pb_row {
		padding-left: 15px;
		padding-right: 15px;
	}
	.autosuggest-form .autosuggest_results {
		max-height: 28vw;
	}
	
	.sh-section.et_pb_section.home-welcome {
	    padding-top: 80px;
	}
}
@media all and (max-width: 1099px) {
	.sh-section.home-hero .autosuggest-form {
		max-width: none !important;
		width: 100%;
	}
	.autosuggest-form .autosuggest_results {
		max-height: 25vw;
	}
}
@media all and (max-width: 980px) {
	.sh-section .et_pb_row {
		padding-top: 0px;
		padding-bottom: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.et_pb_section {
		padding: 0
	}
	.autosuggest-form .autosuggest_results {
		max-height: 30vw;
	}
	.et_pb_slide h1.et_pb_slide_title {
		font-weight: 800 !important;
	}
}
@media all and (max-width: 699px) {
	.sh-button {
		margin-left: 0 !important
	}
	.autosuggest-form .autosuggest_results {
		padding: 0px;
	}
	.autosuggest-form .autosuggest_results li a {
		padding: 15px 20px 15px 20px;
	}
}
@media all and (max-width: 599px) {
	.ac_results {
		max-width: 599px !important;
		width: calc(100% - 34px);
	}
	.ac_results li {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
}
@media all and (max-width: 768px) {
	.sh-section h2,
	.sh-section h1 {
		font-size: 40px;
		line-height: 40px;
	}
	.et_pb_toggle {
		border-width: 2px !important;
	}
	.et_pb_toggle h5 {
		font-size: 20px;
		font-weight: 600;
		padding: 15px 30px 15px 15px !important;
	}
	.et_pb_toggle .et_pb_toggle_content {
		padding: 30px;
	}
}
@media all and (max-width: 480px) {
	.sh-section h2,
	.sh-section h1 {
		font-size: 35px;
	}
	.sh-section p,
  .sh-section ul {
		font-size: 16px;
		line-height: 26px;
		padding-bottom: 20px;
	}
  .sh-section ul li {
    padding-left: 25px;
  }
	.sh-button {
		position: relative;
		min-width: 230px;
		height: 50px;
		justify-content: center;
		font-size: 16px;
		font-weight: 600;
	}
	.sh-button > span {
		height: 50px;
		width: 100%;
	}
	.ac_results li {
		padding: 8px 20px;
	}
	.autosuggest-form .autosuggest_results {
		max-height: 55vw;
	}
	.autosuggest-form .autosuggest_results li .title {
		font-size: 16px;
		line-height: 19px;
	}
	.autosuggest-form .autosuggest_results li .content {
	  	margin-top: 5px;
		font-size: 13px;
		line-height: 17px;
	}
	.et_pb_toggle .et_pb_toggle_content {
		padding: 30px 15px;
	}
}



/*=====================================*/
/*              #TOPBAR                */
/*=====================================*/
#topbar {
	height: 60px;
	border-bottom: 1px solid #dcdcdc;
	font-family: 'Gilroy';
}
#topbar .container {
	display: flex;
	width: 100%;
	height: 100%;
	max-width: 1660px;
	padding: 0 15px;
	align-items: center;
}
.topbar__left {
	margin-right: auto;
}
.topbar__left-phoneslider,
.topbar__left-socialicons {
	display: inline-block;
	vertical-align: middle;
}
.topbar__left-phoneslider > img {
	margin-right: 15px
}
.topbar__left-phoneslider > img,
.topbar__left-phoneslider > #offices_typed {
	display: inline-block;
	vertical-align: middle;
}
.topbar__left-phoneslider > #offices_typed {
	min-width: 220px;
}
.topbar__left-phoneslider > #offices_typed span {
	font-family: 'Gilroy';
	font-size: 15px;
	color: #3c3c3c;
}
.topbar__left-phoneslider > #offices_typed span.phone a {
	font-weight: bold;
	color: #f99f1c;
}
.topbar__left-phoneslider > .typed-cursor {
	display: none
}
.topbar__left-socialicons {
	border-left: 1px solid #e7e7e7;
	padding-left: 20px;
	margin-left: 20px;
	color: #3c3c3c;
	font-size: 15px;
}
.topbar__left-socialicons label,
.topbar__left-socialicons ul {
	display: inline-block;
	vertical-align: middle;
}
.topbar__left-socialicons label {
	margin-right: 10px
}
.topbar__left-socialicons ul li {
	display: inline-block;
	padding: 0 10px 0 0;
}
.topbar__left-socialicons ul li a {
	font-size: 18px;
	color: #f99f1c;
}
.topbar__left-socialicons ul li a:HOVER {
	color: #3c3c3c
}
.topbar__right {
	margin-left: auto;
}
topbar__right-btngroup {
	display: flex;
}
.topbar__right .sh-button {
	min-width: 137px;
	height: 37px;
	font-size: 15px;
	float: left;
	margin-left: 8px;
}
@media all and (max-width: 1099px) {
	.topbar__left {
		margin-right: auto;
		width: 100%;
		display: flex;
	}
	.topbar__left-socialicons {
		margin-left: auto;
		padding-left: 0;
		border-left: none;
	}
	.topbar__right {
		display: none;
	}
}
@media all and (max-width: 549px) {
	.topbar__left-socialicons {
		display: none;
	}
}
@media all and (max-width: 480px) {
	#topbar {
		height: 40px;
	}
}



/*=====================================*/
/*         #MOBILE HEADER              */
/*=====================================*/
header#main-header #et_mobile_nav_menu {
	float: none;
	width: 100%;
	height: 50px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	cursor: pointer;
}
header#main-header #et_mobile_nav_menu .mobile_nav {
	z-index: -1;
}
header#main-header #et_mobile_nav_menu .mobile_menu_bar {
	position: absolute;
	left: 0;
	padding: 0;
	background: #201f1f;
	width: 100%;
	height: 2px;
	border-radius: 5px;

	-webkit-transition: all 200ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 200ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 200ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 200ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
header#main-header #et_mobile_nav_menu .mobile_menu_bar:BEFORE,
header#main-header #et_mobile_nav_menu .mobile_menu_bar:AFTER {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #201f1f;
	top: -9px;
	left: 0;
	border-radius: 5px;

	-webkit-transition: all 200ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 200ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 200ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 200ms 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
header#main-header #et_mobile_nav_menu .mobile_menu_bar:AFTER {
	top: 9px;
}
header#main-header #et_mobile_nav_menu ul#mobile_menu {
	position: fixed;
	top: 0;
	left: initial;
	right: -300px;
	width: 300px;
	height: 100vh;
	display: block !important;
	border: 0px;
	padding: 0;
	padding-top: 5px;
	box-shadow: none;
	background: #201f1f;
  overflow-y: auto;
	-webkit-transition: all 200ms 50ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 200ms 50ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 200ms 50ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 200ms 50ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
header#main-header #et_mobile_nav_menu ul#mobile_menu:AFTER {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	top: 0;
	left: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#201f1f+0,253d83+25,5d9f44+50,f99f1c+75,f99f1c+75,ee2624+100 */
	background: rgb(32,31,31); /* Old browsers */
	background: -moz-linear-gradient(left, rgba(32,31,31,1) 0%, rgba(37,61,131,1) 25%, rgba(93,159,68,1) 50%, rgba(249,159,28,1) 75%, rgba(249,159,28,1) 75%, rgba(238,38,36,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(32,31,31,1) 0%,rgba(37,61,131,1) 25%,rgba(93,159,68,1) 50%,rgba(249,159,28,1) 75%,rgba(249,159,28,1) 75%,rgba(238,38,36,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(32,31,31,1) 0%,rgba(37,61,131,1) 25%,rgba(93,159,68,1) 50%,rgba(249,159,28,1) 75%,rgba(249,159,28,1) 75%,rgba(238,38,36,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#201f1f', endColorstr='#ee2624',GradientType=1 ); /* IE6-9 */
}
header#main-header #et_mobile_nav_menu ul#mobile_menu a {
	position: relative;
	color: #939393;
	font-family: 'Gilroy';
	font-size: 16px;
	font-weight: 500;
	opacity: 1;
	padding: 10px 15px 10px 15px;
	border-bottom: 1px solid rgba(255,255,255,0.05);

	-webkit-transition: all 200ms 50ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 200ms 50ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 200ms 50ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 200ms 50ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
header#main-header #et_mobile_nav_menu ul#mobile_menu li a > i {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
header#main-header #et_mobile_nav_menu ul#mobile_menu a:HOVER {
	color: #ffffff;
}
header#main-header #et_mobile_nav_menu ul#mobile_menu li.show-on-mobile a {
	border: none;
}
header#main-header #et_mobile_nav_menu ul#mobile_menu li.show-on-mobile.icon {
	width: 33.33%;
	float: left;
	margin-top: 15px
}
header#main-header #et_mobile_nav_menu ul#mobile_menu li.show-on-mobile.icon a {
	font-family: 'FontAwesome';
	font-size: 24px;
	text-align: center;
}
header#main-header #et_mobile_nav_menu ul#mobile_menu li.show-on-mobile.yellow a {
	background: #f99f1c;
	color: #ffffff;
}
header#main-header #et_mobile_nav_menu ul#mobile_menu li.show-on-mobile.yellow a:HOVER {
	background: #fab300;
}
header#main-header #et_mobile_nav_menu ul#mobile_menu li.show-on-mobile.green a {
	background: #5d9f44;
	color: #ffffff;
}
header#main-header #et_mobile_nav_menu ul#mobile_menu li.show-on-mobile.green a:HOVER {
	background: #68b74b;
}
header#main-header #et_mobile_nav_menu ul#mobile_menu li.show-on-mobile.blue a {
	background: #00053e;
	color: #ffffff;
}
header#main-header #et_mobile_nav_menu ul#mobile_menu li.show-on-mobile.blue a:HOVER {
	background: #254193;
}
header#main-header #et_mobile_nav_menu ul#mobile_menu .sub-menu {
	padding: 0;
	overflow: hidden;

	-webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
header#main-header #et_mobile_nav_menu ul#mobile_menu li.open > a > i {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);

	-webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
#page-container {
	-webkit-transition: all 200ms 50ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 200ms 50ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 200ms 50ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 200ms 50ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
body.mobile-menu--active header#main-header #et_mobile_nav_menu .mobile_menu_bar {
	height: 0;
}
body.mobile-menu--active header#main-header #et_mobile_nav_menu .mobile_menu_bar:BEFORE {
	transform: rotate(45deg) translate(6px, 5px);
}
body.mobile-menu--active header#main-header #et_mobile_nav_menu .mobile_menu_bar:AFTER {
	transform: rotate(-45deg) translate(7px, -7px);
}

@media all and (min-width: 1460px) {
	header#main-header #et_mobile_nav_menu {
		display: none;
	}
	header#main-header .container #et-top-navigation {
		width: auto;
	}
	header#main-header .container #et-top-navigation #top-menu {
		display: flex;
	}
	header#main-header .container #et-top-navigation #top-menu li a {
		padding: 0;
	}
}



/*=====================================*/
/*         		#HEADER                */
/*=====================================*/
header#main-header {
	box-shadow: none;

	-webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
header#main-header .container.et_menu_container {
	display: flex;
	align-items: center;
	padding: 35px 15px;
	max-width: 1660px;
	width: 100%
}
header#main-header .logo_container {
	position: relative;
	width: auto;
	display: flex;
	align-items: center;
}
header#main-header .logo_container img {
	width: 300px;
	max-width: none;
	height: auto;
}
header#main-header #et-top-navigation {
	padding: 0 !important;
	margin-left: auto;
	float: none;
}
header#main-header #et-top-navigation #top-menu {
	padding-right: 30px !important;

/* 	margin-top: 15px */
}
header#main-header #et-top-navigation #top-menu li {
	padding: 15px 0 15px 50px;
}
header#main-header #et-top-navigation #top-menu li.show-on-mobile {
	display: none;
}
header#main-header #et-top-navigation #top-menu li > a {
	font-family: 'Gilroy';
	font-size: 18px;
	color: #3c3c3c;
	font-weight: bold;
	letter-spacing: -0.25px;
	line-height: 24px;

	-webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
header#main-header #et-top-navigation #top-menu li > a:AFTER {
	right: -20px;
	font-size: 14px;
	color: #3c3c3c;

	-webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
header#main-header #et-top-navigation #top-menu li > a:HOVER {
	opacity: 1;
}
header#main-header #et-top-navigation #top-menu li > a:HOVER:AFTER {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
header#main-header #et-top-navigation #top-menu .sub-menu {
	margin-top: 10px;
	border-top: 0;
	box-shadow: 0px 20px 40px -15px rgba(46, 65, 71, 0.5);
}
header#main-header #et-top-navigation #top-menu .sub-menu:BEFORE {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: #201f1f !important;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee2624+0,ee2624+25,f99f1c+25,f99f1c+25,f99f1c+50,5d9f44+50,5d9f44+50,5d9f44+75,253d83+75,253d83+100 */
}
header#main-header #et-top-navigation #top-menu .sub-menu li {
	padding: 0;
	display: block;
}
header#main-header #et-top-navigation #top-menu .sub-menu a {
	position: relative;
	width: 100%;
	line-height: 20px;
	padding: 10px 15px !important;
	font-weight: 600;
	font-size: 16px;
}
header#main-header #et-top-navigation #top-menu .sub-menu a:AFTER {
	right: 10px;
	top: 10px;

	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
header#main-header #et-top-navigation #top-menu .sub-menu a:HOVER:AFTER {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
header#main-header #et-top-navigation #top-menu .sub-menu a:HOVER:BEFORE {
	width: 15px;
}
@media all and (max-width: 1460px) {
	header#main-header #et-top-navigation {
		width: 35px;
	}
	header#main-header #et-top-navigation #top-menu-nav {
		display: none;
	}
}
@media all and (max-width: 480px) {
	header#main-header .container.et_menu_container {
		padding: 15px 15px 15px 30px;
	}
	header#main-header .logo_container img {
		width: 200px;
	}
}



/*=====================================*/
/*         		#HOMEPAGE              */
/*=====================================*/

/* #SECTION_HERO */
.sh-section.home-hero .et_pb_row {
	max-width: 1660px
}
.sh-section.home-hero .slick-list {
	/* padding-top: 45px; */
	/* overflow: visible */
}
.sh-slider__homepagehero {
	margin: 0!important;
}
.sh-slider__homepagehero .slick-slide {
/* 	height: 38.8vw !important; */
/* 	height: 77vh !important; */
	height: 746.13px;
}
.sh-section.home-hero h2 {
	font-size: 1.344vw;
	font-weight: bold;
	letter-spacing: -1.75px;
	line-height: 1.344vw;
	padding-bottom: 23px;
	max-width: 660px;
}
.sh-slider.sh-slider__homepagehero .slick-slide:LAST-CHILD h2 {
	font-size: 1.651vw;
	line-height: 1.651vw;
	max-width: none;
}
.sh-slider.sh-slider__homepagehero .slick-slide:LAST-CHILD .sh-slider_item__left {
	/* margin-top: 70px; */
}
.sh-section.home-hero .autosuggest-form {
	margin-top: 40px;
	max-width: 665px;
}
.sh-section.home-hero .autosuggest-form button > span {
	width: 80px;
}
.sh-section.home-hero .sh-slider_item {
	display: flex !important;
	align-items: flex-end;
}
.sh-section.home-hero .sh-slider_item label {
	font-size: 18px;
	font-weight: bold;
	display: block;
	padding-right: 50px;
}
.sh-section.home-hero .sh-slider_item__left {
	width: 55%;
	margin-bottom: 80px;
	padding-left: 8vw;
}
.sh-section.home-hero .sh-slider_item__right {
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 10;
}

.bound-bottom {
	bottom: 20% !important;
}

.sh-section.home-hero .sh-slider_item__right img {
	margin-left: auto;
/* 	width: 15.840vw; */
}
.sh-section.home-hero .slick-slide:LAST-CHILD .sh-slider_item__right img {
/* 	width: 15.360vw; */
}
.sh-section.home-hero .rotating-icons {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	position: relative
}
.sh-section.home-hero .rotating-icons__item {
	width: 33.33%;
	margin-left: -5px;
}
.sh-section.home-hero .rotating-icons__item img {
/* 	width: 8.8vw */
}
.sh-section.home-hero .rotating-icons__item > img {
	margin: auto;
}
.sh-section.home-hero .rotating-icons__item > span {
/* 	font-size: 1.3vw;
	line-height: 1.3vw; */
	letter-spacing: -0.25px;
	font-weight: bold;
	text-align: center;
	display: block;
	margin: 18px auto 0;
	color: #EE2624;
}
.sh-section.home-hero .rotating-icons__item:nth-of-type(2) > span {
	color: #f99f1c;
	max-width: 200px;
}
.sh-section.home-hero .rotating-icons__item:nth-of-type(3) > span {
	color: #5d9f44;
	max-width: 200px;
}
.sh-section.home-hero .rotating-icons__arrow {
	position: absolute;
}
.sh-section.home-hero .rotating-icons__arrow:nth-of-type(1) {
/* 	top: 2vw;
	left: 9vw; */
	z-index: -1;
}
.sh-section.home-hero .rotating-icons__arrow:nth-of-type(2) {
/* 	top: 5.7vw;
	right: 10.2vw; */
	z-index: -1;

	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sh-section.home-hero .sh-button {
	max-width: 265px;
	width: 100%;
	height: 70px;
	/* margin: 30px auto 0; */
	margin-top: 30px;
}
.sh-section.home-hero .slick-dots {
	padding: 0;
	top: 245px;
	left: 13px;
	bottom: initial;
	display: flex !important;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: auto;
}
.sh-section.home-hero .slick-dots li {
	margin: 4px 0;
	width: 14px;
	height: 14px;
	padding: 0;
	border-radius: 100%;
	overflow: hidden;
}
.sh-section.home-hero .slick-dots li button {
	background: #00053e;
}
.sh-section.home-hero .slick-dots li.slick-active button {
	background: #f99f1c
}
.sh-section.home-hero .slick-dots li button:BEFORE {
	display: none;
}
@media all and (min-width: 1921px) {
	.sh-section.home-hero h2 {
		font-size: 67px;
		line-height: 67px;
	}
	.sh-slider.sh-slider__homepagehero .slick-slide:LAST-CHILD h2 {
		font-size: 82px;
		line-height: 82px;
	}
	.sh-section.home-hero .sh-slider_item__right img {
		width: 792px;
	}
	.sh-section.home-hero .slick-slide:LAST-CHILD .sh-slider_item__right img {
		width: 768px;
	}
	.sh-section.home-hero .rotating-icons__item img {
		width: 130px;
	}
	.sh-section.home-hero .rotating-icons__arrow:nth-of-type(1) {
		top: 20px;
		left: 170px;
	}
	.sh-section.home-hero .rotating-icons__arrow:nth-of-type(2) {
		top: 100px;
		right: 185px;
	}
	.sh-section.home-hero .rotating-icons__item > span {
		font-size: 25px;
		line-height: 25px;
	}
}
@media all and (max-width: 1920px) {
	.sh-section.home-hero .sh-slider_item__right img {
		width: 41.2vw;
	}
	.sh-section.home-hero .slick-slide:LAST-CHILD .sh-slider_item__right img {
		width: 40vw;
	}
	.sh-section.home-hero h2 {
		font-size: 3vw;
		line-height: 3vw;
	}
	.sh-slider.sh-slider__homepagehero .slick-slide:LAST-CHILD h2 {
		font-size: 4.300vw;
		line-height: 4.300vw;
	}
	.sh-section.home-hero .rotating-icons__item img {
		width: 8.8vw;
	}
	.sh-section.home-hero .rotating-icons__arrow:nth-of-type(1) {
		top: 2vw;
		left: 9vw;
		z-index: -1;
	}
	.sh-section.home-hero .rotating-icons__arrow:nth-of-type(2) {
		top: 5.7vw;
		right: 10.2vw;
		z-index: -1;
	}
	.sh-section.home-hero .rotating-icons__item > span {
		font-size: 1.3vw;
		line-height: 1.3vw;
		letter-spacing: -0.25px;
		font-weight: bold;
		text-align: center;
		display: block;
		margin: 18px auto 0;
		color: #EE2624;
	}
}
@media all and (max-width: 1599px) {
	.sh-slider__homepagehero .slick-slide {
		height: 55vw !important;
	}
	.sh-section.home-hero h2 {
		font-size: 4.3vw;
		line-height: 4.3vw;
		padding-bottom: 20px;
	}
	.sh-slider.sh-slider__homepagehero .slick-slide:LAST-CHILD h2 {
		font-size: 5.1vw;
		line-height: 5.1vw;
	}
	.sh-section.home-hero .rotating-icons__item img {
		width: 10vw;
	}
	.sh-section.home-hero .rotating-icons__item > span {
		font-size: 1.5vw;
		line-height: 1.5vw;
	}
	.sh-section.home-hero .rotating-icons__arrow:nth-of-type(1) {
		top: 2vw;
		left: 10.5vw;
		width: 100px;
	}
	.sh-section.home-hero .rotating-icons__arrow:nth-of-type(2) {
		top: 6vw;
		right: 11.5vw;
		width: 100px
	}
}
@media all and (max-width: 1390px) {
	.sh-slider__homepagehero .slick-slide {
		height: auto !important;
	}
}
@media all and (max-width: 1199px) {
	.sh-slider__homepagehero .slick-slide {
		height: 65vw !important;
	}
	.sh-section.home-hero .sh-slider_item__left {
		width: 65%;
	}
	.sh-section.home-hero h2 {
		font-size: 5.5vw;
		line-height: 5.5vw;
	}
	.sh-slider.sh-slider__homepagehero .slick-slide:LAST-CHILD h2 {
		font-size: 6.3vw;
		line-height: 6.3vw;
	}
	.sh-section.home-hero .rotating-icons__item img {
		width: 13vw;
	}
	.sh-section.home-hero .rotating-icons__arrow:nth-of-type(1) {
		top: 3vw;
		left: 11.5vw;
	}
	.sh-section.home-hero .rotating-icons__arrow:nth-of-type(2) {
		top: 8vw;
		right: 13vw;
	}
	.sh-section.home-hero .rotating-icons__item > span {
		font-size: 1.8vw;
		line-height: 1.8vw;
	}
	.sh-section.home-hero .sh-slider_item__right {
		overflow: hidden;
	}
	.sh-section.home-hero .sh-slider_item__right img {
		margin-right: -20vw;
		width: 55vw !important;
	}
}
@media all and (max-width: 1099px) {
	.sh-slider__homepagehero .slick-slide {
		height: 65vw !important;
	}
	.sh-section.home-hero .slick-list {
		padding-top: 0;
	}
	.sh-section.home-hero .sh-slider_item__left {
		width: 100%;
		max-width: 768px;
		margin: auto;
		text-align: center;
		padding-left: 0;
	}
	.sh-section.home-hero h2 {
		max-width: none;
	}
	.sh-section.home-hero .sh-slider_item label {
		padding-right: 0
	}
	.sh-section.home-hero .rotating-icons__item img {
		width: 13vw;
	}
	.sh-section.home-hero .rotating-icons__arrow:nth-of-type(1) {
		top: 3vw;
		left: calc(33.33% - 7vw);
	}
	.sh-section.home-hero .rotating-icons__arrow:nth-of-type(2) {
		top: 8vw;
		right: calc(33.33% - 4.8vw);
	}
	.sh-section.home-hero .rotating-icons__item > span {
		font-size: 2.1vw;
		line-height: 2.3vw;
	}
	.sh-section.home-hero .sh-slider_item__right img {
		width: 55vw;
		opacity: 0.3;
	}
}
@media all and (max-width: 980px) {
	.sh-slider__homepagehero .slick-slide {
		height: 70vw !important;
	}
	.sh-section.home-hero .rotating-icons__item img {
		width: 15vw;
	}
	.sh-section.home-hero .rotating-icons__item > span {
		font-size: 2.5vw;
		line-height: 2.5vw;
		text-shadow: 0px 0px 10px #ffffff;
	}
}
@media all and (max-width: 768px) {
	.sh-slider__homepagehero .slick-slide {
		height: 95vw !important;
	}
	.sh-section.home-hero .sh-slider_item__left {
		padding: 0px 15px;
	}
	.sh-section.home-hero h2 {
		font-size: 7vw;
		line-height: 7vw;
	}
	.sh-slider.sh-slider__homepagehero .slick-slide:LAST-CHILD h2 {
		font-size: 10vw;
		line-height: 10vw;
	}
	.sh-section.home-hero .rotating-icons__item img {
		width: 20vw;
	}
	.sh-section.home-hero .rotating-icons__item > span {
		font-size: 3vw;
		line-height: 3vw;
	}
	.sh-section.home-hero .rotating-icons__item {
		margin-left: 0;
	}
	.sh-section.home-hero .rotating-icons__arrow:nth-of-type(1) {
		top: 3vw;
		left: calc(33.33% - 6vw);
		width: 80px;
	}
	.sh-section.home-hero .rotating-icons__arrow:nth-of-type(2) {
		top: 12vw;
		right: calc(33.33% - 6vw);
		width: 80px;
	}
	.sh-section.home-hero .sh-button {
		margin: 30px auto 0 !important;
	}
	.sh-section.home-hero .slick-dots {
		top: initial;
		bottom: 25px !important;
		left: 0;
		right: 0;
		bottom: initial;
		flex-direction: row;
	}
	.sh-section.home-hero .slick-dots li {
		margin: 0 4px;
	}
	.sh-slider__homepagehero .slick-slide:LAST-CHILD .sh-slider_item {
		flex-direction: column;
	}
	.sh-slider__homepagehero .slick-slide:LAST-CHILD .sh-slider_item__right {
		position: relative;
		overflow: visible;
	}
	.sh-section.home-hero .sh-slider_item__right img {
		width: 80vw !important;
		opacity: 0.2;
		margin: auto
	}
	.sh-slider__homepagehero .slick-slide:LAST-CHILD .sh-slider_item__right img {
		margin-left: auto;
		margin-right: auto;
		opacity: 0.5;
		width: 60vw !important;
		margin-top: -50px
	}
	.sh-section.home-hero .autosuggest-form {
		max-width: none;
	}
	.autosuggest-form button > span {
		background-size: 15px;
	}
}
@media all and (max-width: 699px) {
	.sh-slider__homepagehero .slick-slide {
		height: 100vw !important;
	}
	.autosuggest-form input {
		width: 100%;
		padding: 0 60px 0 20px;
	}
	.autosuggest-form .ajaxloader {
		right: 2%;
	}
	.autosuggest-form button {
		display: none;
	}
}
@media all and (max-width: 599px) {
	.sh-slider__homepagehero .slick-slide {
		height: 115vw !important;
	}
	.sh-section.home-hero .rotating-icons__arrow:nth-of-type(1) {
		top: 3vw;
		left: calc(33.33% - 10vw);
	}
	.sh-section.home-hero .rotating-icons__arrow:nth-of-type(2) {
		top: 12vw;
		right: calc(33.33% - 11vw);
	}
}
@media all and (max-width: 480px) {
	.sh-section.home-hero {
		padding-top: 10px;
	}
	.sh-slider__homepagehero .slick-slide {
		height: 145vw !important;
	}
	.sh-section.home-hero .sh-slider_item label {
		font-size: 16px;
		line-height: 20px;
		font-weight: 600;
	}
	.sh-section.home-hero h2 {
		font-size: 9vw;
		line-height: 9vw;
	}
	.sh-slider.sh-slider__homepagehero .slick-slide:LAST-CHILD h2 {
		font-size: 11vw;
		line-height: 11vw;
	}
	.sh-section.home-hero .rotating-icons__item img {
		width: calc(100% - 30px);
	}
	.sh-section.home-hero .rotating-icons__arrow:nth-of-type(1) {
		width: 50px;
		top: 3vw;
		left: calc(33.33% - 6.5vw);
	}
	.sh-section.home-hero .rotating-icons__arrow:nth-of-type(2) {
		width: 50px;
		top: 18vw;
		right: calc(33.33% - 6.5vw);
	}
	.sh-section.home-hero .rotating-icons__item > span {
		font-size: 3.4vw;
		line-height: 3.4vw;
		font-weight: 600;
		padding: 0 10px
	}
	.sh-section.home-hero .sh-slider_item__right img {
		display: none;
	}
	.sh-section.home-hero .sh-button {
		max-width: 230px;
		height: 55px;
		margin: 20px auto 0;
	}
	.sh-slider.sh-slider__homepagehero .slick-slide:LAST-CHILD .sh-slider_item__left {
		margin-top: 30px;
	}
	.sh-slider__homepagehero .slick-slide:LAST-CHILD .sh-slider_item__right img {
		width: 100vw !important;
		margin-top: -90px;
		display: block;
	}
}
@media all and (max-width: 399px) {
	.sh-slider__homepagehero .slick-slide {
		height: 155vw !important;
	}
	.sh-section.home-hero .sh-slider_item label {
		font-size: 14px;
		line-height: 18px;
		font-weight: 600;
	}
	.sh-section.home-hero .rotating-icons__arrow:nth-of-type(1) {
		width: 50px;
		top: 3vw;
		left: calc(33.33% - 10vw);
	}
	.sh-section.home-hero .rotating-icons__arrow:nth-of-type(2) {
		width: 50px;
		top: 17vw;
		right: calc(33.33% - 9vw);
	}
	.sh-section.home-hero .rotating-icons__item > span {
		font-size: 4vw;
		line-height: 4.2vw;
		font-weight: 600;
		padding: 0 10px
	}
	.sh-section.home-hero .sh-button {
		min-width: auto;
		width: 170px;
		height: 45px;
		margin: 20px auto 0;
	}
}



/* #SECTION_BELOWFOLD */
.sh-section.home-strip .et_pb_column {
	width: calc(25%);
	/* height: 262px; */
	overflow: hidden;
}
.sh-section.home-strip .et_pb_column .et_pb_module {
	height: 100%;
}
.sh-section.home-strip .et_pb_column .et_pb_code_inner {
	height: 100%;
}
/* .sh-section.home-strip .et_pb_column:nth-of-type(1) {
	width: 417px;
	height: 417px;
	display: flex;
	align-items: center;
	background: #ffffff;
}
.sh-section.home-strip .et_pb_column:nth-of-type(1) .logo_under {
	position: absolute;
	width: 100% !important;
	height: 100% !important;
  top: 0;
	left: 0;
	right: 0;
	margin: auto;
	clip-path: circle(0 at center);
	z-index: -1;

	-webkit-transition: all 1500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 1500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 1500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 1500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.sh-section.home-strip .et_pb_column:nth-of-type(1) .logo_over img {
	width: 100% !important;
	height: 100% !important;
	margin-top: 0px !important;
}
.sh-section.home-strip .et_pb_column:nth-of-type(1):HOVER .logo_under,
.sh-section.home-strip.isinViewport .et_pb_column:nth-of-type(1) .logo_under {
	clip-path: circle(100% at center);

	-webkit-transition: all 2500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 2500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 2500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 2500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.sh-section.home-strip .et_pb_column:nth-of-type(1) .et_pb_image_wrap {
	height: 100%;
	display: flex;
	align-items: center;
} */
.sh-section.home-strip .left {
	display: flex;
	align-content: center;
	justify-content: center;
	flex-shrink: 0;
	width: 100%;
}
.sh-section.home-strip .left img {
	height: 2.81vw;
}
.sh-section.home-strip .strip_content {
	display: flex;
	flex-wrap: wrap;
	font-size: 0;
	padding: 2.5vw 25% 2.5vw 25%;
	height: 100%;
}
.sh-section.home-strip .strip_content .right {
	flex: 1;
	/* padding-left: 1.82vw; */
	display: flex;
	flex-direction: column;
	height: 100;
	justify-content: center;
	align-items: center;
}
.sh-section.home-strip .strip_content h4 {
	color: #ffffff;
	font-size: 1.30vw;
	line-height: 1.51vw;
	font-weight: bold;
	padding-bottom: 5px !important;
	text-align: center;
	padding: 1rem;
}
.sh-section.home-strip .strip_content p {
	color: #ffffff;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	padding: 1rem;

}
.sh-section.home-strip .strip_content a {
	color: #ffffff;
	font-size: 15px;
	text-decoration: underline;
	position: relative;
	margin-top: auto;
	display: inline-block;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
	text-align: center;

}
.sh-section.home-strip .strip_content a:AFTER {
	position: absolute;
	content: "";
	top: 8px;
	right: -20px;
	width: 0;
	height: 0;
	border-top: 4.5px solid transparent;
	border-left: 7px solid #ffffff;
	border-bottom: 4.5px solid transparent;

	-webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.sh-section.home-strip .strip_content a:HOVER:AFTER {
	right: -30px;
}
@media all and (max-width: 1920px) {
	.sh-section.home-strip .et_pb_column {
		width: calc(25%);
		height: auto !important;
		overflow: hidden;
	}
	/* .sh-section.home-strip .et_pb_column:nth-of-type(1) {
		width: 21.7vw;
		height: 21.7vw;
		display: flex;
		align-items: center;
		background: #ffffff;
	} */
}
@media all and (max-width: 1390px) {
	.sh-section.home-strip .et_pb_column {
		/* height: 21.7vw; */
		width: 25% !important;
	}
	/* .sh-section.home-strip .et_pb_column:nth-of-type(1) .et_pb_image_wrap img {
		width: 100% !important;
		height: 100% !important;
		object-fit: cover;
	} */
	.sh-section.home-strip .strip_content {
		/* flex-direction: column; */
		padding: 2vw 2vw 2vw 2vw;
	}
	.sh-section.home-strip .strip_content .right {
		padding-left: 0;
	}
	.sh-section.home-strip .strip_content h4 {
		font-size: 1.6vw;
		line-height: 1.8vw;
	}
	.sh-section.home-strip .left img {
		height: 3.5vw;
	}
}
@media all and (max-width: 1199px) {
	.sh-section.home-strip .et_pb_column {
		/* height: 21.7vw; */
		/* width: 37.5% !important; */
	}
	/* .sh-section.home-strip .et_pb_column:nth-of-type(1) {
		width: 25% !important;
		height: 43.4375vw;
	}
	.sh-section.home-strip .et_pb_column:nth-of-type(1) .et_pb_image_wrap img {
		height: 14vw;
	} */
	.sh-section.home-strip .strip_content {
		text-align: center
	}
	.sh-section.home-strip .strip_content h4 {
		font-size: 1.8vw;
		line-height: 2vw;
	}
	.sh-section.home-strip .left img {
		height: 4vw;
	}
	.sh-section.home-strip .strip_content p {
		max-width: 300px;
		margin: 0 auto;
	}
	.sh-section.home-strip .strip_content a {
		margin-top: auto;
		margin-left: auto;
		margin-right: auto;
	}
}
@media all and (max-width: 980px) {
	.sh-section.home-strip {
		background: #585858
	}
	.sh-section.home-strip .et_pb_column {
		/* height: 27vw; */
		width: 50% !important;
	}
	/* .sh-section.home-strip .et_pb_column:nth-of-type(1) {
		width: 33.33% !important;
		height: 27vw;
	} */
	/* .sh-section.home-strip .et_pb_column:nth-of-type(4),
	.sh-section.home-strip .et_pb_column:nth-of-type(5) {
	} */
	.sh-section.home-strip .strip_content {
		/* flex-direction: column; */
		padding: 3vw 3vw 3vw 3vw;
	}
	.sh-section.home-strip .left img {
		height: 4.5vw;
	}
	.sh-section.home-strip .strip_content h4 {
		font-size: 2.4vw;
		line-height: 2.8vw;
	}
}
@media all and (max-width: 768px) {
	.sh-section.home-strip .et_pb_column {
		/* height: 32vw; */
		width: 50% !important;
	}
	/* .sh-section.home-strip .et_pb_column:nth-of-type(1) {
		width: 100% !important;
		height: 27vw;
	} */
	.sh-section.home-strip .left img {
		height: 6vw;
	}
	.sh-section.home-strip .strip_content h4 {
		font-size: 3vw;
		line-height: 3.2vw;
	}
	/* .sh-section.home-strip .et_pb_column:nth-of-type(1) {
		background: #201F1F;
	}
	.sh-section.home-strip .et_pb_column:nth-of-type(1) .logo_over {
		position: relative;

		-webkit-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-moz-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		-ms-transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
		transition: all 200ms 1200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	}
	.sh-section.home-strip .et_pb_column:nth-of-type(1) .logo_over:AFTER {
		position: absolute;
		content: "";
		width: 32.552vw;
		height: 32.552vw;
		top: 0;
		left: 0;
		background: #ffffff;
		z-index: -2;
	}
	.sh-section.home-strip .et_pb_column:nth-of-type(1) .et_pb_image_wrap  img {
		object-fit: contain !important;
		width: 32.552vw !important;
		height: 32.552vw !important;
		margin-left: auto;
		margin-right: auto;
	}
	.sh-section.home-strip .et_pb_column:nth-of-type(1):HOVER .logo_under {
		clip-path: circle(32.552vw at center);
	} */
}
@media all and (max-width: 599px) {
	.sh-section.home-strip .et_pb_column {
		/* height: 40vw; */
	}
}
@media all and (max-width: 480px) {
	.sh-section.home-strip .et_pb_column {
		width: 100% !important;
		height: auto !important;
	}
	/* .sh-section.home-strip .et_pb_column:nth-of-type(4),
	.sh-section.home-strip .et_pb_column:nth-of-type(5) {
		width: 100% !important;
	}
	.sh-section.home-strip .et_pb_column:nth-of-type(1) {
		height: 40vw !important;
	}
	.sh-section.home-strip .et_pb_column:nth-of-type(1) .et_pb_image_wrap img {
		width: 50vw !important;
		height: 50vw !important;
	} */
	.sh-section.home-strip .strip_content {
		display: block;
		padding: 30px 15px;
	}
	.sh-section.home-strip .left img {
		height: 40px;
	}
	.sh-section.home-strip .strip_content h4 {
		font-size: 22px;
		line-height: 30px;
	}
	.sh-section.home-strip .strip_content a {
		margin-top: 20px
	}
}




/* #SECTION_WELCOME */
.sh-section.home-welcome .et_pb_column:LAST-CHILD {
	padding-left: 6.250vw;
	margin-top: -15px;
}
.sh-section.home-welcome h2 {
	padding-bottom: 25px;
}
@media all and (max-width: 1390px) {
	.sh-section.home-welcome {
		padding: 5.208vw 0;
	}
}
@media all and (max-width: 980px) {
	.sh-section.home-welcome {
		padding: 8vw 0;
	}
	.sh-section.home-welcome .et_pb_column {
		width: 100%;
	}
	.sh-section.home-welcome .et_pb_image_wrap {
		display: block;
		text-align: left;
	}
	.sh-section.home-welcome .et_pb_column:FIRST-CHILD {
		margin-bottom: 25px;
	}
	.sh-section.home-welcome .et_pb_column:LAST-CHILD {
		padding-left: 0;
		margin-top: 0;
	}
}



/* #SECTION_EMPLOYMENT */
.sh-section.sh-home_employ-recruit .et_pb_row {
	height: 590px;
}
.sh-section.sh-home_employ-recruit h2,
.sh-section.sh-home_employ-recruit p {
	color: #ffffff;
}
.sh-section.sh-home_employ-recruit .et_pb_column h2 {
	padding-bottom: 25px;
}
.sh-section.sh-home_employ-recruit .et_pb_column:nth-of-type(1) {
	padding: 8.34vw 5.208vw 0 14.584vw;
}
.sh-section.sh-home_employ-recruit .et_pb_column:nth-of-type(2) {
	padding: 8.34vw 13.7vw 0 5.208vw;
}
.sh-section.sh-home_employ-recruit .et_pb_column .sh-button {
	margin-top: 30px;
}
.sh-section.sh-home_employ-recruit .et_pb_column:nth-of-type(2) .sh-button {
	margin-left: auto;
}
@media all and (max-width: 1390px) {
	.sh-section.sh-home_employ-recruit .et_pb_row {
		padding: 0;
	}
	.sh-section.sh-home_employ-recruit .et_pb_column:nth-of-type(1) {
		padding: 5vw 4vw 0 2.5vw;
	}
	.sh-section.sh-home_employ-recruit .et_pb_column:nth-of-type(2) {
		padding: 5vw 4vw 0 2.5vw;
	}
}
@media all and (max-width: 980px) {
	.sh-section.sh-home_employ-recruit .et_pb_row {
		height: 60vw;
	}
	.sh-section.sh-home_employ-recruit .et_pb_column {
		height: 100%;
	}
}
@media all and (max-width: 768px) {
	.sh-section.sh-home_employ-recruit .et_pb_row {
		height: auto;
	}
	.sh-section.sh-home_employ-recruit .et_pb_column {
		width: 100%;
	}
	.sh-section.sh-home_employ-recruit .et_pb_column:nth-of-type(1) {
		padding: 10vw;
	}
	.sh-section.sh-home_employ-recruit .et_pb_column:nth-of-type(2) {
		padding: 10vw;
	}
}
@media all and (max-width: 699px) {
	.sh-section.sh-home_employ-recruit .et_pb_column:nth-of-type(2) .sh-button {
		margin-left: auto !important;
		margin-right: 0;
	}
}
@media all and (max-width: 480px) {
	.sh-section.sh-home_employ-recruit h2,
	.sh-section.sh-home_employ-recruit p {
		text-align: left !important;
	}
	.sh-section.sh-home_employ-recruit a {
		margin-left: 0 !important;
	}
	.sh-section.sh-home_employ-recruit .et_pb_column:nth-of-type(2) .sh-button {
		margin-left: 0 !important;
	}
}
@media all and (max-width: 399px) {
	.sh-section.sh-home_employ-recruit .et_pb_column {
		padding: 30px 15px !important;
	}
}



/* #SECTION_JOBS */
.sh-section.sh-home-jobsboard .sh-section_heading {
	margin-bottom: 60px;
}
.sh-section.sh-home-jobsboard .static-content {
	width: 30.99vw;
	height: 30.678vw;
	margin-left: auto;
	margin-right: 3.91vw;
	padding: 5.21vw 7.813vw 0 5.21vw;
}
.sh-section.sh-home-jobsboard .static-content h2 {
	padding-bottom: 1.3vw;
	font-size: 2.45vw;
	line-height: 3vw;
}
.sh-section.sh-home-jobsboard .static-content a.sh-button {
	margin-top: 30px;
}
.sh-section.sh-home-jobsboard .jobs-slider_container {
	margin-top: 3.125vw;
	margin-left: -7.56vw;
}
@media all and (max-width: 1599px) {
	.sh-section.sh-home-jobsboard .static-content {
		height: auto;
		padding: 5.21vw 7.813vw 5.21vw 5.21vw;
	}
}
@media all and (max-width: 1390px) {
	.sh-section.sh-home-jobsboard .et_pb_row {
		padding: 0;
	}
}
@media all and (max-width: 1299px) {
	.sh-section.sh-home-jobsboard .static-content h2 {
		padding-bottom: 1vw;
		font-size: 3.2vw;
		line-height: 3.8vw;
	}
	.sh-section.sh-home-jobsboard .static-content {
		width: 30.99vw;
		height: auto;
		margin-left: auto;
		margin-right: 7vw;
		padding: 3vw 5vw 4vw 3vw;
	}
}
@media all and (max-width: 980px) {
	.sh-section.sh-home-jobsboard .et_pb_column {
		width: 100%;
	}
	.sh-section.sh-home-jobsboard .static-content {
		width: 100%;
		max-width: 768px;
		height: auto;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
		padding: 50px;
	}
	.sh-section.sh-home-jobsboard .static-content h2 {
		font-size: 35px;
		line-height: 40px;
		padding-bottom: 25px;
	}
	.sh-section.sh-home-jobsboard .static-content a.sh-button {
		margin-left: auto;
		margin-right: auto;
	}
}
@media all and (max-width: 699px) {
	.sh-section.sh-home-jobsboard .static-content a.sh-button {
		margin-left: auto !important;
	}
}
@media all and (max-width: 599px) {
	.sh-section.sh-home-jobsboard {
    padding-top: 50px;
		padding-bottom: 30px !important;
	}
}
@media all and (max-width: 480px) {
	.sh-section.sh-home-jobsboard .static-content {
		padding: 30px;
	}
	.sh-section.sh-home-jobsboard .static-content h2 {
		font-size: 30px;
		line-height: 35px;
		padding-bottom: 15px;
	}
}



/* #SECTION_TRAINING */
.sh-section.sh-home-staffing .et_pb_column:nth-of-type(1) {
	margin-top: 20px;
	width: 37%;
}
/* .sh-section.sh-home-staffing:AFTER {
	position: absolute;
	content: "";
	width: 417px;
	height: 417px;
	bottom: -120px;
	right: 0;
	z-index: 10000;
	background: #5d9f44;
}
.sh-section.sh-home-staffing:BEFORE {
	position: absolute;
	content: "";
	width: 417px;
	height: 417px;
	bottom: -120px;
	right: 0;
	z-index: 100000;
	background: url(/wp-content/uploads/2019/05/skillhire-logo-icon_white.svg) no-repeat center;
	background-size: 124px 191px;
	-webkit-filter: brightness(1000%) blur(0.2px);
	filter: brightness(1000%) blur(0.2px);
} */
.sh-section.sh-home-staffing .et_pb_column:nth-of-type(2) {
	width: 63%;
}
.sh-section.sh-home-staffing .et_pb_column:nth-of-type(1) h2 {
	padding-bottom: 25px;
}
.sh-section.sh-home-staffing .et_pb_column:nth-of-type(1) p {
	max-width: 370px
}
@media all and (max-width: 1390px) {
	.sh-section.sh-home-staffing:AFTER {
		width: 25vw;
		height: 25vw;
		bottom: -6.250vw;
	}
	.sh-section.sh-home-staffing:BEFORE {
		width: 25vw;
		height: 25vw;
		bottom: -6.250vw;
		background-size: 6.458vw 9.948vw;
	}
}
@media all and (max-width: 980px) {
	.sh-section.sh-home-staffing {
		padding-top: 50px;
	}
	.sh-section.sh-home-staffing p {
		max-width: none !important;
	}
	.sh-section.sh-home-staffing .et_pb_column:FIRST-CHILD {
		margin-bottom: 50px;
	}
	.sh-section.sh-home-staffing .et_pb_column {
		width: 100% !important;
	}
	.sh-section.sh-home-staffing:AFTER {
		width: 35vw;
		height: 35vw;
		bottom: -6.250vw;
	}
	.sh-section.sh-home-staffing:BEFORE {
		width: 35vw;
		height: 35vw;
		bottom: -6.250vw;
		background-size: 10vw;
	}
}
@media all and (max-width: 768px) {
	.sh-section.sh-home-staffing:AFTER {
		width: 40vw;
		height: 40vw;
		bottom: -13vw;
	}
	.sh-section.sh-home-staffing:BEFORE {
		width: 40vw;
		height: 40vw;
		bottom: -13vw;
	}
}
@media all and (max-width: 480px) {
	.sh-section.sh-home-staffing {
		padding-top: 30px;
	}
	.sh-section.sh-home-staffing:AFTER {
		width: 50vw;
		height: 50vw;
		bottom: -25vw;
		left: 0;
		margin: auto;
	}
	.sh-section.sh-home-staffing:BEFORE {
		width: 50vw;
		height: 50vw;
		bottom: -25vw;
		left: 0;
		margin: auto;
		background-size: 15vw;
	}
}



/*=====================================*/
/*      #SECTION_APPRENTICESHIP        */
/*=====================================*/
/* .sh-section.sh-home-apprenticeship:AFTER {
	position: absolute;
	content: "";
	bottom: 0;
	right: 8.854vw;
	width: 32.92vw;
	height: 37.29vw;
	background: url(/wp-content/uploads/2019/03/home-apprenticeship-imgoverlay.png) no-repeat top;
	background-size: cover;
	z-index: 100;
} */
.sh-section.sh-home-apprenticeship .sh-section_heading {
	margin-top: -10px;
	margin-bottom: 80px
}
.sh-section.sh-home-apprenticeship .sh-section_heading h2 {
	padding-bottom: 25px;
}
.sh-section.sh-home-apprenticeship .sh-section_heading p {
	max-width: 1150px;
	margin: auto;
}
.sh-section.sh-home-apprenticeship .sh-section_heading .et_pb_button_module_wrapper {
	display: flex;
	width: 50%;
	float: left;
	padding: 0 15px
}
.sh-section.sh-home-apprenticeship .sh-section_heading .et_pb_button_module_wrapper:nth-of-type(2) {
	justify-content: flex-end;
}
.sh-section.sh-home-apprenticeship .sh-section_heading .sh-button {
	width: 313px;
}
.sh-section.sh-home-apprenticeship .et_pb_row:nth-of-type(2) .et_pb_image_wrap {
	display: flex;
	width: 100;
	background: green;
}
.sh-section.sh-home-apprenticeship .et_pb_row:nth-of-type(2) .et_pb_image_wrap img {
	width: 100%;
	height: 23vw;
	object-fit: cover;
	object-position: top;
}
@media all and (max-width: 980px) {
	.sh-section.sh-home-apprenticeship .et_pb_row:LAST-CHILD .et_pb_column {
		width: 25%;
	}
	.sh-section.sh-home-apprenticeship:AFTER {
		right: 5vw;
		width: 49vw;
		height: 50vw;
		background-size: cover;
	}
}
@media all and (max-width: 768px) {
	.sh-section.sh-home-apprenticeship {
		overflow: hidden;
	}
	.sh-section.sh-home-apprenticeship:AFTER {
		right: -10vw;
		width: 60vw;
		height: 60vw;
		background-size: cover;
	}
}
@media all and (max-width: 699px) {
	.sh-section.sh-home-apprenticeship {
		padding-bottom: 150px;
	}
	.sh-section.sh-home-apprenticeship .sh-section_heading {
		margin-bottom: 30px;
	}
	.et_pb_button_module_wrapper {
		width: 100% !important;
		margin: 0 0 10px!important
	}
	.et_pb_button_module_wrapper a.sh-button {
		margin: auto;
	}
	.sh-section.sh-home-apprenticeship .et_pb_row:LAST-CHILD .et_pb_column {
		width: 50%;
	}
	.sh-section.sh-home-apprenticeship .et_pb_row:nth-of-type(2) .et_pb_image_wrap img {
		width: 100%;
		height: 38vw;
	}
	.sh-section.sh-home-apprenticeship:AFTER {
		right: -30vw;
		width: 90vw;
		height: 90vw;
		background-size: cover;
	}
	.sh-section.sh-home-apprenticeship .sh-section_heading .sh-button {
		margin-left: auto !important
	}
}
@media all and (max-width: 480px) {
	.sh-section.sh-home-apprenticeship {
		padding-bottom: 100px;
	}
	.sh-section.sh-home-apprenticeship .et_pb_row:LAST-CHILD .et_pb_column {
		width: 50% !important;
	}
	.sh-section.sh-home-apprenticeship:AFTER {
		right: -30vw;
		width: 100vw;
		height: 100vw;
		background-size: cover;
	}
}



/*=====================================*/
/*  		#SECTION_ARTICLES          */
/*=====================================*/
.sh-section.sh-home-articles .sh-section_heading {
	margin-top: -15px;
	margin-bottom: 45px;
}
.sh-section.sh-home-articles .sh-section_heading h2 {
	padding-bottom: 25px;
}
.sh-section.sh-home-articles .sh-section_heading p {
	max-width: 1160px;
	margin: auto;
}
.sh-section.sh-home-articles .sh-latest-articles {
	display: flex;
	justify-content: space-between;
}
.sh-section.sh-home-articles .sh-latest-articles .sh-article {
	width: calc(33.33% - 40px);
	margin-bottom: 20px;
}
.sh-section.sh-home-articles .sh-latest-articles .sh-article .sh-imagewrapper {
	display: flex;
}
.sh-section.sh-home-articles .sh-latest-articles .sh-article .sh-imagewrapper img {
	width: 100%;
	height: 16.67vw;
	object-fit: cover;
}
.sh-section.sh-home-articles .sh-latest-articles .sh-article .details {
	position: relative;
	padding-left: 90px;
	margin-top: 35px;
}
.sh-section.sh-home-articles .sh-latest-articles .sh-article .details:BEFORE {
	position: absolute;
	content: "";
	left: 9px;
	top: 5px;
	width: 41px;
	height: 5px;
	background: #ee2624;
}
.sh-section.sh-home-articles .sh-latest-articles .sh-article:nth-of-type(2) .details:BEFORE {
	background: #5d9f44;
}
.sh-section.sh-home-articles .sh-latest-articles .sh-article:nth-of-type(3) .details:BEFORE {
	background: #f99f1c;
}
.sh-section.sh-home-articles .sh-latest-articles .sh-article .details h4 {
	font-size: 25px;
	font-weight: 800;
	line-height: 30px;
	letter-spacing: -0.75px;
	padding-bottom: 2px
}
.sh-section.sh-home-articles .sh-latest-articles .sh-article .details p {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	margin-top: 18px;
	margin-bottom: 8px;
}
.sh-section.sh-home-articles .sh-latest-articles .sh-article .details a {
	font-size: 18px;
	line-height: 30px;
	font-weight: bold;
	color: #00053e;
	text-decoration: underline;
	letter-spacing: -0.5px;
}
.sh-section.sh-home-articles .sh-latest-articles .sh-article .details a:HOVER {
	color: #f99f1c;
}
.sh-section.sh-home-articles .sh-button {
	margin: auto;
}
@media all and (max-width: 980px) {
	.sh-section.sh-home-articles .sh-latest-articles .sh-article .details {
		padding-left: 0px;
		margin-top: 35px;
	}
	.sh-section.sh-home-articles .sh-latest-articles .sh-article .details:BEFORE {
		left: 0;
		top: -15px;
	}
	.sh-section.sh-home-articles .sh-latest-articles .sh-article {
		width: calc(33.33% - 15px);
		margin-bottom: 20px;
	}
	.sh-section.sh-home-articles .sh-latest-articles .sh-article .sh-imagewrapper img {
		height: 20vw;
	}
}
@media all and (max-width: 768px) {
	.sh-section.sh-home-articles .sh-latest-articles {
		flex-direction: column;
		align-items: center;
	}
	.sh-section.sh-home-articles .sh-latest-articles .sh-article {
		width: 75%;
		margin-bottom: 20px;
	}
	.sh-section.sh-home-articles .sh-latest-articles .sh-article .sh-imagewrapper img {
		height: 40vw;
		object-position: top;
	}
}
@media all and (max-width: 480px) {
	.sh-section.sh-home-articles {
		padding: 50px 0;
	}
	.sh-section.sh-home-articles .sh-latest-articles {
		flex-direction: column;
		align-items: flex-start;
	}
	.sh-section.sh-home-articles .sh-latest-articles .sh-article {
		width: 100%;
		margin-bottom: 30px;
	}
	.sh-section.sh-home-articles .sh-latest-articles .sh-article:LAST-CHILD {
		margin-bottom: 0px;
	}
	.sh-section.sh-home-articles .sh-latest-articles .sh-article .details h4 {
		font-size: 21px;
		line-height: 26px;
		padding-bottom: 0;
	}
	.sh-section.sh-home-articles .sh-latest-articles .sh-article .sh-imagewrapper img {
		height: 50vw;
		object-fit: cover;
		object-position: top;
	}
}



/*=====================================*/
/*         		#SLIDERS               */
/*=====================================*/
.sh-slider .slick-dots li {
	padding-left: 0;
}
.sh-slider .slick-dots li:BEFORE {
	display: none;
}
/* #JOBSLIDER */
.sh-slider.sh-slider__jobs {
	overflow: hidden;
	position: relative;
	padding-bottom: 100px;
}
.sh-slider.sh-slider__jobs .slick-list {
	margin: 0 -3.65vw 0 -0.521vw;
	overflow: hidden !important;
}
.sh-slider.sh-slider__jobs .slick-slide {
	margin: 0 10px;
}
.sh-slider.sh-slider__jobs .sh-slider_item {
	padding: 2.34vw 1.823vw 3.385vw 2.604vw;
	height: 24.48vw;
	display: flex !important;
	flex-direction: column;
}
.sh-slider.sh-slider__jobs .slick-slide:nth-child(4n-8) .sh-slider_item {
	background: #ee2624;
}
.sh-slider.sh-slider__jobs .slick-slide:nth-child(4n-7) .sh-slider_item {
	background: #5d9f44;
}
.sh-slider.sh-slider__jobs .slick-slide:nth-child(4n-6) .sh-slider_item {
	background: #f99f1c;
}
.sh-slider.sh-slider__jobs .slick-slide:nth-child(4n-5) .sh-slider_item {
	background: #00053e;
}
.sh-slider.sh-slider__jobs .sh-slider_item h3 {
	color: #ffffff;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: -0.25px;
	font-weight: 800;
	padding-bottom: 15px
}
.sh-slider.sh-slider__jobs .sh-slider_item p {
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
}
.sh-slider.sh-slider__jobs .sh-slider_item a {
	position: relative;
	margin-top: auto;
	font-size: 15px;
	text-decoration: underline;
	font-weight: bold;
	color: #ffffff;
	width: intrinsic;
	width: -moz-max-content;
	width: -webkit-max-content;
}
.sh-slider.sh-slider__jobs .sh-slider_item a:AFTER {
	position: absolute;
	content: "";
	top: 8px;
	right: -20px;
	width: 0;
	height: 0;
	border-top: 4.5px solid transparent;
	border-left: 7px solid #ffffff;
	border-bottom: 4.5px solid transparent;

	-webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.sh-slider.sh-slider__jobs .sh-slider_item a:HOVER:AFTER {
	right: -30px;
}
.sh-slider.sh-slider__jobs .slick-arrow {
	width: 3.958vw;
	height: 3.958vw;
	background: #ffffff;
	z-index: 1000;
	bottom: 0.885vw;
	top: auto;
	left: 17.708vw;
	box-shadow: 10px 10px 40px rgba(1, 2, 2, .11);

	-webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
	-moz-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
	-ms-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
	transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
}
.sh-slider.sh-slider__jobs .slick-arrow.slick-prev:BEFORE,
.sh-slider.sh-slider__jobs .slick-arrow.slick-next:BEFORE {
	opacity: 0.2;
	font-size: 0;
	font-family: none;
	top: 0;
	left: 0;
	z-index: 100000;
	width: 0.9375vw;
	height: 1.354vw;
	background: url(images/blue-arrow.svg) center no-repeat;
	background-size: contain;
	z-index: 10000;
	display: block;
	margin: auto;

	-webkit-filter: grayscale(1);
	filter: grayscale(1);

	-webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
	-moz-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
	-ms-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
	transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
}
.sh-slider.sh-slider__jobs .slick-arrow:HOVER {
	box-shadow: 10px 10px 20px rgba(1, 2, 2, .05);
}
.sh-slider.sh-slider__jobs .slick-arrow:ACTIVE {
	box-shadow: 0px 0px 5px rgba(1, 2, 2, .05);
}
.sh-slider.sh-slider__jobs .slick-arrow.slick-prev:BEFORE {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.sh-slider.sh-slider__jobs .slick-arrow.slick-prev:HOVER:BEFORE,
.sh-slider.sh-slider__jobs .slick-arrow.slick-next:HOVER:BEFORE {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	opacity: 1;
}
.sh-slider.sh-slider__jobs .slick-arrow.slick-next {
	left: 23.073vw;
}
@media all and (max-width: 1599px) {
	.sh-slider.sh-slider__jobs .sh-slider_item {
		padding: 2.34vw 1.823vw 3.385vw 2vw;
		height: 28vw;
	}
	.sh-slider.sh-slider__jobs .sh-slider_item h3 {
		font-size: 1.55vw;
		line-height: 1.9vw;
	}
	.sh-slider.sh-slider__jobs .slick-arrow {
		bottom: 2vw;
		left: 17.708vw;
	}
}
@media all and (max-width: 1299px) {
	.sh-slider.sh-slider__jobs .slick-slide {
		margin: 0 5px;
	}
	.sh-slider.sh-slider__jobs .sh-slider_item {
		padding: 3vw 3vw 3vw 3vw;
		height: 32vw;
	}
	.sh-slider.sh-slider__jobs .slick-arrow {
		bottom: 3.5vw;
		left: 17.708vw;
	}
	.sh-slider.sh-slider__jobs .sh-slider_item h3 {
		font-size: 2vw;
		line-height: 2.4vw;
	}
}
@media all and (max-width: 980px) {
	.sh-section.sh-home-jobsboard .et_pb_row:FIRST-CHILD {
		padding: 0 15px;
	}
	.sh-section.sh-home-jobsboard .jobs-slider_container {
		margin-top: 30px;
		margin-left: 0;
	}
	.sh-slider.sh-slider__jobs .slick-list {
		margin: 0 -100px 0 -100px;
	}
	.sh-slider.sh-slider__jobs .slick-arrow {
		width: 50px;
		height: 50px;
		bottom: 40px;
		left: -20px;
		right: 0;
		margin: auto;
	}
	.sh-slider.sh-slider__jobs .slick-arrow.slick-next {
		left: 100px;
	}
	.sh-slider.sh-slider__jobs .slick-arrow.slick-prev:BEFORE,
	.sh-slider.sh-slider__jobs .slick-arrow.slick-next:BEFORE {
		width: 18px;
		height: 18px;
	}
	.sh-slider.sh-slider__jobs .sh-slider_item {
		padding: 40px 30px;
		height: 40vw;
	}
	.sh-slider.sh-slider__jobs .sh-slider_item h3 {
		font-size: 2.6vw;
		line-height: 3.1vw;
	}
}
@media all and (max-width: 768px) {
	.sh-slider.sh-slider__jobs .sh-slider_item {
		padding: 30px;
		height: 50vw;
	}
	.sh-slider.sh-slider__jobs .sh-slider_item h3 {
		font-size: 2.9vw;
		line-height: 3.5vw;
	}
}
@media all and (max-width: 599px) {
	.sh-slider.sh-slider__jobs .slick-list {
		margin: 0 -200px 0 -200px;
	}
	.sh-slider.sh-slider__jobs .sh-slider_item {
		padding: 30px;
		height: 65vw;
	}
	.sh-slider.sh-slider__jobs .sh-slider_item h3 {
		font-size: 3.8vw;
		line-height: 4.5vw;
	}
}
@media all and (max-width: 480px) {
	.sh-slider.sh-slider__jobs .slick-list {
		margin: 0 10px;
	}
	.sh-slider.sh-slider__jobs .sh-slider_item {
		height: auto;
		min-height: 250px;
		padding: 30px 20px;
	}
	.sh-slider.sh-slider__jobs .sh-slider_item a {
		margin-top: 20px
	}
	.sh-slider.sh-slider__jobs .sh-slider_item h3 {
		font-size: 21px;
		line-height: 25px;
	}
	.sh-slider.sh-slider__jobs .sh-slider_item p {
		font-size: 14px;
	}
	.sh-slider.sh-slider__jobs .slick-arrow {
		bottom: 35px;
		left: -70px;
	}
	.sh-slider.sh-slider__jobs .slick-arrow.slick-next {
		left: 85px;
	}
}



/* #TRAINING_SLIDER */
.sh-slider.sh-slider__homepagetraining {
	margin-left: -27px
}
.sh-slider.sh-slider__homepagetraining .sh-slider_item {
	position: relative;
	display: flex !important;
}
.sh-slider.sh-slider__homepagetraining .sh-slider_item .et_pb_text_inner {
	width: 100%;
	display: flex;
}
.sh-slider.sh-slider__homepagetraining .sh-slider_item .et_pb_text_inner > p {
	margin-left: auto;
}
.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper {
	position: absolute;
	left: 30%;
	bottom: 77px;
	z-index: 1000;
	width: 345px;
	min-height: 345px;
	padding: 40px 46px 40px 40px;
	opacity: 0;
	-webkit-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 1000ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.sh-slider.sh-slider__homepagetraining .slick-current.slick-active .content-wrapper {
	left: 0;
	opacity: 1;
}
.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper.green {
	background: #5d9f44;
}
.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper.blue {
	background: #00053e;
}
.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper.yellow {
	background: #f99f1c;
}
.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper.red {
	background: #ee2624;
}
.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper h4 {
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -0.25px;
	line-height: 35px;
}
.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper p {
	color: #ffffff;
	font-size: 15px;
	line-height: 20px;
	opacity: 0.8;
	padding-bottom: 15px;
	font-weight: normal;
}
.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper a {
	position: relative;
	font-size: 18px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 600;
	text-decoration: underline;
}
.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper a:AFTER {
	position: absolute;
	content: "";
	top: 8px;
	right: -20px;
	width: 0;
	height: 0;
	border-top: 4.5px solid transparent;
	border-left: 7px solid #ffffff;
	border-bottom: 4.5px solid transparent;

	-webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper a:HOVER:AFTER {
	right: -30px;
}
.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper .arrows {
	position: absolute;
	bottom: 30px;
	left: 45px;
}
.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper .arrows > a {
	font-size: 16px;
	color: #ffffff;
	opacity: 0.3;
	cursor: pointer;

	-webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
	-moz-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
	-ms-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
	transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000) !important;
}
.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper .arrows > a.next {
	margin-left: 5px;
}
.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper .arrows > a:AFTER {
	display: none;
}
.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper .arrows > a:HOVER {
	opacity: 1;
}
.sh-slider.sh-slider__homepagetraining .sh-imagewrapper {
	margin-left: auto;
}
.sh-slider.sh-slider__homepagetraining .sh-imagewrapper img {
	max-width: 768px;
	object-fit: cover;
}
@media all and (max-width: 1390px) {
	.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper {
		left: 8vw;
		bottom: 77px;
	}
	.sh-slider.sh-slider__homepagetraining .slick-current.slick-active .content-wrapper {
		left: 3vw;
		opacity: 1;
	}
	.sh-slider.sh-slider__homepagetraining .sh-imagewrapper img {
		height: 50vw;
	}
}
@media all and (max-width: 1199px) {
	.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper {
		left: 15vw;
		bottom: 25px;
	}
	.sh-slider.sh-slider__homepagetraining .slick-current.slick-active .content-wrapper {
		left: 5vw;
		opacity: 1;
	}
}
@media all and (max-width: 980px) {
	.sh-slider.sh-slider__homepagetraining .sh-imagewrapper img {
		height: 65vw;
	}
	.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper {
		left: 200px;
		bottom: 12vw;
	}
	.sh-slider.sh-slider__homepagetraining .slick-current.slick-active .content-wrapper {
		left: 30px;
		opacity: 1;
	}
}
@media all and (max-width: 768px) {
	.sh-slider.sh-slider__homepagetraining {
		margin-left: 0
	}
	.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper {
		width: 45vw;
		height: auto;
		bottom: 0;
		padding: 30px 30px 100px 30px;
		opacity: 0;
	}
	.sh-slider.sh-slider__homepagetraining .slick-current.slick-active .content-wrapper {
		left: 0;
		opacity: 1;
	}
	.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper h4 {
		font-size: 25px;
		line-height: 30px;
	}
	.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper p {
		font-size: 15px;
		line-height: 20px;
	}
	.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper > a {
		font-size: 16px;
	}
}
@media all and (max-width: 599px) {
	.sh-slider.sh-slider__homepagetraining .sh-imagewrapper img {
		width: 100%;
		height: 80vw;
	}
	.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper {
		width: 70%;
		height: auto;
		bottom: 0;
		padding: 30px 30px 100px 30px;
		opacity: 0;
	}
}
@media all and (max-width: 480px) {
	.sh-slider.sh-slider__homepagetraining .sh-slider_item .et_pb_text_inner {
		flex-direction: column;
	}
	.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper {
		position: relative;
		width: 100%;
		height: auto;
		left: 0px !important;
		bottom: 0;
		padding: 30px 20px 60px 30px;
		opacity: 1 !important;
	}
	.sh-slider.sh-slider__homepagetraining .sh-imagewrapper img {
		width: 100%;
		height: 65vw;
		object-fit: cover;
		object-position: top;
	}
	.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper h4 {
		font-size: 21px;
		line-height: 24px;
	}
	.sh-slider.sh-slider__homepagetraining .sh-slider_item .content-wrapper .arrows {
		bottom: 20px;
		left: 30px;
	}
}
@media all and (max-width: 399px) {
	
}



/* #TESTIMONIAL_SLIDER */
.sh-slider.sh-slider__testimonials .sh-slider_item {
	display: flex !important;
	padding-left: 20px;
}
.sh-slider.sh-slider__testimonials .sh-slider_item .sh-slider_avatar {
	position: relative;
	width: 126px;
	height: 126px;
	background: #ffffff;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 8px;
	flex-shrink: 0;
}
.sh-slider.sh-slider__testimonials .sh-slider_item .sh-slider_avatar:AFTER {
	position: absolute;
	content: "";
	top: -10px;
	right: -10px;
	width: 50px;
	height: 38px;
	background: url(images/quote-icon.png) no-repeat center;
}
.sh-slider.sh-slider__testimonials .sh-slider_item .sh-slider_avatar:BEFORE {
	position: absolute;
	content: "";
	bottom: -5px;
	left: -12px;
	width: 124px;
	height: 124px;
	border-radius: 100%;
	z-index: -1;
	border: 2px solid #ffffff;
}
.sh-slider.sh-slider__testimonials .sh-slider_item .sh-slider_avatar h3 {
	font-size: 60px;
	font-weight: bold;
	color: #00053e;
}
.sh-slider.sh-slider__testimonials .sh-slider_item .sh-slider_data {
	max-width: 270px !important;
	margin: auto;
}
.sh-slider.sh-slider__testimonials .sh-slider_item .sh-slider_data label.name {
	color: #ffffff;
	font-size: 25px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: -0.25px;
}
.sh-slider.sh-slider__testimonials .sh-slider_item .sh-slider_data label.client {
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -0.25px;
	margin-bottom: 20px
}
.sh-slider.sh-slider__testimonials .sh-slider_item .sh-slider_data p {
	font-size: 15px;
	font-weight: 500;
	line-height: 23px;
	color: #d4d9ed;
}
.sh-slider.sh-slider__testimonials .sh-slider_item .sh-slider_data p a.read-more {
	color: #ffffff;
	font-weight: bold;
}
.sh-slider.sh-slider__testimonials .slick-dots {
	left: 200px;
	padding: 0;
	bottom: -27px;
	width: auto;
	right: auto;
	line-height: 1;
}
.sh-slider.sh-slider__testimonials .slick-dots li {
	margin: 0 7px 0 0;
	width: 11px;
	height: 11px;
}
.sh-slider.sh-slider__testimonials .slick-dots li button {
	width: 11px;
	height: 11px;
	background: #7380ba;
	border-radius: 100%;
	padding: 0 !important;
}
.sh-slider.sh-slider__testimonials .slick-dots li.slick-active button {
	background: #f6f6f7
}
.sh-slider.sh-slider__testimonials .slick-dots li button:BEFORE {
	display: none;
}
@media all and (max-width: 1390px) {
	.sh-slider.sh-slider__testimonials .sh-slider_item .sh-slider_data {
		max-width: 250px !important;
	}
}
@media all and (max-width: 980px) {
	.sh-slider.sh-slider__testimonials .slick-dots {
		right: auto;
		left: 195px;
	}
}
@media all and (max-width: 768px) {
	.sh-slider.sh-slider__testimonials .sh-slider_item .sh-slider_avatar {
		width: 100px;
		height: 100px;
		margin-top: 20px;
	}
	.sh-slider.sh-slider__testimonials .sh-slider_item .sh-slider_avatar h3 {
		font-size: 45px;
	}
	.sh-slider.sh-slider__testimonials .sh-slider_item .sh-slider_avatar:BEFORE {
		width: 100px;
		height: 100px;
	}
	.sh-slider.sh-slider__testimonials .sh-slider_item .sh-slider_avatar:AFTER {
		top: -10px;
		right: -15px;
		background: url(images/quote-icon.png) no-repeat center;
		background-size: 40px;
	}
	.sh-slider.sh-slider__testimonials .slick-dots {
		right: auto;
		left: 170px;
	}
}
@media all and (max-width: 480px) {
	.sh-slider.sh-slider__testimonials .sh-slider_item {
		flex-direction: column;
		padding-left: 0px;
		text-align: center;
	}
	.sh-slider.sh-slider__testimonials .sh-slider_item .sh-slider_avatar {
		margin: auto auto 30px;
	}
	.sh-slider.sh-slider__testimonials .sh-slider_item .sh-slider_data {
		padding-left: 0px !important;
	}
	.sh-slider.sh-slider__testimonials .slick-dots {
		right: 0;
		left: 0;
	}
}



/*=====================================*/
/*         		#GLOBAL                */
/*=====================================*/

/* #TESTIMONIAL_STRIP */
.sh-section.sh-global-testimonial .et_pb_row {
	display: flex;
	align-items: center;
	/* padding-left: 195px; */
}
.sh-section.sh-global-testimonial .et_pb_column:nth-of-type(1) {
	width: 45%;
}
.sh-section.sh-global-testimonial .et_pb_column:nth-of-type(2) {
	width: 55%;
	margin-top: -15px;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}
.sh-section.sh-global-testimonial .et_pb_column:nth-of-type(2) .et_pb_module {
	height: 100%;
}
.sh-section.sh-global-testimonial .et_pb_column:nth-of-type(2) .et_pb_module .et_pb_code_inner {
	height: 100%;
}
.sh-section.sh-global-testimonial .et_pb_column:nth-of-type(2) .et_pb_module .partner_logos {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: space-evenly;
	padding: 0 45px;
	padding-top: 0px;
	flex-wrap: wrap;
}
.sh-section.sh-global-testimonial .et_pb_column:nth-of-type(2) .et_pb_module .partner_logos .sh-logo {
	width: 33.33%;
	display: flex;
    justify-content: center;
}
@media all and (max-width: 1390px) {
	.sh-section.sh-global-testimonial .et_pb_row {
		display: flex;
		align-items: center;
		padding-left: 15px;
	}
}
@media all and (max-width: 980px) {
	.sh-slider.sh-slider__testimonials .sh-slider_item .sh-slider_data {
		max-width: none !important;
		padding-left: 50px
	}
	.sh-section.sh-global-testimonial .et_pb_row {
		display: flex;
		flex-direction: column;
		max-width: 768px !important;
	}
	.sh-section.sh-global-testimonial .et_pb_column:nth-of-type(1) {
		width: 100%;
	}
	.sh-section.sh-global-testimonial .et_pb_column:nth-of-type(2) {
		margin-top: 40px;
		width: 100%;
		border-left: none;
		border-right: none;
	}
}
@media all and (max-width: 768px) {
	.sh-section.sh-global-testimonial .et_pb_column:nth-of-type(2) .et_pb_module .partner_logos {
		justify-content: center;
		padding: 0;
	}
	.sh-section.sh-global-testimonial .et_pb_column:nth-of-type(2) .et_pb_module .partner_logos img {
		padding: 0 25px;
		width: 24.5vw;
		object-fit: contain;
		margin-bottom: 15px;
	}
}
@media all and (max-width: 599px) {
	.sh-section.sh-global-testimonial .et_pb_column:nth-of-type(2) .et_pb_module .et_pb_code_inner img {
		width: 30vw;
	}
}
@media all and (max-width: 480px) {
	.sh-section.sh-global-testimonial .et_pb_column:nth-of-type(2) .et_pb_module .partner_logos {
		flex-wrap: wrap;
	}
	.sh-section.sh-global-testimonial .et_pb_column:nth-of-type(2) .et_pb_module .partner_logos .sh-logo {
		width: 50%;
		text-align: center;
	}
	.sh-section.sh-global-testimonial .et_pb_column:nth-of-type(2) .et_pb_module .partner_logos img {
		padding: 10px 25px;
		width: 140px;
		margin-bottom: 10px;
	}
}



/*=====================================*/
/*         		#FOOTER                */
/*=====================================*/
#main-footer {
	position: relative;
	background: #201f1f;
	padding-bottom: 110px
}
/* #main-footer:AFTER {
	position: absolute;
	content: "";
	width: 21.719vw;
	height: 21.719vw;
	top: -8.073vw;
	left: 0;
	z-index: 10000;
	background: #f99f1c;
} */
/* #main-footer:BEFORE {
	position: absolute;
	content: "";
	width: 21.719vw;
	height: 21.719vw;
	top: -8.073vw;
	left: 0;
	z-index: 100000;
	background: url(/wp-content/uploads/2019/05/skillhire-logo-icon_white.svg) no-repeat center;
	background-size: 6.458vw 9.948vw;

	-webkit-filter: brightness(1000%) blur(0.2px);
	filter: brightness(1000%) blur(0.2px);
} */
#footer-widgets {
	display: flex;
	flex-wrap: wrap;
	padding-top: 125px;
	/* padding-left: 13.021vw; */
}
#footer-widgets .footer-widget {
	margin: 0;
}
#footer-widgets .footer-widget:nth-of-type(1) {
	width: 20%;
}
#footer-widgets .footer-widget:nth-of-type(2) {
	width: 28%;
}
#footer-widgets .footer-widget:nth-of-type(3) {
	width: 31.5%;
}
#footer-widgets .footer-widget:nth-of-type(4) {
	width: 20.5%;
}
#footer-widgets .footer-widget h4.title {
	font-family: 'Gilroy';
	font-size: 25px;
	font-weight: 800;
	letter-spacing: -0.25px;
	line-height: 30px;
	color: #ffffff;
	padding-bottom: 25px
}
#footer-widgets .footer-widget ul li {
	padding: 0;
	margin: 0;
}
#footer-widgets .footer-widget ul li:BEFORE {
	display: none;
}
#footer-widgets .footer-widget ul li a {
	font-family: 'Gilroy';
	font-size: 15px;
	color: #939393;
	line-height: 30px;
	font-weight: 500;
}
#footer-widgets .footer-widget:nth-of-type(3) .widget_media_image {
	margin-bottom: 23px
}
#footer-widgets .footer-widget:nth-of-type(3) .widget_media_image img {
	border: 5px solid #ffffff;
}
#footer-widgets .footer-widget:nth-of-type(3) .custom-html-widget {
	display: flex;
}
#footer-widgets .footer-widget:nth-of-type(3) .custom-html-widget .left {
	flex-shrink: 0;
}
#footer-widgets .footer-widget:nth-of-type(3) .custom-html-widget .right {
	line-height: 1;
	padding-left: 30px
}
#footer-widgets .footer-widget:nth-of-type(3) .custom-html-widget .right label {
	font-size: 15px;
	font-weight: bold;
	font-family: 'Gilroy';
	display: block;
	margin-bottom: 10px
}
#footer-widgets .footer-widget:nth-of-type(3) .custom-html-widget .right p {
	font-size: 15px;
	color: #939393;
	line-height: 23px;
	font-weight: 500;
	font-family: 'Gilroy';
	max-width: 200px;
	margin-bottom: 10px;
}
#footer-widgets .footer-widget:nth-of-type(3) .custom-html-widget .right a {
	font-size: 15px;
	line-height: 23px;
	font-weight: bold;
	font-family: 'Gilroy';
	color: #f99f1c;
	text-decoration: underline;
}
#footer-widgets .footer-widget:nth-of-type(4) h5 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 800;
	line-height: 30px;
	letter-spacing: -0.25px;
	font-family: 'Gilroy';
	margin-top: 35px;
	padding-bottom: 25px
}
/* #footer-widgets .footer-widget:LAST-CHILD {
	width: calc(100% + 250px);
	border-top: 1px solid #303030;
	border-bottom: 1px solid #303030;
	margin-left: -250px;
	margin-top: 55px;
	padding: 30px 0 40px
}
#footer-widgets .footer-widget:LAST-CHILD .widget_text {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
}
#footer-widgets .footer-widget:LAST-CHILD h4 {
	padding: 0;
	margin: 0 40px 0 40px;
}
#footer-widgets .footer-widget:LAST-CHILD .newsletter-holder {
	display: flex;
	align-items: center;
	width: 460px;
	height: 48px;
	background: #ffffff;
	position: relative;
	overflow: hidden;
}
#footer-widgets .footer-widget:LAST-CHILD .newsletter-holder span.icon {
	position: absolute;
	z-index: 1;
	left: 20px;
	top: 15px;
}
#footer-widgets .footer-widget:LAST-CHILD .newsletter-holder .your-email {
	display: flex;
	height: 100%;
	width: calc(100% - 48px);
	margin-bottom: 0;
}
#footer-widgets .footer-widget:LAST-CHILD .newsletter-holder .your-email .wpcf7-not-valid-tip {
	display: none
}
#footer-widgets .footer-widget:LAST-CHILD .newsletter-holder .your-email input {
	background: none;
	width: 100%;
	border: none;
	margin-left: 50px;
	padding-left: 8px;
	font-size: 16px;
	color: #939393;
	font-weight: 500;
	font-family: 'Gilroy';
}
#footer-widgets .footer-widget:LAST-CHILD .newsletter-holder .your-email input::-webkit-input-placeholder {
	color: #939393;
}
#footer-widgets .footer-widget:LAST-CHILD .newsletter-holder .your-email input::-moz-placeholder {
	color: #939393;
}
#footer-widgets .footer-widget:LAST-CHILD .newsletter-holder .your-email input:-ms-input-placeholder {
	color: #939393;
}
#footer-widgets .footer-widget:LAST-CHILD .newsletter-holder .your-email input:-moz-placeholder {
	color: #939393;
}
#footer-widgets .footer-widget:LAST-CHILD .newsletter-holder .sh-button_formsubmit {
	position: absolute;
	width: 48px !important;
	height: 48px;
	border-radius: 0px;
	min-width: auto;
	right: 0;
	font-size: 0;
	padding: 0;
	cursor: pointer;
	background: url(images/paper-plane.svg) no-repeat center #f99f1c;
}
#footer-widgets .footer-widget:LAST-CHILD form {
	position: relative;
}
#footer-widgets .footer-widget:LAST-CHILD .wpcf7-response-output {
	margin: 0;
	border: none;
	font-family: 'Gilroy';
	color: #ee2624;
	text-align: center;
	line-height: 1;
	font-size: 15px;
	position: absolute;
	bottom: -30px;
	width: 100%;
}
#footer-widgets .footer-widget:LAST-CHILD .wpcf7-response-output.wpcf7-mail-sent-ok {
	color: #5d9f44
} */

#footer-bottom {
	background: transparent;
	padding-top: 30px
}
#footer-bottom .container {
	display: flex;
	font-family: 'Gilroy';
	font-size: 16px;
	line-height: 31px;
}
#footer-bottom .container .left a:HOVER {
	text-decoration: underline;
	color: #ffffff;
}
#footer-bottom .container .left a,
#footer-bottom .container .left p {
	color: #939393;
}
#footer-bottom .container .left .fa {
	color: #ffffff;
	margin: 0 5px;
}
#footer-bottom .container .right {
	margin-left: auto;
	color: #939393;
	display: flex;
}
#footer-bottom .container .right label {
	margin-right: 15px
}
#footer-bottom .container .right ul {
	padding: 0;
	display: flex;
}
#footer-bottom .container .right ul li {
	margin-left: 13px
}
#footer-bottom .container .right ul li a {
	color: #ffffff;
	font-size: 18px;

	-webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
#footer-bottom .container .right ul li a:HOVER {
	color: #f99f1c;
}
@media all and (max-width: 1390px) {
	#main-footer:AFTER {
		width: 18vw;
		height: 18vw;
		top: 0;
		left: 0;
		display: none;
	}
	#main-footer:BEFORE {
		width: 18vw;
		height: 18vw;
		top: 0;
		left: 0;
		display: none;
	}
	#main-footer > .container {
		width: calc(100% - 50px);
	}
	#footer-widgets {
		display: flex;
		flex-wrap: wrap;
		padding-top: 100px;
		padding-left: 0;
	}
	#footer-widgets .footer-widget {
		margin-bottom: 50px;
	}
	#footer-widgets .footer-widget .fwidget {
		width: 100%;
	}
	#footer-widgets .footer-widget:LAST-CHILD {
		width: 100% !important;
		margin: 0;
	}
}
@media all and (max-width: 980px) {
	#main-footer {
		padding-bottom: 50px;
	}
	#footer-widgets {
		padding: 75px 0 0;
	}
	#footer-widgets .footer-widget .menu li {
		width: 50%;
		float: left;
	}
	#footer-widgets .footer-widget .menu li:nth-child(even) {
		padding-left: 20px;
	}
	#footer-widgets .footer-widget:LAST-CHILD {
		margin: 0 !important;
	}
	#footer-bottom .container {
		width: calc(100% - 60px) !important;
	}
}
@media all and (max-width: 768px) {
  #footer-widgets .footer-widget .fwidget, #footer-widgets .footer-widget:nth-child(n),
  .et_pb_gutters1 #footer-widgets .footer-widget:nth-child(n) {
		margin-bottom: 50px !important;
	}
	#footer-widgets .footer-widget:nth-of-type(3) {
		width: 50% !important;
	}
	#footer-widgets .footer-widget:nth-of-type(3) .widget_media_image {
		margin-bottom: 20px !important;
	}
	#footer-widgets .footer-widget:nth-of-type(4) {
		width: 50% !important;
		padding-left: 20px;
	}
  #footer-widgets .footer-widget:LAST-CHILD,
  .et_pb_gutters1 #footer-widgets .footer-widget:last-child {
    margin-bottom: 0px !important;
  }
	#footer-widgets .footer-widget:LAST-CHILD .widget_text {
		flex-direction: column;
	}
	#footer-widgets .footer-widget:LAST-CHILD h4 {
		padding: 0;
		margin: 0 0 20px;
	}
	#footer-bottom {
		padding: 30px 0 0;
	}
	#footer-bottom .container {
		flex-direction: column;
	}
	#footer-bottom .container .left {
		text-align: center;
	}
	#footer-bottom .container .right {
		margin-top: 30px;
		margin-right: auto;
	}
}
@media all and (max-width: 599px) {
	#main-footer .container {
		width: 100%;
		padding: 0 15px;
	}
	#footer-widgets .footer-widget:LAST-CHILD .newsletter-holder {
		width: 100%;
	}
	#footer-bottom .container {
		width: 100% !important;
	}
}
@media all and (max-width: 480px) {
	#footer-widgets {
		padding: 50px 0 0;
	}
	#footer-widgets .footer-widget h4.title {
		font-size: 21px;
		line-height: 1;
		padding-bottom: 20px;
	}
	#footer-widgets .footer-widget:nth-of-type(3) {
		width: 100% !important;
	}
	#footer-widgets .footer-widget:nth-of-type(3) .widget_media_image {
		margin-bottom: 20px !important;
	}
	#footer-widgets .footer-widget:nth-of-type(4) {
		width: 100% !important;
		padding-left: 0px;
	}
	#footer-widgets .footer-widget:nth-of-type(3) .custom-html-widget .right p {
		max-width: 100%;
	}
	#footer-widgets .footer-widget:LAST-CHILD .wpcf7-response-output {
		position: relative;
		bottom: 0px;
	}
}
@media all and (max-width: 399px) {
	#footer-widgets .footer-widget .menu li {
		width: 100%;
		float: none;
	}
	#footer-widgets .footer-widget .menu li:nth-child(even) {
		padding-left: 0px;
	}
}



/*=====================================*/
/*         		#FORMS                 */
/*=====================================*/
.wpcf7 span.ajax-loader {
	z-index: 1000;
	width: 48px;
	height: 48px;
	background: url(images/ajax-loader.svg) no-repeat center rgba(255, 255, 255, .9);
}
.wpcf7 .wpcf7-form-control-wrap {
	position: relative;
	display: block;
	margin-bottom: 20px;
}
.wpcf7 .wpcf7-not-valid-tip {
	display: none;
}
.wpcf7 input.sh-formfield,
.wpcf7 textarea.sh-formfield {
	width: 100%;
	height: 51px;
	padding: 0;
	border: 2px solid #8d8d8d;
	border-radius: 5px;
	font-size: 16px;
	font-family: 'Gilroy';
	font-weight: 500;
	padding: 0 30px;
	outline: none;
}
.wpcf7 textarea.sh-formfield {
	min-height: 160px;
	max-height: 160px;
	min-width: 100%;
	max-width: 100%;
	padding-top: 20px
}
.wpcf7 input.sh-formfield.wpcf7-not-valid {
	border-color: #ee2624;
}
.wpcf7 input.sh-formfield:FOCUS,
.wpcf7 textarea.sh-formfield:FOCUS {
	border-color: #f99f1c;
}
.wpcf7 .sh-formfield.sh-submit {
	background: #f99f1c;
	border-radius: 100px;
	outline: none;
	border: none;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}
.wpcf7 .sh-formfield.sh-submit:HOVER {
	background: #fab300;
}
.wpcf7-response-output {
	border: none !important;
	margin: 20px 0 0 !important;
	padding: 0 !important;
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	color: #17bf30;
}
.wpcf7-response-output.wpcf7-validation-errors {
	color: #ee2624;
}
.gform_wrapper,
.gform_wrapper.gform_validation_error .sh_gform {
  margin: 0 !important;
}
.gform_wrapper .sh_gform .gfield,
.gform_wrapper.gform_validation_error .sh_gform .gfield,
.gform_wrapper.gform_validation_error .sh_gform .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	margin: 0 !important;
	padding: 0 !important;
	max-width: none !important;
	width: 100%;
	background: none;
	border: none
}
.gform_wrapper div.validation_error {
	padding: 0 !important;
	border: none !important;
	color: #ee2624 !important;
	font-family: 'Gilroy';
	font-weight: 500 !important;
	font-size: 16px !important;
	line-height: 21px;
}
.gform_wrapper .sh_gform .gform_title {
	font-size: 40px;
	font-weight: bold;
	font-family: 'Gilroy';
	line-height: 40px;
	letter-spacing: -1.5px !important;
	color: #262626;
	padding-bottom: 0px;
	margin: 0px !important;
	text-align: center;
}
.gform_wrapper .sh_gform .gfield input,
.gform_wrapper .sh_gform .gfield textarea {
	width: 100% !important;
	height: 51px;
	border: 2px solid #8d8d8d !important;
	border-radius: 5px;
	font-size: 16px !important;
	font-family: 'Gilroy' !important;
	font-weight: 500;
	padding: 0 30px !important;
	outline: none;
}
.gform_wrapper .sh_gform .gfield input:FOCUS,
.gform_wrapper .sh_gform .gfield textarea:FOCUS {
	border-color: #f99f1c !important;
}
.gform_wrapper .sh_gform .gfield.gfield_error input,
.gform_wrapper .sh_gform .gfield.gfield_error textarea {
	border-color: #ee2624 !important;
}
.gform_wrapper .sh_gform .gfield textarea {
	min-height: 120px;
	max-height: 120px;
	min-width: 100%;
	max-width: 100%;
	padding-top: 20px !important
}
.gform_wrapper .sh_gform .gfield .gfield_label,
.gform_wrapper .sh_gform .gfield .gfield_description {
	display: none;
}
.gform_wrapper .sh_gform .gform_footer.top_label {
	padding: 0;
	margin: 5px 0 0;
}
.gform_wrapper .sh_gform .gform_button {
	width: 100% !important;
	height: 55px;
	outline: none;
	border: none;
	border-radius: 100px;
	background: #00053e;
	color: #ffffff;
	font-size: 18px !important;
	font-weight: 600;
	margin: auto !important;
	cursor: pointer;
	-webkit-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.gform_wrapper .sh_gform .gform_button:HOVER {
	background: #f99f1c;
}
.sh_gform img.gform_ajax_spinner {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .9);
	z-index: 1000;
	padding: 250px;
}
.gform_confirmation_message {
	font-size: 25px;
	line-height: 30px;
	text-align: center;
	font-family: 'Gilroy';
	font-weight: 600;
	color: #262626;
}

.sh_modal_cf7 .wrapper {
	display: block !important;
	overflow-y: auto !important;
	height: auto !important;
	max-height: calc(100% - 30px) !important;
	padding: 50px;
	max-width: 768px !important;
}
.sh_modal_cf7 .wrapper:BEFORE {
	position: absolute;
	content: "";
	top: -40px;
	left: -80px;
	width: 350px;
	height: 350px;
	background: url(/wp-content/uploads/2019/03/skillhire-logo-icon.svg) no-repeat center;
	background-size: contain;
	z-index: -1;

	filter: saturate(0) brightness(0) opacity(0.03);
}
.sh_modal_cf7 .wrapper:AFTER {
	position: absolute;
	content: "";
	top: 0;
	left: 200px;
	width: 100%;
	height: 100%;
	background: url(/wp-content/uploads/2019/03/home-hero-slide1-image.png) no-repeat center;
	background-size: contain;
	z-index: -1;
	opacity: 0.1
}
.sh_modal_cf7 h2 {
	font-size: 47px;
    font-weight: bold;
    font-family: 'Gilroy';
    line-height: 48px;
    letter-spacing: -1.5px;
    color: #262626;
    text-align: center;
    padding-bottom: 40px
}
.sh_modal_cf7 .content {
	width: 100%;
  display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.sh_modal_cf7 .content > .wpcf7 {
	width: 100%;
}
.sh_modal_cf7 span.ajax-loader {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: 1000;
	width: 100% !important;
	height: 100% !important;
	margin: 0;
	background: url(images/ajax-loader.svg) no-repeat center rgba(255, 255, 255, .9);
	background-size: 100px;
}
.sh_modal_cf7 .half {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sh_modal_cf7 .half .wpcf7-form-control-wrap {
	width: calc(50% - 7px);
}
.sh_modal_cf7 .half .wpcf7-form-control-wrap:last-of-type {
	margin-left: auto;
}
.sh_modal_cf7 .wpcf7-form-control-wrap {
	position: relative;
	display: block;
	margin-bottom: 15px;
}
.sh_modal_cf7 .wpcf7-not-valid-tip {
	display: none;
}
.sh_modal_cf7 input,
.sh_modal_cf7 textarea,
.sh_modal_cf7 select {
	width: 100%;
	height: 55px;
	padding: 0;
	border: 2px solid #8d8d8d;
	border-radius: 5px;
	font-size: 16px;
	font-family: 'Gilroy';
	font-weight: 500;
	padding: 0 30px;
	outline: none;
	background: #ffffff;
}
.sh_modal_cf7 textarea {
	min-height: 120px;
	max-height: 120px;
	min-width: 100%;
	max-width: 100%;
	padding-top: 20px
}
.sh_modal_cf7 input.wpcf7-not-valid {
	border-color: #ee2624;
}
.sh_modal_cf7 input:FOCUS,
.sh_modal_cf7 textarea:FOCUS {
	border-color: #262626;
}
.sh_modal_cf7 .wpcf7-submit {
	background: #f99f1c;
	border-radius: 100px;
	outline: none;
	border: none;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
}
.sh_modal_cf7 .wpcf7-submit:HOVER {
	background: #fab300;
}
.sh_modal_cf7 .wpcf7-response-output {
	border: none !important;
	margin: 20px 0 0 !important;
	padding: 0 !important;
	text-align: center;
	font-size: 16px;
	font-family: 'Gilroy';
	font-weight: 500;
	line-height: 20px;
	color: #17bf30;
}
.sh_modal_cf7 .wpcf7-response-output.wpcf7-validation-errors {
	color: #ee2624;
}
@media all and (max-width: 768px) {
	.sh_gform img.gform_ajax_spinner {
		padding: 35vw;
	}
	.sh_modal_cf7 .wrapper {
		padding: 50px 30px;
	}
	.sh_modal_cf7 h2 {
		font-size: 35px;
		line-height: 40px;
	}
	.sh_modal_cf7 input,
	.sh_modal_cf7 textarea,
	.sh_modal_cf7 select {
		padding-left: 20px;
	}
}
@media all and (max-width: 599px) {
	.sh_gform img.gform_ajax_spinner {
/* 		padding: 35vw; */
	}
}
@media all and (max-width: 480px) {
	.wpcf7 span.ajax-loader {
		width: 50px;
	}
	.gform_wrapper .sh_gform .gform_title {
		font-size: 30px;
		line-height: 30px;
	}
	.sh_gform img.gform_ajax_spinner {
		padding: 30vw;
	}
	.sh_modal_cf7 .wrapper {
		padding: 30px 15px;
	}
	.sh_modal_cf7 h2 {
		font-size: 30px;
		line-height: 35px;
		padding-bottom: 20px;
	}
	.sh_modal_cf7 .half .wpcf7-form-control-wrap {
		width: 100%;
		margin-bottom: 10px;
	}
}



/*=====================================*/
/*        #TEMPLATE2_PARENT            */
/*=====================================*/
.page-template-template-parent-page {
	overflow-x: hidden;
}
.sh-section.custom-template__heading {
	padding-top: 60px;
	padding-bottom: 150px;
	text-align: center;
}
.sh-section.custom-template__heading h1,
.sh-section.custom-template__heading h2 {
	position: relative;
	font-family: 'Gilroy';
	font-size: 78px;
	font-weight: bold;
	letter-spacing: -2px;
	line-height: 83px;
	z-index: 1;
	padding-bottom: 25px
}
.sh-section.custom-template__heading h1 > span,
.sh-section.custom-template__heading h2 > span,
.sh-section.custom-template__heading span.behind__text {
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	margin: auto;
	color: #262626;
	opacity: 0;
	font-size: 130px;
	font-weight: bold;
	line-height: 83px;
	z-index: -1;
}
.sh-section.custom-template__heading span.behind__text {
	letter-spacing: -2px;
}
.sh-section.custom-template__heading p {
	max-width: 800px;
	margin: auto;
}
.sh-section.parent-template__welcome {
	padding-bottom: 100px !important;
}
.sh-section.parent-template__welcome .column {
	display: inline-block;
	width: 50%;
	float: left;
}
.sh-section.parent-template__welcome .column.left {
	margin-top: 0;
	padding-right: 15px;
}
.sh-section.parent-template__welcome .column.left h2 {
	max-width: 500px;
	padding-bottom: 25px;
}
.sh-section.parent-template__welcome .column.left p {
	max-width: 500px;
}
.sh-section.parent-template__welcome .column.left a {
	margin-top: 45px;
}
.sh-section.parent-template__welcome .column.right {
	position: relative;
	padding-left: 15px;
	z-index: 1;
}
.sh-section.parent-template__welcome .column.right .sh-imagewrapper {
	display: flex;
	overflow: hidden;
	position: relative;
}
.sh-section.parent-template__welcome .column.right:AFTER {
	position: absolute;
	content: "";
	top: -50px;
    right: -50px;
    width: 300px;
    height: 300px;
	background: #3c3c3c;
	z-index: -1;
}
.sh-section.parent-template__welcome .column.right .sh-imagewrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sh-section.parent-template__links {
	position: relative;
	background: #f5f5f5;
	padding-top: 170px;
	padding-bottom: 165px;
}
/* .sh-section.parent-template__links:AFTER {
	position: absolute;
	content: "";
	width: 21.719vw;
	height: 21.719vw;
	top: -10.156vw;
	right: 0;
	z-index: 10000;
	background: #3c3c3c;
}
.sh-section.parent-template__links.rtl:AFTER {
	right: initial;
	left: 0;
}
.sh-section.parent-template__links:BEFORE {
	position: absolute;
	content: "";
	width: 21.719vw;
	height: 21.719vw;
	top: -10.156vw;
	right: 0;
	z-index: 100000;
	background: url(/wp-content/uploads/2019/05/skillhire-logo-icon_white.svg) no-repeat center;
	background-size: 6.458vw 9.948vw;

	-webkit-filter: brightness(1000%) blur(0.2px);
	filter: brightness(1000%) blur(0.2px);
}
.sh-section.parent-template__links.rtl:BEFORE {
	right: initial;
	left: 0;
} */
.sh-section.parent-template__links .heading {
	text-align: center;
	margin-bottom: 50px !important;
}
.sh-section.parent-template__links .heading a.sh-button {
	margin: 30px auto;
}
.sh-section.parent-template__links .heading h2 {
	padding-bottom: 25px;
	max-width: 980px;
	margin: auto;
}
.sh-section.parent-template__links .heading p {
	max-width: 800px;
	margin: auto;
}
.sh-section.parent-template__links .et_pb_row {
	display: flex;
}
.sh-section.parent-template__links .column.left {
	width: 60%;
	padding-right: 45px;
}
.sh-section.parent-template__links .column.left .sh-imagewrapper {
	display: flex;
}
.sh-section.parent-template__links .column.left .sh-imagewrapper img {
	width: 100%;
	object-fit: cover;
}
.sh-section.parent-template__links .column.right {
	width: 40%;
	margin: auto;
}
.sh-section.parent-template__links.rtl .et_pb_row {
	display: flex;
	align-items: center
}
.sh-section.parent-template__links.rtl .column.right .boxed-holder {
	margin-left: 0;
}
.sh-section.parent-template__links.rtl .column.right {
	z-index: 10
}
.sh-section.parent-template__links .column.right .boxed-holder {
	background: #ffffff;
	width: 865px;
	margin-left: -16.667vw;
	padding: 60px 80px 75px 100px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.sh-section.parent-template__links .column.right .boxed-holder h2 {
	padding-bottom: 15px;
}
.sh-section.parent-template__links .column.right .boxed-holder p {
	padding-bottom: 40px;
}
.sh-section.parent-template__links .column.right .boxed-holder p:last-of-type {
/* 	padding-bottom: 0px; */
}
.sh-section.parent-template__links .column.right .boxed-holder ul {
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.sh-section.parent-template__links .column.right .boxed-holder ul li {
	margin: 0;
	width: 50%;
	position: relative;
	padding-left: 60px;
	margin-bottom: 20px
}
.sh-section.parent-template__links .column.right .boxed-holder ul li:BEFORE {
	position: absolute;
	content: "\f054";
	left: 5px;
	top: 0;
	font-family: 'FontAwesome';
	font-size: 25px;
}
.sh-section.parent-template__links .column.right .boxed-holder ul li a {
	font-size: 25px;
	font-weight: 800;
	color: #262626;
	letter-spacing: -0.5px;
}
.theme--red .sh-section.parent-template__welcome .column.left a,
.theme--red .sh-section.parent-template__welcome .column.right:AFTER,
.theme--red .sh-section.parent-template__links:AFTER,
.theme--red .sh-section.parent-template__links .column.right .boxed-holder a.sh-button {
	background: #EE2624;
}
.theme--red .sh-section.parent-template__links .column.right .boxed-holder ul li:BEFORE,
.theme--red .sh-section.parent-template__links .column.right .boxed-holder ul li a:HOVER {
  color: #EE2624;
}
.theme--yellow .sh-section.parent-template__welcome .column.left a,
.theme--yellow .sh-section.parent-template__welcome .column.right:AFTER,
.theme--yellow .sh-section.parent-template__links:AFTER,
.theme--yellow .sh-section.parent-template__links .column.right .boxed-holder a.sh-button {
	background: #f99f1c;
}
.theme--yellow .sh-section.parent-template__links .column.right .boxed-holder ul li:BEFORE,
.theme--yellow .sh-section.parent-template__links .column.right .boxed-holder ul li a:HOVER {
  color: #f99f1c;
}
.theme--green .sh-section.parent-template__welcome .column.left a,
.theme--green .sh-section.parent-template__welcome .column.right:AFTER,
.theme--green .sh-section.parent-template__links:AFTER,
.theme--green .sh-section.parent-template__links .column.right .boxed-holder a.sh-button {
	background: #5d9f44;
}
.theme--green .sh-section.parent-template__links .column.right .boxed-holder ul li:BEFORE,
.theme--green .sh-section.parent-template__links .column.right .boxed-holder ul li a:HOVER {
  color: #5d9f44;
}
.theme--blue .sh-section.parent-template__welcome .column.left a,
.theme--blue .sh-section.parent-template__welcome .column.right:AFTER,
.theme--blue .sh-section.parent-template__links:AFTER,
.theme--blue .sh-section.parent-template__links .column.right .boxed-holder a.sh-button {
	background: #00053e;
}
.theme--blue .sh-section.parent-template__links .column.right .boxed-holder ul li:BEFORE,
.theme--blue .sh-section.parent-template__links .column.right .boxed-holder ul li a:HOVER {
  color: #00053e;
}
@media all and (max-width: 1390px) {
	.sh-section.parent-template__links .column.right .boxed-holder {
		width: 865px;
		margin-left: -75%;
		padding: 3.125vw 4.167vw 3.906vw 5.208vw;
	}
}
@media all and (max-width: 1199px) {
	.sh-section.parent-template__welcome {
		padding-bottom: 50px;
	}
	.sh-section.parent-template__links {
		position: relative;
		background: #f5f5f5;
		padding-top: 170px;
		padding-bottom: 165px;
		margin-top: 0px;
	}
	.sh-section.parent-template__links .column.right .boxed-holder {
		width: 700px;
		padding: 3.125vw 4.167vw 3.906vw 5.208vw;
	}
	.sh-section.parent-template__links .column.right .boxed-holder ul li {
		width: calc(50% - 10px);
	}
	.sh-section.parent-template__links .column.right .boxed-holder ul li:nth-child(even) {
		margin-left: auto;
	}
}
@media all and (max-width: 980px) {
	.sh-section.custom-template__heading {
		padding-top: 35px;
	}
	.sh-section.custom-template__heading h2 {
		font-size: 6.122vw;
		line-height: 6.633vw;
		padding-bottom: 15px;
	}
	.sh-section.custom-template__heading h2 > span {
		font-size: 10.204vw;
	}
	.sh-section.parent-template__welcome .et_pb_row {
		display: flex;
		flex-direction: column-reverse;
	}
	.sh-section.parent-template__welcome .column {
		width: 100%;
	}
	.sh-section.parent-template__welcome .column.left {
		position: relative;
		z-index: 1;
        margin-top: 30px;
	}
	.sh-section.parent-template__welcome .column.left h2 {
		max-width: none;
	}
	.sh-section.parent-template__welcome .column.left p {
		max-width: none;
	}
	.sh-section.parent-template__welcome .column.right {
		padding-left: 0px;
	}
	.sh-section.parent-template__welcome .column.right {
		max-width: 500px;
	}
	.sh-section.parent-template__welcome .column.right img {
		max-height: 500px;
		object-position: top;
	}
	.sh-section.parent-template__welcome .column.right:AFTER {
		width: 24vw;
		height: 24vw;
	}
	.sh-section.parent-template__links {
		padding-bottom: 100px;
	}
	.sh-section.parent-template__links.rtl:BEFORE,
	.sh-section.parent-template__links.rtl:AFTER {
		right: 0;
		left: initial;
	}
	.sh-section.parent-template__links:AFTER {
		width: 28vw;
		height: 28vw;
		top: -15vw;
	}
	.sh-section.parent-template__links:BEFORE {
		width: 28vw;
		height: 28vw;
		top: -15vw;
		background-size: 10vw 14vw;
	}
	.sh-section.parent-template__links .et_pb_row {
		flex-direction: column;
	}
	.sh-section.parent-template__links .column.left {
		width: 65% !important;
		margin: auto !important;
		float: none;
		padding: 0;
	}
	.sh-section.parent-template__links .column.left img {
		height: 50vw;
		object-fit: cover !important;
		object-position: top;
	}
	.sh-section.parent-template__links .column.right {
		width: 100%;
	}
	.sh-section.parent-template__links .column.right .boxed-holder {
		width: 100%;
		margin: -50px 0 0;
		padding: 3.125vw 4.167vw 3.906vw 5.208vw;
	}
}
@media all and (max-width: 768px) {
    .sh-section.custom-template__heading {
        padding-bottom: 100px;
    }
	.sh-section.custom-template__heading h2 {
		font-size: 7vw;
		line-height: 7.5vw;
		padding-bottom: 10px;
	}
	.sh-section.custom-template__heading p {
		font-size: 16px;
		line-height: 26px;
	}
	.sh-section.custom-template__heading h2 > span {
		font-size: 12vw;
		line-height: 8.469vw;
	}
	.sh-section.parent-template__welcome .column.right:AFTER {
		position: absolute;
		content: "";
        top: -30px;
        right: -30px;
		width: 200px;
        height: 200px;
		background: #3c3c3c;
		z-index: -1;
	}
	.sh-section.parent-template__links:AFTER {
		width: 32vw;
		height: 32vw;
		top: -15vw;
	}
	.sh-section.parent-template__links:BEFORE {
		width: 32vw;
		height: 32vw;
		top: -15vw;
		background-size: 12vw 16vw;
	}
	.sh-section.parent-template__links .column.right .boxed-holder {
		width: 100%;
		margin: -50px 0 0;
		padding: 30px;
	}
	.sh-section.parent-template__links .column.right .boxed-holder h2 {
		font-size: 35px;
	}
	.sh-section.parent-template__links .column.right .boxed-holder li a {
		font-size: 21px !important;
	}
	.sh-section.parent-template__links .column.right .boxed-holder li {
		padding-left: 40px !important;
	}
}
@media all and (max-width: 699px) {
	.sh-section.parent-template__links .heading a.sh-button {
		margin-left: auto !important
	}
}
@media all and (max-width: 599px) {
	.sh-section.parent-template__links .column.right .boxed-holder li {
		width: 100% !important;
	}
}
@media all and (max-width: 480px) {
    .sh-section.custom-template__heading {
        padding-bottom: 50px;
    }
	.sh-section.custom-template__heading h2 {
		font-size: 35px;
		line-height: 40px;
		padding-bottom: 10px;
	}
	.sh-section.custom-template__heading h2 > span {
		font-size: 60px;
		line-height: 70px
	}
	.sh-section.custom-template__heading p {
		font-size: 15px;
		line-height: 24px;
	}
	.sh-section.parent-template__welcome {
		padding-bottom: 70px !important;
	}
	.sh-section.parent-template__welcome .column.left {
		margin-top: 20px !important;
		padding: 0;
	}
	.sh-section.parent-template__welcome .column.left h2 {
		padding-bottom: 10px;
	}
	.sh-section.parent-template__welcome .column.right:AFTER {
		position: absolute;
		content: "";
		top: -15px;
        right: -15px;
        width: 150px;
        height: 150px;
		background: #3c3c3c;
		z-index: -1;
	}
	.sh-section.parent-template__welcome .column.left a {
		margin-top: 20px;
	}
	.sh-section.parent-template__links {
		padding-bottom: 50px;
	}
	.sh-section.parent-template__links:AFTER {
		width: 40vw;
		height: 40vw;
		top: -19vw;
		left: 0;
		margin: auto;
	}
	.sh-section.parent-template__links:BEFORE {
		width: 40vw;
		height: 40vw;
		top: -19vw;
		background-size: 20vw 22vw;
		left: 0;
		margin: auto;
	}
	.sh-section.parent-template__links {
		padding-top: 30vw;
	}
	.sh-section.parent-template__links.rtl {
		padding-top: 10vw !important;
		padding-bottom: 100px;
	}
	.sh-section.parent-template__links.rtl:BEFORE,
	.sh-section.parent-template__links.rtl:AFTER {
		display: none;
	}
	.sh-section.parent-template__links.rtl .et_pb_row {
		flex-direction: column-reverse
	}
	.sh-section.parent-template__links .column.left {
		width: 100% !important;
	}
	.sh-section.parent-template__links .column.left img {
		width: 100%;
		height: 60vw;
	}
	.sh-section.parent-template__links .boxed-holder {
		margin-top: 0px !important;
		padding: 15px 15px 30px !important;
	}
	.sh-section.parent-template__links.rtl .boxed-holder {
		margin-top: 20px !important;
		padding: 0 !important;
	}
	.sh-section.parent-template__links .boxed-holder a.sh-button {
		margin-top: 0px !important
	}
	.sh-section.parent-template__links h2 {
		padding-bottom: 15px !important;
	}
	.sh-section.parent-template__links .column.right .boxed-holder h2 {
		font-size: 30px;
	}
	.sh-section.parent-template__links .column.right .boxed-holder p {
		font-size: 16px;
	}
	.sh-section.parent-template__links .column.right .boxed-holder li {
		padding-left: 30px !important;
		margin-bottom: 10px !important;
	}
	.sh-section.parent-template__links .column.right .boxed-holder li:BEFORE {
		font-size: 18px !important;
	}
	.sh-section.parent-template__links .column.right .boxed-holder li a {
		font-size: 18px !important;
		font-weight: 600 !important;
	}
	.sh-section.parent-template__links .column.right .boxed-holder a.sh-button {
		margin-top: 20px;
	}
}
@media all and (max-width: 399px) {
	.sh-section.parent-template__links .column.right .boxed-holder {
		padding: 30px 20px;
	}
}



/*=====================================*/
/*          #TEMPLATE3_CHILD           */
/*=====================================*/
.page-template-template-child-page {
	overflow-x: hidden;
}
.sh-section.child-template__welcome .column {
	display: inline-block;
	width: 50%;
	float: left;
}
.sh-section.child-template__welcome .column.left {
	margin-top: 40px;
	padding-right: 15px;
}
.sh-section.child-template__welcome .column.left h2 {
	max-width: 500px;
	padding-bottom: 25px;
}
.sh-section.child-template__welcome .column.left p {
	max-width: 500px;
}
.sh-section.child-template__welcome .column.left a {
	margin-top: 45px;
}
.sh-section.child-template__welcome .column.right {
	position: relative;
	padding-left: 15px;
	z-index: 1;
}
.sh-section.child-template__welcome .column.right .sh-imagewrapper {
	display: flex;
	overflow: hidden;
	position: relative;
}
.sh-section.child-template__welcome .column.right:AFTER {
	position: absolute;
	content: "";
	top: -120px;
	right: -120px;
	width: 12.500vw;
	height: 12.500vw;
	background: #3c3c3c;
	z-index: -1;
}
.sh-section.child-template__welcome .column.right .sh-imagewrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sh-section.child-template__section.no-square:BEFORE,
.sh-section.child-template__section.no-square:AFTER {
  display: none;
}
.sh-section.child-template__section,
.sh-section.child-template__second-section {
	position: relative;
	background: #f5f5f5;
	padding-top: 130px;
	padding-bottom: 110px;
/* 	margin-top: -65px; */
}
.sh-section.child-template__section.rtl {
	background: #ffffff;
}
/* .sh-section.child-template__section:AFTER,
.sh-section.child-template__second-section:AFTER {
	position: absolute;
	content: "";
	width: 21.719vw;
	height: 21.719vw;
	top: -10.156vw;
	right: 0;
	z-index: 10000;
	background: #3c3c3c;
}
.sh-section.child-template__section:BEFORE,
.sh-section.child-template__second-section:BEFORE {
	position: absolute;
	content: "";
	width: 21.719vw;
	height: 21.719vw;
	top: -10.156vw;
	right: 0;
	z-index: 100000;
	background: url(/wp-content/uploads/2019/05/skillhire-logo-icon_white.svg) no-repeat center;
	background-size: 6.458vw 9.948vw;

	-webkit-filter: brightness(1000%) blur(0.2px);
	filter: brightness(1000%) blur(0.2px);
}
.sh-section.child-template__section.rtl:AFTER,
.sh-section.child-template__section.rtl:BEFORE {
	right: initial;
	left: 0;
	display: none;
} */
.sh-section.child-template__section .et_pb_row,
.sh-section.child-template__second-section .et_pb_row {
	display: flex;
	flex-wrap: wrap;
	max-width: none;
	width: 100%;
	overflow: hidden;
}
.sh-section.child-template__section .column.left,
.sh-section.child-template__second-section .column.left {
	width: 38%;
	display: flex;
	z-index: 1;
}
.sh-section.child-template__section .column.left .sh-imagewrapper,
.sh-section.child-template__second-section .column.left .sh-imagewrapper {
	display: flex;
	margin: auto -120px auto auto;
}
.sh-section.child-template__section.rtl .column.left .sh-imagewrapper {
	margin: auto auto auto -120px;
}
.sh-section.child-template__section .column-left .sh-imagewrapper img,
.sh-section.child-template__second-section .column.left .sh-imagewrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sh-section.child-template__section .column.right,
.sh-section.child-template__second-section .column.right {
	width: 62%;
	margin: auto;
	background: #ffffff;
	padding: 90px 100px 90px 250px;
	z-index: 0;
}
.sh-section.child-template__section.rtl .column.right {
	padding: 50px 200px 50px 250px;
}
.sh-section.child-template__section .column.right .boxed-holder,
.sh-section.child-template__second-section .column.right .boxed-holder {
	max-width: 660px;
}
.sh-section.child-template__section .column.right .boxed-holder h2,
.sh-section.child-template__second-section .column.right .boxed-holder h2 {
	padding-bottom: 20px;
}
.sh-section.child-template__section .column.right .boxed-holder p,
.sh-section.child-template__second-section .column.right .boxed-holder p {
	margin-bottom: 30px
}
.sh-section.child-template__section .column.right .boxed-holder ul,
.sh-section.child-template__second-section .column.right .boxed-holder ul {
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
}
.sh-section.child-template__section .column.right .boxed-holder ul li,
.sh-section.child-template__second-section .column.right .boxed-holder ul li {
	margin: 0;
	width: 100%;
	position: relative;
	padding-left: 40px;
	margin-bottom: 12px;
}
.sh-section.child-template__section .column.right .boxed-holder ul li:BEFORE,
.sh-section.child-template__second-section .column.right .boxed-holder ul li:BEFORE {
	position: absolute;
	content: "\f054";
	left: 5px;
	top: 0;
	font-family: 'FontAwesome';
	font-size: 25px;
}
.sh-section.child-template__section .column.right .boxed-holder ul li a,
.sh-section.child-template__second-section .column.right .boxed-holder ul li a {
	font-size: 25px;
	font-weight: 800;
	color: #262626;
	letter-spacing: -0.5px;
}

.sh-section.child-template__third-section {
	padding-top: 110px;
	padding-bottom: 90px;
}
.sh-section.child-template__third-section .et_pb_row:nth-of-type(1) {
	text-align: center;
}
.sh-section.child-template__third-section .et_pb_row:nth-of-type(1) h2 {
	padding-bottom: 20px;
}
.sh-section.child-template__third-section .et_pb_row:nth-of-type(1) p {
	max-width: 950px;
	margin: auto;
}
.sh-section.child-template__third-section .et_pb_row:nth-of-type(2) {
	border: 1px solid #cfcaca;
	margin-top: 45px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.left {
	width: calc(100% - 564px);
	padding: 55px 90px 50px 80px;
}
.sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.left ul {
	list-style: none;
	padding: 0;
}
.sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.left ul li {
	line-height: 1;
	position: relative;
}
.sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.left ul li:BEFORE {
	position: absolute;
	content: "\f054";
	left: 5px;
	top: 0;
	font-family: 'FontAwesome';
	font-size: 25px;
}
.sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.left ul li a {
	line-height: 1;
	font-size: 25px;
	letter-spacing: -0.25px;
	font-weight: 500;
	color: #262626;
	display: block;
	margin-bottom: 18px;
}
.sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.right {
	width: 564px;
	margin-left: auto;
}
.sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.right .sh-imagewrapper {
	display: flex;
	height: 100%;
}
.sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.right .sh-imagewrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sh-section.child-template__third-section .et_pb_row:nth-of-type(3) {
	margin-top: 60px;
}
.sh-section.child-template__third-section .et_pb_row:nth-of-type(3) a {
	margin: auto;
}

.theme--red .sh-section.child-template__welcome .column.right:AFTER,
.theme--red .sh-section.child-template__second-section:AFTER,
.theme--red .sh-section.child-template__welcome .column.left a,
.theme--red .sh-section.child-template__second-section .column.right .boxed-holder a.sh-button,
.theme--red .sh-section.child-template__third-section .et_pb_row:nth-of-type(3) a {
	background: #EE2624;
}
.theme--red .sh-section.child-template__second-section .column.right .boxed-holder ul li:BEFORE,
.theme--red .sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.left ul li:BEFORE {
	color: #EE2624;
}

.theme--blue .sh-section.child-template__welcome .column.right:AFTER,
.theme--blue .sh-section.child-template__second-section:AFTER,
.theme--blue .sh-section.child-template__welcome .column.left a,
.theme--blue .sh-section.child-template__second-section .column.right .boxed-holder a.sh-button,
.theme--blue .sh-section.child-template__third-section .et_pb_row:nth-of-type(3) a {
	background: #00053e;
}
.theme--blue .sh-section.child-template__second-section .column.right .boxed-holder ul li:BEFORE,
.theme--blue .sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.left ul li:BEFORE {
	color: #00053e;
}

.theme--yellow .sh-section.child-template__welcome .column.right:AFTER,
.theme--yellow .sh-section.child-template__second-section:AFTER,
.theme--yellow .sh-section.child-template__welcome .column.left a,
.theme--yellow .sh-section.child-template__second-section .column.right .boxed-holder a.sh-button,
.theme--yellow .sh-section.child-template__third-section .et_pb_row:nth-of-type(3) a {
	background: #f99f1c;
}
.theme--yellow .sh-section.child-template__second-section .column.right .boxed-holder ul li:BEFORE,
.theme--yellow .sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.left ul li:BEFORE {
	color: #f99f1c;
}

.theme--green .sh-section.child-template__welcome .column.right:AFTER,
.theme--green .sh-section.child-template__second-section:AFTER,
.theme--green .sh-section.child-template__welcome .column.left a,
.theme--green .sh-section.child-template__second-section .column.right .boxed-holder a.sh-button,
.theme--green .sh-section.child-template__third-section .et_pb_row:nth-of-type(3) a {
	background: #5d9f44;
}
.theme--green .sh-section.child-template__second-section .column.right .boxed-holder ul li:BEFORE,
.theme--green .sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.left ul li:BEFORE {
	color: #5d9f44;
}
@media all and (max-width: 1390px) {
	.sh-section.child-template__second-section .column.left {
		width: 30%;
	}
	.sh-section.child-template__second-section .column.right {
		width: 70%;
		margin: auto;
		background: #ffffff;
		padding: 6.475vw 7.194vw 6.475vw 17.986vw;
		z-index: 0;
	}
	.sh-section.child-template__third-section {
		padding-left: 15px;
		padding-right: 15px;
	}
	.sh-section.child-template__third-section .et_pb_row {
		padding: 0;
	}
	.sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.left {
		width: calc(100% - 564px);
		padding: 40px;
	}
	.sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.left ul li {
		line-height: 1;
		position: relative;
	}
	.sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.left ul li:BEFORE {
		left: 5px;
		top: 3px;
		font-size: 21px;
	}
	.sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.left ul li a {
		line-height: 1;
		font-size: 22px;
		letter-spacing: -0.25px;
		font-weight: 500;
		color: #262626;
		padding-left: 50px;
		display: block;
		margin-bottom: 15px;
	}
	.sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.left {
		width: 50%;
	}
	.sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.right {
		width: 50%;
		object-position: top;
	}
	.sh-section.child-template__section .et_pb_row {
		width: calc(100% - 30px);
		padding: 0;
	}
	.sh-section.child-template__section .column.right {
		padding: 50px 50px 50px 170px;
	}
	.sh-section.child-template__section.rtl .column.right {
		padding: 0px 150px 0px 0;
	}
}
@media all and (max-width: 1299px) {
	.sh-section.child-template__welcome {
		padding-bottom: 50px;
	}
	.sh-section.child-template__second-section {
		margin-top: 0;
	}
}
@media all and (max-width: 980px) {
	.sh-section.child-template__welcome .et_pb_row {
		display: flex;
		flex-direction: column-reverse;
	}
	.sh-section.child-template__welcome .column {
		width: 100%;
	}
	.sh-section.child-template__welcome .column.left {
		position: relative;
		z-index: 1;
	}
	.sh-section.child-template__welcome .column.left h2 {
		max-width: none;
	}
	.sh-section.child-template__welcome .column.left p {
		max-width: none;
	}
	.sh-section.child-template__welcome .column.right {
		padding-left: 0px;
	}
	.sh-section.child-template__welcome .column.right {
		max-width: 500px;
	}
	.sh-section.child-template__welcome .column.right img {
		max-height: 500px;
		object-position: top;
	}
	.sh-section.child-template__welcome .column.right:AFTER {
		top: -5vw;
		right: -5vw;
		width: 24vw;
		height: 24vw;
	}
	.sh-section.child-template__second-section {
		padding-top: 100px;
	}
	.sh-section.child-template__second-section .column.right {
		width: 100% !important;
		margin: -50px auto 0;
		background: #ffffff;
		padding: 5vw 5vw 5vw 5vw;
		z-index: 1;
	}
	.sh-section.child-template__second-section .column.right .boxed-holder {
		max-width: none;
	}
	.sh-section.child-template__second-section:AFTER {
		width: 28vw;
		height: 28vw;
		top: -15vw;
	}
	.sh-section.child-template__second-section:BEFORE {
		width: 28vw;
		height: 28vw;
		top: -15vw;
		background-size: 10vw 14vw;
	}
	.sh-section.child-template__second-section .et_pb_row {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
	}
	.sh-section.child-template__second-section .column.left,
	.sh-section.child-template__second-section .column.right {
		width: 100%;
	}
	.sh-section.child-template__second-section .column.left .sh-imagewrapper {
		display: flex;
		margin: auto;
		width: 65%;
	}
	.sh-section.child-template__second-section .column.left .sh-imagewrapper img {
		height: 55vw;
		object-position: top;
	}
	.sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.left {
		width: 100%;
	}
	.sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.right {
		display: none
	}
	.sh-section.child-template__section .column.left {
		margin: auto;
	}
	.sh-section.child-template__section .column.right {
		width: 100%;
		padding: 50px 50px;
	}
	.sh-section.child-template__section:AFTER {
		width: 28vw;
		height: 28vw;
		top: -15vw;
	}
	.sh-section.child-template__section:BEFORE {
		width: 28vw;
		height: 28vw;
		top: -15vw;
		background-size: 10vw 14vw;
	}
	.sh-section.child-template__section.rtl .column.right {
		padding: 0px;
	}
	.sh-section.child-template__section.rtl {
		padding: 100px 0 150px!important;
	}
	.sh-section.child-template__section.rtl .et_pb_row {
		flex-direction: column-reverse;
	}
	.sh-section.child-template__section.rtl .column.left {
		margin: auto auto 25px !important;
	}
	.sh-section.child-template__section .column.right .boxed-holder {
		max-width: none;
	}
}
@media all and (max-width: 768px) {
	.sh-section.child-template__welcome .column.right:AFTER {
		position: absolute;
		content: "";
		top: -5vw;
		right: -5vw;
		width: 50vw;
		height: 50vw;
		background: #3c3c3c;
		z-index: -1;
	}
	.sh-section.child-template__second-section:AFTER {
		width: 32vw;
		height: 32vw;
		top: -15vw;
	}
	.sh-section.child-template__second-section:BEFORE {
		width: 32vw;
		height: 32vw;
		top: -15vw;
		background-size: 12vw 16vw;
	}
	.sh-section.child-template__section .column.right .boxed-holder h2,
	.sh-section.child-template__second-section .column.right .boxed-holder h2 {
		font-size: 35px;
		padding-bottom: 10px;
	}
	.sh-section.child-template__section .column.right .boxed-holder p,
	.sh-section.child-template__second-section .column.right .boxed-holder p {
		font-size: 16px;
		line-height: 26px;
	}
	.sh-section.child-template__second-section .column.right .boxed-holder li {
		padding-left: 50px !important;
	}
	.sh-section.child-template__second-section .column.right .boxed-holder li:BEFORE {
		font-size: 20px !important
	}
	.sh-section.child-template__second-section .column.right .boxed-holder li a {
		font-size: 20px !important;
	}
	.sh-section.child-template__section .column.right {
		padding: 30px;
	}
	.sh-section.child-template__section.rtl {
		padding: 75px 0 !important;
	}
}
@media all and (max-width: 480px) {
	.sh-section.child-template__welcome {
		padding-bottom: 29.167vw;
	}
	.sh-section.child-template__welcome .column.left {
		margin-top: 20px;
		padding: 0;
	}
	.sh-section.child-template__welcome .column.left h2 {
		padding-bottom: 10px;
	}
	.sh-section.child-template__welcome .column.right:AFTER {
		position: absolute;
		content: "";
		top: -5vw;
		right: -5vw;
		width: 80vw;
		height: 80vw;
		background: #3c3c3c;
		z-index: -1;
	}
	.sh-section.child-template__welcome .column.left a {
		margin-top: 20px;
	}
	.sh-section.child-template__second-section:AFTER {
		width: 40vw;
		height: 40vw;
		top: -19vw;
		left: 0;
		margin: auto;
	}
	.sh-section.child-template__second-section:BEFORE {
		width: 40vw;
		height: 40vw;
		top: -19vw;
		background-size: 20vw 22vw;
		left: 0;
		margin: auto;
	}
	.sh-section.child-template__second-section {
		padding-top: 25vw;
		padding-bottom: 50px;
	}
	.sh-section.child-template__second-section .column.right {
		padding: 30px;
	}
	.sh-section.child-template__section .column.right {
		padding: 15px 15px 30px;
	}
	.sh-section.child-template__section .column.right .boxed-holder h2,
	.sh-section.child-template__second-section .column.right .boxed-holder h2 {
		font-size: 30px;
		line-height: 35px;
	}
	.sh-section.child-template__second-section .column.right .boxed-holder li {
		padding-left: 30px !important;
		margin-bottom: 5px !important
	}
	.sh-section.child-template__second-section .column.right .boxed-holder li:BEFORE {
		font-size: 16px !important;
	}
	.sh-section.child-template__second-section .column.right .boxed-holder li a {
		line-height: 1;
		font-size: 18px !important;
		font-weight: 600 !important;
	}
	.sh-section.child-template__section:AFTER {
		width: 40vw;
		height: 40vw;
		top: -19vw;
		left: 0;
		margin: auto;
	}
	.sh-section.child-template__section:BEFORE {
		width: 40vw;
		height: 40vw;
		top: -19vw;
		background-size: 20vw 22vw;
		left: 0;
		margin: auto;
	}
	.sh-section.child-template__third-section {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.sh-section.child-template__third-section .et_pb_row:nth-of-type(3) {
		margin-top: 20px;
	}
	.sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.left ul li:BEFORE {
		left: 0;
		top: 3px;
		font-size: 16px;
	}
	.sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.left {
		padding: 30px;
	}
	.sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.left ul li a {
		font-size: 18px;
		line-height: 24px;
		padding-left: 30px;
		display: block;
		margin-bottom: 10px;
	}
	.sh-section.child-template__section {
		padding-bottom: 50px
	}
	.sh-section.child-template__section.rtl {
		padding-top: 50px !important;
		padding-bottom: 20vw !important
	}
}
@media all and (max-width: 399px) {
	.sh-section.child-template__second-section .column.right {
		padding: 20px 15px;
	}
	.sh-section.child-template__third-section .et_pb_row:nth-of-type(2) .column.left {
		padding: 29px;
	}
}



/*=====================================*/
/*          #TEMPLATE4_BLOG            */
/*=====================================*/
#blog-template__maincontainer {
	margin-bottom: 100px;
}
#blog-template__maincontainer .et_pb_row > .content {
	min-height: 200px;
}
#blog-template__maincontainer .ajaxloader {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/ajax-loader.svg) no-repeat center 20px rgba(255, 255, 255, .9);
	background-size: 150px;
	z-index: 1000
}
#blog-template__maincontainer .et_pb_row {
	max-width: 1170px;
}
#blog-template__maincontainer .item {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #dfdfdf;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
#blog-template__maincontainer .item .left-column {
	width: 37%;
}
#blog-template__maincontainer .item .left-column > .sh-imagewrapper {
	display: flex;
	width: 343px;
	height: 343px;
	position: relative;
	overflow: hidden;
}
#blog-template__maincontainer .item .left-column > .sh-imagewrapper > a {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;

	-webkit-transition: all 200ms 50ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 200ms 50ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 200ms 50ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 200ms 50ms cubic-bezier(0.645, 0.045, 0.355, 1.000);

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#190f0f+0,190f0f+100&0+28,0.7+100 */
	background: -moz-linear-gradient(top, rgba(25,15,15,0) 0%, rgba(25,15,15,0) 28%, rgba(25,15,15,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(25,15,15,0) 0%,rgba(25,15,15,0) 28%,rgba(25,15,15,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(25,15,15,0) 0%,rgba(25,15,15,0) 28%,rgba(25,15,15,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00190f0f', endColorstr='#b3190f0f',GradientType=0 ); /* IE6-9 */
}
#blog-template__maincontainer .item .left-column > .sh-imagewrapper:HOVER > a {
	opacity: 1;
}
#blog-template__maincontainer .item .left-column > .sh-imagewrapper:HOVER img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
#blog-template__maincontainer .item .left-column > .sh-imagewrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;

	-webkit-transition: all 200ms 50ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 200ms 50ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 200ms 50ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 200ms 50ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
#blog-template__maincontainer .item .right-column {
	width: 63%;
}
#blog-template__maincontainer .item .right-column .heading {
	margin-top: 15px
}
#blog-template__maincontainer .item .right-column h2 {
	line-height: 55px;
	padding-bottom: 5px;
}
#blog-template__maincontainer .item .right-column h2 a:HOVER {
	color: #f99f1c;
}
#blog-template__maincontainer .item .right-column label {
	font-size: 14px;
	color: #a1a1a1;
	line-height: 30px;
}
#blog-template__maincontainer .item .right-column .content {
	margin-top: 10px;
}
#blog-template__maincontainer .item .right-column .content p {
	color: #515151;
}
#blog-template__maincontainer .item .right-column .btn-group {
	margin-top: 20px;
}
#blog-template__maincontainer .item .right-column .btn-group > a {
	font-size: 25px;
	font-weight: 800;
	color: #f99f1c;
	letter-spacing: -0.25px;
	line-height: 55px;
	text-decoration: underline;
}
@media all and (max-width: 1099px) {
	#blog-template__maincontainer .item .right-column {
		width: 63%;
		padding-left: 50px;
	}
}
@media all and (max-width: 980px) {
	#blog-template__maincontainer .item .left-column {
		width: 37%;
	}
	#blog-template__maincontainer .item .left-column > .sh-imagewrapper {
		width: 100%;
		height: 35vw;
	}
	#blog-template__maincontainer .item .right-column .heading {
		margin-top: 0px;
	}
	#blog-template__maincontainer .item .right-column .heading h2 {
		font-size: 4.796vw;
		line-height: 5.612vw;
	}
}
@media all and (max-width: 768px) {
	#blog-template__maincontainer .pagination {
		flex-direction: column;
	}
	#blog-template__maincontainer .pagination label {
		margin-bottom: 10px
	}
	#blog-template__maincontainer .item .right-column {
		width: 63%;
		padding-left: 25px;
	}
	#blog-template__maincontainer .item .right-column .btn-group > a {
		font-size: 20px;
		line-height: 1;
	}
}
@media all and (max-width: 599px) {
	#blog-template__maincontainer .item .right-column .heading h2 {
		padding-bottom: 0px;
	}
	#blog-template__maincontainer .item .right-column .content p {
		font-size: 16px;
		line-height: 24px
	}
}
@media all and (max-width: 480px) {
	#blog-template__maincontainer .item {
		flex-direction: column;
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	#blog-template__maincontainer .item .left-column {
		margin-bottom: 20px;
	}
	#blog-template__maincontainer .item .left-column .sh-imagewrapper {
		height: 55vw
	}
	#blog-template__maincontainer .item .left-column,
	#blog-template__maincontainer .item .right-column {
		width: 100%;
		padding: 0;
	}
	#blog-template__maincontainer .item .right-column .heading h2 {
		font-size: 25px;
		line-height: 30px;
	}
}



/*=====================================*/
/*           #PAGINATION               */
/*=====================================*/
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination > label {
	color: #262626;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -0.25px;
	margin-right: 30px;
}
.pagination .btn-group {
	display: flex;
}
.pagination .btn-group button.page {
	width: 54px;
	height: 54px;
	font-size: 20px;
	font-weight: 800;
	color: #262626;
	background: transparent;
	border: none;
	outline: none;
	margin: 0 8px;
	cursor: pointer;
}
.pagination .btn-group button.page:HOVER {
	color: #ee2624;
}
.pagination .btn-group button.current {
	background: #ee2624;
	color: #ffffff;
	pointer-events: none;
}
.pagination .btn-group button.page.prev,
.pagination .btn-group button.page.next {
	position: relative;
	font-size: 0;
}
.pagination .btn-group button.page.prev > span,
.pagination .btn-group button.page.next > span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pagination .btn-group button.page.prev > span:BEFORE,
.pagination .btn-group button.page.next > span:BEFORE {
	position: absolute;
	content: "\f054";
	left: 0;
	top: 0;
	font-family: 'FontAwesome';
	font-size: 21px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;

}
.pagination .btn-group button.page.prev > span:BEFORE {
	content: "\f053";
}
.pagination .btn-group button.page.prev:HOVER,
.pagination .btn-group button.page.next:HOVER {
	background: transparent;
	color: #ee2624;
}
@media all and (max-width: 768px) {
	.pagination > label {
		margin-right: 0;
	}
	.pagination .btn-group button.page {
		width: 45px;
		height: 45px;
		font-size: 18px;
		margin: 0 5px;
	}
	.pagination .btn-group button.page:HOVER {
		color: #ee2624;
	}
	.pagination .btn-group button.current {
		background: #ee2624;
		color: #ffffff;
		pointer-events: none;
	}
	.pagination .btn-group button.page.prev > span:BEFORE,
	.pagination .btn-group button.page.next > span:BEFORE {
		font-size: 18px;
	}
}
@media all and (max-width: 480px) {
	.pagination .btn-group button.page {
		display: none
	}
	.pagination .btn-group button.current {
		display: block;
	}
	.pagination .btn-group button.page.prev,
	.pagination .btn-group button.page.next {
		display: block;
	}
}



/*=====================================*/
/*     #TEMPLATE5_SINGLE_ARTICLE       */
/*=====================================*/
.sh-section.article-template__main {
	margin-bottom: 100px;
}
.sh-section.article-template__main .heading {
	margin-bottom: 20px;
}
.sh-section.article-template__main .heading h1 {
	line-height: 1;
	padding-bottom: 5px;
}
.sh-section.article-template__main .heading label {
	font-size: 14px;
	color: #a1a1a1;
	letter-spacing: 0px;
}
.sh-section.article-template__main .et_pb_row {
	display: flex;
}
.sh-section.article-template__main .column-left {
	width: 65%;
}
.sh-section.article-template__main .column-left .content p {
	padding: 0 0 30px
}
.sh-section.article-template__main .column-left .content p strong {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -0.25px;
	line-height: 30px;
	color: #262626;
	font-style: normal;
	display: block;
}
.sh-section.article-template__main .column-left .content p a {
	color: #ee2624;
	text-decoration: underline;
}
.sh-section.article-template__main .column-left .content img {
	margin-left: 0;
	width: auto;
}
.sh-section.article-template__main .column-right {
	display: flex;
	justify-content: flex-end;
	width: 35%;
}
@media all and (max-width: 1250px) {
	.sh-section.article-template__main .column-left {
		padding-right: 50px;
	}
}
@media all and (max-width: 980px) {
	.sh-section.article-template__main .et_pb_row {
		flex-direction: column;
	}
	.sh-section.article-template__main .column-left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 50px;
	}
	.sh-section.article-template__main .column-right {
		width: 100%;
	}
}
@media all and (max-width: 768px) {

}
@media all and (max-width: 480px) {
	.sh-section.article-template__main {
		margin-bottom: 50px;
	}
	.sh-section.article-template__main .column-left .content p strong {
		font-size: 18px;
		line-height: 24px;
		font-weight: 600;
	}
	.sh-section.article-template__main .column-left .content p {
		padding-bottom: 15px
	}
}



/*=====================================*/
/*          #MAILINGLIST_FORM          */
/*=====================================*/
.mailinglist-form-wrapper {
	max-width: 394px;
	background: #f5f5f5;
	padding: 50px 40px;
	height: fit-content;
	position: relative;
}
.mailinglist-form-wrapper h4 {
	font-size: 25px;
	letter-spacing: -0.25px;
	font-weight: bold;
	text-align: center;
	padding-bottom: 25px;
}
.mailinglist-form-wrapper img {
	margin-bottom: 15px;
}
.mailinglist-form-wrapper .ajax-loader {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	margin: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: url(images/ajax-loader.svg) no-repeat center rgba(255, 255, 255, .9) !important;
	background-size: 100px !important;
}
@media all and (max-width: 980px) {
	.mailinglist-form-wrapper {
		margin: auto;
	}
}
@media all and (max-width: 480px) {
	.sh-section.jobs-template__main {
		padding-bottom: 50px !important;
	}
	.mailinglist-form-wrapper {
		padding: 30px;
	}
	.mailinglist-form-wrapper h4 {
		font-size: 21px;
		padding-bottom: 15px;
	}
	.mailinglist-form-wrapper img {
		width: 100%;
	}
}
@media all and (max-width: 399px) {
	.mailinglist-form-wrapper {
		padding: 30px 20px;
	}
}



/*=====================================*/
/*       #TEMPLATE7_JOBSBOARD          */
/*=====================================*/
.page-template-template-jobs-board .custom-template__heading h2 {
	font-size: 83px;
}
.sh-section.jobs-template__main {
	padding-bottom: 100px;
}
.sh-section.jobs-template__main .et_pb_row {
	display: flex;
}
.sh-section.jobs-template__main .column-left {
	width: 65%;
}
.sh-section.jobs-template__main .column-left .heading {
	border-bottom: 4px solid #fa9f1d;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.sh-section.jobs-template__main .column-left figure {
	margin: 0;
}
.sh-section.jobs-template__main .column-left figure .sh-imgewrapper {
	display: flex;
	height: 24vw;
	margin-bottom: 2.344vw;
}
.sh-section.jobs-template__main .column-left figure .sh-imgewrapper img {

	object-fit: cover;
	object-position: bottom left;
}
.sh-section.jobs-template__main .jobs_keysearch-wrapper {
	background: #201f1f;
	padding: 40px;
}
.sh-section.jobs-template__main .jobs_keysearch-wrapper .inner-wrapper {
	width: 100%;
	background: #ffffff;
	height: 66px;
	border-radius: 5px;
	overflow: hidden;
	display: flex;
}
.sh-section.jobs-template__main .jobs_keysearch-wrapper input {
	border: none;
	outline: none;
	width: 73%;
	color: #515151;
	font-size: 18px;
	font-weight: bold;
	padding-left: 35px;
}
.sh-section.jobs-template__main .jobs_keysearch-wrapper .job_keysearch-go {
	background: #f99f1c;
	outline: none;
	border: none;
	width: 27.5%;
	font-size: 20px;
	color: #ffffff;
	font-weight: 600;
	padding-right: 40px !important;
	position: relative;
	cursor: pointer;
}
.sh-section.jobs-template__main .jobs_keysearch-wrapper .job_keysearch-go > span.icon {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	width: 43%;
	height: 100%;
	background: url(images/search-icon.svg) no-repeat center;
}
.sh-section.jobs-template__main .jobs_header {
	margin-top: 35px;
}
.sh-section.jobs-template__main .jobs_locationfilter-wrapper {
	margin-top: 40px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 35px
}
.sh-section.jobs-template__main .jobs_locationfilter-wrapper label {
	font-size: 18px;
	font-weight: 600;
	color: #515151;
	margin-right: 25px;
}
.sh-section.jobs-template__main .jobs_locationfilter-wrapper select {
	width: 340px;
	height: 51px;
	border: 2px solid #8d8d8d;
	border-radius: 5px;
	font-size: 16px;
	font-weight: 600;
	color: #8d8d8d;
	padding-left: 30px;
	cursor: pointer;

	background: url(images/select_arrowdown.png) no-repeat right;
    -webkit-appearance: none;
    background-position-x: calc(100% - 20px);
    background-size: 11px;
}
.sh-section.jobs-template__main #job_list-wrapper {
	min-height: 200px;
	position: relative;
}
.sh-section.jobs-template__main #job_list-wrapper .ajaxloader {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/ajax-loader.svg) no-repeat center 20px rgba(255, 255, 255, .9);
	background-size: 150px;
	z-index: 1000;
}
.sh-section.jobs-template__main #job_list-wrapper .item {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 40px;
	padding-bottom: 40px;
}
.sh-section.jobs-template__main #job_list-wrapper .item h4,
.sh-section.jobs-template__main #job_list-wrapper .item h4 a {
	font-size: 25px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: -0.5px;
	color: #262626;
	text-decoration: none;
}
.sh-section.jobs-template__main #job_list-wrapper .item h4:HOVER a {
	color: #f99f1c;
}
.sh-section.jobs-template__main #job_list-wrapper .item span.location {
	font-size: 18px;
	color: #515151;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}
.sh-section.jobs-template__main #job_list-wrapper .item a {
	font-size: 18px;
	font-weight: 800;
	color: #f99f1c;
	letter-spacing: -0.25px;
	text-decoration: underline;
	display: block;
	margin-top: 20px;
}
.sh-section.jobs-template__main #job_list-wrapper .pagination {
	justify-content: flex-start;
	margin-top: 100px;
}
.sh-section.jobs-template__main .column-right {
	display: flex;
	justify-content: flex-end;
	width: 35%;
}
@media all and (max-width: 1390px) {
	.sh-section.jobs-template__main .jobs_keysearch-wrapper .job_keysearch-go {
		width: 35%;
		font-size: 18px;
		padding-right: 40px !important;
		cursor: pointer;
	}
	.sh-section.jobs-template__main .jobs_keysearch-wrapper .job_keysearch-go > span.icon {
		width: 35%;
		background-size: 18px;
	}
}
@media all and (max-width: 1250px) {
	.sh-section.jobs-template__main .column-left {
		padding-right: 50px
	}
}
@media all and (max-width: 980px) {
	.page-template-template-jobs-board .custom-template__heading h2 {
		font-size: 7vw;
	}
	.sh-section.jobs-template__main .et_pb_row {
		flex-direction: column;
	}
	.sh-section.jobs-template__main .column-left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 30px;
	}
	.sh-section.jobs-template__main .column-left figure .sh-imgewrapper {
		display: flex;
		height: 40vw;
	}
	.sh-section.jobs-template__main .jobs_keysearch-wrapper .job_keysearch-go {
		width: 30%;
		font-size: 18px;
		padding-right: 40px !important;
		cursor: pointer;
	}
	.sh-section.jobs-template__main .column-right {
		width: 100%;
		justify-content: flex-start;
	}
}
@media all and (max-width: 768px) {
	.page-template-template-jobs-board .custom-template__heading h2 {
		font-size: 8vw;
		line-height: 8.5vw;
	}
	.sh-section.jobs-template__main .jobs_keysearch-wrapper {
		padding: 30px;
	}
	.sh-section.jobs-template__main .jobs_keysearch-wrapper .job_keysearch-go {
		width: 30%;
		font-size: 16px;
		font-weight: bold;
		padding: 0px !important;
	}
	.sh-section.jobs-template__main .jobs_keysearch-wrapper .job_keysearch-go > span.icon {
		display: none;
	}
	.sh-section.jobs-template__main #job_list-wrapper .pagination {
		justify-content: center;
		margin-top: 50px;
		flex-direction: column;
	}
	.sh-section.jobs-template__main #job_list-wrapper .pagination label {
		margin-bottom: 20px;
	}
}
@media all and (max-width: 480px) {
	.page-template-template-jobs-board .custom-template__heading {
		padding-bottom: 50px;
	}
	.page-template-template-jobs-board .custom-template__heading h2 {
		font-size: 35px;
    	line-height: 40px;
	}
	.sh-section.jobs-template__main .column-left .heading {
		padding-bottom: 30px;
		margin-bottom: 30px;
	}
	.sh-section.jobs-template__main .jobs_keysearch-wrapper {
		padding: 20px;
	}
	.sh-section.jobs-template__main .jobs_keysearch-wrapper .inner-wrapper {
		height: 50px;
		border-radius: 0px;
	}
	.sh-section.jobs-template__main .jobs_keysearch-wrapper input {
		font-size: 16px;
		font-weight: 600;
		padding: 0 25px;
		width: 100%;
	}
	.sh-section.jobs-template__main .jobs_keysearch-wrapper .job_keysearch-go {
		width: 70px;
		font-size: 0;
	}
	.sh-section.jobs-template__main .jobs_keysearch-wrapper .job_keysearch-go > span.icon {
		display: block;
		width: 100%;
	}
	.sh-section.jobs-template__main .jobs_header {
		margin-top: 20px;
	}
	.sh-section.jobs-template__main .jobs_header h2 {
		font-size: 30px;
		padding-bottom: 5px;
	}
	.sh-section.jobs-template__main .jobs_locationfilter-wrapper {
		margin-top: 20px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 25px;
	}
	.sh-section.jobs-template__main .jobs_locationfilter-wrapper label {
		font-size: 18px;
		margin-right: 0;
		margin-bottom: 15px;
	}
	.sh-section.jobs-template__main .jobs_locationfilter-wrapper select {
		width: 100%;
		height: 50px;
		font-size: 16px;
		padding-left: 20px;
	}
	.sh-section.jobs-template__main #job_list-wrapper .item {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.sh-section.jobs-template__main #job_list-wrapper .item h4 {
		font-size: 21px;
		line-height: 28px;
	}
	.sh-section.jobs-template__main #job_list-wrapper .item span.location {
		font-size: 16px;
		margin-bottom: 10px;
	}
	.sh-section.jobs-template__main #job_list-wrapper .item p {
		line-height: 23px;
	}
	.sh-section.jobs-template__main #job_list-wrapper .item a {
		font-size: 16px;
		font-weight: bold;
		margin-top: 10px;
	}
}



/*=====================================*/
/*       #TEMPLATE6_CONTACTUS          */
/*=====================================*/
.sh-section.contactus-template__locmap {
	background: #f5f5f5;
	padding-bottom: 90px;
}
.sh-section.contactus-template__locmap .title_row {
	padding: 40px 0;
	text-align: center
}
.sh-section.contactus-template__locmap .title_row h2 {
	padding-bottom: 25px;
}
.sh-section.contactus-template__locmap .title_row #offices_loc {
	max-width: 605px;
	width: 100%;
	height: 51px;
	border-radius: 5px;
	border: 2px solid #8d8d8d;
	color: #8d8d8d;
	font-size: 16px;
	font-weight: 500;
	padding-left: 30px;

	background: url(images/select_arrowdown.png) no-repeat right #ffffff;
    -webkit-appearance: none;
    background-position-x: calc(100% - 20px);
    background-size: 11px;
}
.sh-section.contactus-template__locmap .map_row {
	background: #888888;
	max-width: none;
	display: flex;
	overflow: hidden;
}
.sh-section.contactus-template__locmap .map_row #sh-map {
	width: 62%;
	height: 793px;
}
.sh-section.contactus-template__locmap .map_row .detail-holder {
	background: #ffffff;
	width: 38%;
	padding-top: 75px;
	position: relative;
}
.sh-section.contactus-template__locmap .map_row .detail-holder .ajaxloader {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(images/ajax-loader.svg) no-repeat center rgba(255, 255, 255, .9);
	background-size: 100px;
	z-index: 1000;
}
.sh-section.contactus-template__locmap .map_row .detail-holder .inner-wrapper {
	max-width: 560px;
	padding: 0 15px;
	margin: auto
}
.sh-section.contactus-template__locmap .map_row .detail-holder h4 {
	font-size: 30px;
	font-weight: 800;
	letter-spacing: -1px;
	color: #262626;
	padding-bottom: 30px;
}
.sh-section.contactus-template__locmap .map_row .detail-holder .data-group {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ededed;
	padding-bottom: 30px;
	margin-bottom: 25px;
}
.sh-section.contactus-template__locmap .map_row .detail-holder .data-group:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group {
	display: flex;
	width: 100%;
	margin-bottom: 20px;
}
.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group:last-of-type {
	margin-bottom: 0px;
}
.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group.half {
	width: 40%
}
.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group > .sh-imagewrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 25px;
	margin-right: 20px;
	margin-top: 5px
}
.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group > label {
	width: calc(100% - 25px);
}
.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group > .sh-imagewrapper > img {
	width: auto;
}
.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group .data-title,
.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group .data-value,
.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group .data-value a {
	font-size: 18px;
	font-weight: bold;
	display: block
}
.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group .data-value {
	max-width: 380px;
}
.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group .data-value,
.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group .data-value a {
	font-weight: 600;
	color: #515151;
}
.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group .data-value a:HOVER {
	color: #f99f1c;
}
.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .global-group h5 {
	color: #515151;
	font-weight: bold;
}
.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .global-group.one-third {
	width: 33.33%;
}
.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .global-group.one-third > label {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .global-group.one-third > label .sh-imagewrapper {
	width: 15px;
	margin-right: 10px;
}
.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .global-group.one-third > label a {
	color: #515151;
	font-weight: 600;
	font-size: 16px !important;
}
.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .global-group.one-third > label a:HOVER {
	color: #f99f1c;
}
.sh-section.contactus-template__location {
	padding: 85px 0;
}
.sh-section.contactus-template__location .et_pb_row {
	max-width: 1170px
}
.sh-section.contactus-template__location h2 {
	text-align: center;
	padding-bottom: 45px
}
.sh-section.contactus-template__location .form_holder {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.sh-section.contactus-template__location .column-left .wpcf7-form-control-wrap {
	line-height: 0;
	position: relative;
}
.sh-section.contactus-template__location .column-left .wpcf7-form-control-wrap.your-branch + span.icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	background: url(images/search-icon.svg) no-repeat center;
	background-size: 18px;
	z-index: 10000;
	opacity: 0.15;

	-webkit-filter: invert(1);
	-moz-filter: invert(1);
	filter: invert(1);
}
.sh-section.contactus-template__location .column-left .wpcf7-form-control-wrap.your-branch ~ .branch_list {
	background: #ffffff;
/* 	border: 2px solid #8d8d8d; */
	border-radius: 3px;
	position: absolute;
	z-index: 100000;
	top: 52px;
	box-shadow: 0px 3px 10px rgba(0,0,0,0.1);
	width: 100%;
	padding: 10px 0px;
	max-height: 300px;
	overflow:auto;
  display: none;
}
.sh-section.contactus-template__location .column-left .wpcf7-form-control-wrap.your-branch ~ .branch_list.active {
  display: block;
}
.sh-section.contactus-template__location .column-left .wpcf7-form-control-wrap.your-branch ~ .branch_list a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 7px 20px;
	font-size: 14px;
	color: #777777;
	cursor: pointer;
	border-bottom: 1px solid #e6e6e6;
}
.sh-section.contactus-template__location .column-left .wpcf7-form-control-wrap.your-branch ~ .branch_list a.hidden {
  display: none;
}
.sh-section.contactus-template__location .column-left .wpcf7-form-control-wrap.your-branch ~ .branch_list a > strong {
	font-weight: 600;
	color: #444444;
}
.sh-section.contactus-template__location .column-left .wpcf7-form-control-wrap.your-branch ~ .branch_list a:LAST-CHILD {
	border-bottom: 0px;
}
.sh-section.contactus-template__location .column-left .wpcf7-form-control-wrap.your-branch ~ .branch_list a > img {
	width: 16px;
	vertical-align: middle;
	margin-right: 15px;
	opacity: 0.3;
}
.sh-section.contactus-template__location .column-left .wpcf7-form-control-wrap.your-branch ~ .branch_list a:HOVER {
	background: #f5f5f5;
}
.sh-section.contactus-template__location .column-left .wpcf7-form-control-wrap.your-branch ~ .branch_list a:HOVER img {
	opacity: 1;
}
.sh-section.contactus-template__location .column-left .form-field {
	position: relative
}
.sh-section.contactus-template__location .column-left .form-field:last-of-type .wpcf7-form-control-wrap {
	margin-bottom: 0;
}
.sh-section.contactus-template__location .column-left,
.sh-section.contactus-template__location .column-right {
	width: calc(50% - 20px);
}
.sh-section.contactus-template__location .column-right {
	margin-left: auto;
}
.sh-section.contactus-template__location .column-right {
	border: 1px solid #d8d8d8;
	background: #ffffff;
	border-radius: 5px;
	overflow: hidden;
	padding-top: 55px
}
.sh-section.contactus-template__location .column-right h4,
.inner_wrapper h4 {
	font-size: 25px;
	font-weight: 800;
	letter-spacing: -1px;
	text-align: center;
	padding-bottom: 35px;
}
.sh-section.contactus-template__location .column-right .inner_wrapper {
	max-width: 450px;
	margin: auto;
	padding: 0 15px;
}
.options_group {
	border-bottom: 1px solid #dadada;
}
.options_group >.wpcf7-form-control-wrap {
	margin-bottom: 15px;
}
.options_group .wpcf7-checkbox {
	display: flex;
	flex-wrap: wrap;
}
.options_group .wpcf7-list-item {
	width: calc(50% - 10px);
	margin: 0 0 18px;
	position: relative;
	padding-left: 40px;
	cursor: pointer;
	z-index: 1;
}
.options_group .wpcf7-list-item:nth-child(even) {
	margin-left: auto
}
.options_group .wpcf7-list-item-label:BEFORE {
	position: absolute;
	content: "";
	top: 2px;
	left: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #c4c4c4;
	background: #f2f2f2;
	border-radius: 2px;
	z-index: -1;
}
.options_group .wpcf7-list-item-label:AFTER {
	position: absolute;
	content: "\f00c";
	top: 0;
	left: 3px;
	color: #262626;
	font-size: 12px;
	font-family: 'FontAwesome';
	z-index: 0;

	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);

	-webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.options_group .wpcf7-list-item.active .wpcf7-list-item-label:AFTER {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.options_group .wpcf7-list-item:HOVER .wpcf7-list-item-label:BEFORE {
	border: 1px solid #aaaaaa;
}
.options_group .wpcf7-list-item-label {
	font-size: 16px;
	color: #515151;
	font-weight: 500;
	cursor: pointer;
}
.options_group .wpcf7-list-item input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}
.wpcf7-form .file_row {
	display: flex;
  margin: 20px 0;
}
.wpcf7-form .file_row input[type="file"] {
	display: none;
}
.wpcf7-form .file_row > label {
	font-size: 15px;
	font-weight: 500;
	color: #515151;
	line-height: 21px;
	width: 60%;
	padding-right: 15px
}
.wpcf7-form .file_row > #eform_uploadBtn {
	height: 43px;
	max-width: 160px;
	min-width: 0px;
	width: 100%;
	font-size: 16px;
	margin-left: auto;
	cursor: pointer;
}
.wpcf7-form .file_row > #eform_uploadBtn.hidden {
	display: none !important;
}
.wpcf7-form .form_holder > .form-field:last-of-type {
	width: 100%;
	text-align: center;
	margin-top: 25px
}
.wpcf7-form .form_holder > .form-field:last-of-type #eform_submitBtn {
	width: 254px;
	height: 65px;
	outline: none;
	border: none;
	border-radius: 100px;
	background: #00053e;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin: auto;
	cursor: pointer;
}

.submit-center {
    display:flex;
    align-items: center;
    justify-items:center;
}

.submit-center > #eform_submitBtn {
	padding: 10px 40px 10px 40px;
	outline: none;
	border: none;
	border-radius: 100px;
	background: #00053e;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	margin: auto;
	cursor: pointer;
}

.wpcf7-form .form_holder .ajax-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	background-size: 100px;
}
.wpcf7-form .form_holder .filename_holder {
	position: relative;
	margin-left: auto;
	max-width: 160px;
  display: none;
}
.wpcf7-form .form_holder .filename_holder .data_fname {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
	font-size: 15px;
	text-decoration: underline;
  margin-left: -30px;
}
.wpcf7-form .form_holder .filename_holder .remove_btn {
	cursor: pointer;
}
.wpcf7-form .form_holder .filename_holder .remove_btn:HOVER:BEFORE {
	color: #ffffff;
	background: #00053e;
}
.wpcf7-form .form_holder .filename_holder .remove_btn:BEFORE {
	position: absolute;
	content: "\f1f8";
	top: 0;
	right: 0;
	width: 25px;
	height: 25px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #00053e;
	font-family: 'FontAwesome';
}

.wpcf7-form .seeker-form .file_row > label {
  padding-top: 5px;  
}

@media all and (max-width: 1390px) {
	.sh-section.contactus-template__locmap .map_row {
		padding: 0;
	}
	.sh-section.contactus-template__locmap .map_row #sh-map {
		width: 55%;
		height: 793px;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder {
		width: 45%;
		padding-top: 50px;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .inner-wrapper {
		padding: 0 30px;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .global-group.one-third {
		padding-right: 10px;
	}
}
@media all and (max-width: 1199px) {
	.sh-section.contactus-template__locmap .map_row .detail-holder {
		padding-top: 30px;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group.half {
		width: 50%;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .global-group.one-third {
		padding-right: 0px;
		width: 100%;
		margin-bottom: 20px
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .global-group.one-third label {
		width: 50%;
		max-width: 200px;
		float: left;
	}
}
@media all and (max-width: 1050px) {
	.sh-section.contactus-template__locmap .map_row {
		flex-wrap: wrap;
	}
	.sh-section.contactus-template__locmap .map_row #sh-map {
		width: 100%;
		height: 793px;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder {
		width: 100%;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .inner-wrapper {
		max-width: none;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group:nth-of-type(1) {
		padding-bottom: 10px;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group:nth-of-type(2) .icon-group {
		width: calc(33.33% - 10px);
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group:nth-of-type(2) .icon-group:nth-of-type(1) .sh-imagewrapper img,
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group:nth-of-type(2) .icon-group:nth-of-type(3) .sh-imagewrapper img {
		width: 23px;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group:nth-of-type(3) .icon-group {
		width: 100%;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group {
		width: calc(50% - 10px);
		margin-right: 10px;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group a {
		word-wrap: break-word;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group .data-value {
		max-width: none;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group > .sh-imagewrapper {
		flex-shrink: 0;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .global-group.one-third {
		width: 33.33%;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .global-group.one-third label {
		width: 100%;
	}
}
@media all and (max-width: 980px) {
	.sh-section.contactus-template__location .form_holder {
		max-width: 699px;
		margin: auto
	}
	.sh-section.contactus-template__location .column-left,
	.sh-section.contactus-template__location .column-right {
		width: 100%;
	}
	.sh-section.contactus-template__location .column-left {
		margin-bottom: 25px;
	}
	.sh-section.contactus-template__location .column-right {
		padding: 50px 15px;
	}
	.sh-section.contactus-template__location .column-right .inner_wrapper {
		max-width: none;
	}
}
@media all and (max-width: 768px) {
	.sh-section.contactus-template__locmap .title_row {
		padding-left: 15px;
		padding-right: 15px;
	}
	.sh-section.contactus-template__locmap .title_row #offices_loc {
		max-width: none;
	}
	.sh-section.contactus-template__locmap .map_row #sh-map {
		height: 65.104vw;
	}
}
@media all and (max-width: 599px) {
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group {
		width: 100% !important;
		margin-right: 0 !important;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .global-group.one-third {
		width: calc(50% - 10px);
		margin-right: 10px;
	}
}
@media all and (max-width: 480px) {
	.sh-section.contactus-template__locmap .title_row {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	.sh-section.contactus-template__locmap .title_row h2 {
		font-size: 25px;
		padding-bottom: 10px;
		letter-spacing: -0.5px;
		font-weight: bold;
	}
	.sh-section.contactus-template__locmap {
		padding-bottom: 50px;
	}
	.sh-section.contactus-template__locmap .map_row #sh-map {
		display: none;
	}
	.sh-section.contactus-template__locmap .title_row #offices_loc {
		padding-left: 20px;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .inner-wrapper {
		padding: 0 15px;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .ajaxloader {
		background: url(images/ajax-loader.svg) no-repeat center 50px rgba(255, 255, 255, .9);
    background-size: 100px;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder h4 {
		font-size: 25px;
		padding-bottom: 20px;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group > .sh-imagewrapper {
		width: 18px;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group .data-title,
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group .data-value,
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .icon-group .data-value a {
		font-size: 16px;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group {
		padding-bottom: 20px !important;
		margin-bottom: 20px !important;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .global-group.one-third {
		width: 100%;
		margin-right: 0px;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .global-group.one-third label {
		width: calc(50% - 10px);
		margin-right: 10px !important;
	}
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group:last-of-type {
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
	}
	.sh-section.contactus-template__location {
		padding: 50px 0;
	}
	.sh-section.contactus-template__location .column-right {
		padding: 30px 15px;
	}
	.sh-section.contactus-template__location .column-right .inner_wrapper {
		padding: 0;
	}
	.sh-section.contactus-template__location .options_group .wpcf7-list-item {
		padding-left: 28px;
	}
	.sh-section.contactus-template__location .file_row {
		flex-direction: column;
		text-align: center;
	}
	.sh-section.contactus-template__location .file_row > label {
		margin: 0 0 -25px;
		width: 100%;
	}
	.sh-section.contactus-template__location .file_row p,
	.sh-section.contactus-template__location .file_row .wpcf7-form-control-wrap {
		padding: 0;
		margin: 0;
	}
	.sh-section.contactus-template__location .file_row > #eform_uploadBtn {
		max-width: none;
	}
	.sh-section.contactus-template__location .form_holder > .form-field:last-of-type #eform_submitBtn {
		width: 100%;
		height: 43px;
		font-size: 16px;
	}
	.sh-section.contactus-template__location .form_holder .filename_holder {
		margin: auto;
		max-width: calc(100% - 60px);
	}
}
@media all and (max-width: 399px) {
	.sh-section.contactus-template__locmap .map_row .detail-holder .data-group .global-group.one-third label {
		width: 100%;
		margin-right: 0px !important;
	}
	.sh-section.contactus-template__location .options_group .wpcf7-list-item {
		width: 100%;
	}
}



/*=====================================*/
/*       #TEMPLATE8_JOBDETAILS         */
/*=====================================*/
.sh-section.jobs-details_template__main {
	padding-bottom: 100px;
}
.sh-section.jobs-details_template__main .heading h2 {
	font-size: 40px;
	line-height: 45px;
}
.sh-section.jobs-details_template__main .heading label.location {
	font-size: 20px;
	font-weight: 600;
	color: #444444;
}
.sh-section.jobs-details_template__main .et_pb_row {
	display: flex;
}
.sh-section.jobs-details_template__main .column-left {
	width: 65%;
}
.sh-section.jobs-details_template__main .column-left .content,
.sh-section.jobs-details_template__main .column-left .content ul,
.sh-section.jobs-details_template__main .column-left .content ul li,
.sh-section.jobs-details_template__main .column-left .content h2,
.sh-section.jobs-details_template__main .column-left .content div,
.sh-section.jobs-details_template__main .column-left .content p,
.sh-section.jobs-details_template__main .column-left .content strong,
.sh-section.jobs-details_template__main .column-left .content em,
.sh-section.jobs-details_template__main .column-left .content p > span {
	text-align: left !important;
	margin: 0 !important;
	font-family: 'Gilroy' !important;
	font-size: 18px !important;
	color: #515151;
	line-height: 30px !important;
	font-weight: 500 !important;
  list-style: none !important;
  font-style: normal !important;
}
.sh-section.jobs-details_template__main .column-left .content {
  margin-top: 50px !important;
}
.sh-section.jobs-details_template__main .column-left .content h2 {
	font-weight: bold !important;
	font-size: 20px !important;
	letter-spacing: 0px;
	text-transform: uppercase;
}
.sh-section.jobs-details_template__main .column-left .content ul {
	margin-bottom: 30px !important;
  padding: 0px !important;
}
.sh-section.jobs-details_template__main .column-left .content ul li {
	padding-left: 30px;
	position: relative;
}
.sh-section.jobs-details_template__main .column-left .content .btn-group {
	margin-top: 30px !important;
	display: block;
}
.sh-section.jobs-details_template__main .column-left .content ul li:BEFORE {
	position: absolute;
	content: "";
	top: 12px;
	left: 0;
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #515151;
}
.sh-section.jobs-details_template__main .column-right {
	display: flex;
	justify-content: flex-end;
	width: 35%;
}
@media all and (max-width: 1390px) {
	.sh-section.jobs-details_template__main .column-left {
		padding-right: 50px;
	}
}
@media all and (max-width: 980px) {
	.sh-section.jobs-details_template__main .et_pb_row {
		flex-direction: column;
	}
	.sh-section.jobs-details_template__main .column-left {
		width: 100%;
		padding-right: 0px;
		margin-bottom: 50px;
	}
	.sh-section.jobs-details_template__main .column-right {
		width: 100%;
	}
}
@media all and (max-width: 768px) {
	.sh-section.jobs-details_template__main .heading h2 {
		font-size: 30px;
		line-height: 35px;
	}
	.sh-section.jobs-details_template__main .heading label.location {
		font-size: 18px;
	}
}
@media all and (max-width: 480px) {
	.sh-section.jobs-details_template__main {
		padding-bottom: 50px;
	}
	.sh-section.jobs-details_template__main .heading h2 {
		font-size: 25px;
		line-height: 30px;
	}
	.sh-section.jobs-details_template__main .column-left .content .btn-group {
		margin-top: 15px !important;
	}
	.sh-section.jobs-details_template__main .column-left .content,
	.sh-section.jobs-details_template__main .column-left .content ul,
	.sh-section.jobs-details_template__main .column-left .content ul li,
	.sh-section.jobs-details_template__main .column-left .content h2,
	.sh-section.jobs-details_template__main .column-left .content div,
	.sh-section.jobs-details_template__main .column-left .content p,
	.sh-section.jobs-details_template__main .column-left .content strong,
	.sh-section.jobs-details_template__main .column-left .content em,
	.sh-section.jobs-details_template__main .column-left .content p > span {
		font-size: 16px !important;
		line-height: 26px !important;
	}
}



/*=====================================*/
/*              #MODALS                */
/*=====================================*/
.applyModal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1000000;
  display: none;
}
.applyModal.show {
	display: flex;
	align-items: center;
	justify-content: center;
}
.applyModal .wrapper {
	position: relative;
	background: #ffffff;
	max-width: 1170px;
	max-height: 650px;
	width: calc(100% - 30px);
	height: calc(100% - 60px);
	overflow: hidden;
}
.applyModal .controls {
	display: flex;
	text-align: right;
}
.applyModal .controls:BEFORE {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: #ffffff;
}
.applyModal .controls h4 {
	text-align: center;
	font-family: 'Gilroy';
	font-size: 25px;
	font-weight: 800;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
}
.applyModal .controls .closeBtn {
	border: none;
	background: none;
	font-family: 'Gilroy';
	text-transform: lowercase;
	font-weight: 600;
	font-size: 20px;
	position: absolute;
	top: 20px;
	right: 20px;
	opacity: 0.3;
	cursor: pointer;
}
.applyModal .controls .closeBtn:HOVER {
	color: #ee2624;
	opacity: 1;
}
.applyModal iframe {
	width: 100%;
	height: 100%;
}
.sh_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000000;
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
  visibility: hidden;
  opacity: 0;
  
  -webkit-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 150ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.sh_modal.show {
  visibility: visible;
  opacity: 1;
}
.sh_modal > .wrapper {
	max-width: 992px;
	max-height: 600px;
	width: calc(100% - 30px);
	height: calc(100% - 40px);
	overflow: hidden;
	position: relative;
	display: flex;
	background: #ffffff;

	transform: scale(0.8) rotate(-10deg);

	-webkit-transition: all 200ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-moz-transition: all 200ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	-ms-transition: all 200ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
	transition: all 200ms 200ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
.sh_modal.show > .wrapper {
	transform: scale(1) rotate(0deg);
}
.sh_modal button.close_btn {
	position: absolute;
	top: 12px;
	right: 10px;
	width: 10px;
	height: 10px;
	border: none;
	background: url(images/modal-close.png) no-repeat center transparent;
	background-size: 10px;
	cursor: pointer;
}
.sh_modal button.close_btn:HOVER {
	-webkit-filter: invert(1);
	filter: invert(1);
}
.sh_modal .column-left {
	width: 55%;
}
.sh_modal .column-left img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.sh_modal.sh_modal_gform .wrapper {
	max-height: none;
	height: auto;
}
.sh_modal.sh_modal_gform .column-left {
	width: 45%;
}
.sh_modal.sh_modal_gform .column-right {
	width: 100%;
	padding: 50px 50px;
}
.sh_modal .column-right {
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 80px 0 20px;
}
.sh_modal .column-right h2 {
	font-size: 47px;
	font-weight: bold;
	font-family: 'Gilroy';
	line-height: 48px;
	letter-spacing: -1.5px;
	color: #262626;
}
.sh_modal .column-right p {
	font-size: 18px;
	font-weight: 500;
	line-height: 30px;
	font-family: 'Gilroy';
	color: #515151;
	padding-bottom: 25px;
}
.sh_modal .column-right .ajax-loader {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	background-size: 120px;
}
.sh_modal .column-right .wpcf7-response-output {
	font-family: 'Gilroy';
	margin: 0 !important;
}
.contactform__modal {
	display: none;
}

.admin-bar .contactform__modal {
  display: block;
}

.sh-section.child-template__section.block-nowhite .column.right {
  background: transparent;
}

.sh-section.block-nowhite .et_pb_text,
.sh-section.block-nowhite .et_pb_text_8 {
  background: transparent;
}
@media all and (max-width: 980px) {
	.sh_modal .column-right {
		width: 45%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 20px 0 20px
	}
	.sh_modal .column-right h2 {
		font-size: 40px;
		line-height: 45px;
	}
	.sh_modal .column-right p {
		font-size: 18px;
		line-height: 26px;
	}
}
@media all and (max-width: 768px) {
	.sh_modal .column-left,
	.sh_modal .column-right {
		width: 50%
	}
	.sh_modal.sh_modal_gform .column-left {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		opacity: 0.15;
	}
	.sh_modal.sh_modal_gform .column-right {
		width: 100%;
		padding: 50px;
	}
}
@media all and (max-width: 599px) {
	.sh_modal > .wrapper {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.sh_modal .column-left {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: -1;
		opacity: 0.15;
	}
	.sh_modal .column-right {
		width: 100%;
		padding: 20px 50px;
	}
}
@media all and (max-width: 480px) {
	.sh_modal > .wrapper {
		height: auto;
	}
	.sh_modal .column-right {
		width: 100%;
		padding: 30px;
	}
	.sh_modal.sh_modal_gform .column-right {
		padding: 30px;
	}
	.sh_modal .column-right h2 {
		font-size: 35px;
		line-height: 40px;
	}
	.sh_modal .column-right .wpcf7 p {
		padding-bottom: 0;
	}
	.sh_modal .column-right .wpcf7 .wpcf7-form-control-wrap {
		margin-bottom: 10px;
	}
}



/*=====================================*/
/*              #404_PAGE              */
/*=====================================*/
body.error404 .not-found img {
	width: 150px;

	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);

	-webkit-filter: grayscale(1) brightness(0) opacity(0.15);
			filter: grayscale(1) brightness(0) opacity(0.15);
}
body.error404 .sh-section {
	padding: 100px 0 200px;
}
body.error404 .not-found h2 {
	font-size: 80px;
	letter-spacing: -4px;
	padding-bottom: 20px;
	line-height: 1;
}
body.error404 .not-found .btn-group {
	display: flex;
	justify-content: space-evenly;
	max-width: 980px;
	margin: 50px auto 0;
}
@media all and (max-width: 980px) {
	body.error404 .sh-section {
		padding: 25px 0 200px;
	}
	body.error404 .not-found h2 {
		font-size: 8.163vw;
		letter-spacing: -2px;
	}
	body.error404 .not-found .btn-group a {
		margin: 10px !important;
		width: 33.33%;
		min-width: auto;
		margin: 0 auto;
	}
}
@media all and (max-width: 699px) {
	body.error404 .sh-section {
		padding: 50px 0;
	}
	body.error404 .not-found img {
		width: 22vw;
	}
	body.error404 .not-found .btn-group {
		flex-direction: column;
		flex-wrap: wrap;
		max-width: none;
	}
	body.error404 .not-found .btn-group a {
		display: block;
		width: 100%;
		margin: 0 0 10px !important;
	}
}
@media all and (max-width: 480px) {

}



/* #DIVI PAGE BUILDER VERSION */
.spaceFiller {
	height: 50px;
}
.sh-section--simple {
	padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.sh-section.sh-section--simple h4 {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: -0.5px;
    line-height: 30px;
}
.sh-section.sh-section--simple p a:HOVER {
	text-decoration: underline;
}
.sh-section.sh-section--simple.with-big-logo {
    padding-top: 120px;
    padding-bottom: 100px;
}
/* .sh-section.sh-section--simple.with-big-logo:AFTER {
	position: absolute;
	content: "";
	width: 250px;
    height: 250px;
    top: -150px;
	right: 0;
	z-index: 10000;
	background: #3c3c3c;
}
.sh-section.sh-section--simple.with-big-logo:BEFORE {
	position: absolute;
	content: "";
	width: 250px;
    height: 250px;
    top: -150px;
	right: 0;
	z-index: 100000;
	background: url(/wp-content/uploads/2019/05/skillhire-logo-icon_white.svg) no-repeat center;
	background-size: 80px;

	-webkit-filter: brightness(1000%) blur(0.2px);
	filter: brightness(1000%) blur(0.2px);
} */
.sh-section.sh-section--simple.colored p {
	color: #ffffff;
}
.sh-section.sh-section--simple.colored .sh-button {
	margin: auto
}
/* BLUE */
.theme_colors-blue .sh-section.parent-template__welcome .column.right:AFTER,
.theme_colors-blue .sh-section.parent-template__links:AFTER,
.theme_colors-blue .sh-section.child-template__second-section:AFTER,
.theme_colors-blue .sh-section.sh-section--simple.with-big-logo:AFTER,
.theme_colors-blue .sh-section.sh-section--simple.colored,
.theme_colors-blue a.sh-button,
.theme_colors-blue .sh-section.child-template__section:AFTER,
.theme_colors-blue .sh-section.child-template__section .column.right .boxed-holder a.sh-button {
	background: #00053e;
}
.theme_colors-blue a.sh-button:HOVER {
  background: #00053e;
}
.theme_colors-blue p a,
.theme_colors-blue ul li:BEFORE {
	color: #00053e;
}
/* GREEN */
.theme_colors-green .sh-section.parent-template__welcome .column.right:AFTER,
.theme_colors-green .sh-section.parent-template__links:AFTER,
.theme_colors-green .sh-section.child-template__second-section:AFTER,
.theme_colors-green .sh-section.sh-section--simple.with-big-logo:AFTER,
.theme_colors-green .sh-section.sh-section--simple.colored,
.theme_colors-green a.sh-button,
.theme_colors-green .sh-section.child-template__section:AFTER,
.theme_colors-green .sh-section.child-template__section .column.right .boxed-holder a.sh-button {
	background: #5d9f44;
}
.theme_colors-green a.sh-button:HOVER {
  background: #5d9f44 !important;
}
.theme_colors-green p a,
.theme_colors-green ul li:BEFORE {
	color: #5d9f44;
}
/* YELLOW */
.theme_colors-yellow .sh-section.parent-template__welcome .column.right:AFTER,
.theme_colors-yellow .sh-section.parent-template__links:AFTER,
.theme_colors-yellow .sh-section.child-template__second-section:AFTER,
.theme_colors-yellow .sh-section.sh-section--simple.with-big-logo:AFTER,
.theme_colors-yellow .sh-section.sh-section--simple.colored,
.theme_colors-yellow a.sh-button,
.theme_colors-yellow .sh-section.child-template__section:AFTER,
.theme_colors-yellow .sh-section.child-template__section .column.right .boxed-holder a.sh-button {
	background: #f99f1c;
}
.theme_colors-yellow a.sh-button:HOVER {
  background: #f99f1c !important;
}
.theme_colors-yellow p a,
.theme_colors-yellow ul li:BEFORE {
	color: #f99f1c;
}
/* RED */
.theme_colors-red .sh-section.parent-template__welcome .column.right:AFTER,
.theme_colors-red .sh-section.parent-template__links:AFTER,
.theme_colors-red .sh-section.child-template__second-section:AFTER,
.theme_colors-red .sh-section.sh-section--simple.with-big-logo:AFTER,
.theme_colors-red .sh-section.sh-section--simple.colored,
.theme_colors-red a.sh-button,
.theme_colors-red .sh-section.child-template__section:AFTER,
.theme_colors-red .sh-section.child-template__section .column.right .boxed-holder a.sh-button {
	background: #EE2624;
}
.theme_colors-red a.sh-button:HOVER {
  background: #EE2624;
}
.theme_colors-red p a,
.theme_colors-red ul li:BEFORE {
	color: #EE2624;
}

/*.et-db #et-boc .et-fb-mousetrap,*/
/*.et-fb-mousetrap {*/
/*  z-index: -9;*/
/*}*/

@media all and (max-width: 980px) {
	.sh-section.sh-section--simple .et_pb_column:nth-of-type(1) {
		margin-bottom: 30px;
	}
	.sh-section.sh-section--simple.with-big-logo {
		
	}
	.sh-section.sh-section--simple.with-big-logo:AFTER {
		width: 200px;
        height: 200px;
        top: -100px;
	}
	.sh-section.sh-section--simple.with-big-logo:BEFORE {
		width: 200px;
        height: 200px;
        top: -100px;
        background-size: 70px;
	}
}
@media all and (max-width: 768px) {
    .spaceFiller {
        height: 30px;
    }
	.sh-section.sh-section--simple {
		padding: 75px 0 !important;
	}
	.sh-section.sh-section--simple.with-big-logo {
		padding-top: 100px;
	}
	.sh-section.sh-section--simple.with-big-logo:AFTER {
		width: 150px;
        height: 150px;
        top: -75px;
	}
	.sh-section.sh-section--simple.with-big-logo:BEFORE {
		width: 150px;
        height: 150px;
        top: -75px;
		background-size: 50px;
	}
}
@media all and (max-width: 699px) {
	.sh-section.sh-section--simple.colored a.sh-button {
		margin-left: auto !important
	}
}
@media all and (max-width: 480px) {
	.sh-section.sh-section--simple {
		padding: 50px 0 !important;
	}
	.sh-section.sh-section--simple.with-big-logo {
		padding-top: 80px;
        padding-bottom: 80px;
	}
	.sh-section.sh-section--simple .et_pb_column:nth-of-type(1) {
		margin-bottom: 30px !important;
	}
	.sh-section.sh-section--simple .et_pb_column:LAST-CHILD {
		margin-bottom: 0px !important;
	}
	.sh-section.sh-section--simple.with-big-logo:AFTER {
		width: 120px;
        height: 120px;
        top: -60px;
		left: 0;
		margin: auto;
	}
	.sh-section.sh-section--simple.with-big-logo:BEFORE {
        width: 120px;
        height: 120px;
        top: -60px;
        background-size: 45px;
		left: 0;
		margin: auto;
	}
}

.rotating-icons__item {
    cursor: pointer;   
}

.grecaptcha-badge {
    display: none !important;
}


.sh-slider_offices {
    opacity: 0;
}

.sh-button:hover {
    opacity: 0.9 !important;
}

.form_holder div.hidden {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
}

@media only screen and (max-width: 1450px) and (min-width: 1100px) {
    .sh-slider.sh-slider__homepagehero .slick-slide:LAST-CHILD h2 {
        font-size: 50px;
        line-height: 1;
    }
    
    .sh-section.home-hero h2 {
        font-size: 38px;
        line-height: 1.1;
    }
    
    .sh-slider__homepagehero .slick-slide {
        height: auto !important;
        min-height: 640px;
    }
}

.no-logo:before,
.no-logo:after {
    display: none;
}

@media only screen and (max-width: 767px) {
    .sh-section.custom-template__heading h1, .sh-section.custom-template__heading h2 {
        font-size: 45px;
        line-height: 1.2;
    }
    
    .sh-section.custom-template__heading h1 > span, .sh-section.custom-template__heading h2 > span, .sh-section.custom-template__heading span.behind__text {
        font-size: 80px;
    }
}

.slick-list {
	min-height: 280px !important;
}

.et_pb_row_4col {
	display: flex !important;
}

#menu-item-23 > a{
	color: #fff !important;
	font-weight: normal !important;
	background-color: #f99f1c;
	border-radius: 50px 0 0 50px;
	padding: 5px 15px 5px 15px!important;
	margin: -5px -10px -5px -10px;
	z-index: 11;
}

#menu-item-23 > a::after{
	color: #fff !important;
	background-color: #f99f1c;
	padding: 5px 10px 5px 10px;
	border-radius: 50px;
	right: -20px !important;
	z-index: 10;
}

.office-location-details {
  background-color: #f5f5f5;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding: 5vw 12% 5vw 12%;
}

.locations-title {
  width:100%;
  text-align: center;
  font-size: 45px;
  letter-spacing: -1.25px;
  line-height: 50px;
  color: #262626;
  font-weight: bold;
  font-family: 'Gilroy';
}

/* --- DEFAULT CARD --- */
.office-location-data {
  padding: 2.5%;
  background-color: #fff;
  max-width: 350px;
  width: 100%;
  margin: 2%;
  transition: all 0.3s ease;
}

/* --- CARD WITH IMAGE: WIDER --- */
.office-location-data.has-map-image {
  max-width: 900px !important;
}

/* --- IMAGE/TEXT LAYOUT --- */
.office-card {
  display: flex;
  gap: 25px;
}

.office-card.has-image {
  flex-direction: row;
  align-items: flex-start;
}

.office-card.no-image {
  flex-direction: column;
}

.office-card-text {
  flex: 1 1 40%;
}

.office-card-image {
  flex: 1 1 60%;
  max-width: 100%;
  display: flex;
  justify-content: flex-end;
}

.location-section {
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 5px;
}
.location-icon { width: 15%; }
.location-details { padding-top: 5px; padding-left: 5px; width: 75%; }
.location-details > h4 {
  color: #666;
  font-weight: bold;
  font-family: 'Gilroy';
  line-height: 1em;
}

/* --- IMAGE STYLES + HOVER EFFECT --- */
.location-featured-image {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 20px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-featured-image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  transition: transform 0.4s ease, filter 0.4s ease;
}

/* Hover zoom + brightness */
.location-featured-image:hover img {
  transform: scale(1.03);
  filter: brightness(1.1);
}

.location-featured-image a::after {
  content: "View on Google Maps";
  position: absolute;
  inset: 0;
  background: rgba(0, 43, 69, 0.6);
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: opacity 0.3s ease;
}

.location-featured-image:hover a::after {
  opacity: 1;
}

.office-title {
	color: #262626;
    font-weight: bold;
	font-family: 'Gilroy';
}

/* --- RESPONSIVE FIXES --- */
@media (max-width: 992px) {
  .office-card {
    flex-direction: column !important;
  }
  .office-card-image {
    max-width: 100%;
  }
}

.contact-entry {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.contact-entry > img {
	width: 15%;
}

.contact-entry > p {
	padding-top: 5px;
	padding-left: 5px;
	width: 75%;
}

.entry-course-content {
	/* max-width: 1660px; */
	/* padding: 5vw 10vw 5vw 10vw; */
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: center;
	font-family: 'Gilroy';
	font-size: 16px;
}

.course-main-heading {
	font-family: 'Gilroy';
    font-size: 78px;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 83px;
}

.course-sub-heading {
	font-family: 'Gilroy';
    font-size: 48px;
    font-weight: bold;
    letter-spacing: -2px;
}

.page-header {
	display: flex;
	flex-wrap: wrap;
	/* padding: 5vw 15vw 40px 15vw; */
	max-width: 1440px;
	padding: 1vw;
	padding-top: 5vw;
	padding-bottom: 5vw;
}

.page-header > hr {
	border: 1px solid #e6e6e6;
}

.left-header {
	width: 60%;
	padding-right: 5%;
}

.right-header {
	width: 40%;
	padding: 2%;
	position: relative;
	z-index: 1;
}

.right-header:AFTER {
    position: absolute;
    content: "";
    top: -5px;
    right: -5px;
    width: 300px;
    height: 300px;
    background: #3c3c3c;
    z-index: -1;
}

.course-code {
	padding: 10px 40px 10px 40px;
	border: 1px solid #e6e6e6;
	border-radius: 20px;
	text-align: center;
	width: fit-content;
	color: #666;
}

.course-code > p {
	font-weight: bold;
	
} 

.course-body {
	/* display: flex; */
	/* padding: 5vw 15vw 40px 15vw; */
	display: flex;
    align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
	width: 100%;
}

.course-info-tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
	max-width: 1440px;
}

.course-tab {
	width: 14%;
	flex-grow: 1;
	text-align: center;
	background-color: #e6e6e6;
	cursor: pointer;
	padding: 15px;
    display: flex;
	align-items: center;
    justify-content: center;
	border-top: 2px solid #e6e6e6;
}

.course-tab > h4,
.course-tab > h2 {
	padding-bottom: 0!important;
	font-weight: bold;
	color: #afafaf;
	font-size: 18px;
}

.active {
	background-color: #f5f5f5;
	border-top: 2px solid #666;
}

.active > h4,
.active > h2 {
	color: #333 !important;
}

.course-tab:hover {
	background-color: #f5f5f5;
	color: #333 !important;
	border-top: 2px solid #666;
}

.course-info-body {
	background-color: #f5f5f5;
	width: 100%;
	/* padding: 0 15vw 0 15vw; */
	display: flex;
	/* align-items: center; */
	flex-wrap: wrap;
	justify-content: center;
	/*margin-bottom: 3vw;*/
}

.course-info-flex {
	display: flex;
}

.course-info-details {
	max-width: 1440px;
	width: 100%;
	padding: 2%;
	/* display: flex;
	flex-wrap: nowrap; */
	/* flex-direction: column; */
}

.course-info-flex > .left {
	width: 10%;
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.course-info-flex > .left > img {
	max-width: 80px;
}

.course-info-flex > .right {
	width: 80%;
}

.enrol-section {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	max-width: 1280px;
	text-align: center;
	padding-top: 3vw;
}

.enrol-info > a {
	color: #ee2624;
} 

.enrol-form-holder {
	width: 100%;
	max-width: 1280px;
	display: flex;
	flex-wrap: wrap;
}

.enrol-form {
	width: 100%;
	padding-top: 2vw;
}

.enrol-form-entry {
	width: 50%;
	padding: 0 2.5% 0 2.5%;
}

.enrol-form-entry-full {
	width: 100%;
	padding: 0 2.5% 0 2.5%;
}

.enrol-form-entry>span>input[type="text"] {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
}

.enrol-form-entry>span>input[type="email"] {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
}

.enrol-form-entry-full>span>textarea {
	width: 100%;
	padding: 10px;
	border-radius: 5px;
}

.enrol-form-button {
	display: flex;
	justify-content: center;
	width: 100%;
	padding: 2.5%;
	flex-wrap: wrap;
}

.enrol-form-button > input {
	border-radius: 50px;
	padding: 20px 30px 20px 30px;
	background-color: #00053e;
	color: #fff;
	width: 200px;
	border: none;
	font-family: "Gilroy";
	font-weight: bold;
}

.generic-button {
	border-radius: 50px;
	padding: 20px 30px 20px 30px;
	background-color: #00053e;
	color: #fff;
    display: inline-block;
	border: none;
	font-family: "Gilroy";
	font-weight: bold;
}

.enrol-form-button > span.ajax-loader {
	width: 100%;
}

.partner-logo {
	width: 100%;
	background-color:#e6e6e6;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: -8px;
	padding: 80px;
}

.logo-capped-width {
	max-width: 1080px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.logo-entry {
	width: 20%;
	max-width: 33%;
	display: flex;
    align-items: center;
	justify-content: center;
	text-align: center;
	flex-grow: 1;
}
.logo-entry > img {
	width: 55%;
}

.training-code-logo {
	padding: 15px 35px 15px 35px !important;
	color: #afafaf;
	border: 2px solid #afafaf;
	border-radius: 50px;
}

.flex-center-home-image {
	display: flex;
	align-items: center;
	justify-content: center;
}

.flex-center-home-image > img {
	max-width: 600px !important;
	max-height: 600px !important;
}

div.enroller-widget button.ui-btn:hover:not(:focus):not(.no-hover) {
    transition: 0.3s;
}

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

.course-section {
width: 100%;
max-width: 1280px;
padding-bottom: 3vw;
padding-top: 3vw;
position: relative;
}

.course-section:before{
  content: '';
  display: block;
  width: 100vw;
  height: 100%;
  background-color: #e6e6e6;
  top:0;
  left:50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 0;
}

.course-list {
position: relative;
}

.course-sub-heading {
    padding-bottom: 20px;
}

.class-entry {
    width: 100%;
    display: flex;
    min-height: 70px;
    align-items: center;
}

.class-entry:nth-of-type(odd) {
    background-color: #f5f5f5;
}

.class-entry:nth-of-type(1) {
    background-color: #201f1f;
    color: white;
}

.class-link.ax-course-button a {
    background-color: #00053e;
    transition: 0.3s;
    padding: 0.7em 1.7em;
}

.class-link.ax-course-button a:hover {
    background-color: #3051b3;
}

.class-name {
    width: 50%;
    padding-left: 2em;
}

.class-start {
    width: 20%;
}

.class-end {
    width: 20%;
}

.class-link {
    width: 10%;
}

.padding-top {
    padding-top: 40px;
}

#contactCreate>div>form {
    padding-top: 20px;
}


/* .embed-container { 
	position: relative; 
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
} */

@media all and (max-width: 1280px) {

	.page-header {
		padding: 10px;
		padding-bottom: 5vw;
		text-align: center;
	}

	.course-main-heading {
		font-size: 45px;
		line-height: 50px;
	}

	.course-sub-heading {
		font-size: 36px;
	}

	.enrol-section {
		padding: 10px;
	}

	.right-header:AFTER {
		display: none;
	}

	.logo-entry {
		padding: 10px;
	}

	.course-info-flex > .left {
		display: none;
	}

	.course-info-flex > .right {
		width: 100%;
		text-align: center;
		padding: 20px;
	}

	.embed-container > iframe { 
		padding-top: 250px !important;
		position: relative !important;
		bottom: 0 !important;
		/* display: none; */
	}
}


@media all and (max-width: 800px) {

	.partner-logo {
		padding: 40px;
	}

	.logo-entry {
		width: 100%;
		max-width: 100%;
		padding: 15px;
	}

	.logo-entry > img {
		max-width: 150px;
	}

	.left-header {
		width: 100%;
	}

	.right-header {
		width: 100%;
	}

	.course-tab {
		width: 50%;
	}

}




.slider-main {
	width: 100%;
	padding-top: 100px;
}

.slider-flex {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: center;
	padding-bottom: 135px;
}

.slide-left {
	width: 50%;
	padding-left: 2.5%;
	padding-right: 2.5%;
}

.slide-left h1 {
	font-size: 64px;
	line-height: 64px;
	padding-bottom: 25px;
}

.slide-left p {

	font-size: 24px;
}

.slide-right {
	width: 40%;
	padding-left: 2.5%;
	padding-right: 2.5%;
}

.slide-right.bound-bottom {
	align-self: flex-end;
	margin-bottom: -135px;
}

.embed-container-flex {
	position: relative;
	overflow: hidden !important;
	width: 100%;
	padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border-radius: 5px;
	overflow: hidden;
}


.slick-dotted.slick-slider {
	margin-bottom: 0 !important;
}


@media all and (max-width: 1380px) {

	.slider-main {
		padding-top: 2.5vw;
	}

	.slider-flex {
		flex-direction: column;
		padding-bottom: 80px;
	}

	.slide-left > h1 {
		font-size: 48px;
		line-height: 1.2em;
		text-align: center;
	}

	.slide-left > p{
		font-size: 24px;
		line-height: 1.2;
		text-align: center;
	}

	.slide-left {
		width: 100%;
	}

	.slide-right {
		padding-top: 20px;
		width: 65%;
	}

	.sh-section.home-hero .sh-button {
		    margin: 30px auto 0;
	}

	.embed-container-flex {
		max-height: 400px;
	}

	.flex-center-home-image > img {
		max-height: 400px !important;
		max-width: 400px !important;
	}

	.slide-right.bound-bottom {
		align-self: center;
	}

}

@media all and (max-width: 800px) {

	.slider-flex {
		flex-direction: column;
		padding-bottom: 2.5vw;
	}

	.slide-left {
		width: 100%;
	}

	.slide-left > h1 {
		font-size: 36px;
		line-height: 1.2em;
		text-align: center;
	}

	.slide-left > p{
		font-size: 18px;
		line-height: 1.2;
		text-align: center;
	}

	.slide-right {
		padding-top: 10px;
		width: 100%;
	}

	.flex-center-home-image > img {
		max-height: 400px !important;
		max-width: 400px !important;
	}

}





/*
*
* For UI&XI Changes
* By: Rakesh Koradiya
*
*/

@keyframes smoothScroll { 0% { transform: translateY(-90px); } 100% { transform: translateY(0px); } }
#main-header.headerfixed {position: fixed;top: 0;left: 0;width: 100%;animation: smoothScroll 1s forwards;background-color: #fff !important;z-index: 999;box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;}
#main-header.headerfixed .container.et_menu_container {padding-top:10px;padding-bottom:10px;}
#main-header.headerfixed .logo_container img {max-width:160px;}
body.mobile-menu--active #main-header {left:-300px;    z-index: 9999;}
body.mobile-menu--active header#main-header:not(.headerfixed)  #et_mobile_nav_menu ul#mobile_menu {right:0;}
header#main-header #et_mobile_nav_menu ul#mobile_menu .sub-menu {display:none;}
.breadcrumb-bar .container {max-width: 1660px;width: 100%;    padding: 0 15px;}
.breadcrumb-bar #breadcrumbs span {font-size: 14px;font-weight: 500;color: #000;line-height: 1.2;}
.breadcrumb-bar #breadcrumbs span a {color:#f99f1c;transition:all 0.3s ease-in-out;}
.breadcrumb-bar #breadcrumbs span a:hover {color:#0B133C;}
#footer-bottom .container .right ul {list-style-type: none;}
#footer-bottom .container .right ul li a {    transition: all 0.3s ease-in-out;width: 35px;height: 35px;background: #fff;border-radius: 10px;display: flex;align-items: center;justify-content: center;color: #000;}
#footer-bottom .container .right ul li a:hover {color:#fff;background-color: #f99f1c;}
#footer-bottom .container .left {width: 100%;flex: 1;}
#footer-bottom .container .right {    display: flex;width: 250px;justify-content: flex-end;}

.jobs-slider_container .no-job-listing-block { padding: 35px;background-color: #f99f1c;border-radius: 10px;}
.jobs-slider_container .no-job-listing-block .block-icon svg {width: 110px;height: 110px;}
.jobs-slider_container .no-job-listing-block .block-text {    padding-top: 15px;}
.jobs-slider_container .no-job-listing-block .block-text h4 {font-size: 23px;color: #fff;font-weight: 600;line-height: 1.2;}
.jobs-slider_container .no-job-listing-block .block-text p {font-size:16px;color: #fff;line-height: 1.2;}
.jobs-slider_container .sh-slider.sh-slider__jobs {padding-bottom:0;}
.sh-section.sh-section--simple .industry-container-row .et_pb_column:nth-of-type(1) {margin:0 !important;}


footer#main-footer {padding-bottom: 30px;}
#main-footer #footer-widgets {gap:20px;}
#main-footer #footer-widgets .footer-widget {width:calc(25% - 20px) !important;    margin: 0 !important;}
#main-footer #footer-widgets #custom_html-3 {margin: 0 0 20px !important;}
#main-footer #footer-widgets .footer-widget ul {padding-left:20px;}
#main-footer #footer-widgets .footer-widget #nav_menu-3 {width:100%;margin-bottom:20px !important;}
#main-footer #footer-widgets .footer-widget iframe {width:100%;}
#main-footer #footer-widgets .footer-widget #block-8 {display:flex;gap:30px;}
#main-footer #footer-widgets .footer-widget #block-8 .left { flex-shrink: 0;}
#main-footer #footer-widgets .footer-widget #block-8 .right a {font-size: 15px;line-height: 23px;font-weight: bold;font-family: 'Gilroy';color: #f99f1c;text-decoration: underline;}
#footer-widgets .footer-widget .menu li a {line-height:1.2;white-space: normal;word-break: break-word;}




@media(max-width:1390px){
	#footer-bottom .container {
        width: calc(100% - 50px);
    }  
}

@media(max-width:980px){
	.sh-section.sh-home-jobsboard .jobs-slider_container {        margin-top: 60px;}
	.sh-home-jobsboard {padding-bottom: 60px !important;}
	#main-footer #footer-widgets .footer-widget {padding:0 !important;}
	#main-footer #footer-widgets .footer-widget:first-child {width:100% !important;}
	#main-footer #footer-widgets .footer-widget:nth-child(2),
	#main-footer #footer-widgets .footer-widget:nth-child(3) {width:calc(50% - 10px) !important;}
	#main-footer #footer-widgets .footer-widget:nth-child(4) {width:100% !important;}
    #footer-widgets .footer-widget .menu li:nth-child(even) {padding-left: 0 !important;}
}

@media(max-width:767px){
	footer#main-footer {padding-bottom: 60px;}
}

@media(max-width:480px){
	.breadcrumb-bar .container {padding: 0 15px 0 30px;}
	.sh-section.sh-global-testimonial .et_pb_column .et_pb_module .partner_logos {padding-top:50px !important;}
	
	#footer-widgets .footer-widget .menu li {width: 100%;padding:5px 0;}
	#main-footer #footer-widgets .footer-widget:nth-child(2),
	#main-footer #footer-widgets .footer-widget:nth-child(3) {width:100% !important;}
	#footer-widgets .footer-widget h4.title {    padding-bottom: 15px;}
}


.additional_section {
  margin: clamp(48px, 5vw, 96px) 0 0 0;
  background: #f5f5f5;
  min-width: 100%;
  padding: clamp(48px, 5vw, 96px) 0;
}

.additional_section_content {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
