/**
 * Plugin Stylesheet
 * Since - 1.0.0.
 */

.hrs_button {
    display: inline-block;
    font: normal normal normal 22px/28px CocogoosePro;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #5CB55D;
    border-radius: 15px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px 40px;
}

.hrs_arrow {
    position: absolute;
    display: inline-block;
    right: 0;
	bottom: -1%;
    width: 300px;
    height: 150px;
    overflow: hidden;
}

.hrs_arrow_bgr,
.hrs_arrow_bgr_border {
    position: absolute;
    bottom: -50%;
    right: 20%;
    width: 50%;
    height: 100%;
    background: #fff;
    -moz-transform: rotate(45deg) skewX(-5deg) skewY(-5deg);
    -webkit-transform: rotate(45deg) skewX(-5deg) skewY(-5deg);
    -o-transform: rotate(45deg) skewX(-5deg) skewY(-5deg);
    -ms-transform: rotate(45deg) skewX(-5deg) skewY(-5deg);
    transform: rotate(45deg) skewX(-5deg) skewY(-5deg);
    z-index: 1;
}

.hrs_arrow_bgr_border {
	-webkit-box-shadow: 0 0 0 15px rgb(255 255 255 / 50%);
	box-shadow: 0 0 0 15px rgb(255 255 255 / 50%);
	border-top-left-radius: 1px;
	z-index: 0;
}

.hrs_arrow_content {
    position: absolute;
    width: 40%;
    left: 37%;
    bottom: 20px;
    text-align: center;
    z-index: 2;
}

.hrs_hero {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-end;
    justify-content: flex-end;
	overflow: hidden;
}

.hrs_hero_arrow {
    right: 0;
    width: 1050px;
    height: 525px;
}

.hrs_hero .hrs_arrow_bgr,
.hrs_hero .hrs_arrow_bgr_border {
	right: 18%;
}

.hrs_hero .hrs_arrow_bgr_border {
	-webkit-box-shadow: 0 0 0 70px rgb(255 255 255 / 50%);
	box-shadow: 0 0 0 70px rgb(255 255 255 / 50%);
}

.hrs_hero_title {
    text-align: center;
    font-size: 30px;
    letter-spacing: 0px;
    color: #26428E;
    text-transform: uppercase;
    margin: 0;
}

.hrs_hero_title p {
	margin: 0;
}

.hrs_intro_arrow {
    position: absolute;
    top: auto;
    bottom: 100%;
    z-index: 1;
}

.elementor-widget-hrs_infobox,
.elementor-widget-hrs_infobox > .elementor-widget-container,
.hrs_infobox {
    height: 100%;
}

.hrs_infobox {
    display: flex;
    flex-wrap: wrap;
}

.hrs_infobox_image {
	overflow: hidden;
}

.hrs_infobox.arrow_up .hrs_infobox_image {
    height: 300px;
}

.hrs_infobox.arrow_up .hrs_infobox_info {
    height: calc(100% - 300px);
}

.hrs_infobox .hrs_infobox_image figure,
.hrs_infobox .hrs_infobox_image figure img {
    height: 100%;
    width: 100%;
}

.hrs_infobox .hrs_infobox_image figure img {
    object-fit: cover;
	object-position: center;
}

.hrs_infobox_item {
    position: relative;
}

.hrs_infobox_info {
    position: relative;
    padding: 50px;
    background: #ffffff;
}

.hrs_infobox_image img {
    display: block;
    margin: 0;
}

.hrs_infobox .hrs_infobox_title {
    margin: 0 0 15px;
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
}

.hrs_infobox .hrs_infobox_content {
    margin: 0;
}

.hrs_infobox .hrs_infobox_content p:last-child {
    margin-bottom: 0;
}

.hrs_infobox.arrow_up .hrs_infobox_button {
	margin: 50px 0 0;
}

.hrs_infobox.arrow_right,
.hrs_infobox.arrow_left {
    display: flex;
    flex-wrap: wrap;
    flex-flow: row;
    width: 100%;
}

.hrs_infobox.arrow_right .hrs_infobox_info,
.hrs_infobox.arrow_left .hrs_infobox_info {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
}


.hrs_carousel {
    overflow: hidden;
    position: relative;
}

.hrs_carousel.has_pagination {
	padding-bottom: 50px;
}

.hrs_carousel .hrs_carousel_item {
    text-align: center;
}

.hrs_carousel .hrs_carousel_item img {
    border-radius: 30px;
    width: 100%;
    height: auto;
}

.hrs_carousel .hrs_item_title {
    color: #26428e;
    line-height: 1;
    max-width: calc(100% - 100px);
    margin: 30px auto 0;
}

.hrs_carousel .hrs_item_title span {
    font-size: 32px;
}

.hrs_carouse_navigation .hrs_prev,
.hrs_carouse_navigation .hrs_next {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.hrs_carousel .hrs_carouse_navigation {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hrs_carousel.has_pagination .hrs_carouse_navigation {
	bottom: 42px;
}

@media only screen and (min-width: 768px) {
	.hrs_infobox.arrow_right {
		flex-flow: row-reverse;
	}

	.hrs_infobox.arrow_right > *,
	.hrs_infobox.arrow_left > * {
		width: 50%;
	}

	.hrs_infobox.arrow_right .hrs_intro_arrow,
	.hrs_infobox.arrow_left .hrs_intro_arrow {
		bottom: 25%;
		left: calc(100% - 50px);
		width: 200px;
		height: 100px;
		-moz-transform: rotate(270deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(270deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.hrs_infobox.arrow_right .hrs_intro_arrow .hrs_arrow_bgr_border,
	.hrs_infobox.arrow_left .hrs_intro_arrow .hrs_arrow_bgr_border{
		-webkit-box-shadow: 0 0 0 10px rgb(255 255 255 / 50%);
		box-shadow: 0 0 0 10px rgb(255 255 255 / 50%);
	}

	.hrs_infobox.arrow_left .hrs_intro_arrow {
		right: calc(100% - 50px);
		left: auto;
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(270deg);
		-o-transform: rotate(270deg);
		-ms-transform: rotate(270deg);
		transform: rotate(270deg);
	}

	.hrs_infobox.arrow_right .hrs_infobox_button,
	.hrs_infobox.arrow_left .hrs_infobox_button {
		margin: 30px 0 0;
	}
}


.hrs_single_arrow.hrs_arrow {
    display: block;
    position: relative;
    bottom: 0;
    width: 300px;
    height: 150px;
}

.hrs_single_arrow.hrs_arrow .hrs_arrow_bgr,
.hrs_single_arrow.hrs_arrow .hrs_arrow_bgr_border {
    left: 25%;
}

.hrs_single_arrow.hrs_arrow .hrs_arrow_content {
    left: 30%;
}

.hrs_single_arrow .hrs_arrow_title {
    margin: 0;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 21px;
    font-weight: bold;
    line-height: 24px;
}

.elementor-location-footer .hrs_single_arrow .hrs_arrow_bgr,
.elementor-location-footer .hrs_single_arrow .hrs_arrow_content {
    cursor: pointer;
}

.elementor-location-footer {
    position: fixed;
    top: auto;
    bottom: -1000px;
    left: 0;
    width: 100vw;
    height: auto;
    z-index: 9;
	-moz-transition: bottom .5s ease;
	-webkit-transition: bottom .5s ease;
	transition: bottom .5s ease;
}

.elementor-location-footer.opened {
    bottom: 0;
}

.elementor-location-footer #open_footer .hrs_arrow {
    position: fixed;
    left: 0;
    bottom: -1px;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.elementor-location-footer.opened #open_footer .hrs_arrow {
    position: absolute;
}



.hrs_expanding_service {
    padding: 76px 0;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.hrs_expanding_service_container.elementor-container {
    flex-wrap: wrap;
    flex-flow: column;
}

.hrs_arrow.hrs_expanding_arrow {
    bottom: 100%;
    right: 10%;
    width: 350px;
    height: 175px;
	display: none;
}

.hrs_arrow.hrs_expanding_arrow .hrs_arrow_content {
    left: 35%;
    bottom: 4%;
    color: #26428E;
    font-family: 'CocogoosePro';
    font-size: 30px;
    line-height: 30px;
}

.hrs_expanding_service_content a {
    color: #26428E;
    font-weight: bold;
    text-decoration: underline;
}

a.hrs_button.hrs_expanding_service_button {
    margin: 0 auto;
	font-size: 20px;
    line-height: 28px;
}

.hrs_expanding_service_content ul {
    padding-left: 20px;
    margin: 15px 0;
}

.hrs_expanding_service_content {
    display: none;
	margin: 0 0 26px;
}

.hrs_expanding_service .hrs_expanding_service_title {
	font-size: 32px;
    text-align: center;
	cursor: pointer;
	margin: 0 0 26px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.hrs_expanding_service_title:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	transition-delay: .3s;
}

.hrs_expanding_service.opened {
    margin-top: 110px;
}

.hrs_expanding_service.opened .hrs_arrow {
    display: block;
}

.hrs_expanding_service.opened .hrs_expanding_service_title {
	font-size: 28px;
	text-align: left;
}

.hrs_expanding_service.opened .hrs_expanding_service_title:after {
    -moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

/**
 * Customize Checkboxes
 */
.form-check-input {
    display: none;
}

.form-check-input + .ck:before,
.form-check-input + input[type="hidden"] + .ck:before {
    content: "";
    color: #fff;
    font-family: 'FontAwesome';
    font-size: 22px;
}

.form-check-input.form-check-input-lg + .ck:before,
.form-check-input.form-check-input-lg + input[type="hidden"] + .ck:before {
    font-size: 3rem;
}

[type="radio"].form-check-input + .ck:before,
[type="radio"].form-check-input + input[type="hidden"] + .ck:before {
    content: "\f111";
}

.form-check-input:checked + .ck:before,
.form-check-input:checked + input[type="hidden"] + .ck:before {
    content: "\f00c";
}

[type="radio"].form-check-input:checked + .ck:before,
[type="radio"].form-check-input:checked + input[type="hidden"] + .ck:before {
    content: "\f058";
}

.form-check-label span.ck {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #707070;
    border-radius: 5px;
    margin-right: 10px;
    vertical-align: middle;
}

.form-check-input:checked + .ck,
.form-check-input:checked + input[type="hidden"] + .ck,
.form-check-input:checked + .ck,
.form-check-input:checked + input[type="hidden"] + .ck {
	background: #f1744f;
}


.hrs-calculator-checkboxes {
    display: block;
    max-width: 768px;
    margin: 50px auto;
}

.hrs_calculator {
    max-width: 1190px;
    margin: 0 auto;
}

.hrs_calculator .hrs-calculator-title {
	font-size: 32px;
	line-height: 42px;
    text-align: center;
    margin: 0 0 30px;
	color: #26428E;
}

.hrs_calculator .qualification-message {
    display: block;
    padding: 30px;
    color: #fff;
    background: #26428e;
    margin-top: 80px;
	border-radius: 15px;
}

.hrs_calculator .qualification-message a {
	color: #fff;
	border-bottom: 1px solid;
}

/**
 * Range Slider
 */
.rangeslider,
.rangeslider__fill {
    display: block;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.rangeslider {
    position: relative;
    background: #FFFFFF;
    border: 1px solid #707070;
}

.rangeslider--horizontal {
    height: 42px;
    width: 100%;
}

.rangeslider--vertical {
    width: 20px;
    min-height: 150px;
    max-height: 100%;
    height: 100%;
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    background: #f1744f;
    position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
    top: -1px;
    left: -1px;
    height: calc(100% + 2px);
}
.rangeslider--vertical .rangeslider__fill {
    bottom: 0;
    width: 100%;
}

.rangeslider__handle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 110px;
    height: 66px;
    padding: 0 20px;
    position: absolute;
    background: white;
    -moz-box-shadow: 2px 2px 2px #00000029;
    -webkit-box-shadow: 2px 2px 2px #00000029;
    box-shadow: 2px 2px 2px #00000029;
    border: 1px solid #707070;
    border-radius: 20px;
    color: #333434;
    font-size: 30px;
    font-weight: 700;
    cursor: pointer;
}

.rangeslider__handle:active,
.rangeslider--active .rangeslider__handle {
    -moz-box-shadow: 6px 6px 6px #00000029;
    -webkit-box-shadow: 6px 6px 6px #00000029;
    box-shadow: 6px 6px 6px #00000029;
}
.rangeslider--horizontal .rangeslider__handle {
    top: -10px;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
    left: -10px;
    touch-action: pan-x;
    -ms-touch-action: pan-x;
}

.income-input .rangeslider__handle {
    width: 200px;
}

.income-input .rangeslider__handle .handle-value:before {
    content: '$';
    margin-right: 2px;
}

.hrs-slider-group {
    margin: 30px 0;
}

.rangeslider__handle .handle-value {
    margin: 0 15px;
}

.rangeslider__handle i {
    font-size: .5em;
    opacity: .5;
}

.mobile_only {
	display: none;
}

.hrs_triangle {
    line-height: 1;
    width: 14px;
    height: 14px;
    border-top-right-radius: 6px;
    background-color: #26428e;
    text-align: left;
    display: inline-block;
    margin: 1rem;
    transition: all 0.4s ease;
}

.hrs_triangle:before,
.hrs_triangle:after {
    content: '';
    position: absolute;
    background-color: inherit;
    width: 100%;
    height: 100%;
    border-top-right-radius: 6px;
}

.hrs_triangle:before {
    transform: rotate(-135deg) skewX(-45deg) scale(1.414, 0.707) translate(0, -50%);
}
.hrs_triangle:after {
    transform: rotate(135deg) skewY(-45deg) scale(0.707, 1.414) translate(50%);
}

.hrs_triangle.right {
    transform: rotate(30deg) skewX(-30deg) scale(1, 0.866);
    transform-origin: 45% 75%;
}
.hrs_triangle.left {
    transform: rotate(90deg) skewX(-30deg) scale(1, 0.866);
    transform-origin: 45% 75%;
}
.hrs_triangle.up {
    transform: rotate(60deg) skewX(-30deg) scale(1, 0.866);
    transform-origin: 30% 90%;
}
.hrs_triangle.down {
    transform: rotate(-120deg) skewX(-30deg) scale(1, 0.866);
    transform-origin: 30% 45%;
}


/**
 * Responsive customization
 * Mobile devices
 */
@media only screen and (max-width: 1229px) {
	.hrs_infobox .hrs_infobox_info,
	.hrs_infobox .hrs_infobox_image	{
		height: auto !important;
	}
	.elementor-widget-hrs_infobox,
	.elementor-widget-hrs_infobox > .elementor-widget-container,
	.hrs_infobox {
		height: auto;
	}
}


/**
 * Responsive customization
 * Mobile devices
 */
@media only screen and (max-width: 768px) {
	.desktop_only {
		display: none;
	}
	.mobile_only {
		display: block;
	}
	.hrs_hero_arrow {
		width: 660px;
		height: 330px;
	}
	.hrs_hero .hrs_arrow_bgr,
	.hrs_hero .hrs_arrow_bgr_border {
		right: 3%;
	}
	.hrs_hero .hrs_arrow_content {
		left: 52%;
	}
	.hrs_hero .hrs_arrow_bgr_border {
		-webkit-box-shadow: 0 0 0 30px rgb(255 255 255 / 50%);
		box-shadow: 0 0 0 30px rgb(255 255 255 / 50%);
	}
	.hrs_hero_title {
		font-size: 20px;
		line-height: 1.5em;
	}
	.hrs_arrow.hrs_intro_arrow {
		width: 200px;
		height: 100px;
		right: 5%;
	}
	.hrs_arrow_bgr_border {
		-webkit-box-shadow: 0 0 0 10px rgb(255 255 255 / 50%);
		box-shadow: 0 0 0 10px rgb(255 255 255 / 50%);
	}
	.hrs_infobox .hrs_infobox_title {
		font-size: 24px;
		line-height: 1.5em;
	}
	.hrs_button {
		font-size: 18px;
		line-height: 1em;
		margin-top: 28px;
	}
	.hrs_infobox.arrow_right>*,
	.hrs_infobox.arrow_left>* {
		width: 100%;
	}
	.hrs_infobox.arrow_right {
		flex-flow: column;
	}
	.hrs_single_arrow.hrs_arrow .hrs_arrow_content {
		bottom: 8px;
	}
	.hrs_single_arrow.hrs_arrow {
		width: 200px;
		height: 100px;
	}
	.hrs_single_arrow .hrs_arrow_title {
		font-size: 16px;
		line-height: 1.25em;
	}
	.elementor-location-footer #open_footer .hrs_arrow {
		width: 150px;
		height: 75px;
	}
	.elementor-location-footer #open_footer .hrs_arrow .hrs_arrow_title {
		font-size: 12px;
	}
	.hrs_expanding_service {
		padding: 40px;
	}
	.hrs_expanding_service .hrs_expanding_service_title,
	.hrs_expanding_service.opened .hrs_expanding_service_title {
		font-size: 24px;
	}
	.hrs_arrow.hrs_expanding_arrow {
		right: 5%;
		width: 220px;
		height: 110px;
	}
	.hrs_arrow.hrs_expanding_arrow .hrs_arrow_content {
		font-size: 24px;
		line-height: 1em;
		bottom: 2%;
	}
	.hrs_expanding_service.opened {
		margin-top: 70px;
	}
	.hrs_infobox .hrs_infobox_info {
		width: 100%;
	}
	.hrs_carousel .hrs_item_title span {
		display: block;
	}
	.hrs_carousel .hrs_item_title .hrs_first_title {
		font-size: 22px;
		margin: 0 0 10px;
	}
	.hrs_carousel .hrs_item_title .hrs_second_title {
		font-size: 18px;
	}
	.hrs_carousel .hrs_item_title .hrs_dash {
		display: none;
	}
	.hrs_carousel .hrs_carouse_navigation {
		bottom: 0px;
	}
}
