.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}

.whb-wrap {
	position: relative;
	width: 100%;
	background: #fff;
	z-index: 999;
	overflow: initial !important;
}

/* transparent header */
.transparent-header-w .whb-wrap {
	position: absolute;
	top: 0;
	background: transparent;
}

.transparent-header-w #webnus-header-builder .whb-row1-area:not(.whb-vertical) {
	background: transparent !important;
}

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

	.transparent-header-w.t-dark-w #wrap .top-bar * {
		color: #fff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
	}

	.transparent-header-w.t-dark-w #wrap .whb-col p,
	.transparent-header-w.t-dark-w #wrap .whb-col span,
	.transparent-header-w.t-dark-w #wrap .whb-row1-area:not(.whb-vertical) .whb-col i,
	.transparent-header-w.t-dark-w #wrap .whb-col>a,
	.transparent-header-w.t-dark-w #wrap .whb-col h1,
	.transparent-header-w.t-dark-w #wrap .whb-col h2,
	.transparent-header-w.t-dark-w #wrap .whb-col h3,
	.transparent-header-w.t-dark-w #wrap .whb-col h4,
	.transparent-header-w.t-dark-w #wrap .whb-col h5,
	.transparent-header-w.t-dark-w #wrap .whb-col h6 {
		color: #fff;
	}

	.transparent-header-w.t-dark-w #webnus-header-builder .whb-row1-area:not(.whb-vertical) .nav>li>a,
	.transparent-header-w.t-dark-w #webnus-header-builder .whb-row1-area:not(.whb-vertical) i {
		color: #fff;
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
		transition: all 0.28s;
	}

	.transparent-header-w.t-dark-w #wrap #webnus-header-builder .whb-row1-area:not(.whb-vertical) .nav>li>a:hover {
		color: rgba(255, 255, 255, 0.65);
		text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7);
	}

	.transparent-header-w.t-dark-w .whb-hamburger-menu .hamburger-icon-top,
	.transparent-header-w.t-dark-w .whb-hamburger-menu .hamburger-icon-center,
	.transparent-header-w.t-dark-w .whb-hamburger-menu .hamburger-icon-bottom,
	.transparent-header-w.t-dark-w .whb-hamburger-menu.fourline .hamburger-icon-extra {
		background-color: #fff;
	}

	.transparent-header-w.t-dark-w #wrap .whb-wrap .whb-desktop-view .whb-nav-wrap>li>a,
	.transparent-header-w.t-dark-w #wrap .whb-wrap .whb-desktop-view .whb-nav-wrap ul li:before,
	.transparent-header-w.t-dark-w #wrap .whb-wrap .whb-desktop-view .whb-nav-wrap ul li a:before {
		color: #fff;
	}

}

@media only screen and (max-width: 991px) {

	.transparent-header-w.t-dark-w .whb-menu-cross-icon,
	.transparent-header-w.t-dark-w .whb-menu-cross-icon:before,
	.transparent-header-w.t-dark-w .whb-menu-cross-icon:after {
		background-color: #eee;
	}

	.transparent-header-w.t-dark-w #wrap .open.whb-menu-cross-icon {
		background-color: transparent;
	}
}

.whb-screen-view {
	display: none;
}

/* desktop */
@media only screen and (min-width: 992px) {
	.whb-desktop-view {
		display: block;
	}
}

/* tablets */
@media only screen and (min-width:768px) and (max-width: 991px) {
	.whb-tablets-view {
		display: block;
	}
}

/* mobiles */
@media only screen and (max-width: 767px) {
	.whb-mobiles-view {
		display: block;
	}
}

.whb-area,
.whb-area:not(.whb-vertical)>.container,
.whb-content-wrap,
.whb-col,
.whb-element {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.whb-area {
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: stretch;
}

.whb-row1-area {
	height: 90px;
}

.whb-content-wrap {
	width: 100%;
}

.whb-col {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.whb-col.whb-left-col {
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.whb-col.whb-center-col,
.whb-area .whb-element {
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.whb-col.whb-right-col {
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}

.whb-col:empty {
	display: none;
}

/* align items */
.whb-area.whb-content-top .whb-col {
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.whb-area.whb-content-middle .whb-col,
.whb-area .whb-element {
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.whb-area.whb-content-bottom .whb-col {
	-webkit-box-align: end;
	-moz-box-align: end;
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

/* row padding */
#webnus-header-builder .whb-area.no-padding,
#webnus-header-builder .whb-area .no-padding {
	padding-left: 0;
	padding-right: 0;
}

#webnus-header-builder .whb-area:not(.whb-vertical).wn-no-padding,
#webnus-header-builder .whb-area:not(.whb-vertical) .wn-no-padding {
	padding: 0;
	margin: 0 auto;
}

/* Vertical Header */
.whb-vertical .whb-content-wrap,
.whb-vertical .whb-col {
	flex-direction: column;
	align-items: center;
}

.whb-vertical .whb-content-wrap {
	height: 100%;
}

.whb-wrap .whb-vertical,
.whb-vertical-contact-form-wrap {
	position: fixed;
	width: 475px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1001;
	background-color: #fafafa;
	border-right: 1px solid #f0f0f0;
}

.whb-wrap .whb-area.whb-vertical.container {
	padding-left: 0;
	padding-right: 0;
}

.whb-header-vertical-no-toggle .whb-wrap .whb-vertical {
	width: 280px;
}

.whb-vertical-toggle-wrap {
	background: #fafafa;
	width: 80px;
	height: 100%;
	position: fixed;
	left: 0;
	text-align: center;
	z-index: 999999;
	border-right: 1px solid #f2f2f2;
	box-shadow: 3px 0 40px -6px rgba(0, 0, 0, 0.07);
}

.whb-vertical.whb-vertical-toggle {
	-moz-transition: all 520ms ease;
	-webkit-transition: all 520ms ease;
	transition: all 520ms ease;
	transform: translateX(-475px);
	-ms-transform: translateX(-475px);
	-webkit-transform: translateX(-475px);
}

.whb-vertical.whb-vertical-toggle.is-open {
	transform: translateX(80px);
	-ms-transform: translateX(80px);
	-webkit-transform: translateX(80px);
}

.vertical-menu-icon-foursome {
	padding-left: 27px;
}

.vertical-toggle-icon:hover {
	cursor: pointer;
}

.vertical-menu-icon-foursome-top,
.vertical-menu-icon-foursome-center,
.vertical-menu-icon-foursome-bottom,
.vertical-menu-icon-foursome-extra-bottom {
	height: 2px;
	width: 25px;
	background-color: #383838;
	-webkit-transition: background-color 0.18s ease 0.10s, width 0.2s ease 0.38s, transform 0.2s ease 0.38s;
	transition: background-color 0.18s ease 0.10s, width 0.2s ease 0.38s, transform 0.2s ease 0.38s;
}

.vertical-menu-icon-foursome-top,
.vertical-menu-icon-foursome-center,
.vertical-menu-icon-foursome-bottom {
	margin-bottom: 5px;
}

.vertical-menu-icon-foursome-center,
.vertical-menu-icon-foursome-bottom {
	width: 20px;
}

.vertical-toggle-icon.is-open .vertical-menu-icon-foursome-center,
.vertical-toggle-icon.is-open .vertical-menu-icon-foursome-bottom {
	width: 25px;
}

.vertical-menu-icon-triad-top,
.vertical-menu-icon-triad-center,
.vertical-menu-icon-triad-bottom {
	height: 2px;
	width: 18px;
	background-color: #d7d7d7;
	-webkit-transition: background-color 0.18s ease 0.40s, transform 0.2s ease 0.38s;
	transition: background-color 0.18s ease 0.40s, transform 0.2s ease 0.38s;
}

.vertical-menu-icon-triad-top,
.vertical-menu-icon-triad-center {
	margin-bottom: 3px;
}

.vertical-toggle-icon.vertical-menu-icon-triad {
	-webkit-transition: width 0.2s ease 0.38s, transform 0.2s ease 0.38s;
	transition: width 0.2s ease 0.38s, transform 0.2s ease 0.38s;
	width: 101%;
}

.vertical-toggle-icon.vertical-menu-icon-triad.is-open {
	width: 120%;

}

.vertical-toggle-icon.is-open .vertical-menu-icon-triad-center {
	background: transparent !important;
}

.vertical-toggle-icon.is-open .vertical-menu-icon-triad-top {
	-moz-transform: translateY(5px) rotate(45deg);
	-ms-transform: translateY(5px) rotate(45deg);
	-webkit-transform: translateY(5px) rotate(45deg);
	transform: translateY(5px) rotate(45deg);
}

.vertical-toggle-icon.is-open .vertical-menu-icon-triad-bottom {
	-moz-transform: translateY(-5px) rotate(-45deg);
	-ms-transform: translateY(-5px) rotate(-45deg);
	-webkit-transform: translateY(-5px) rotate(-45deg);
	transform: translateY(-5px) rotate(-45deg);
}

.vertical-toggle-icon.vertical-menu-icon-triad div {
	margin-right: auto;
	margin-left: auto;
}

.vertical-toggle-icon {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.vertical-menu-icon-triad {
	background: #000;
	padding: 18px 0;
}

.whb-vertical-logo-wrap {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.2s ease;
	transition: all 0.3s ease;
	position: absolute;
	top: 60px;
	left: 0;
	right: 0;
}

.vertical-fullscreen-icon:hover i {
	cursor: pointer;
}

.vertical-contact-icon,
.vertical-fullscreen-icon {
	position: absolute;
	bottom: 80px;
	left: 0;
	right: 0;
	visibility: visible;
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	transition: all 0.3s ease;
}

.vertical-contact-icon.is-open,
.vertical-fullscreen-icon.is-open,
.whb-vertical-logo-wrap.is-open {
	visibility: hidden;
	opacity: 0;
}

.vertical-contact-icon:hover i {
	cursor: pointer;
}

.vertical-fullscreen-icon {
	bottom: 40px;
}

.whb-vertical .whb-nav-wrap .nav>li {
	float: none;
}

#webnus-header-builder .whb-vertical .whb-nav-wrap .nav>li>a {
	padding: 8px 0;
	display: block;
}

#webnus-header-builder .whb-vertical .whb-col {
	width: 100%;
}

#webnus-header-builder .whb-vertical .whb-col nav {
	width: 100%;
}

#webnus-header-builder .whb-vertical .whb-col nav>ul {
	float: none;
	width: 100%;
}

.whb-vertical .whb-nav-wrap.has-parent-arrow>ul>li.menu-item-has-children:before,
.whb-vertical .whb-nav-wrap.has-parent-arrow>ul>li.mega>a:before,
.whb-vertical .whb-nav-wrap.has-parent-arrow>ul>li.menu-item-has-children>ul li.menu-item-has-children:before {
	display: none;
}

.whb-vertical .nav li a .whb-vertical-nav-icon {
	position: absolute;
	right: 15%;
	top: calc(50% - 7px);
}

.whb-vertical .nav li ul li>a .whb-vertical-nav-icon {
	right: 18%;
}

.whb-vertical .nav li ul li ul li>a .whb-vertical-nav-icon {
	right: 21%;
}

.whb-vertical .whb-nav-wrap .nav ul {
	position: relative;
	width: 100%;
	left: 0;
	background: transparent;
}

.whb-vertical .whb-nav-wrap .nav ul li:hover,
.whb-vertical .whb-nav-wrap .nav ul li ul li:hover,
.whb-vertical .whb-nav-wrap .nav>li.menu-item>ul {
	background: transparent;
	padding: 0;
}

.whb-vertical .whb-nav-wrap .nav li:hover>ul {
	display: none;
}

.whb-vertical .whb-nav-wrap .nav ul li ul li.menu-item a {
	padding-left: 65px;
}

.whb-vertical .whb-nav-wrap .nav ul li.menu-item a {
	padding-top: 5px;
	padding-bottom: 5px;
}

.whb-vertical-toggle.whb-vertical-type-1 .whb-nav-wrap .nav>li>a:before {
	content: '';
	display: inline-block;
	background: #437df9;
	width: 10px;
	height: 1px;
	margin-right: -10px;
	margin-top: -2px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.whb-vertical-toggle.whb-vertical-type-1 .whb-nav-wrap .nav>li:hover>a:before,
.whb-vertical-toggle.whb-vertical-type-1 .whb-nav-wrap .nav>li.current>a:before {
	margin-right: 10px;
	opacity: 1;
	visibility: visible;
}

.whb-vertical-toggle.whb-vertical-type-2 .whb-nav-wrap .nav>li>a:before {
	content: '';
	display: inline-block;
	background: #e4e4e4;
	width: 70px;
	height: 1px;
	margin-right: 27px;
	margin-top: -2px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.whb-vertical-toggle.whb-vertical-type-2 .whb-nav-wrap .nav>li>a:after {
	display: inline-block;
	content: '';
	display: inline-block;
	background: #ff6b43;
	border-radius: 50px;
	position: absolute;
	left: 73px;
	top: calc(50% - 4px);
	width: 6px;
	height: 6px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.whb-vertical-toggle.whb-vertical-type-2 .whb-nav-wrap .nav>li:hover>a:before,
.whb-vertical-toggle.whb-vertical-type-2 .whb-nav-wrap .nav>li:hover>a:after,
.whb-vertical-toggle.whb-vertical-type-2 .whb-nav-wrap .nav>li.current>a:before,
.whb-vertical-toggle.whb-vertical-type-2 .whb-nav-wrap .nav>li.current>a:after {
	opacity: 1;
	visibility: visible;
}

.whb-vertical-toggle.whb-vertical-type-2 .whb-nav-wrap .nav ul li.menu-item a {
	padding-left: 110px;
}

.whb-vertical-toggle.whb-vertical-type-2 .whb-nav-wrap .nav ul li ul li.menu-item>a {
	padding-left: 125px;
}

.whb-vertical-contact-form-wrap {
	-moz-transition: all 520ms ease;
	-webkit-transition: all 520ms ease;
	transition: all 520ms ease;
	transform: translateX(-475px);
	-ms-transform: translateX(-475px);
	-webkit-transform: translateX(-475px);
	padding: 30px;
}

.whb-vertical-contact-form-wrap.is-open {
	transform: translateX(80px);
	-ms-transform: translateX(80px);
	-webkit-transform: translateX(80px);
}

.whb-vertical-contact-form-box-title,
.whb-vertical-contact-form-form-title {
	font-size: 40px;
	display: block;
	position: relative;
	margin-bottom: 53px;
	line-height: 40px;
	color: #2f2f2f;
}

.whb-vertical-contact-form-box-title:before,
.whb-vertical-contact-form-form-title:before {
	width: 75px;
	height: 1px;
	background: #e4e4e4;
	content: "";
	position: absolute;
	bottom: -25px;
}

.whb-vertical-contact-form-box-title:after,
.whb-vertical-contact-form-form-title:after {
	width: 6px;
	height: 6px;
	background: #ff6b43;
	content: "";
	border-radius: 50px;
	position: absolute;
	bottom: -27px;
	left: 78px;
}

.whb-vertical-contact-form-details {
	margin-bottom: 9px;
	color: #444;
}

.whb-vertical-contact-form-details strong {
	margin-right: 10px;
}

.whb-vertical-contact-form-details.whb-vertical-contact-form-schedule {
	color: #b6b6b6;
	margin-top: -14px;
}

.whb-vertical-contact-form-form-title {
	margin-top: 40px;
}

.whb-vertical-contact-form-bottom {
	align-items: center;
}

.whb-vertical-contact-form-top {
	align-items: flex-start;
}

#webnus-header-builder .whb-vertical-contact-form-wrap .wn-cnform,
#webnus-header-builder .whb-vertical-contact-form-wrap .wn-cnform.wn-active {
	margin-top: -18px;
}

#wrap .whb-vertical-contact-form-wrap .wn-btn-cf input[type="submit"] {
	border-radius: 0;
	padding: 10px 60px 8px 42px;
	letter-spacing: 1px;
	margin: 0;
	background: transparent;
	border: 1px solid #ff6b43;
	box-shadow: none;
	color: #444;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 13px;
}

#wrap .whb-vertical-contact-form-wrap .wn-btn-cf input[type="submit"]:hover {
	background: #ffe0d7 !important;
	color: #444 !important;
	padding-right: 70px;
}

#wrap .whb-vertical-contact-form-wrap .wn-btn-cf:after {
	content: "\e068";
	font-family: "linea-arrows-10" !important;
	font-size: 41px;
	font-weight: normal;
	position: absolute;
	right: 0;
	top: calc(50% - 12px);
	z-index: 9999999999999999999;
}

#wrap .whb-vertical-contact-form-wrap .wn-btn-cf {
	position: relative;
}

#wrap .whb-vertical-contact-form-wrap .wn-cnform.wn-active:after {
	content: "";
	height: 1px;
	width: 100%;
	background: #ff6b43;
}

#wrap .whb-vertical-contact-form-wrap .wn-cnform.wn-mssg.wn-active:after {
	top: 64px;
}

.whb-vertical-contact-form-bottom .wpcf7 {
	margin-top: -30px;
}

#wrap .whb-vertical-contact-form-wrap .wn-cnform label {
	top: 32px;
	font-size: 16px;
	color: #444;
}

#wrap .whb-vertical-contact-form-wrap .wn-cnform.wn-active label {
	top: 17px;
}

#wrap .whb-vertical-contact-form-wrap .wn-cnform input[type="text"],
#wrap .whb-vertical-contact-form-wrap .wn-cnform input[type="email"],
#wrap .whb-vertical-contact-form-wrap .wn-cnform textarea {
	padding: 10px 0 5px;
	font-size: 14px;
	margin-top: 6px;
}

.whb-vertical-contact-form-wrap .vertical-contact-social-icons {
	display: inline-block;
	margin-right: 20px;
}

.whb-vertical-contact-form-wrap .vertical-contact-social-icons a {
	color: #444;
	position: relative;
}

.whb-vertical-contact-form-wrap .vertical-contact-social-icons a:after,
.whb-vertical-contact-form-wrap .vertical-contact-social-icons a:before {
	content: '';
	width: 1px;
	height: 15px;
	position: absolute;
	background: #e4e4e4;
	right: -11px;
	top: 0px;
}

.whb-vertical-contact-form-wrap .vertical-contact-social-icons a:before {
	right: -8px;
}

.whb-vertical-contact-form-wrap .vertical-contact-social-icons:last-child a:before,
.whb-vertical-contact-form-wrap .vertical-contact-social-icons:last-child a:after {
	display: none;
}

@media only screen and (min-width: 992px) {
	#wrap.whb-header-vertical-no-toggle {
		padding-left: 280px;
	}

	#wrap.whb-header-vertical-toggle {
		padding-left: 80px;
	}

	.whb-vertical-toggle-wrap.whb-vertical-type-1 .whb-vertical-logo-wrap {
		top: 85px;
	}

	.whb-vertical-toggle-wrap.whb-vertical-type-1 .vertical-toggle-icon {
		top: 27px;
	}

	.whb-vertical-toggle-wrap.whb-vertical-type-2 .vertical-contact-icon {
		bottom: 80px;
	}

	.whb-vertical-toggle-wrap.whb-vertical-type-2 .vertical-fullscreen-icon {
		bottom: 30px;
	}

	.whb-vertical-toggle-wrap.whb-vertical-type-2 .whb-vertical-logo-wrap {
		top: 30px;
	}

	.whb-vertical-toggle-wrap.whb-vertical-type-2 .vertical-toggle-icon {
		top: calc(50% - 16px);
	}
}

/* element */
.whb-element {
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* element with icon */
.whb-icon-wrap {
	cursor: pointer;
}

.whb-icon-wrap .whb-icon-element {
	display: inline-block;
	line-height: 24px;
	color: #929292;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.whb-icon-wrap .whb-icon-element:focus {
	color: inherit;
}

.whb-icon-wrap .whb-icon-element i {
	display: inline-block;
	font-size: 18px;
	margin-left: 10px;
	vertical-align: middle;
}

.whb-icon-element i:before {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

/* tooltip */
.whb-tooltip[data-tooltip] {
	position: relative;
	cursor: pointer;
}

.whb-tooltip[data-tooltip]:before,
.whb-tooltip[data-tooltip]:after {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.18s ease;
	transition: all 0.18s ease;
}

.whb-tooltip[data-tooltip]:before {
	position: absolute;
	bottom: -16px;
	left: 50%;
	padding: 0 8px;
	background-color: #010101;
	border-radius: 0;
	color: #fff;
	content: attr(data-tooltip);
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 400;
	height: 23px;
	line-height: 23px;
	white-space: nowrap;
	letter-spacing: 1px;
	z-index: 88;
	box-shadow: 0 1px 18px rgba(0, 0, 0, 0.23);
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

.whb-tooltip[data-tooltip]:after {
	content: '';
	position: absolute;
	bottom: 2px;
	left: 50%;
	-webkit-transform: translate(-50%, 0) rotate(45deg);
	transform: translate(-50%, 0) rotate(45deg);
	display: block;
	width: 8px;
	height: 8px;
	background-color: #010101;
}

.whb-tooltip[data-tooltip]:hover:before,
.whb-tooltip[data-tooltip]:hover:after {
	opacity: 1;
	visibility: visible;
}

.whb-tooltip.tooltip-on-top[data-tooltip]:before {
	bottom: inherit;
	top: -16px
}

.whb-tooltip.tooltip-on-top[data-tooltip]:after {
	bottom: inherit;
	top: 2px
}

.w-add-element.whb-tooltip.tooltip-on-top[data-tooltip]:after {
	top: -13px
}

.whb-tooltip.tooltip-on-top[data-tooltip]:before {
	bottom: inherit;
	top: -16px
}

/* Dropdown and Modal */
.whb-header-dropdown {
	position: relative;
}

.whb-icon-element i,
.whb-icon-element i:hover {
	cursor: pointer;
}



/*  # Magnific Lightbox
	============================*/
.mfp-bg {
	z-index: 9999;
}

.mfp-wrap {
	z-index: 99999;
}

.mfp-close {
	display: none;
}

.white-popup {
	position: relative;
	background: #fff;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
}

/* Zoom Effect */
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	transform: scale(0.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.whb-bp-notification {
	position: relative;
}

#whb-hamburger-scroll {
	left: 320px !important;
}

/* Sticky Menu */
.whb-sticky-view {
	position: fixed;
	top: 0;
	width: 100%;
	display: block;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	background-color: #fff;
}

.admin-bar .whb-sticky-view {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .whb-sticky-view {
		top: 46px;
	}
}

.transparent-header-w .whb-sticky-view {
	background-color: transparent;
}

.whb-sticky-view.is-hidden {
	top: -100px;
}

.whb-sticky-view.is-visible,
.whb-sticky-view.whb-sticky-fixed {
	display: block;
	opacity: 1;
	visibility: visible;
	transition: top .3s cubic-bezier(.17, .04, .03, .94), opacity .3s ease;
}

.whb-sticky-view.is-top {
	display: none;
}

.whb-sticky-view.is-bottom {
	top: 0;
	opacity: 1;
	visibility: visible;
}

.whb-sticky-view.is-top {
	display: block;
	top: -100px;
}

.whb-sticky-view.header-sticky-hide {
	display: block;
	top: -100px;
	opacity: 0;
	transition: top 0.6s cubic-bezier(.17, .04, .03, .94), opacity 0.3s ease;
}

.whb-sticky-view.header-sticky-hide.is-top {
	opacity: 0;
	visibility: hidden;
	transition: opacity .1s cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.whb-sticky-view.upscroll.is-hidden,
.whb-sticky-view.downscroll.is-hidden {
	top: -200px;
	transition: all 0.5s cubic-bezier(.17, .04, .03, .94);
	opacity: 1;
	visibility: visible;
}

@media only screen and (max-width: 991px) {
	.whb-sticky-view.hide-in-reponsive {
		display: none;
	}

	#wrap .whb-responsive-menu-wrap .respo-bg-none {
		background-image: none !important;
	}
}

/* Edge One Page */
@media(min-width:992px) {
	.wn-edge-onepage .whb-wrap {
		position: fixed;
		top: 0;
	}
}

.wn-edge-onepage .whb-sticky-view {
	display: none;
}

/* Elementor in mega menu */
#wrap .whb-responsive-menu-wrap .elementor-column {
	width: 100%;
}
.mfp-bg,
.mfp-wrap {
    position: fixed;
    left: 0;
    top: 0
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
    height: 100%;
    width: 100%
}

.mfp-arrow:after,
.mfp-arrow:before,
.mfp-container:before,
.mfp-figure:after {
    content: ''
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    background: #0b0b0b;
    opacity: .8
}

.mfp-wrap {
    z-index: 1043;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box
}

.mfp-container:before {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #CCC
}

.mfp-close,
.mfp-preloader a:hover {
    color: #FFF
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
    display: none
}

button.mfp-arrow,
button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation
}

.mfp-figure:after,
.mfp-iframe-scaler iframe {
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    position: absolute;
    left: 0
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-figure,
img.mfp-img {
    line-height: 0
}

.mfp-arrow {
    position: absolute;
    opacity: .65;
    margin: -55px 0 0;
    top: 50%;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
    max-width: 100%
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    display: block;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.mfp-figure:after,
img.mfp-img {
    width: auto;
    height: auto;
    display: block
}

img.mfp-img {
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure:after {
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    background: #444
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    opacity: 0.8;
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}

.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #CCC;
}

.mfp-preloader a:hover {
    color: #FFF;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close,
button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}

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

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}

.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
    margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
    opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}

.mfp-arrow-left {
    left: 0;
}

.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
    right: 0;
}

.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}

.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}

.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-figure figure {
    margin: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /** * Remove all paddings around the image on small screen */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* Styles for dialog window */
#small-dialog {
    background: white;
    padding: 20px 30px;
    text-align: left;
    max-width: 400px;
    margin: 40px auto;
    position: relative;
}

/* Fade-zoom animation for first dialog */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

/* Fade-move animation for second dialog */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
    transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: translateY(0) perspective(600px) rotateX(0);
    -moz-transform: translateY(0) perspective(600px) rotateX(0);
    -ms-transform: translateY(0) perspective(600px) rotateX(0);
    -o-transform: translateY(0) perspective(600px) rotateX(0);
    transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
    opacity: 0;
    -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    -o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
    transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
    opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
    opacity: 0;
}
/*  Share and Social Button */
.wn-header-social-icon i {
	vertical-align: middle;
	font-size: 24px;
}

.header-social-icons a,
.header-social-icons i {
	display: block;
}

.whb-social {
	position: relative;
}

#wn-social-modal-icon,
#wn-social-slide-icon,
#wn-social-dropdown-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.main-slide-toggle {
	display: none;
}

#header-social-modal,
#header-share-modal {
	display: none;
}

#header-social-modal h3,
#header-share-modal h3 {
	margin: 0;
	color: #fff;
	font-size: 40px;
	line-height: 150px;
}

#header-social-modal .col-md-6,
#header-share-modal .col-md-6 {
	position: relative;
	height: 150px;
}

#header-social-modal .socialfollow,
#header-share-modal .socialfollow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}

#header-social-modal .socialfollow a,
#header-share-modal .socialfollow a {
	background: rgba(255, 255, 255, 0.1);
	border-radius: 0;
}

#header-social-modal .socialfollow a:hover,
#header-share-modal .socialfollow a:hover {
	background: #fff;
}

#header-social-modal .socialfollow a i,
#header-share-modal .socialfollow a i {
	color: #fff;
}

#header-social-modal .socialfollow a:hover i,
#header-share-modal .socialfollow a:hover i {
	color: #437df9;
}

.header-social-simple-wrap,
.header-share-simple-wrap {
	height: 100%;
	display: -webkit-inline-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-inline-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-inline-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-inline-flex;
	/* NEW - Chrome */
	display: inline-flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.header-social-simple-wrap a,
.header-share-simple-wrap a {
	display: inline-block;
	padding: 8px;
}

.header-social-simple-wrap a i,
.header-share-simple-wrap a i {
	color: #444;
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
	.main-slide-toggle .col-md-6 {
		padding: 0;
	}

	#header-social-modal h3,
	#header-share-modal h3 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 480px) {
	.main-slide-toggle {
		height: auto;
		height: 140px;
	}

	.main-slide-toggle .col-md-6 {
		width: 100%;
	}

	#header-social-modal h3,
	#header-share-modal h3 {
		font-size: 26px;
		line-height: 70px;
	}

	#header-social-modal .col-md-6,
	#header-share-modal .col-md-6 {
		height: 70px;
	}

	#header-social-modal .socialfollow,
	#header-share-modal .socialfollow {
		top: 5px;
		transform: inherit;
		right: inherit;
	}
}


@media only screen and (max-width: 320px) {

	#header-social-modal .socialfollow a,
	#header-share-modal .socialfollow a {
		width: 30px;
		height: 30px;
		padding: 3px;
	}

	#header-social-modal .socialfollow a i,
	#header-share-modal .socialfollow a i {
		font-size: 14px;
	}
}

/* Social Full */
body .mfp-ready.mfp-bg.full-social {
	opacity: 1;
	background: #437df9;
}

.full-social button.mfp-close {
	top: 5%;
	z-index: 999999;
	background: #fff;
	right: 1%;
	color: #000;
}

.header-social-full-wrap.white-popup {
	max-width: inherit;
	background: transparent
}

.header-social-full-wrap {
	margin: 0 auto;
	max-width: 50%;
	width: 100%;
	text-align: center;
}

.header-social-full-wrap .header-social-icons {
	display: inline-block;
}

.header-social-full-wrap .header-social-icons a {
	color: #ffffff;
	font-size: 25px;
	padding: 5px 10px;
}

#header-social-modal .header-social-icons a i {
	color: #000000;
}

#header-social-modal .socialfollow {
	width: 100%;
	max-width: 50%;
	margin: 0 auto;
}

#webnus-header-builder #header-social-modal .col-md-6 {
	width: 90%;
}

/* Social dropdown */
#header-social-dropdown-wrap {
	display: none;
	position: absolute;
	top: 100%;
	right: 0;
	width: 100px;
	background: #fff;
	z-index: 9;
}

#header-social-dropdown-wrap {
	width: 40px;
	border-top: 1px solid #e8e8e8;
	top: 58px;
}

#header-social-dropdown-wrap i {
	width: 40px;
	height: 40px;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	background-color: #fff;
	border-style: solid;
	border-color: #f0f0f0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}

#header-social-dropdown-wrap a {
	color: #545454;
}

/* Social Modal */
#header-social-modal .header-social-content,
.header-social-content>.col-md-6,
#header-social-modal {
	height: 100%;
}

/* Social Network Hover */
.header-social-icons a {
	transition: all 0.25s;
}

.whb-social-grow a:hover {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}

.whb-social-shrink a:hover {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}

.whb-social-rotate a:hover {
	-webkit-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}

@-webkit-keyframes swing {
	15% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}

	30% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}

	50% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}

	65% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}

	80% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes swing {
	15% {
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}

	30% {
		-webkit-transform: translateX(-5px);
		transform: translateX(-5px);
	}

	50% {
		-webkit-transform: translateX(3px);
		transform: translateX(3px);
	}

	65% {
		-webkit-transform: translateX(-3px);
		transform: translateX(-3px);
	}

	80% {
		-webkit-transform: translateX(2px);
		transform: translateX(2px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.whb-social-swing a:hover {
	-webkit-animation: swing 1s ease;
	animation: swing 1s ease;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.whb-social-btt a:hover i {
	margin-top: -20px;
}

.whb-social-btt a i {
	transition: all 0.3s;
}
/* Icon Content Element */
.whb-icon-content i,
.whb-icon-content span {
	vertical-align: middle;
	display: inline-block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.whb-icon-content span {
	font-size: 12px;
	line-height: 18px;
	font-weight: 300;
}

.whb-icon-content i {
	font-size: 24px;
	margin-right: 7px;
}

/* Text
	================================= */
.whb-wrap p.whb-text {
	margin-bottom: 0;
}
/* Logo
	================================= */
.whb-logo {
	z-index: 2;
}

.whb-logo .wn-site-name {
	font-size: 23px;
	letter-spacing: 0;
	color: #444;
	font-weight: 700;
	text-transform: uppercase;
	width: 100%;
	/* align-self: flex-end; */
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.whb-logo .wn-site-desc {
	color: #9a9a9a;
	font-size: 12px;
	font-weight: 400;
	text-transform: none;
	width: 100%;
	align-self: flex-start;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

/* Menu
	================================= */
.whb-nav-wrap .nav,
.whb-nav-wrap .nav>li {
	float: left
}

.whb-nav-wrap .nav,
.whb-nav-wrap .nav li,
.whb-nav-wrap .nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.whb-nav-wrap .nav a:not(.button),
.whb-nav-wrap .nav li.sfHover>ul,
.whb-nav-wrap .nav li:hover>ul {
	display: block
}

.whb-nav-wrap .nav ul ul {
	top: 0;
	left: 100%
}

.whb-nav-wrap .nav {
	margin: 0;
}

.whb-nav-wrap .nav li.menu-item>a {
	color: #444;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	-webkit-transition: background .15s ease-in-out;
	-moz-transition: background .15s ease-in-out;
	transition: background .15s ease-in-out;
}

.whb-nav-wrap .nav>li.menu-item>a {
	display: -webkit-box;
	/* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;
	/* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;
	/* TWEENER - IE 10 */
	display: -webkit-flex;
	/* NEW - Chrome */
	display: flex;
	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
	padding: 0 18px;
	letter-spacing: 1px;
}

.whb-nav-wrap .nav>li.menu-item ul {
	background: #f5f5f5;
	padding: 12px 0;
}

.whb-nav-wrap .nav>li.mega.menu-item ul {
	background: transparent;
}

.whb-wrap .whb-nav-wrap .nav>li.current>a:after,
.wn-ht .hamburger-menu-wrap-cl #hamburger-nav>li.current>a:after,
.full #hamburger-nav>li.current>a:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
}

.whb-wrap .whb-nav-wrap .nav>li.current>a,
.whb-wrap .whb-nav-wrap .nav>li.menu-item>a.active,
.whb-wrap .whb-nav-wrap .nav li.current ul li a:hover,
.whb-wrap .whb-nav-wrap .nav ul.sub-menu li.current>a,
.whb-wrap .whb-nav-wrap .nav ul li.menu-item:hover>a {
	color: #437df9;
}

.whb-nav-wrap .nav li.menu-item a>i {
	vertical-align: middle;
	margin-right: 5px;
	margin-top: 1px;
	font-size: 17px;
}

.whb-nav-wrap .nav ul {
	z-index: 99999;
	position: absolute;
	width: 210px;
	padding: 12px 0;
	margin: 0;
	display: none;
}

.whb-nav-wrap .nav ul li {
	position: relative;
}

.whb-nav-wrap .nav ul li.menu-item a {
	color: #444;
	width: auto;
	text-align: left;
	padding: 8px 5px 8px 29px;
	font-size: 13px;
	font-weight: 500;
	border: none;
	text-transform: none;
	line-height: 30px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}

.whb-nav-wrap .sf-arrows>li>.sf-with-ul:after {
	display: none;
}

.whb-nav-wrap .nav ul li a:hover {
	background: #fff;
}

.whb-nav-wrap a.sf-with-ul i.wn-menu-arrow {
	font-size: 6px;
	color: #999;
	margin-left: 7px;
	font-weight: 600;
	display: inline-block;
	padding-top: 1px;
}

.whb-nav-wrap .nav ul li a.sf-with-ul {
	position: relative;
	padding-right: 20px;
}

.whb-nav-wrap .nav ul li a.sf-with-ul i.wn-menu-arrow {
	position: absolute;
	top: 48%;
	transform: translateY(-50%);
	right: 13px;
}

.whb-nav-wrap .nav ul li ul {
	padding: 0;
}

.whb-nav-wrap .nav .mega ul.sub-menu {
	width: 1024px;
	right: -56%;
}

.whb-nav-wrap .wn-menu-icon {
	margin-right: 3px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.whb-nav-wrap .wn-menu-desc {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 12px;
	font-size: 11px;
	color: #9a9a9a;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 1px;
	display: none;
}

.whb-nav-wrap.has-desc-item .wn-menu-desc {
	display: block;
}

.whb-nav-wrap.has-parent-arrow>ul>li.menu-item-has-children {
	position: relative;
}

.whb-nav-wrap.has-parent-arrow>ul>li.mega {
	position: static !important;
}

.whb-nav-wrap .nav li.mega>.sub-menu>li {
	line-height: unset;
}

.whb-nav-wrap.has-parent-arrow>ul>li.menu-item-has-children:before,
.whb-nav-wrap.has-parent-arrow>ul>li.mega>a:before {
	content: "\e604";
	font-family: 'simple-line-icons';
	font-size: 6px;
	color: #999;
	font-weight: 600;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.whb-nav-wrap.has-parent-arrow>ul>li.menu-item-has-children>ul li.menu-item-has-children:before {
	content: "\e606";
	font-family: 'simple-line-icons';
	font-size: 6px;
	color: #999;
	font-weight: 600;
	position: absolute;
	right: 14px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.whb-nav-wrap.has-parent-arrow.arrow-left>ul>li.menu-item-has-children:before,
.whb-nav-wrap.has-parent-arrow.arrow-left>ul>li.mega a:before {
	content: "\e605";
}

.whb-nav-wrap.has-parent-arrow.arrow-right>ul>li.menu-item-has-children:before,
.whb-nav-wrap.has-parent-arrow.arrow-right>ul>li.mega a:before {
	content: "\e606";
}

.whb-nav-wrap.has-parent-arrow.arrow-top>ul>li.menu-item-has-children:before,
.whb-nav-wrap.has-parent-arrow.arrow-top>ul>li.mega a:before {
	content: "\e607";
}

/* Full width Menu */
.full-width-menu.whb-nav-wrap {
	width: 100%;
}

.full-width-menu.whb-nav-wrap .nav {
	flex-direction: row;
	align-items: stretch;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.full-width-menu.whb-nav-wrap .nav>li {
	flex: 1;
}

.full-width-menu.whb-nav-wrap .nav>li>a {
	justify-content: center;
}

.full-width-menu.whb-nav-wrap .nav a span.menu-item-badge {
	top: 2%;
	right: inherit;
}

/* nav badge */
.nav a {
	position: relative;
}

.nav a span.menu-item-badge {
	position: absolute;
	display: inline-block;
	line-height: 16px;
	bottom: calc(100% - 1px);
	left: calc(100% - 27px);
}

.nav a span.menu-item-badge-border {
	width: 0;
	height: 0;
	border-top: 5px solid;
	border-right: 5px solid transparent;
	margin: 0 0 0 6px;
	display: block;
}

.nav a span.menu-item-badge-text {
	padding: 1px 6px 0;
	display: block;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
}

.nav .sub-menu span.menu-item-badge {
	position: relative;
	display: inline-block;
	line-height: 16px;
	top: -1px;
	margin-left: 8px;
}

.nav .sub-menu span.menu-item-badge-border {
	width: 0;
	height: 0;
	border-top: 4px solid transparent !important;
	border-right: 5px solid;
	border-bottom: 4px solid transparent;
	margin: 0;
	top: 50%;
	left: -5px;
	transform: translateY(-4.5px);
	position: absolute;
}

/* Responsive Menu Icon */
.whb-responsive-menu-wrap {
	opacity: 0;
	visibility: hidden;
}

.whb-menu-cross-icon {
	position: relative;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 15px;

}

.whb-menu-cross-icon,
.whb-menu-cross-icon:before,
.whb-menu-cross-icon:after {
	display: block;
	width: 25px;
	height: 2px;
	background-color: #383838;
	-webkit-transition: background-color 0.18s ease 0.40s, transform 0.2s ease 0.38s;
	transition: background-color 0.18s ease 0.40s, transform 0.2s ease 0.38s;
}

.whb-menu-cross-icon:before,
.whb-menu-cross-icon:after {
	position: absolute;
	content: "";
}

.whb-menu-cross-icon:before {
	top: -7px;
}

.whb-menu-cross-icon:after {
	top: 7px;
}

#webnus-header-builder .open.whb-menu-cross-icon {
	background-color: transparent;
}

.open.whb-menu-cross-icon:before,
.open.whb-menu-cross-icon:after {
	background-color: #383838;
}

.close-responsive-nav .open.whb-menu-cross-icon:before,
.close-responsive-nav .open.whb-menu-cross-icon:after {
	background-color: #aaa;
}

.open.whb-menu-cross-icon:before {
	-moz-transform: translateY(7px) rotate(45deg);
	-ms-transform: translateY(7px) rotate(45deg);
	-webkit-transform: translateY(7px) rotate(45deg);
	transform: translateY(7px) rotate(45deg);
}

.open.whb-menu-cross-icon:after {
	-moz-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	-webkit-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}

.whb-responsive-menu-wrap {
	position: fixed;
	top: 0;
	left: -265px;
	width: 265px;
	height: 100%;
	background: #242424;
	z-index: 9999;
	overflow-x: hidden;
	overflow-y: auto;
	padding-top: 80px;
}

.whb-responsive-menu-wrap.open-menu-wrap {
	box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);
}

.responav {
	margin: 0;
	padding: 0;
}

.responav .container {
	width: auto;
	padding: 0;
}

.responav li {
	list-style: none;
}

.responav li.menu-item {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
}

.responav li.mega li:hover {
	background-color: inherit;
}

.responav li.menu-item>a:not(.button) {
	color: #bbb;
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 20px;
	font-size: 14px;
	position: relative;
}

.responav .mega li.menu-item a:not(.button) {
	color: #777;
}

.responav .mega li.menu-item a:not(.button):hover {
	color: #437df9;
}

.responav li.menu-item a i {
	margin-right: 4px;
}

.responav li.menu-item a>i.respo-nav-icon {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	width: 50px;
	height: 100%;
}

.responav li.menu-item a>i.respo-nav-icon:before {
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.responav li.menu-item>ul {
	display: none;
	margin: 0;
	background-color: #282828;
}

.responav li.mega ul[class^=sub-] {
	background-color: #f5f5f5;
}

.dark-submenu .responav li.mega ul[class^=sub-] {
	background: #242424;
}

.responav li.menu-item>ul li>a:not(.button) {
	padding: 10px 30px;
	font-size: 12px;
}

.responav li.menu-item>ul li>ul li>a:not(.button) {
	padding-right: 40px;
	padding-left: 40px;
}

.responav li.menu-item>ul li>ul li>ul li>a:not(.button) {
	padding-right: 50px;
	padding-left: 50px;
}

.responav li .wpb_row {
	margin-left: 0;
	margin-right: 0;
}

.responav li .wpb_row [class*=vc_col-],
#hamburger-nav li .wpb_row [class*=vc_col-] {
	width: 100%;
	float: none;
	padding-top: 35px;
}

.responav [class*=vertical-] {
	display: none;
}

.responav .wpb_column .widget,
.responav .wpb_content_element {
	margin-bottom: 15px;
}

.responav .wpb_row {
	margin-bottom: 0;
}

.responav .widget_nav_menu li {
	border-top: 0;
}

.responav .widget_nav_menu ul li a {
	padding: 7px 10px;
}

.responav .teaser-box6 .teaser-title {
	font-size: 18px;
}

.responav span.menu-item-badge {
	display: inline-block;
	position: relative;
	margin-left: 9px;
}

.responav span.menu-item-badge-text {
	text-align: center;
	display: inline-block;
	padding: 1px 8px 0;
	font-size: 10px;
	color: #fff;
	font-weight: normal;
}

.responav span.menu-item-badge-border {
	width: 0;
	height: 0;
	border-top: 4px solid transparent !important;
	border-right: 5px solid;
	border-bottom: 4px solid transparent;
	margin: 0;
	top: 50%;
	left: -5px;
	transform: translateY(-3px);
	position: absolute;
}

.responav li ul span.menu-item-badge-border {
	transform: translateY(-3.5px);
}

.responav .wn-menu-arrow {
	display: none;
}

.close-responsive-nav {
	display: block;
	position: absolute;
	top: 35px;
	right: 24px;
	z-index: 100;
	cursor: pointer;
}

.whb-responsive-menu-wrap .wn-menu-desc {
	font-size: 12px;
	text-transform: initial;
	font-weight: normal;
}

@media only screen and (min-width: 992px) {
	.whb-responsive-menu-icon-wrap {
		display: none;
	}
}

@media only screen and (max-width: 991px) {
	.whb-responsive-menu-icon-wrap {
		cursor: pointer;
		height: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-align: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
	}

	.whb-nav-wrap:not(.wn-hide-mobile-menu) {
		display: none;
	}

	.whb-responsive-menu-icon-wrap,
	.whb-responsive-menu-wrap {
		opacity: 1;
		visibility: visible;
	}

	.responav li.mega ul[class^=sub-] {
		background-color: #282828;
	}
}

/* mega menu */
.whb-nav-wrap .nav li.mega ul.sub-menu {
	width: 96%;
	left: 2%;
}

.whb-nav-wrap .nav li.mega ul.sub-menu .container {
	max-width: none;
	width: auto;
	padding: 0;
}

.whb-nav-wrap .nav li.mega ul[class^="sub-"] .wpb_row {
	margin: 0;
}

.whb-nav-wrap .nav li.mega ul.sub-menu p {
	white-space: normal;
}

#wrap #webnus-header-builder .whb-nav-wrap .wn-custom-menu .submenux ul.sub-menu {
	box-shadow: unset;
	width: auto !important;
	margin-left: 20px;
}

.whb-nav-wrap .nav>li.mega ul.sub-menu {
	padding: 0;
	background: #ffffff;
	box-shadow: 0 15px 55px -5px rgba(0, 0, 0, 0.15);
}

.whb-nav-wrap .nav>li.mega ul.sub-menu p:empty {
	display: none;
}

.whb-nav-wrap .nav li.mega ul a.button.large {
	padding: 22px 36px;
	letter-spacing: 2px;
	font-size: 14px;
}

.whb-nav-wrap .nav li.mega ul.sub-menu ul {
	display: block;
	padding: 0;
	position: relative;
	width: auto;
	max-width: inherit;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: left;
}

.whb-nav-wrap .nav li.mega ul .widget_nav_menu {
	margin: 0;
}

.whb-nav-wrap .nav li.mega ul .widget_nav_menu ul li {
	border: none;
	padding: 1px 0 8px;
	min-height: inherit;
}

.whb-nav-wrap .nav li.mega ul .widget_nav_menu ul li a {
	padding: 0;
}

#wrap .whb-nav-wrap a.magicmore:after {
	right: -25px;
}

#wrap .whb-nav-wrap a.magicmore:hover:after {
	right: -30px;
}

.whb-nav-wrap .nav .icon-box6 a:first-child {
	position: initial;
}

.whb-nav-wrap .nav li.mega ul.sub-menu .icon-box16 .magicmore {
	padding: 4px 30px;
	display: inline-block;
	position: absolute;
	border: 2px solid #437df9;
	border-radius: 60px;
	letter-spacing: 1px;
}

.whb-nav-wrap .nav li ul.sub-menu li.mega ul.sub-menu {
	width: 600px;
	left: 100%;
	top: -12px;
}

/* Mega Menu Arrow
	================================= */
#wrap .whb-nav-wrap .nav>li.mega ul.sub-menu:after,
#wrap .whb-nav-wrap .nav>li.mega ul.sub-menu:before {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px;
}

#wrap .whb-nav-wrap .nav>li.mega ul.sub-menu:after {
	top: -20px;
	border-color:
		transparent transparent #ffffff transparent;
}

#wrap .whb-nav-wrap .nav>li.mega ul.sub-menu:before {
	top: -21px;
	border-color:
		transparent transparent #e3e9f1 transparent;
}

.transparent-header-w .whb-none-menu {
    color: #fff !important;
}

.whb-none-menu a {
    text-decoration: underline;
}
/* Button
	================================= */
.whb-button a {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	background-color: #437df9;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	text-align: center;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.transparent-header-w.t-dark-w #wrap .whb-col span {
	color: inherit;
}

.whb-button a:hover,
.whb-button a:focus {
	background-color: #282828;
	color: #fff;
}

[class*=li_],
[class*=sl-],
[class*=" ti-"],
[class*=" pe-7s-"],
[class^=ti-],
[class^=pe-7s-] {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    speak: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    line-height: 1
}

[class^="ultsl-"],
[class*=" ultsl-"] {
    font-family: 'ult-silk' !important;
}

[class*=" icon-basic"]:before,
[class*=" icon-ecommerce"]:before,
[class*=" icon-arrows"]:before,
[class*=" icon-software"]:before,
[class^=icon-basic]:before,
[class^=icon-ecommerce]:before,
[class^=icon-arrows]:before,
[class^=icon-software]:before {
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.wn-sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:focus,
.wn-sr-only-focusable:active {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}
@font-face {
    font-family: WnFontAwesomeB;
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/plugins/deep-core-pro/assets/src/css/frontend/icons/../../../fonts/fa-brands-400.eot);
    src: url(/wp-content/plugins/deep-core-pro/assets/src/css/frontend/icons/../../../fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/deep-core-pro/assets/src/css/frontend/icons/../../../fonts/fa-brands-400.woff2) format("woff2"), url(/wp-content/plugins/deep-core-pro/assets/src/css/frontend/icons/../../../fonts/fa-brands-400.woff) format("woff"), url(/wp-content/plugins/deep-core-pro/assets/src/css/frontend/icons/../../../fonts/fa-brands-400.ttf) format("truetype"), url(/wp-content/plugins/deep-core-pro/assets/src/css/frontend/icons/../../../fonts/fa-brands-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: WnFontAwesome;
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/plugins/deep-core-pro/assets/src/css/frontend/icons/../../../fonts/fa-regular-400.eot);
    src: url(/wp-content/plugins/deep-core-pro/assets/src/css/frontend/icons/../../../fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/deep-core-pro/assets/src/css/frontend/icons/../../../fonts/fa-regular-400.woff2) format("woff2"), url(/wp-content/plugins/deep-core-pro/assets/src/css/frontend/icons/../../../fonts/fa-regular-400.woff) format("woff"), url(/wp-content/plugins/deep-core-pro/assets/src/css/frontend/icons/../../../fonts/fa-regular-400.ttf) format("truetype"), url(/wp-content/plugins/deep-core-pro/assets/src/css/frontend/icons/../../../fonts/fa-regular-400.svg#fontawesome) format("svg")
}

@font-face {
    font-family: WnFontAwesome;
    font-style: normal;
    font-weight: 900;
    src: url(/wp-content/plugins/deep-core-pro/assets/src/css/frontend/icons/../../../fonts/fa-solid-900.eot);
    src: url(/wp-content/plugins/deep-core-pro/assets/src/css/frontend/icons/../../../fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/deep-core-pro/assets/src/css/frontend/icons/../../../fonts/fa-solid-900.woff2) format("woff2"), url(/wp-content/plugins/deep-core-pro/assets/src/css/frontend/icons/../../../fonts/fa-solid-900.woff) format("woff"), url(/wp-content/plugins/deep-core-pro/assets/src/css/frontend/icons/../../../fonts/fa-solid-900.ttf) format("truetype"), url(/wp-content/plugins/deep-core-pro/assets/src/css/frontend/icons/../../../fonts/fa-solid-900.svg#fontawesome) format("svg")
}

.wn-fab {
    font-family: WnFontAwesomeB
}

.wn-fa,
.wn-far,
.wn-fas {
    font-family: WnFontAwesome
}

.wn-far {
    font-weight: 400
}

.wn-fa,
.wn-fas {
    font-weight: 900
}

.wn-fa,
.wn-fab,
.wn-fal,
.wn-far,
.wn-fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.wn-fa-500px:before {
    content: "\f26e"
}

.wn-fa-accessible-icon:before {
    content: "\f368"
}

.wn-fa-accusoft:before {
    content: "\f369"
}

.wn-fa-address-book:before {
    content: "\f2b9"
}

.wn-fa-address-card:before {
    content: "\f2bb"
}

.wn-fa-adjust:before {
    content: "\f042"
}

.wn-fa-adn:before {
    content: "\f170"
}

.wn-fa-adversal:before {
    content: "\f36a"
}

.wn-fa-affiliatetheme:before {
    content: "\f36b"
}

.wn-fa-algolia:before {
    content: "\f36c"
}

.wn-fa-align-center:before {
    content: "\f037"
}

.wn-fa-align-justify:before {
    content: "\f039"
}

.wn-fa-align-left:before {
    content: "\f036"
}

.wn-fa-align-right:before {
    content: "\f038"
}

.wn-fa-allergies:before {
    content: "\f461"
}

.wn-fa-amazon:before {
    content: "\f270"
}

.wn-fa-amazon-pay:before {
    content: "\f42c"
}

.wn-fa-ambulance:before {
    content: "\f0f9"
}

.wn-fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.wn-fa-amilia:before {
    content: "\f36d"
}

.wn-fa-anchor:before {
    content: "\f13d"
}

.wn-fa-android:before {
    content: "\f17b"
}

.wn-fa-angellist:before {
    content: "\f209"
}

.wn-fa-angle-double-down:before {
    content: "\f103"
}

.wn-fa-angle-double-left:before {
    content: "\f100"
}

.wn-fa-angle-double-right:before {
    content: "\f101"
}

.wn-fa-angle-double-up:before {
    content: "\f102"
}

.wn-fa-angle-down:before {
    content: "\f107"
}

.wn-fa-angle-left:before {
    content: "\f104"
}

.wn-fa-angle-right:before {
    content: "\f105"
}

.wn-fa-angle-up:before {
    content: "\f106"
}

.wn-fa-angrycreative:before {
    content: "\f36e"
}

.wn-fa-angular:before {
    content: "\f420"
}

.wn-fa-app-store:before {
    content: "\f36f"
}

.wn-fa-app-store-ios:before {
    content: "\f370"
}

.wn-fa-apper:before {
    content: "\f371"
}

.wn-fa-apple:before {
    content: "\f179"
}

.wn-fa-apple-pay:before {
    content: "\f415"
}

.wn-fa-archive:before {
    content: "\f187"
}

.wn-fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.wn-fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.wn-fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.wn-fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.wn-fa-arrow-circle-down:before {
    content: "\f0ab"
}

.wn-fa-arrow-circle-left:before {
    content: "\f0a8"
}

.wn-fa-arrow-circle-right:before {
    content: "\f0a9"
}

.wn-fa-arrow-circle-up:before {
    content: "\f0aa"
}

.wn-fa-arrow-down:before {
    content: "\f063"
}

.wn-fa-arrow-left:before {
    content: "\f060"
}

.wn-fa-arrow-right:before {
    content: "\f061"
}

.wn-fa-arrow-up:before {
    content: "\f062"
}

.wn-fa-arrows-alt:before {
    content: "\f0b2"
}

.wn-fa-arrows-alt-h:before {
    content: "\f337"
}

.wn-fa-arrows-alt-v:before {
    content: "\f338"
}

.wn-fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.wn-fa-asterisk:before {
    content: "\f069"
}

.wn-fa-asymmetrik:before {
    content: "\f372"
}

.wn-fa-at:before {
    content: "\f1fa"
}

.wn-fa-audible:before {
    content: "\f373"
}

.wn-fa-audio-description:before {
    content: "\f29e"
}

.wn-fa-autoprefixer:before {
    content: "\f41c"
}

.wn-fa-avianex:before {
    content: "\f374"
}

.wn-fa-aviato:before {
    content: "\f421"
}

.wn-fa-aws:before {
    content: "\f375"
}

.wn-fa-backward:before {
    content: "\f04a"
}

.wn-fa-balance-scale:before {
    content: "\f24e"
}

.wn-fa-ban:before {
    content: "\f05e"
}

.wn-fa-band-aid:before {
    content: "\f462"
}

.wn-fa-bandcamp:before {
    content: "\f2d5"
}

.wn-fa-barcode:before {
    content: "\f02a"
}

.wn-fa-bars:before {
    content: "\f0c9"
}

.wn-fa-baseball-ball:before {
    content: "\f433"
}

.wn-fa-basketball-ball:before {
    content: "\f434"
}

.wn-fa-bath:before {
    content: "\f2cd"
}

.wn-fa-battery-empty:before {
    content: "\f244"
}

.wn-fa-battery-full:before {
    content: "\f240"
}

.wn-fa-battery-half:before {
    content: "\f242"
}

.wn-fa-battery-quarter:before {
    content: "\f243"
}

.wn-fa-battery-three-quarters:before {
    content: "\f241"
}

.wn-fa-bed:before {
    content: "\f236"
}

.wn-fa-beer:before {
    content: "\f0fc"
}

.wn-fa-behance:before {
    content: "\f1b4"
}

.wn-fa-behance-square:before {
    content: "\f1b5"
}

.wn-fa-bell:before {
    content: "\f0f3"
}

.wn-fa-bell-slash:before {
    content: "\f1f6"
}

.wn-fa-bicycle:before {
    content: "\f206"
}

.wn-fa-bimobject:before {
    content: "\f378"
}

.wn-fa-binoculars:before {
    content: "\f1e5"
}

.wn-fa-birthday-cake:before {
    content: "\f1fd"
}

.wn-fa-bitbucket:before {
    content: "\f171"
}

.wn-fa-bitcoin:before {
    content: "\f379"
}

.wn-fa-bity:before {
    content: "\f37a"
}

.wn-fa-black-tie:before {
    content: "\f27e"
}

.wn-fa-blackberry:before {
    content: "\f37b"
}

.wn-fa-blender:before {
    content: "\f517"
}

.wn-fa-blind:before {
    content: "\f29d"
}

.wn-fa-blogger:before {
    content: "\f37c"
}

.wn-fa-blogger-b:before {
    content: "\f37d"
}

.wn-fa-bluetooth:before {
    content: "\f293"
}

.wn-fa-bluetooth-b:before {
    content: "\f294"
}

.wn-fa-bold:before {
    content: "\f032"
}

.wn-fa-bolt:before {
    content: "\f0e7"
}

.wn-fa-bomb:before {
    content: "\f1e2"
}

.wn-fa-book:before {
    content: "\f02d"
}

.wn-fa-book-open:before {
    content: "\f518"
}

.wn-fa-bookmark:before {
    content: "\f02e"
}

.wn-fa-bowling-ball:before {
    content: "\f436"
}

.wn-fa-box:before {
    content: "\f466"
}

.wn-fa-box-open:before {
    content: "\f49e"
}

.wn-fa-boxes:before {
    content: "\f468"
}

.wn-fa-braille:before {
    content: "\f2a1"
}

.wn-fa-briefcase:before {
    content: "\f0b1"
}

.wn-fa-briefcase-medical:before {
    content: "\f469"
}

.wn-fa-broadcast-tower:before {
    content: "\f519"
}

.wn-fa-broom:before {
    content: "\f51a"
}

.wn-fa-btc:before {
    content: "\f15a"
}

.wn-fa-bug:before {
    content: "\f188"
}

.wn-fa-building:before {
    content: "\f1ad"
}

.wn-fa-bullhorn:before {
    content: "\f0a1"
}

.wn-fa-bullseye:before {
    content: "\f140"
}

.wn-fa-burn:before {
    content: "\f46a"
}

.wn-fa-buromobelexperte:before {
    content: "\f37f"
}

.wn-fa-bus:before {
    content: "\f207"
}

.wn-fa-buysellads:before {
    content: "\f20d"
}

.wn-fa-calculator:before {
    content: "\f1ec"
}

.wn-fa-calendar:before {
    content: "\f133"
}

.wn-fa-calendar-alt:before {
    content: "\f073"
}

.wn-fa-calendar-check:before {
    content: "\f274"
}

.wn-fa-calendar-minus:before {
    content: "\f272"
}

.wn-fa-calendar-plus:before {
    content: "\f271"
}

.wn-fa-calendar-times:before {
    content: "\f273"
}

.wn-fa-camera:before {
    content: "\f030"
}

.wn-fa-camera-retro:before {
    content: "\f083"
}

.wn-fa-capsules:before {
    content: "\f46b"
}

.wn-fa-car:before {
    content: "\f1b9"
}

.wn-fa-caret-down:before {
    content: "\f0d7"
}

.wn-fa-caret-left:before {
    content: "\f0d9"
}

.wn-fa-caret-right:before {
    content: "\f0da"
}

.wn-fa-caret-square-down:before {
    content: "\f150"
}

.wn-fa-caret-square-left:before {
    content: "\f191"
}

.wn-fa-caret-square-right:before {
    content: "\f152"
}

.wn-fa-caret-square-up:before {
    content: "\f151"
}

.wn-fa-caret-up:before {
    content: "\f0d8"
}

.wn-fa-cart-arrow-down:before {
    content: "\f218"
}

.wn-fa-cart-plus:before {
    content: "\f217"
}

.wn-fa-cc-amazon-pay:before {
    content: "\f42d"
}

.wn-fa-cc-amex:before {
    content: "\f1f3"
}

.wn-fa-cc-apple-pay:before {
    content: "\f416"
}

.wn-fa-cc-diners-club:before {
    content: "\f24c"
}

.wn-fa-cc-discover:before {
    content: "\f1f2"
}

.wn-fa-cc-jcb:before {
    content: "\f24b"
}

.wn-fa-cc-mastercard:before {
    content: "\f1f1"
}

.wn-fa-cc-paypal:before {
    content: "\f1f4"
}

.wn-fa-cc-stripe:before {
    content: "\f1f5"
}

.wn-fa-cc-visa:before {
    content: "\f1f0"
}

.wn-fa-centercode:before {
    content: "\f380"
}

.wn-fa-certificate:before {
    content: "\f0a3"
}

.wn-fa-chalkboard:before {
    content: "\f51b"
}

.wn-fa-chalkboard-teacher:before {
    content: "\f51c"
}

.wn-fa-chart-area:before {
    content: "\f1fe"
}

.wn-fa-chart-bar:before {
    content: "\f080"
}

.wn-fa-chart-line:before {
    content: "\f201"
}

.wn-fa-chart-pie:before {
    content: "\f200"
}

.wn-fa-check:before {
    content: "\f00c"
}

.wn-fa-check-circle:before {
    content: "\f058"
}

.wn-fa-check-square:before {
    content: "\f14a"
}

.wn-fa-chess:before {
    content: "\f439"
}

.wn-fa-chess-bishop:before {
    content: "\f43a"
}

.wn-fa-chess-board:before {
    content: "\f43c"
}

.wn-fa-chess-king:before {
    content: "\f43f"
}

.wn-fa-chess-knight:before {
    content: "\f441"
}

.wn-fa-chess-pawn:before {
    content: "\f443"
}

.wn-fa-chess-queen:before {
    content: "\f445"
}

.wn-fa-chess-rook:before {
    content: "\f447"
}

.wn-fa-chevron-circle-down:before {
    content: "\f13a"
}

.wn-fa-chevron-circle-left:before {
    content: "\f137"
}

.wn-fa-chevron-circle-right:before {
    content: "\f138"
}

.wn-fa-chevron-circle-up:before {
    content: "\f139"
}

.wn-fa-chevron-down:before {
    content: "\f078"
}

.wn-fa-chevron-left:before {
    content: "\f053"
}

.wn-fa-chevron-right:before {
    content: "\f054"
}

.wn-fa-chevron-up:before {
    content: "\f077"
}

.wn-fa-child:before {
    content: "\f1ae"
}

.wn-fa-chrome:before {
    content: "\f268"
}

.wn-fa-church:before {
    content: "\f51d"
}

.wn-fa-circle:before {
    content: "\f111"
}

.wn-fa-circle-notch:before {
    content: "\f1ce"
}

.wn-fa-clipboard:before {
    content: "\f328" !important
}

.wn-fa-clipboard-check:before {
    content: "\f46c"
}

.wn-fa-clipboard-list:before {
    content: "\f46d"
}

.wn-fa-clock:before {
    content: "\f017"
}

.wn-fa-clone:before {
    content: "\f24d"
}

.wn-fa-closed-captioning:before {
    content: "\f20a"
}

.wn-fa-cloud:before {
    content: "\f0c2"
}

.wn-fa-cloud-download-alt:before {
    content: "\f381"
}

.wn-fa-cloud-upload-alt:before {
    content: "\f382"
}

.wn-fa-cloudscale:before {
    content: "\f383"
}

.wn-fa-cloudsmith:before {
    content: "\f384"
}

.wn-fa-cloudversify:before {
    content: "\f385"
}

.wn-fa-code:before {
    content: "\f121"
}

.wn-fa-code-branch:before {
    content: "\f126"
}

.wn-fa-codepen:before {
    content: "\f1cb"
}

.wn-fa-codiepie:before {
    content: "\f284"
}

.wn-fa-coffee:before {
    content: "\f0f4"
}

.wn-fa-cog:before {
    content: "\f013"
}

.wn-fa-cogs:before {
    content: "\f085"
}

.wn-fa-coins:before {
    content: "\f51e"
}

.wn-fa-columns:before {
    content: "\f0db"
}

.wn-fa-comment:before {
    content: "\f075"
}

.wn-fa-comment-alt:before {
    content: "\f27a"
}

.wn-fa-comment-dots:before {
    content: "\f4ad"
}

.wn-fa-comment-slash:before {
    content: "\f4b3"
}

.wn-fa-comments:before {
    content: "\f086"
}

.wn-fa-compact-disc:before {
    content: "\f51f"
}

.wn-fa-compass:before {
    content: "\f14e"
}

.wn-fa-compress:before {
    content: "\f066"
}

.wn-fa-connectdevelop:before {
    content: "\f20e"
}

.wn-fa-contao:before {
    content: "\f26d"
}

.wn-fa-copy:before {
    content: "\f0c5"
}

.wn-fa-copyright:before {
    content: "\f1f9"
}

.wn-fa-couch:before {
    content: "\f4b8"
}

.wn-fa-cpanel:before {
    content: "\f388"
}

.wn-fa-creative-commons:before {
    content: "\f25e"
}

.wn-fa-creative-commons-by:before {
    content: "\f4e7"
}

.wn-fa-creative-commons-nc:before {
    content: "\f4e8"
}

.wn-fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.wn-fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.wn-fa-creative-commons-nd:before {
    content: "\f4eb"
}

.wn-fa-creative-commons-pd:before {
    content: "\f4ec"
}

.wn-fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.wn-fa-creative-commons-remix:before {
    content: "\f4ee"
}

.wn-fa-creative-commons-sa:before {
    content: "\f4ef"
}

.wn-fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.wn-fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.wn-fa-creative-commons-share:before {
    content: "\f4f2"
}

.wn-fa-credit-card:before {
    content: "\f09d"
}

.wn-fa-crop:before {
    content: "\f125"
}

.wn-fa-crosshairs:before {
    content: "\f05b"
}

.wn-fa-crow:before {
    content: "\f520"
}

.wn-fa-crown:before {
    content: "\f521"
}

.wn-fa-css3:before {
    content: "\f13c"
}

.wn-fa-css3-alt:before {
    content: "\f38b"
}

.wn-fa-cube:before {
    content: "\f1b2"
}

.wn-fa-cubes:before {
    content: "\f1b3"
}

.wn-fa-cut:before {
    content: "\f0c4"
}

.wn-fa-cuttlefish:before {
    content: "\f38c"
}

.wn-fa-d-and-d:before {
    content: "\f38d"
}

.wn-fa-dashcube:before {
    content: "\f210"
}

.wn-fa-database:before {
    content: "\f1c0"
}

.wn-fa-deaf:before {
    content: "\f2a4"
}

.wn-fa-delicious:before {
    content: "\f1a5"
}

.wn-fa-deploydog:before {
    content: "\f38e"
}

.wn-fa-deskpro:before {
    content: "\f38f"
}

.wn-fa-desktop:before {
    content: "\f108"
}

.wn-fa-deviantart:before {
    content: "\f1bd"
}

.wn-fa-diagnoses:before {
    content: "\f470"
}

.wn-fa-dice:before {
    content: "\f522"
}

.wn-fa-dice-five:before {
    content: "\f523"
}

.wn-fa-dice-four:before {
    content: "\f524"
}

.wn-fa-dice-one:before {
    content: "\f525"
}

.wn-fa-dice-six:before {
    content: "\f526"
}

.wn-fa-dice-three:before {
    content: "\f527"
}

.wn-fa-dice-two:before {
    content: "\f528"
}

.wn-fa-digg:before {
    content: "\f1a6"
}

.wn-fa-digital-ocean:before {
    content: "\f391"
}

.wn-fa-discord:before {
    content: "\f392"
}

.wn-fa-discourse:before {
    content: "\f393"
}

.wn-fa-divide:before {
    content: "\f529"
}

.wn-fa-dna:before {
    content: "\f471"
}

.wn-fa-dochub:before {
    content: "\f394"
}

.wn-fa-docker:before {
    content: "\f395"
}

.wn-fa-dollar-sign:before {
    content: "\f155"
}

.wn-fa-dolly:before {
    content: "\f472"
}

.wn-fa-dolly-flatbed:before {
    content: "\f474"
}

.wn-fa-donate:before {
    content: "\f4b9"
}

.wn-fa-door-closed:before {
    content: "\f52a"
}

.wn-fa-door-open:before {
    content: "\f52b"
}

.wn-fa-dot-circle:before {
    content: "\f192"
}

.wn-fa-dove:before {
    content: "\f4ba"
}

.wn-fa-download:before {
    content: "\f019"
}

.wn-fa-draft2digital:before {
    content: "\f396"
}

.wn-fa-dribbble:before {
    content: "\f17d"
}

.wn-fa-dribbble-square:before {
    content: "\f397"
}

.wn-fa-dropbox:before {
    content: "\f16b"
}

.wn-fa-drupal:before {
    content: "\f1a9"
}

.wn-fa-dumbbell:before {
    content: "\f44b"
}

.wn-fa-dyalog:before {
    content: "\f399"
}

.wn-fa-earlybirds:before {
    content: "\f39a"
}

.wn-fa-ebay:before {
    content: "\f4f4"
}

.wn-fa-edge:before {
    content: "\f282"
}

.wn-fa-edit:before {
    content: "\f044"
}

.wn-fa-eject:before {
    content: "\f052"
}

.wn-fa-elementor:before {
    content: "\f430"
}

.wn-fa-ellipsis-h:before {
    content: "\f141"
}

.wn-fa-ellipsis-v:before {
    content: "\f142"
}

.wn-fa-ember:before {
    content: "\f423"
}

.wn-fa-empire:before {
    content: "\f1d1"
}

.wn-fa-envelope:before {
    content: "\f0e0"
}

.wn-fa-envelope-open:before {
    content: "\f2b6"
}

.wn-fa-envelope-square:before {
    content: "\f199"
}

.wn-fa-envira:before {
    content: "\f299"
}

.wn-fa-equals:before {
    content: "\f52c"
}

.wn-fa-eraser:before {
    content: "\f12d"
}

.wn-fa-erlang:before {
    content: "\f39d"
}

.wn-fa-ethereum:before {
    content: "\f42e"
}

.wn-fa-etsy:before {
    content: "\f2d7"
}

.wn-fa-euro-sign:before {
    content: "\f153"
}

.wn-fa-exchange-alt:before {
    content: "\f362"
}

.wn-fa-exclamation:before {
    content: "\f12a"
}

.wn-fa-exclamation-circle:before {
    content: "\f06a"
}

.wn-fa-exclamation-triangle:before {
    content: "\f071"
}

.wn-fa-expand:before {
    content: "\f065"
}

.wn-fa-expand-arrows-alt:before {
    content: "\f31e"
}

.wn-fa-expeditedssl:before {
    content: "\f23e"
}

.wn-fa-external-link-alt:before {
    content: "\f35d"
}

.wn-fa-external-link-square-alt:before {
    content: "\f360"
}

.wn-fa-eye:before {
    content: "\f06e"
}

.wn-fa-eye-dropper:before {
    content: "\f1fb"
}

.wn-fa-eye-slash:before {
    content: "\f070"
}

.wn-fa-facebook:before {
    content: "\f09a"
}

.wn-fa-facebook-f:before {
    content: "\f39e"
}

.wn-fa-facebook-messenger:before {
    content: "\f39f"
}

.wn-fa-facebook-square:before {
    content: "\f082"
}

.wn-fa-fast-backward:before {
    content: "\f049"
}

.wn-fa-fast-forward:before {
    content: "\f050"
}

.wn-fa-fax:before {
    content: "\f1ac"
}

.wn-fa-feather:before {
    content: "\f52d"
}

.wn-fa-female:before {
    content: "\f182"
}

.wn-fa-fighter-jet:before {
    content: "\f0fb"
}

.wn-fa-file:before {
    content: "\f15b"
}

.wn-fa-file-alt:before {
    content: "\f15c"
}

.wn-fa-file-archive:before {
    content: "\f1c6"
}

.wn-fa-file-audio:before {
    content: "\f1c7"
}

.wn-fa-file-code:before {
    content: "\f1c9"
}

.wn-fa-file-excel:before {
    content: "\f1c3"
}

.wn-fa-file-image:before {
    content: "\f1c5"
}

.wn-fa-file-medical:before {
    content: "\f477"
}

.wn-fa-file-medical-alt:before {
    content: "\f478"
}

.wn-fa-file-pdf:before {
    content: "\f1c1"
}

.wn-fa-file-powerpoint:before {
    content: "\f1c4"
}

.wn-fa-file-video:before {
    content: "\f1c8"
}

.wn-fa-file-word:before {
    content: "\f1c2"
}

.wn-fa-film:before {
    content: "\f008"
}

.wn-fa-filter:before {
    content: "\f0b0"
}

.wn-fa-fire:before {
    content: "\f06d"
}

.wn-fa-fire-extinguisher:before {
    content: "\f134"
}

.wn-fa-firefox:before {
    content: "\f269"
}

.wn-fa-first-aid:before {
    content: "\f479"
}

.wn-fa-first-order:before {
    content: "\f2b0"
}

.wn-fa-first-order-alt:before {
    content: "\f50a"
}

.wn-fa-firstdraft:before {
    content: "\f3a1"
}

.wn-fa-flag:before {
    content: "\f024"
}

.wn-fa-flag-checkered:before {
    content: "\f11e"
}

.wn-fa-flask:before {
    content: "\f0c3"
}

.wn-fa-flickr:before {
    content: "\f16e"
}

.wn-fa-flipboard:before {
    content: "\f44d"
}

.wn-fa-fly:before {
    content: "\f417"
}

.wn-fa-folder:before {
    content: "\f07b"
}

.wn-fa-folder-open:before {
    content: "\f07c"
}

.wn-fa-font:before {
    content: "\f031"
}

.wn-fa-font-awesome:before {
    content: "\f2b4"
}

.wn-fa-font-awesome-alt:before {
    content: "\f35c"
}

.wn-fa-font-awesome-flag:before {
    content: "\f425"
}

.wn-fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.wn-fa-fonticons:before {
    content: "\f280"
}

.wn-fa-fonticons-fi:before {
    content: "\f3a2"
}

.wn-fa-football-ball:before {
    content: "\f44e"
}

.wn-fa-fort-awesome:before {
    content: "\f286"
}

.wn-fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.wn-fa-forumbee:before {
    content: "\f211"
}

.wn-fa-forward:before {
    content: "\f04e"
}

.wn-fa-foursquare:before {
    content: "\f180"
}

.wn-fa-free-code-camp:before {
    content: "\f2c5"
}

.wn-fa-freebsd:before {
    content: "\f3a4"
}

.wn-fa-frog:before {
    content: "\f52e"
}

.wn-fa-frown:before {
    content: "\f119"
}

.wn-fa-fulcrum:before {
    content: "\f50b"
}

.wn-fa-futbol:before {
    content: "\f1e3"
}

.wn-fa-galactic-republic:before {
    content: "\f50c"
}

.wn-fa-galactic-senate:before {
    content: "\f50d"
}

.wn-fa-gamepad:before {
    content: "\f11b"
}

.wn-fa-gas-pump:before {
    content: "\f52f"
}

.wn-fa-gavel:before {
    content: "\f0e3"
}

.wn-fa-gem:before {
    content: "\f3a5"
}

.wn-fa-genderless:before {
    content: "\f22d"
}

.wn-fa-get-pocket:before {
    content: "\f265"
}

.wn-fa-gg:before {
    content: "\f260"
}

.wn-fa-gg-circle:before {
    content: "\f261"
}

.wn-fa-gift:before {
    content: "\f06b"
}

.wn-fa-git:before {
    content: "\f1d3"
}

.wn-fa-git-square:before {
    content: "\f1d2"
}

.wn-fa-github:before {
    content: "\f09b"
}

.wn-fa-github-alt:before {
    content: "\f113"
}

.wn-fa-github-square:before {
    content: "\f092"
}

.wn-fa-gitkraken:before {
    content: "\f3a6"
}

.wn-fa-gitlab:before {
    content: "\f296"
}

.wn-fa-gitter:before {
    content: "\f426"
}

.wn-fa-glass-martini:before {
    content: "\f000"
}

.wn-fa-glasses:before {
    content: "\f530"
}

.wn-fa-glide:before {
    content: "\f2a5"
}

.wn-fa-glide-g:before {
    content: "\f2a6"
}

.wn-fa-globe:before {
    content: "\f0ac"
}

.wn-fa-gofore:before {
    content: "\f3a7"
}

.wn-fa-golf-ball:before {
    content: "\f450"
}

.wn-fa-goodreads:before {
    content: "\f3a8"
}

.wn-fa-goodreads-g:before {
    content: "\f3a9"
}

.wn-fa-google:before {
    content: "\f1a0"
}

.wn-fa-google-drive:before {
    content: "\f3aa"
}

.wn-fa-google-play:before {
    content: "\f3ab"
}

.wn-fa-google-plus:before {
    content: "\f2b3"
}

.wn-fa-google-plus-g:before {
    content: "\f0d5"
}

.wn-fa-google-plus-square:before {
    content: "\f0d4"
}

.wn-fa-google-wallet:before {
    content: "\f1ee"
}

.wn-fa-graduation-cap:before {
    content: "\f19d"
}

.wn-fa-gratipay:before {
    content: "\f184"
}

.wn-fa-grav:before {
    content: "\f2d6"
}

.wn-fa-greater-than:before {
    content: "\f531"
}

.wn-fa-greater-than-equal:before {
    content: "\f532"
}

.wn-fa-gripfire:before {
    content: "\f3ac"
}

.wn-fa-grunt:before {
    content: "\f3ad"
}

.wn-fa-gulp:before {
    content: "\f3ae"
}

.wn-fa-h-square:before {
    content: "\f0fd"
}

.wn-fa-hacker-news:before {
    content: "\f1d4"
}

.wn-fa-hacker-news-square:before {
    content: "\f3af"
}

.wn-fa-hand-holding:before {
    content: "\f4bd"
}

.wn-fa-hand-holding-heart:before {
    content: "\f4be"
}

.wn-fa-hand-holding-usd:before {
    content: "\f4c0"
}

.wn-fa-hand-lizard:before {
    content: "\f258"
}

.wn-fa-hand-paper:before {
    content: "\f256"
}

.wn-fa-hand-peace:before {
    content: "\f25b"
}

.wn-fa-hand-point-down:before {
    content: "\f0a7"
}

.wn-fa-hand-point-left:before {
    content: "\f0a5"
}

.wn-fa-hand-point-right:before {
    content: "\f0a4"
}

.wn-fa-hand-point-up:before {
    content: "\f0a6"
}

.wn-fa-hand-pointer:before {
    content: "\f25a"
}

.wn-fa-hand-rock:before {
    content: "\f255"
}

.wn-fa-hand-scissors:before {
    content: "\f257"
}

.wn-fa-hand-spock:before {
    content: "\f259"
}

.wn-fa-hands:before {
    content: "\f4c2"
}

.wn-fa-hands-helping:before {
    content: "\f4c4"
}

.wn-fa-handshake:before {
    content: "\f2b5"
}

.wn-fa-hashtag:before {
    content: "\f292"
}

.wn-fa-hdd:before {
    content: "\f0a0"
}

.wn-fa-heading:before {
    content: "\f1dc"
}

.wn-fa-headphones:before {
    content: "\f025"
}

.wn-fa-heart:before {
    content: "\f004"
}

.wn-fa-heartbeat:before {
    content: "\f21e"
}

.wn-fa-helicopter:before {
    content: "\f533"
}

.wn-fa-hips:before {
    content: "\f452"
}

.wn-fa-hire-a-helper:before {
    content: "\f3b0"
}

.wn-fa-history:before {
    content: "\f1da"
}

.wn-fa-hockey-puck:before {
    content: "\f453"
}

.wn-fa-home:before {
    content: "\f015"
}

.wn-fa-hooli:before {
    content: "\f427"
}

.wn-fa-hospital:before {
    content: "\f0f8"
}

.wn-fa-hospital-alt:before {
    content: "\f47d"
}

.wn-fa-hospital-symbol:before {
    content: "\f47e"
}

.wn-fa-hotjar:before {
    content: "\f3b1"
}

.wn-fa-hourglass:before {
    content: "\f254"
}

.wn-fa-hourglass-end:before {
    content: "\f253"
}

.wn-fa-hourglass-half:before {
    content: "\f252"
}

.wn-fa-hourglass-start:before {
    content: "\f251"
}

.wn-fa-houzz:before {
    content: "\f27c"
}

.wn-fa-html5:before {
    content: "\f13b"
}

.wn-fa-hubspot:before {
    content: "\f3b2"
}

.wn-fa-i-cursor:before {
    content: "\f246"
}

.wn-fa-id-badge:before {
    content: "\f2c1"
}

.wn-fa-id-card:before {
    content: "\f2c2"
}

.wn-fa-id-card-alt:before {
    content: "\f47f"
}

.wn-fa-image:before {
    content: "\f03e"
}

.wn-fa-images:before {
    content: "\f302"
}

.wn-fa-imdb:before {
    content: "\f2d8"
}

.wn-fa-inbox:before {
    content: "\f01c"
}

.wn-fa-indent:before {
    content: "\f03c"
}

.wn-fa-industry:before {
    content: "\f275"
}

.wn-fa-infinity:before {
    content: "\f534"
}

.wn-fa-info:before {
    content: "\f129"
}

.wn-fa-info-circle:before {
    content: "\f05a"
}

.wn-fa-instagram:before {
    content: "\f16d"
}

.wn-fa-internet-explorer:before {
    content: "\f26b"
}

.wn-fa-ioxhost:before {
    content: "\f208"
}

.wn-fa-italic:before {
    content: "\f033"
}

.wn-fa-itunes:before {
    content: "\f3b4"
}

.wn-fa-itunes-note:before {
    content: "\f3b5"
}

.wn-fa-java:before {
    content: "\f4e4"
}

.wn-fa-jedi-order:before {
    content: "\f50e"
}

.wn-fa-jenkins:before {
    content: "\f3b6"
}

.wn-fa-joget:before {
    content: "\f3b7"
}

.wn-fa-joomla:before {
    content: "\f1aa"
}

.wn-fa-js:before {
    content: "\f3b8"
}

.wn-fa-js-square:before {
    content: "\f3b9"
}

.wn-fa-jsfiddle:before {
    content: "\f1cc"
}

.wn-fa-key:before {
    content: "\f084"
}

.wn-fa-keybase:before {
    content: "\f4f5"
}

.wn-fa-keyboard:before {
    content: "\f11c"
}

.wn-fa-keycdn:before {
    content: "\f3ba"
}

.wn-fa-kickstarter:before {
    content: "\f3bb"
}

.wn-fa-kickstarter-k:before {
    content: "\f3bc"
}

.wn-fa-kiwi-bird:before {
    content: "\f535"
}

.wn-fa-korvue:before {
    content: "\f42f"
}

.wn-fa-language:before {
    content: "\f1ab"
}

.wn-fa-laptop:before {
    content: "\f109"
}

.wn-fa-laravel:before {
    content: "\f3bd"
}

.wn-fa-lastfm:before {
    content: "\f202"
}

.wn-fa-lastfm-square:before {
    content: "\f203"
}

.wn-fa-leaf:before {
    content: "\f06c"
}

.wn-fa-leanpub:before {
    content: "\f212"
}

.wn-fa-lemon:before {
    content: "\f094"
}

.wn-fa-less:before {
    content: "\f41d"
}

.wn-fa-less-than:before {
    content: "\f536"
}

.wn-fa-less-than-equal:before {
    content: "\f537"
}

.wn-fa-level-down-alt:before {
    content: "\f3be"
}

.wn-fa-level-up-alt:before {
    content: "\f3bf"
}

.wn-fa-life-ring:before {
    content: "\f1cd"
}

.wn-fa-lightbulb:before {
    content: "\f0eb"
}

.wn-fa-line:before {
    content: "\f3c0"
}

.wn-fa-link:before {
    content: "\f0c1"
}

.wn-fa-linkedin:before {
    content: "\f08c"
}

.wn-fa-linkedin-in:before {
    content: "\f0e1"
}

.wn-fa-linode:before {
    content: "\f2b8"
}

.wn-fa-linux:before {
    content: "\f17c"
}

.wn-fa-lira-sign:before {
    content: "\f195"
}

.wn-fa-list:before {
    content: "\f03a"
}

.wn-fa-list-alt:before {
    content: "\f022"
}

.wn-fa-list-ol:before {
    content: "\f0cb"
}

.wn-fa-list-ul:before {
    content: "\f0ca"
}

.wn-fa-location-arrow:before {
    content: "\f124"
}

.wn-fa-lock:before {
    content: "\f023"
}

.wn-fa-lock-open:before {
    content: "\f3c1"
}

.wn-fa-long-arrow-alt-down:before {
    content: "\f309"
}

.wn-fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.wn-fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.wn-fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.wn-fa-low-vision:before {
    content: "\f2a8"
}

.wn-fa-lyft:before {
    content: "\f3c3"
}

.wn-fa-magento:before {
    content: "\f3c4"
}

.wn-fa-magic:before {
    content: "\f0d0"
}

.wn-fa-magnet:before {
    content: "\f076"
}

.wn-fa-male:before {
    content: "\f183"
}

.wn-fa-mandalorian:before {
    content: "\f50f"
}

.wn-fa-map:before {
    content: "\f279"
}

.wn-fa-map-marker:before {
    content: "\f041"
}

.wn-fa-map-marker-alt:before {
    content: "\f3c5"
}

.wn-fa-map-pin:before {
    content: "\f276"
}

.wn-fa-map-signs:before {
    content: "\f277"
}

.wn-fa-mars:before {
    content: "\f222"
}

.wn-fa-mars-double:before {
    content: "\f227"
}

.wn-fa-mars-stroke:before {
    content: "\f229"
}

.wn-fa-mars-stroke-h:before {
    content: "\f22b"
}

.wn-fa-mars-stroke-v:before {
    content: "\f22a"
}

.wn-fa-mastodon:before {
    content: "\f4f6"
}

.wn-fa-maxcdn:before {
    content: "\f136"
}

.wn-fa-medapps:before {
    content: "\f3c6"
}

.wn-fa-medium:before {
    content: "\f23a"
}

.wn-fa-medium-m:before {
    content: "\f3c7"
}

.wn-fa-medkit:before {
    content: "\f0fa"
}

.wn-fa-medrt:before {
    content: "\f3c8"
}

.wn-fa-meetup:before {
    content: "\f2e0"
}

.wn-fa-meh:before {
    content: "\f11a"
}

.wn-fa-memory:before {
    content: "\f538"
}

.wn-fa-mercury:before {
    content: "\f223"
}

.wn-fa-microchip:before {
    content: "\f2db"
}

.wn-fa-microphone:before {
    content: "\f130"
}

.wn-fa-microphone-alt:before {
    content: "\f3c9"
}

.wn-fa-microphone-alt-slash:before {
    content: "\f539"
}

.wn-fa-microphone-slash:before {
    content: "\f131"
}

.wn-fa-microsoft:before {
    content: "\f3ca"
}

.wn-fa-minus:before {
    content: "\f068"
}

.wn-fa-minus-circle:before {
    content: "\f056"
}

.wn-fa-minus-square:before {
    content: "\f146"
}

.wn-fa-mix:before {
    content: "\f3cb"
}

.wn-fa-mixcloud:before {
    content: "\f289"
}

.wn-fa-mizuni:before {
    content: "\f3cc"
}

.wn-fa-mobile:before {
    content: "\f10b"
}

.wn-fa-mobile-alt:before {
    content: "\f3cd"
}

.wn-fa-modx:before {
    content: "\f285"
}

.wn-fa-monero:before {
    content: "\f3d0"
}

.wn-fa-money-bill:before {
    content: "\f0d6"
}

.wn-fa-money-bill-alt:before {
    content: "\f3d1"
}

.wn-fa-money-bill-wave:before {
    content: "\f53a"
}

.wn-fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.wn-fa-money-check:before {
    content: "\f53c"
}

.wn-fa-money-check-alt:before {
    content: "\f53d"
}

.wn-fa-moon:before {
    content: "\f186"
}

.wn-fa-motorcycle:before {
    content: "\f21c"
}

.wn-fa-mouse-pointer:before {
    content: "\f245"
}

.wn-fa-music:before {
    content: "\f001"
}

.wn-fa-napster:before {
    content: "\f3d2"
}

.wn-fa-neuter:before {
    content: "\f22c"
}

.wn-fa-newspaper:before {
    content: "\f1ea"
}

.wn-fa-nintendo-switch:before {
    content: "\f418"
}

.wn-fa-node:before {
    content: "\f419"
}

.wn-fa-node-js:before {
    content: "\f3d3"
}

.wn-fa-not-equal:before {
    content: "\f53e"
}

.wn-fa-notes-medical:before {
    content: "\f481"
}

.wn-fa-npm:before {
    content: "\f3d4"
}

.wn-fa-ns8:before {
    content: "\f3d5"
}

.wn-fa-nutritionix:before {
    content: "\f3d6"
}

.wn-fa-object-group:before {
    content: "\f247"
}

.wn-fa-object-ungroup:before {
    content: "\f248"
}

.wn-fa-odnoklassniki:before {
    content: "\f263"
}

.wn-fa-odnoklassniki-square:before {
    content: "\f264"
}

.wn-fa-old-republic:before {
    content: "\f510"
}

.wn-fa-opencart:before {
    content: "\f23d"
}

.wn-fa-openid:before {
    content: "\f19b"
}

.wn-fa-opera:before {
    content: "\f26a"
}

.wn-fa-optin-monster:before {
    content: "\f23c"
}

.wn-fa-osi:before {
    content: "\f41a"
}

.wn-fa-outdent:before {
    content: "\f03b"
}

.wn-fa-page4:before {
    content: "\f3d7"
}

.wn-fa-pagelines:before {
    content: "\f18c"
}

.wn-fa-paint-brush:before {
    content: "\f1fc"
}

.wn-fa-palette:before {
    content: "\f53f"
}

.wn-fa-palfed:before {
    content: "\f3d8"
}

.wn-fa-pallet:before {
    content: "\f482"
}

.wn-fa-paper-plane:before {
    content: "\f1d8"
}

.wn-fa-paperclip:before {
    content: "\f0c6"
}

.wn-fa-parachute-box:before {
    content: "\f4cd"
}

.wn-fa-paragraph:before {
    content: "\f1dd"
}

.wn-fa-parking:before {
    content: "\f540"
}

.wn-fa-paste:before {
    content: "\f0ea"
}

.wn-fa-patreon:before {
    content: "\f3d9"
}

.wn-fa-pause:before {
    content: "\f04c"
}

.wn-fa-pause-circle:before {
    content: "\f28b"
}

.wn-fa-paw:before {
    content: "\f1b0"
}

.wn-fa-paypal:before {
    content: "\f1ed"
}

.wn-fa-pen-square:before {
    content: "\f14b"
}

.wn-fa-pencil-alt:before {
    content: "\f303"
}

.wn-fa-people-carry:before {
    content: "\f4ce"
}

.wn-fa-percent:before {
    content: "\f295"
}

.wn-fa-percentage:before {
    content: "\f541"
}

.wn-fa-periscope:before {
    content: "\f3da"
}

.wn-fa-phabricator:before {
    content: "\f3db"
}

.wn-fa-phoenix-framework:before {
    content: "\f3dc"
}

.wn-fa-phoenix-squadron:before {
    content: "\f511"
}

.wn-fa-phone:before {
    content: "\f095"
}

.wn-fa-phone-slash:before {
    content: "\f3dd"
}

.wn-fa-phone-square:before {
    content: "\f098"
}

.wn-fa-phone-volume:before {
    content: "\f2a0"
}

.wn-fa-php:before {
    content: "\f457"
}

.wn-fa-pied-piper:before {
    content: "\f2ae"
}

.wn-fa-pied-piper-alt:before {
    content: "\f1a8"
}

.wn-fa-pied-piper-hat:before {
    content: "\f4e5"
}

.wn-fa-pied-piper-pp:before {
    content: "\f1a7"
}

.wn-fa-piggy-bank:before {
    content: "\f4d3"
}

.wn-fa-pills:before {
    content: "\f484"
}

.wn-fa-pinterest:before {
    content: "\f0d2"
}

.wn-fa-pinterest-p:before {
    content: "\f231"
}

.wn-fa-pinterest-square:before {
    content: "\f0d3"
}

.wn-fa-plane:before {
    content: "\f072"
}

.wn-fa-play:before {
    content: "\f04b"
}

.wn-fa-play-circle:before {
    content: "\f144"
}

.wn-fa-playstation:before {
    content: "\f3df"
}

.wn-fa-plug:before {
    content: "\f1e6"
}

.wn-fa-plus:before {
    content: "\f067"
}

.wn-fa-plus-circle:before {
    content: "\f055"
}

.wn-fa-plus-square:before {
    content: "\f0fe"
}

.wn-fa-podcast:before {
    content: "\f2ce"
}

.wn-fa-poo:before {
    content: "\f2fe"
}

.wn-fa-portrait:before {
    content: "\f3e0"
}

.wn-fa-pound-sign:before {
    content: "\f154"
}

.wn-fa-power-off:before {
    content: "\f011"
}

.wn-fa-prescription-bottle:before {
    content: "\f485"
}

.wn-fa-prescription-bottle-alt:before {
    content: "\f486"
}

.wn-fa-print:before {
    content: "\f02f"
}

.wn-fa-procedures:before {
    content: "\f487"
}

.wn-fa-product-hunt:before {
    content: "\f288"
}

.wn-fa-project-diagram:before {
    content: "\f542"
}

.wn-fa-pushed:before {
    content: "\f3e1"
}

.wn-fa-puzzle-piece:before {
    content: "\f12e"
}

.wn-fa-python:before {
    content: "\f3e2"
}

.wn-fa-qq:before {
    content: "\f1d6"
}

.wn-fa-qrcode:before {
    content: "\f029"
}

.wn-fa-question:before {
    content: "\f128"
}

.wn-fa-question-circle:before {
    content: "\f059"
}

.wn-fa-quidditch:before {
    content: "\f458"
}

.wn-fa-quinscape:before {
    content: "\f459"
}

.wn-fa-quora:before {
    content: "\f2c4"
}

.wn-fa-quote-left:before {
    content: "\f10d"
}

.wn-fa-quote-right:before {
    content: "\f10e"
}

.wn-fa-r-project:before {
    content: "\f4f7"
}

.wn-fa-random:before {
    content: "\f074"
}

.wn-fa-ravelry:before {
    content: "\f2d9"
}

.wn-fa-react:before {
    content: "\f41b"
}

.wn-fa-readme:before {
    content: "\f4d5"
}

.wn-fa-rebel:before {
    content: "\f1d0"
}

.wn-fa-receipt:before {
    content: "\f543"
}

.wn-fa-recycle:before {
    content: "\f1b8"
}

.wn-fa-red-river:before {
    content: "\f3e3"
}

.wn-fa-reddit:before {
    content: "\f1a1"
}

.wn-fa-reddit-alien:before {
    content: "\f281"
}

.wn-fa-reddit-square:before {
    content: "\f1a2"
}

.wn-fa-redo:before {
    content: "\f01e"
}

.wn-fa-redo-alt:before {
    content: "\f2f9"
}

.wn-fa-registered:before {
    content: "\f25d"
}

.wn-fa-rendact:before {
    content: "\f3e4"
}

.wn-fa-renren:before {
    content: "\f18b"
}

.wn-fa-reply:before {
    content: "\f3e5" !important
}

.wn-fa-reply-all:before {
    content: "\f122"
}

.wn-fa-replyd:before {
    content: "\f3e6"
}

.wn-fa-researchgate:before {
    content: "\f4f8"
}

.wn-fa-resolving:before {
    content: "\f3e7"
}

.wn-fa-retweet:before {
    content: "\f079"
}

.wn-fa-ribbon:before {
    content: "\f4d6"
}

.wn-fa-road:before {
    content: "\f018"
}

.wn-fa-robot:before {
    content: "\f544"
}

.wn-fa-rocket:before {
    content: "\f135"
}

.wn-fa-rocketchat:before {
    content: "\f3e8"
}

.wn-fa-rockrms:before {
    content: "\f3e9"
}

.wn-fa-rss:before {
    content: "\f09e"
}

.wn-fa-rss-square:before {
    content: "\f143"
}

.wn-fa-ruble-sign:before {
    content: "\f158"
}

.wn-fa-ruler:before {
    content: "\f545"
}

.wn-fa-ruler-combined:before {
    content: "\f546"
}

.wn-fa-ruler-horizontal:before {
    content: "\f547"
}

.wn-fa-ruler-vertical:before {
    content: "\f548"
}

.wn-fa-rupee-sign:before {
    content: "\f156"
}

.wn-fa-safari:before {
    content: "\f267"
}

.wn-fa-sass:before {
    content: "\f41e"
}

.wn-fa-save:before {
    content: "\f0c7"
}

.wn-fa-schlix:before {
    content: "\f3ea"
}

.wn-fa-school:before {
    content: "\f549"
}

.wn-fa-screwdriver:before {
    content: "\f54a"
}

.wn-fa-scribd:before {
    content: "\f28a"
}

.wn-fa-search:before {
    content: "\f002"
}

.wn-fa-search-minus:before {
    content: "\f010"
}

.wn-fa-search-plus:before {
    content: "\f00e"
}

.wn-fa-searchengin:before {
    content: "\f3eb"
}

.wn-fa-seedling:before {
    content: "\f4d8"
}

.wn-fa-sellcast:before {
    content: "\f2da"
}

.wn-fa-sellsy:before {
    content: "\f213"
}

.wn-fa-server:before {
    content: "\f233"
}

.wn-fa-servicestack:before {
    content: "\f3ec"
}

.wn-fa-share:before {
    content: "\f064"
}

.wn-fa-share-alt:before {
    content: "\f1e0"
}

.wn-fa-share-alt-square:before {
    content: "\f1e1"
}

.wn-fa-share-square:before {
    content: "\f14d"
}

.wn-fa-shekel-sign:before {
    content: "\f20b"
}

.wn-fa-shield-alt:before {
    content: "\f3ed"
}

.wn-fa-ship:before {
    content: "\f21a"
}

.wn-fa-shipping-fast:before {
    content: "\f48b"
}

.wn-fa-shirtsinbulk:before {
    content: "\f214"
}

.wn-fa-shoe-prints:before {
    content: "\f54b"
}

.wn-fa-shopping-bag:before {
    content: "\f290"
}

.wn-fa-shopping-basket:before {
    content: "\f291"
}

.wn-fa-shopping-cart:before {
    content: "\f07a"
}

.wn-fa-shower:before {
    content: "\f2cc"
}

.wn-fa-sign:before {
    content: "\f4d9"
}

.wn-fa-sign-in-alt:before {
    content: "\f2f6"
}

.wn-fa-sign-language:before {
    content: "\f2a7"
}

.wn-fa-sign-out-alt:before {
    content: "\f2f5"
}

.wn-fa-signal:before {
    content: "\f012"
}

.wn-fa-simplybuilt:before {
    content: "\f215"
}

.wn-fa-sistrix:before {
    content: "\f3ee"
}

.wn-fa-sitemap:before {
    content: "\f0e8"
}

.wn-fa-sith:before {
    content: "\f512"
}

.wn-fa-skull:before {
    content: "\f54c"
}

.wn-fa-skyatlas:before {
    content: "\f216"
}

.wn-fa-skype:before {
    content: "\f17e"
}

.wn-fa-slack:before {
    content: "\f198"
}

.wn-fa-slack-hash:before {
    content: "\f3ef"
}

.wn-fa-sliders-h:before {
    content: "\f1de"
}

.wn-fa-slideshare:before {
    content: "\f1e7"
}

.wn-fa-smile:before {
    content: "\f118"
}

.wn-fa-smoking:before {
    content: "\f48d"
}

.wn-fa-smoking-ban:before {
    content: "\f54d"
}

.wn-fa-snapchat:before {
    content: "\f2ab"
}

.wn-fa-snapchat-ghost:before {
    content: "\f2ac"
}

.wn-fa-snapchat-square:before {
    content: "\f2ad"
}

.wn-fa-snowflake:before {
    content: "\f2dc"
}

.wn-fa-sort:before {
    content: "\f0dc"
}

.wn-fa-sort-alpha-down:before {
    content: "\f15d"
}

.wn-fa-sort-alpha-up:before {
    content: "\f15e"
}

.wn-fa-sort-amount-down:before {
    content: "\f160"
}

.wn-fa-sort-amount-up:before {
    content: "\f161"
}

.wn-fa-sort-down:before {
    content: "\f0dd"
}

.wn-fa-sort-numeric-down:before {
    content: "\f162"
}

.wn-fa-sort-numeric-up:before {
    content: "\f163"
}

.wn-fa-sort-up:before {
    content: "\f0de"
}

.wn-fa-soundcloud:before {
    content: "\f1be"
}

.wn-fa-space-shuttle:before {
    content: "\f197"
}

.wn-fa-speakap:before {
    content: "\f3f3"
}

.wn-fa-spinner:before {
    content: "\f110"
}

.wn-fa-spotify:before {
    content: "\f1bc"
}

.wn-fa-square:before {
    content: "\f0c8"
}

.wn-fa-square-full:before {
    content: "\f45c"
}

.wn-fa-stack-exchange:before {
    content: "\f18d"
}

.wn-fa-stack-overflow:before {
    content: "\f16c"
}

.wn-fa-star:before {
    content: "\f005"
}

.wn-fa-star-half:before {
    content: "\f089"
}

.wn-fa-staylinked:before {
    content: "\f3f5"
}

.wn-fa-steam:before {
    content: "\f1b6"
}

.wn-fa-steam-square:before {
    content: "\f1b7"
}

.wn-fa-steam-symbol:before {
    content: "\f3f6"
}

.wn-fa-step-backward:before {
    content: "\f048"
}

.wn-fa-step-forward:before {
    content: "\f051"
}

.wn-fa-stethoscope:before {
    content: "\f0f1"
}

.wn-fa-sticker-mule:before {
    content: "\f3f7"
}

.wn-fa-sticky-note:before {
    content: "\f249"
}

.wn-fa-stop:before {
    content: "\f04d"
}

.wn-fa-stop-circle:before {
    content: "\f28d"
}

.wn-fa-stopwatch:before {
    content: "\f2f2"
}

.wn-fa-store:before {
    content: "\f54e"
}

.wn-fa-store-alt:before {
    content: "\f54f"
}

.wn-fa-strava:before {
    content: "\f428"
}

.wn-fa-stream:before {
    content: "\f550"
}

.wn-fa-street-view:before {
    content: "\f21d"
}

.wn-fa-strikethrough:before {
    content: "\f0cc"
}

.wn-fa-stripe:before {
    content: "\f429"
}

.wn-fa-stripe-s:before {
    content: "\f42a"
}

.wn-fa-stroopwafel:before {
    content: "\f551"
}

.wn-fa-studiovinari:before {
    content: "\f3f8"
}

.wn-fa-stumbleupon:before {
    content: "\f1a4"
}

.wn-fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.wn-fa-subscript:before {
    content: "\f12c"
}

.wn-fa-subway:before {
    content: "\f239"
}

.wn-fa-suitcase:before {
    content: "\f0f2"
}

.wn-fa-sun:before {
    content: "\f185"
}

.wn-fa-superpowers:before {
    content: "\f2dd"
}

.wn-fa-superscript:before {
    content: "\f12b"
}

.wn-fa-supple:before {
    content: "\f3f9"
}

.wn-fa-sync:before {
    content: "\f021"
}

.wn-fa-sync-alt:before {
    content: "\f2f1"
}

.wn-fa-syringe:before {
    content: "\f48e"
}

.wn-fa-table:before {
    content: "\f0ce"
}

.wn-fa-table-tennis:before {
    content: "\f45d"
}

.wn-fa-tablet:before {
    content: "\f10a"
}

.wn-fa-tablet-alt:before {
    content: "\f3fa"
}

.wn-fa-tablets:before {
    content: "\f490"
}

.wn-fa-tachometer-alt:before {
    content: "\f3fd"
}

.wn-fa-tag:before {
    content: "\f02b"
}

.wn-fa-tags:before {
    content: "\f02c"
}

.wn-fa-tape:before {
    content: "\f4db"
}

.wn-fa-tasks:before {
    content: "\f0ae"
}

.wn-fa-taxi:before {
    content: "\f1ba"
}

.wn-fa-teamspeak:before {
    content: "\f4f9"
}

.wn-fa-telegram:before {
    content: "\f2c6"
}

.wn-fa-telegram-plane:before {
    content: "\f3fe"
}

.wn-fa-tencent-weibo:before {
    content: "\f1d5"
}

.wn-fa-terminal:before {
    content: "\f120"
}

.wn-fa-text-height:before {
    content: "\f034"
}

.wn-fa-text-width:before {
    content: "\f035"
}

.wn-fa-th:before {
    content: "\f00a"
}

.wn-fa-th-large:before {
    content: "\f009"
}

.wn-fa-th-list:before {
    content: "\f00b"
}

.wn-fa-themeisle:before {
    content: "\f2b2"
}

.wn-fa-thermometer:before {
    content: "\f491"
}

.wn-fa-thermometer-empty:before {
    content: "\f2cb"
}

.wn-fa-thermometer-full:before {
    content: "\f2c7"
}

.wn-fa-thermometer-half:before {
    content: "\f2c9"
}

.wn-fa-thermometer-quarter:before {
    content: "\f2ca"
}

.wn-fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.wn-fa-thumbs-down:before {
    content: "\f165"
}

.wn-fa-thumbs-up:before {
    content: "\f164"
}

.wn-fa-thumbtack:before {
    content: "\f08d"
}

.wn-fa-ticket-alt:before {
    content: "\f3ff"
}

.wn-fa-times:before {
    content: "\f00d"
}

.wn-fa-times-circle:before {
    content: "\f057"
}

.wn-fa-tint:before {
    content: "\f043"
}

.wn-fa-toggle-off:before {
    content: "\f204"
}

.wn-fa-toggle-on:before {
    content: "\f205"
}

.wn-fa-toolbox:before {
    content: "\f552"
}

.wn-fa-trade-federation:before {
    content: "\f513"
}

.wn-fa-trademark:before {
    content: "\f25c"
}

.wn-fa-train:before {
    content: "\f238"
}

.wn-fa-transgender:before {
    content: "\f224"
}

.wn-fa-transgender-alt:before {
    content: "\f225"
}

.wn-fa-trash:before {
    content: "\f1f8"
}

.wn-fa-trash-alt:before {
    content: "\f2ed"
}

.wn-fa-tree:before {
    content: "\f1bb"
}

.wn-fa-trello:before {
    content: "\f181"
}

.wn-fa-tripadvisor:before {
    content: "\f262"
}

.wn-fa-trophy:before {
    content: "\f091"
}

.wn-fa-truck:before {
    content: "\f0d1"
}

.wn-fa-truck-loading:before {
    content: "\f4de"
}

.wn-fa-truck-moving:before {
    content: "\f4df"
}

.wn-fa-tshirt:before {
    content: "\f553"
}

.wn-fa-tty:before {
    content: "\f1e4"
}

.wn-fa-tumblr:before {
    content: "\f173"
}

.wn-fa-tumblr-square:before {
    content: "\f174"
}

.wn-fa-tv:before {
    content: "\f26c"
}

.wn-fa-twitch:before {
    content: "\f1e8"
}

.wn-fa-twitter:before {
    content: "\f099"
}

.wn-fa-twitter-square:before {
    content: "\f081"
}

.wn-fa-typo3:before {
    content: "\f42b"
}

.wn-fa-uber:before {
    content: "\f402"
}

.wn-fa-uikit:before {
    content: "\f403"
}

.wn-fa-umbrella:before {
    content: "\f0e9"
}

.wn-fa-underline:before {
    content: "\f0cd"
}

.wn-fa-undo:before {
    content: "\f0e2"
}

.wn-fa-undo-alt:before {
    content: "\f2ea"
}

.wn-fa-uniregistry:before {
    content: "\f404"
}

.wn-fa-universal-access:before {
    content: "\f29a"
}

.wn-fa-university:before {
    content: "\f19c"
}

.wn-fa-unlink:before {
    content: "\f127"
}

.wn-fa-unlock:before {
    content: "\f09c"
}

.wn-fa-unlock-alt:before {
    content: "\f13e"
}

.wn-fa-untappd:before {
    content: "\f405"
}

.wn-fa-upload:before {
    content: "\f093"
}

.wn-fa-usb:before {
    content: "\f287"
}

.wn-fa-user:before {
    content: "\f007"
}

.wn-fa-user-alt:before {
    content: "\f406"
}

.wn-fa-user-alt-slash:before {
    content: "\f4fa"
}

.wn-fa-user-astronaut:before {
    content: "\f4fb"
}

.wn-fa-user-check:before {
    content: "\f4fc"
}

.wn-fa-user-circle:before {
    content: "\f2bd"
}

.wn-fa-user-clock:before {
    content: "\f4fd"
}

.wn-fa-user-cog:before {
    content: "\f4fe"
}

.wn-fa-user-edit:before {
    content: "\f4ff"
}

.wn-fa-user-friends:before {
    content: "\f500"
}

.wn-fa-user-graduate:before {
    content: "\f501"
}

.wn-fa-user-lock:before {
    content: "\f502"
}

.wn-fa-user-md:before {
    content: "\f0f0"
}

.wn-fa-user-minus:before {
    content: "\f503"
}

.wn-fa-user-ninja:before {
    content: "\f504"
}

.wn-fa-user-plus:before {
    content: "\f234"
}

.wn-fa-user-secret:before {
    content: "\f21b"
}

.wn-fa-user-shield:before {
    content: "\f505"
}

.wn-fa-user-slash:before {
    content: "\f506"
}

.wn-fa-user-tag:before {
    content: "\f507"
}

.wn-fa-user-tie:before {
    content: "\f508"
}

.wn-fa-user-times:before {
    content: "\f235"
}

.wn-fa-users:before {
    content: "\f0c0"
}

.wn-fa-users-cog:before {
    content: "\f509"
}

.wn-fa-ussunnah:before {
    content: "\f407"
}

.wn-fa-utensil-spoon:before {
    content: "\f2e5"
}

.wn-fa-utensils:before {
    content: "\f2e7"
}

.wn-fa-vaadin:before {
    content: "\f408"
}

.wn-fa-venus:before {
    content: "\f221"
}

.wn-fa-venus-double:before {
    content: "\f226"
}

.wn-fa-venus-mars:before {
    content: "\f228"
}

.wn-fa-viacoin:before {
    content: "\f237"
}

.wn-fa-viadeo:before {
    content: "\f2a9"
}

.wn-fa-viadeo-square:before {
    content: "\f2aa"
}

.wn-fa-vial:before {
    content: "\f492"
}

.wn-fa-vials:before {
    content: "\f493"
}

.wn-fa-viber:before {
    content: "\f409"
}

.wn-fa-video:before {
    content: "\f03d"
}

.wn-fa-video-slash:before {
    content: "\f4e2"
}

.wn-fa-vimeo:before {
    content: "\f40a"
}

.wn-fa-vimeo-square:before {
    content: "\f194"
}

.wn-fa-vimeo-v:before {
    content: "\f27d"
}

.wn-fa-vine:before {
    content: "\f1ca"
}

.wn-fa-vk:before {
    content: "\f189"
}

.wn-fa-vnv:before {
    content: "\f40b"
}

.wn-fa-volleyball-ball:before {
    content: "\f45f"
}

.wn-fa-volume-down:before {
    content: "\f027"
}

.wn-fa-volume-off:before {
    content: "\f026"
}

.wn-fa-volume-up:before {
    content: "\f028"
}

.wn-fa-vuejs:before {
    content: "\f41f"
}

.wn-fa-walking:before {
    content: "\f554"
}

.wn-fa-wallet:before {
    content: "\f555"
}

.wn-fa-warehouse:before {
    content: "\f494"
}

.wn-fa-weibo:before {
    content: "\f18a"
}

.wn-fa-weight:before {
    content: "\f496"
}

.wn-fa-weixin:before {
    content: "\f1d7"
}

.wn-fa-whatsapp:before {
    content: "\f232"
}

.wn-fa-whatsapp-square:before {
    content: "\f40c"
}

.wn-fa-wheelchair:before {
    content: "\f193"
}

.wn-fa-whmcs:before {
    content: "\f40d"
}

.wn-fa-wifi:before {
    content: "\f1eb"
}

.wn-fa-wikipedia-w:before {
    content: "\f266"
}

.wn-fa-window-close:before {
    content: "\f410"
}

.wn-fa-window-maximize:before {
    content: "\f2d0"
}

.wn-fa-window-minimize:before {
    content: "\f2d1"
}

.wn-fa-window-restore:before {
    content: "\f2d2"
}

.wn-fa-windows:before {
    content: "\f17a"
}

.wn-fa-wine-glass:before {
    content: "\f4e3"
}

.wn-fa-wolf-pack-battalion:before {
    content: "\f514"
}

.wn-fa-won-sign:before {
    content: "\f159"
}

.wn-fa-wordpress:before {
    content: "\f19a"
}

.wn-fa-wordpress-simple:before {
    content: "\f411"
}

.wn-fa-wpbeginner:before {
    content: "\f297"
}

.wn-fa-wpexplorer:before {
    content: "\f2de"
}

.wn-fa-wpforms:before {
    content: "\f298"
}

.wn-fa-wrench:before {
    content: "\f0ad"
}

.wn-fa-x-ray:before {
    content: "\f497"
}

.wn-fa-xbox:before {
    content: "\f412"
}

.wn-fa-xing:before {
    content: "\f168"
}

.wn-fa-xing-square:before {
    content: "\f169"
}

.wn-fa-y-combinator:before {
    content: "\f23b"
}

.wn-fa-yahoo:before {
    content: "\f19e"
}

.wn-fa-yandex:before {
    content: "\f413"
}

.wn-fa-yandex-international:before {
    content: "\f414"
}

.wn-fa-yelp:before {
    content: "\f1e9"
}

.wn-fa-yen-sign:before {
    content: "\f157"
}

.wn-fa-yoast:before {
    content: "\f2b1"
}

.wn-fa-youtube:before {
    content: "\f167"
}

.wn-fa-youtube-square:before {
    content: "\f431" !important
}
#scroll-top a {
    transition: all .3s ease;
    padding: 3px 0 0;
    border-radius: 0;
    background: #000;
    position: fixed;
    bottom: 48px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 32px;
    display: none;
    box-shadow: 0 5px 23px -3px rgba(0, 0, 0, 0.5);
    opacity: 0.89;
    filter: alpha(opacity=89);
    z-index: 9999;
}

#scroll-top a i {
    font-size: 26px;
    color: #fff;
}

@media(max-width: 767px) {
    .disable-in-mobile {
        display: none;
    }
}

#scroll-top a:hover {
    background-color: #437df9;
    cursor: pointer;
}
.w-modal {
	width: initial;
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 50px;
}

.w-modal div.wpcf7 {
	padding: 0 30px 35px;
	clear: both;
	overflow: hidden;
}

.modal-title {
	color: #fff;
	background-color: #437df9;
	padding: 20px;
	display: block;
	font-weight: 600;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.w-modal .wpcf7 .wpcf7-form p {
	font-size: 13px;
	color: #8a8a8a;
	padding-bottom: 6px;
}

.w-modal .wpcf7 .wpcf7-form input[type=submit],
.w-modal .wpcf7 .wpcf7-form input[type=reset],
.w-modal .wpcf7 .wpcf7-form input[type=button] {
	font-weight: 700;
	text-transform: uppercase;
	border-radius: 1px;
	padding: 15px 25px;
	margin-bottom: 10px;
}

/* Contact Page */
.wpcf7 .deep-contact input[type="text"],
.wpcf7 .deep-contact [type="email"] {
	line-height: 19px;
	background-color: #f2f2f2;
	box-shadow: none;
	color: #73736b;
	padding: 13px 24px 10px 24px;
	font-size: 12px;
	border: 0;
	border-radius: 2px;
	font-weight: 400;
}

.wpcf7 .deep-contact div {
	padding-bottom: 4px;
}

.wpcf7 .deep-contact .w-contact-txt textarea {
	min-height: 255px;
	box-shadow: none;
	font-size: 12px;
	color: #73736b;
	padding: 10px 24px 0 24px;
	border: 0;
	border-radius: 2px;
	font-weight: 400;
}

.wpcf7 .deep-contact .w-contact-txt textarea:focus {
	background-color: #f0f0f0;
}

.wpcf7 .deep-contact input[type=text]::-webkit-input-placeholder {
	color: #73736b;
}

.wpcf7 .deep-contact input[type=text]:-moz-placeholder {
	color: #73736b;
}

.wpcf7 .deep-contact input[type=text]::-moz-placeholder {
	color: #73736b;
}

.wpcf7 .deep-contact input[type=text]:-ms-input-placeholder {
	color: #73736b;
}

.wpcf7 .deep-contact input[type=email]::-webkit-input-placeholder {
	color: #73736b;
}

.wpcf7 .deep-contact input[type=email]:-moz-placeholder {
	color: #73736b;
}

.wpcf7 .deep-contact input[type=email]::-moz-placeholder {
	color: #73736b;
}

.wpcf7 .deep-contact input[type=email]:-ms-input-placeholder {
	color: #73736b;
}

.wpcf7 .deep-contact textarea::-webkit-input-placeholder {
	color: #73736b;
}

.wpcf7 .deep-contact textarea:-moz-placeholder {
	color: #73736b;
}

.wpcf7 .deep-contact textarea::-moz-placeholder {
	color: #73736b;
}

.wpcf7 .deep-contact textarea:-ms-input-placeholder {
	color: #73736b;
}

.wpcf7 .deep-contact .w-contact-submit input[type=submit] {
	background-color: #437df9;
	padding: 21px 28px 18px 28px;
	margin-top: 19px;
	font-weight: 400;
	letter-spacing: 0.3px;
}

/* Contact Info */
.w-contact-info article h4 {
	font-size: 16px;
	font-weight: 700;
	color: #31312c;
}

.w-contact-info article p {
	font-size: 15px;
	color: #8a8a84;
	padding-top: 4px;
	padding-top: 20px;
}

/*  #Contact form
=====================================*/

.discover-contact-form {
	overflow: hidden;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wn-cnform label {
	opacity: 1;
	left: 0;
	top: 28px;
	position: relative;
	transition: all .3s ease;
	color: #8c8c8c;
	font-size: 19px;
	font-weight: 300;
	margin-top: 20px;
}

.w-modal .wn-cnform .wpcf7-form-control {
	border: none;
	box-shadow: none;
}

#wrap .wn-cnform select,
#wrap .wn-cnform input[type=date] {
	border-top: 0;
	border-right: 0;
	border-left: 0;
	margin-bottom: 0;
	box-shadow: none;
}

#wrap .wn-cnform input[type=date] {
	padding-top: 16px;
}

.wn-cnform label {
	background: #fff;
	z-index: 8;
	display: inline-block;
}

#wrap .wn-cnform input[type="text"],
#wrap .wn-cnform input[type="email"],
#wrap .wn-cnform textarea {
	padding: 0;
	padding: 10px 0 15px;
	border: 0;
	border-bottom: 1px solid #e3e3e3;
	box-shadow: none;
	background: none;
}

.wn-cnform.wn-active label {
	opacity: 1;
	left: 0px;
	top: 0;
	transition: all .3s ease;
}

.wn-btn-cf {
	display: inline-block;
	text-align: center;
	margin-top: 40px;
}

#wrap .wn-btn-cf input[type="submit"] {
	border-radius: 0;
	padding: 23px 42px 22px;
	letter-spacing: 2px;
}

.wn-cnform,
.wn-cnform.wn-active {
	position: relative;
}

.wn-cnform:after {
	content: "";
	height: 1px;
	width: 0;
	position: absolute;
	left: 0;
	transition: all .3s ease;
}

#wrap .wn-cnform.wn-active input[type="text"],
#wrap .wn-cnform.wn-active input[type="email"],
#wrap .wn-cnform.wn-active textarea {
	border-color: transparent;
	transition: border .7s ease;
}

.wn-cnform.wn-active:after {
	content: "";
	height: 1px;
	width: 100%;
	background: #292929;
}

[class*="col-"].wn-cnform:after {
	left: 15px;
}

[class*="col-"].wn-cnform.wn-active:after {
	width: calc(100% - 30px);
}

.wn-cnform.wn-mssg {
	margin-top: 40px;
	position: relative;
}

.wn-cnform.wn-mssg.wn-active:after {
	width: 100%;
}

#wrap .wn-cnform.wn-active input[type="text"]::-webkit-input-placeholder {
	opacity: 0;
}

#wrap .wn-cnform.wn-active input[type="email"]::-webkit-input-placeholder {
	opacity: 0;
}

#wrap .wn-cnform.wn-active textarea::-webkit-input-placeholder {
	opacity: 0;
}

#wrap .wn-cnform.wn-active input[type="text"]::-moz-placeholder {
	opacity: 0;
}

#wrap .wn-cnform.wn-active input[type="email"]::-moz-placeholder {
	opacity: 0;
}

#wrap .wn-cnform.wn-active textarea::-moz-placeholder {
	opacity: 0;
}

#wrap .wn-cnform.wn-active input[type="text"]::-ms-input-placeholder {
	opacity: 0;
}

#wrap .wn-cnform.wn-active input[type="email"]::-ms-input-placeholder {
	opacity: 0;
}

#wrap .wn-cnform.wn-active textarea::-ms-input-placeholder {
	opacity: 0;
}

#wrap .wn-cnform input[type="text"]::-webkit-input-placeholder {
	opacity: 0;
}

#wrap .wn-cnform input[type="email"]::-webkit-input-placeholder {
	opacity: 0;
}

#wrap .wn-cnform textarea::-webkit-input-placeholder {
	opacity: 0;
}

#wrap .wn-cnform input[type="text"]::-moz-placeholder {
	opacity: 0;
}

#wrap .wn-cnform input[type="email"]::-moz-placeholder {
	opacity: 0;
}

#wrap .wn-cnform textarea::-moz-placeholder {
	opacity: 0;
}

#wrap .wn-cnform input[type="text"]::-ms-input-placeholder {
	opacity: 0;
}

#wrap .wn-cnform input[type="email"]::-ms-input-placeholder {
	opacity: 0;
}

#wrap .wn-cnform textarea::-ms-input-placeholder {
	opacity: 0;
}

#wrap .wn-cnform input[type="text"]::-webkit-input-placeholder {
	color: #8c8c8c;
	font-size: 19px;
}

#wrap .wn-cnform input[type="email"]::-webkit-input-placeholder {
	color: #8c8c8c;
	font-size: 19px;
}

#wrap .wn-cnform textarea::-webkit-input-placeholder {
	color: #8c8c8c;
	font-size: 19px;
}

#wrap .wn-cnform input[type="text"]::-moz-placeholder {
	color: #8c8c8c;
	font-size: 19px;
}

#wrap .wn-cnform input[type="email"]::-moz-placeholder {
	color: #8c8c8c;
	font-size: 19px;
}

#wrap .wn-cnform textarea::-moz-placeholder {
	color: #8c8c8c;
	font-size: 19px;
}

#wrap .wn-cnform input[type="text"]::-ms-input-placeholder {
	color: #8c8c8c;
	font-size: 19px;
}

#wrap .wn-cnform input[type="email"]::-ms-input-placeholder {
	color: #8c8c8c;
	font-size: 19px;
}

#wrap .wn-cnform textarea::-ms-input-placeholder {
	color: #8c8c8c;
	font-size: 19px;
}

@media(max-width:480px) {
	#wrap .wn-btn-cf input[type="submit"] {
		font-size: 13px;
		padding: 20px 10px;
	}
}


/*  # construction-contact-form
=============================*/

#wrap .construction-contact-form .wn-conform-left {
	padding-left: 0;
}

#wrap .construction-contact-form input[type="text"],
#wrap .construction-contact-form input[type="email"],
#wrap .construction-contact-form textarea {
	padding: 40px;
	border: 1px solid #e6e6e6;
	box-shadow: none;
	background: none;
	margin-bottom: 15px;
}

#wrap .construction-contact-form textarea {
	height: 200px;
}

#wrap .construction-contact-form .wn-conform label {
	display: none;
}

#wrap .construction-contact-form .wn-btn-conform input[type="submit"] {
	width: 100%;
	border: 0;
	border-radius: 0;
	padding: 27px 42px;
	margin-top: 30px;
	font-size: 15px;
	letter-spacing: 2px;
}

#wrap .construction-contact-form .wn-conform.wn-active input[type="text"],
#wrap .construction-contact-form .wn-conform.wn-active input[type="email"],
#wrap .construction-contact-form .wn-conform.wn-active textarea {
	border-color: transparent;
	transition: border .7s ease;
}

#wrap .construction-contact-form input[type="text"]::-webkit-input-placeholder {
	font-size: 19px;
	color: #1d1d1b;
}

#wrap .construction-contact-form input[type="email"]::-webkit-input-placeholder {
	font-size: 19px;
	color: #1d1d1b;
}

#wrap .construction-contact-form textarea::-webkit-input-placeholder {
	font-size: 19px;
	color: #1d1d1b;
}

#wrap .construction-contact-form .wn-conform.wn-active input[type="text"]::-webkit-input-placeholder {
	opacity: 0;
}

#wrap .construction-contact-form .wn-conform.wn-active input[type="email"]::-webkit-input-placeholder {
	opacity: 0;
}

#wrap .construction-contact-form .wn-conform.wn-active textarea::-webkit-input-placeholder {
	opacity: 0;
}

@media(max-width:767px) {
	.construction-contact-form .wn-conform-right {
		padding-left: 0;
	}
}

/* coming soon 1 contact form */

.wpcf7 .wpcf7-form .wn-coming-soon-1 input:not(.wpcf7-submit),
.wpcf7 .wpcf7-form .wn-coming-soon-1 textarea,
.wpcf7 .wpcf7-form .wn-coming-soon-1 select {
	margin-bottom: 0;
	border-radius: 2px;
	font-weight: 500;
	text-transform: uppercase;
	color: #333;
	padding: 17px 20px 16px;
	font-family: inherit;
}

.wpcf7 .wpcf7-form .wn-coming-soon-1 input::-webkit-input-placeholder {
	color: #333;
	font-weight: 500;
}

.wpcf7 .wpcf7-form .wn-coming-soon-1 input:-moz-placeholder {
	color: #333;
	font-weight: 500;
}

.wpcf7 .wpcf7-form .wn-coming-soon-1 input::-moz-placeholder {
	color: #333;
	font-weight: 500;
}

.wpcf7 .wpcf7-form .wn-coming-soon-1 input:-ms-input-placeholder {
	color: #333;
	font-weight: 500;
}

.wpcf7 .wpcf7-form .wn-coming-soon-1 textarea::-webkit-input-placeholder {
	color: #333;
	font-weight: 500;
}

.wpcf7 .wpcf7-form .wn-coming-soon-1 textarea:-moz-placeholder {
	color: #333;
	font-weight: 500;
}

.wpcf7 .wpcf7-form .wn-coming-soon-1 textarea::-moz-placeholder {
	color: #333;
	font-weight: 500;
}

.wpcf7 .wpcf7-form .wn-coming-soon-1 textarea:-ms-input-placeholder {
	color: #333;
	font-weight: 500;
}

.wpcf7 .wpcf7-form .wn-coming-soon-1 .col-md-12 {
	text-align: center;
}

.wpcf7 .wpcf7-form .wn-coming-soon-1 .col-md-12 input[type="submit"] {
	padding: 18px 42px;
	border-radius: 3px;
	font-size: 12px;
	margin: 0;
	margin-top: 14px;
}

/* Contact form 7 rang slider */
.wpcf7 .ui-slider-handle::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	margin-left: 3px;
	margin-top: 2px;
	background: #1E69B8;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	width: 20px;
	height: 20px;
	background-image: linear-gradient(120deg, #3cba91 0%, #4ed360 50%, #53db53 100%) !important;
}

.wpcf7 .ui-widget-header {
	border: none;
	font-weight: bold;
	background-image: linear-gradient(90deg, #3cba91 0%, #4ed360 50%, #53db53 100%) !important;
}

.wpcf7 .ui-slider:before {
	width: 20px;
	height: 20px;
	top: -8px;
	background-image: linear-gradient(120deg, #3cba91 0%, #4ed360 50%, #53db53 100%) !important;
	content: '';
	z-index: 999999;
	position: absolute;
	border-radius: 50%;
	left: -7px;
}

.wpcf7 .ui-widget-content {
	border: none;
	height: 4px;
	background: #f2f2f2;
}

.wpcf7 .ui-slider .ui-slider-handle {
	border: none;
	background: transparent;
}

.wpcf7 .ui-slider-handle .slider-tooltip::after {
	content: "";
	border-color: none;
	border-style: none;
	border-width: none;
	right: 0;
	display: block;
	height: 48px;
	width: 48px;
	border-radius: 50% 50% 0;
	background: #009688;
	position: absolute;
	bottom: -8px;
	left: -3px;
	z-index: -1;
	border: 0 none;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.wpcf7 .ui-slider-handle .slider-tooltip {
	background: transparent;
	top: -60px !important;
}
.wpa-ld button span.screen-reader, .longdesc-link span.screen-reader,
.wpa-hide-ltr#skiplinks a, .wpa-hide-ltr#skiplinks a:hover, .wpa-hide-ltr#skiplinks a:visited,
.wpa-hide-rtl#skiplinks a, .wpa-hide-rtl#skiplinks a:hover, .wpa-hide-rtl#skiplinks a:visited {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.wpa-hide-ltr#skiplinks a:focus,
.wpa-hide-rtl#skiplinks a:focus {
	background-color: #eee;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.wpa-alt,
.wpa-ld {
	display: inline-block;
	position: relative;
}

.post-thumbnail .wpa-alt,
.post-thumbnail .wpa-ld {
	display: block;
}

/* basic support for themes that don't define alignleft and alignright for non-image elements. */
div.alignleft.wpa-alt,
div.alignleft.wpa-ld {
	float: left;
}

div.alignright.wpa-alt,
div.alignright.wpa-ld {
	float: right;
}

div.aligncenter.wpa-alt,
div.aligncenter.wpa-ld {
	display: block;
	margin: 0 auto;
	width: fit-content;
}

.wpa-focusable:focus {
	outline: 1px solid;
	outline-offset: 1px;
}

.wpa-ld .longdesc {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	overflow-y: scroll;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .92);
	color: #111;
	padding: 46px 1rem 1rem;
	text-align: start;
}

.wpa-ld .longdesc,
.wpa-ld .longdesc p {
	font-size: clamp( 16px, 1rem, 24px );
}

.wpa-ld .longdesc-link {
	position: absolute;
	display: inline-block;
	right: 3px;
	bottom: 3px;
	color: #000;
	background: rgba(255, 255, 255, .92);
	font-size: clamp( 14px, .875rem, 20px );
	padding: 2px;
	border-radius: 3px;
}

.wpa-alt .wpa-alt-text {
	position: absolute;
	width: calc( 100% - 2em );
	height: fit-content;
	bottom: 0;
	box-sizing: border-box;
	background: rgba(255, 255, 255, .92);
	padding: 1rem;
	margin: 1rem;
	border-radius: 15px;
	box-shadow: 0 0 6px #333;
	text-align: start;
	z-index: 10;
	font-size: clamp( 16px, 1rem, 24px );
	line-height: 1.5;
	color: #111;
}

.top-right .wpa-alt .wpa-alt-text,
.top-left .wpa-alt .wpa-alt-text {
	bottom: auto;
	top: 0;
	margin-top: 2.5em;
}

.rtl .wpa-alt .wpa-alt-text,
.rtl .wpa-ld .longdesc {
	text-align: right;
}

.template-longdesc {
	text-align: left;
	line-height: 1.5;
	width: 100%;
	max-width: 50em;
	padding: 2em;
	margin: 1em auto;
	background: #fdfdfd;
	color: #333;
	box-shadow: 0 0 5px;
	font-size: 1.4em;
}

label.wpa-screen-reader-text {
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

.wpa-content-summary {
	padding: 30px;
	background: rgba( 0,0,0,.05 );
	margin-bottom: 30px;
}

.wpa-content-summary div p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}

.wpa-excerpt .wp-block-read-more,
.wpa-excerpt .wp-block-post-excerpt__more-text {
	display: none !important;
}

.wpa-excerpt .wp-block-post-excerpt .continue {
	margin-top: 1rem;
	display: block;
}

.wpa-alt button.wpa-toggle, .wpa-alt a.wpa-toggle,
.wpa-ld button.wpa-toggle, .wpa-ld a.wpa-toggle,
button.wpa-video {
	all: unset;
	background: #111;
	display: block;
	color: #fff;
	border-radius: 32px !important;
	height: 28px !important;
	width: 28px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	position: absolute !important;
	z-index: 10;
	padding: 4px !important;
	border: 1px solid currentColor !important;
}

.wpa-alt button {
	font-family: monospace !important;
	font-size: clamp( 14px,.875rem,20px ) !important;
}

.wpa-alt button.wpa-toggle:active,
.wpa-ld button.wpa-toggle:active {
	background: #f6f6f6;
	color: #111;
}

.wpa-ld button.wpa-toggle,
.wpa-alt button.wpa-toggle,
button.wpa-video {
	top: 4px;
	left: 4px;
}

.wpa-ld button.wpa-toggle:focus, .wpa-ld button.wpa-toggle:hover,
.wpa-alt button.wpa-toggle:focus, .wpa-alt button.wpa-toggle:hover,
button.wpa-video:hover,
button.wpa-video:focus {
	outline: 2px solid currentColor;
	outline-offset: 1px;
}

button.wpa-video[aria-pressed=true] .dashicons::before {
	content: "\f522" / '';
}

.wpa-alt button.wpa-toggle[aria-expanded=true],
.wpa-ld button.wpa-toggle[aria-expanded=true] {
	color: #111;
	background: #f6f6f6;
}

.wpa-alt button:focus, .wpa-alt button:hover,
.wpa-ld button:focus, .wpa-ld button:hover {
	cursor: pointer;
}

.top-left .wpa-alt a.wpa-toggle, .top-left .wpa-alt button.wpa-toggle,
.top-left .wpa-ld a.wpa-toggle, .top-left .wpa-ld button.wpa-toggle {
	top: 4px;
	bottom: auto;
}

.top-right .wpa-alt a.wpa-toggle, .top-right .wpa-alt button.wpa-toggle,
.top-right .wpa-ld a.wpa-toggle, .top-right .wpa-ld button.wpa-toggle {
	top: 4px;
	right: 4px;
	left: auto;
	bottom: auto;
}

.bottom-right .wpa-alt a.wpa-toggle, .bottom-right .wpa-alt button.wpa-toggle,
.bottom-right .wpa-ld a.wpa-toggle, .bottom-right .wpa-ld button.wpa-toggle {
	right: 4px;
	left: auto;
}

.wpa-alt .wpa-ld button {
	left: 46px;
}

.top-right .wpa-alt .wpa-ld button,
.bottom-right .wpa-alt .wpa-ld button {
	left: auto;
	right: 46px;
}
:root { --admin-bar-top : 7px; }
#wrap .w-next-article {
    text-align: right;
    position: relative;
    padding-right: 59px;
}

#wrap .w-prev-article {
    text-align: left;
    position: relative;
    padding-left: 59px;
}

.next-prev-posts {
    padding: 12px 0;
    margin-top: 10px;
    clear: both;
    min-height: 50px;
}

.next-prev-posts a {
    padding: 9px 20px;
    background: #f8f8f8;
    border: 1px solid #ddd;
    border-radius: 50px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
}

.next-prev-posts a i {
    vertical-align: middle;
}

.next-prev-posts a.next-post {
    float: right;
}

.w-next-article,
.w-prev-article {
    margin-top: 30px;
    margin-bottom: 30px;
}

.w-next-article a,
.w-prev-article a {
    font-weight: 400;
    color: #616161;
    transition: all .3s ease;
}

.w-next-article a:hover,
.w-prev-article a:hover {
    color: #437df9
}

.w-next-article strong,
.w-prev-article strong {
    display: block;
    font-weight: 400;
}

.w-prev-article span,
.w-next-article span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: -7px
}

.w-next-article span {
    display: block;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.w-next-article:hover a,
.w-prev-article:hover a {
    color: #437df9;
}

.w-next-article i,
.w-prev-article i {
    position: absolute;
    top: 49%;
    transform: translate(0, -49%);
    -webkit-transform: translate(0, -49%);
    font-size: 40px;
    transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    color: #212121;
}

.w-next-article i {
    right: 0px;
}

.w-prev-article i {
    left: 0px;
}

.w-next-article:hover i,
.w-prev-article:hover i {
    color: #437df9;
}

.w-next-article svg, .w-prev-article svg {
    width: 62%;
}
/*!
Theme Name: Deep
Theme URI: https://webnus.net/deep-wordpress-theme/
Author: WEBNUS
Author URI: https://webnus.net
Description: Deep is a fast and fully customizable WordPress theme that also boasts a significant beauty with its modern and minimal design. It is created by professional and experienced developers to offer unparalleled speed. Deep WordPress theme has more than 130+ templates and demos (28 in Free) ready for your artistic touch. Its numerous demos are all fully customizable with Elementor and Visual Composer; just pick whichever suits you best. Whether it’s a blog website you are trying to create, a personal portfolio, or indeed a big business website, Deep is there for you and for any kind of website you wish to make. Our dedicated team spends all its time designing, developing, maintaining, and supporting the theme and its users. With Deep on your hands and Webnus support team at your back, you can conquer the world of WordPress websites.
Version: 1.0.6
Requires at least: 5.0
Tested up to: 5.7.1
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: deep
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
Domain Path: /languages

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

deep is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
.chaty *,.chaty-chat-view *,.chaty-outer-forms *{box-sizing:border-box}.chaty-agent-data,.chaty-whatsapp-field input[type=text],.chaty-whatsapp-message,.chaty-whatsapp-message p{font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif}.chaty-agent-header,.chaty-channel,.chaty-channels,.chaty-form-body,.chaty-tooltip{position:relative}.chaty-tooltip .on-hover-text,.chaty-tooltip .on-hover-text:before,.chaty-tooltip:after,.chaty-tooltip:before{text-transform:none;font-size:.9em;line-height:1;user-select:none;pointer-events:none;position:absolute;display:none;opacity:0}.chaty-i-trigger .chaty-tooltip .on-hover-text,.chaty-i-trigger .chaty-tooltip .on-hover-text:before,.chaty-i-trigger .chaty-tooltip:after,.chaty-tooltip:before{pointer-events:auto}.on-hover-text p{white-space:nowrap;font-size:unset;line-height:unset;letter-spacing:inherit;font-weight:400}.on-hover-text{font-weight:400;display:none}.on-hover-text img.emoji{max-width:none}.chaty-tooltip .on-hover-text:before,.chaty-tooltip:before{content:"";border:5px solid transparent;z-index:1001}.chaty-tooltip:after{content:attr(data-hover)}.chaty-tooltip .on-hover-text,.chaty-tooltip:after{text-align:center;min-width:1em;max-width:21em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px 15px;border-radius:10px;background:#fff;color:#333;z-index:1000;box-shadow:0 1.93465px 7.73859px rgb(0 0 0 / 15%);font-size:17px;line-height:21px}.chaty-animation-shockwave:after,.chaty-animation-shockwave:before{content:"";border-radius:50%;position:absolute;top:0;right:0;bottom:0}.chaty-tooltip .on-hover-text{overflow:visible;white-space:pre}.chaty-tooltip.active .on-hover-text,.chaty-tooltip.active .on-hover-text:before,.chaty-tooltip.active:after,.chaty-tooltip.active:before,.chaty-tooltip:hover .on-hover-text,.chaty-tooltip:hover .on-hover-text:before,.chaty-tooltip:hover:after,.chaty-tooltip:hover:before{display:block;opacity:1}.chaty-tooltip.active .on-hover-text,.chaty-tooltip.active .on-hover-text:before,.chaty-tooltip.active:after,.chaty-tooltip.active:before,.chaty-tooltip.pos-left:hover .on-hover-text,.chaty-tooltip.pos-left:hover .on-hover-text:before,.chaty-tooltip.pos-left:hover:after,.chaty-tooltip.pos-left:hover:before,.chaty-tooltip.pos-right:hover .on-hover-text,.chaty-tooltip.pos-right:hover .on-hover-text:before,.chaty-tooltip.pos-right:hover:after,.chaty-tooltip.pos-right:hover:before{animation:ease-out forwards tooltips-horz}.chaty-tooltip.has-on-hover:after,.chaty-tooltip.has-on-hover:before,.chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,.chaty-widget .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:after,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip:before,.chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger,.on-hover-text:empty,[data-hover=""]:after,[data-hover=""]:before{display:none!important}.chaty-tooltip.pos-top .on-hover-text:before,.chaty-tooltip.pos-top:before{border-bottom-width:0;border-top-color:#fff;bottom:calc(100% + 5px)}.chaty-tooltip.pos-top .on-hover-text:after,.chaty-tooltip.pos-top:after{bottom:calc(100% + 10px)}.chaty-tooltip.pos-top .on-hover-text,.chaty-tooltip.pos-top:after,.chaty-tooltip.pos-top:before{left:50%;transform:translate(-50%,-.5em)}.chaty-tooltip.pos-down:before{top:100%;border-top-width:0;border-bottom-color:#fff}.chaty-tooltip.pos-down:after{top:calc(100% + 5px)}.chaty-tooltip.pos-down:after,.chaty-tooltip.pos-down:before{left:50%;transform:translate(-50%,.5em)}.chaty-tooltip.pos-left .on-hover-text:before,.chaty-tooltip.pos-left:before{top:50%;border-right-width:0;border-left-color:#fff;left:calc(0em - 10px);transform:translate(-.5em,-50%)}.chaty-tooltip.pos-left .on-hover-text:before{left:auto;right:calc(0em - 5px)}.chaty-tooltip.pos-left .on-hover-text,.chaty-tooltip.pos-left:after{top:50%;right:calc(100% + 10px);transform:translate(-.5em,-50%)}.chaty-tooltip.pos-right .on-hover-text:before,.chaty-tooltip.pos-right:before{top:50%;border-left-width:0;border-right-color:#fff;right:calc(0em - 10px);transform:translate(.5em,-50%)}.chaty-tooltip.pos-right .on-hover-text:before{left:calc(0em - 5px);right:auto}.chaty-tooltip.pos-right .on-hover-text,.chaty-tooltip.pos-right:after{top:50%;left:calc(100% + 10px);transform:translate(.5em,-50%)}@keyframes tooltips-vert{to{opacity:1;transform:translate(-50%,0)}}@keyframes tooltips-horz{to{opacity:1;transform:translate(0,-50%)}}.chaty-tooltip.pos-down:hover:after,.chaty-tooltip.pos-down:hover:before,.chaty-tooltip.pos-top:hover:after,.chaty-tooltip.pos-top:hover:before{animation:ease-out forwards tooltips-vert}@-webkit-keyframes chaty-animation-shockwave{0%{transform:scale(1);box-shadow:0 0 2px rgba(0,0,0,.3),inset 0 0 1px rgba(0,0,0,.3)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}100%{transform:scale(2.25)}}@keyframes chaty-animation-shockwave{0%{transform:scale(1);box-shadow:0 0 2px rgba(0,0,0,.3),inset 0 0 1px rgba(0,0,0,.3)}95%{box-shadow:0 0 50px transparent,inset 0 0 30px transparent}100%{transform:scale(2.25)}}@-webkit-keyframes chaty-animation-blink{0%,100%{opacity:1}20%{opacity:.5}}@keyframes chaty-animation-blink{0%,100%{opacity:1}20%{opacity:.5}}@-webkit-keyframes chaty-animation-pulse{0%{transform:scale(1);box-shadow:0 2px 2px rgba(0,0,0,.2);border-radius:50%}100%{transform:scale(1.1);box-shadow:0 2px 2px rgba(0,0,0,.2);border-radius:45%}}@keyframes chaty-animation-pulse{0%{transform:scale(1);border-radius:50%}100%{transform:scale(1.1);border-radius:45%}}.chaty-animation-shockwave:after{left:0;-webkit-animation:2s ease-out 1.3s infinite chaty-animation-shockwave;animation:2s ease-out 1.3s infinite chaty-animation-shockwave}.chaty-animation-shockwave:before{left:0;-webkit-animation:2s ease-out .8s infinite chaty-animation-shockwave;animation:2s ease-out .8s infinite chaty-animation-shockwave}.chaty-animation-blink{-webkit-animation:1.33s ease-out infinite chaty-animation-blink;animation:1.33s ease-out infinite chaty-animation-blink}.chaty-animation-pulse,.chaty-animation-pulse-icon{-webkit-animation:.4s infinite alternate chaty-animation-pulse;animation:.4s infinite alternate chaty-animation-pulse}.chaty-animation-sheen{position:relative;overflow:hidden}.chaty-animation-sheen:after{animation:5s infinite chaty-animation-sheen;content:'';position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.5) 50%,transparent);transform:rotateZ(60deg) translate(0,5em)}@keyframes chaty-animation-sheen{100%,20%{transform:rotateZ(60deg) translate(0,-80px)}}.chaty-animation-fade{animation:5s infinite chaty-animation-fade}.chaty-animation-spin{animation:5s cubic-bezier(.56,-.35,.22,1.5) infinite chaty-animation-spin}@keyframes chaty-animation-fade{15%,5%{opacity:.25}10%,100%,20%{opacity:1}}@keyframes chaty-animation-spin{10%{transform:rotateZ(-20deg);animation-timing-function:ease}100%,20%{transform:rotateZ(360deg)}}.chaty-animation-bounce,.chaty-animation-jump{animation:5s cubic-bezier(.84,-.54,.31,1.19) infinite chaty-animation-bounce}@keyframes chaty-animation-bounce{0%,100%,20%{transform:none}10%{transform:translateY(-1em)}}@keyframes chaty-animation-waggle{0%{transform:none}10%{transform:rotateZ(-20deg) scale(1.2)}13%{transform:rotateZ(25deg) scale(1.2)}15%{transform:rotateZ(-15deg) scale(1.2)}17%{transform:rotateZ(15deg) scale(1.2)}20%{transform:rotateZ(-12deg) scale(1.2)}22%{transform:rotateZ(0) scale(1.2)}100%,24%{transform:rotateZ(0) scale(1)}}.chaty-animation-waggle{animation:5s infinite chaty-animation-waggle}.chaty-animation-floating{-webkit-animation:chaty-animation-floating 3s ease infinite;animation:chaty-animation-floating 3s ease infinite}@keyframes chaty-animation-floating{0%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}50%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.chaty{display:none;z-index:99999}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip.chaty-tooltip:hover:after,.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close.chaty-tooltip:hover:before,.chaty.active,.chaty.form-open .chaty-widget.cssas-no-close-button.default-open .chaty-i-trigger{display:block!important}.chaty *{margin:0;padding:0}.chaty .sr-only,.chaty-outer-forms .sr-only,.hide-cht-svg-bg{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;border:0!important;outline:0!important}.chaty a,.chaty a:focus,.chaty a:hover,.chaty button{border:none;text-decoration:none;outline:0;box-shadow:none}.chaty-widget{position:fixed;bottom:25px;right:25px;z-index:10001}.chaty-widget.left-position{left:25px;right:auto}.chaty-channel-list{display:flex;width:62px;height:124px;position:absolute;bottom:-4px;right:0;flex-direction:column;align-items:flex-start;pointer-events:none}.chaty-widget.left-position .chaty-channel-list{left:0;right:auto}.chaty-widget.chaty-open .chaty-channel-list,.chaty-widget.has-single .chaty-i-trigger .Phone-channel:after,.chaty-widget.has-single .chaty-i-trigger .Phone-channel:before{pointer-events:auto}.chaty-channel-list .chaty-channel,.chaty-channel.single .chaty-svg{display:inline-block;width:54px;height:54px;border-radius:50%;margin:4px;cursor:pointer;box-shadow:0 16px 24px 0 rgb(73 104 126 / 16%)}.chaty-channel-list .chaty-channel{position:absolute;bottom:0;opacity:0;transition:.5s;-webkit-transition:.5s}.chaty-channel.single .chaty-svg{margin:0}.chaty-widget.chaty-open .chaty-channel-list .chaty-channel{opacity:1}.chaty-channel a,.chaty-channel button,.chaty-svg{display:block;width:54px;height:54px;border-radius:50%;cursor:pointer;position:relative;outline:0;min-width:unset}* .chaty-channel button{min-width:unset;max-width:unset}.chaty-channel button{background:0 0;border-radius:50%}.chaty-channel a .chaty-custom-icon,.chaty-channel button .chaty-custom-icon,.chaty-svg .chaty-custom-icon{width:54px;height:54px;border-radius:50%;text-align:center;font-size:27px;line-height:54px;color:#fff}.chaty-channel a:focus,.chaty-channel button:focus,.chaty-contact-form-box button.chaty-submit-button{outline:0}.chaty-contact-form-box button.chaty-submit-button:disabled .chaty-loader{display:inline-block}.chaty-agent-icon svg,.chaty-channel svg,.chaty-view-channels .chaty-channel span svg{width:100%;height:100%}.chaty-channel img{width:54px;height:54px;object-fit:cover;border-radius:50%}.chaty-i-trigger .chaty-channel{position:absolute;bottom:0;right:4px;transition:.5s;border-radius:50%;cursor:pointer}.chaty-cta-button{transition:.5s;box-shadow:0 16px 24px 0 rgb(73 104 126 / 16%);border-radius:50%}.chaty-widget.left-position .chaty-i-trigger .chaty-channel{left:4px;right:auto}.chaty-widget .chaty-cta-main .chaty-cta-button{z-index:1099;opacity:1;position:relative}.chaty-widget.chaty-open .chaty-cta-main .chaty-cta-button{z-index:999;opacity:0;transform:rotate(540deg);visibility:hidden}.chaty-widget .chaty-i-trigger .chaty-cta-close{pointer-events:none}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close{pointer-events:auto;z-index:101}.chaty-widget .chaty-i-trigger .chaty-cta-close .chaty-cta-button{z-index:999;opacity:0;visibility:hidden}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-close .chaty-cta-button{z-index:1099;opacity:1;transform:rotate(180deg);visibility:visible}.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip{z-index:91}.chaty-channel button.open-chaty-channel,.chaty-widget.chaty-no-close-button:not(.has-single) .chaty-i-trigger:not(.single-channel),.chaty-widget.chaty-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text,.chaty.form-open .chaty-channel button.open-chaty,.chaty.form-open .chaty-i-trigger .chaty-cta-main.chaty-tooltip .on-hover-text,.chaty.form-open .chaty-i-trigger .chaty-tooltip:after,.chaty.form-open .chaty-i-trigger .chaty-tooltip:before,.chaty.form-open .chaty-widget.has-single .chaty-i-trigger .on-hover-text{display:none}.chaty.form-open.active .chaty-widget .chaty-i-trigger{display:block}.chaty.form-open.active .chaty-widget .chaty-i-trigger .chaty-cta-main{display:none}.chaty.form-open.active .chaty-widget .chaty-i-trigger .chaty-cta-close .chaty-cta-button{opacity:1;visibility:visible;pointer-events:auto}.chaty-widget .ch-pending-msg{position:absolute;right:-4px;top:-4px;width:16px;height:16px;text-align:center;background:red;color:#fff;font-size:10px;line-height:16px;border-radius:50%;z-index:1101}.chaty-widget.left-position.hor-mode .chaty-channel-list{width:136px;height:62px;left:0;bottom:0}.chaty-widget.right-position.hor-mode .chaty-channel-list{width:136px;height:62px;right:0;left:auto;bottom:0}.chaty-widget.hor-mode .chaty-channel-list .chaty-channel{margin-top:0;margin-bottom:0}.chaty-widget.hor-mode.left-position .chaty-channel-list .chaty-channel{left:0}.chaty-widget.hor-mode.right-position .chaty-channel-list .chaty-channel{right:0;left:auto}.chaty-chat-view,.chaty-outer-forms{vertical-align:bottom;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;position:fixed!important;bottom:-25px;left:25px;padding:0;width:320px;max-width:90%;-moz-transition:.5s linear;box-shadow:rgba(0,0,0,.16) 0 5px 40px;-webkit-box-shadow:rgba(0,0,0,.16) 0 5px 40px;-moz-box-shadow:rgba(0,0,0,.16) 0 5px 40px;opacity:0;visibility:hidden;pointer-events:none;z-index:-1;transition:.5s;-webkit-transition:.5s;animation-delay:-2s;-webkit-animation-delay:-2s}.chaty-chat-view.pos-left,.chaty-outer-forms.pos-left{left:25px}.chaty-chat-view.pos-right,.chaty-outer-forms.pos-right{right:25px;left:auto}.chaty-outer-forms.active,.chaty:not(.form-open) .chaty-widget.chaty-open+.chaty-chat-view{-webkit-transform:translateY(-93px);transform:translateY(-93px);opacity:1;z-index:999999;visibility:visible;bottom:0;pointer-events:auto}.chaty-whatsapp-body{padding:0;min-height:260px;position:relative;z-index:2}.chaty-whatsapp-content{padding:20px}.chaty-popup-whatsapp-form .chaty-whatsapp-body{height:260px;min-height:auto}.chaty-popup-whatsapp-form .chaty-whatsapp-content{display:flex;align-items:flex-start}.chaty-form-body{background:#fff;z-index:99999;min-height:75px;border-radius:10px}.chaty-form-body form{margin:0;padding:0}.qr-code-image{padding:10px;text-align:center;border:solid 1px silver;border-radius:4px}.qr-code-image img{max-width:100%;max-height:360px;margin:0 auto;display:block;width:100%;height:auto}.chaty-whatsapp-form{position:relative;background-color:#f0ede7;border-radius:8px;margin:0}.chaty-whatsapp-form:before{display:block;position:absolute;content:"";left:0;top:0;height:100%;width:100%;z-index:0;opacity:.035;background-image:url(/wp-content/plugins/chaty/css/../images/whatsapp.png)}.chaty-popup-whatsapp-form .chaty-whatsapp-body:before,.chaty-popup-whatsapp-form .chaty-whatsapp-footer:before{background-image:url(/wp-content/plugins/chaty/css/../images/whatsapp-welcome-popup.png);opacity:.7}.chaty-whatsapp-message{padding:7px 14px 6px;background-color:#fff;border-radius:0 10px 10px;position:relative;transform-origin:center top;z-index:2;margin-top:0;margin-left:0;max-width:calc(100% - 40px);font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif;font-size:14px;line-height:18px;border:1px solid rgba(34,17,71,.08)}.chaty-whatsapp-message:before{content:"";display:none;width:0;height:0;border-top:0 solid transparent;border-bottom:10px solid transparent;border-right:12px solid #fff;position:absolute;left:-12px;top:0}.wp-profile-img+.chaty-whatsapp-message:before{display:block}.chaty-whatsapp-message p{margin:0;padding:0;color:#111b21;font-weight:400;word-wrap:break-word}.chaty-whatsapp-footer{position:relative;padding:20px 15px}.whatsapp-chaty-form{display:flex;margin:0;padding:0}button.chaty-whatsapp-button-button,button.chaty-whatsapp-button-button:focus,button.chaty-whatsapp-button-button:hover{text-align:center!important;height:40px!important;width:40px!important;padding:0!important;background:#c6d7e3!important;border-radius:20px!important;outline:0!important;box-shadow:none!important;cursor:pointer!important;margin:0 0 0 10px!important;text-decoration:none!important;border:none!important;min-width:1px!important;flex:0 0 40px}button.chaty-whatsapp-button-button{background:#c6d7e3!important}button.chaty-whatsapp-button-button:focus,button.chaty-whatsapp-button-button:hover{background:#a8c5da!important}.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button{background:#25d366!important}.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button:focus,.chaty-whatsapp-input:not(:placeholder-shown)+button.chaty-whatsapp-button-button:hover{background:#22bf5b!important}.chaty-whatsapp-data{display:flex;flex:1;z-index:1}.chaty-whatsapp-field{padding-right:0;flex:1;position:relative;display:flex;align-items:center}.chaty-whatsapp-button{flex:0 0 48px}.chaty-whatsapp-button svg{width:100%;height:100%;margin:0;padding:0}.chaty-whatsapp-field input[type=text]{height:40px!important;line-height:normal;padding:0 10px 0 15px;font-size:16px;resize:none;width:100%;border:none!important;border-radius:24px;outline:0;box-shadow:none!important;background:#fff!important;margin:0;color:#111b21;flex:1}.chaty-whatsapp-field input[type=text]:focus{outline:0!important;border:none!important;margin:0;color:#111b21;box-shadow:none!important}.chaty-whatsapp-button-button:active,.chaty-whatsapp-button-button:focus,.chaty-whatsapp-button-button:hover{background:#a8c5da!important}.chaty.form-open .chaty-channel button.open-chaty-channel,.chaty.form-open .chaty-no-close-button.has-single .chaty-i-trigger{display:block}.chaty-agent-data{font-size:16px}.chaty-agent-header{font-size:18px;padding:20px 15px;background:#22bf5b;color:#fff;-webkit-border-top-left-radius:10px;-webkit-border-top-right-radius:10px;-moz-border-radius-topleft:10px;-moz-border-radius-topright:10px;border-top-left-radius:10px;border-top-right-radius:10px}.chaty-agent-data .close-chaty-form{right:10px;top:12px}.chaty-agent-data .chaty-agent{display:flex;align-items:center;padding:15px}.chaty-agent-data .chaty-agent a{color:#49687e;font-size:16px;text-decoration:none;display:flex;width:100%;align-items:center;outline:0;font-weight:400}.chaty-contact-input input.chaty-input-field,.chaty-contact-input input[type=email].chaty-input-field,.chaty-contact-input input[type=text].chaty-input-field,.chaty-contact-input select.chaty-input-field,.chaty-contact-input textarea.chaty-textarea-field{color:#28303d;font-family:BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",sans-sans;margin:0;background:#fff;outline:0}.chaty-agent-data .chaty-agent+.chaty-agent{border-top:2px solid #f6f8f9}.chaty-agent-img{width:36px;height:36px;object-fit:cover;border-radius:50%}.chaty-agent-icon{width:48px;height:48px;margin:0 15px 0 0}.chaty-agent-data .chaty-custom-icon{width:48px;height:48px;text-align:center;display:block;line-height:48px;background:silver;border-radius:50%;color:#fff;font-size:28px}.chaty-close-agent-list{position:absolute;right:15px;top:10px;width:26px;height:26px;cursor:pointer;z-index:10;padding:0 0 10px 10px}.chaty-agent-icon img{width:48px;height:48px;object-fit:cover}.chaty-close-agent-list svg{fill:#ffffff}.agent-sub-header{font-size:14px;line-height:20px;font-weight:400}.agent-main-header{font-size:20px;line-height:32px;font-weight:700;position:relative}.chaty-agent-header:before,.chaty-view-header:before{content:"";background:url(/wp-content/plugins/chaty/css/../images/header-top.png) no-repeat;width:215px;height:41px;position:absolute;top:0;left:0;z-index:1}.chaty-agent-header:after,.chaty-view-header:after{content:"";background:url(/wp-content/plugins/chaty/css/../images/header-bottom.png) no-repeat;width:44px;height:41px;position:absolute;bottom:0;right:0;z-index:1}.chaty-custom-channel-icon{display:block;border-radius:50%;color:#fff;text-align:center;line-height:54px}.chaty-contact-form-title{padding:10px 15px;text-align:left;font-size:18px;color:#fff;border-radius:8px 8px 0 0;justify-content:space-between;display:flex}.chaty-contact-inputs{padding:15px}.chaty-contact-input{display:block}.chaty-contact-input label.chaty-form-label{font-size:14px;margin:0;padding:0 0 4px 0;line-height:20px;display:flex;color:#28303d}.chaty-contact-input+.chaty-contact-input{margin:10px 0 0}.chaty-contact-input input.chaty-input-field,.chaty-contact-input input[type=email].chaty-input-field,.chaty-contact-input input[type=text].chaty-input-field,.chaty-contact-input select.chaty-input-field{width:100%;height:36px;line-height:36px;font-size:16px;padding:0 10px;border:1px solid #ccc;border-radius:4px}.chaty-contact-input .has-chaty-error:focus,.chaty-contact-input input.chaty-input-field:focus,.chaty-contact-input input[type=email].chaty-input-field:focus,.chaty-contact-input input[type=tel].chaty-input-field:focus,.chaty-contact-input input[type=text].chaty-input-field:focus,.chaty-contact-input select.chaty-input-field:focus,.chaty-contact-input textarea.chaty-textarea-field:focus{outline:0;box-shadow:none;border-color:#898989;background-color:#fff}.chaty-contact-input textarea.chaty-textarea-field{width:100%;height:100px;line-height:20px;font-size:16px;padding:10px;border:1px solid #ccc;border-radius:4px;display:block}.chaty-contact-form-box .close-chaty-form{right:9px;top:9px}.chaty-contact-form-box button.chaty-submit-button[type=submit],button#chaty-submit-button-0{border:none;border-radius:4px;color:#fff;background:#a886cd;width:100%;height:36px;line-height:36px;font-size:18px;padding:0;margin:0;cursor:pointer;text-align:center;display:block}.chaty-contact-input input.chaty-input-field.has-chaty-error,.chaty-contact-input select.chaty-input-field.has-chaty-error,.chaty-contact-input textarea.has-chaty-error{border:1px solid #d20000}.chaty-contact-form-button{padding:15px}.chaty-ajax-error-message,.chaty-ajax-success-message{color:#00a700;padding:10px 0 0;text-align:center;font-size:16px}.chaty-ajax-error-message{color:#da0000}.chaty-view-header,.chaty-view-header a,.chaty-view-header a:focus,.chaty-view-header a:hover{font-weight:500;color:#fff;font-size:24px}.chaty-exit-intent{position:fixed;z-index:-1}.chaty-exit-intent:before{display:block;position:fixed;top:0;left:0;content:'';width:100vw;height:100vh;background:rgba(0,0,0,.8);visibility:hidden;z-index:100;transition:.5s ease-in-out;-webkit-transition:.5s ease-in-out;-moz-transition:.5s ease-in-out}.chaty .chaty-widget.left-position .chaty-exit-intent:before{clip-path:circle(15px at 60px calc(100% - 60px))}.chaty .chaty-widget.right-position .chaty-exit-intent:before{clip-path:circle(15px at calc(100% - 60px) calc(100% - 60px))}.chaty .chaty-widget .chaty-exit-intent.animate:before{visibility:visible;clip-path:circle(100%)}.chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:after,.chaty-widget.has-single .chaty-i-trigger .chaty-channel:not(.chaty-agent-button).Phone-channel .chaty-tooltip:before{pointer-events:inherit}body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-wechat-form.custom-cht-pos,body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos{top:50%;left:0;right:0;margin:0 auto;transform:translate(0,-50%);bottom:auto}body.cht-in-mobile .chaty-outer-forms.chaty-agent-data.custom-cht-pos .chaty-agent-body{max-height:calc(100vh - 164px)!important}.chaty-whatsapp-message p+p{margin-top:10px}body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form.custom-cht-pos .chaty-whatsapp-content{max-height:calc(100vh - 122px)!important;overflow-y:auto}body.cht-in-mobile .chaty-outer-forms.chaty-whatsapp-form:not(.custom-cht-pos) .chaty-whatsapp-content{overflow-y:auto}.chaty.has-custom-pos.form-open .chaty-i-trigger{opacity:0;visibility:hidden}body.cht-in-mobile .chaty-outer-forms.chaty-contact-form-box.custom-cht-pos .chaty-contact-inputs{max-height:calc(100vh - 150px)!important;overflow-y:auto}body.cht-in-mobile .chaty-outer-forms{max-width:calc(100vw - 50px)!important}.chaty-view-body{background:#fff;border-radius:8px}.chaty-view-header{background:#b78deb;border-radius:7px 7px 0 0;padding:10px 15px;position:relative;word-break:break-word}.chaty-top-content{padding:15px 15px 0;font-size:16px}.chaty-view-content p,.chaty-view-content p a,.chaty-view-content p a:focus,.chaty-view-content p a:hover{margin:0;padding:0;font-size:16px;line-height:150%;color:#49687e;word-break:break-word}.chaty-view-content p a{display:inline-block}.chaty-view-content p a:focus,.chaty-view-content p a:hover,.chaty-view-header a:focus,.chaty-view-header a:hover{outline:0;text-decoration:none}.chaty-view-content p+p{margin-top:10px}.chaty-close-view-list{position:absolute;right:15px;top:10px;width:12px;cursor:pointer;z-index:11}.chaty-close-view-list svg{fill:#ffffff;display:inline-block;width:100%}.chaty-view-channels .chaty-channel{height:48px;display:inline-block;margin:6px 0;width:20%;text-align:center;vertical-align:top}.chaty-view-channels .chaty-channel a,.chaty-view-channels .chaty-channel img,.chaty-view-channels .chaty-channel span:not(.on-hover-text){display:block;width:48px;height:48px;margin:0 auto}.chaty-view-channels{padding:10px 8px}.chaty-view-channels .chaty-custom-channel-icon{font-size:24px}.front-google-captcha{width:100%!important;overflow:hidden}.front-google-captcha>div{width:100%}.front-google-captcha iframe{transform:scaleX(.9);position:relative;left:-15px}.widget-fa-icon{width:100%;height:100%;display:inline-block;vertical-align:middle;color:#fff}span.chaty-loader{display:none;vertical-align:middle;color:#fff;animation:rotation 1s infinite linear;width:24px;height:24px;text-align:center;line-height:24px;margin-left:5px}span.chaty-loader span.dashicons{width:24px;height:24px;text-align:center;line-height:24px;font-size:24px}@keyframes rotation{from{transform:rotate(0)}to{transform:rotate(359deg)}}span.chaty-loader.active{display:inline-block;vertical-align:baseline}.chaty-i-trigger.single-channel>.chaty-channel>.on-hover-text{display:none!important}html[dir=rtl] .chaty-input-field,html[dir=rtl] .chaty-submit-button,html[dir=rtl] .chaty-tooltip,html[dir=rtl] .chaty-tooltip:after,html[dir=rtl] .chaty-whatsapp-message,html[dir=rtl] .on-hover-text{direction:rtl}.add-bg-blur-effect{background-color:rgba(0,0,0,.4);overflow-x:hidden}.add-bg-blur-effect>:not(.chaty,.chaty-outer-forms,.picmo__popupContainer){filter:blur(6px)}.email_suggestion,.wp_email_suggestion{margin:0;padding:0;font-size:14px;color:#970029}.email_suggestion i,.wp_email_suggestion i{color:#2596be;font-weight:700;cursor:pointer}.chaty-custom-whatsapp-form .eac-sugg,.chaty-form .eac-sugg{color:#c1c1c1;line-height:34px!important}.chaty-form .eac-input-wrap{width:100%;overflow:hidden}.chaty-custom-whatsapp-form .chaty-whatsapp-body:before{opacity:.05}.chaty-custom-whatsapp-form .chaty-whatsapp-body{border-radius:0}.chaty-custom-whatsapp-form .chaty-whatsapp-footer{border-top:1px solid #e1e1e1;min-height:70px}.chaty-custom-whatsapp-form .chaty-whatsapp-data{display:block;z-index:1}.chaty-custom-whatsapp-form .chaty-whatsapp-button-button{width:100%!important;z-index:1;position:relative}.chaty-custom-whatsapp-form .header-text{display:flex;align-items:center}.chaty-custom-whatsapp-form .header-text span{display:inline-block;vertical-align:super;padding-left:5px}.chaty-custom-whatsapp-form .chaty-whatsapp-button svg{width:26px;height:26px;fill:#ffffff;margin-right:3px}.chaty-custom-whatsapp-form .chaty-whatsapp-button span{font-size:15px;padding-left:5px}.chaty-custom-whatsapp-form .chaty-whatsapp-button{display:flex;align-items:center;justify-content:center;border-radius:6px!important}.chaty-custom-whatsapp-form .chaty-whatsapp-content{padding:15px;z-index:101111;position:relative}.chaty-custom-whatsapp-form .chaty-whatsapp-body{min-height:auto}.chaty-outer-forms input[type=number]::-webkit-inner-spin-button,.chaty-outer-forms input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}.chaty-whatsapp-header{display:flex;align-items:center;background-color:#4aa485;border-top-left-radius:6px;border-top-right-radius:6px;padding:10px 15px;position:relative;justify-content:space-between;box-shadow:0 16px 32px 0 #1a0E3529}.chaty-whatsapp-header .header-wp-icon{height:30px;width:30px;margin-right:7px}.chaty-whatsapp-header .header-wp-title{color:#fff;font-size:15px;flex:1;padding-right:8px}.whatsapp-form-close-btn{flex:0 0 16px;cursor:pointer}.whatsapp-form-close-btn svg{width:16px;height:16px}.chaty-form,.chaty-whatsapp-form{font-family:Segoe UI,Helvetica Neue,Helvetica,Lucida Grande,Arial,Ubuntu,Cantarell,Fira Sans,sans-serif}.chaty-whatsapp-body .wp-profile-img{height:30px;width:30px;margin-right:15px}.chaty-whatsapp-body .wp-profile-img img{height:30px;width:30px;border-radius:50%;object-fit:cover}.chaty-whatsapp-message-nickname{color:#489d81;font-size:10px;font-weight:500;line-height:14px}.chaty-whatsapp-message-time{color:#a1a1a9;font-size:10px;line-height:12px}.chaty-whatsapp-input::placeholder{color:#83a1b7;opacity:40%}.chaty-whatsapp-input::-ms-input-placeholder{color:#83a1b7;opacity:40%}button[type=button].chaty-wp-emoji-input,button[type=button].chaty-wp-emoji-input:focus,button[type=button].chaty-wp-emoji-input:hover{position:absolute!important;top:9px;left:8px;background:0 0!important;border:none!important;cursor:pointer;height:24px!important;width:24px!important;padding:0!important;min-width:1px!important;margin:0!important;outline:0!important}.chaty-whatsapp-field:not(.has_emoji) .chaty-wp-emoji-input{display:none!important}.chaty-whatsapp-input{padding-left:38px!important}.chaty-whatsapp-field:not(.has_emoji) .chaty-whatsapp-input{padding-left:15px!important}.picmo__popupContainer{z-index:1000000}body .picmo__emojiButton span{font-size:24px;line-height:24px;display:inline-block;vertical-align:middle}body .picmo__picker .picmo__categoryButtons .picmo__categoryTab button.picmo__categoryButton{color:#8f8f8f;border:solid 1px transparent}body .picmo__picker .picmo__categoryButtons .picmo__categoryTab.picmo__categoryTabActive .picmo__categoryButton{border:1px solid #a886cd;color:#a071d3;background:#fff}body .picmo__picker .picmo__emojiCategory .picmo__categoryName{display:flex;height:auto;padding:10px 17px;border-bottom:solid 1px #e2e8f0;font-weight:700;background:#f3f3f3}body .picmo__picker .picmo__categoryButtons .picmo__categoryTab button.picmo__categoryButton:hover{background:#fff}body .picmo__emojiButton{border-radius:4px}body .picmo__emojiButton:focus{outline:0;border-radius:5px}.chaty-channel span.chaty-icon{display:block}.chaty.form-open .chaty-widget.has-single .chaty-cta-close .chaty-cta-button{opacity:1;visibility:visible;transform:rotate(360deg);z-index:999}.chaty-custom-whatsapp-form .eac-input-wrap{width:100%;overflow:hidden}.chaty-custom-whatsapp-form .chaty-whatsapp-button button{width:100%;border:none;border-radius:6px;padding:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}.chaty-contact-input input[type=file].chaty-input-field{line-height:32px}.eac-cval:empty,.eac-sugg:empty{display:none!important}.qr-code-header{display:flex;align-items:center;background-color:#a886cd;border-top-left-radius:6px;border-top-right-radius:6px;padding:10px 15px;position:relative;justify-content:space-between;color:#fff;box-shadow:0 16px 32px 0 #1a0E3529;z-index:999999}.chaty-close-button{cursor:pointer}.qr-code-title{line-height:1;padding:15px 15px 0;font-size:14px;color:#83a1b7}.qr-code-box{margin-top:10px;padding:0 15px 15px}.qr-code-head-title{display:inline-flex;align-items:center}.qr-code-head-title svg{margin-right:5px}.mce-error{border:1px solid #d00!important}.required_indicate{color:red;font-size:18px;margin-left:2px}.chaty-whatsapp-button-button svg{display:inline-block;vertical-align:sub}.chaty-wp-emoji-input:hover{background-color:transparent;border-color:transparent}.chaty-wp-emoji-input:focus{outline:0}.chaty-whatsapp-input[placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:40%!important}[placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:1!important}.chaty-outer-forms form{margin:0}.chaty,.chaty *,.chaty-form,.chaty-form *,.chaty-whatsapp-form,.chaty-whatsapp-form *{-webkit-tap-highlight-color:transparent}body.csaas-has-chatway:not(.chatway-is-open) .chatway--trigger-container{display:none!important}body.csaas-has-chatway:not(.chatway-is-open) .chatway--frame-container{opacity:0;visibility:hidden}body.csaas-has-chatway.chatway-is-open .chaty{display:none!important}.chaty-widget.has-chatway .Chatway-channel-link{opacity:1;visibility:visible;pointer-events:auto}.has-chat-view.active .chaty-widget.has-chatway.chaty-open .chaty-channel-list{display:none!important}.chaty-channel.Chatway-channel-link.has-unread-message:after,.chaty-widget:not(.has-chatway):not(.chaty-open) .csaas-widget-trigger.has-unread-message:after{content:attr(data-unread-message);width:20px;height:20px;background:#ff4545;position:absolute;border-radius:50%;font-size:12px;font-weight:600;color:#fff;display:inline-flex;align-items:center;justify-content:center;bottom:44px;z-index:1111;right:-4px}body:not(.chatway--active) .chaty-widget.has-chatway.above-chaty .Chatway-channel-link{display:none!important}body:not(.chatway--active) .chaty-widget.inside-chaty .chaty-channels .Chatway-channel-link{display:none!important}body.csaas-has-chatway.has--chaty.chatway--active:not(.chatway--visible) .chatway--container{display:block}.chaty.chaty-has-chat-view .has-chatway.chaty-open .Chatway-channel-link{display:none!important}.chaty-view-channels .chaty-channel.Chatway-channel.has-unread-message:after{right:0;top:-8px;bottom:auto}html[dir=rtl] button[type=button].chaty-wp-emoji-input,html[dir=rtl] button[type=button].chaty-wp-emoji-input:focus,html[dir=rtl] button[type=button].chaty-wp-emoji-input:hover{right:8px}html[dir=rtl] .chaty-whatsapp-field input[type=text]{padding:0 35px 0 00px}html[dir=rtl] button.chaty-whatsapp-button-button,html[dir=rtl] button.chaty-whatsapp-button-button:focus,html[dir=rtl] button.chaty-whatsapp-button-button:hover{margin:0 10px 0 0!important}html[dir=rtl] button.chaty-whatsapp-button-button svg{transform:rotate(180deg)}
.wn-custom-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wn-custom-menu ul li a {
    font-size: 14px;
    color: #828282;
    text-transform: uppercase;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 1px;
    position: relative;
}

.litex .wn-custom-menu ul li a {
    color: #fff;
}

.wn-custom-menu ul li a:hover,
.litex .wn-custom-menu ul li a:hover {
    color: #437df9;
}

.wn-custom-menu ul li a:before {
    display: inline-block;
    content: "\e606";
    font-size: 8px;
    font-family: 'simple-line-icons';
    margin-right: 5px;
}

.wn-custom-menu .menu-item-has-children .sub-menu {
    margin-left: 20px;
}

/* Icon Boxes
-------------------------------------------------- */

article[class*="icon-box"] {
    clear: both;
}

@media only screen and (max-width: 767px) {
    article[class*="icon-box"] {
        margin-bottom: 20px;
    }
}

article[class*="icon-box"] i {
    text-align: center;
}

.owl-carousel .owl-item article[class*="icon-box"] img {
    display: inline-block;
    width: auto;
}

.wn-icon-box .content-style,
.wn-icon-box p,
.wn-icon-box i,
.wn-icon-box h4,
.wn-icon-box h5,
.wn-icon-box h6 {
    position: relative;
}

.icon-box {
    vertical-align: baseline;
    margin-bottom: 20px;
    position: relative;
    padding-left: 52px;
}

.icon-box img,
.icon-box i {
    float: left;
    display: block;
    vertical-align: text-top;
    margin: 5px 20px 75px 0;
}

.icon-box i {
    font-size: 32px;
    color: #437df9;
    margin-right: 20px;
    cursor: default;
    position: absolute;
    left: 0;
    top: 0;
}

.icon-box h5,
.icon-box h4 {
    margin-bottom: 5px;
    line-height: 1.3;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 700;
    color: #111;
}

.icon-box p {
    overflow: hidden;
    color: #808080;
    font-size: 16px;
}

@media (max-width: 767px) {
    .padd-icon-box12 .vc_column-inner {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

.icon-colorx i,
i.icon-colorx {
    color: #437df9;
}
/* Subscribe Box */

.subscribe-box {
    position: relative;
    border: 1px solid #e9e9e9;
    padding: 5% 6%;
    margin-bottom: 25px;
    background: #fff;
}

.subscribe-box .subscribe-box-top {
    background-color: #437df9;
    width: 100%;
    text-align: center;
    padding: 24px 0;
    margin-bottom: 15px;
}

.subscribe-box .subscribe-box-top i {
    color: #fff;
    font-size: 60px;
}

.subscribe-box .subscribe-box-top h3 {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 5px;
    margin: 15px 0 0;
    text-transform: uppercase;
}

.subscribe-box .subscribe-box-text {
    min-height: 110px;
    padding: 3%;
}

.subscribe-box .subscribe-box-form {
    margin: 0;
}

.subscribe-box .subscribe-box-input div {
    padding: 0;
}

.subscribe-box .subscribe-box-input .subscribe-box-email {
    width: 100%;
    border: 1px solid #fafafa;
    background-color: #f5f5f5;
    padding: 16px;
    margin: 0;
    min-height: 56px;
    line-height: 56px;
    padding: 0 15px;
}

.subscribe-box .subscribe-box-input .subscribe-box-email:focus {
    border: 1px solid #ededed;
    box-shadow: none;
}

.subscribe-box .subscribe-box-input .subscribe-box-email:hover {
    border: 1px solid #e2efe3;
}

.subscribe-box .subscribe-box-input .subscribe-box-submit {
    margin: 0;
    border-radius: 0;
    width: 100%;
    padding: 18px 0 19px;
    background: #437df9;
    color: #fff;
    min-height: 56px;
}

.subscribe-modern .subscribe-box-input:hover .subscribe-box-submit span {
    color: #fff;
}

/* Subscribe modern */

.subscribe-modern {
    min-height: auto;
}

.subscribe-modern .subscribe-box-input {
    position: relative;
}

.subscribe-modern .subscribe-box-input .subscribe-box-email::-webkit-input-placeholder {
    letter-spacing: 1px;
}

.subscribe-modern .subscribe-box-input .subscribe-box-email:-moz-placeholder {
    letter-spacing: 1px;
}

.subscribe-modern .subscribe-box-input .subscribe-box-email::-moz-placeholder {
    letter-spacing: 1px;
}

.subscribe-modern .subscribe-box-input .subscribe-box-email:-ms-input-placeholder {
    letter-spacing: 1px;
}

.subscribe-modern .subscribe-box-input .subscribe-box-email {
    float: left;
    background: none;
    height: 53px;
    width: 63%;
    color: #437df9;
    margin: 0;
    border: 0;
    line-height: 34px;
    padding: 1px 0 12px 0;
    font-size: 16px;
}

.subscribe-modern .subscribe-box-input:after {
    content: "";
    width: 55%;
    height: 1px;
    background: #437df9;
    position: absolute;
    top: 52px;
    left: 7px;
}

.subscribe-modern .subscribe-box-input .subscribe-box-email:focus,
.subscribe-modern .subscribe-box-input .subscribe-box-email:hover {
    box-shadow: none;
}

.subscribe-modern .subscribe-box-input .subscribe-box-submit {
    background: #437df9;
    color: #fff;
    height: 53px;
    border-radius: 0;
    margin: 0;
    border-radius: 0;
    float: right;
    width: 37%;
    padding: 0;
}

#wrap .subscribe-modern .subscribe-box-input .subscribe-box-submit.button:not(.rounded):after {
    background: #444;
}

.subscribe-modern .subscribe-box-input:hover span {
    color: #437df9;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.subscribe-modern .subscribe-box-input span {
    font-size: 16px;
    letter-spacing: 2.5px;
}

#wrap .blox.dark .subscribe-modern .subscribe-box-input .subscribe-box-email::-webkit-input-placeholder {
    color: #fff;
    letter-spacing: 1px;
}

#wrap .blox.dark .subscribe-modern .subscribe-box-input .subscribe-box-email:-moz-placeholder {
    color: #fff;
    letter-spacing: 1px;
}

#wrap .blox.dark .subscribe-modern .subscribe-box-input .subscribe-box-email::-moz-placeholder {
    color: #fff;
    letter-spacing: 1px;
}

#wrap .blox.dark .subscribe-modern .subscribe-box-input .subscribe-box-email:-ms-input-placeholder {
    color: #fff;
    letter-spacing: 1px;
}

.blox.dark .subscribe-modern .subscribe-box-input .subscribe-box-email {
    float: left;
    background: none;
    height: 53px;
    width: 63%;
    color: #fff;
    margin: 0;
    border: 0;
    line-height: 34px;
    padding: 1px 0 12px 0;
    font-size: 16px;
    padding-left: 10px;
}

.blox.dark .subscribe-modern .subscribe-box-input:after {
    content: "";
    width: 55%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 52px;
    left: 7px;
}

.blox.dark .subscribe-modern .subscribe-box-input .subscribe-box-email:focus,
.blox.dark .subscribe-modern .subscribe-box-input .subscribe-box-email:hover {
    box-shadow: none;
}

.blox.dark .subscribe-modern .subscribe-box-input .subscribe-box-submit {
    background: #fff;
    color: #437df9;
    height: 53px;
    border-radius: 0;
    margin: 0;
    border-radius: 0;
    float: right;
    width: 37%;
    padding: 0;
}

#wrap .blox.dark .subscribe-modern .subscribe-box-input .subscribe-box-submit.button:not(.rounded):after {
    background: #437df9;
    color: #fff;
}

#wrap .blox.dark .subscribe-modern .subscribe-box-input:hover span {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

#wrap .blox.dark .subscribe-modern .subscribe-box-input span {
    font-size: 16px;
    letter-spacing: 2.5px;
}

@media (max-width:1200px) {

    #wrap .subscribe-modern .subscribe-box-input .subscribe-box-email,
    #wrap .subscribe-modern .subscribe-box-input span {
        font-size: 12px;
    }

    #wrap .subscribe-modern .subscribe-box-input .subscribe-box-submit,
    #wrap .subscribe-modern .subscribe-box-input .subscribe-box-email {
        height: 41px;
    }

    #wrap .subscribe-modern .subscribe-box-input:after {
        top: 40px;
    }
}

@media (max-width:1024px) {

    #wrap .subscribe-modern .subscribe-box-input .subscribe-box-email,
    #wrap .subscribe-modern .subscribe-box-input .subscribe-box-submit {
        margin: 0;
        width: 100%;
    }

    #wrap .subscribe-modern .subscribe-box-input .subscribe-box-submit {
        top: 1px;
    }

    #wrap .subscribe-modern .subscribe-box-input .subscribe-box-email {
        float: left;
    }

    #wrap .subscribe-modern .subscribe-box-input:after {
        width: 100%;
        left: 0;
    }
}

/*** subscribe bordered ***/

.subscribe-bordered {
    border: 1px solid #e4e4e4;
    padding: 60px;
    margin: 20px 0;
}

.subscribe-bordered h3 {
    font-size: 29px;
    color: #2f2f2f;
    font-weight: 300;
}

.subscribe-bordered h5 {
    font-size: 15px;
    color: #444444;
    font-weight: 400;
    ;
}

.subscribe-box-form {
    margin-bottom: 0px;
    overflow: hidden;
}

.subscribe-box-text {
    margin-bottom: 56px;
}

.subscribe-bordered .subscribe-box-text p {
    font-size: 15px;
    color: #444444;
    font-weight: 400;
}

.subscribe-bordered .subscribe-box-input input {
    border-top: none;
    border-left: none;
    border-right: none;
    color: #b6b6b6;
    font-size: 15px;
    opacity: 0.5;
}

.subscribe-bordered .subscribe-box-input input[type="email"] {
    margin-right: 30px;
    width: 80%;
    width: inherit;
    display: inline-block;
    padding: 0;
    box-shadow: none;
    color: #000;
}

.subscribe-bordered .subscribe-box-input .subscribe-box-submit {
    background: none;
    border: 1px solid #437df9;
    color: #212121;
    font-size: 13px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
}

#wrap .subscribe-bordered .subscribe-box-input .subscribe-box-submit:before {
    font-family: "linea-arrows-10" !important;
    content: "\e068";
    color: #000;
    position: absolute;
    bottom: 50%;
    font-size: 39px;
    right: -26px;
    left: auto;
    margin: 0;
    padding: 0 3px 0 4px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transform: translateY(50%);
}

#wrap .subscribe-bordered .subscribe-box-input .subscribe-box-submit:hover:before {
    right: -30px;
}

#wrap .subscribe-bordered .subscribe-box-input .button span {
    display: inline;
    transform: none;
    transition: none;
}

#wrap .subscribe-bordered .subscribe-box-input .button:hover:after,
#wrap .subscribe-bordered .subscribe-box-input .button:after {
    background-color: inherit;
}

#wrap .subscribe-bordered .subscribe-box-input .button:hover span {
    color: inherit;
}

@media(min-width:1441px) and (max-width:1600px) {
    .subscribe-bordered .subscribe-box-input input[type="email"] {
        margin-right: 10px;
    }
}

@media(min-width:1281px) and (max-width:1440px) {
    .subscribe-bordered .subscribe-box-input input[type="email"] {
        margin-right: 10px;
        width: 50%;
    }
}

@media(max-width:1280px) {
    .subscribe-bordered .subscribe-box-input input[type="email"] {
        width: 100%;
        margin-right: 0;
    }

    #wrap .subscribe-bordered .subscribe-box-input .subscribe-box-submit {
        width: 100%;
        margin: 0;
    }
}

/*** subscribe full ***/

.subscribe-full .subscribe-box-input {
    position: relative;
}

#wrap .subscribe-full .subscribe-box-input input[type="email"] {
    border-bottom: 1px solid #e1e1e1;
    padding: 36px 4px;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 16px;
}

.subscribe-full input[type="email"]::-webkit-input-placeholder {
    font-size: 48px;
    color: #e6e6e6;
    padding-top: 10px;
}

.subscribe-full input[type="email"]:-moz-placeholder {
    font-size: 48px;
    color: #e6e6e6;
}

.subscribe-full input[type="email"]::-moz-placeholder {
    font-size: 48px;
    color: #e6e6e6;
}

.subscribe-full input[type="email"]:-ms-input-placeholder {
    font-size: 48px;
    color: #e6e6e6;
}

.subscribe-full input[type="email"]:focus {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.subscribe-full input[type="email"]:focus+.button:before {
    right: 20px;
}

.subscribe-full .button {
    position: absolute;
    right: 0;
    bottom: 12%;
    background: transparent;
    border: none;
    color: #000;
}

#wrap .subscribe-full .button span {
    display: none;
}

.subscribe-full .button:before {
    content: "\e068";
    font-family: "linea-arrows-10" !important;
    position: absolute;
    font-size: 60px;
    transform: translateY(-50%);
    right: 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.subscribe-full .button:hover:before {
    right: 20px;
}

#wrap .subscribe-full .button:hover:after {
    background-color: transparent;
}

#wrap .subscribe-full .button:not(.rounded):after {
    background-color: transparent;
}


/* Subscribe bar */

.subscribe-bar1 h3 {
    font-weight: normal;
    font-size: 24px;
    letter-spacing: 2px;
    padding-left: 10px;
}

@media only screen and (min-width: 1200px) {
    .subscribe-bar1 h3 {
        padding-left: 15px;
    }
}

.subscribe-bar1 .subscribe-box-form {
    margin: 0;
}

.subscribe-bar1 .subscribe-box-input div {
    padding: 0;
}

.subscribe-bar1 .subscribe-box-input .subscribe-box-email {
    border-radius: 60px;
    padding: 25px 30px;
    color: #333;
    box-shadow: 0 2px 20px -5px rgba(0, 0, 0, .1);
}

.subscribe-bar1 .subscribe-box-input .subscribe-box-email::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #333;
    font-size: 11px;
    text-transform: capitalize;
}

.subscribe-bar1 .subscribe-box-input .subscribe-box-email::-moz-placeholder {
    /* Firefox 19+ */
    color: #333;
    font-size: 11px;
    text-transform: capitalize;
}

.subscribe-bar1 .subscribe-box-input .subscribe-box-email:-ms-input-placeholder {
    /* IE 10+ */
    color: #333;
    font-size: 11px;
    text-transform: capitalize;
}

.subscribe-bar1 .subscribe-box-input .subscribe-box-email:-moz-placeholder {
    /* Firefox 18- */
    color: #333;
    font-size: 11px;
    text-transform: capitalize;
}

.subscribe-bar1 .subscribe-box-input {
    position: relative;
}

.subscribe-bar1 .subscribe-box-input .subscribe-box-submit {
    border-radius: 60px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 7px;
    color: #437df9;
    background: #fff;
    border: 1px solid transparent;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    box-sizing: border-box;
}

.blox.dark .subscribe-bar1 .subscribe-box-input .subscribe-box-submit,
.blox.dark .subscribe-bar1 .subscribe-box-input .subscribe-box-email {
    background: transparent;
    color: #fff;
}

.blox.dark .subscribe-bar1 .subscribe-box-input .subscribe-box-email::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
}

.blox.dark .subscribe-bar1 .subscribe-box-input .subscribe-box-email::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
}

.blox.dark .subscribe-bar1 .subscribe-box-input .subscribe-box-email:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
}

.blox.dark .subscribe-bar1 .subscribe-box-input .subscribe-box-email:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
}

.blox.dark .subscribe-bar1 .subscribe-box-input .subscribe-box-submit:hover {
    border-color: transparent;
}

#wrap .blox.dark .subscribe-bar1 .subscribe-box-input .subscribe-box-submit:after {
    background: transparent;
}

.subscribe-bar1 .subscribe-box-input .subscribe-box-submit:hover {
    border: 1px solid #333;
}

@media only screen and (max-width: 767px) {

    .subscribe-bar1 .subscribe-box-input .subscribe-box-email,
    .subscribe-bar1 .subscribe-box-input .subscribe-box-submit {
        border-radius: 5px 5px 0 0;
        margin: 0;
        width: 100%;
    }

    .subscribe-bar1 .subscribe-box-input .subscribe-box-submit {
        border-radius: 0 0 5px 5px;
        position: static;
        margin-top: 36px;
        border: 1px solid;
    }
}

/* subscribe flat */

.subscribe-flat h3 {
    color: #292929;
    font-weight: normal;
    margin: 10px 0 0;
}

.subscribe-flat .subscribe-box-form {
    margin: 0;
}

.subscribe-flat .subscribe-box-input div {
    padding: 0;
}

.subscribe-flat .subscribe-box-input .subscribe-box-email {
    width: 100%;
    border: 1px solid #ededed;
    background-color: #ededed;
    padding: 36px;
    margin: 0;
    border-radius: 0;
}

.subscribe-flat .subscribe-box-input .subscribe-box-email:focus {
    border: 1px solid #f0f0f0;
    box-shadow: none;
}

.subscribe-flat .subscribe-box-input .subscribe-box-submit {
    font-size: 14px;
    background: rgba(0, 0, 0, 0.3);
    margin: 0;
    width: 100%;
    padding: 39px 0 38px;
    border-radius: 0;
    color: #fff;
}

/* Subscribe wish */

.subscribe-wish {
    padding: 40px 0;
    text-align: center;
    z-index: 0;
}

.subscribe-wish .subscribe-box-form,
.subscribe-wish .subscribe-box-input {
    margin-top: 0;
    position: relative;
}

.subscribe-wish .subscribe-box-input .subscribe-box-email {
    float: left;
    background-color: #f9f9f9;
    border: none;
    padding: 20px;
    width: calc(100% - 112px);
    opacity: 1;
    font-size: 16px;
    margin: 0;
    height: 112px;
    text-align: center;
    color: #222;
    word-spacing: 1px;
}

.blox.dark .subscribe-wish .subscribe-box-input .subscribe-box-email {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.subscribe-wish .subscribe-box-input .subscribe-box-email::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #d5d5d5;
    letter-spacing: 1px;
    font-weight: 400;
}

.blox.dark .subscribe-wish .subscribe-box-input .subscribe-box-email::-webkit-input-placeholder {
    color: #fff;
}

.subscribe-wish .subscribe-box-input .subscribe-box-email:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #d5d5d5;
    opacity: 1;
    letter-spacing: 1px;
    font-weight: 400;
}

.subscribe-wish .subscribe-box-input .subscribe-box-email::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #d5d5d5;
    opacity: 1;
    letter-spacing: 1px;
    font-weight: 400;
}

.subscribe-wish .subscribe-box-input .subscribe-box-email:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #d5d5d5;
    letter-spacing: 1px;
    font-weight: 400;
}

.subscribe-wish .subscribe-box-input .subscribe-box-email:focus {
    box-shadow: none;
}

.subscribe-wish .subscribe-box-input .subscribe-box-submit {
    margin-left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.15);
    opacity: 1;
    color: #fff;
    top: 0;
    right: 0;
    height: 112px;
    width: 112px;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.subscribe-wish .subscribe-box-input .subscribe-box-submit.button:not(.rounded):after {
    background: #444;
    color: #fff;
    opacity: 1;
}

.blox.dark .subscribe-wish .subscribe-box-input span,
.subscribe-wish .subscribe-box-input span {
    display: none !important;
}

.subscribe-wish .subscribe-box-input .subscribe-box-submit:before {
    content: "\e628";
    font-family: 'themify';
    position: absolute;
    font-size: 34px;
    font-weight: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 99;
    transition: all 0.5s ease;
}

.subscribe-wish .subscribe-box-input .subscribe-box-submit:hover:before {
    left: 60%;
    color: #fff;
    opacity: 1;
}

@media (max-width: 1280px) {

    .subscribe-wish .subscribe-box-input .subscribe-box-email,
    .subscribe-wish .subscribe-box-input .subscribe-box-submit {
        margin: 0;
        width: 100%;
    }

    .subscribe-wish .subscribe-box-input .subscribe-box-submit {
        top: 113px;
    }
}

.wn-newsletter .subscribe-wish .subscribe-box-input .subscribe-box-email {
    background: #f3f3f3;
    border: 1px solid #e3e3e3;
    padding: 18px 70px 18px 29px;
    height: auto;
    color: #7e7e7e;
    text-align: left;
}

.wn-newsletter .subscribe-wish .subscribe-box-input .subscribe-box-email::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #707070;
    font-size: 16px;
    letter-spacing: 0;
    text-align: left;
}

.wn-newsletter .subscribe-wish .subscribe-box-input .subscribe-box-email::-moz-placeholder {
    /* Firefox 19+ */
    color: #707070;
    font-size: 16px;
    letter-spacing: 0;
    text-align: left;
}

.wn-newsletter .subscribe-wish .subscribe-box-input .subscribe-box-email:-ms-input-placeholder {
    /* IE 10+ */
    color: #707070;
    font-size: 16px;
    letter-spacing: 0;
    text-align: left;
}

.wn-newsletter .subscribe-wish .subscribe-box-input .subscribe-box-email:-moz-placeholder {
    /* Firefox 18- */
    color: #707070;
    font-size: 16px;
    letter-spacing: 0;
    text-align: left;
}

.wn-newsletter .subscribe-wish {
    overflow: hidden;
}

.wn-newsletter form.subscribe-box-form {
    max-width: 407px;
    margin: 0 auto;
}

.wn-newsletter .subscribe-wish .subscribe-box-input .subscribe-box-submit {
    width: 55px;
    height: 55px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 25px;
    padding-top: 13px;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    cursor: pointer;
}

.wn-newsletter .subscribe-wish .subscribe-box-input .subscribe-box-submit:before {
    font-family: "linea-arrows-10" !important;
    content: "\e04b";
    font-size: 25px;
}

/* Subscribe Rounded */

#wrap .subscribe-rounded .subscribe-box-input .subscribe-box-email {
    width: 100%;
    border-radius: 60px;
    box-shadow: 0 1px 29px rgba(0, 0, 0, 0.07);
    transition: all 0.25s ease;
}

#wrap .subscribe-rounded .subscribe-box-input input.subscribe-box-email:hover {
    box-shadow: 0 1px 33px rgba(0, 0, 0, 0.16);
}

#wrap .subscribe-rounded .subscribe-box-input input.subscribe-box-email:focus {
    box-shadow: 0 1px 36px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.1);
}

#wrap .subscribe-rounded .subscribe-box-input .subscribe-box-submit {
    right: 6px;
    border-radius: 60px;
    width: 100px;
    height: 100px;
    top: 6px;
    background: #fff;
}

#wrap .subscribe-rounded .subscribe-box-input .subscribe-box-submit.button:not(.rounded):before {
    color: #222;
}

#wrap .subscribe-rounded .subscribe-box-input .subscribe-box-submit.button:not(.rounded):after {
    display: none;
}

.subscribe-rounded {
    padding: 40px 0;
    text-align: center;
    z-index: 0;
}

.subscribe-rounded .subscribe-box-form,
.subscribe-rounded .subscribe-box-input {
    margin-top: 0;
    position: relative;
}

.subscribe-rounded .subscribe-box-input .subscribe-box-email {
    float: left;
    background-color: #f9f9f9;
    border: none;
    padding: 20px;
    width: calc(100% - 112px);
    opacity: 1;
    font-size: 16px;
    margin: 0;
    height: 112px;
    text-align: center;
    color: #222;
    word-spacing: 1px;
}

.blox.dark .subscribe-rounded .subscribe-box-input .subscribe-box-email {
    background: rgba(255, 255, 255, 0.14);
    color: #fff;
}

.subscribe-rounded .subscribe-box-input .subscribe-box-email::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #d5d5d5;
    letter-spacing: 1px;
    font-weight: 400;
}

.blox.dark .subscribe-rounded .subscribe-box-input .subscribe-box-email::-webkit-input-placeholder {
    color: #fff;
}

.subscribe-rounded .subscribe-box-input .subscribe-box-email:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #d5d5d5;
    opacity: 1;
    letter-spacing: 1px;
    font-weight: 400;
}

.subscribe-rounded .subscribe-box-input .subscribe-box-email::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #d5d5d5;
    opacity: 1;
    letter-spacing: 1px;
    font-weight: 400;
}

.subscribe-rounded .subscribe-box-input .subscribe-box-email:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #d5d5d5;
    letter-spacing: 1px;
    font-weight: 400;
}

.subscribe-rounded .subscribe-box-input .subscribe-box-email:focus {
    box-shadow: none;
}

.subscribe-rounded .subscribe-box-input .subscribe-box-submit {
    margin-left: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.15);
    opacity: 1;
    color: #fff;
    top: 0;
    right: 0;
    height: 112px;
    width: 112px;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.subscribe-rounded .subscribe-box-input .subscribe-box-submit:before {
    content: "\e628";
    font-family: 'themify';
    position: absolute;
    font-size: 34px;
    font-weight: 100;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 99;
    transition: all 0.5s ease;
}

.subscribe-rounded .subscribe-box-input .subscribe-box-submit:hover:before {
    left: 60%;
    color: #fff;
    opacity: 1;
}

#wrap .whb-newsletter .subscribe-box-submit.button {
    width: auto;
    height: auto;
    padding: 20px;
}

#wrap .whb-newsletter .subscribe-box-submit.button:before {
    font-size: 16px;
}

#wrap .whb-newsletter input.subscribe-box-email {
    height: auto;
    background: #e9e9e9;
    text-align: left;
}

#wrap .whb-newsletter input.subscribe-box-email::placeholder {
    color: #555;
}

#wrap .whb-newsletter input.subscribe-box-email:hover,
#wrap .whb-newsletter input.subscribe-box-email:focus {
    box-shadow: none !important;
    background: #e9e9e9 !important;
}

@media (max-width: 1280px) {

    .subscribe-rounded .subscribe-box-input .subscribe-box-email,
    .subscribe-rounded .subscribe-box-input .subscribe-box-submit {
        margin: 0;
        width: 100%;
    }

    .subscribe-rounded .subscribe-box-input .subscribe-box-submit {
        top: 113px;
    }
}

@media(max-width:640px) {
    #wrap .subscribe-rounded .subscribe-box-input .subscribe-box-submit {
        width: 100%;
        position: relative;
    }
}
.wn-deep-title-wrap .wn-deep-title {
    position: relative;
}

.wn-deep-title-wrap .wn-deep-title h1,
.wn-deep-title-wrap .wn-deep-title h2,
.wn-deep-title-wrap .wn-deep-title h3,
.wn-deep-title-wrap .wn-deep-title h4,
.wn-deep-title-wrap .wn-deep-title h5,
.wn-deep-title-wrap .wn-deep-title h6 {
    position: relative;
}

.wn-deep-title-wrap .wn-deep-title .wn-deep-title-shape,
.wn-title-icon-wrap i {
    position: absolute;
}

.wn-deep-title {
    display: inline-block;
}
#webnus-header-builder .whb-topbar-area { background-color:#202020;}#webnus-header-builder .whb-topbar-area:not(.whb-vertical) { height:55px;padding-right:2%;padding-left:2%;box-shadow: 0px 3px 20px -7px #000000 ;}body #wrap #webnus-header-builder [data-id=whb-social-1517041166398] .wh-social-icons-box .header-social-icons a svg, .wh-social-icons-box .header-social-icons a svg, #header-social-modal .header-social-icons a svg { color:#ffffff;fill:#F6B111;font-size:14px;width:30px;height:30px;margin-right:5px;}body #wrap #webnus-header-builder [data-id=whb-social-1517041166398] .wh-social-icons-box .header-social-icons:hover a svg, .wh-social-icons-box .header-social-icons:hover a svg, #header-social-modal .header-social-icons:hover a svg { color:#ffd800;fill:#FFFFFF;}body #wrap #webnus-header-builder [data-id=whb-text-1712331979185] span { color:#F2F2F2;font-size:18px;font-weight:500;}body #wrap #webnus-header-builder [data-id=whb-text-1712332091578] span { color:#F2F2F2;font-size:18px;font-weight:500;margin-left:10px;padding-left:10px;border-color:#F2F2F2;border-left-style:solid;border-left-width:3px;}#webnus-header-builder .whb-row1-area { font-size:10px;font-weight:300;text-align:left;}#webnus-header-builder .whb-row1-area { background-color:#0000006E;}#webnus-header-builder .whb-row1-area:not(.whb-vertical) { height:100px;padding-right:2%;padding-left:2%;}body #wrap #webnus-header-builder [data-id=whb-logo-1516869212067] img.whb-logo { width:160px;}body #wrap #webnus-header-builder [data-id=whb-logo-1516869212067] img.whb-logo-transparent { width:160px;}body #wrap #webnus-header-builder [data-id=whb-logo-1516869212067] .wn-site-name { color:#FFFFFF;font-size:25px;font-weight:500;word-break:break-word;}body #wrap #webnus-header-builder .whb-screen-view [data-id=whb-nav-wrap-1516869270811] > ul > li > a, .whb-responsive-menu-1516869270811 .responav li.menu-item > a:not(.button) { font-size:18px;font-weight:500;text-transform:capitalize;}#wrap #webnus-header-builder .whb-screen-view .whb-area .whb-col [data-id=whb-nav-wrap-1516869270811] > .nav > li:hover > a, .whb-responsive-menu-1516869270811 .responav li.menu-item:hover > a:not(.button) { color:#ffd800;}body #wrap #webnus-header-builder .whb-screen-view [data-id=whb-nav-wrap-1516869270811] .nav > li.current > a, body #wrap #webnus-header-builder .whb-screen-view [data-id=whb-nav-wrap-1516869270811] .nav > li.menu-item > a.active, body #wrap #webnus-header-builder .whb-screen-view [data-id=whb-nav-wrap-1516869270811] .nav ul.sub-menu li.current > a, .whb-responsive-menu-1516869270811 .responav li.current-menu-item > a:not(.button) { color:#ffd800;}body #wrap #webnus-header-builder .whb-nav-wrap[data-id=whb-nav-wrap-1516869270811] .nav ul li.menu-item a, .whb-responsive-menu-1516869270811 .responav li.menu-item > ul li > a:not(.button) { color:#FFFFFF;}body #wrap #webnus-header-builder .whb-nav-wrap[data-id=whb-nav-wrap-1516869270811] .nav ul li.menu-item:hover > a, .whb-responsive-menu-1516869270811 .responav li.menu-item > ul li:hover > a:not(.button) { color:#383838;}body #wrap #webnus-header-builder .whb-screen-view [data-id=whb-nav-wrap-1516869270811] .nav > li:not(.menu-item-object-mega_menu) ul { width:320px;background-color:#1D1D1D;}body #wrap #webnus-header-builder .whb-screen-view [data-id=whb-nav-wrap-1516869270811], body #wrap #webnus-header-builder .whb-screen-view [data-id=whb-nav-wrap-1516869270811] .nav, .nav > li, .nav > li > a { height: 100%; }body #wrap #webnus-header-builder [data-id=whb-button-1516872392304] a { color:#000000;font-size:12px;font-weight:400;text-transform:uppercase;line-height:12px;background-color:#F6B110;padding-top:15px;padding-right:-5px;padding-bottom:15px;padding-left:-4px;border-top-left-radius:15px;border-top-right-radius:15px;border-bottom-right-radius:15px;border-bottom-left-radius:15px;box-shadow: 0px 2px 15px -4px #999999 ;}body #wrap #webnus-header-builder [data-id=whb-button-1516872392304] a:hover { background-color:#222222;color:#ffffff;}#webnus-header-builder .whb-row1-area { font-size:10px;font-weight:300;text-align:left;}#webnus-header-builder .whb-row1-area { background-color:#0000006E;}#webnus-header-builder .whb-row1-area:not(.whb-vertical) { height:100px;padding-right:2%;padding-left:2%;}#webnus-header-builder .whb-row1-area { font-size:10px;font-weight:300;text-align:left;}#webnus-header-builder .whb-row1-area { background-color:#0000006E;}#webnus-header-builder .whb-row1-area:not(.whb-vertical) { height:100px;padding-right:2%;padding-left:2%;}#webnus-header-builder .whb-srow1-area:not(.whb-vertical) { height: 100px; }#webnus-header-builder .whb-srow1-area { background-color:#000000;}body #wrap #webnus-header-builder [data-id=whb-logo-1706297530452] img.whb-logo { width:160px;}body #wrap #webnus-header-builder [data-id=whb-logo-1706297530452] img.whb-logo-transparent { width:160px;}body #wrap #webnus-header-builder [data-id=whb-logo-1706297530452] .wn-site-name { color:#FFFFFF;font-size:25px;font-weight:500;word-break:break-word;}body #wrap #webnus-header-builder .whb-screen-view [data-id=whb-nav-wrap-1706297602108] > ul > li > a, .whb-responsive-menu-1706297602108 .responav li.menu-item > a:not(.button) { color:#FFFFFF;font-size:18px;font-weight:500;text-transform:capitalize;}#wrap #webnus-header-builder .whb-screen-view .whb-area .whb-col [data-id=whb-nav-wrap-1706297602108] > .nav > li:hover > a, .whb-responsive-menu-1706297602108 .responav li.menu-item:hover > a:not(.button) { color:#ffd800;}body #wrap #webnus-header-builder .whb-screen-view [data-id=whb-nav-wrap-1706297602108] .nav > li.current > a, body #wrap #webnus-header-builder .whb-screen-view [data-id=whb-nav-wrap-1706297602108] .nav > li.menu-item > a.active, body #wrap #webnus-header-builder .whb-screen-view [data-id=whb-nav-wrap-1706297602108] .nav ul.sub-menu li.current > a, .whb-responsive-menu-1706297602108 .responav li.current-menu-item > a:not(.button) { color:#ffd800;}body #wrap #webnus-header-builder .whb-nav-wrap[data-id=whb-nav-wrap-1706297602108] .nav ul li.menu-item a, .whb-responsive-menu-1706297602108 .responav li.menu-item > ul li > a:not(.button) { color:#FFFFFF;}body #wrap #webnus-header-builder .whb-nav-wrap[data-id=whb-nav-wrap-1706297602108] .nav ul li.menu-item:hover > a, .whb-responsive-menu-1706297602108 .responav li.menu-item > ul li:hover > a:not(.button) { color:#383838;}body #wrap #webnus-header-builder .whb-screen-view [data-id=whb-nav-wrap-1706297602108] .nav > li:not(.menu-item-object-mega_menu) ul { width:320px;background-color:#1D1D1D;}body #wrap #webnus-header-builder .whb-screen-view [data-id=whb-nav-wrap-1706297602108], body #wrap #webnus-header-builder .whb-screen-view [data-id=whb-nav-wrap-1706297602108] .nav, .nav > li, .nav > li > a { height: 100%; }.whb-sticky-view.header-sticky-hide,.whb-sticky-view.is-top { top: -100px;  }
/* start webnus edit */

.text-left,
.vc_align_left {
  text-align: left;
}

.text-right,
.vc_align_right {
  text-align: right;
}

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

.vc_container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.vc_container:before,
.vc_container:after {
  content: " ";
  display: table;
}

.vc_container:after {
  clear: both;
}

.vc_container:before,
.vc_container:after {
  content: " ";
  display: table;
}

.vc_container:after {
  clear: both;
}

.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid>li,
.last_toggle_el_margin,
.wpb_button {
  margin-bottom: 35px;
}

#wrap .vc_col-has-fill>.vc_column-inner,
#wrap .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
#wrap .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
#wrap .vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
#wrap .vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
#wrap .vc_row-has-fill>.vc_column_container>.vc_column-inner,
#wrap .vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
#wrap .vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
#wrap .vc_section.vc_section-has-fill,
#wrap .vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section,
#wrap .vc_section.vc_section-has-fill+.vc_section {
  padding-top: 0;
}


.wpb_row {
  margin-left: -10px;
  /* webnus */
  margin-right: -10px;
  /* webnus */
}

@media (min-width: 1200px) {
  .wpb_row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .row-wrapper-x {
    padding: 0 15px;
  }
}

.wpb_row:before,
.wpb_row:after {
  content: " ";
  display: table;
}

.wpb_row:after {
  clear: both;
}

.wpb_row:before,
.wpb_row:after {
  content: " ";
  display: table;
}

.wpb_row:after {
  clear: both;
}

@media (max-width: 767px) {
  .wpb_row .wpb_column {
    margin-bottom: 20px;
    /* webnus */
  }
}

@media (max-width: 767px) {

  .wpb_row> :last-child,
  .wpb_row> :last-child>.wpb_column {
    margin-bottom: 0;
  }
}


/* webnus columns fix start */


.wpb_row.full-row .vc_span12,
.wpb_row.full-row .vc_col-sm-12,
.wpb_row.full-row .vc_col-md-12,
.wpb_row.full-row .vc_col-lg-12 {
  padding: 0;
}

.wpb_row.full-row .wpb_column .vc_span12,
.wpb_row.full-row .wpb_column .vc_col-sm-12,
.wpb_row.full-row .wpb_column .vc_col-md-12,
.wpb_row.full-row .wpb_column .vc_col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}

.wpb_row .vc_span12 .wpb_row,
.wpb_row .vc_col-sm-12 .wpb_row,
.wpb_row .vc_col-md-12 .wpb_row,
.wpb_row .vc_col-lg-12 .wpb_row {
  margin-left: -10px;
  margin-right: -10px;
  width: auto;
}

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

  .wpb_row .vc_span12 .wpb_row,
  .wpb_row .vc_col-sm-12 .wpb_row,
  .wpb_row .vc_col-md-12 .wpb_row,
  .wpb_row .vc_col-lg-12 .wpb_row {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }

  .wpb_row.full-row .vc_span12,
  .wpb_row.full-row .vc_col-sm-12,
  .wpb_row.full-row .vc_col-md-12,
  .wpb_row.full-row .vc_col-lg-12 {
    padding: 0;
  }

  .wpb_row.full-row .wpb_column .vc_span12,
  .wpb_row.full-row .wpb_column .vc_col-sm-12,
  .wpb_row.full-row .wpb_column .vc_col-md-12,
  .wpb_row.full-row .wpb_column .vc_col-lg-12 {
    padding-left: 15px;
    padding-right: 15px;
  }

}

@media only screen and (max-width: 767px) {

  .wpb_row .vc_span12 .wpb_row,
  .wpb_row .vc_col-sm-12 .wpb_row,
  .wpb_row .vc_col-md-12 .wpb_row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .sidebar .vc_column-inner {
    padding: 0 !important;
  }

  #wrap .vc_col-sm-8.cntt-w {
    width: calc(100% - 340px);
  }

  #wrap .vc_col-sm-8.cntt-w {
    margin-bottom: 10px;
  }

  .vc_col-sm-6.cntt-w {
    width: calc(100% - 760px);
  }

  #wrap .vc_col-sm-4.sidebar .wpb_widgetised_column {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 991px) {

  #wrap .vc_col-sm-8.cntt-w,
  #wrap .vc_col-sm-4.sidebar {
    width: 100%;
  }
}

.vc_column-inner>.wpb_wrapper>.wn-blogws-wrap {
  margin: 0 -15px;
}

#wrap .wpb_single_image .vc_single_image-wrapper {
  display: block;
}

#wrap .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab {
  box-shadow: 0 2px 0 0px rgba(0, 0, 0, 0.016);
}

#wrap .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab>a {
  border-color: #ececec;
  color: #777;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.4px;
}

#wrap .vc_tta-color-white.vc_tta-style-modern .vc_tta-tab.vc_active>a {
  color: #3a3a3a;
}

#wrap .vc_tta-color-white.vc_tta-style-modern.vc_tta-shape-round .vc_tta-tab {
  box-shadow: none;
}

#wrap .vc_tta-color-white.vc_tta-style-modern.vc_tta-shape-round .vc_tta-tab:hover a {
  box-shadow: 0 1px 15px 1px rgba(0, 0, 0, 0.15);
}

#wrap .vc_tta-color-white.vc_tta-style-modern.vc_tta-o-shape-group .vc_tta-tab.vc_active>a i.vc_tta-icon {
  color: #437df9;
}

#wrap .vc_tta-color-white.vc_tta-style-modern.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  background: none;
}

#wrap .vc_col-sm-4.sidebar {
  padding: 0 15px 20px 25px;
  width: 340px;
  margin-top: 10px;
}

.wpb_row [class*="vc_span"] .wpb_row .container,
.wpb_row [class*="vc_col"] .wpb_row .container,
.container .container:not(.force-container),
.columns .container:not(.force-container),
.container.wrapping,
.wpb_column .container:not(.force-container) {
  width: auto;
  margin: 0;
  padding: 0;
}

.wn-section.vc_row {
  margin-left: 0;
  margin-right: 0;
}

.stretch_section_content .wpb_row {
  margin: 0;
}

#wrap .stretch_section_content .vc_column-inner {
  padding-right: 0;
  padding-left: 0;
}

.wn-section.vc_section-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.wn-section.vc_section-flex .vc_vc_row {
  width: 100%;
}

.wn-section.vc_section-flex::after,
.wn-section.vc_section-flex::before {
  display: none;
}

.wn-section.vc_section-o-content-top {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.wn-section.vc_section-o-content-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.wn-section.vc_section-o-content-middle {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wn-section.vc_section-o-content-bottom::after,
.wn-section.vc_section-o-content-middle::after,
.wn-section.vc_section-o-content-top::after {
  content: '';
  width: 100%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}

.wpb_teaser_grid {
  margin-top: 20px;
}

.wpb_teaser_grid p,
.wpb_teaser_grid .entry-content {
  font-size: 13px;
  font-weight: 400;
  color: #818181;
  clear: right;
  line-height: 1.8 !important;
  padding: 6px 0 18px;
}

.wpb_teaser_grid img {
  width: 100%;
  border-bottom: 3px solid #eee;
  margin-bottom: 8px;
  height: auto !important;
}

.wpb_teaser_grid h2.post-title {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 1.3;
}

.wpb_teaser_grid.wpb_teaser_grid_post h2.post-title {
  font-size: 23px;
  font-weight: bold;
  margin: 10px 0;
}

.wpb_teaser_grid h2.post-title a {
  color: #2e373d;
}

.wpb_teaser_grid h2.post-title a:hover {
  color: #e84a52;
}

.wpb_teaser_grid ul.wpb_thumbnails-fluid li {
  padding: 0 10px;
}

@media only screen and (min-width: 1200px) {
  .wpb_teaser_grid ul.wpb_thumbnails-fluid li {
    padding: 0 15px;
  }
}

.wpb_teaser_grid .categories_filter {
  display: block;
  margin: 14px 10px 24px !important;
  text-align: center;
  clear: both;
  list-style: none outside none;
}

#main-content .wpb_teaser_grid .categories_filter li a {
  border-radius: 0;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.2;
  color: #333;
  font-weight: normal;
  margin-top: 0;
  text-align: center;
  width: auto;
  border: 2px solid #f0eeed;
}

#main-content .wpb_teaser_grid .categories_filter li a:hover {
  border-color: #e84a52;
}

#main-content .wpb_teaser_grid .categories_filter li.active a,
.wpb_teaser_grid .categories_filter li a:active {
  border: 2px solid #e84a52;
  color: #e84a52;
}

.wpb_carousel .wpb_thumbnails-fluid>[class*="vc_span"] {
  padding-bottom: 10px;
}

.wpb_teaser_grid ul.wpb_thumbnails-fluid li {
  /*margin-left:0 !important;*/
}

.teaser-metadata {
  display: inline-block;
  color: #888;
  font-size: 12px;
  /* extent */
  font-weight: 400;
  /* extent */
  text-transform: lowercase;
  /* extent */
  padding: 6px 0px 7px 0;
}

.teaser-metadata span {
  padding-right: 8px;
}

.teaser-metadata strong {
  font-weight: 400;
  color: #a8b1b4;
}

.wpb_teaser_grid .entry-content {
  clear: left;
}

#wrap .wpb_gallery_slides,
.vc_row {
  position: relative;
}

.wpb_gallery_slides .flex-caption {
  position: absolute;
  width: 62%;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.05);
  left: 0;
  right: 0;
  bottom: 11%;
  margin: auto;
  padding: 35px;
  text-align: center;
}

.wpb_gallery_slides .flex-caption h2.post-title {
  font-size: 27px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -0.03em;
  margin-bottom: 6px;
}

.wpb_gallery_slides .flex-caption h2.post-title a {
  color: #2a2a2a;
}

.wpb_gallery_slides .flex-caption h2.post-title a:hover {
  color: #fa5555;
}

.wpb_gallery_slides .flex-caption a.readmore {
  font-size: 10px;
  padding: 6px 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 0;
  font-weight: 600;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 0;
  float: none;
  border: 2px solid #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  display: inline-block;
}

.wpb_gallery_slides .flex-caption a.readmore:after {
  content: "";
  display: none;
}

.wpb_gallery_slides .flex-caption h6,
.wpb_gallery_slides .flex-caption h6 a {
  font-size: 17px;
  font-weight: 400;
  color: #4a4a4a;
}

.wpb_gallery_slides .flex-caption h6 a:hover {
  color: #fa5555;
  text-decoration: underline;
}

.wpb_gallery_slides .flex-control-nav {
  display: none;
}

.wpb_gallery_slides .flex-direction-nav a {
  opacity: 0.28;
  padding: 30px 5px;
}

.wpb_gallery_slides:hover .flex-direction-nav a {
  opacity: 0.65;
}

.wpb_gallery_slides .flex-direction-nav a:hover {
  opacity: 1;
}

.wpb_gallery_slides .flex-direction-nav .flex-next,
.wpb_gallery_slides .flex-direction-nav .flex-prev {
  border-radius: 0;
  background: none;
  border: none;
}

.wpb_gallery_slides .flex-direction-nav .flex-next {
  margin-right: 5px;
}

.wpb_gallery_slides .flex-direction-nav .flex-prev {
  margin-left: 3px;
}

.wpb_gallery_slides .flex-direction-nav a i {
  width: 34px;
  height: 34px;
  font-size: 12px;
  color: #000;
  background: #fff;
  padding: 12px 10px 12px 14px;
  border-radius: 33px;
  display: inline-block;
}

.wpb_gallery_slides .flex-direction-nav a.flex-prev i {
  padding: 12px;
}

.wpb_gallery_slides.flexslider:hover .flex-next:hover,
.wpb_gallery_slides.flexslider:hover .flex-prev:hover {
  background: none;
}

.col-md-4 .wpb_gallery_slides .flex-direction-nav a i {
  border: none;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  .wpb_gallery_slides .flex-caption {
    padding: 20px;
  }

  .wpb_gallery_slides .flex-caption h2.post-title {
    font-size: 17px;
  }

  .wpb_gallery_slides .flex-caption h6,
  .wpb_gallery_slides .flex-caption h6 a {
    font-size: 12px;
  }

  .wpb_gallery_slides .flex-caption a.readmore {
    display: none;
  }

  .wpb_teaser_grid .categories_filter li,
  .wpb_categories_filter li {
    margin-bottom: 23px;
  }
}

@media only screen and (max-width: 480px) {
  .wpb_gallery_slides .flex-caption {
    display: none;
  }
}

/* webnus vc carousel */

.vc-carousel-indicators {
  position: absolute;
  bottom: -36px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.vc-carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #888;
  background-color: #888;
}

.vc-carousel-indicators .vc-active {
  background-color: transparent;
  border: 1px solid #666;
}

.vc-carousel-indicators .vc-partial {
  opacity: 0.5;
}

.vc-carousel {
  position: relative;
  padding-top: 22px;
}

.vc-carousel .vc-carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.vc-carousel .vc-carousel-inner .vc-carousel-slideline {
  position: relative;
  overflow: hidden;
}

.vc-carousel .vc-carousel-inner .vc-carousel-slideline .vc-carousel-slideline-inner {
  left: 0;
  position: relative;
  width: 100%;
}

.vc-carousel .vc-carousel-inner .vc-carousel-slideline .vc-carousel-slideline-inner.vc-transition {
  -webkit-transition: 0.5s ease left;
  transition: 0.5s ease left;
}

.vc-carousel .vc-carousel-inner .vc-carousel-slideline .vc-carousel-slideline-inner.vc-transition.vc-swipe-transition {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.vc-carousel .vc-carousel-inner .vc-carousel-slideline .vc-carousel-slideline-inner>.vc-item {
  float: left;
  visibility: hidden;
}

.vc-carousel .vc-carousel-inner .vc-carousel-slideline .vc-carousel-slideline-inner>.vc-item>img,
.vc-carousel .vc-carousel-inner .vc-carousel-slideline .vc-carousel-slideline-inner>.vc-item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

.vc-carousel.vc-per-view-more .vc-carousel-slideline .vc-carousel-slideline-inner>.vc-item>.vc-inner {
  margin-right: 18px;
  margin-left: 2px;
}

.vc-carousel.vc_carousel_vertical .vc-carousel-slideline {
  overflow: hidden;
}

.vc-carousel.vc_carousel_vertical .vc-carousel-slideline .vc-carousel-slideline-inner {
  width: 100%;
}

.vc-carousel.vc_carousel_vertical .vc-carousel-slideline .vc-carousel-slideline-inner.vc-transition {
  -webkit-transition-property: top;
  transition-property: top;
}

.vc-carousel.vc_carousel_vertical .vc-carousel-slideline .vc-carousel-slideline-inner .vc-item {
  float: none;
}

.vc-carousel.vc_carousel_vertical .vc-carousel-indicators {
  position: absolute;
  top: 2%;
  right: 3%;
  left: auto;
  width: 10px;
}

.vc-carousel.vc_carousel_vertical .vc-carousel-indicators li {
  display: block;
  margin: 0 auto 3px;
  width: 6px;
  height: 6px;
}

.vc-carousel.vc_carousel_vertical .vc-carousel-indicators li.vc-active {
  width: 8px;
  height: 8px;
  margin: 0 auto 1px;
}

.vc-carousel.vc-build .vc-carousel-slideline .vc-carousel-slideline-inner>.vc-item {
  visibility: visible;
}

.vc-carousel-control {
  position: absolute;
  padding: 0;
  top: 0;
  left: 50%;
  bottom: 0;
  margin-top: -32px;
  font-size: 22px;
  text-align: center;
}

#wrap .vc-carousel .vc-carousel-indicators {
  display: none;
}

#wrap .vc-carousel-control {
  opacity: 1;
}

#wrap .vc-carousel-control.vc-left {
  margin-left: -71px;
  left: 50%;
}

#wrap .vc-carousel-control.vc-right {
  right: auto;
  left: 50%;
  margin-left: -35px;
}

.vc-carousel-control .icon-prev,
.vc-carousel-control .icon-next,
.vc-carousel-control .glyphicon-chevron-left,
.vc-carousel-control .glyphicon-chevron-right {
  position: absolute;
  z-index: 5;
  display: inline-block;
}

/* main */
.vc-carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.vc-carousel-caption .btn {
  text-shadow: none;
}

#wrap .vc_carousel .wpb_wrapper {
  border-top: 1px solid #e9e9e9;
  padding-top: 10px;
  margin-top: 17px;
  padding-bottom: 10px;
}

#wrap .vc_carousel .vc-carousel-control {
  top: 15px;
}

#wrap .vc_carousel .vc-carousel-control .icon-prev,
#wrap .vc_carousel .vc-carousel-control .icon-next {
  opacity: 1;
  background-color: #fff;
  width: 36px;
  height: 36px;
  padding: 10px;
  border-radius: 50%;
  right: auto;
  margin-left: 5px;
  top: -14px;
  /* border: 1px solid #acb0b2;*/
  border: none;
  color: #acb0b2;
}

#wrap .vc_carousel .vc-carousel-control .icon-prev:hover,
#wrap .vc_carousel .vc-carousel-control .icon-next:hover {
  border-color: #e84a52;
  color: #e84a52;
  background: #fff;
}

#wrap .vc_carousel .vc-carousel-control .icon-next:before,
#wrap .vc_carousel .vc-carousel-control .icon-prev:before {
  top: 0px;
  opacity: 1;
  position: absolute;
  top: 7px;
  right: 9px;
  font-family: 'FontAwesome';
  font-size: 16px;
  color: inherit;
  content: "\f054";
  speak: none;
  font-style: normal;
}

#wrap .vc_carousel .vc-carousel-control .icon-prev:before {
  right: 11px;
  content: "\f053";
}


#wrap .vc_carousel p {
  font-size: 13px;
  font-weight: 400;
  color: #666;
  clear: right;
  line-height: 1.6 !important;
}

#wrap .vc_carousel img {
  width: 100%;
  border-bottom: 3px solid #e2e2e2;
  margin-bottom: 8px;
  height: auto;
}

#wrap .vc_carousel h2.post-title {
  font-size: 17px;
  margin-bottom: 7px;
  margin-top: 7px;
  font-weight: 400;
  line-height: 1.3;
}

#wrap .vc_carousel h2.post-title a {
  color: #2e373d;
}

#wrap .vc_carousel h2.post-title a:hover {
  color: #e84a52;
}

@media screen and (min-width: 768px) {
  .vc-carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  #wrap .vc_carousel .vc-carousel-control {
    top: 9px;
  }
}

.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* WordPress fix. */
.entry-content ol.vc-carousel-indicators {
  margin: 0 0 0 -30%;
}

.entry-content .vc_carousel_vertical ol.vc-carousel-indicators {
  margin: 1px 0 0 0;
  bottom: auto;
}

.wpb_images_carousel.carousel .vc-carousel-inner .vc-carousel-slideline .vc-carousel-slideline-inner>.item>a {
  display: block;
}

.wpb_images_carousel.carousel .vc-carousel-inner .vc-carousel-slideline .vc-carousel-slideline-inner>.item>a>img {
  margin: auto;
}

/* start webnus edit vc common elements */

/** Tabs/Tour Common
---------------------------------------------------------- */
#wrap .wpb_content_element .wpb_tour_tabs_wrapper,
#wrap .wpb_content_element .wpb_tabs_nav {
  padding: 0;
}

#wrap .ui-widget {
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
}

#wrap .wpb_content_element .wpb_tabs_nav {
  margin: 0;
  padding-left: 0 !important;
  text-indent: inherit !important;
  border-bottom: 1px solid #e5e5e5;

}

#wrap #content .wpb_content_element .wpb_tabs_nav {
  margin: 0;
}

#wrap .wpb_content_element .wpb_tabs_nav li {
  background: #f7f7f7;
  display: block;
  margin-bottom: -1px !important;
  margin-right: -1px !important;
  line-height: 18px;
  border: 1px solid #e5e5e5;
  white-space: nowrap;
  background-image: none;
  list-style: none !important;
}

#wrap .wpb_content_element .wpb_tabs_nav li:after,
#wrap .wpb_content_element .wpb_tabs_nav li:before {
  display: none !important;
}

#wrap .wpb_content_element .wpb_tabs_nav li:hover {
  background-color: #fbfbfb;
}

#wrap .wpb_content_element .wpb_tabs_nav .ui-state-active,
#wrap .wpb_content_element .wpb_tabs_nav .ui-state-focus,
#wrap .wpb_content_element .wpb_tabs_nav .ui-state-active:hover,
#wrap .wpb_content_element .wpb_tabs_nav .ui-state-focus:hover {
  border-bottom-color: #fff;
  background: #fff;
  padding-top: 6px;
  margin-top: -6px;
}

#wrap .wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
  cursor: default;
}

#wrap .wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide {
  display: none;
}

/** Tabs/Tour/Accordion Common **/
#wrap .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
#wrap .wpb_content_element .wpb_accordion_header a {
  border-bottom: none;
  text-decoration: none;
  display: block;
  padding: 12px 18px;
  font-size: 13px;
  color: #555;
}

#wrap .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
#wrap .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-top: none;
}

#wrap .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
#wrap .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  padding: 20px;
}

#wrap .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab>.wpb_content_element:last-child,
#wrap .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content>.wpb_content_element:last-child,
#wrap .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child,
#wrap .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child>div>div.wpb_wrapper .wpb_content_element:last-child {
  margin-bottom: 0;
}

/** Tabs **/
#wrap .wpb_tabs .wpb_tabs_nav li {
  float: left;
  margin: 0 1px 0 0;
}

/** Tour **/

#wrap .wpb_tour .wpb_tabs_nav {
  float: left;
  display: block;
  border: none;
  border-right: 1px solid #e5e5e5;
  padding: 40px 0;
  width: 20%;
  min-width: 98px;
}

#wrap .wpb_tour .wpb_tabs_nav li {
  margin: 0 0 1px 0;
  padding: 0;
  background: #f9f9f9;
  border: 1px solid #e5e5e5;
  border-left: none;
}

#wrap .wpb_tour .wpb_tabs_nav .ui-state-active,
#wrap .wpb_tour .wpb_tabs_nav .ui-state-focus,
#wrap .wpb_tour .wpb_tabs_nav .ui-state-active:hover,
#wrap .wpb_tour .wpb_tabs_nav .ui-state-focus:hover {
  border-bottom-color: #e5e5e5;
  border-right-color: #fff;
  background: #fff;
  padding-top: 0;
  margin-top: 0;
  margin-right: -1px;
}

#wrap .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #838383;
  padding: 10px;
  font-family: 'Poppins', 'Open Sans', Helvetica, Arial, sans-serif;
}

#wrap .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  height: 100%;
  float: left;
  width: 79%;
  min-width: 196px;
  min-height: 160px;
  display: block;
  padding: 30px 0 0 21.739130434782606px;
}

#wrap .wpb_tour_next_prev_nav {
  width: 0px;
  height: 0px;
  display: none;
  visibility: hidden;
}

#wrap .wpb_tour_next_prev_nav a {
  border-bottom: 1px dotted;
  text-decoration: none;
}

#wrap .wpb_tour_next_prev_nav a:hover {
  text-decoration: none;
  border-bottom: none;
}

#wrap .wpb_tour_next_prev_nav span {
  width: 48%;
  display: inline-block;
  padding-top: 1em;
  float: left;
}

#wrap .wpb_tour_next_prev_nav span.wpb_next_slide {
  text-align: right;
  float: right;
}

/** Accordion **/
#wrap .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  margin: 0 0 1px 0;
  padding-top: 0;
  position: relative;
  text-transform: none;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  border: none;
  cursor: pointer;
  display: block;
  margin: 0;
}

#wrap .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  display: block;
  color: #656f78;
  padding: 36px 14px 16px 38px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  text-shadow: none;
  font-weight: bold;
  font-size: 17px;
  font-family: 'Lora', serif;
  min-height: 82px;
  line-height: 1.5;
  margin-left: 37px;
}

#wrap .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
#wrap .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  display: block;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 7px;
  top: 19px;
  border: 2px solid #eee;
  border-radius: 50%;
}


#wrap .wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon:before,
#wrap .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
  content: "+";
  display: block;
  float: left;
  font-size: 23px;
  margin-left: 22px;
  margin-top: 14px;
  color: #999;
  font-family: 'Lora', serif;
}

#wrap .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon:before {
  content: "-";
  margin-left: 24px;
  margin-top: 16px;
}

#wrap .wpb_accordion .wpb_accordion_wrapper:last-of-type {
  margin-bottom: 20px;
}

#wrap .wpb_accordion .wpb_accordion_wrapper .ui-state-active a,
#wrap .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a:hover {
  color: #0093d0;
}

#wrap .wpb_accordion .wpb_accordion_wrapper .ui-state-active a {
  background-color: #fff;
}

#wrap .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  padding: 0 20px 30px 74px;
}

#wrap .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content p {
  font-size: 14px;
  font-weight: 400;
}

/* tabs_tour_accordion responsive rules */
@media (max-width: 960px) {

  #wrap .vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav,
  #wrap .vc_responsive .wpb_tour .wpb_tab,
  #wrap .vc_responsive .wpb_tour_next_prev_nav {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  #wrap .wpb_tabs .wpb_tabs_nav li,
  #wrap .wpb_content_element .wpb_tabs_nav li,
  .wpb_tour .wpb_tabs_nav {
    float: none;
    margin: 0 !important;
  }

  #wrap .wpb_content_element .wpb_tabs_nav .ui-state-active,
  #wrap .wpb_content_element .wpb_tabs_nav .ui-state-focus,
  #wrap .wpb_content_element .wpb_tabs_nav .ui-state-active:hover,
  #wrap .wpb_content_element .wpb_tabs_nav .ui-state-focus:hover,
  #wrap .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
    float: none;
    margin: 0 !important;
    padding-top: 0 !important;
    border-left-color: #ff9900;
  }

  #wrap .wpb_tour .wpb_tabs_nav {
    width: auto;
    border: none;
    max-width: 100%;
  }

  #wrap .wpb_tour .wpb_tabs_nav li {
    border: 1px solid #e5e5e5;
  }

  #wrap .wpb_tour .wpb_tabs_nav .ui-state-active,
  #wrap .wpb_tour .wpb_tabs_nav .ui-state-focus,
  #wrap .wpb_tour .wpb_tabs_nav .ui-state-active:hover,
  #wrap .wpb_tour .wpb_tabs_nav .ui-state-focus:hover {
    border-left: 1px solid #ff9900;
    border-right: 1px solid #e5e5e5;
  }


}


/* Progress bar
---------------------------------------------------------- */
.vc_progress_bar .vc_single_bar {

  background: #f7f7f7;
  position: relative;
  margin-bottom: 12px;
  height: 11px;
  margin-top: 50px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;

}

.vc_progress_bar .vc_single_bar:last-child {
  margin-bottom: 0;
}

.vc_progress_bar .vc_single_bar .vc_label {
  position: relative;
  display: inline;
  padding: 0;
  text-shadow: none !important;
  z-index: 1;
  top: -28px;
  color: #797d84;
  /* webnus*/
  font-size: 15px;
  /* webnus*/
  font-weight: 300;
  /* webnus*/
}

.vc_progress_bar .vc_single_bar .vc_label .vc_label_units {
  float: right;
  margin-top: -24px;
}

.vc_progress_bar .vc_single_bar.bar_blue .vc_bar {
  background-color: #0074CC;
}

.vc_progress_bar .vc_single_bar.bar_blue .vc_label {
  color: #797d84;
  /* webnus*/
}

.vc_progress_bar .vc_single_bar.bar_turquoise .vc_bar {
  background-color: #49afcd;
}

.vc_progress_bar .vc_single_bar.bar_turquoise .vc_label {
  color: #797d84;
  /* webnus*/
}

.vc_progress_bar .vc_single_bar.bar_green .vc_bar {
  background-color: #5bb75b;
}

.vc_progress_bar .vc_single_bar.bar_green .vc_label {
  color: #797d84;
  /* webnus*/
}

.vc_progress_bar .vc_single_bar.bar_orange .vc_bar {
  background-color: #faa732;
}

.vc_progress_bar .vc_single_bar.bar_orange .vc_label {
  color: #797d84;
  /* webnus*/
}

.vc_progress_bar .vc_single_bar.bar_red .vc_bar {
  background-color: #da4f49;
}

.vc_progress_bar .vc_single_bar.bar_red .vc_label {
  color: #797d84;
  /* webnus*/
}

.vc_progress_bar .vc_single_bar.bar_black .vc_bar {
  background-color: #414141;
}

.vc_progress_bar .vc_single_bar.bar_black .vc_label {
  color: #797d84;
  /* webnus*/
}

.vc_progress_bar .vc_single_bar .vc_bar {
  display: block;
  position: absolute;
  height: 100%;
  background-color: #e0e0e0;
  width: 0%;
  top: 0;
  left: 0;
  transition: width 1s linear;
  -moz-transition: width 1s linear;
  -webkit-transition: width 1s linear;
  -o-transition: width 1s linear;
}

.vc_progress_bar .vc_single_bar .vc_bar.striped {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 20px 20px;
  -moz-background-size: 20px 20px;
  -o-background-size: 20px 20px;
  background-size: 20px 20px;
}

.vc_progress_bar .vc_single_bar .vc_bar.animated {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 20px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 20px 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 20px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 20px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 20px 0;
  }

  to {
    background-position: 0 0;
  }
}

/* # Column Shortcodes
	----------------------- */
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth {
  float: left;
  margin-right: 4%;
  margin-bottom: 20px;
}

.one_half {
  width: 48%;
}

.one_third {
  width: 30.6666%;
}

.two_third {
  width: 65.3332%;
}

.one_fourth {
  width: 22%;
}

.three_fourth {
  width: 74%;
}

.one_fifth {
  width: 16.8%;
}

.two_fifth {
  width: 37.6%;
}

.column-last {
  margin-right: 0 !important;
  clear: right;
}

.easyPieChart {
  position: relative;
  text-align: center;
}

.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.pie {
  text-align: center;
  font-size: 49px;
  position: relative;
  margin: 0 auto 20px;
}

.pie p {
  font-size: 16px;
  color: #888;
  font-weight: 400;
  position: absolute;
  bottom: -52px;
  width: 100%;
  padding-top: 10px;
  border-top: 2px solid #f9f9f9;
}

.container .pie p {
  margin-bottom: 0;
}

/* Distance Shortcode
	---------------------- */
.wn-distance-10,
.wn-distance-20,
.wn-distance-30,
.wn-distance-40,
.wn-distance-50,
.wn-distance-60,
.wn-distance-70,
.wn-distance-80,
.wn-distance-90,
.wn-distance-100 {
  clear: both;
  float: none;
  width: 100%;
  padding: 0;
  margin: 0;
  line-height: 0;
}

.wn-distance-10 {
  height: 10px;
}

.wn-distance-20 {
  height: 20px;
}

.wn-distance-30 {
  height: 30px;
}

.wn-distance-40 {
  height: 40px;
}

.wn-distance-50 {
  height: 50px;
}

.wn-distance-60 {
  height: 60px;
}

.wn-distance-70 {
  height: 70px;
}

.wn-distance-80 {
  height: 80px;
}

.wn-distance-90 {
  height: 90px;
}

.wn-distance-100 {
  height: 100px;
}

@media only screen and (max-width: 767px) {
  .wn-distance-mob-0 {
    height: 0px;
  }

  .wn-distance-mob-10 {
    height: 10px;
  }

  .wn-distance-mob-20 {
    height: 20px;
  }

  .wn-distance-mob-30 {
    height: 30px;
  }

  .wn-distance-mob-40 {
    height: 40px;
  }

  .wn-distance-mob-50 {
    height: 50px;
  }

  .wn-distance-mob-60 {
    height: 60px;
  }

  .wn-distance-mob-70 {
    height: 70px;
  }

  .wn-distance-mob-80 {
    height: 80px;
  }

  .wn-distance-mob-90 {
    height: 90px;
  }

  .wn-distance-mob-100 {
    height: 100px;
  }
}

.compose-mode .vc_vc_section {
  position: relative;
}

.compose-mode .vc_vc_section:before {
  border: 4px solid transparent !important;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  display: inline-block;
  z-index: 1;
  transition: all 0.3s ease;
}

.compose-mode .vc_vc_section:hover:before {
  border-color: #008aff !important;
  box-shadow: 0 2px 23px -7px #008aff inset;
}

.compose-mode .vc_vc_section>.vc_controls>.vc_controls-out-tl,
.compose-mode .vc_controls>.vc_controls-out-tl {
  left: 0 !important;
  top: 0 !important;
}

#wrap .vc_row .vc_controls-out-tl {
  top: 30px !important;
}

.compose-mode .vc_controls {
  z-index: 2;
}

.compose-mode .vc_row .vc_controls>.vc_controls-out-tl .parent-vc_row {
  margin-top: -30px;
}

.compose-mode .vc_vc_section>.vc_controls>.vc_controls-out-tl {
  box-shadow: 0 2px 13px -3px #008aff;
}

.compose-mode .vc_controls-column>div .vc_btn-content {
  box-shadow: 0 2px 13px -3px #f3af1c;
}

.compose-mode .vc_controls-column>div>.vc_parent .vc_btn-content {
  box-shadow: 0 2px 13px -3px #0073aa;
}

.compose-mode .vc_vc_row .vc_element {
  border: 1px dashed transparent;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
}

.compose-mode .vc_vc_row .vc_element:hover {
  border-color: #95ca24;
}

.compose-mode .vc_controls-column>div>.element-vc_section .vc_btn-content,
.compose-mode .vc_controls-column>div>.element-vc_section .vc_control-btn .vc_btn-content,
.compose-mode .vc_controls-container>div>.element-vc_section .vc_btn-content,
.compose-mode .vc_controls-container>div>.element-vc_section .vc_control-btn .vc_btn-content,
.compose-mode .vc_controls-row>div>.element-vc_section .vc_btn-content,
.compose-mode .vc_controls-row>div>.element-vc_section .vc_control-btn .vc_btn-content {
  background-color: #008aff !important;
}

.compose-mode .vc_controls-column>div>.element-vc_section .vc_btn-content:hover,
.compose-mode .vc_controls-column>div>.element-vc_section .vc_control-btn .vc_btn-content:hover,
.compose-mode .vc_controls-container>div>.element-vc_section .vc_btn-content:hover,
.compose-mode .vc_controls-container>div>.element-vc_section .vc_control-btn .vc_btn-content:hover,
.compose-mode .vc_controls-row>div>.element-vc_section .vc_btn-content,
.compose-mode .vc_controls-row>div>.element-vc_section .vc_control-btn .vc_btn-content:hover {
  background-color: #2375bb !important;
}

.compose-mode .vc_controls>.vc_controls-cc {
  box-shadow: 0 5px 23px -6px #95ca24;
}

.compose-mode .vc_control-btn-append .vc_btn-content {
  padding: 11px !important;
  box-shadow: 0 5px 23px -6px #f3af1c;
}

.compose-mode .vc_control-btn-append:before {
  left: 50% !important;
  margin-left: -4px !important;
}

.compose-mode .vc_element.vc_button {
  display: inline-block;
}

.compose-mode .vc_element.element-content_carousel_tab,
.compose-mode .vc_element.element-content_slider_element {
  margin-top: 30px;
}

.vc_wp_search.wpb_content_element.trnsp-txbx input[type="text"].search-side {
  width: 100%;
  border: none;
  height: 52px;
  background-color: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.vc_wp_search.wpb_content_element.trnsp-txbx input[type="text"].search-side:hover {
  background-color: rgba(255, 255, 255, 0.17);
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.07);
}

.vc_wp_search.wpb_content_element.trnsp-txbx input[type="text"].search-side:focus {
  background-color: #fff;
  box-shadow: 0 7px 9px rgba(0, 0, 0, 0.15);
  color: #444;
}

.wpb_single_image.wpb_content_element img {
  height: auto;
  max-width: 100%;
}

.blox.wpb_row,
#wrap.boxed-wrap .blox.wpb_row,
#wrap .blox.wpb_row,
.blox .wpb_row,
#wrap.boxed-wrap .blox .wpb_row,
#wrap .blox .wpb_row,
.wpb_row .wpb_row {
  margin-bottom: 0;
}

.wpb_row .wpb_row {
  margin-bottom: 0;
}

.blox .wbp_row,
.blox .wpb_row {
  margin-right: 0;
  margin-left: 0;
}

#wrap .blox .wpb_content_element,
#wrap .parallax-sec .wpb_content_element,
#wrap .video-sec .wpb_content_element {
  margin-bottom: 0;
}

.wpb_single_image.wpb_content_element {
  margin-bottom: 0;
}

.wpb_layerslider_element.wpb_content_element,
.wpb_revslider_element.wpb_content_element,
.wpb_gmaps_widget.wpb_content_element,
.wpb_gallery.wpb_content_element,
.wpb_layerslider_element .wpb_single_image.wpb_content_element,
.wpb_revslider_element .wpb_single_image.wpb_content_element {
  margin-bottom: 0px;
}

.our-map .wpb_wrapper .wpb_map_wraper,
.wpb_gmaps_widget .wpb_wrapper {
  padding: 0;
}

.wpb_gmaps_widget {
  border: 5px solid #eee;
}

@media only screen and (min-width: 1200px) {
  .wpb_column.nopad-all {
    padding: 0;
  }

  .wpb_column.nopad-left {
    padding-left: 0;
  }

  .wpb_column.nopad-right {
    padding-right: 0;
  }

  .wpb_column.nopad-bottom {
    padding-bottom: 0;
  }

  .wpb_column.nopad-top {
    padding-top: 0;
  }
}

@media only screen and (max-width: 991px) {
  .wpb_row .wpb_column.full-at-max960 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .wpb_row .wpb_column {
    margin-bottom: 0;
  }

  .vc_row.respo-bg-none,
  .respo-bg-none .wn-parallax-bg-holder .wn-parallax-bg {
    background-image: none !important;
  }

  .one_half,
  .one_third,
  .two_third,
  .three_fourth,
  .one_fourth,
  .one_fifth,
  .two_fifth {
    width: 100%;
    float: none;
    margin-right: 0;
  }

  .wpb_column .vc_column-inner {
    position: relative;
  }

  .tabs-left>.nav-tabs,
  .tabs-left>.nav-tabs>li>a,
  .nav-tabs>li,
  .nav-tabs>li.active,
  .tabs-left>.nav-tabs>li.active>a,
  .tabs-left>.nav-tabs .active>a:hover {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-left>.nav-tabs>li>a {
    border-right: 0 none;
  }

  .tabs-left>.tab-content {
    border: none;
  }

  .container hr {
    margin-left: 0;
    margin-right: 0;
  }

  .tab-content .columns,
  .tab-content .column {
    margin: 0 10px;
    max-width: 90%;
  }
}

.wpb_gallery_slides p {
  display: none;
}

.row-wrapper-x {
  padding: 0 10px;
}

.row-wrapper-x>p:empty {
  margin: 0;
}

.col-md-8.omega .row-wrapper-x {
  padding-left: 0;
}

#wrap .vc_parallax.vc_column_container .vc_parallax-inner {
  height: 100% !important;
}

.no-margin-w {
  margin: 0 !important;
}

.no-mb,
.wn-margin-bottom0 {
  margin-bottom: 0 !important;
}

.ne-mb {
  margin-bottom: -30px !important;
}

.wn_video-bg-container {
  position: relative;
  background-color: #222;
}

.vc_editor .w-animate {
  opacity: 1;
}

@media only screen and (min-width: 992px) {
  .w-animate {
    opacity: 0;
  }

  .w-start_animation {
    opacity: 1;
    -webkit-animation: w-animate-btt 0.5s;
    -moz-animation: w-animate-btt 0.5s;
    -o-animation: w-animate-btt 0.5s;
    animation: w-animate-btt 0.5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }

  .nav .w-start_animation {
    opacity: 1;
    -webkit-animation: w-animate-btt-nav 0.28s;
    -moz-animation: w-animate-btt-nav 0.28s;
    -o-animation: w-animate-btt-nav 0.28s;
    animation: w-animate-btt-nav 0.28s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}

/* Bottom to Top Keyframes */
@-webkit-keyframes w-animate-btt {
  0% {
    -webkit-transform: translate3d(0, 110px, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-moz-keyframes w-animate-btt {
  0% {
    -moz-transform: translate3d(0, 110px, 0);
    opacity: 0;
  }

  100% {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-o-keyframes w-animate-btt {
  0% {
    -o-transform: translate3d(0, 110px, 0);
    opacity: 0;
  }

  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes w-animate-btt {
  0% {
    transform: translate3d(0, 110px, 0);
    opacity: 0;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}


/* Bottom to Top Keyframes (mega menu) */
@-webkit-keyframes w-animate-btt-nav {
  0% {
    -webkit-transform: translate3d(0, 30px, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-moz-keyframes w-animate-btt-nav {
  0% {
    -moz-transform: translate3d(0, 30px, 0);
    opacity: 0;
  }

  100% {
    -moz-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-o-keyframes w-animate-btt-nav {
  0% {
    -o-transform: translate3d(0, 30px, 0);
    opacity: 0;
  }

  100% {
    -o-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes w-animate-btt-nav {
  0% {
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }

  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.image-gallery {
  display: block;
  margin: 10px 0;
}

.image-gallery ul li {
  float: left;
  width: 215px;
  height: 215px;
  margin: 1px;
  overflow: hidden;
}

.image-gallery ul li img {
  max-width: 420px;
  width: auto;
  height: 215px;
  border-radius: 1px;
  text-align: center
}

.image-gallery .zoomex {
  bottom: 0;
}

.vc_tta-tabs.vc_tta-style-modern.vc_tta-shape-round .vc_tta-tab {
  position: relative;
}

.vc_tta-tabs.vc_tta-style-modern.vc_tta-shape-round .vc_tta-tab>a {
  border-color: #EFEDED;
  background-color: #FFFFFF;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  border-width: 3px;
  text-align: center;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
}

.vc_tta-tabs.vc_tta-style-modern.vc_tta-shape-round .vc_tta-tab:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: -40px;
  width: 40px;
  height: 3px;
  background-color: #EFEDED;
}

.vc_tta-tabs.vc_tta-style-modern.vc_tta-shape-round .vc_tta-tab:last-child:after {
  display: none;
}

.vc_tta-tabs.vc_tta-style-modern.vc_tta-shape-round .vc_tta-tab.vc_active>a {
  background-color: #437df9;
  border-color: #14C6E7;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.vc_tta-tabs.vc_tta-style-modern.vc_tta-shape-round .vc_tta-tab .vc_tta-icon {
  line-height: 71px;
  color: #437df9;
  font-size: 26px;
  text-align: center;
}

.vc_tta-tabs.vc_tta-style-modern.vc_tta-shape-round .vc_tta-tab.vc_active .vc_tta-icon {
  color: #fff !important;
}

.vc_tta-tabs.vc_tta-style-modern.vc_tta-shape-round .vc_tta-panel-body h4 {
  margin-left: 0;
}

.directions-key {
  text-align: right;
  position: relative;
}

.directions-key img {
  margin-bottom: 11px;
  width: 100%;
}

.directions-key span.before {
  width: 100%;
  height: 5px;
  background: #252425;
  position: absolute;
  bottom: 12px;
  right: 0;
  z-index: 1;
}

.directions-key p {
  padding-right: 120px;
  display: inline;
  background: #fff;
  z-index: 2;
  position: relative;
  padding-left: 9px;
  margin-top: 25px;
  overflow: hidden;
}

body.vc_editor .wn-deep-title-wrap .wn-deep-innertitle,
body.vc_editor .wn-deep-title-wrap .wn-deep-subtitle,
body.vc_editor .wn-deep-title-wrap .after {
  opacity: 1;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 0s;
}

#wrap .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a {
  color: #000;
}

#wrap .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a {
  color: #437df9;
}

#wrap .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active {
  border-bottom: 2px solid #437df9;
}

#wrap .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab.vc_active>a,
.vc_tta.vc_general .vc_tta-tabs-list {
  background: #f8f8f8;
}

#wrap .vc_tta-color-white.vc_tta-style-flat .vc_tta-tab>a span.vc_tta-title-text {
  letter-spacing: 1.3px;
}

.max-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
}

.max-pat,
.max-pat2,
.max-alpha,
.max-alpha2 {
  position: relative;
}

.max-pat .max-overlay {
  background-image: url(/wp-content/plugins/deep-core-pro/assets/src/css/frontend/base/../../../images/pattern.png);
}

.max-pat2 .max-overlay {
  background-image: url(/wp-content/plugins/deep-core-pro/assets/src/css/frontend/base/../../../images/pattern2.png);
}

.max-alpha .max-overlay {
  background-color: rgba(33, 65, 83, 0.5);
}

.max-alpha2 .max-overlay {
  background-color: rgba(8, 22, 31, 0.8);
}

.container .columns hr,
.container .column hr,
.container .wpb_column hr,
.container .wpb_column hr {
  margin-right: 0px;
  margin-left: 0px;
}

ul.check li,
li.check,
ul.plus li,
li.plus,
ul.minus li,
li.minus,
ul.star li,
li.star,
ul.arrow li,
li.arrow,
ul.arrow2 li,
li.arrow2,
ul.square li,
li.square,
ul.circle li,
li.circle,
ul.cross li,
li.cross {
  font-size: 15px;
  list-style: none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.clearfix:before,
.clearfix:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.columns {
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container [class*="col-"] img,
.container-fluid [class*="col-"] img {
    max-width: 100%;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media only screen and (max-width: 480px) {
    .container {
        width: 98%;
    }
}

@media only screen and (min-width: 481px) and (max-width: 767px) {
    .container {
        width: 96%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    .container {
        width: 960px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
    .container {
        width: 1156px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 1281px) {
    .container {
        width: 1246px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 1921px) {
    .container {
        max-width: 1690px;
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-sm-1,
.col-md-1,
.col-sm-2,
.col-md-2,
.col-sm-3,
.col-md-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-sm-5,
.col-md-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-sm-7,
.col-md-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-sm-9,
.col-md-9,
.col-sm-10,
.col-md-10,
.col-sm-11,
.col-md-11,
.col-xs-12,
.col-sm-12,
.col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

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

    .col-sm-1,
    .col-md-1,

    .col-sm-2,
    .col-md-2,

    .col-sm-3,
    .col-md-3,
    .col-xs-4,
    .col-sm-4,
    .col-md-4,

    .col-sm-5,
    .col-md-5,
    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6,

    .col-sm-7,
    .col-md-7,
    .col-xs-8,
    .col-sm-8,
    .col-md-8,

    .col-sm-9,
    .col-md-9,

    .col-sm-10,
    .col-md-10,

    .col-sm-11,
    .col-md-11,

    .col-xs-12,
    .col-sm-12,
    .col-md-12 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .row {
        margin-left: -15px;
        margin-right: -15px;
    }
}

.container [class*="col-"].alpha {
    padding-left: 0;
}

.container [class*="col-"].omega {
    padding-right: 0;
}

.col-xs-4,
.col-xs-6,
.col-xs-8,
.col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-8 {
    width: 66.66666666666666%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-4 {
    width: 33.33333333333333%;
}

@media (min-width: 768px) {

    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666666666666%;
    }

    .col-sm-10 {
        width: 83.33333333333334%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666666666666%;
    }

    .col-sm-7 {
        width: 58.333333333333336%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666666666667%;
    }

    .col-sm-4 {
        width: 33.33333333333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.666666666666664%;
    }

    .col-sm-1 {
        width: 8.333333333333332%;
    }
}

@media (min-width: 992px) {

    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }
}

.container-fluid {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
}

.container-fluid::after {
    content: "";
    display: table;
    clear: both;
}

#wp-admin-bar-wn_main_menu_item.wn-admin-menu-bar svg,
#wp-admin-bar-wn_main_menu_item.wn-admin-menu-bar img {
	fill: #9ca2a6;
	width: 17px;
	vertical-align: middle;
	margin-right: 2px;
}

#wp-admin-bar-wn_main_menu_item.wn-admin-menu-bar:hover svg {
	fill: #00b9eb;
}
.wpcf7 .wpcf7-form input,
.wpcf7 .wpcf7-form textarea,
.wpcf7 .wpcf7-form select {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    padding: 11px 6px;
    font-size: 13px;
    font-weight: 300;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .062) inset;
    margin-bottom: 22px;
}

.wpcf7-form textarea {
    background: #fff;
}

.wpcf7 .wpcf7-form input[type="checkbox"],
.wpcf7 .wpcf7-form input[type="radio"] {
    width: auto;
    box-shadow: none;
}

.wpcf7 .wpcf7-form input[type="submit"] {
    border-radius: 0;
    margin-top: 25px;
    font-size: 16px;
}

.wpcf7 .wpcf7-form span.wpcf7-list-item {
    margin-left: 0;
    margin-bottom: 10px;
    margin-right: 10px;
}

.wpcf7 .wpcf7-form input:hover,
.wpcf7 .wpcf7-form textarea:hover {
    border-color: #b2cef7;
}

.wpcf7 .wpcf7-form select {
    height: 48px;
    padding: 0 6px;
    margin: 0;
}

.wpcf7 .wpcf7-form textarea {
    height: 90px;
}

.wpcf7 .wpcf7-form p {
    color: #717171;
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 500;
}

.wpcf7 .wpcf7-form input[type="submit"],
.wpcf7 .wpcf7-form input[type="reset"],
.wpcf7 .wpcf7-form input[type="button"] {
    width: auto;
    font-weight: bold;
    border-radius: 58px;
    background-color: #437df9;
    padding: 18px 42px;
    letter-spacing: 0;
    border: none;
}

.wpcf7 .wpcf7-form input[type="submit"]:hover,
.wpcf7 .wpcf7-form input[type="reset"]:hover,
.wpcf7 .wpcf7-form input[type="button"]:hover {
    background-color: #292929;
    color: #fff;
}

.wpcf7 .wpcf7-form input[type="text"],
.wpcf7 .wpcf7-form input[type="password"],
.wpcf7 .wpcf7-form input[type="number"],
.wpcf7 .wpcf7-form input[type="email"],
.wpcf7 .wpcf7-form textarea,
.wpcf7 .wpcf7-form option {
    margin: 0 auto;
    width: 100%;
    padding: 11px 10px;
}

.wpcf7 .wpcf7-form h6 {
    margin-top: 25px;
    color: #df506e;
    font-size: 20px;
    font-weight: bold;
    text-transform: lowercase;
}

.wpcf7 .wpcf7-form .radio-w {
    padding: 24px 0 0;
}

.wpcf7 .wpcf7-form .radio-w .wpcf7-list-item {
    margin-right: 100px;
}

.wpcf7 .wpcf7-form .one_half input[type="submit"] {
    width: 100%;
    margin-top: 16px;
}

.wpcf7 .wpcf7-form .one_half {
    margin-bottom: 80px;
}

.dark.blox .wpcf7 .wpcf7-form input[type="text"],
.dark.blox .wpcf7 .wpcf7-form input[type="password"],
.dark.blox .wpcf7 .wpcf7-form input[type="number"],
.dark.blox .wpcf7 .wpcf7-form input[type="email"],
.dark.blox .wpcf7 .wpcf7-form textarea,
.dark.blox .wpcf7 .wpcf7-form select,
.dark.blox .wpcf7 .wpcf7-form option {
    color: rgba(102, 102, 102, 1);
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.85);
}

.dark.blox .wpcf7 .wpcf7-form input[type="text"]:focus,
.dark.blox .wpcf7 .wpcf7-form .rsvp-w1 input[type="password"]:focus,
.dark.blox .wpcf7 .wpcf7-form input[type="number"]:focus,
.dark.blox .wpcf7 .wpcf7-form input[type="email"]:focus,
.dark.blox .wpcf7 .wpcf7-form textarea:focus,
.dark.blox .wpcf7 .wpcf7-form select:focus,
.dark.blox .wpcf7 .wpcf7-form option:focus {
    background-color: #fff;
}

.dark.blox .wpcf7 .wpcf7-form input[type="submit"] {
    border-radius: 30px;
    color: #fff;
    border: 1px solid #fff;
    background: transparent;
    padding: 14px 35px;
    margin-top: 10px;
}

.dark.blox .wpcf7 .wpcf7-form input[type="submit"]:hover {
    background: #3498db;
    border: 1px solid #3498db;
}

.wpcf7 .col-md-12,
.wpcf7 .col-md-8,
.wpcf7 .col-md-6,
.wpcf7 .col-md-4 {
    margin-bottom: 20px;
}

/* coming soon contact form */
.wpcf7 .comingsoon-form input,
.wpcf7 .comingsoon-form textarea {
    background-color: #262830;
    border: 2px solid #212329;
    transition: .2s all;
    border-radius: 3px;
    color: #cdcdcd;
}

#wrap .wpcf7 .comingsoon-form input,
#wrap .wpcf7 .comingsoon-form textarea {
    padding: 15px 20px;
}

#wrap .wpcf7 .comingsoon-form input:hover,
#wrap .wpcf7 .comingsoon-form textarea:hover {
    border-color: #262830;
}

.wpcf7 .comingsoon-form textarea {
    min-height: 122px;
}

#wrap .wpcf7 .comingsoon-form .wpcf7-submit {
    background-color: #53bf71;
    width: 100%;
    padding: 18px;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 0;
}

.wpcf7 .comingsoon-form input::-webkit-input-placeholder {
    color: #797979;
    font-size: 14px;
}

.wpcf7 .comingsoon-form input::-moz-placeholder {
    color: #797979;
    font-size: 14px;
}

.wpcf7 .comingsoon-form input:-ms-input-placeholder {
    color: #797979;
    font-size: 14px;
}

.wpcf7 .comingsoon-form input:-moz-placeholder {
    color: #797979;
    font-size: 14px;
}

.wpcf7 .comingsoon-form textarea::-webkit-input-placeholder {
    color: #797979;
    font-size: 14px;
}

.wpcf7 .comingsoon-form textarea::-moz-placeholder {
    color: #797979;
    font-size: 14px;
}

.wpcf7 .comingsoon-form textarea:-ms-input-placeholder {
    color: #797979;
    font-size: 14px;
}

.wpcf7 .comingsoon-form textarea:-moz-placeholder {
    color: #797979;
    font-size: 14px;
}

.wpcf7 .comingsoon-form span.wpcf7-not-valid-tip {
    color: #ff9b9b;
}

.comingsoon-form+.wpcf7-validation-errors {
    color: #fff;
    text-align: center;
}

.comingsoon-form+div.wpcf7-mail-sent-ok {
    color: #fff;
    text-align: center;
}

#wrap div.wpcf7-mail-sent-ok {
    border: 1px solid #66c855;
    background: #baefb1;
    color: #218f0d;
    margin: 5px 15px;
    font-size: 13px;
    line-height: 26px;
    border-radius: 2px;
    box-shadow: 0 1px 22px -5px #66c855;
}

#wrap div.wpcf7-validation-errors,
#wrap div.wpcf7-spam-blocked {
    border: 1px solid #fff241;
    background: #fffcc8;
    color: #8f6b0d;
    margin: 5px 15px;
    font-size: 13px;
    line-height: 26px;
    border-radius: 2px;
    box-shadow: 0 2px 20px -6px #fff241;
}

#wrap div.wpcf7-mail-sent-ng {
    border: 1px solid #ff8f8f;
    background: #ffd1cb;
    color: #9d1e00;
    margin: 5px 15px;
    font-size: 13px;
    line-height: 26px;
    border-radius: 2px;
    box-shadow: 0 1px 22px -5px #ff6b6b;
}

.wn-ftc #wrap div.wpcf7-mail-sent-ok,
.wn-ftc #wrap div.wpcf7-validation-errors,
.wn-ftc #wrap div.wpcf7-spam-blocked,
.wn-ftc #wrap div.wpcf7-mail-sent-ng {
    font-size: 12px;
    line-height: 18px;
}

@media only screen and (max-width: 767px) {

    #wrap .wpcf7 .wpcf7-form p,
    #wrap .wpcf7 .wpcf7-submit {
        width: 100%;
    }

    .contact-form {
        padding: 0;
        border: none;
    }

    .contact-form .btnSend {
        width: 100%;
        padding: 0;
    }

    .contact-form .g-recaptcha {
        overflow: hidden;
        width: 183px;
        border-right: 1px solid lightgrey;
    }
}
:root {
    --deep-woo-color-primary: #07BBE9;
    --deep-woo-color-secondary: #1D2834;
    --deep-woo-color-button-primary: #F6F7F8;
    --deep-woo-color-text-primary: #737D8B;
    --deep-woo-color-text-secondary: #959CA7;
    --deep-woo-color-text-tertiary: #B7BEC9;
    --deep-woo-color-heading-primary: #4C5765;
    --deep-woo-color-heading-secondary: #202122;
    --deep-woo-color-border-primary: #E3E5E7;
    --deep-woo-color-border-secondary: #F0F3F6;
    --deep-woo-border-radius-primary: 7px;
    --deep-woo-border-radius-secondary: 14px;
    --deep-woo-transition-primary: .2s ease;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

address {
	font-style: italic;
	margin: 0 0 1.6em;
}

abbr[title] {
	border-bottom: 1px dotted #eaeaea;
	border-bottom: 1px dotted rgba(51, 51, 51, 0.1);
	cursor: help;
}

mark,
ins {
	background-color: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

big {
	font-size: 125%;
}

dl {
	margin-bottom: 1.6em;
}

dt {
	font-weight: bold;
}

dd {
	margin-bottom: 1.6em;
}

table,
th,
td {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.6em;
	table-layout: fixed;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
	font-weight: 700;
}

td {
	border-width: 0 1px 1px 0;
}

th,
td {
	padding: 0.4em;
}

del {
	opacity: 0.8;
}

form {
	margin-bottom: 20px;
}

fieldset {
	margin-bottom: 20px;
}

input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 1px solid #e1e1e1;
	padding: 6px 4px;
	outline: none;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	color: #888;
	margin: 0;
	min-width: 60px;
	width: 99%;
	max-width: 100%;
	min-height: 36px;
	display: block;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

select {
	padding: 5px;
	outline: 0 none;
}

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

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

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

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

:focus {
	outline: 0;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
textarea:hover {
	border-color: #c1dfed;
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1);
	box-shadow: 0 0 1px rgba(0, 0, 0, .1);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 1px solid #aaa;
	color: #444;
	background: #fff;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

textarea {
	min-height: 60px;
}

label,
legend {
	display: block;
	font-weight: bold;
	font-size: 13px;
}

select {
	width: 220px;
}

input[type="checkbox"] {
	display: inline;
}

label span,
legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}

img {
	height: auto;
	vertical-align: middle;
}

img.scale-with-grid {
	max-width: 100%;
	height: auto;
}

img.full-width {
	width: 100%;
	height: auto;
}

p img {
	margin-bottom: 14px;
}

ul,
ol {
	margin-bottom: 21px;
	margin-left: 3px;
}

ul {
	list-style: inside;
}

ol {
	list-style: decimal;
}

ol,
ul.disc {
	margin-left: 20px;
}

ul.disc {
	list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
	margin-bottom: 6px;
}

li {
	line-height: 1.6;
	margin-bottom: 4px;
	font-size: 15px;
	font-weight: 400;
}

a {
	color: #0099ff;
	text-decoration: none;
	outline: 0;
}

a:hover,
a:focus {
	color: #ff9900;
}

a:active {
	outline: none;
	opacity: 0.92;
}

pre,
code {
	background: #f3f3f3;
	padding: 5px 10px;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	white-space: pre-wrap;
}

::selection {
	background: #e4744f;
	color: #fff;
}

::-moz-selection {
	background: #e4744f;
	color: #fff;
}

blockquote,
blockquote p,
q {
	font-size: 15px;
	line-height: 24px;
	color: #3a3b3c;
}

blockquote {
	position: relative;
	margin: 0 0 21px;
	padding: 18px 10px 14px 60px;
}

blockquote:before {
	position: absolute;
	left: 12px;
	top: 0;
	content: '\201C';
	font-size: 46px;
	color: #437df9;
	font-weight: bold;
	font-family: Georgia, Times, serif;
}

blockquote cite {
	display: block;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 6px;
	font-size: 12px;
	color: #777f87;
}

blockquote cite:before {
	content: "\2014 \0020";
}

blockquote cite a {
	color: #555;
}

blockquote small {
	font-size: 13px;
	font-style: italic;
}

blockquote img {
	max-width: 100%;
	width: auto;
	display: inline;
}

hr {
	border: solid #e5e5e5;
	border-width: 1px 0 0;
	clear: both;
	margin: 14px 0 35px;
	height: 0;
	width: auto;
}

p {
	margin: 0 0 20px 0;
	color: #444;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.68;
}

p img {
	margin: 0;
}

p.lead {
	font-size: 21px;
	line-height: 27px;
}

p.magic {
	font-size: 19px;
	line-height: 25px;
	margin: 0;
}

p.slog {
	font-size: 16px;
	line-height: 26px;
	color: #6d6f71;
	font-weight: 300;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

small {
	font-size: 75%;
	color: #969a9e;
}

p small {
	font-size: 88%;
}

a i:hover {
	cursor: pointer;
}

#wrap .slog-wrap-resp {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	float: none;
}

#wrap .slog-tx1 {
	max-width: 940px;
}

#wrap .slog-tx2 {
	max-width: 762px;
}

#wrap .slog-tx3 {
	max-width: 610px;
}

#wrap .slog-tx4 {
	max-width: 400px;
}

#wrap .slog-tx5 {
	max-width: 220px;
}

#wrap .slog-tx6 {
	max-width: 482px;
}

.slog-tx1.aligncenter,
.slog-tx2.aligncenter,
.slog-tx3.aligncenter,
.slog-tx4.aligncenter,
.slog-tx5.aligncenter,
.slog-tx6.aligncenter,
.aligncenter .slog-tx1,
.aligncenter .slog-tx2,
.aligncenter .slog-tx3,
.aligncenter .slog-tx4,
.aligncenter .slog-tx5 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #171c24;
	font-weight: 300;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}

h1 {
	font-size: 50px;
	line-height: 1.16;
	margin-bottom: 12px;
	letter-spacing: -1px;
}

h2 {
	font-size: 40px;
	line-height: 1.14;
	margin-bottom: 10px;
}

h3 {
	font-size: 29px;
	line-height: 1.2;
	margin-bottom: 8px;
}

h4 {
	font-size: 23px;
	line-height: 1.2;
	margin-bottom: 10px;
}

h5 {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 7px;
}

h6 {
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 4px;
}

#wrap {
	display: block;
	margin: 0 auto;
	position: relative;
	padding: 0;
	background: #fff;
	visibility: visible;
	clear: both;
	overflow: hidden;
}

#wrap p img {
	height: auto;
}

#main-content.container {
	padding-top: 35px;
}

#headline,
#headline2 {
	width: 100%;
	padding: 12px 0 16px;
	background: #fafafa;
	display: table;
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
}

#headline h3,
#headline h2,
#headline h1 {
	text-align: center;
	color: #101010;
	font-size: 33px;
	line-height: 1.1;
	margin: 20px 12px 16px;
	position: relative;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

#headline h3 small,
#headline h2 small,
#headline h1 small {
	font-size: 56%;
	color: #777;
	font-weight: 300;
	margin-left: 12px;
	letter-spacing: 0;
	text-transform: capitalize;
}

.aligncenter {
	text-align: center;
}

img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.alignright {
	text-align: right;
}

.alignleft {
	text-align: left;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

div img,
li img,
#wrap p img {
	height: auto;
	max-width: 100%;
}

.container .container:not(.force-container),
.container-fluid .container:not(.force-container) {
	max-width: none !important;
	width: auto;
	margin: 0;
	padding: 0;
}

#wrap .container .container:not(.force-container) {
	max-width: none !important;
}

.wn-inner-container {
	position: relative;
	width: 100%;
}

.wn-section {
	position: relative;
}

@media only screen and (max-width: 767px) {
	#headline {
		height: auto;
		border-bottom: 1px solid #f1f1f1;
		padding: 14px 0;
	}

	#headline h1,
	#headline h2,
	#headline h3 {
		font-size: 25px;
		text-align: center;
	}

	#headline h1 small,
	#headline h2 small,
	#headline h3 small {
		display: block;
		margin-top: 14px;
		margin-bottom: 0;
		font-size: 16px;
		letter-spacing: 0;
		font-weight: 400;
	}
}

img[data-lazy-src] {
	opacity: 0;
}

img.lazyloaded {
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;
	opacity: 1;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.invisible {
	visibility: hidden;
}

.page-title h1 {
	font-size: 79px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 0;
	line-height: 85px;
}

.page-title p {
	font-size: 30px;
	margin-top: 0;
}

table {
	max-width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
}

.table {
	width: 100%;
	margin-bottom: 18px;
}

.table th,
.table td {
	padding: 8px;
	line-height: 18px;
	text-align: left;
	vertical-align: top;
	border-top: 1px dotted #e5e5e5;
}

.table th {
	font-weight: bold;
}

.table thead th {
	vertical-align: bottom;
	border-top: 0 none;
	background: #f7f7f7;
}

.table tbody+tbody {
	border-top: 2px solid #e5e5e5;
}

.table-condensed th,
.table-condensed td {
	padding: 4px 5px;
}

.table-bordered {
	border: 1px solid #e5e5e5;
	border-collapse: separate;
	*border-collapse: collapsed;
	border-left: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
	border-left: 1px solid #e5e5e5;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
	background-color: #fcfcfc;
}

#wrap .colorb,
body .colorb,
#wrap .hcolorb:hover,
body .hcolorb:hover {
	background-color: #437df9;
}

#wrap .colorf,
body .colorf,
#wrap .hcolorf:hover,
body .hcolorf:hover {
	color: #437df9;
}

#wrap .colorr,
body .colorr,
#wrap .hcolorr:hover,
body .hcolorr:hover {
	border-color: #437df9;
}

.elementor-text-editor p {
	line-height: inherit;
	font-weight: inherit;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
}

img.alignright {
	float: right;
	margin-left: 10px;
}

img.alignleft {
	float: left;
	margin-right: 10px;
}

body {
	background-color: #f4f7f8;
	font: 14px/25px sans-serif;
	font-family: 'Rubik', Helvetica, Arial, sans-serif;
	font-weight: 400;
	color: #626262;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	line-height: 1;
}

.blox.dark div,
.blox.dark h1,
.blox.dark h2,
.blox.dark h3,
.blox.dark h4,
.blox.dark h5,
.blox.dark h6,
.blox.dark p {
	color: #fff;
}

.deep-loading-wrap {
	position: absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	width: 100%;
	display: none;
	z-index: 9;
	background: rgba(255, 255, 255, 0.7);
}

.deep-loading-wrap.open,
.deep-loading-wrap.open .deep-loading {
	display: block;
}

.deep-loading {
	position: relative;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #9880ff;
	color: #9880ff;
	animation: dotFlashing 1s infinite linear alternate;
	animation-delay: .5s;
	margin-top: calc(50vh - 5px);
	margin-left: calc(50% - 10px);
}

.deep-loading::before,
.deep-loading::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 0;
}

.deep-loading::before {
	left: -15px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #9880ff;
	color: #9880ff;
	animation: dotFlashing 1s infinite alternate;
	animation-delay: 0s;
}

.deep-loading::after {
	left: 15px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	background-color: #9880ff;
	color: #9880ff;
	animation: dotFlashing 1s infinite alternate;
	animation-delay: 1s;
}

@keyframes dotFlashing {
	0% {
		background-color: #9880ff;
	}

	50%,
	100% {
		background-color: #ebe6ff;
	}
}

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
@media only screen and (min-width: 1367px) {  .container {width: 96%;}}  #wrap .container, .elementor-section.elementor-section-boxed > .elementor-container {max-width:1633px;}
@font-face {
    font-family: 'Defaults';
    src: url(/wp-content/uploads/smile_fonts/Defaults/Defaults.woff?sni4t6) format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="Defaults-"],
[class*=" Defaults-"] {
    font-family: 'Defaults' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.Defaults-glass:before{content:"\f000"}
.Defaults-music:before{content:"\f001"}
.Defaults-search:before{content:"\f002"}
.Defaults-envelope-o:before{content:"\f003"}
.Defaults-heart:before{content:"\f004"}
.Defaults-star:before{content:"\f005"}
.Defaults-star-o:before{content:"\f006"}
.Defaults-user:before{content:"\f007"}
.Defaults-film:before{content:"\f008"}
.Defaults-th-large:before{content:"\f009"}
.Defaults-th:before{content:"\f00a"}
.Defaults-th-list:before{content:"\f00b"}
.Defaults-check:before{content:"\f00c"}
.Defaults-close:before{content:"\f00d"}
.Defaults-search-plus:before{content:"\f00e"}
.Defaults-search-minus:before{content:"\f010"}
.Defaults-power-off:before{content:"\f011"}
.Defaults-signal:before{content:"\f012"}
.Defaults-cog:before{content:"\f013"}
.Defaults-trash-o:before{content:"\f014"}
.Defaults-home:before{content:"\f015"}
.Defaults-file-o:before{content:"\f016"}
.Defaults-clock-o:before{content:"\f017"}
.Defaults-road:before{content:"\f018"}
.Defaults-download:before{content:"\f019"}
