
/*!==========================================================================
 * ==========================================================================
 * ==========================================================================
 *
 * Harizma – Modern Creative Agency WordPress Theme
 *
 * [Table of Contents]
 *
 * 1. Article Post
 * 2. Article Project
 * 3. Aside
 * 4. Aside Counters
 * 5. Aside Links
 * 6. Aside Next Post
 * 7. Aside Logos
 * 8. Aside Projects Nav
 * 9. Backgrounds
 * 10. Avatar
 * 11. Burger
 * 12. Comments
 * 13. Button
 * 14. Copyright
 * 15. Counter
 * 16. Container
 * 17. Figure Contact
 * 18. Figure Feature
 * 19. Figure Member
 * 20. Figure Post
 * 21. Figure Pricing
 * 22. Figure Process
 * 23. Figure Service
 * 24. Filter
 * 25. Form
 * 26. Footer
 * 27. Form Control
 * 28. Gmap
 * 29. Gallery
 * 30. Header
 * 31. Grid
 * 32. Link
 * 33. Lazy
 * 34. Logo
 * 35. Menu
 * 36. Ofi
 * 37. Menu Overlay
 * 38. Outdated
 * 39. Modal
 * 40. Overlay
 * 41. Pagination
 * 42. Post
 * 43. Parallax
 * 44. Post Meta
 * 45. Preloader
 * 46. Scroll Down
 * 47. Properties
 * 48. Section404
 * 49. Scroll Up
 * 50. Section
 * 51. Section Blog
 * 52. Section CTA
 * 53. Section About
 * 54. Section Contacts
 * 55. Section Features
 * 56. Section Intro
 * 57. Section Latest News
 * 58. Section Latest Projects
 * 59. Section Masthead
 * 60. Section Portfolio
 * 61. Section Map
 * 62. Section Pricing
 * 63. Section Process
 * 64. Section Services
 * 65. Section Team
 * 66. Section Services Tabs
 * 67. Select
 * 68. Share
 * 69. Sidebar
 * 70. Slider Images
 * 71. Slider Gallery
 * 72. Slider
 * 73. Slider Intro Backgrounds
 * 74. Slider Intro Content
 * 75. Slider Project Backgrounds
 * 76. Slider Project Content
 * 77. Slider Services
 * 78. Social
 * 79. Slider Testimonials
 * 80. Table
 * 81. Tabs
 * 82. Image Alignment
 * 83. Typography
 * 84. Utilities
 * 85. Widget
 * 86. Widget Archive
 * 87. Widget Calendar
 * 88. Widget Categories
 * 89. Widget Nav Menu
 * 90. Widget RSS
 * 91. Widget Recent Comments
 * 92. Widget Recent Entries
 * 93. Widget Search
 * 94. Widget Tag Cloud
 * 95. Widget WMPL
 * 96. Tags
 *
 * ==========================================================================
 * ==========================================================================
 * ==========================================================================
 */
:root {
	--color-accent-primary: #1869ff;
	--color-accent-primary-rgb: 24, 105, 255;
	--color-accent-secondary: #b388ff;
	--color-accent-secondary-rgb: 179, 136, 255;
	--font-primary: "Open Sans";
	--font-secondary: "Montserrat";
}

html {
	font-size: 15px;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

body {
	width: 100%;
	min-width: 320px;
	font-family: var(--font-primary);
	font-size: 100%;
	line-height: 1.6;
	word-wrap: break-word;
}

.body_lock-scroll {
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
	color: var(--color-accent-primary);
	text-decoration: none;
}

a:hover, a:focus {
	text-decoration: none;
	color: var(--color-accent-primary);
}

a:focus {
	outline: none;
}

iframe {
	max-width: 100%;
}

.page-wrapper {
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
	position: relative;
	z-index: 50;
}

.page-wrapper_hidden {
	opacity: 0;
	visibility: hidden;
}

.col-auto, .col-xl-auto, .col-lg-auto, .col-md-auto, .col-sm-auto, .col-xs-auto {
	flex-shrink: 1;
}

div.wpcf7 .ajax-loader {
	display: block;
}

body a:where(:not(.wp-element-button)) {
	text-decoration: none;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-container-pointer-events.swiper-container-vertical {
	touch-action: pan-x;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	-ms-scroll-snap-type: y mandatory;
	scroll-snap-type: y mandatory;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: .2s transform, .2s top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

[data-widget_type*=harizma] .swiper-container-vertical.swiper-container-initialized > .swiper-wrapper, [data-widget_type*=harizma] .swiper-container-horizontal.swiper-container-initialized > .swiper-wrapper {
	overflow: initial !important;
}

/*!========================================================================
 * 1. Article Post
 * ======================================================================!*/
.post__content > *:first-child, .post__comments > *:first-child {
	margin-top: 0;
}

.post__content ul, .post__comments ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 1.5em;
}

.post__content ul li, .post__comments ul li {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
}

.post__content ul ul, .post__content ul ol, .post__comments ul ul, .post__comments ul ol {
	padding-left: 1em;
}

.post__content ul, .post__comments ul {
	padding-left: .25em;
}

.post__content ul > li:before, .post__comments ul > li:before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	vertical-align: middle;
	margin-right: .75em;
	margin-bottom: 3px;
	background-color: var(--color-accent-primary);
}

.post__content ol, .post__comments ol {
	margin-bottom: 24px;
	padding-left: 1.5em;
}

.post__content ol li, .post__comments ol li {
	display: list-item;
	margin-top: 12px;
	margin-bottom: 12px;
}

.post__content ol ul, .post__content ol ol, .post__comments ol ul, .post__comments ol ol {
	padding-left: 16px;
}

.post__header {
	max-width: 800px;
	margin-bottom: 2em;
	margin-left: auto;
	margin-right: auto;
}

.post__header h2 {
	font-family: var(--font-secondary);
	font-size: 42px;
	margin-top: 0;
	margin-bottom: .25em;
}

.post__wrapper-thumbnail {
	margin-bottom: 2em;
}

.post__footer {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #e5e5e5;
	margin-top: 3em;
}

.post__properties {
	max-width: 770px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 2em;
}

.post__properties .properties {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.post__comments {
	margin-top: 80px;
}

@media only screen and (max-width: 1400px) {
	.post__comments {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 1200px) {
	.post__content > *.alignwide, .post__comments > *.alignwide {
		max-width: 100%;
	}
	
	.post__content > *:not(.alignwide):not(.alignfull), .post__comments > *:not(.alignwide):not(.alignfull) {
		max-width: 800px;
	}
}

@media only screen and (max-width: 767px) {
	.post__header h2 {
		font-size: 33px;
	}
	
	.post__comments {
		margin-top: 60px;
	}
}

/*!========================================================================
 * 2. Article Project
 * ======================================================================!*/
.project__wrapper-category {
	margin-bottom: 80px;
}

.project__wrapper-category span {
	display: block;
	font-size: 13px;
	line-height: 1.538;
	font-weight: bold;
	text-transform: uppercase;
}

.project__wrapper-category span:after {
	content: "";
	display: block;
	width: 48px;
	height: 1px;
	background-color: #1a1a1a;
	margin-top: 14px;
}

.project__header h2 {
	font-family: var(--font-secondary);
	font-size: 46px;
	line-height: 1.304;
	margin-top: 0;
	margin-bottom: 40px;
}

.project__wrapper-properties {
	margin-top: 25px;
}

.project__wrapper-slider {
	margin-top: 140px;
}

.project__wrapper-button {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 1400px) {
	.project__wrapper-category {
		margin-bottom: 40px;
	}
	
	.project__header h2 {
		margin-bottom: 30px;
	}
	
	.project__wrapper-slider {
		margin-top: 100px;
	}
}

@media only screen and (max-width: 1200px) {
	.project__wrapper-category {
		margin-bottom: 30px;
	}
	
	.project__header h2 {
		font-size: 34px;
		margin-bottom: 20px;
	}
	
	.project__wrapper-slider {
		margin-top: 80px;
	}
}

@media only screen and (max-width: 991px) {
	.project__wrapper-button {
		margin-top: 20px;
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.project__wrapper-slider {
		margin-top: 60px;
	}
}

/*!========================================================================
 * 3. Aside
 * ======================================================================!*/
.aside {
	position: relative;
}

.aside__content {
	position: relative;
	z-index: 50;
}

/*!========================================================================
 * 4. Aside Counters
 * ======================================================================!*/
.aside-counters.section_pb {
	padding-bottom: 80px;
}

.aside-counters.section_pt {
	padding-top: 80px;
}

.aside-counters__wrapper-item {
	position: relative;
	margin-bottom: 60px;
	margin-top: 60px;
}

.aside-counters__wrapper-item:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	bottom: 10px;
	right: 0;
	width: 1px;
	background-color: #333;
	transform: rotate(30deg);
}

.aside-counters__wrapper-item:nth-of-type(4n):after {
	display: none;
}

@media only screen and (max-width: 1200px) {
	.aside-counters.section_pb {
		padding-bottom: 60px;
	}
	
	.aside-counters.section_pt {
		padding-top: 60px;
	}
	
	.aside-counters .aside-counters__wrapper-item {
		margin-bottom: 40px;
		margin-top: 40px;
	}
	
	.aside-counters .aside-counters__wrapper-item:nth-child(2n):after {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.aside-counters.section_pb {
		padding-bottom: 40px;
	}
	
	.aside-counters.section_pt {
		padding-top: 40px;
	}
	
	.aside-counters .aside-counters__wrapper-item {
		margin-bottom: 20px;
		margin-top: 20px;
	}
}

@media only screen and (max-width: 576px) {
	.aside-counters__wrapper-item:after {
		display: none;
	}
}

/*!========================================================================
 * 5. Aside Links
 * ======================================================================!*/
.aside-links__item:nth-child(odd) {
	background-color: #1a1a1a;
}

.aside-links__item:nth-child(even) {
	background-color: #222;
}

.elementor-container .elementor-element:nth-of-type(odd) .aside-links__item {
	background-color: #1a1a1a;
}

.elementor-container .elementor-element:nth-of-type(odd) .aside-links__item:hover {
	background-color: var(--color-accent-primary);
	color: #fff;
}

.elementor-container .elementor-element:nth-of-type(even) .aside-links__item {
	background-color: #222;
}

.elementor-container .elementor-element:nth-of-type(even) .aside-links__item:hover {
	background-color: var(--color-accent-primary);
	color: #fff;
}

.aside-links__item {
	display: block;
	color: #fff;
	text-align: center;
	padding: 140px 30px;
}

.aside-links__item h2 {
	margin-top: .25em;
	margin-bottom: 0;
	font-size: 34px;
}

.aside-links__item:hover {
	background-color: var(--color-accent-primary);
	color: #fff;
}

.aside-links__subheading {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.aside-links__wrapper-button {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.aside-links__wrapper-button .button {
	height: 30px;
}

.aside-links__wrapper-button .button__icon {
	height: 100%;
}

.aside-links__wrapper-button .button__text_line-right:after {
	margin-right: -8px;
}

@media only screen and (max-width: 1400px) {
	.aside-links__item {
		padding: 120px 30px;
	}
}

@media only screen and (max-width: 1200px) {
	.aside-links__item {
		padding: 100px 30px;
	}
}

@media only screen and (max-width: 991px) {
	.aside-links__item {
		padding: 80px 30px 60px;
	}
	
	.aside-links__wrapper-button {
		margin-top: 40px;
		position: relative;
		right: auto;
		bottom: auto;
	}
}

@media only screen and (max-width: 767px) {
	.aside-links__subheading {
		font-size: 12px;
		margin-bottom: 5px;
	}
}

/*!========================================================================
 * 6. Aside Next Post
 * ======================================================================!*/
.aside-next-post {
	padding: 90px 0;
}

.aside-next-post h3 {
	font-family: var(--font-secondary);
	font-size: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.aside-next-post__subheading {
	display: block;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 10px;
}

.aside-next-post__content {
	color: #fff;
	display: block;
}

/*!========================================================================
 * 7. Aside Logos
 * ======================================================================!*/
.aside-logos.section_mt {
	margin-top: 145px;
}

.aside-logos.section_mb {
	margin-bottom: 145px;
}

.aside-logos__wrapper-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 15px;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
	opacity: .6;
}

.aside-logos__wrapper-logo:hover {
	opacity: 1;
}

@media only screen and (max-width: 1400px) {
	.aside-logos.section_mt {
		margin-top: 105px;
	}
	
	.aside-logos.section_mb {
		margin-bottom: 105px;
	}
}

@media only screen and (max-width: 1200px) {
	.aside-logos.section_mt {
		margin-top: 65px;
	}
	
	.aside-logos.section_mb {
		margin-bottom: 65px;
	}
}

@media only screen and (max-width: 767px) {
	.aside-logos.section_mt {
		margin-top: 45px;
	}
	
	.aside-logos.section_mb {
		margin-bottom: 45px;
	}
}

/*!========================================================================
 * 8. Aside Projects Nav
 * ======================================================================!*/
.aside-projects-nav {
	padding: 70px 0;
}

.aside-projects-nav__wrapper-left {
	text-align: left;
}

.aside-projects-nav__wrapper-center {
	text-align: center;
}

.aside-projects-nav__wrapper-right {
	text-align: right;
}

.aside-projects-nav__prev, .aside-projects-nav__next, .aside-projects-nav__all {
	display: inline-block;
	color: #8f8f8f;
}

.aside-projects-nav__prev:before {
	content: "#";
	display: inline-block;
	font-family: "ElegantIcons";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 26px;
	vertical-align: middle;
	margin-right: 20px;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.aside-projects-nav__prev:hover:before {
	transform: translateX(-5px);
}

.aside-projects-nav__next:after {
	content: "$";
	display: inline-block;
	font-family: "ElegantIcons";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 26px;
	vertical-align: middle;
	margin-left: 20px;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.aside-projects-nav__next:hover:after {
	transform: translateX(5px);
}

.aside-projects-nav__all:after {
	content: "";
	font-family: "ElegantIcons";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 32px;
	vertical-align: middle;
}

.aside-projects-nav__col {
	margin-top: 15px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 1400px) {
	.aside-projects-nav {
		padding: 50px 0;
	}
}

@media only screen and (max-width: 1200px) {
	.aside-projects-nav {
		padding: 30px 0;
	}
}

@media only screen and (max-width: 767px) {
	.aside-projects-nav__wrapper-left, .aside-projects-nav__wrapper-center, .aside-projects-nav__wrapper-right {
		text-align: center;
	}
}

/*!========================================================================
 * 9. Backgrounds
 * ======================================================================!*/
.bg-light {
	background-color: #f5f5f5;
}

.bg-light-2 {
	background-color: #f2f2f2;
}

.bg-dark {
	background-color: #333;
}

.bg-black {
	background-color: #1a1a1a;
}

.bg-black-2 {
	background-color: #0f0f0f;
}

.bg-white {
	background-color: #fff;
}

.bg-accent {
	background-color: var(--color-accent-primary);
}

.bg-fixed {
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

/*!========================================================================
 * 10. Avatar
 * ======================================================================!*/
.avatar {
	width: 100%;
	max-width: 82px;
	max-height: 82px;
	border-radius: 100%;
}

@media only screen and (max-width: 767px) {
	.avatar {
		max-width: 60px;
		max-height: 60px;
	}
}

/*!========================================================================
 * 11. Burger
 * ======================================================================!*/
.burger {
	position: relative;
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	cursor: pointer;
	padding: 0 6px;
	z-index: 600;
}

.burger__line {
	width: 100%;
	height: 2px;
	margin: 2px 0;
	background-color: var(--color-accent-primary);
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.burger_opened .burger__line:nth-of-type(1), .burger_opened:hover .burger__line:nth-of-type(1) {
	transform: scaleX(1) rotate(45deg) translate(7px, 0px);
}

.burger_opened .burger__line:nth-of-type(2), .burger_opened:hover .burger__line:nth-of-type(2) {
	transform: scaleX(0);
}

.burger_opened .burger__line:nth-of-type(3), .burger_opened:hover .burger__line:nth-of-type(3) {
	transform: scaleX(1) rotate(-45deg) translate(8px, -1px);
}

/*!========================================================================
 * 12. Comments
 * ======================================================================!*/
.comment-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 0 !important;
}

.comment-list > li {
	padding-top: 15px;
	padding-bottom: 15px;
}

.comment-list > li ol.children {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 4%;
}

.comment-list > li ol.children li {
	padding-top: 15px;
	padding-bottom: 15px;
}

.comment-list > li ol.children li:last-child {
	padding-bottom: 0;
}

.comment-list > li:not(:last-child) {
	border-bottom: 1px solid #e5e5e5;
}

.comment-list > ol {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.comments-title, .comment-reply-title {
	font-family: var(--font-secondary);
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 0;
}

.comments-title {
	margin-bottom: 1em;
}

.comment-reply-title {
	margin-top: 80px;
	margin-bottom: 1em;
}

.comment-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.comment-meta__wrapper-author {
	display: flex;
	align-items: center;
}

.comment-metadata {
	margin-left: 25px;
}

.comment-metadata b {
	display: block;
}

.comment-metadata b a {
	font-family: var(--font-secondary);
	font-size: 15px;
	line-height: 1.5;
	font-weight: bold;
	color: #1a1a1a;
}

.comment-metadata time {
	display: block;
	font-size: 13px;
	color: #8f8f8f;
	margin-top: 5px;
}

.comment-content {
	padding-left: 105px;
	margin-top: -1em;
}

.comment-reply-link {
	padding: 10px 20px !important;
	color: #1a1a1a !important;
}

.comment-reply-link:hover {
	background-color: #333;
	border-color: #333 !important;
	color: #fff !important;
}

.comment-meta__wrapper-buttons {
	display: flex;
	align-items: center;
}

.comment-edit-link {
	color: var(--color-accent-primary);
	margin-left: 15px;
}

.comment-edit-link:before {
	content: "";
	font-family: "FontAwesome";
	text-transform: none;
	margin-right: 6px;
}

@media only screen and (max-width: 1200px) {
	.comments-title, .comment-reply-title {
		font-size: 25px;
	}
}

@media only screen and (max-width: 767px) {
	.comment-content {
		margin-top: 0;
		padding-left: 0;
	}
	
	.comment-metadata {
		margin-left: 10px;
	}
	
	.comment-list > li {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.comments-title, .comment-reply-title {
		font-size: 22px;
	}
	
	.comment-reply-title {
		margin-top: 40px;
		margin-bottom: 15px;
	}
}

/*!========================================================================
 * 13. Button
 * ======================================================================!*/
.button {
	position: relative;
	display: inline-block !important;
	padding: 16px 40px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	border-radius: 25px;
	line-height: 1;
	letter-spacing: .5px;
	text-align: center;
	cursor: pointer;
	color: var(--color-accent-primary);
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
	background-color: transparent;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.button:focus {
	outline: none;
}

.button_arrow {
	padding: 0;
}

.button_arrow.button_white {
	color: #fff;
}

.button_arrow.button_white .button__text_line-right:after {
	background-color: #fff;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.button_arrow:hover .button__text_line-right:after {
	transform: translateX(5px);
}

.button_arrow:hover .button__icon {
	transform: translateX(10px);
}

.button__icon {
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
	display: inline-block;
}

.button_bordered.button_accent {
	border-color: var(--color-accent-primary);
	color: var(--color-accent-primary);
}

.button_bordered.button_accent:focus {
	color: var(--color-accent-primary);
}

.button_bordered.button_accent:hover {
	color: #fff;
	background-color: var(--color-accent-primary);
}

.button_bordered.button_dark {
	border-color: #333;
	color: #333;
}

.button_bordered.button_dark:focus {
	color: #333;
}

.button_bordered.button_dark:hover {
	color: #fff;
}

.button_bordered.button_light {
	border-color: #f5f5f5;
	color: #f5f5f5;
}

.button_bordered.button_light:focus {
	color: #f5f5f5;
}

.button_bordered.button_light:hover {
	color: #333;
}

.button_bordered.button_black {
	border-color: #000;
	color: #000;
}

.button_bordered.button_black:focus {
	color: #000;
}

.button_bordered.button_black:hover {
	color: #fff;
}

.button_bordered.button_white {
	border-color: #fff;
	color: #fff;
}

.button_bordered.button_white:focus {
	color: #fff;
}

.button_bordered.button_white:hover {
	color: #333;
	background-color: #fff;
}

.button_solid.button_accent {
	background-color: var(--color-accent-primary);
	color: #fff;
}

.button_solid.button_accent:focus {
	color: #fff;
}

.button_solid.button_accent:hover {
	border-color: #333;
	background-color: #333;
}

.button_solid.button_accent.button_shadow {
	box-shadow: 0px 0px 30px 0px rgba(var(--color-accent-primary-rgb), .5);
}

.button_solid.button_accent.button_shadow:hover {
	box-shadow: 0px 0px 30px 0px rgba(24, 24, 24, .5);
}

.button_solid.button_dark {
	background-color: #333;
	color: #fff;
}

.button_solid.button_dark:focus {
	color: #fff;
}

.button_solid.button_dark:hover {
	border-color: #333;
}

.button_solid.button_dark.button_shadow {
	box-shadow: 0px 0px 30px 0px rgba(26, 26, 26, .2);
}

.button_solid.button_light {
	background-color: #f5f5f5;
	color: #333;
}

.button_solid.button_light:focus {
	color: #333;
}

.button_solid.button_light:hover {
	border-color: #f5f5f5;
}

.button_solid.button_light.button_shadow {
	box-shadow: 0px 0px 30px 0px rgba(245, 245, 245, .2);
}

.button_solid.button_black {
	background-color: #1a1a1a;
	color: #fff;
}

.button_solid.button_black:focus {
	color: #fff;
}

.button_solid.button_black:hover {
	border-color: #333;
}

.button_solid.button_black.button_shadow {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, .2);
}

.button_solid.button_white {
	background-color: #fff;
	color: var(--color-accent-primary);
}

.button_solid.button_white:focus {
	color: var(--color-accent-primary);
}

.button_solid.button_white:hover {
	border-color: #333;
	background-color: #333;
	color: #fff;
}

.button_solid.button_white.button_shadow {
	box-shadow: 0px 0px 30px 0px rgba(255, 255, 255, .2);
}

.button_fullwidth {
	width: 100%;
}

.button_circle {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	font-size: 23px;
	width: 52px;
	height: 52px;
	border-radius: 100%;
	padding: 0;
}

.button__text_line-right:after {
	content: "";
	display: inline-block;
	width: 43px;
	height: 1px;
	vertical-align: middle;
	margin-left: 12px;
	margin-right: -14px;
}

@media only screen and (max-width: 1200px) {
	.button:not(.button_arrow, .button_circle) {
		padding: 14px 35px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 991px) {
	.button__icon {
		max-height: 30px;
	}
}

/*!========================================================================
 * 14. Copyright
 * ======================================================================!*/
.copyright {
	display: block;
	font-size: 13px;
}

/*!========================================================================
 * 15. Counter
 * ======================================================================!*/
.counter {
	text-align: center;
}

.counter__number {
	font-size: 46px;
	font-weight: bold;
	font-family: var(--font-secondary);
}

.counter__label {
	margin-top: 5px;
}

/*!========================================================================
 * 16. Container
 * ======================================================================!*/
.container-fluid_50 {
	padding-left: 50px;
	padding-right: 50px;
}

@media only screen and (max-width: 1200px) {
	.container-fluid_50 {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.container-fluid_50 {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*!========================================================================
 * 17. Figure Contact
 * ======================================================================!*/
.figure-contact .figure-contact__item:last-of-type {
	margin-bottom: 0;
}

.figure-contact__item {
	margin-top: 10px;
	margin-bottom: 40px;
}

.figure-contact__item_flex {
	display: flex;
	align-items: flex-start;
}

.figure-contact__property {
	display: block;
	font-size: 26px;
	line-height: 1.3;
}

.figure-contact__value {
	display: block;
	font-size: 13px;
	margin-top: 8px;
}

.figure-contact__icon {
	font-size: 36px;
	margin-right: 16px;
}

/*!========================================================================
 * 18. Figure Feature
 * ======================================================================!*/
.figure-feature {
	max-width: 300px;
}

.figure-feature__icon {
	font-size: 30px;
	color: var(--color-accent-primary);
}

.figure-feature__content h3 {
	font-size: 18px;
	font-weight: bold;
	font-family: var(--font-secondary);
	margin-top: 20px;
	margin-bottom: 0;
}

.figure-feature__content p {
	margin-top: 10px;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.figure-feature {
		max-width: 100%;
	}
}

/*!========================================================================
 * 19. Figure Member
 * ======================================================================!*/
.figure-member {
	text-align: center;
}

.figure-member_has-hover .figure-member__social .social__item {
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
}

.figure-member_has-hover .figure-member__line {
	transform: scaleX(0);
	transition: all .6s cubic-bezier(.785, .135, .15, .86);
	background-color: #fff;
}

.figure-member_has-hover .figure-member__content {
	color: #fff;
}

.figure-member_has-hover .figure-member__content p {
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
}

.figure-member_has-hover .figure-member__hover-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.figure-member_has-hover:hover .figure-member__overlay {
	transform: scaleY(1);
}

.figure-member_has-hover:hover .figure-member__social .social__item {
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}

.figure-member_has-hover:hover .figure-member__social .social__item:nth-child(1) {
	transition-delay: 330ms;
}

.figure-member_has-hover:hover .figure-member__social .social__item:nth-child(2) {
	transition-delay: 360ms;
}

.figure-member_has-hover:hover .figure-member__social .social__item:nth-child(3) {
	transition-delay: 390ms;
}

.figure-member_has-hover:hover .figure-member__social .social__item:nth-child(4) {
	transition-delay: 420ms;
}

.figure-member_has-hover:hover .figure-member__social .social__item:nth-child(5) {
	transition-delay: 450ms;
}

.figure-member_has-hover:hover .figure-member__social .social__item:nth-child(6) {
	transition-delay: 480ms;
}

.figure-member_has-hover:hover .figure-member__social .social__item:nth-child(7) {
	transition-delay: 510ms;
}

.figure-member_has-hover:hover .figure-member__social .social__item:nth-child(8) {
	transition-delay: 540ms;
}

.figure-member_has-hover:hover .figure-member__social .social__item:nth-child(9) {
	transition-delay: 570ms;
}

.figure-member_has-hover:hover .figure-member__social .social__item:nth-child(10) {
	transition-delay: 600ms;
}

.figure-member_has-hover:hover .figure-member__line {
	transform: scaleX(1);
	transition-delay: 300ms;
}

.figure-member_has-hover:hover .figure-member__content p {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	transition-delay: 200ms;
}

.figure-member__name {
	font-family: var(--font-secondary);
	font-weight: bold;
	font-size: 18px;
}

.figure-member__wrapper-img {
	position: relative;
}

.figure-member__wrapper-img img {
	position: relative;
}

.figure-member__wrapper-info {
	margin-top: 30px;
}

.figure-member__hover-content {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f5f5f5;
}

.figure-member__content {
	padding: 30px;
	position: relative;
	z-index: 50;
}

.figure-member__line {
	width: 100%;
	height: 1px;
	background-color: var(--color-accent-primary);
	margin-top: 1em;
	margin-bottom: 1em;
}

.figure-member__social .social__icon {
	background-color: rgba(24, 24, 24, .4);
}

.figure-member__social .social__item {
	margin: 6px;
}

.figure-member__overlay {
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
	transform: scaleY(0);
	transform-origin: center bottom;
}

@media only screen and (max-width: 991px) {
	.figure-member__wrapper-info {
		margin-top: 20px;
	}
}

/*!========================================================================
 * 20. Figure Post
 * ======================================================================!*/
.figure-post {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-bottom: 40px;
	z-index: 50;
}

.figure-post.bg-accent {
	color: #fff;
}

.figure-post.bg-accent .post-meta__link {
	color: #fff;
}

.figure-post.bg-accent .post-meta__link:hover {
	color: #adadad;
}

.figure-post_gallery {
	padding-bottom: 0;
}

.figure-post_gallery .figure-post__wrapper-content h3 a, .figure-post_gallery .post-meta__item, .figure-post_gallery .post-meta__item-text {
	color: #fff;
}

.figure-post_gallery p {
	color: #fff;
}

.figure-post_gallery .post-meta__link {
	color: #fff;
}

.figure-post_gallery .figure-post__inner {
	position: absolute;
	left: 0;
	bottom: 50px;
	height: auto;
}

.figure-post_quote {
	padding: 30px 0;
}

.figure-post_quote blockquote {
	font-size: 20px;
	line-height: 1.5;
}

.figure-post_quote blockquote cite {
	display: block;
	font-family: var(--font-secondary);
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	margin-top: 20px;
}

.figure-post_quote .figure-post__footer {
	margin-top: 0;
}

.figure-post_quote.bg-accent .figure-post__wrapper-quote, .figure-post_quote.bg-accent .post-meta__item, .figure-post_quote.bg-accent .post-meta__item-text {
	color: #fff;
}

.figure-post__sign {
	font-size: 32px;
	text-align: right;
	padding: 0 30px;
}

.figure-post__wrapper-quote {
	padding: 0 30px;
	margin-top: auto;
	margin-bottom: auto;
}

.figure-post__inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

.figure-post_shadow {
	box-shadow: 0px 10px 30px 0px rgba(20, 20, 20, .1);
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.figure-post_shadow:hover {
	box-shadow: 0px 10px 30px 0px rgba(20, 20, 20, .2);
	transform: translateY(-5px);
}

.figure-post[class*=bg-] .figure-post__wrapper-content {
	position: relative;
	padding: 0 30px;
}

.figure-post[class*=bg-] .figure-post__footer {
	padding: 0 30px;
}

.figure-post[class*=bg-] .figure-post__wrapper-readmore {
	padding: 0 30px;
}

.figure-post__wrapper-thumbnail {
	display: block;
	margin-bottom: 25px;
}

.figure-post__wrapper-content {
	position: relative;
	z-index: 50;
}

.figure-post__wrapper-content h3 {
	font-family: var(--font-secondary);
	font-size: 21px;
	line-height: 1.42857;
	font-weight: bold;
	margin-top: 0;
}

.figure-post__wrapper-content h3 a {
	color: #1a1a1a;
}

.figure-post__wrapper-content h3 a:hover {
	color: var(--color-accent-primary);
}

.figure-post__footer {
	flex: 0;
	position: relative;
	z-index: 50;
	margin-top: auto;
}

.figure-post_preview {
	padding-bottom: 60px;
	border-bottom: 1px solid #e5e5e5;
}

.figure-post_preview h4 {
	margin-top: 0;
	margin-bottom: 0;
}

.figure-post_preview h4 a {
	color: #1a1a1a;
}

.figure-post_preview h4 a:hover {
	color: var(--color-accent-primary);
}

.figure-post__header {
	margin-bottom: 1.5em;
}

.sticky {
	background-color: var(--color-accent-primary);
	color: #fff;
	padding: 40px;
}

.sticky a {
	color: #fff;
}

.sticky h4 a {
	color: #fff;
}

.sticky h4 a:hover {
	opacity: .6;
	color: #fff;
}

.sticky .post-meta__item-text {
	color: #fff;
}

.sticky .post-meta__item a {
	color: #fff;
}

.sticky .post-meta__item a:hover {
	opacity: .6;
	color: #fff;
}

.sticky .post__read-more {
	border-color: #fff;
	color: #fff;
}

.sticky .post__read-more:hover {
	border-color: #fff;
	background-color: #fff;
	color: var(--color-accent-primary);
}

.figure-post__wrapper-readmore {
	margin-top: 2em;
}

.figure-post__wrapper-content_pr {
	padding-right: 30px;
}

.figure-post__wrapper-content_pr p {
	margin-bottom: 0;
}

.figure-post__wrapper-content_pr .post-meta__link {
	color: #adadad;
}

@media only screen and (max-width: 991px) {
	.figure-post_gallery .figure-post__inner {
		position: relative;
		left: auto;
		bottom: auto;
	}
	
	.figure-post_gallery {
		padding-bottom: 30px;
	}
	
	.figure-post_gallery .figure-post__wrapper-content h3 a, .figure-post_gallery .post-meta__item, .figure-post_gallery .post-meta__item-text, .figure-post_gallery .post-meta__link, .figure-post_gallery p {
		color: #1a1a1a;
	}
	
	.figure-post_quote blockquote {
		margin-top: 0em;
		margin-bottom: 0em;
	}
	
	.figure-post {
		height: auto;
	}
	
	.figure-post__wrapper-content_pr {
		padding-right: 0;
	}
}

/*!========================================================================
 * 21. Figure Pricing
 * ======================================================================!*/
.figure-pricing {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding: 50px 35px;
	z-index: 50;
}

.figure-pricing h5 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}

.figure-pricing.text-center .figure-pricing__cost {
	justify-content: center;
}

.figure-pricing_bordered:not(.figure-pricing_featured) {
	border: 1px solid #ebebeb;
}

.figure-pricing_featured:before {
	content: "";
	display: block;
	position: absolute;
	top: -50px;
	bottom: -50px;
	left: 0;
	right: 0;
	background-color: #fff;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, .1);
	z-index: -1;
}

.figure-pricing_transparent {
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
}

.figure-pricing_transparent .figure-pricing__label, .figure-pricing_transparent .figure-pricing__feature {
	color: #fff;
}

.figure-pricing_transparent .figure-pricing__divider {
	background-color: rgba(255, 255, 255, .2);
}

.figure-pricing_transparent.figure-pricing_featured {
	background-color: transparent;
}

.figure-pricing_transparent.figure-pricing_featured:before {
	background-color: rgba(0, 0, 0, .5);
}

.figure-pricing__cost {
	display: flex;
}

.figure-pricing__cost-sign {
	font-size: 23px;
	margin-right: 7px;
	margin-top: 3px;
}

.figure-pricing__amount {
	font-size: 64px;
	line-height: 1.1;
	font-weight: bold;
	font-family: var(--font-secondary);
	text-align: center;
}

.figure-pricing__label {
	font-family: var(--font-primary);
	font-size: 13px;
	color: #8f8f8f;
	font-weight: normal;
}

.figure-pricing__header {
	margin-bottom: 30px;
}

.figure-pricing__features {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.figure-pricing__feature {
	display: block;
	color: #8f8f8f;
	margin-top: 16px;
	margin-bottom: 16px;
}

.figure-pricing__divider {
	width: 100%;
	height: 1px;
	background-color: #ebebeb;
	margin-top: 35px;
	margin-bottom: 19px;
}

.figure-pricing__feature_yes:before {
	content: "N";
	color: #9bca7d;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
}

.figure-pricing__feature_no:before {
	content: "M";
	color: #8f8f8f;
	font-size: 17px;
	vertical-align: middle;
	margin-right: 6px;
}

.figure-pricing__wrapper-button {
	margin-top: auto;
	padding-top: 35px;
}

.figure-pricing__feature-label {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
	background-color: var(--color-accent-secondary);
	color: #fff;
	display: inline-block;
	position: absolute;
	top: -25px;
	left: 0;
	padding: 5px 15px 5px 15px;
	z-index: 50;
}

.figure-pricing__feature-label:before, .figure-pricing__feature-label:after {
	content: "";
	display: block;
	position: absolute;
	left: 100%;
	width: 0;
	height: 0;
	border-style: solid;
}

.figure-pricing__feature-label:before {
	top: 0;
	border-width: 13px 13px 0 0;
	border-color: var(--color-accent-secondary) transparent transparent transparent;
}

.figure-pricing__feature-label:after {
	bottom: 0;
	border-width: 13px 0 0 13px;
	border-color: transparent transparent transparent var(--color-accent-secondary);
}

@media only screen and (max-width: 1200px) {
	.figure-pricing {
		padding: 50px 30px;
	}
	
	.figure-pricing_featured:before {
		top: -25px;
		bottom: -25px;
	}
	
	.figure-pricing__feature-label {
		top: 0;
	}
	
	.figure-pricing__header {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.figure-pricing_featured {
		margin-top: 25px;
		margin-bottom: 25px;
		height: auto;
	}
}

/*!========================================================================
 * 22. Figure Process
 * ======================================================================!*/
.figure-process {
	position: relative;
	text-align: center;
	box-shadow: 0px 10px 30px 0px rgba(20, 20, 20, .1);
	background-color: #fff;
	padding: 10px 30px 40px;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
	height: 100%;
}

.figure-process h4 {
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
}

.figure-process p {
	margin-bottom: 0;
}

.figure-process:hover {
	box-shadow: 0px 10px 30px 0px rgba(20, 20, 20, .2);
	transform: translateY(-5px);
}

.figure-process__wrapper-icon {
	padding: 30px;
}

.figure-process__counter {
	position: absolute;
	left: 20px;
	bottom: 15px;
	font-size: 13px;
	font-weight: bold;
}

/*!========================================================================
 * 23. Figure Service
 * ======================================================================!*/
.figure-service {
	position: relative;
	padding: 125px 15px 175px 15px;
	height: 100%;
	z-index: 50;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.figure-service h3 {
	font-size: 21px;
	line-height: 1.42857;
	margin-top: 0;
	margin-bottom: 1.25em;
	font-family: var(--font-secondary);
}

.figure-service__counter {
	font-size: 16px;
	display: inline-block;
	position: absolute;
	top: 22px;
	right: 12px;
}

.figure-service__headline {
	width: 45px;
	height: 1px;
	background-color: #fff;
	margin-top: 1.25em;
	margin-bottom: 1.7em;
}

.figure-service__wrapper-button {
	display: inline-block;
	position: absolute;
	right: 12px;
	bottom: 28px;
}

.figure-service__icon {
	font-size: 64px;
	margin-bottom: 15px;
}

.figure-service__icon:before {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

@media only screen and (max-width: 1200px) {
	.figure-service {
		padding: 80px 15px 130px 15px;
	}
}

/*!========================================================================
 * 24. Filter
 * ======================================================================!*/
.filter {
	padding-bottom: 0 !important;
}

.filter__item {
	padding: 10px 30px;
}

.filter__item h4 {
	font-family: var(--font-primary);
	text-transform: uppercase;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
	font-size: 15px !important;
	letter-spacing: .5px;
}

.filter__item.tabs__item_active {
	color: var(--color-accent-primary);
}

.filter__item.tabs__item_active:hover {
	color: var(--color-accent-primary);
}

.filter__underline {
	background-color: var(--color-accent-primary) !important;
}

@media only screen and (max-width: 767px) {
	.filter__item {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}

/*!========================================================================
 * 25. Form
 * ======================================================================!*/
.form .form__row:last-child .form__col {
	margin: 12px 0 0;
}

.form__col {
	margin: 12px 0;
}

.form__header {
	margin-bottom: 15px;
}

.form__header h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 26px;
}

.post-password-form .form-control__wrapper-input {
	max-width: 100%;
}

.post-password-form .form-control__label {
	margin-right: 2em;
}

/*!========================================================================
 * 26. Footer
 * ======================================================================!*/
.footer .widgettitle {
	margin-top: 0;
}

.footer_pt {
	padding-top: 135px;
}

.footer_pb {
	padding-bottom: 135px;
}

.footer__wrapper-widget {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.footer__container {
	padding-left: 50px;
	padding-right: 50px;
}

.footer__divider {
	margin-top: 1em;
	border: 1px solid #ebebeb;
}

@media only screen and (max-width: 1400px) {
	.footer_pt {
		padding-top: 95px;
	}
	
	.footer_pb {
		padding-bottom: 95px;
	}
}

@media only screen and (max-width: 1200px) {
	.footer_pt {
		padding-top: 55px;
	}
	
	.footer_pb {
		padding-bottom: 55px;
	}
	
	.footer__wrapper-widget {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.footer__container {
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.footer_mobile-content-center {
		text-align: center !important;
	}
	
	.footer_mobile-content-center .widget, .footer_mobile-content-center .widget ul {
		text-align: center !important;
	}
	
	.footer_mobile-content-center .menu > li {
		margin-right: 0;
	}
}

@media only screen and (max-width: 767px) {
	.footer_pt {
		padding-top: 45px;
	}
	
	.footer_pb {
		padding-bottom: 45px;
	}
	
	.footer__container {
		padding-left: 15px;
		padding-right: 15px;
	}
}

/*!========================================================================
 * 27. Form Control
 * ======================================================================!*/
.form-control {
	position: relative;
	display: block;
}

.form-control_inline {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.form-control_inline-textarea {
	align-items: flex-start;
}

.form-control__label {
	display: block;
	font-family: var(--font-secondary);
	font-size: 15px;
	margin-bottom: 10px;
}

.form-control__label_inline {
	flex: 1 1 auto;
	margin-bottom: 0;
}

.form-control__input {
	display: block;
	width: 100%;
	outline: none;
	background-color: transparent;
	color: inherit;
	border-radius: 25px;
	background: #fff;
	border: none;
	border: 1px solid #ebebeb;
	padding: 12px 24px;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.form-control__input:focus {
	border-color: var(--color-accent-primary);
}

.form-control__input_semi-transparent {
	background: rgba(0, 0, 0, .5);
	border-color: transparent;
}

.form-control__input_light {
	background-color: #f5f5f5;
	border-color: transparent;
}

.form-control__input_textarea {
	resize: none;
	height: 250px;
}

.form-control__wrapper-input {
	position: relative;
	max-width: 430px;
	width: 100%;
}

.form-control__label_inline-textarea {
	margin-top: 12px;
}

.form-control__error {
	color: inherit;
	color: red;
	font-size: 10px;
	font-weight: bold;
}

.form-control__search-submit {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 31px;
	height: 31px;
	z-index: 60;
	background: none;
	border: none;
	outline: none;
	cursor: pointer;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.form-control__search-submit:hover {
	color: var(--color-accent-primary);
}

.form-control__search-submit:focus {
	outline: none;
}

::-webkit-input-placeholder {
	color: #adadad;
}

::-moz-placeholder {
	color: #adadad;
}

:-moz-placeholder {
	color: #adadad;
}

:-ms-input-placeholder {
	color: #adadad;
}

@media only screen and (max-width: 991px) {
	.form-control_inline {
		display: block;
	}
	
	.form-control__label_inline {
		margin-bottom: 15px;
	}
	
	.form-control__label_inline-textarea {
		margin-top: 0;
	}
}

/*!========================================================================
 * 28. Gmap
 * ======================================================================!*/
.gmap {
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
}

.gmap__container {
	width: 100%;
	height: 100%;
	min-height: 900px;
}

@media only screen and (max-width: 991px) {
	.gmap__container {
		min-height: 600px;
	}
}

/*!========================================================================
 * 29. Gallery
 * ======================================================================!*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*!========================================================================
 * 30. Header
 * ======================================================================!*/
.header .social__icon {
	padding: 5px;
	background-color: rgba(24, 24, 24, .2);
	width: 40px !important;
	height: 40px !important;
	font-size: 14px;
}

.header__container {
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.header__row {
	margin-left: -25px;
	margin-right: -25px;
	flex-wrap: nowrap;
}

.header__col {
	padding-left: 25px;
	padding-right: 25px;
	max-width: 100%;
}

.header__wrapper-center {
	flex-shrink: 1;
}

.header__wrapper-right {
	margin-left: auto;
}

.header_absolute {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 500;
}

.header_absolute.header_white .widget_icl_lang_sel_widget {
	color: #fff;
}

.header_absolute.header_white .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown {
	border: 1px solid rgba(255, 255, 255, .3);
}

.header_absolute.header_white .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a {
	color: #fff;
}

.header_absolute.header_white .menu > li > a {
	color: #fff;
}

.header_absolute.header_white .menu > li:not(.menu-item-has-children) > a:before {
	background-color: #fff;
}

.header_absolute.header_white .menu > li:not(.menu-item-has-children) > a:hover {
	color: #fff;
}

.header_absolute.header_white .burger__line {
	background-color: #fff;
}

.header_absolute.header_white .burger.burger_opened .burger__line {
	background-color: #fff;
}

.header__wrapper-overlay-menu {
	display: flex;
	flex-wrap: wrap;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 500;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	padding-top: 120px;
	padding-bottom: 120px;
	opacity: 0;
	visibility: hidden;
	will-change: opacity, visibility;
}

.header__overlay {
	z-index: -1;
	opacity: .6 !important;
}

.header__diagonal-curtain-1, .header__diagonal-curtain-2 {
	position: absolute;
	width: 200vw;
	height: 200vw;
	z-index: 0;
}

.header__diagonal-curtain-1 {
	bottom: 100%;
	right: 20%;
	transform: rotate(-49deg);
	transform-origin: bottom right;
	background-color: #1a1a1a;
}

.header__diagonal-curtain-2 {
	bottom: 0%;
	left: 80%;
	transform: rotate(-49deg);
	transform-origin: bottom right;
	background-color: #1a1a1a;
}

.header__wrapper-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	overflow: hidden;
}

.header__overlay-menu-back {
	position: fixed;
	top: 65px;
	left: 50px;
	z-index: 100;
	color: #fff;
	font-size: 30px;
	cursor: pointer;
}

.header__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	will-change: opacity, visibility, transform;
}

.header__wrapper-overlay-widgets {
	margin: 15px 0;
	text-align: center;
	width: 100%;
}

.admin-bar .header_absolute {
	top: 32px;
}

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

@media only screen and (max-width: 1200px) {
	.header__container {
		padding-left: 30px;
		padding-right: 30px;
	}
	
	.header__overlay-menu-back {
		top: 45px;
		left: 30px;
	}
	
	.header__wrapper-overlay-menu {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 991px) {
	.header .logo {
		height: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.header__container {
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	
	.header__row {
		margin-left: -15px;
		margin-right: -15px;
	}
	
	.header__col {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.header__overlay-menu-back {
		top: 32px;
		left: 15px;
	}
}

/*!========================================================================
 * 31. Grid
 * ======================================================================!*/
.grid_30 {
	margin: -15px;
}

.grid_5 {
	margin: -2.5px;
}

.grid__item, .grid__sizer {
	display: block;
	width: 100%;
}

.grid__item img, .grid__sizer img {
	width: 100%;
	position: relative;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.grid__item_30 {
	padding: 15px;
}

.grid__item_5 {
	padding: 2.5px;
}

a.grid__item-link {
	position: relative;
	display: block;
	text-decoration: none;
	overflow: hidden;
}

a.grid__item-link:hover .grid__item-info h3 {
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
}

a.grid__item-link:hover .grid__item-info h3:after {
	transform: scaleX(1);
	transition-delay: 100ms;
}

a.grid__item-link:hover .grid__item-info .grid__item-category, a.grid__item-link:hover .grid__item-info .grid__item-icon {
	opacity: 1;
	visibility: visible;
	transition-delay: 200ms;
	transform: translateY(0px);
}

a.grid__item-link:hover .grid__item-overlay {
	transform: scaleY(1);
}

a.grid__item-link:hover img {
	transform: scale(1.1);
}

.grid__item-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border: 2px solid #fff;
	border-radius: 100%;
	font-size: 24px;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
}

.grid__item-info {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 30px;
	color: #fff;
	z-index: 50;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.grid__item-info h3 {
	position: relative;
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 0;
	letter-spacing: .5px;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
	opacity: 0;
	visibility: hidden;
	transform: translateY(40px);
}

.grid__item-info h3:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #fff;
	margin-bottom: 30px;
	transition: all .6s cubic-bezier(.785, .135, .15, .86);
	transform: scaleX(0);
}

.grid__item-category {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .5px;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
	opacity: 0;
	visibility: hidden;
	transform: translateY(20px);
}

.grid__item-overlay {
	transform: scaleY(0);
	transform-origin: center bottom;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

@media only screen and (min-width: 992px) {
	.grid__item_desktop-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.grid__item_desktop-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.grid__item_desktop-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.grid__item_desktop-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.grid__item_tablet-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.grid__item_tablet-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.grid__item_tablet-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.grid__item_tablet-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media only screen and (max-width: 767px) {
	.grid__item_mobile-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.grid__item_mobile-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.grid__item_mobile-4 {
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	
	.grid__item_mobile-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media only screen and (max-width: 1200px) {
	.grid__item-info h3 {
		font-size: 24px;
	}
	
	.grid__item-info h3:after {
		margin-bottom: 15px;
	}
	
	.grid__item-category {
		font-size: 12px;
	}
}

/*!========================================================================
 * 32. Link
 * ======================================================================!*/
.link {
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
	color: inherit;
}

.link:hover {
	color: var(--color-accent-primary);
}

.link__text {
	display: inline-block;
	vertical-align: middle;
}

.link__icon {
	display: inline-block;
	vertical-align: middle;
}

/*!========================================================================
 * 33. Lazy
 * ======================================================================!*/
.lazy, .lazy-masonry {
	background-color: #f5f5f5;
	-webkit-animation-name: loading;
	animation-name: loading;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
}

.lazy__img:not(img) {
	background-size: cover;
	background-position: center center;
}

@-webkit-keyframes loading {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: .3;
	}
}

@keyframes loading {
	0% {
		opacity: 0;
	}
	
	100% {
		opacity: .3;
	}
}

/*!========================================================================
 * 34. Logo
 * ======================================================================!*/
.logo {
	display: block;
	height: 110px;
}

.logo img {
	width: auto;
	height: 100%;
}

.site-title {
	color: var(--color-accent-primary);
	font-family: var(--font-secondary);
	font-weight: bold;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

@media only screen and (max-width: 1200px) {
	.logo {
		height: 80px;
	}
}

/*!========================================================================
 * 35. Menu
 * ======================================================================!*/
.menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}

.menu > li {
	position: relative;
	display: inline-block;
	margin-right: 42px;
}

.menu > li > a {
	display: block;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: .1px;
	line-height: 2;
}

.menu > li > a:hover {
	color: #333;
}

.menu > li:last-child {
	margin-right: 0;
}

.menu > li.menu-item-has-children > a:after {
	content: "";
	font-family: "FontAwesome";
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
}

.menu > li.menu-item-has-children > a:hover ~ ul {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

.menu > li.menu-item-has-children:nth-last-child(-n+3) ul {
	left: auto;
	right: -10px;
}

.menu > li.menu-item-has-children:nth-last-child(-n+3) ul ul {
	left: auto;
	right: calc(100% - 10px);
}

.menu > li:not(.menu-item-has-children) > a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	background-color: #333;
	bottom: 0;
	right: 1px;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.menu > li:not(.menu-item-has-children) > a:hover {
	color: #333;
}

.menu > li:not(.menu-item-has-children) > a:hover:before {
	left: 1px;
	width: calc(100% - 1px);
}

.menu .sub-menu {
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	list-style-type: none;
	padding: 0;
	padding: 10px 0;
	margin: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
	transform: translate(0, 10px);
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0px 3px 14px 0px rgba(162, 162, 162, .65);
	z-index: 50;
}

.menu .sub-menu > li {
	position: relative;
	display: block;
	white-space: nowrap;
}

.menu .sub-menu > li a {
	display: flex;
	align-items: center;
	padding: 10px 30px;
	color: #333;
}

.menu .sub-menu > li a:hover {
	color: var(--color-accent-primary);
}

.menu .sub-menu > li.menu-item-has-children > a:after {
	content: "";
	font-family: "FontAwesome";
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
	margin-left: auto;
	margin-top: 2px;
	padding-left: 20px;
}

.menu .sub-menu > li.menu-item-has-children > a:hover ~ ul {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

.menu .sub-menu ul {
	top: -10px;
	left: calc(100% - 10px);
	transform: translate(10px, 0);
}

.menu .sub-menu:hover {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

/*!========================================================================
 * 36. Ofi
 * ======================================================================!*/
.of-cover {
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.of-contain {
	width: 100% !important;
	height: 100% !important;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: "object-fit: contain;";
}

/*!========================================================================
 * 37. Menu Overlay
 * ======================================================================!*/
.menu-overlay {
	position: relative;
	margin-top: auto;
	margin-bottom: auto;
	list-style-type: none;
	text-align: center;
	z-index: 50;
}

.menu-overlay > li {
	display: block;
	margin: 20px 0;
}

.menu-overlay > li > a {
	position: relative;
	display: block;
	overflow: hidden;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
}

.menu-overlay > li > a:hover {
	color: #adadad;
}

.menu-overlay > li:not(.menu-item-has-children) > a span {
	display: inline-block;
	position: relative;
}

.menu-overlay > li:not(.menu-item-has-children) > a span:before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	background-color: #fff;
	bottom: 0;
	right: 5px;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.menu-overlay > li:not(.menu-item-has-children) > a:hover {
	color: #fff;
}

.menu-overlay > li:not(.menu-item-has-children) > a:hover span:before {
	left: 5px;
	width: calc(100% - 5px);
}

.menu-overlay .sub-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	z-index: 100;
}

.menu-overlay .sub-menu > li {
	display: block;
}

.menu-overlay .sub-menu > li > a {
	display: block;
	position: relative;
	font-size: 24px;
	font-weight: bold;
	overflow: hidden;
	color: #fff;
}

.menu-overlay .sub-menu > li > a span {
	display: inline-block;
}

.menu-overlay .sub-menu > li > a .menu-overlay__item-wrapper {
	padding: 10px 15px;
}

.menu-overlay .sub-menu > li > a:hover {
	color: #adadad;
}

.menu-overlay .sub-menu > li:not(.menu-item-has-children) > a:hover {
	color: #fff;
}

.menu-overlay .sub-menu > li:not(.menu-item-has-children) > a .menu-overlay__item-wrapper:hover:before {
	left: 15px;
	width: calc(100% - 30px);
}

.menu-overlay .sub-menu > li:not(.menu-item-has-children) > a .menu-overlay__item-wrapper:before {
	content: "";
	position: absolute;
	width: 0;
	height: 1px;
	background-color: #fff;
	bottom: 10px;
	right: 15px;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

@media only screen and (max-width: 767px) {
	.menu-overlay > li > a {
		font-size: 30px;
	}
	
	.menu-overlay .sub-menu > li > a {
		font-size: 18px;
	}
}

/*!========================================================================
 * 38. Outdated
 * ======================================================================!*/
#outdated {
	font-family: sans-serif;
	position: absolute;
	position: fixed;
	color: white;
	display: none;
	overflow: hidden;
	left: 0;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 100%;
	z-index: 100000;
	padding: 24px 24px 36px 0;
}

#outdated.fullscreen {
	height: 100%;
}

#outdated .vertical-center {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

#outdated h6 {
	font-size: 25px;
	line-height: 25px;
	margin: 12px 0;
}

#outdated p {
	font-size: 16px;
	line-height: 12px;
	margin: 0;
	text-transform: none;
}

#outdated #buttonUpdateBrowser {
	border: 2px solid white;
	cursor: pointer;
	display: block;
	margin: 30px auto 0;
	padding: 16px 24px;
	position: relative;
	text-decoration: none;
	width: 230px;
}

#outdated #buttonUpdateBrowser:hover {
	background-color: #b29400;
	color: white;
}

#outdated .last {
	height: 20px;
	position: absolute;
	right: 70px;
	top: 10px;
	width: auto;
	display: inline-table;
}

#outdated .last[dir=rtl] {
	left: 25px !important;
	right: auto !important;
}

#outdated #buttonCloseUpdateBrowser {
	color: white;
	display: block;
	font-size: 36px;
	height: 100%;
	line-height: 36px;
	position: relative;
	text-decoration: none;
	width: 100%;
}

/*!========================================================================
 * 39. Modal
 * ======================================================================!*/
.modal-open {
	overflow: hidden;
}

.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 6000;
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	outline: 0;
}

.modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
	z-index: 60;
}

.modal__header {
	margin-bottom: 1em;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}

.modal-dialog_container {
	max-width: 980px !important;
}

.modal.fade .modal-dialog {
	transition: transform .3s ease-out;
	transform: translate(0, -50px);
}

.modal.show .modal-dialog {
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal-dialog-scrollable {
	display: flex;
	max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 1rem);
	overflow: hidden;
}

.modal-dialog-scrollable .modal-header, .modal-dialog-scrollable .modal-footer {
	flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
	display: block;
	height: calc(100vh - 1rem);
	content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
	content: none;
}

.modal-content {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: 6px;
	outline: 0;
	padding: 32px;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	transition: opacity .15s linear;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: .7;
}

.modal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: .3rem;
	border-top-right-radius: .3rem;
}

.modal-header .close {
	padding: 1rem 1rem;
	margin: -1rem -1rem -1rem auto;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

.modal-footer {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 1rem;
	border-top: 1px solid #dee2e6;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem;
}

.modal-footer > :not(:first-child) {
	margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
	margin-right: .25rem;
}

.modal-scrollbar-measure {
	position: absolute;
	top: -9999px;
	width: 50px;
	height: 50px;
	overflow: scroll;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 600px;
		margin: 1.75rem auto;
	}
	
	.modal-dialog-scrollable {
		max-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-scrollable .modal-content {
		max-height: calc(100vh - 3.5rem);
	}
	
	.modal-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
	
	.modal-dialog-centered::before {
		height: calc(100vh - 3.5rem);
	}
	
	.modal-sm {
		max-width: 300px;
	}
}

@media (min-width: 992px) {
	.modal-lg, .modal-xl {
		max-width: 800px;
	}
}

@media (min-width: 1200px) {
	.modal-xl {
		max-width: 1140px;
	}
}

/*!========================================================================
 * 40. Overlay
 * ======================================================================!*/
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 0;
}

.overlay_dark {
	background-color: #333;
	opacity: .65;
	mix-blend-mode: multiply;
}

.overlay_black {
	background-color: #1a1a1a;
	opacity: .65;
}

.overlay_white {
	background-color: #fff;
	opacity: .65;
}

.overlay_white-solid {
	background-color: #fff;
	opacity: 1;
}

.overlay_accent {
	background-color: var(--color-accent-primary);
	opacity: .95;
	mix-blend-mode: multiply;
}

.overlay_accent-normal {
	background-color: var(--color-accent-primary);
	opacity: .75;
}

/*!========================================================================
 * 41. Pagination
 * ======================================================================!*/
.nav-links, .page-links {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.page-numbers, .post-page-numbers, .page-number {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: #fff;
	border-radius: 100%;
	font-weight: 600;
	margin: 5px;
	color: #1a1a1a;
	flex-shrink: 0;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.page-numbers.current, .post-page-numbers.current, .page-number.current {
	background-color: var(--color-accent-primary);
	color: #fff;
}

.page-numbers.current .page-number, .post-page-numbers.current .page-number, .page-number.current .page-number {
	background-color: var(--color-accent-primary);
	color: #fff;
}

.page-numbers:not(.current):not(.dots):not(span):hover, .post-page-numbers:not(.current):not(.dots):not(span):hover, .page-number:not(.current):not(.dots):not(span):hover {
	color: var(--color-accent-primary);
}

.page-numbers.prev, .page-numbers.next, .post-page-numbers.prev, .post-page-numbers.next, .page-number.prev, .page-number.next {
	width: auto;
}

.page-links {
	margin-top: 2em;
}

.page-links > span:not(.current) {
	background-color: var(--color-accent-primary);
	color: #fff;
}

.page-links a:hover .page-number {
	color: var(--color-accent-primary);
}

/*!========================================================================
 * 42. Post
 * ======================================================================!*/
.post__read-more {
	border: 1px solid #adadad;
	color: #adadad;
}

.post__read-more:hover {
	border-color: var(--color-accent-primary);
	color: var(--color-accent-primary);
}

/*!========================================================================
 * 43. Parallax
 * ======================================================================!*/
.art-parallax, [data-art-parallax] {
	position: relative;
	overflow: hidden;
}

.art-parallax > img, [data-art-parallax] > img {
	will-change: transform;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.art-parallax__bg {
	will-change: transform;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

/*!========================================================================
 * 44. Post Meta
 * ======================================================================!*/
.post-meta {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin: 0 -10px -10px;
}

.post-meta__item {
	display: inline-block;
	margin: 10px;
	font-size: 13px;
}

.post-meta__item a {
	display: inline-block;
	vertical-align: middle;
	color: #1a1a1a;
}

.post-meta__item a:hover {
	color: var(--color-accent-primary);
}

.post-meta__item-text {
	color: #8f8f8f;
}

.post-meta__item-icon {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}

.post-meta__item-text {
	display: inline-block;
	vertical-align: middle;
}

.post-date {
	display: block;
	font-size: 13px;
	margin-top: 8px;
}

/*!========================================================================
 * 45. Preloader
 * ======================================================================!*/
.preloader {
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999;
	overflow: hidden;
}

.preloader__curtain {
	position: absolute;
	top: 0;
	left: 100%;
	width: 300vw;
	height: 300vw;
	transform: skew(45deg);
	transform-origin: bottom right;
}

.preloader__curtain:nth-child(1) {
	z-index: 0;
}

.preloader__curtain:nth-child(2) {
	z-index: 1;
}

.preloader__curtain:nth-child(3) {
	z-index: 2;
}

.preloader__progress {
	position: relative;
	width: 100%;
	height: 2px;
	background-color: #333;
	margin-left: auto;
	margin-right: auto;
	max-width: 320px;
	z-index: 50;
}

.preloader__progress-fill {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	transform: scaleX(0);
	transform-origin: left center;
	-webkit-animation: fill-progress 30s;
	animation: fill-progress 30s;
}

@-webkit-keyframes fill-progress {
	from {
		transform: scaleX(0);
	}
	
	to {
		transform: scaleX(1);
	}
}

@keyframes fill-progress {
	from {
		transform: scaleX(0);
	}
	
	to {
		transform: scaleX(1);
	}
}

@media only screen and (max-width: 767px) {
	.preloader__progress {
		max-width: 270px;
	}
}

/*!========================================================================
 * 46. Scroll Down
 * ======================================================================!*/
.scroll-down {
	display: inline-block;
	text-align: center;
	cursor: pointer;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.scroll-down:hover {
	transform: translateY(5px);
}

.scroll-down__label {
	display: block;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .24px;
	margin-bottom: 14px;
}

.scroll-down__icon {
	display: inline-block;
	width: 40px;
}

.scroll-down__icon img {
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.scroll-down__icon {
		width: 30px;
	}
}

/*!========================================================================
 * 47. Properties
 * ======================================================================!*/
.properties {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin: 0 -25px;
}

.properties__item {
	display: inline-block;
	vertical-align: middle;
	margin: 10px 25px;
}

.properties__name {
	display: inline-block;
	font-size: 13px;
	line-height: 1.538;
	font-weight: bold;
	text-transform: uppercase;
}

.properties__value {
	display: inline-block;
	font-size: 14px;
	color: #8f8f8f;
	margin-left: 10px;
}

@media only screen and (max-width: 767px) {
	.properties__item {
		display: block;
		width: 100%;
	}
}

@media only screen and (max-width: 991px) {
	.properties {
		margin: 0 -15px;
	}
	
	.properties__item {
		margin: 10px 15px;
	}
	
	.post__properties .properties {
		flex-wrap: wrap;
	}
}

/*!========================================================================
 * 48. Section404
 * ======================================================================!*/
.section-404__big {
	font-size: 350px;
	line-height: .9;
	font-weight: bold;
	font-family: var(--font-secondary);
}

.section-404__header h1 {
	font-size: 46px;
	font-weight: bold;
}

.section-404__header p {
	font-size: 16px;
}

.section-404__wrapper-button {
	margin-top: 80px;
}

@media only screen and (max-width: 1200px) {
	.section-404__big {
		font-size: 262px;
	}
	
	.section-404__header h1 {
		font-size: 34px;
	}
	
	.section-404__wrapper-button {
		margin-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.section-404__big {
		font-size: 130px;
		margin-bottom: 20px;
	}
	
	.section-404__header h1 {
		font-size: 24px;
	}
	
	.section-404__wrapper-button {
		margin-top: 30px;
	}
}

/*!========================================================================
 * 49. Scroll Up
 * ======================================================================!*/
.scroll-up {
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 500;
}

.scroll-up__icon {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	width: 60px;
	height: 60px;
	background-color: var(--color-accent-primary);
	border-radius: 100%;
	color: #fff;
	font-size: 24px;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.scroll-up__icon:hover {
	background-color: #333;
}

@media only screen and (max-width: 991px) {
	.scroll-up {
		width: 50px;
		height: 50px;
		right: 30px;
		bottom: 30px;
		font-size: 20px;
	}
}

/*!========================================================================
 * 50. Section
 * ======================================================================!*/
.section {
	position: relative;
}

.section_pt {
	padding-top: 160px;
}

.section_pt-small {
	padding-top: 70px;
}

.section_pt-large {
	padding-top: 200px;
}

.section_pb {
	padding-bottom: 160px;
}

.section_pb-small {
	padding-bottom: 70px;
}

.section_pb-large {
	padding-bottom: 200px;
}

.section_mt {
	margin-top: 160px;
}

.section_mt-small {
	margin-top: 70px;
}

.section_mt-large {
	margin-top: 200px;
}

.section_mb {
	margin-bottom: 160px;
}

.section_mb-small {
	margin-bottom: 70px;
}

.section_mb-large {
	margin-bottom: 200px;
}

.section-fullheight {
	display: flex;
}

.section-fullheight__inner {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 100vh;
}

.section__header {
	position: relative;
	margin-bottom: 30px;
	z-index: 50;
}

.section__header h2 {
	font-family: var(--font-secondary);
	font-size: 46px;
	margin-top: 0;
	margin-bottom: .5em;
	line-height: 1.3;
}

.section__header p {
	margin-top: 0;
}

.section__header_elementor {
	margin-bottom: 0;
}

.section__header_elementor h2 {
	margin-bottom: 0;
}

.section__header_elementor p {
	margin-top: 1.5em;
}

.section__header-subheading {
	margin-bottom: 20px;
}

.section__header-subheading span {
	display: block;
	font-size: 13px;
	line-height: 1.538;
	font-weight: bold;
	text-transform: uppercase;
}

.section__header-subheading span:after {
	content: "";
	display: block;
	width: 48px;
	height: 1px;
	background-color: var(--color-accent-primary);
	margin-top: 14px;
}

.section__content {
	position: relative;
	z-index: 50;
}

@media only screen and (min-width: 1200px) {
	.section__header-container {
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 1400px) {
	.section_pt {
		padding-top: 120px;
	}
	
	.section_pt-small {
		padding-top: 50px;
	}
	
	.section_pt-large {
		padding-top: 160px;
	}
	
	.section_pb {
		padding-bottom: 120px;
	}
	
	.section_pb-small {
		padding-bottom: 50px;
	}
	
	.section_pb-large {
		padding-bottom: 160px;
	}
	
	.section_mt {
		margin-top: 120px;
	}
	
	.section_mt-small {
		margin-top: 50px;
	}
	
	.section_mt-large {
		margin-top: 160px;
	}
	
	.section_mb {
		margin-bottom: 120px;
	}
	
	.section_mb-small {
		margin-bottom: 50px;
	}
	
	.section_mb-large {
		margin-bottom: 160px;
	}
	
	.section__header {
		margin-bottom: 10px;
	}
	
	.section__header h2 {
		font-size: 34px;
	}
}

@media only screen and (max-width: 1200px) {
	.section_pt {
		padding-top: 80px;
	}
	
	.section_pt-small {
		padding-top: 40px;
	}
	
	.section_pt-large {
		padding-top: 100px;
	}
	
	.section_pb {
		padding-bottom: 80px;
	}
	
	.section_pb-small {
		padding-bottom: 40px;
	}
	
	.section_pb-large {
		padding-bottom: 100px;
	}
	
	.section_mt {
		margin-top: 80px;
	}
	
	.section_mt-small {
		margin-top: 40px;
	}
	
	.section_mt-large {
		margin-top: 100px;
	}
	
	.section_mb {
		margin-bottom: 80px;
	}
	
	.section_mb-small {
		margin-bottom: 40px;
	}
	
	.section_mb-large {
		margin-bottom: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.section_pt {
		padding-top: 60px;
	}
	
	.section_pt-small {
		padding-top: 30px;
	}
	
	.section_pt-large {
		padding-top: 80px;
	}
	
	.section_pb {
		padding-bottom: 60px;
	}
	
	.section_pb-small {
		padding-bottom: 30px;
	}
	
	.section_pb-large {
		padding-bottom: 80px;
	}
	
	.section_mt {
		margin-top: 60px;
	}
	
	.section_mt-small {
		margin-top: 30px;
	}
	
	.section_mt-large {
		margin-top: 80px;
	}
	
	.section_mb {
		margin-bottom: 60px;
	}
	
	.section_mb-small {
		margin-bottom: 30px;
	}
	
	.section_mb-large {
		margin-bottom: 80px;
	}
}

@media only screen and (max-width: 576px) {
	.section__header-container {
		padding-left: 0;
		padding-right: 0;
	}
}

/*!========================================================================
 * 51. Section Blog
 * ======================================================================!*/
.section-blog__wrapper-button {
	margin-top: 40px;
}

.section-blog__wrapper-post {
	margin-bottom: 60px;
}

.section-blog__wrapper-post:last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 1400px) {
	.section-blog__wrapper-button {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.section-blog__sidebar {
		margin-top: 50px;
	}
}

/*!========================================================================
 * 52. Section CTA
 * ======================================================================!*/
.section-cta h2 {
	margin-top: 0;
}

.section-cta__wrapper-button {
	margin-top: 60px;
}

@media only screen and (max-width: 1200px) {
	.section-cta h2 {
		font-size: 45px;
	}
}

@media only screen and (max-width: 767px) {
	.section-cta h2 {
		font-size: 33px;
	}
	
	.section-cta__wrapper-button {
		margin-top: 30px;
	}
}

/*!========================================================================
 * 53. Section About
 * ======================================================================!*/
.section-about__header h2 {
	font-size: 60px;
	line-height: 1.2;
	margin-bottom: 40px;
}

.section-about__header p:last-child {
	margin-bottom: 0;
}

.section-about__wrapper-subheading {
	margin-bottom: 40px;
}

.section-about__wrapper-subheading span {
	display: block;
	font-size: 13px;
	line-height: 1.538;
	font-weight: bold;
	text-transform: uppercase;
}

.section-about__wrapper-subheading span:after {
	content: "";
	display: block;
	width: 48px;
	height: 1px;
	background-color: #1a1a1a;
	margin-top: 14px;
}

.section-about__wrapper-image {
	text-align: center;
}

@media only screen and (max-width: 1200px) {
	.section-about__header h2 {
		font-size: 34px;
	}
}

@media only screen and (max-width: 991px) {
	.section-about__wrapper-image {
		margin-top: 50px;
	}
}

/*!========================================================================
 * 54. Section Contacts
 * ======================================================================!*/
.section-contacts.color-white .figure-contact {
	position: relative;
}

.section-contacts.color-white .figure-contact a {
	color: #fff;
}

.section-contacts.color-white .figure-contact a:hover {
	color: #fff;
	opacity: .5;
}

@media only screen and (max-width: 1200px) {
	.section-contacts .figure-contact:before {
		left: -90px;
	}
}

@media only screen and (max-width: 991px) {
	.section-contacts__wrapper-contacts {
		margin-top: 40px;
	}
	
	.section-contacts .figure-contact:before {
		display: none;
	}
}

/*!========================================================================
 * 55. Section Features
 * ======================================================================!*/
.section-features__wrapper-item {
	margin-bottom: 60px;
}

@media only screen and (max-width: 1200px) {
	.section-features__wrapper-item {
		margin-bottom: 40px;
	}
}

/*!========================================================================
 * 56. Section Intro
 * ======================================================================!*/
.section-intro {
	overflow: hidden;
}

.section-intro h1 {
	font-family: var(--font-secondary);
	font-size: 60px;
	line-height: 1.2;
	font-weight: bold;
	letter-spacing: .5px;
	margin-top: 0;
	margin-bottom: .5em;
}

.section-intro p {
	font-size: 20px;
}

.section-intro__wrapper-content {
	padding-left: 215px;
	padding-top: 160px;
	padding-bottom: 160px;
}

.section-intro__wrapper-backgrounds {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.section-intro__wrapper-sd {
	position: absolute;
	display: inline-block;
	bottom: 18px;
	left: 38%;
	z-index: 60;
}

.section-intro__diagonal-curtain-1, .section-intro__diagonal-curtain-2 {
	position: absolute;
	width: 300vw;
	height: 300vw;
}

.section-intro__diagonal-curtain-1 {
	top: 100%;
	right: 20%;
	transform: rotate(45deg);
	transform-origin: top right;
	background-color: var(--color-accent-primary);
}

.section-intro__diagonal-curtain-2 {
	bottom: 100%;
	right: 20%;
	transform: rotate(-45deg);
	transform-origin: bottom right;
	background-color: var(--color-accent-primary);
}

.section-intro__diagonal-line-1, .section-intro__diagonal-line-2 {
	position: absolute;
	right: calc(20% - 32px);
	height: 10px;
	width: 3000px;
	background-color: var(--color-accent-primary);
}

.section-intro__diagonal-line-1 {
	bottom: calc(100% + 10px);
	transform: rotate(-45deg);
	transform-origin: top right;
}

.section-intro__diagonal-line-2 {
	top: calc(100% + 10px);
	transform: rotate(45deg);
	transform-origin: bottom right;
}

@media only screen and (max-width: 1400px) {
	.section-intro h1 {
		font-size: 46px;
	}
	
	.section-intro p {
		font-size: 18px;
	}
	
	.section-intro__wrapper-content {
		padding-left: 50px;
	}
}

@media only screen and (max-width: 991px) {
	.section-intro__wrapper-content {
		padding-left: 15px;
		padding-right: 15px;
		text-align: center;
	}
	
	.section-intro__wrapper-sd {
		left: 50%;
		transform: translateX(-50%);
	}
}

@media only screen and (max-width: 767px) {
	.section-intro h1 {
		font-size: 30px;
	}
	
	.section-intro p {
		font-size: 16px;
	}
}

/*!========================================================================
 * 57. Section Latest News
 * ======================================================================!*/
.section-latest-news.section_pb {
	padding-bottom: 130px;
}

@media only screen and (max-width: 1400px) {
	.section-latest-news.section_pb {
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-latest-news.section_pb {
		padding-bottom: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.section-latest-news.section_pb {
		padding-bottom: 40px;
	}
}

/*!========================================================================
 * 58. Section Latest Projects
 * ======================================================================!*/
.section-latest-projects__wrapper-content {
	position: relative;
	z-index: 50;
}

.section-latest-projects__wrapper-backgrounds {
	position: absolute;
	top: 0;
	right: -50%;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.section-latest-projects__inner {
	position: relative;
	z-index: 50;
}

.section-latest-projects__wrapper-tabs {
	padding-top: 140px;
	padding-bottom: 140px;
}

.section-latest-projects__wrapper-button {
	padding-top: 70px;
	padding-bottom: 70px;
}

@media only screen and (max-width: 1400px) {
	.section-latest-projects__wrapper-tabs {
		padding-top: 120px;
		padding-bottom: 120px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-latest-projects__wrapper-tabs {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

@media only screen and (max-width: 767px) {
	.section-latest-projects__wrapper-tabs {
		padding-top: 80px;
		padding-bottom: 40px;
	}
	
	.section-latest-projects__wrapper-button {
		padding-top: 60px;
		padding-bottom: 60px;
	}
}

/*!========================================================================
 * 59. Section Masthead
 * ======================================================================!*/
.section-masthead {
	display: flex;
}

.section-masthead h1:not(.section-masthead__subheading), .section-masthead .section-masthead__categories {
	font-family: var(--font-primary);
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 1.5em;
}

.section-masthead.color-white .section-masthead__meta a {
	color: #fff;
}

.section-masthead.color-white .section-masthead__meta a:hover {
	opacity: .5;
}

.section-masthead__header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 50;
	min-height: 500px;
}

.section-masthead__header_background {
	padding-top: 250px;
	padding-bottom: 250px;
	min-height: 800px;
}

.section-masthead__subheading {
	font-size: 60px;
	line-height: 1.3;
	font-family: var(--font-secondary);
	font-weight: bold;
}

.section-masthead__meta {
	margin-top: 1em;
}

@media only screen and (max-width: 1400px) {
	.section-masthead__header_background {
		padding-top: 160px;
		padding-bottom: 160px;
		min-height: 700px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-masthead__header_background {
		padding-top: 100px;
		padding-bottom: 100px;
		min-height: 500px;
	}
	
	.section-masthead__subheading {
		font-size: 45px;
	}
	
	.section-masthead__header {
		padding-top: 100px;
		padding-bottom: 100px;
		min-height: 400px;
	}
}

@media only screen and (max-width: 767px) {
	.section-masthead__header_background {
		padding-top: 120px;
		padding-bottom: 60px;
		min-height: 360px;
	}
	
	.section-masthead h1 {
		font-size: 12px;
	}
	
	.section-masthead .section-masthead__subheading {
		font-size: 33px;
	}
	
	.section-masthead__header {
		padding-top: 120px;
		padding-bottom: 60px;
		min-height: 260px;
	}
}

/*!========================================================================
 * 60. Section Portfolio
 * ======================================================================!*/
.section-portfolio__wrapper-tabs {
	margin-bottom: 40px;
}

.section-portfolio__wrapper-button {
	margin-top: 70px;
}

@media only screen and (max-width: 991px) {
	.section-portfolio__wrapper-tabs {
		margin-bottom: 30px;
	}
}

/*!========================================================================
 * 61. Section Map
 * ======================================================================!*/
.section-map {
	z-index: 100;
}

.section-map__wrapper-form {
	position: absolute;
	right: 50px;
	top: -150px;
	max-width: 510px;
	width: 100%;
	padding: 50px 50px 35px;
	background-color: #fff;
	z-index: 100;
}

.section-map__wrapper-info {
	position: absolute;
	left: 50px;
	top: 50%;
	max-width: 420px;
	width: 100%;
	transform: translateY(-50%);
	z-index: 100;
	background-color: var(--color-accent-primary);
	padding: 50px 35px;
}

.section-map__wrapper-info .figure-contact {
	display: flex;
	flex-wrap: wrap;
}

.section-map__wrapper-info .figure-contact__item {
	flex: 1 1 50%;
	margin-bottom: 30px;
	padding: 0 15px;
}

.section-map__wrapper-info .figure-contact__property {
	font-size: 13px;
	font-weight: bold;
}

.section-map__wrapper-info .figure-contact__value {
	font-size: 15px;
}

.section-map__wrapper-info.color-white .figure-contact a {
	color: #fff;
}

.section-map__wrapper-info.color-white .figure-contact a:hover {
	color: #fff;
	opacity: .5;
}

@media only screen and (max-width: 1400px) {
	.section-map__content {
		display: flex;
		flex-wrap: wrap;
	}
	
	.section-map__wrapper-form {
		position: relative;
		right: auto;
		top: auto;
		flex: 1 0 420px;
	}
	
	.section-map__wrapper-map {
		width: 100%;
		max-width: 100%;
		flex: 1 1 calc(100% - 420px);
	}
	
	.section-map__wrapper-info {
		position: relative;
		left: auto;
		top: auto;
		max-width: 100%;
		flex: 1 0 auto;
		transform: none;
		text-align: center;
	}
	
	.section-map__wrapper-info .figure-contact {
		justify-content: center;
	}
	
	.section-map__wrapper-info .figure-contact__item {
		flex: 0 1 25%;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

@media only screen and (max-width: 991px) {
	.section-map__wrapper-form {
		flex: 1 0 100%;
		max-width: 100%;
	}
	
	.section-map__wrapper-map {
		flex: 1 0 100%;
	}
}

@media only screen and (max-width: 767px) {
	.section-map__wrapper-form {
		padding: 60px 15px;
	}
	
	.section-map__wrapper-info .figure-contact__item {
		flex: 1 1 100%;
	}
}

/*!========================================================================
 * 62. Section Pricing
 * ======================================================================!*/
.section-pricing__wrapper-item {
	margin-top: 50px;
	margin-bottom: 50px;
}

@media only screen and (max-width: 1200px) {
	.section-pricing__wrapper-item {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.section-pricing__wrapper-item {
		margin-top: 15px;
		margin-bottom: 15px;
	}
}

/*!========================================================================
 * 63. Section Process
 * ======================================================================!*/
.section-process.section_mb {
	margin-bottom: 130px;
}

.section-process__wrapper-item {
	margin-bottom: 30px;
}

@media only screen and (max-width: 1400px) {
	.section-process.section_mb {
		margin-bottom: 90px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-process.section_mb {
		margin-bottom: 70px;
	}
}

@media only screen and (max-width: 767px) {
	.section-process.section_mb {
		margin-bottom: 50px;
	}
}

/*!========================================================================
 * 64. Section Services
 * ======================================================================!*/
.section-services__wrapper-service:last-of-type {
	box-shadow: 0px 15px 34px 0px rgba(5, 16, 37, 0), 1px 0px 0px 0px rgba(255, 255, 255, 0);
}

.section-services__wrapper-service {
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
	box-shadow: 0px 15px 34px 0px rgba(5, 16, 37, 0), 1px 0px 0px 0px rgba(255, 255, 255, .1);
}

.section-services__wrapper-service:hover {
	box-shadow: 0px 15px 34px 0px rgba(5, 16, 37, .62), 1px 0px 0px 0px rgba(255, 255, 255, 0);
}

.section-services__wrapper-service:hover .section-services__service-overlay {
	opacity: .85;
}

.section-services__service-overlay {
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.section-services__wrapper-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.section-services__background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

@media only screen and (max-width: 1200px) {
	.section-services__wrapper-service {
		box-shadow: 0px 15px 34px 0px rgba(5, 16, 37, 0), 1px 0px 0px 0px rgba(255, 255, 255, .1), 0px 1px 0px 0px rgba(255, 255, 255, .1);
	}
}

/*!========================================================================
 * 65. Section Team
 * ======================================================================!*/
.section-team.section_mb {
	margin-bottom: 100px;
}

.section-team__wrapper-item {
	margin-bottom: 60px;
}

@media only screen and (max-width: 1200px) {
	.section-team.section_mb {
		margin-bottom: 60px;
	}
	
	.section-team__wrapper-item {
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.section-team.section_mb {
		margin-bottom: 20px;
	}
}

/*!========================================================================
 * 66. Section Services Tabs
 * ======================================================================!*/
.section-services-tabs {
	z-index: 100;
}

.section-services-tabs .section-services-tabs__wrapper-tabs {
	margin-top: -160px;
	margin-bottom: 60px;
}

.section-services-tabs__wrapper-tabs {
	padding-top: 100px;
	padding-bottom: 100px;
}

@media only screen and (max-width: 1400px) {
	.section-services-tabs .section-services-tabs__wrapper-tabs {
		padding-top: 80px;
		padding-bottom: 80px;
		margin-top: -140px;
	}
}

@media only screen and (max-width: 1200px) {
	.section-services-tabs .section-services-tabs__wrapper-tabs {
		padding-top: 60px;
		padding-bottom: 60px;
		margin-top: -120px;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 991px) {
	.section-services-tabs .section-services-tabs__wrapper-tabs {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.section-services-tabs .section-services-tabs__wrapper-tabs {
		padding-top: 25px;
		padding-bottom: 25px;
		margin-top: 0;
		max-width: 100%;
	}
}

@media only screen and (min-width: 720px) {
	.section-services-tabs__wrapper-tabs {
		max-width: 690px;
	}
}

@media only screen and (min-width: 992px) {
	.section-services-tabs__wrapper-tabs {
		max-width: 930px;
	}
}

@media only screen and (min-width: 1200px) {
	.section-services-tabs__wrapper-tabs {
		max-width: 1110px;
	}
}

/*!========================================================================
 * 67. Select
 * ======================================================================!*/
select {
	display: block;
	border: 1px solid #adadad;
	padding: 10px 35px 10px 15px;
	background-color: transparent;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	color: #adadad;
	background-image: url("https://xvisorypartners.com/nitropack_static/WmihIIZSYlrFbKGDFPJrUspySBPwVrBu/assets/images/optimized/rev-5ca5e0e/xvisorypartners.com/wp-content/themes/harizma/img/general/select.png");
	background-position: right 15px bottom 50%;
	background-repeat: no-repeat;
	background-size: 6px 4px;
}

select.nitro-lazy {
	background-image: none !important;
}

/*!========================================================================
 * 68. Share
 * ======================================================================!*/
.share {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.share__item {
	display: inline-block;
}

.share__icon {
	display: block;
	color: #8f8f8f;
	padding: 6px;
}

/*!========================================================================
 * 69. Sidebar
 * ======================================================================!*/
.sidebar {
	max-width: 300px;
	margin-left: auto;
}

.sidebar_no-margin-last-widget .widget:last-child {
	margin-bottom: 0;
}

.sidebar .widgettitle {
	display: block;
	margin-top: 0;
	margin-bottom: 1em;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 15px;
}

@media screen and (max-width: 991px) {
	.sidebar {
		max-width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
}

/*!========================================================================
 * 70. Slider Images
 * ======================================================================!*/
.slider-images {
	text-align: center;
	position: relative;
}

.slider-images__wrapper-slider-nav {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 60;
}

.slider-images__slide {
	display: flex;
	align-items: center;
	justify-content: center;
}

.slider-images__prev, .slider-images__next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 60;
}

.slider-images__prev {
	left: 50px;
}

.slider-images__next {
	right: 50px;
}

@media only screen and (max-width: 1200px) {
	.slider-images__prev {
		left: 30px;
	}
	
	.slider-images__next {
		right: 30px;
	}
}

/*!========================================================================
 * 71. Slider Gallery
 * ======================================================================!*/
.slider-gallery__wrapper-slider-nav {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 60;
}

.slider-gallery__overlay {
	z-index: 50;
}

@media only screen and (max-width: 991px) {
	.slider-gallery__overlay {
		display: none;
	}
}

/*!========================================================================
 * 72. Slider
 * ======================================================================!*/
.slider-nav {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: -3px;
}

.slider-nav__dot {
	position: relative;
	width: 16px;
	height: 16px;
	cursor: pointer;
}

.slider-nav__dot:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 7px;
	height: 7px;
	border-style: solid;
	border-width: 3.5px;
	border-color: #fff;
	border-radius: 50%;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.slider-nav__dot:not(.slider-nav__dot_active):hover:after {
	opacity: .5;
}

.slider-nav__dot_active:after {
	transform: translate(-50%, -50%) scale(1.5714);
	border-width: 1px;
}

.slider__prev, .slider__next {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 2px solid #fff;
	border-radius: 50%;
	cursor: pointer;
	color: #fff;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.slider__prev:after, .slider__next:after {
	font-family: "ElegantIcons";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 23px;
}

.slider__prev:hover, .slider__next:hover {
	background-color: var(--color-accent-primary);
	border-color: var(--color-accent-primary);
	color: #fff;
}

.slider__prev:focus, .slider__next:focus {
	outline: none;
}

.slider__prev.swiper-button-disabled, .slider__next.swiper-button-disabled {
	opacity: 0;
	visibility: hidden;
}

.slider__prev:after {
	content: "#";
}

.slider__next:after {
	content: "$";
}

@media only screen and (max-width: 1200px) {
	.slider__prev, .slider__next {
		width: 40px;
		height: 40px;
	}
	
	.slider__prev:after, .slider__next:after {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	.slider__prev, .slider__next {
		display: none;
	}
}

/*!========================================================================
 * 73. Slider Intro Backgrounds
 * ======================================================================!*/
.slider-intro-backgrounds {
	height: 100%;
}

/*!========================================================================
 * 74. Slider Intro Content
 * ======================================================================!*/
.slider-intro-content__wrapper-button {
	margin-top: 80px;
	overflow: hidden;
}

.slider-intro-content__wrapper-slider-nav {
	position: absolute;
	left: 215px;
	bottom: 30px;
	z-index: 60;
}

@media only screen and (max-width: 1400px) {
	.slider-intro-content__wrapper-button {
		margin-top: 70px;
	}
	
	.slider-intro-content__wrapper-slider-nav {
		left: 50px;
	}
}

@media only screen and (max-width: 1200px) {
	.slider-intro-content__wrapper-slider-nav {
		left: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.slider-intro-content__wrapper-slider-nav {
		bottom: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.slider-intro-content__wrapper-button {
		margin-top: 50px;
	}
}

/*!========================================================================
 * 75. Slider Project Backgrounds
 * ======================================================================!*/
.slider-project-backgrounds {
	height: 100%;
}

.slider-project-backgrounds__slide:nth-child(1) {
	position: relative;
	z-index: -1;
}

.slider-project-backgrounds__slide:nth-child(2) {
	position: relative;
	z-index: -2;
}

.slider-project-backgrounds__slide:nth-child(3) {
	position: relative;
	z-index: -3;
}

.slider-project-backgrounds__slide:nth-child(4) {
	position: relative;
	z-index: -4;
}

.slider-project-backgrounds__slide:nth-child(5) {
	position: relative;
	z-index: -5;
}

.slider-project-backgrounds__slide:nth-child(6) {
	position: relative;
	z-index: -6;
}

.slider-project-backgrounds__slide:nth-child(7) {
	position: relative;
	z-index: -7;
}

.slider-project-backgrounds__slide:nth-child(8) {
	position: relative;
	z-index: -8;
}

.slider-project-backgrounds__slide:nth-child(9) {
	position: relative;
	z-index: -9;
}

.slider-project-backgrounds__slide:nth-child(10) {
	position: relative;
	z-index: -10;
}

/*!========================================================================
 * 76. Slider Project Content
 * ======================================================================!*/
.slider-project-content__slide {
	position: relative;
	display: flex;
}

.slider-project-content__wrapper-overlay {
	position: absolute;
	top: 0;
	right: 34.5%;
	bottom: 0;
	width: 100%;
	max-width: 820px;
	mix-blend-mode: multiply;
	opacity: .95;
}

.slider-project-content__diagonal-overlay {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	background-color: var(--color-accent-primary);
	transform: skewX(-44.25deg);
}

.slider-project-content__wrapper-image svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slider-project-content__wrapper-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 140px;
	padding-bottom: 140px;
	min-height: 820px;
	position: relative;
}

.slider-project-content__wrapper-content h3 {
	font-family: var(--font-primary);
	font-size: 128px;
	line-height: 1.2;
	letter-spacing: 3.7px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}

.slider-project-content__wrapper-content p {
	font-size: 20px;
	font-weight: 300;
}

.slider-project-content__wrapper-button {
	position: absolute;
	bottom: 46px;
	left: 15px;
}

.slider-project-content__wrapper-slider-nav {
	position: absolute;
	display: inline-block;
	left: 50%;
	bottom: 14px;
	transform: translateX(-50%);
	z-index: 60;
}

.slider-project-content__prev, .slider-project-content__next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 60;
}

.slider-project-content__prev {
	left: 50px;
}

.slider-project-content__next {
	right: 50px;
}

@media only screen and (max-width: 1400px) {
	.slider-project-content__prev {
		left: 30px;
	}
	
	.slider-project-content__next {
		right: 30px;
	}
}

@media only screen and (max-width: 1200px) {
	.slider-project-content__wrapper-content h3 {
		font-size: 96px;
	}
	
	.slider-project-content__wrapper-content p {
		font-size: 18px;
	}
	
	.slider-project-content__wrapper-button {
		left: calc(8.33333% + 15px);
	}
	
	.slider-project-content__wrapper-content {
		padding-top: 100px;
		padding-bottom: 100px;
		min-height: 700px;
	}
}

@media only screen and (max-width: 991px) {
	.slider-project-content__wrapper-overlay {
		right: 25%;
	}
	
	.slider-project-content__wrapper-content {
		text-align: center;
	}
	
	.slider-project-content__wrapper-content h3 {
		font-size: 72px;
		letter-spacing: 2px;
	}
	
	.slider-project-content__wrapper-content p {
		font-size: 16px;
	}
	
	.slider-project-content__wrapper-content {
		min-height: 600px;
	}
	
	.slider-project-content__wrapper-button {
		margin-top: 30px;
		position: relative;
		bottom: auto;
		left: auto;
	}
}

@media only screen and (max-width: 767px) {
	.slider-project-content__wrapper-content h3 {
		font-size: 38px;
	}
	
	.slider-project-content__wrapper-overlay {
		right: 0%;
	}
	
	.slider-project-content__slide {
		overflow: hidden;
	}
	
	.slider-project-content__wrapper-button {
		margin-top: 20px;
	}
	
	.slider-project-content__wrapper-content {
		min-height: 500px;
	}
}

/*!========================================================================
 * 77. Slider Services
 * ======================================================================!*/
.slider-services h4 {
	font-size: 23px;
	line-height: 36px;
	font-weight: 300;
	font-family: var(--font-primary);
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

.slider-services__headline {
	width: 100%;
	height: 1px;
	background-color: #ebebeb;
}

.slider-services__header {
	padding-top: 20px;
}

.slider-services__wrapper-text {
	padding-top: 0px;
}

@media only screen and (max-width: 991px) {
	.slider-services h4 {
		margin-top: 1em;
		margin-bottom: 1em;
	}
}

/*!========================================================================
 * 78. Social
 * ======================================================================!*/
.social {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin: -6px;
}

.social__item {
	display: inline-block;
	margin: 6px;
}

.social__icon {
	display: flex !important;
	align-items: center;
	justify-content: center;
	width: 50px !important;
	height: 50px !important;
	font-size: 18px;
	color: #fff;
	background-color: #8f8f8f;
	border-radius: 100%;
}

.social__icon:hover {
	color: #fff;
	background-color: var(--color-accent-primary);
}

@media only screen and (max-width: 1200px) {
	.social__icon {
		width: 40px !important;
		height: 40px !important;
		font-size: 14px;
	}
}

/*!========================================================================
 * 79. Slider Testimonials
 * ======================================================================!*/
.slider-testimonials {
	padding-top: 190px;
	padding-bottom: 190px;
}

.slider-testimonials_elementor {
	padding-top: 0;
	padding-bottom: 185px;
}

.slider-testimonials_elementor .slider-testimonials__wrapper-slider-nav {
	bottom: 15px;
}

.slider-testimonials__slide p {
	margin-top: 0;
	font-weight: 300;
	font-size: 28px;
	line-height: 1.5357;
}

.slider-testimonials__name {
	font-weight: bold;
}

.slider-testimonials__wrapper-slider-nav {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	z-index: 100;
	text-align: center;
}

@media only screen and (max-width: 1200px) {
	.slider-testimonials {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	
	.slider-testimonials__slide p {
		font-size: 24px;
	}
}

@media only screen and (max-width: 767px) {
	.slider-testimonials {
		padding-top: 60px;
		padding-bottom: 80px;
	}
	
	.slider-testimonials__wrapper-slider-nav {
		bottom: 15px;
	}
}

/*!========================================================================
 * 80. Table
 * ======================================================================!*/
table {
	border-collapse: collapse;
	margin: 0 0 24px;
	width: calc(100% - 30px);
}

thead th {
	border-bottom: 2px solid #adadad;
	padding-bottom: .5em;
}

th {
	padding: 1em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #adadad;
}

td {
	padding: 1em;
}

th:first-child, td:first-child {
	padding-left: 0;
}

th:last-child, td:last-child {
	padding-right: 0;
}

/*!========================================================================
 * 81. Tabs
 * ======================================================================!*/
.tabs {
	text-align: center;
	position: relative;
	font-family: var(--font-secondary);
	padding-bottom: 15px;
}

.tabs__header {
	margin-bottom: 60px;
}

.tabs__header h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	font-family: var(--font-secondary);
	letter-spacing: 1px;
}

.tabs__item {
	cursor: pointer;
	color: #8f8f8f;
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.tabs__item h4 {
	margin-top: 0;
	margin-bottom: 0;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
}

.tabs__item:hover {
	color: inherit;
}

.tabs__item_active {
	color: inherit;
}

.tabs__item_active .tabs__icon {
	color: var(--color-accent-primary);
	transition: all .3s cubic-bezier(.785, .135, .15, .86);
}

.tabs__icon {
	font-size: 50px;
	margin-bottom: 5px;
}

.tabs__underline {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background-color: #fff;
	width: 0;
	height: 1px;
}

@media only screen and (max-width: 991px) {
	.tabs__underline {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.tabs__item {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.tabs__header {
		margin-bottom: 30px;
	}
}

/*!========================================================================
 * 82. Image Alignment
 * ======================================================================!*/
.alignnone {
	margin: 1em 0;
}

.aligncenter, div.aligncenter {
	display: block;
	margin: 1.5em auto 1.5em auto;
}

.alignright {
	float: right;
	margin: .5em 0 .5em 1.5em;
}

.alignleft {
	float: left;
	margin: .5em 1.5em .5em 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 24px 24px;
}

a img.alignnone {
	margin: 5px 24px 24px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 24px 24px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-image {
	margin-top: 2em;
	margin-bottom: 2em;
}

.wp-block-image figcaption {
	margin-top: 1em;
	margin-bottom: 1em;
}

.wp-caption {
	max-width: 100%;
	text-align: center;
}

.wp-caption.alignnone, .wp-caption.alignleft {
	margin: .25em 1.5em 1.5em 0;
}

.wp-caption.alignright {
	margin: .25em 0 1.5em 1.5em;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 .25em .25em;
}

.wp-caption-text {
	margin-top: .5em;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f5f5f5;
	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: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.bypostauthor {
	display: block;
}

/*!========================================================================
 * 83. Typography
 * ======================================================================!*/
h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-secondary);
}

h1 {
	font-size: 60px;
	margin: .25em 0;
	line-height: 1.2;
}

h2 {
	font-size: 50px;
	margin: .5em 0;
	line-height: 1.25;
}

h3 {
	font-size: 42px;
	margin: .75em 0;
	line-height: 1.3;
}

h4 {
	font-size: 30px;
	margin: 1em 0;
	line-height: 1.4;
}

h5 {
	font-size: 21px;
	margin: 1em 0;
}

h6 {
	font-size: 18px;
	margin: 1em 0;
}

p {
	margin-top: 1em;
	margin-bottom: 1em;
}

blockquote {
	display: block;
	font-size: 20px;
	line-height: 1.5;
	margin-top: 2em;
	margin-bottom: 2em;
}

blockquote p {
	margin-top: .5em;
}

blockquote cite {
	display: block;
	font-family: var(--font-secondary);
	font-size: 15px;
	font-weight: bold;
	font-style: normal;
	margin-top: 20px;
}

blockquote:before {
	content: "{";
	color: var(--color-accent-primary);
	font-size: 40px;
	margin-left: -10px;
}

code, kbd, tt, var, samp {
	font-family: Inconsolata, monospace;
}

pre {
	font-family: Inconsolata, monospace;
	border: 1px solid #adadad;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.3125;
	margin: 0 0 1.75em;
	max-width: 100%;
	overflow: auto;
	padding: 1em;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code, kbd {
	background-color: #ebebeb;
	padding: .125em .25em;
}

@media only screen and (max-width: 1200px) {
	h1 {
		font-size: 46px;
	}
	
	h2 {
		font-size: 37px;
	}
	
	h3 {
		font-size: 34px;
	}
	
	h4 {
		font-size: 25px;
	}
	
	h5 {
		font-size: 18px;
	}
	
	h6 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 42px;
	}
	
	h2 {
		font-size: 33px;
	}
	
	h3 {
		font-size: 30px;
	}
	
	h4 {
		font-size: 22px;
	}
	
	h5 {
		font-size: 16px;
	}
	
	h6 {
		font-size: 14px;
	}
}

/*!========================================================================
 * 84. Utilities
 * ======================================================================!*/
.text-left {
	text-align: left !important;
}

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

.text-right {
	text-align: right !important;
}

.row-80 {
	margin-left: -40px;
	margin-right: -40px;
}

.overflow {
	position: relative;
	overflow: hidden;
}

.overflow__curtain {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 50;
}

.overflow__content {
	width: 100%;
	height: 100%;
}

.position-relative {
	position: relative;
}

.color-white {
	color: #fff !important;
}

.color-accent {
	color: var(--color-accent-primary) !important;
}

.color-black {
	color: #1a1a1a !important;
}

.color-dark {
	color: #333 !important;
}

.blurred {
	filter: blur(7px);
}

.of-cover {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.of-contain {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	font-family: "object-fit: contain;";
}

.split-line {
	overflow: hidden;
}

.elegant-icons, .figure-pricing__feature_yes:before, .figure-pricing__feature_no:before, blockquote:before {
	font-family: "ElegantIcons";
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.hidden {
	opacity: 0;
	visibility: hidden;
}

.cursor-default {
	cursor: default;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.required {
	color: var(--color-accent-primary);
}

/*!========================================================================
 * 85. Widget
 * ======================================================================!*/
.widget {
	margin-bottom: 50px;
}

.widget ul:not(.social) {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.widget ul:not(.social) li {
	display: block;
	margin-bottom: 1.25em;
}

.widget ul:not(.social) li:last-child {
	margin-bottom: 0 !important;
}

.widget ul:not(.social) ul {
	width: 100%;
	padding-left: 15px;
	margin-top: 1.25em;
}

.widget ul:not(.social) a {
	color: #333;
}

.widget ul:not(.social) a:hover {
	color: var(--color-accent-primary);
}

.widget select {
	width: 100%;
	max-width: 100%;
}

.widget_no-margin {
	margin-bottom: 0;
}

.widgettitle {
	font-size: 20px;
	font-weight: bold;
	font-family: var(--font-secondary);
}

/*!========================================================================
 * 86. Widget Archive
 * ======================================================================!*/
.widget_archive ul li {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.widget_archive ul li span {
	color: #adadad;
}

/*!========================================================================
 * 87. Widget Calendar
 * ======================================================================!*/
#wp-calendar {
	width: 100%;
	text-align: center;
}

#wp-calendar caption {
	caption-side: top;
	width: 100%;
	text-align: center;
	padding-top: 0;
	padding-bottom: 10px;
}

#wp-calendar th {
	font-weight: 600;
	padding: 5px;
	text-align: center;
}

#wp-calendar td {
	padding: 5px;
	color: #8f8f8f;
}

#wp-calendar td#next {
	text-align: right;
}

#wp-calendar td#prev {
	text-align: left;
}

#wp-calendar tr {
	border-bottom: none;
}

/*!========================================================================
 * 88. Widget Categories
 * ======================================================================!*/
.widget_categories ul li {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.widget_categories ul li span {
	color: #adadad;
}

/*!========================================================================
 * 89. Widget Nav Menu
 * ======================================================================!*/
.widget_nav_menu ul.menu > li {
	margin-bottom: 1em !important;
	white-space: normal;
	word-break: break-word;
}

.widget_nav_menu ul.menu > li a {
	display: inline-block;
	padding: 0;
	font-size: 15px;
}

.widget_nav_menu ul.menu > li a:after, .widget_nav_menu ul.menu > li a:before {
	display: none;
}

.widget_nav_menu ul.menu > li a:hover {
	color: var(--color-accent-primary);
}

.widget_nav_menu ul.menu > li.menu-item-has-children {
	margin-bottom: 1.5em !important;
}

.widget_nav_menu ul.menu > li.menu-item-has-children a:after {
	display: none;
}

.widget_nav_menu ul.menu ul.sub-menu {
	background-color: transparent;
	position: relative;
	top: auto;
	left: auto !important;
	right: auto !important;
	opacity: 1;
	visibility: visible;
	box-shadow: none;
	border-bottom: none;
	transform: none;
	margin-top: 1em;
}

.widget_nav_menu ul.menu ul.sub-menu > li a {
	padding: 3px 0;
}

/*!========================================================================
 * 90. Widget RSS
 * ======================================================================!*/
.widget_rss .rsswidget {
	font-weight: 600;
}

.widget_rss .rss-date {
	display: block;
	width: 100%;
	font-size: 13px;
	margin-top: .5em;
	margin-bottom: 1em;
}

.widget_rss .rssSummary {
	margin-top: 1em;
	margin-bottom: 1em;
}

.widget_rss ul > li {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 1em;
}

.widget_rss ul > li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

/*!========================================================================
 * 91. Widget Recent Comments
 * ======================================================================!*/
.widget_recent_comments ul:not(.social) .comment-author-link a {
	color: #8f8f8f;
}

.widget_recent_comments ul > li {
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 1.5em;
}

.widget_recent_comments ul > li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}

/*!========================================================================
 * 92. Widget Recent Entries
 * ======================================================================!*/
.widget_recent_entries ul li a {
	display: flex;
	align-items: center;
	color: #333;
}

.widget_recent_entries ul li a img {
	display: block;
	width: 100%;
	max-width: 50px;
	flex: 1 1 auto;
}

.widget_recent_entries ul li a span {
	display: block;
	flex: 0 1 auto;
	margin-left: 15px;
}

.widget_recent_entries .post-date {
	color: #8f8f8f;
	margin-top: 5px;
}

.widget_recent_entries .post-date:before {
	content: "}";
	display: inline-block;
	font-family: "eleganticons";
	font-style: normal;
	margin-right: 6px;
}

/*!========================================================================
 * 93. Widget Search
 * ======================================================================!*/
.widget.widget_search {
	background: transparent;
	padding: 0;
}

.widget.widget_search .search-form .form-control__input {
	background-color: transparent;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	border-color: #e5e5e5;
	border-radius: 0;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}

.widget.widget_search .search-form .form-control__input:focus {
	border-color: var(--color-accent-primary);
}

.widget.widget_search .widgettitle {
	padding-bottom: 0;
	border-bottom: none;
}

/*!========================================================================
 * 94. Widget Tag Cloud
 * ======================================================================!*/
.widget_tag_cloud .tagcloud {
	margin: -4px;
}

.widget_tag_cloud .tagcloud a {
	margin: 4px;
}

.widget_tag_cloud .tagcloud a:not(:last-child):after {
	content: ",";
}

/*!========================================================================
 * 95. Widget WMPL
 * ======================================================================!*/
.widget_icl_lang_sel_widget {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
	font-size: 14px;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown {
	width: auto;
	border: 1px solid rgba(24, 24, 24, .2);
	border-radius: 2px;
	padding: 2px 5px;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a {
	border: none;
	background: transparent;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a:hover, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a:focus {
	opacity: 1;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a:hover, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown a:focus, .widget_icl_lang_sel_widget .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
	background: transparent;
}

.widget_icl_lang_sel_widget .wpml-ls-sub-menu {
	border-top: none;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
	padding: 2px 5px;
}

.widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal .wpml-ls-item {
	display: inline-block;
	margin-bottom: 0;
}

.lang-switch-no-padding-right .widget_icl_lang_sel_widget .wpml-ls-legacy-list-horizontal {
	padding-right: 0;
}

/*!========================================================================
 * 96. Tags
 * ======================================================================!*/
.tagcloud {
	margin-left: -5px;
}

.tagcloud ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.tagcloud ul li {
	display: inline-block;
}

.tagcloud a {
	display: inline-block;
	font-size: 15px !important;
	color: #8f8f8f;
	margin-left: 5px;
}

.tagcloud a:hover {
	color: var(--color-accent-primary);
}
