/*
Theme Name: willgroup
Theme URI: willgroup
Author: willgroup
Version: 1.0
Tags:
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Global
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
.angle {
    display: block;
    width: 4.625rem;
    height: 4.625rem;
    position: absolute;
}
.angle-top-left {
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    top: 0;
    left: 0;
}
.angle-top-right {
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    top: 0;
    right: 0;
}
.angle-bottom-left {
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    bottom: 0;
    left: 0;
}
.angle-bottom-right {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    bottom: 0;
    right: 0;
}
.border-w-2 {
    border-width: 2px !important;
}
.border-w-3 {
    border-width: 3px !important;
}
.wpcf7-spinner {
    position: absolute !important;
    right: 15px;
    top: 6px;
    margin: 0;
}
figure {
    max-width: 100%;
}
.wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-list-item.first {
    margin-right: 2rem;
}
.rank-math-breadcrumb {margin-top: 10px;}

.title-realty {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 23px;
    display: -webkit-box;
    width: 100%;
}
.description-realty {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 23px;
    display: -webkit-box;
    width: 100%;
}
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.row-small {
	margin-left: -8px;
	margin-right: -8px;
}
.col-small {
	padding-left: 8px;
	padding-right: 8px;
}
.rounded-05 {
    border-radius: 0.5rem !important;
}
@media (min-width: 1400px){
    .container, .container-lg, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
    .col-lg-suffix {
        -ms-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%;
    }
    .col-lg-5colum {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1200px) {
    .container-md {
        max-width: 1140px;
    }
	.container-small {
		max-width: 970px;
	}
}
@media (max-width: 767.98px) {
    .row {
        margin-left: -8px;
        margin-right: -8px;
    }
    .container,
    .container-fluid,
    [class*='col-'] {
        padding-left: 8px;
        padding-right: 8px;
    }
    #wpadminbar {
    	position: fixed;
    }
    .page-template-default .embed-responsive-16by9:before {
        padding-top: 34%;
    }
}

/*--------------------------------------------------------------
# Global
--------------------------------------------------------------*/
body {
    font-family: 'Be Vietnam Pro', sans-serif;
	font-weight: 300 !important;
	color: #000;
	line-height: 1.5;
    overflow: auto;
}
body.home {
    background: #141414;
}
.inter-font {
    font-family: "Inter", serif;
}
* {
	outline: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
iframe {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
a {
	text-decoration: none;
	color: #e42e00;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover {
	text-decoration: none;
	color: #737373;
}
.home a {
    color: #fff;
}
.home a:hover {
	color: #c4c4c4;
}
b, strong {
	font-weight: 600;
}
small, .small {
	font-size: 0.938em;
}
.smaller {
	font-size: 0.875em;
}
.min-smaller {
    font-size: 0.75rem;
}
.display-4 {
	font-size: 3.25rem;
	font-weight: 400;
	line-height: 1;
}
.display-big {
    font-size: 10rem;
}
.font-size-body {
	font-size: 1rem !important;
}
.lead {
	font-size: 1.125rem !important;
	font-weight: 400;
}
.font-weight-extrabold {
    font-weight: 900 !important;
}
.font-weight-medium {
    font-weight: 500 !important;
}
.text-body {
	color: #000 !important;
}
a.text-body:hover,
a.text-body.active {
	color: #be8844 !important;
}
.text-fix {
    color: #e42e00 !important;
}
.btn-suffix {
    border: 1px solid #e42e00;
    color: #fff;
    border-radius: 20px;
    background: #e42e00;
}
.home .btn-suffix:hover {
    color: #fff !important;
}
.btn-suffix:hover {
    background: transparent;
    color: #e42e00;
}
.btn-suffix .svg {
    fill: #fff;
}
.btn-suffix:hover .svg {
    fill: #e42e00;
}
.btn-suffix-outline {
    border: 1px solid #e42e00;
    color: #e42e00;
    border-radius: 20px;
    background: transparent;
}
.btn-suffix-outline:hover {
    background: #e42e00;
    color: #fff;
}
.btn-suffix-outline .svg {
    fill: #e42e00;
}
.btn-suffix-outline:hover .svg {
    fill: #fff;
}
.text-update {
    color: #2c2826 !important;
}
.text-primary {
	color: #e42e00 !important;
}
.title-realty a,
.text-contact a{
    color: #000;
}
.title-realty a:hover,
.text-contact a:hover{
    color: #e42e00;
}
.text-sub {
    color: #c4c4c4 !important;
}
a.text-primary:hover {
	color: #a97738 !important;
}
.home a.text-primary:hover {
    color: #ffffff !important;
}
.text-white a {
    color: #fff !important;
}
.text-secondary {
    color: #be8844 !important;
}
.text-secondary strong {
    color: #be8844 !important;
}
.text-info {
    color: #082D6D !important;
}
.text-muted {
	color: #747474 !important;
}
.text-shadow {
	text-shadow: 0 0 0.75rem #000;
}
.bg-primary {
	background-color: #141414 !important;
}
.bg-secondary {
    background-color: #E42E00 !important;
}
.bg-dark {
	background-color: #000 !important;
}
a.bg-dark:hover {
	background-color: #be8844 !important;
}
.bg-cover {
	background-color: #ccc;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.border-primary {
	border-color: #fcf1d5 !important;
}
.border-secondary {
    border-color: #e42e00 !important;
}
.img-cover {
	object-fit: cover;
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.ob-fit {
    object-fit: cover;
}
.img-hover {
	background-color: #e42e00;
}
.img-hover img {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-in-out 0s;
	transition: opacity 0.3s ease-in-out 0s;
}
.img-hover:hover img {
	opacity: 0.8;
}
.bg-over:after {
    background: rgba(0, 102, 165, 0.3) !important;
    position: absolute;
    content: '';
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.bg-over-drak:after {
    background: rgba(0, 0, 0, 0.5) !important;
    position: absolute;
    content: '';
    z-index: 5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.ls-1 {
	letter-spacing: 1px;
}
.ls-2 {
	letter-spacing: 2px;
}
.lh-12 {
	line-height: 1.2;
}
.separator {
	border-top: 0;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
}
.embed-responsive-14by9::before {
	padding-top: 64.285714%;
}
.embed-responsive-2by3::before {
	padding-top: 120%;
}
.icon-play {
	border: 1px solid #FFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 4.5rem;
	height: 4.5rem;
	padding-left: 2px;
	margin-top: -2.25rem;
	margin-left: -2.25rem;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
}
.icon-play svg {
	fill: #FFF;
	height: 2rem;
}
.icon-play-small {
	border: 1px solid #FFF;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	padding-left: 2px;
}
.icon-play-small svg {
	fill: #FFF;
	height: 1.25rem;
}
svg {
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.svg {
	height: 0.875rem !important;
}
.svg-6 {
	height: 1rem !important;
}
.svg-5 {
	height: 1.25rem !important;
}
.svg-4 {
	height: 1.5rem !important;
}
.svg-3 {
	height: 1.75rem !important;
}
.svg-2 {
	height: 2rem !important;
}
.svg-1 {
	height: 4rem !important;
}
.svg-body {
	fill: #000;
}
a:hover .svg-body {
	fill: #be8844;
}
.svg-primary {
	fill: #be8844;
}
.svg-white {
	fill: #FFF;
}
.svg-muted {
	fill: #888;
}
h1, .h1 {
    font-size: 2rem;
}
h2, .h2 {
    font-size: 1.5rem;
}
h3, .h3 {
    font-size: 1.25rem;
}
h4, .h4 {
    font-size: 1rem;
}
h5, .h5 {
    font-size: 0.938rem;
}
h6, .h6 {
    font-size: 0.875rem;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {font-weight: 600;}
@media (max-width: 767.98px) {
    h1, .h1,
    .display-4 {
    	font-size: 1.5rem;
    }
    h2, .h2 {
        font-size: 1.2rem;
    }
    h3, .h3 {
    	font-size: 1rem;
    }
    h4, .h4 {
    	font-size: 1rem;
    }
	.embed-responsive-2by3::before {
		padding-top: 100%;
	}
}
/*--------------------------------------------------------------
# Popover
--------------------------------------------------------------*/
.popover {
	border-radius: 0;
}
.popover-body {
	color: #4A4A4A;
	padding: 1rem;
}
@media (min-width: 768px) {
	.popover {
		min-width: 20rem;
		max-width: 22.5rem;
	}
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.form-control::-webkit-input-placeholder {
    color: #666;
}
.form-control::-moz-placeholder {
    color: #666;
}
.form-control:-ms-input-placeholder {
    color: #666;
}
.form-control:-moz-placeholder {
    color: #666;
}
form label {
	font-size: 0.8125rem;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-bottom: 0.25rem;
}
form.wpcf7-form label span {
    font-size: 1rem;
    text-transform: initial;
}
.form-content label {
    color: #737373 !important;
}
.home form.wpcf7-form label span {
    color: #fff;
}
.col-form-label {
	font-size: 0.8125rem;
}
form.wpcf7-form .wpcf7-list-item label {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 25px;
}
form.wpcf7-form label > input[type=radio] {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
button {
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.form-group {
	margin-bottom: 1.25rem;
}
.form-control,
.custom-select,
.input-group-text {
	font-size: 0.875rem;
	color: #333333;
	background-color: transparent;
	border-color: #e42e00;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	box-shadow: none;
	height: calc(1.5em + 1rem + 2px);
	padding: 0.5rem 0.75rem;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.home .form-control,
.home .custom-select,
.home .input-group-text {
    color: #c4c4c4;
}
.popup-tv .form-control,
.popup-tv .custom-select,
.popup-tv .input-group-text,
.popup-tv .form-control:focus,
.popup-tv .custom-select:focus,
.popup-tv .input-group-text:focus {
    border-color: #fff;
    color: #2c2826;
    background-color: #fff;
}
.popup-tv .form-group {
    margin-bottom: 0.25rem;
}
.form-control:disabled, 
.form-control[readonly] {
	background-color: #000;
}
textarea.form-control {
	height: auto;
}
.popup-tv textarea.form-control {
	height: calc(3em + 1rem + 2px);
}
.form-control:focus,
.form-control:focus + .input-group-btn .btn,
.custom-select:focus {
	color: #e42e00;
	background-color: transparent;
	border-color: #000;
	box-shadow: none;
}
.home .form-control:focus,
.home .form-control:focus + .input-group-btn .btn,
.home .custom-select:focus {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
	box-shadow: none;
}
.custom-select {
	background-position: right 0.25rem center;
	padding-right: 1rem;
}
.btn-link {
	text-decoration: underline;
	color: #be8844;
}
.btn-link:hover {
	color: #a97738;
}
.btn {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0.75rem 1.5rem;
}	
.btn-sm {
	padding: 0.25rem 0.5rem;
}
.btn-md {
	padding: 0.3rem 0.75rem;
}
.btn:focus {
	box-shadow: none;
}
.btn-primary,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	color: #fff;
	background-color: #e42e00;
    border-color: #e42e00;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
	color: #fff;
	background-color: #ba2500;
	border-color: #ba2500;
}

.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
	color: #e42e00 !important;
	background-color: transparent;
	border-color: #e42e00;
}
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
	color: #fff !important;
	background-color: #e42e00;
    border-color: #e42e00;
}

.btn-outline-primary svg,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus svg {
	fill: #e42e00;
}
.btn-outline-primary:hover svg,
.btn-outline-primary:focus svg,
.btn-outline-primary:not(:disabled):not(.disabled):active svg,
.btn-outline-primary:not(:disabled):not(.disabled).active svg {
	fill: #FFF;
}
.btn-outline-secondary {
    border-radius: 50px !important;
    background: #bd8744;
    padding: 4px !important;
    position: relative;
}
.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
    background-color: #e42e00;
}
.btn-outline-info {
    background: #f4f4f4;
    position: relative;
}
.btn-outline-info:hover,
.btn-outline-info:focus {
    background-color: #e42e00;
}
.btn-border {
    border: 4px solid #fff;
    border-radius: 40px;
    padding: 5px 0;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-border > img {
    max-width: 60px;
    width: 60px;
}
.btn-border-small {
    padding: 5px 0;
    color: #2c2826;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}
.btn-border-small:hover {
    color: #ffffff;
}
.button-popup-promo > a.btn-outline-info {
    border-top: 1px solid #fff !important;
}
.button-popup-promo > a.btn-outline-info:first-child{
    border-top: 0 !important;
}
.btn-border-small > img {
    max-width: 40px;
    width: 40px;
}
.index-2 {
    z-index: 2;
}
@media (min-width: 768px) {
	.btn-1 {
		min-width: 10rem;
	}
}
.form-home input[type="radio"] {
    display: none;
}
.form-home .wpcf7-list-item-label::before {
    position: absolute !important;
    width: 15px;
    height: 15px;
    border: 1px solid #E42E00;
    left: 0;
    top: 4px;
    content: '';
    border-radius: 50%;
}
.form-home input[type="radio"]:checked + .wpcf7-list-item-label:after {
    background: #e42e00;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 0;
    border-radius: 50%;
    top: 4px;
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
.breadcrumb {
	font-size: 0.875rem;
	background-color: transparent;
	max-width: 100%;
	padding: 0;
	margin-top: 1.5rem;
	margin-bottom: 1.5rem;
}
.breadcrumb-item a,
.breadcrumb-item.active,
.breadcrumb-item + .breadcrumb-item:before {
	color: #000;
}
.breadcrumb-item a:hover {
	color: #be8844;
}
.single-offer .breadcrumb {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 1.5rem;
}
.single-offer .breadcrumb-item a,
.single-offer .breadcrumb-item.active,
.single-offer .breadcrumb-item + .breadcrumb-item:before {
	color: #FFF;
}

/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/
.pagination  {
	justify-content: center;
	margin: 1.25rem 0 0;
}
.pagination .page-item {
	margin: 0 0.1875rem 0.375rem;
}
.pagination .page-link {
	color: #141414;
	background: transparent;
	border: 0.125rem solid #e42e00;
	text-align: center;
	width: 2rem;
	height: 2rem;
	line-height: 1.75rem;
	padding: 0;
}
.pagination .page-link:hover {
	color: #FFF;
	background: #e42e00;
	border-color: #e42e00;
}
.pagination .page-item.active .page-link {
	color: #FFF;
	background: #e42e00;
	border-color: #e42e00;
}
.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/*--------------------------------------------------------------
# Tab
--------------------------------------------------------------*/
.tab-nav {
	justify-content: center;
	flex-wrap: nowrap;
	overflow: auto;
}
.tab-nav a {
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #000;
	border-bottom: 3px solid transparent;
	display: block;
	margin-left: 1.5rem;
	margin-right: 1.5rem;
}
.tab-nav a:hover {
	color: #be8844;
}
.tab-nav a.active {
	color: #be8844;
	border-bottom-color: #be8844;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/
.modal-dialog {
    min-height: calc(100vh - 3.75rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-content {
	border-radius: 15px;
}
.modal-header {
	justify-content: center;
	border-bottom: 0;
}
.modal-close {
	background: transparent;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
}
.modal-close svg {
	fill: #000;
	height: 1.25rem;
}
.modal-close:hover svg {
	fill: #be8844;
}
.modal-header {
	padding: 1.5rem 1.5rem 0;
    border-radius: 15px;
}
.modal-title {
	font-size: 1.5rem;
	text-transform: uppercase;
}
.modal-body {
	padding: 1.5rem;
}
.modal-prev,
.modal-next {
	display: block;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
}
.modal-prev {
	left: 1.5rem;
}
.modal-next {
	right: 2.5rem;
}
.modal-prev svg,
.modal-next svg {
	fill: #FFF;
	height: 3rem;
}
.modal-prev svg {
	transform: rotate(180deg);
}
.modal-prev:hover svg,
.modal-next:hover svg {
	fill: #be8844;
}
.modal-backdrop.show {
	opacity: 0.8;
}
@media (min-width: 768px) {
	.modal-md {
		max-width: 500px;
	}
}
@media (min-width: 992px) {
	.modal-scroll .modal-dialog {
		overflow: hidden;
		height: calc(100vh - 3.75rem);
	}
	.modal-scroll .modal-content,
	.modal-scroll .modal-content > .row,
	.modal-scroll .info {
		height: 100%;
	}
	.modal-scroll .info {
		overflow: auto;
	}
}
@media (max-width: 767.98px) {
	.modal-md {
		max-width: 350px;
        margin: 0 auto;
	}
    .btn-border > img {
        max-width: 35px;
        width: 35px;
    }
}
/*--------------------------------------------------------------
# animation
--------------------------------------------------------------*/
.spin {
	-webkit-animation: spin 1.2s infinite linear;
	-moz-animation: spin 1.2s infinite linear;
	-ms-animation: spin 1.2s infinite linear;
	-o-animation: spin 1.2s infinite linear;
	animation: spin 1.2s infinite linear;
}
@keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		-moz-transform: rotate(359deg);
		-o-transform: rotate(359deg);
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-webkit-keyframes "spin" {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-ms-keyframes "spin" {
	from {
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}
@-o-keyframes "spin" {
	from {
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-o-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

/*--------------------------------------------------------------
# site
--------------------------------------------------------------*/
.home .site {
	padding-top: 0;
}
.tax-box a.item-0 > h3 {
    position: absolute;
    top: 35px;
    left: 15px;
}
.tax-box a.item-0 > span {
    position: absolute !important;
    top: 85px;
    left: 15px;
}
.tax-box a.item-1 > h3 {
    position: absolute;
    bottom: 70px;
    right: 15px;
    text-align: right;
}
.tax-box a.item-1 > span {
    position: absolute !important;
    bottom: 40px;
    right: 15px;
}
/*--------------------------------------------------------------
# site header
--------------------------------------------------------------*/
.site-header {
    width: 100%;
}
.admin-bar .site-header {
	_top: 32px;
}
.site-logo {
	max-height: 110px;
    max-width: 154px;
}
.site-logo img {
	max-height: 80px;
    height: 70px;
}
.head-bar-contacts img {
    border-radius: 50%;
}
.head-bar-contacts img + img {
    position: absolute;
    z-index: 10;
    top: 0;
    left: calc(50% - 16px);
    opacity: 0;
    transition: opacity 0.3s ease 0s;
}
.head-bar-contacts a:hover img {
    transition: opacity 0.3s ease 0s;
}
.head-bar-contacts a:hover img + img {
    opacity: 1;
    transition: opacity 0.3s ease 0s;
}
.main-menu-head {
    width: 100%;
    bottom: auto;
    z-index: 10;
}
.site-header .hSticky {
    opacity: 0;
    visibility: hidden;
    height: auto;
    transform: translate(0,-100%);
    -moz-transform: translate(0,-100%);
    -webkit-transform: translate(0,-100%);
    transition: 0.3s ease-in-out 0s;
}
.site-header .hSticky.hSticky-up {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1033;
    opacity: 1;
    visibility: visible;
    -moz-box-shadow: 0 2px 10px #ccc;
    -webkit-box-shadow: 0 2px 10px #ccc;
    box-shadow: 0 2px 10px #ccc;
    background: #fff;
    _-webkit-animation: fadeInDown 0.6s both;
    _animation: fadeInDown 0.6s both;
    transform: translate(0);
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
    transition: 0.3s ease-in-out 0s;
}
.admin-bar .site-header .hSticky.hSticky-up {
    top: 32px;
}
.head-bar-contacts a {
    color: #fff !important;
}
.head-bar-contacts a:hover {
    color: #e42e00 !important;
}
@media (max-width: 991.98px){
    .site-header {
        position: fixed !important;
        top: 0;
        z-index: 99;
    }
    .head-bar-contacts a {
        color: #e42e00 !important;
    }
    #content.site-content {
        margin-top: 96px;
    }
    body.sticky-start .site-header {
        opacity: 0;
        visibility: hidden;
        height: auto;
        transform: translate(0,-100%);
        -moz-transform: translate(0,-100%);
        -webkit-transform: translate(0,-100%);
        transition: 0.3s ease-in-out 0s;
        top: 0;
    }
    body.admin-bar.sticky-start .site-header {
        top: 32px;
    }
    body.sticky-start .site-header .main-header {
        padding-bottom: 0.25rem !important;
        padding-top: 0.25rem !important;
    }
    body.sticky-start.sticky-move .site-header {
        position: fixed !important;
        z-index: 1031;
        opacity: 1;
        visibility: visible;
        transform: translate(0);
        -moz-transform: translate(0);
        -webkit-transform: translate(0);
        transition: 0.3s ease-in-out 0s;
    }
}
@media (max-width: 767.98px){
    body.admin-bar.sticky-start .site-header {
        top: 46px;
    }
}
/*--------------------------------------------------------------
# hotel nav
--------------------------------------------------------------*/
.hotel-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.hotel-nav .menu {
	background-color: #FFF;
	border: 1px solid #dee2e6;
	display: none;
	padding: 0.5rem;
	position: absolute;
	z-index: 12;
	top: 100%;
	left: 0;
}
.footer-bar .hotel-nav .menu {
    top: -75px;
}
.hotel-nav:hover > .menu {
	display: block;
}
.hotel-nav .menu li a {
	font-size: 0.8125rem;
	white-space: nowrap;
	color: #000;
	display: block;
	padding: 0.25rem;
}
.hotel-nav .menu li a:hover {
	color: #be8844;
}

/*--------------------------------------------------------------
# lang nav
--------------------------------------------------------------*/
.lang-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.lang-nav > ul > li {
	position: relative;
}
.lang-nav > ul > li > a {
	font-size: 0.8125rem;
	white-space: nowrap;
	color: #000;
	display: block;
	min-width: 3.75rem;
	padding: 0 0.5rem 0.25rem 0.5rem;
}
.lang-nav > ul > li > a::after {
	content: '';
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	display: inline-block;
	vertical-align: middle;
	width: 0.375rem;
	height: 0.375rem;
	margin-top: -0.375rem;
	margin-left: 0.375rem;
	transform: rotate(45deg);
}
.lang-nav img {
	border-radius: 50%;
	width: 1rem;
	height: 1rem;
	margin-top: -2px;
}
.lang-nav .sub-menu {
	background-color: #FFF;
	border: 1px solid #dee2e6;
	display: none;
	padding: 0.5rem;
	position: absolute;
	z-index: 12;
	top: 100%;
	right: 0;
}
.lang-nav li:hover > .sub-menu {
	display: block;
}
.lang-nav .sub-menu li a {
	font-size: 0.8125rem;
	white-space: nowrap;
	color: #000;
	display: block;
	padding: 0.25rem;
}
.lang-nav .sub-menu li a:hover {
	color: #be8844;
}

/*--------------------------------------------------------------
# site nav
--------------------------------------------------------------*/
.site-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.site-nav .menu {
	display: flex;
}
.site-nav-left .menu {
	justify-content: flex-end;
}
.site-nav .menu > li {
	position: relative;
}
.site-nav .menu > li > a {
	font-size: 1rem;
    font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	display: block;
	padding: 1rem 0.925rem;
}
.sticky-start .site-nav .menu > li > a {
    padding: 0.875rem 0.925rem;
}
.site-nav .menu > li:hover > a {
    color: #e42e00;
}
.site-nav .sub-menu {
	white-space: nowrap;
	background-color: rgba(255, 255, 255, 0.9);
	border-top: 1px solid #000;
	display: none;
	padding: 1rem;
	position: absolute;
	z-index: 12;
	top: 100%;
	left: 0;
	min-width: 15rem;
}
.site-nav li:hover > .sub-menu {
	display: block;
}
.site-nav .sub-menu > li {
	position: relative;
}
.site-nav .sub-menu > li > a {
	font-size: 1rem;
	color: #000;
	display: block;
	padding: 0.5rem 0.75rem;
}
.site-nav .sub-menu > li:hover > a {
	color: #e42e00;
}
.site-nav .sub-menu > li > .sub-menu {
	top: 0;
	left: 100%;
}
.nav-button-tooger {
    position: relative;
    top: calc(50% - 10px);
    height: auto;
    right: 25px;
}
.aside-nav-closer {
    cursor: pointer;
}
.aside-nav-toggler {
	width: 40px;
    height: 20px;
    display: block;
    position: relative;
    cursor: pointer;
}
.aside-nav-toggler-icon:before, 
.aside-nav-toggler-icon:after {
	content: ' ';
	display: block;
}
.aside-nav-toggler-icon, 
.aside-nav-toggler-icon:before, 
.aside-nav-toggler-icon:after {
	width: 100%;
	height: 1px;
	background-color: #e42e00;
	position: absolute;
	transition: transform 0.15s ease 0s;
}
body.active-site-nav .aside-nav-toggler-icon, 
body.active-site-nav .aside-nav-toggler-icon:before, 
body.active-site-nav .aside-nav-toggler-icon:after {
	background-color: #000;
}
.aside-nav-toggler-icon {
	top: 0;
	left: 0;
}
.aside-nav-toggler-icon:before {
	top: 10px;
	left: 0;
	transition: transform, opacity 0.15s ease 0s;
    -moz-transition: transform, opacity 0.15s ease 0s;
    -webkit-transition: transform, opacity 0.15s ease 0s;
}
.aside-nav-toggler-icon:after {
	top: 20px;
	left: 0;
}
body.active-site-nav .aside-nav-toggler .aside-nav-toggler-icon {
	transform: translate3d(0, 10px, 0) rotate(45deg);
	-webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
	-ms-transform: translate3d(0, 10px, 0) rotate(45deg);
}
body.active-site-nav .aside-nav-toggler .aside-nav-toggler-icon:before {
	opacity: 0;
	left: 0;
	transform: rotate(-45deg) translate3d(-6px, -6px, 0);
	-webkit-transform: rotate(-45deg) translate3d(-6px, -6px, 0);
	-ms-transform: rotate(-45deg) translate3d(-6px, -6px, 0);
}
body.active-site-nav .aside-nav-toggler .aside-nav-toggler-icon:after {
	left: 0;
	transform: translate3d(0, -14px, 0) rotate(-90deg);
	-webkit-transform: translate3d(0, -14px, 0) rotate(-90deg);
	-ms-transform: translate3d(0, -14px, 0) rotate(-90deg);
}

.aside-nav {
	background-color: #FFF;
	overflow-y: auto;
	width: 500px;
	max-width: 100%;
	position: fixed;
	left: -100%;
	top: 0; 
    bottom: 0;
	transition: all 0.6s ease 0s;
    z-index: 1032;
}
.admin-bar .aside-nav {
	top: 32px;
}
body.active-aside-nav .aside-nav {
	left: 0;
}
.aside-nav-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1031;
	top: 0;
	left: 0;
	visibility: hidden;
	opacity: 0;
	transition: visibility, opacity 0.3s ease 0s;
}
body.active-aside-nav .aside-nav-overlay {
	visibility: visible;
	opacity: 1;
}
.aside-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.aside-nav .menu {
	display: block;
}
.aside-nav .menu > li {
	padding: 0.75rem 0;
	position: relative;
}
.aside-nav .menu > li + li {
	border-top: 1px solid #dee2e6;
}
.aside-nav .menu > li > a {
	font-size: 0.9125rem;
	text-transform: uppercase;
	color: #000;
    display: block;
    margin-right: 35px;
}
.aside-nav .menu > li:hover > a {
	color: #e42e00;
}
.aside-nav .menu > li.menu-item-has-children:after {
    content: ' ';
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    cursor: pointer;
    width: 0.375rem;
    height: 0.375rem;
    position: absolute;
    top: 1rem;
    right: 0.25rem;
    transform: rotateZ(-135deg);
    transition: all 0.3s ease 0s;
}
.aside-nav .menu > li.menu-item-has-children:hover:after {
	border-top-color: #e42e00;
	border-left-color: #e42e00;
}
.aside-nav .menu > li.menu-item-has-children.active:after {
	top: 1.25rem;
	transform: rotateZ(45deg);
}
.aside-nav .menu .sub-menu {
	display: none;
	padding: 0.5rem 1rem;
}
.aside-nav .menu .sub-menu > li > a {
	font-size: 1rem;
    display: block;
    padding: 0.5rem 0;
    color: #141414;
}
.aside-nav .menu .sub-menu > li:hover > a {
    color: #e42e00;
}

/*--------------------------------------------------------------
# Swiper
--------------------------------------------------------------*/
.swiper .swiper-pagination-bullets,
.swiper ~ .swiper-pagination-bullets {
	bottom: 0;
}
.swiper .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper ~ .swiper-pagination-bullets .swiper-pagination-bullet {
	opacity: 1;
	background-color: #ccc;
	border: 1px solid #FFF;
	width: 11px;
	height: 11px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
}
.swiper .swiper-pagination-bullets .swiper-pagination-bullet-active,
.swiper ~ .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background-color: #e42e00;
}
.swiper-button-next, 
.swiper-button-prev {
	color: #e42e00;
}
.swiper-button-next:hover, 
.swiper-button-prev:hover {
	color: #be8844;
}
.swiper-button-next::after, 
.swiper-button-prev::after {
	font-size: 1.75rem;
	font-weight: 300;
}

.swiper-others ~ .swiper-button-next {
	right: -3rem;
}
.swiper-others ~ .swiper-button-prev {
	left: -2.25rem;
}
.swiper-others ~ .swiper-pagination {
	bottom: -2.25rem;
}

/*--------------------------------------------------------------
# site slider
--------------------------------------------------------------*/
.site-slider .swiper-slide {
	height: auto;
}
.admin-bar .site-slider .swiper-slide {
	height: auto;
}
@media (min-width: 768px) {
	.site-slider .swiper-button-next {
		right: 3rem;
	}
	.site-slider .swiper-button-prev {
		left: 3rem;
	}
}

/*--------------------------------------------------------------
# Home page
--------------------------------------------------------------*/
@media (min-width: 992px) {
	.col-page:nth-child(2n + 1) {
		padding-right: 70px;
	}
	.col-page:nth-child(2n + 2) {
		padding-left: 70px;
	}
}
.intro-page .image {
    height: 100% !important;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
@media (max-width: 767.98px){
    .intro-page .image {
        position: relative;
        width: 100% !important;
    }
    .wpcf7-list-item.first {
        margin-bottom: 1rem;
    }
}
/*-------------------------------------------------------------
# Home Wellcome
------------------------------------------------------------*/
.module-box-wellcome:before {
    content: ' ';
    background: #e42e00;
    width: 3.5rem;
    height: 0.3125rem;
    position: absolute;
    top: 8.3rem;
    left: 0;
}
.module-box-wellcome {
    padding: 4rem 1.5rem 4rem 4.5rem;
}
.module-border {
    border: 0.3125rem solid #e42e00;
    border-left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 7.5rem;
    right: 0rem;
}
.module-border:before {
    top: 0;
}
.module-border:after {
    bottom: 0;
}
.module-border:before, .module-border:after {
    content: '';
    background: #e42e00;
    width: 0.3125rem;
    height: 3rem;
    position: absolute;
    left: 0;
}
.title-box-wellcome > span {
    color: #e42e00;
    font-size: 3rem;
    display: block;
}
.btn-style-left,
.btn-style-right {
    position: relative;
}
.btn-style-left:after,
.btn-style-right:after, 
.btn-style-left:before,
.btn-style-right:before {
    content: " ";
    width: 10px;
    height: 10px;
    position: absolute;
    border: 0px solid #fff;
    transition: all 1s;
}
.btn-style-left:after {
    top: 0px;
    right: 0px;
    border-top: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    width: 50%;
    height: 30%;
}
.btn-style-left:before {
    bottom: 0px;
    left: 0px;
    border-bottom: 1px solid #b4b4b4;
    border-left: 1px solid #b4b4b4;
    width: 50%;
    height: 70%;
}
.btn-style-right:after {
    top: 0px;
    left: 0px;
    border-top: 1px solid #b4b4b4;
    border-left: 1px solid #b4b4b4;
    width: 50%;
    height: 30%;
}
.btn-style-right:before {
    bottom: 0px;
    right: 0px;
    border-bottom: 1px solid #b4b4b4;
    border-right: 1px solid #b4b4b4;
    width: 50%;
    height: 70%;
}
.btn-style-left .btn-hover:before {
    content: '';
    position: absolute;
    width: 25%;
    border-bottom: 1px solid #b4b4b4;
    bottom: -1px;
    right: 12px;
    transition: all 1s;
}
.btn-style-right .btn-hover:before {
    content: '';
    position: absolute;
    width: 25%;
    border-bottom: 1px solid #b4b4b4;
    bottom: -1.5px;
    left: 12px;
    transition: all 1s;
}
.btn-style a.btn-hover svg {
    fill: #e42e00;
    height: 12px;
    padding-left: 10px;
}
.btn-style:hover:before, .btn-style:hover:after {
    width: 100%;
    height: 100%;
    border-color: #e42e00;
}
.btn-style .btn-hover:hover:before {
    width: 0px;
}
.btn-style .btn-hover {
    z-index: 5;
}
.btn-style:hover a.btn-hover svg {
    fill: #a97738;
}
.home .btn-style:hover a.btn-hover svg {
    fill: #ffffff;
}
.btn-style-none:hover:before, .btn-style-none:hover:after {
    width: 100%;
    height: 100%;
    border-color: #ffffff;
}
.btn-add-to-cart {
    background: transparent !important;
    border: none;
}
@media (max-width: 767.98px){
    .module-box-wellcome:before {
        top: 3.5rem;
        height: 0.2rem;
        width: 2.5rem;
        left: 0.5rem;
    }
    .module-border:before, 
    .module-border:after {
        width: 0.2125rem;
    }
    .module-border {
        left: 0;
        right: 0;
        border-width: 0.2125rem;
    }
    .title-box-wellcome > span {
        font-size: 2rem;
    }
    .module-box-wellcome {
        padding: 1rem 1.5rem 1rem 1.5rem;
    }
    .module-box-wellcome .title-box-wellcome > span {
        padding-left: 2rem;
    }
    .btn-style > a {
        padding: 0.5rem 1rem;
    }
}
/*--------------------------------------------------------------
# Home Tax Product
--------------------------------------------------------------*/
.tax-title {
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    z-index: 6;
    text-align: center;
}
.logo-tax {
    z-index: 7;
    width: 200px;
    background: #ffffff;
    border-radius: 10px;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    text-align: center;
}
.tax-title-home h3 {
    font-size: 28px;
    line-height: 1.4;
}
.tax-title-home h3 span {
    display: block;
    font-size: 2rem;
    font-weight: 900;
}
.product-tax .tax-box:nth-child(2n+1) .tax-title-home{
    bottom: 100px;
    left: 50px;
}
.product-tax .tax-box:nth-child(2n+2) .tax-title-home{
    bottom: 100px;
    right: 50px;
    text-align: right;
}
@media (max-width: 767.98px){
    .product-tax .tax-box:nth-child(2n+1) .tax-title{
        transform: translate(-50%,280%);
        -moz-transform: translate(-50%,-280%);
        -webkit-transform: translate(-50%,-280%);
    }
    .product-tax .tax-box:nth-child(2n) .tax-title{
        transform: translate(-50%,280%);
        -moz-transform: translate(-50%,280%);
        -webkit-transform: translate(-50%,280%);
    }
    .logo-tax {
        width: 180px;
        height: 100px;
        line-height: 100px;
    }
    .logo-tax img {
        max-width: 130px;
    }
    .product-tax .tax-box a.embed-responsive:before {
        padding-top: 66.5%;
    }
    .tax-title-home h3 {
        font-size: 20px;
    }
    .tax-title-home h3 span {
        font-size: 2rem;
    }
    .product-tax .tax-box:nth-child(2n+1) .tax-title-home{
        bottom: 150px;
        left: 20px;
    }
    .product-tax .tax-box:nth-child(2n+2) .tax-title-home{
        bottom: 45px;
        right: 20px;
        text-align: right;
    }
}
/*--------------------------------------------------------------
# Home Prosper
--------------------------------------------------------------*/
.item-prosper .icon {
    background: transparent;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width: 6rem;
    height: 6rem;
    line-height: 5.5rem;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    position: relative;
}
.item-prosper .icon img {
    height: 3rem;
    _filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(108deg) brightness(112%) contrast(101%);
}
.item-prosper .icon:before, 
.item-prosper .icon:after {
    content: '';
    border: 1px solid rgba(228, 46, 0, 0.6);
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    top: -0.75rem;
    bottom: -0.75rem;
    left: -0.75rem;
    right: -0.75rem;
}
.item-prosper .icon:after {
    top: -1.875rem;
    bottom: -1.875rem;
    left: -1.875rem;
    right: -1.875rem;
}
.item-prosper .icon:hover:before {
	animation: wave-before 1s linear 0s infinite alternate;
}
.item-prosper .icon:hover:after {
	animation: wave-after 1s linear 0s infinite alternate;
}
@keyframes wave-before {
    from { 
		top: -0.75rem;
		bottom: -0.75rem;
		left: -0.75rem;
		right: -0.75rem;
	}
    to { 
		top: -1.875rem;
		bottom: -1.875rem;
		left: -1.875rem;
		right: -1.875rem;
	}
}
@keyframes wave-after {
    from { 
		top: -1.875rem;
		bottom: -1.875rem;
		left: -1.875rem;
		right: -1.875rem;
	}
    to { 
		top: -3rem;
		bottom: -3rem;
		left: -3rem;
		right: -3rem;
	}
}
@media (max-width: 767.98px) {
    .title-intro,
    .title-intro .title-icon {
        font-size: 1.2rem;
    }
    .item-prosper .item-name {
        font-size: 0.875rem;
    }
}
/*--------------------------------------------------------------
# Home Project
--------------------------------------------------------------*/
.bg-project {
    background: #e7f4fb;
}
@media (max-width: 767.98px){
    .box-project .content-project {
        position: absolute;
        z-index: 10;
        background: transparent !important;
    }
    .box-project .bg-project {
        z-index: 2;
    }
    .box-project .content-project a {
        color: #fff !important;
    }
    .box-project .content-project a:hover {
        color: #a97738;
    }
    .box-project .content-project,
    .box-project .bg-project {
        width: 100% !important;
    }
}
/*--------------------------------------------------------------
# Page offers
--------------------------------------------------------------*/
.archive-offer .overlay {
	text-shadow: 0 0 1rem rgba(0, 0, 0, 0.75);
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 15%, rgba(0,0,0,0.85) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 15%, rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 15%, rgba(0,0,0,0.85) 100%);
}
.archive-post .overlay {
    text-shadow: 0 0 1rem rgba(0, 0, 0, 0.75);
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 15%, rgba(0,0,0,0.85) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 15%, rgba(0,0,0,0.85) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 15%, rgba(0,0,0,0.85) 100%);
}
/*----------------------
# Home Post
------------------------*/
.home .post-box {
    background: #202020 !important;
}
.home .post-box > div > a {
    color: #fff !important;
}
/*--------------------------------------------------------------
# fancybox
--------------------------------------------------------------*/
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border-color: #be8844;
    border-width: 3px;
}
/*--------------------------------------------------------------
# Home Client
--------------------------------------------------------------*/
.swiper-7 .swiper-slide img{
    max-height: 150px;
}
.swiper-6 .swiper-slide img {
    max-height: 75px;
}
@media(max-width: 767.98px){
    .swiper-7 .swiper-slide img{
        max-height: 80px;
    }
}
/*--------------------------------------------------------------
# entry
--------------------------------------------------------------*/
.pakage-title {
    font-size: 1.8rem;
}
.lich-main:before {
    content: "";
    position: absolute;
    background: #c9c9c9;
    width: 4px;
    height: 100%;
    left: calc(50% - 2px);
}
.row-mich-main:before {
    content: '';
    position: absolute;
    background: #35A4E4;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    left: calc(50% - 15px);
}
.lich-box {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.step-main:before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom, rgba(8, 45, 109, 0), rgba(8, 45, 109, 1) 100%);
    width: 20px;
    height: 100%;
    left: calc(50% - 10px);
}
.row-step-main:before {
    content: "";
    position: absolute;
    background: #D9D9D9;
    border: 4px solid #C9C9C9;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
}
.step-number {
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: #35A4E4;
}
.step-title {
    border-bottom: 4px solid #c9c9c9;
}
.main-check-status {
    max-width: 600px;
}
.entry-content h2,
.entry-content .h2 {
	border-bottom: 1px solid #dee2e6;
    padding-bottom: 10px;
}
.entry-content a {
	color: #aa3f0c;
}
.entry-content a:hover {
	color: #aa3f0c;
    text-decoration: underline;
}
.entry-content cite {
    font-style: normal
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    margin-bottom: 1rem;
}
.entry-content blockquote {
    font-weight: 500;
    background-color: #f8f9fa;
    border-left: 0.25rem solid #00554C;
    padding: 1rem 1.5rem 1px 1.5rem;
}
.entry-content ul > li,
.entry-content ol > li {
    margin-bottom: 0.5rem;
}
.entry-content table {
    background-color: transparent;
    border: 1px solid #CCC;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 1rem;
    width: 100%;
    max-width: 100%;
}
.entry-content table th,
.entry-content table td {
    padding: 0.75rem;
    border: 1px solid #CCC;
}
.entry-content table tr + tr th,
.entry-content table tr + tr td {
    border: 1px solid #CCC;
}
.entry-content img.centered,
.entry-content .aligncenter {
    display: block;
    margin: 0 auto 1rem;
}
.entry-content img.alignnone {
    margin-bottom: 0;
}
.entry-content .alignleft {
    float: left;
    text-align: left
}
.entry-content .alignright {
    float: right;
    text-align: right
}
.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
    margin: 0 1rem 1rem 0;
}
.entry-content img.alignright,
.entry-content .wp-caption.alignright {
    margin: 0 0 1rem 1rem;
}
.entry-content .wp-caption {
    max-width: 100%
}
.entry-content .wp-caption-text {
    font-size: 0.875rem;
    padding: 0.5rem 0.75rem;
    text-align: center;
    color: #808080;
}
.entry-content iframe {
    width: 100%;
    height: 500px;
}
.entry-more {
	text-decoration: none !important;
	text-transform: uppercase;
	color: #be8844;
	border-bottom: 1px solid #E4E2DF;
	display: block;
	padding-bottom: 0.5rem;
	margin-bottom: 1.5rem;
}
.entry-more::before {
	content: '-';
	text-align: center;
	border: 1px solid #be8844;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	width: 1rem;
	height: 1rem;
	line-height: 0.875rem;
	margin-top: -0.25rem;
	margin-right: 0.75rem;
	transition: border 0.3s ease 0s;
}
.entry-more.collapsed::before {
	content: '+';
}
.entry-more:hover::before {
	border-color: #00554C;
}
.content-more[data-readmore], 
.read-more[data-readmore] {
    transition: height 150ms;
    overflow: hidden;
}
.content-more[aria-expanded="false"]:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 30px;
    bottom: 0;
    z-index: 10;
    background: linear-gradient(to top, rgba(255,255,255,0.8) 10%, rgba(0,0,0,0) 100%);
}
.more-button {
    border-radius: 20px;
    padding: 3px;
}
.button-wrapper {
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 0 10px;
}
.kksr-muted {
    display: none;
}
.item-post-author > a {
    width: 300px;
}
.list-shares a {
	color: #FFF;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.25rem;
	height: 2.25rem;
}
.list-shares a:hover {
	opacity: 0.8;
}
.list-shares a.facebook {
	background-color: #455FA1;
}
.list-shares a.facebook svg,
.list-shares a.youtube svg,
.list-shares a.instagram svg,
.list-shares a.email svg {
    fill: #fff;
}
.list-shares a.instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.list-shares a.twitter {
	background-color: #58ABF4;
}
.list-shares a.youtube {
    background-color: #f61813;
}
.list-shares a.pinterest {
	background-color: #CC1D1E;
}
.list-shares a.linkedin {
	background-color: #007BB5;
}
.list-shares a.email {
	background-color: #1980BE;
}
.related-post .swiper-button-prev {
    left: -30px;
}
.related-post .swiper-button-next {
    right: -30px;
}
.related-post .swiper:hover .swiper-button-prev{
    left: 15px;
}
.related-post .swiper:hover .swiper-button-next{
    right: 15px;
}
.feature-titles {
    font-size: 2rem;
    color: #082d6d;
    line-height: 1.5;
}
.feature-icons img {
    max-height: 70px;
}
/*
.video-container {
    overflow: hidden;
    position: relative;
    width: 100%;
}
.video-container:after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
@media (max-width: 1024.98px){
    .feature-titles {
        font-size: 1.8rem;
    }
}
@media (max-width: 991.98px){
    .lich-main:before,
    .row-mich-main:before {
        height: 0;
        width: 0;
    }
}
@media (max-width: 767.98px){
    .item-post-author > a {
        width: 100%;
    }
    .feature-titles {
        font-size: 1.5rem;
    }
    .pakage-tax h2, .pakage-tax .h1 {
        font-size: 1.2rem;
    }
    .pakage-tax .h4 {
        font-size: 0.8rem;
    }
    .more-button,
    .mobile-text-slide {
        font-size: 13px;
    }
    .entry-content iframe {
        height: 100%;
        min-height: 300px;
    }
    .why-box > img {
        width: 110px !important;
    }
}
/*--------------------------------------
# Taxonomy Product
--------------------------------------*/
.step-main-right .step-box {
    padding-right: 100px !important;
}
.step-main-left .step-image {
    padding-left: 100px !important;
}
.step-number {
    width: 110px;
}
.card-header button:after {
    content: ' ';
    border-top: 1px solid #e42e00;
    border-left: 1px solid #e42e00;
    cursor: pointer;
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 1.2rem;
    right: 0.25rem;
    transform: rotateZ(-135deg);
    transition: all 0.3s ease 0s;
}
.card-header button[aria-expanded="true"]:after {
    transform: rotateZ(45deg);
    transition: all 0.3s ease 0s;
}
@media (max-width: 767.98px) {
    .feature-desc {
        max-width: 100%;
        text-align: justify !important;
    }
    .btn-border {
        font-size: 16px !important;
    }
    .step-main-right .step-box {
        padding-right: 0 !important;
    }
    .step-main-left .step-image {
        padding-left: 0 !important;
    }
    .step-number {
        width: 90px;
    }
    .display-big {
        font-size: 7rem;
    }
    .step-main:before {
        width: 0;
    }
}
/*--------------------------------------
# Single Product
--------------------------------------*/
.willgroup-custom {
    padding-left: 50px !important;
}
.custom-control-input:checked ~ .willgroup-custom:before {
    color: #fff;
    border-color: #e42e00;
    background-color: #e42e00;
}
.custom-control-input:checked ~ label.willgroup-custom {
    background-color: rgba(0, 102, 165, 0.2) !important;
}
.willgroup-custom:before,
.willgroup-custom:after {
    left: 10%;
    transform: translate(-50%);
    top: auto;
}
.gallery-product .swiper-button-next:after, 
.gallery-product .swiper-button-prev:after {
    font-size: 2.75rem;
    font-weight: 300;
    color: #fff;
}
@media (max-width: 767.98px){
    .willgroup-custom {
        padding-left: 35px !important;
    }
    .willgroup-custom .h5 {
        font-size: 0.8125rem;
        letter-spacing: 1px;
        margin-bottom: 0;
    }
    .willgroup-custom .h6 {
        font-size: 0.8125rem;
        margin-bottom: 0;
    }
    .policy-items > img.svg-6 {
        height: 0.8125rem !important;
    }
    .policy-items > span {
        font-size: 0.75rem;
    }
}
/*--------------------------------------------------------------
# fixed contact
--------------------------------------------------------------*/
.fixed-contact {
	position: fixed;
	z-index: 1030;
	bottom: 1.25rem;
	left: 1.25em;
}
.fixed-phone,
.fixed-book {
	background-color: #00554C;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 3.75rem;
	height: 3.75rem;
	margin-right: 0.75rem;
}
.fixed-phone img,
.fixed-book img {
	max-height: 1.875rem;
}
/*-----------------------------------------------------------
# Call to Action
-----------------------------------------------------------*/

.tool {
    position: fixed;
    z-index: 50;
    right: 0;
    top: calc(50% - 150px);
    color: #1A1A1A;
    width: 48px;
}
.tool .btn[aria-expanded="false"] .icon-close,
.tool .btn[aria-expanded="true"] .icon-open {
    display: none;
}
.tool .btn[aria-expanded="true"] .icon-close {
    display: block;
}
.tool .tool-list {
    background-color: #ffffff;
    width: 48px;
    height: 48px;
    font-size: 20px;
    color: #1a1a1a;
    cursor: pointer;
    border: 1px solid #ccc;
}
.tool-list-contain .tool-list-item {
    min-width: 3rem;
    display: table;
    margin-right: auto;
    font-size: 1rem;
    box-shadow: inset 0px 0px 1px 1px rgb(192 192 192 / 30%);
    transition: all 0.5s ease 0s;
}
.tool-list-contain .tool-list-item.menu-list-items {min-width: 15rem;}
.tool-list-contain .tool-list-item .item-contain {
   height: 48px;
   padding-right: 16px;
}
.tool-list-contain .tool-list-item .item {
    cursor: pointer;
}
.tool-list-contain .tool-list-item:hover,
.tool-list-contain .tool-list-item.active {
    transform: translatex(calc(48px - 100%));
}
.tool-list-item ul.sub-menu {
    background: #fff;
    list-style: none;
    position: absolute;
    width: 100%;
    top: 140%;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
    z-index: 1029;
}
.tool-list-item ul.sub-menu > li {
    padding: 5px 5px 5px 10px;
}
.tool-list-item ul.sub-menu > li + li {
    border-top: 1px solid #f0f0f0;
}
.tool-list-item ul.sub-menu > li > a {
    font-size: 1rem;
    color: #e42e00;
}
.tool-list-item ul.sub-menu > li > a:hover {
    color: #444;
}
.tool-list-item.menu-list-items ul.sub-menu > li > a {font-size: 1rem;}
.tool-list-contain .tool-list-item.active ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease 0s;
    top: 100%;
}
/*--------------------
# Mobile tool
---------------------*/

.tool-footer .list-items-menu.active ul.sub-menu{
    top: auto;
    opacity: 1;
    visibility: visible;
    position: absolute;
    width: 100%;
    transform: translatey(calc(-48px - 100%));
}
@media (max-width: 767.98px) {
    .tool-footer .title-item-mobile {
        font-size: 0.65em;
    }
}

/*--------------------------------------------------------------
# footer bar
--------------------------------------------------------------*/
.footer-bar {
	box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.footer-bar-nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.footer-bar-nav .menu {
	display: flex;
}
.footer-bar-nav .menu li {
	margin-left: 0.75rem;
	margin-right: 0.75rem;
}
.footer-bar-nav .menu > li > a {
	font-size: 0.8125rem;
	text-transform: uppercase;
	color: #000;
}
.footer-bar-nav .menu > li > a:hover {
    color: #be8844;
}
.footer-bar-contacts a {
	margin-left: 0.3125rem;
	margin-right: 0.3125rem;
	position: relative;
}
.footer-bar-contacts img + img {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity 0.3s ease 0s;
}
.footer-bar-contacts a:hover img + img {
	opacity: 1;
}
@media (max-width: 375.98px) {
	.company-title {
		font-size: 0.75rem;
	}
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100% !important;
}
.site-footer a,
.site-footer {
	color: #FFF;
    font-size: 0.938rem;
}
.site-footer a:hover {
	color: #fff;
}
.footer-social-networks a {
	background-color: #FFF;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	margin-right: 1rem;
}
.footer-social-networks a:hover {
	background-color: #e42e00;
}
.footer-social-networks svg {
	fill: #000;
	height: 1.25rem;
}
.footer-social-networks a:hover svg {
	fill: #FFF;
}
.footer-social-networks a:hover svg .st1,
.footer-social-networks a:hover svg .st2 {
    fill: #fff !important;
}
.footer-social-networks a:hover svg .st0 {
    fill: #e42e00 !important;
}

.footer-nav .menu {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-left: -8px;
}
.footer-nav .menu > li {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding-left: 8px;
	padding-right: 8px;
	margin-bottom: 0.5rem;
}
.footer-nav a {
	font-size: 0.938rem;
}
.footer-copyright p {
	margin-bottom: 0.25rem;
}
.sticky-start .tool-footer {padding-bottom: 1.5rem; transition: 0.3s ease-in-out 0s;}
.sticky-start.sticky-move .tool-footer {padding-bottom: 0; transition: 0.3s ease-in-out 0s;}
.dvls_maps_wrap .dvls_maps_sidebar {
    width: 415px;
}
.dvls_maps_wrap .dvls_maps_main {
    padding-left: 415px;
}
.dvls_maps_sidebar_content {
    padding-left: 15px;
}
.dvls_maps_wrap input.dvls-submit {
    background: #e42e00 !important;
}
.dvls_maps_header_right {
    padding-left: 0 !important;
}
.dvls_maps_3col .dvls_maps_col:first-child {
    width: 20%;
}
.dvls_maps_3col .dvls_maps_col:nth-child(2){
    width: 20%;
    display: none;
}
.scroll-top {
    visibility: hidden;
    opacity: 0;
    width: 3rem;
    height: 3rem;
    bottom: 6rem;
    left: auto;
    right: 1rem;
}
.grecaptcha-badge {display: none !important;}
.icon-bell-ring {
	-webkit-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-moz-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-ms-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-o-animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	animation: coccoc-alo-circle-img-anim 1s infinite ease-in-out;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.icon-zoom {
    -webkit-animation: tada 1.2s infinite;
    animation: icon-zoom 1.2s infinite;
}
@media (max-width: 991.98px){
    .site-footer {
        margin-bottom: 65px;
    }
}
@media (max-width: 767.98px){
    .dvls_maps_3col .dvls_maps_col:first-child {
        width: 50%;
    }
    .dvls_maps_3col .dvls_maps_col:nth-child(2){
        width: 50%;
    }
    .dvls_maps_wrap select {
        font-size: 12px;
    }
    .dvls_maps_wrap .dvls_maps_main {
        padding-left: 0;
    }
    .dvls_maps_sidebar_content {
        padding-left: 0;
    }
    .dvls_maps_wrap .dvls_maps_sidebar {
        width: 100%;
    }
}
.captcha-image {width: 100%;}

@-moz-keyframes coccoc-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg)
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	50% {
		transform: rotate(0) scale(1) skew(1deg)
	}
	100% {
		transform: rotate(0) scale(1) skew(1deg)
	}
}
@-webkit-keyframes coccoc-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg)
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	50% {
		transform: rotate(0) scale(1) skew(1deg)
	}
	100% {
		transform: rotate(0) scale(1) skew(1deg)
	}
}
@-o-keyframes coccoc-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg)
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	50% {
		transform: rotate(0) scale(1) skew(1deg)
	}
	100% {
		transform: rotate(0) scale(1) skew(1deg)
	}
}
@keyframes coccoc-alo-circle-img-anim {
	0% {
		transform: rotate(0) scale(1) skew(1deg)
	}
	10% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	20% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	30% {
		transform: rotate(-25deg) scale(1) skew(1deg)
	}
	40% {
		transform: rotate(25deg) scale(1) skew(1deg)
	}
	50% {
		transform: rotate(0) scale(1) skew(1deg)
	}
	100% {
		transform: rotate(0) scale(1) skew(1deg)
	}
}
@keyframes icon-zoom {
	0% {
		-webkit-transform: scaleX(1);
        transform: scaleX(1);
	}
	10%,20% {
		-webkit-transform: scale3d(.9,.9,.9) rotate(-3deg);
        transform: scale3d(.9,.9,.9) rotate(-3deg);
	}
	30%, 50%, 70%, 90% {
      -webkit-transform: scale3d(1,1,1) rotate(3deg);
      transform: scale3d(1,1,1) rotate(3deg);
    }
    40%, 60%, 80% {
      -webkit-transform: scale3d(1,1,1) rotate(-3deg);
      transform: scale3d(1,1,1) rotate(-3deg);
    }
    100% {
      -webkit-transform: scaleX(1);
      transform: scaleX(1);
    }
}