/*
Theme Name: uniwp
Author: geeklab.pro - Vasili Simanau
Version: 3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uniwp
Description: The theme is based on the ACF plugin.
Author URI: http://geeklab.pro
*/


/* Font */
@font-face {
	font-family: 'Montserrat-Black';
	font-style: normal;
	font-weight: bold;
	src: local('Montserrat-Black'), url('fonts/Montserrat-Black.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-ExtraBold';
	font-style: normal;
	font-weight: bold;
	src: local('Montserrat-ExtraBold'), url('fonts/Montserrat-ExtraBold.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Montserrat-Medium'), url('fonts/Montserrat-Medium.woff') format('woff');
	font-display: swap;
}

@font-face {
	font-family: 'Montserrat-Light';
	font-style: normal;
	font-weight: normal;
	src: local('Montserrat-Light'), url('fonts/Montserrat-Light.woff') format('woff');
	font-display: swap;
}

html {
    font-size: 18px;
}

body {
    font-family: 'Montserrat-Light',arial,sans-serif;
	line-height: 1.6;
    color:#1a1a1a;
}

main {
	overflow: hidden;
}

p {
	margin-bottom: 1rem;
}

a {
    color:#1a1a1a;
	text-decoration:none;
	transition: 0.4s ease;
}

a:hover {
	text-decoration:underline;
	transition: 0.4s ease;
}

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

h1,.h1, .slider h2 {
	font-family: 'Montserrat-Black',arial,sans-serif;
	font-size: 2.3rem;
	line-height:1.3;
	margin-bottom:2rem;
}

h2,.h2 {
	font-family: 'Montserrat-ExtraBold',arial,sans-serif;
	font-size: 1.6rem;
	line-height:1.3;
	margin-bottom:2rem;
}

h3,.h3,h4,h5,.h4,.h5 {
	font-family: 'Montserrat-ExtraBold',arial,sans-serif;
	font-size: 1.1rem;
	line-height:1.3;
	margin-bottom:1rem;
}

.subtitle {
}

b, strong {
	font-family: 'Montserrat-ExtraBold',arial,sans-serif;
}

.text_light {
	font-family: 'Montserrat-Light',arial,sans-serif;
}

.text_regular {
}

.text_medium {
	font-family: 'Montserrat-Medium',arial,sans-serif;
}

small {
	font-size: 80%;
}

.text_md {
	font-size: 115%;
}

.text_lg {
	font-size: 130%;
}

.uppercase {
	text-transform: uppercase;
}

.list_cs ul, .list_cs {
	list-style: none;
	padding:0 0 0 1.5rem;
}

.list_cs li {
	padding: 0 0 0.6rem 0;
	line-height: 1.4;
	position: relative;
}

.list_cs li:before {
	font-family: 'uniwp';
	content: "\e903";
	position: absolute;
	margin-right: 0;
	left: -1.5rem;
	font-size: 0.6rem;
	line-height: 2.5;
	color: #1ebb03;
}


/* Main grid system */
.container {
	max-width: 1400px;
	width: 95%;
	margin: 0 auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
}

section {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.non_stretched {
	max-width: 1450px;
	margin: 0 auto;
	width: calc(95% - 3rem);
}

.non_stretched .container {
	padding-left: 0;
	padding-right: 0;
}

.full_width .container {
	max-width: 100%;
	width: 100%;
}

.col_row {
	display: flex;
	flex-wrap: wrap;
	padding-top: 0;
	padding-bottom: 0;
	width: calc(100% + 3rem);
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

.col_row_sm {
	width: calc(100% + 2rem);
	margin-left: -1rem;
	margin-right: -1rem;
}

.col_center .col_row {
	align-items: center;
}

.align_center .col_row {
	align-items: center;
}

.col_row > * {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	padding: 0 1.5rem;
}

.col_row_sm > * {
	padding: 0 1rem;
}

.col_row > *:after {
    display: block;
    content: "";
    clear: both;
}

.clearfix:after {
    display: block;
    content: "";
    clear: both;
}

/* WP custom */
.p_mb_0, .p_mb_0 p {
	margin-bottom: 0;
}


/* Btn */
[class^="btn_"], [class*=" btn_"] {
	font-family: 'Montserrat-Medium',arial,sans-serif;
	padding: 1.3rem 2rem;
	border: 1px solid;
	line-height: 1.3;
	text-align: center;
	cursor: pointer;
	transition: 0.4s ease;
	border-radius: 2rem;
	display: inline-flex;
	align-items: center;
}

[class^="btn_"]:hover, [class*=" btn_"]:hover {
	text-decoration:none;
	transition: 0.4s ease;
}

[class^="btn_"]:before, [class*=" btn_"]:before {
	margin-right: 1rem;
	transition: 0.4s ease;
	font-size: 0.7rem;
}

[class^="btn_"]:hover:before, [class*=" btn_"]:hover:before {
	transition: 0.4s ease;
}


/* [class^="btn_"]:disabled, [class*=" btn_"]:disabled {
	border-color: rgb(217, 217, 217);
	background-color: rgb(227, 227, 227);
	color: rgb(170, 170, 170);
} */


.btn_lg {
	font-size: 1.5rem;
	padding: 1.2rem 4rem;
}

.btn_md {
	font-size: 1.5rem;
	padding: 0.8rem 3rem;
}

.btn_sm {
	padding: 0.8rem 1.5rem !important;
	font-size: 0.9rem;
}

.btn_1 {
	color: #fff;
	background: #1ebb03;
	border-color: #1ebb03;
}

.btn_1:hover {
	background: #3290be;
	color: #fff;
	border-color: #3290be;
}

.btn_2 {
	color: #fff;
	background: #3290be;
	border-color: #3290be;
}

.btn_2:hover {
	background: #1ebb03;
	color: #fff;
	border-color: #1ebb03;
}

.btn_3 {
	color: #fff;
	background: transparent;
	border-color: white;
}

.btn_3:hover {
	background: rgba(255, 255, 255, 0.13);
	color: #fff;
	border-color: white;
}

[class^="btn_"].icon-tel-2:before {
	font-size: 1.4rem;
}

.more {
}

.more:after {
	font-family: 'uniwp';
	content: "\e906";
	color: var(--color-main);
	margin-left: 0.5rem;
	font-size: 0.6rem;
}

.box_btn, .box_btn_text {
	display: flex;
	align-items: center;
	padding-top: 1.5rem;
}

.box_btn a {
	margin-right: 1rem;
}

.box_btn a:last-child {
	margin-right: 0;
}

input#form-send {
	padding-left: 2.2rem;
}

/* Form */
label {
	display: block;
	margin-bottom: 0;
	padding: 0 0 0.5rem;
}

.form_control {
	color: #ABABAB;
	padding: 1.2rem 2rem;
	border: none;
	background: #fff;
	width: 100%;
	transition: 0.4s ease;
	border-radius: 1rem;
	border: 1px solid #E3E3E3;
}

.contact_form .form_control {
	box-shadow: 1rem 1rem 1.5rem rgba(0, 0, 0, 0.12);
}

textarea.form_control {
	height: auto;
}

select {
	vertical-align: middle;
	background-color: #fff;
	outline: none;
}

input:hover,
input:focus,
textarea.form_control:hover,
textarea.form_control:focus {
	background: #fff;
	outline: none;
	transition: 0.4s ease;
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.17);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.checkbox input[type="checkbox"]+span {
  cursor: pointer;
}

.checkbox input[type="checkbox"] + span:before {
	content: '';
	border: 1px solid #CDCDCD;
	border-radius: 3px;
	display: inline-block;
	min-width: 2rem;
	width: 2rem;
	height: 2rem;
	margin-right: 2rem;
	vertical-align: -2px;
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.17);
}

.checkbox input[type="checkbox"]:checked+span:before {
  background-image: url('images/bullet.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1rem;
  border-radius: 2px;
}

input[type="checkbox"]:disabled+span {
  cursor: default;
  opacity: 0.5;
}

::-webkit-input-placeholder {color:#ABABAB!important;}
::-moz-placeholder {color:#ABABAB!important; opacity: 1;}
:-moz-placeholder {color:#ABABAB!important; opacity: 1;}
:-ms-input-placeholder {color:#ABABAB!important;}

.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
	text-align: left;
}

.wpcf7-acceptance label {
	padding: 0;
	display: flex;
	align-items: baseline;
}

.wpcf7-acceptance .wpcf7-list-item-label {
	margin-left: 0.5rem;
}

.box_send {
	position: relative;
}

.wpcf7-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.wpcf7-form-control-wrap {
	margin-bottom: 1rem;
	display: block;
}

/* Header */
header {
	position: fixed;
	top: 0;
	z-index: 10;
	transition: 0.4s ease;
	width: 100%;
	padding: 1rem 0;
}

header .container {
	display: flex;
	align-items: center;
}

header .logo img {
	max-width: 10rem;
	transition: 0.4s ease;
}

header .right {
	display: flex;
	align-items: center;
	margin-left: auto;
}

/* scroll */
.h_scroll {
	background: white;
	box-shadow: 0 1rem 1rem rgba(0, 0, 0, 0.1);
	padding: 0.5rem 0;
	transition: 0.4s ease;
}

.h_scroll .logo img {
	max-width: 4rem;
	transition: 0.4s ease;
}

.h_scroll .top_menu li a {
	color:#1a1a1a;
	font-size: 0.9rem;
}

.h_scroll .top_menu a i {
	color: #3290be;
}

 
/* Nav */
.top_menu {
	margin: 0;
	padding: 0 0 0 1rem;
	list-style: none;
	display: flex;
	align-items: center;
}

.top_menu li {
	position: relative;
	padding: 0 1.1rem;
	transition: 0.4s ease;
}

.top_menu li a {
	font-family: 'Montserrat-Medium',arial,sans-serif;
	line-height: 1;
	font-size: 1.1rem;
	display: flex;
	align-items: center;
	color: white;
	transition: 0.5s ease;
}

.top_menu > li > a {
	white-space: nowrap;
}

.top_menu a i {
	font-size: 1.6rem;
}

.top_menu a:hover i {
	color: #3290be;
}

.top_menu .menu-item-has-children a {

}

.top_menu .menu-item-has-children > a:after {
	font-family: 'uniwp';
	content: "\e905";
	display: inline-block;
	vertical-align: middle;
	font-size: 0.3rem;
	margin-left: 0.5rem;
	color:var(--color-red);
}

.top_menu .current-menu-item,
.top_menu .current-menu-item .sub-menu,
.top_menu .current-post-ancestor,
.top_menu .current-menu-parent {
	border-color: var(--color-green);
}


.top_menu li a:hover {
	text-decoration:none;
	transition: 0.4s ease;
	color: #1ebb03;
}

.top_menu li:hover > .sub-menu {
	opacity: 1;
	visibility:visible;
	transition: 0.5s ease;
}

.top_menu .sub-menu {
	display: none;
	position: absolute;
	list-style: none;
	background: #fff;
	padding: 2rem 3rem;
	top: 2.5rem;
	border-radius: 1rem;
	box-shadow: 2rem 2rem 2rem rgba(0, 0, 0, 0.13);
}

.h_scroll .top_menu .sub-menu {
	top: 2.5rem;
}

.top_menu li:hover .sub-menu  {
	display: block;
}

.top_menu .sub-menu li {
	margin: 0;
}

.top_menu .sub-menu a {
	color: #1a1a1a;
	text-transform: none;
	background: transparent;
	position: relative;
	display: flex;
	padding: 0.3rem 0;
	font-size: 0.8rem;
}

.top_menu .sub-menu a:after {
	font-family: 'uniwp';
	content: "\e906";
	left: 0;
	font-size: 0.6rem;
	top: 0.2rem;
	color: white;
	display: inline-block;
	margin-left: 0.5rem;
}

.top_menu .current_page_item a,
.top_menu .current-menu-item a {
	font-family: 'UberMove-Bold',arial,sans-serif;
}

.top_menu li.icon {
	padding: 0;
	border: none;
}

.top_menu li.icon a {
	background: #EEEEEE;
	font-size: 1.5rem;
	padding-left: 0.8rem;
	padding-right: 0.8rem;
}

.top_menu li.icon a:hover {
	color: white;
}

.menu_btn {
	cursor: pointer;
	display: none;
	padding: 1rem 0.5rem;
	position: relative;
	border: 1px solid white;
	background: transparent;
	border-radius: 0.5rem;
	margin-left: 0.7rem;
}

.menu_btn span {
	background: white;
	display: block;
	height: 2px;
	position: relative;
	transition: background .2s ease-out;
	width: 18px;
}

.menu_btn span:before, .menu_btn span:after {
	background: white;
	content: '';
	display: block;
	height: 100%;
	position: absolute;
	transition: all .2s ease-out;
	width: 100%;
}

.menu_btn span:after {
	top: -5px;
}

.menu_btn span:before {
	top: 5px;
}

.menu_btn.active > span {
  background: transparent !important;
}

.menu_btn.active span:before {
  transform: rotate(-45deg);
}

.menu_btn.active span:after {
  transform: rotate(45deg);
}

.menu_btn.active > span:after, .menu_btn.active > span:before {
	top: 0;
}

.menu_btn.active {
    border: 1px solid #1a1a1a;
}

.menu_btn.active span:before,
.menu_btn.active span:after,
.menu_btn.active span {
	background: #1a1a1a;
}

.h_scroll .menu_btn span:before,
.h_scroll .menu_btn span:after,
.h_scroll .menu_btn span {
	background: #1a1a1a;
}

.h_scroll .menu_btn {
	border: 1px solid #1a1a1a;
}


/* Search */
/* .search_btn {
	background: var(--color-main);
	cursor: pointer;
	border-radius: 50%;
	height: 2.5rem;
	width: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 0.4s ease;
}

.search_btn i {
	color: #fff;
	font-size: 0.9rem;
}

.search_btn:hover {
	background: var(--color-red);
	transition: 0.4s ease;
}

.searchform {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	background: rgba(0, 0, 0, 0.87);
	z-index: 21;
}

.searchform form {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 3rem;
}

#searchform .box {
	display: flex;
	justify-content: center;
	width: 50%;
}

#searchform .box .form_control {
	margin-right: 0.5rem;
}

.searchform .close {
	position: absolute;
	top: 1rem;
	right: 1rem;
	font-size: 1.5rem;
	color: rgba(255, 255, 255, 0.36);
	cursor: pointer;
}

.searchform .close:hover {
	color: #fff;
}

.searchform_cs2 {
	position: relative;
}

.searchform_cs2 #searchsubmit {
	position: absolute;
	right: 1rem;
}

.searchform_cs2 #searchsubmit {
	position: absolute;
	right: 1rem;
	border: none;
	background: transparent;
	font-size: 1.9rem;
	cursor: pointer;
}

.searchform_cs2 .form_control {
	padding-right: 4rem;
}

.search-results h3 b {
	text-decoration: underline;
} */


/* Advanced */
.before_content {
	margin-bottom: 3rem;
	text-align: center;
}

.advanced .col {
	display: flex;
	align-items: center;
}

.advanced .col > .image {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
	margin-right: 5%;
}

.advanced .col > .wrapper {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.advanced.image_right .col > .image {
	margin-left: 5%;
	margin-right: 0;
	order: 2;
}


/* Slider */
.slider {
	background: black;
}

.slider .container {
	display: flex;
	flex-direction: column;
	justify-content: space-around !important;
}

.slider .item .wrapper {
	width: 50%;
}

.slider .item {
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-size: 100% auto;
	height: 35rem;
	padding: 14rem 4rem 5.5rem 4rem;
	display: flex;
	color: #fff;
    -webkit-animation: zoom 20s 1;
    animation: zoom 20s 1;
}

@media (min-width: 1280px) {
	@-webkit-keyframes zoom {
	  from {
		background-size: 110% auto;
	  }
	  50% {
		background-size: 100% auto;
	  }
	  to {
		background-size: 100% auto;
	  }
	}
	@keyframes zoom {
	  from {
		background-size: 110% auto;
	  }
	  50% {
		background-size: 100% auto;
	  }
	  to {
		background-size: 100% auto;
	  }
	}
}


.slider .item:after, .slider .item:before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.slider .item:after {
	background: rgba(3, 3, 3, 0.45);
}

.slider .subtitle, .slider h2 {
	text-transform: uppercase;
	color: white;
}

.slider .container {
	z-index: 1;
}

.slider .owl-dots {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 1rem;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.slider .owl-dots button {
	outline: 0 !important;
	border: 2px solid #fff !important;
	height: 1.5rem;
	width: 1.5rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.3rem;
}

.slider .owl-dots span {
	background: transparent;
	height: 1rem;
	width: 1rem;
	display: block;
	border-radius: 50%;
}

.slider .owl-dots .active span {
	background: #fff;
}

.slider .owl-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.slider .owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	outline: 0 !important;
}

.slider .owl-nav .owl-prev {
	left: 1.5rem;
}

.slider .owl-nav .owl-next {
	right: 1.5rem;
}


/* carousel  */
.owl-carousel .owl-nav button span {
	background: rgba(255, 255, 255, 0.11);
	display: flex;
	height: 4rem;
	width: 4rem;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	transition: 0.4s ease;
	box-shadow: 0.5rem 0.5rem 1rem rgba(0, 0, 0, 0.18);
}

.owl-carousel .owl-nav button span:hover {
	background: white;
	transition: 0.4s ease;
}

.owl-carousel .owl-nav button span:after {
	font-family: 'uniwp';
	color: white;
	font-size: 1.3rem;
}

.owl-carousel .owl-nav button span:hover:after {
	color: var(--color-main);
}

.owl-carousel .owl-prev span:after {
	content: "\e906";
}

.owl-carousel .owl-next span:after {
	content: "\e907";
}

/* Gallery  */
.gallery_simple, .gallery_body {
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-column-gap: 2rem;
	grid-row-gap: 2rem;
}

.gallery:after {
    display: block;
    content: "";
    clear: both;
}

.gallery_simple .item img, .gallery_body .item img {
	border-radius: 0.5rem;
}

.gallery-icon img {
	border: none!important;
}


/* Tabs & gallery */
.tabs_box {}

.tabs_nav, .gallery_nav {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: center;
	margin-bottom: 3rem;
}

.tabs_nav li, .gallery_nav li {
	font-family: 'UberMove-Bold',arial,sans-serif;
	font-size: 1.2rem;
	margin: 0 1rem;
	color:#8F8F8F;
	line-height: 1.3;
	cursor: pointer;
}

.tabs_nav li.active, .gallery_nav li.active {
	color:var(--color-main);
}

.tabs_nav li:after, .gallery_nav li:after {
	content: '';
	width: 100%;
	height: 3px;
	display: block;
	transition: 0.4s ease;
	margin-top: 0.5rem;
}

.tabs_nav li.active:after,
.tabs_nav li:hover:after,
.gallery_nav li.active:after,
.gallery_nav li:hover:after  {
	background: var(--color-red);
	transition: 0.4s ease;
}

.tabs_box .tabs_body .content {
	display: none;
}

.tabs_box .tabs_body .active {
	display: block !important;
}

.tabs_nav li {
	cursor: pointer;
}

/* Custom boxes style*/
.py_0 {
	padding-top: 0;
	padding-bottom: 0;
}

.py_sm {
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.py_md {
	padding-top: 5rem;
	padding-bottom: 5rem;
}

.py_lg {
	padding-top: 7rem;
	padding-bottom: 7rem;
}

.p_0 {
	padding:0;
}

.pt_0 {
	padding-top: 0;
}

.pb_0 {
	padding-bottom: 0;
}

.pt_sm {
	padding-top: 2rem;
}

.pt_md {
	padding-top: 5rem;
}

.pt_lg {
	padding-top: 7rem;
}

.pb_sm {
	padding-bottom: 2rem;
}

.pb_md {
	padding-bottom: 5rem;
}

.pb_lg {
	padding-bottom: 7rem;
}

.dark, .dark h1, .dark h2, .dark h3, .dark h4 {
	color: white;
}

/* List */
.items_list_markers .col_row {
	justify-content: center;
}

.items_list_markers .col_row > .col {
	flex: 0 0 33%;
	max-width: 33%;
	text-align: center;
	margin-bottom: 1rem;
	flex-direction: column;
	justify-content: center;
}

.advanced.items_list_markers .image {
	margin-right: 0;
}

.items_list_markers .col .text {
	padding: 1rem 0;
	font-size: 1.2rem;
}

.items_list_markers p {
    font-family: 'Raleway-Bold',arial,sans-serif;
	color: var(--color-main);
	line-height: 1.5;
}

/* image carousel  */
.carousel button {
	outline: none;
}


/* Content */
.page_head {
	position: relative;
	background: transparent url("images/head.jpg") center center no-repeat scroll;
	color: #fff;
	padding: 13rem 0 5rem;
	background-size: cover;
}

.page_head:before {
	content: '';
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.page_head:before {
	background: rgba(35, 32, 32, 0.85);
}

.page_head .container {
	z-index: 1;
	position: relative;
}

.page_head h1 {
	margin-bottom: 0;
	color: white;
}


/*  Posts */
.breadcrumb {
	display: flex;
	align-items: center;
	line-height: 1;
	border-bottom: 1px solid #E7E4E4;
	padding-bottom: 1rem;
}

.breadcrumb, .breadcrumb a {
	color: #838383;
}

.breadcrumb span i {
	transform: rotate(-270deg);
	display: block;
	font-size: 0.4rem;
	color: #D0D0D0;
	margin: 0 0.5rem;
}

.pagination {
	list-style: none;
	padding: 3rem 0;
	display: flex;
	justify-content: center;
}

.pagination span, .pagination a {
	padding: 0.5rem 1rem;
	border-radius: 20%;
}

.pagination .current {
	background: var(--color-red);
	color: #fff;
}

.posts_list {
	display: grid;
	grid-template-columns: repeat(4,1fr);
	grid-column-gap: 1.7rem;
	grid-row-gap: 1.7rem;
}

.posts_list .item a {
	border: 1px solid #D2D2D2;
	border-radius: 0.5rem;
	overflow: hidden;
	display: block;
	height: 100%;
}

.posts_list .item a:hover {
    color:var(--color-main);
	text-decoration:none;
	box-shadow: 2rem 2rem 2rem rgba(0, 0, 0, 0.16);
}

.posts_list .text {
	padding: 2rem;
}

.posts_list .text {
	padding: 2rem;
}

.posts_list .date {
	color: #8F8F8F;
}

.posts_list .image {
	overflow: hidden;
}

.posts_list img {
	transition: transform .2s;
}

.posts_list img:hover {
	transform: scale(1.1);
}

.post_thumbnail {
	text-align: center;
	padding: 0 10%;
}

.post_thumbnail img {
	border-radius: 0.5rem;
	margin-top: -3rem;
	z-index: 1;
	position: relative;
}

.post_body .content {
	padding: 0 12%;
}

.related_posts {
	padding-bottom: 4rem;
}

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

.related_posts .subtitle {
    color:var(--color-red);
}


/* Testimonials */
.testimonials {
	padding-bottom: 5rem;
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-top: 6rem;
	padding-top: 10%;
	padding-bottom: 8rem;
}

.testimonials .container {
	display: flex;
}

.testimonials .before_content {
	flex: 0 0 35%;
	max-width: 35%;
	padding-right: 4%;
	padding-top: 6rem;
}

.testimonials .wrapper {
	flex: 0 0 65%;
	max-width: 65%;
}

.testimonials .before_content h2 {
	font-size: 2rem;
}


.testimonials .owl-stage {
	display: flex;
	align-items: stretch;
}

.testimonials .owl-item {
	display: flex;
	padding: 0 1.5rem 2rem 1rem;
}

.testimonials .items_carousel .item {
	padding: 4rem 3rem;
	background: #fff;
	border-radius: 1rem;
	box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, 0.09);
	margin-bottom: 1.5rem;
	position: relative;
	display: flex;
	flex-direction: column;
}

.testimonials .image {
	display: block;
	width: 6rem;
	margin: 0 auto 2rem;
	position: relative;
}

.testimonials .image:after {
	font-family: 'uniwp';
	content: "\e900";
	position: absolute;
	right: 0;
	background: var(--color-red);
	font-size: 0.5rem;
	padding: 0.7rem;
	border-radius: 50%;
	bottom: 0;
	color: white;
}

.testimonials .image img {
	border-radius: 50%;
}

.testimonials .text {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

.testimonials .text p:first-child {
	margin-bottom: auto;
}

.testimonials .text hr {
	margin: 2rem auto;
	width: 4rem;
	color: var(--color-red);
}

.testimonials h3 {
	margin-bottom: 0.4rem;
}

.testimonials .owl-nav {
	position: absolute;
	top: 0;
	left: -9rem;
}

.testimonials button {
	margin: 0 0.3rem;
}

/* social */

.social {
	display: flex;
	align-content: center;
	align-items: center;
	line-height: 1.2;
	list-style: none;
	padding: 0;
}

.social a:hover {
	text-decoration: none;
}

.social i {
	margin-right: 1rem;
	font-size: 1rem;
}

.social em {
	display: none;
}


/* Footer */
footer > .wrapper {
	padding: 4rem 0;
	color: #fff;
	position: relative;
}

footer .container {
	display: flex;
	justify-content: center;
}

footer .bottom {
	padding: 1.5rem 0;
	display: flex;
	align-items: center;
	font-size: 0.9rem;
}

footer .copyright, footer .copyright a {
	color: #808080;
}


/* footer .copyright {
	margin-right: auto;
	padding-right: 5%;
} */

/* #to_top {
	background: var(--color-green);
	position: absolute;
	right: 3rem;
	z-index: 1;
	text-transform: uppercase;
	font-size: 0.8rem;
	cursor: pointer;
	top: -6.5rem;
	padding: 0.6rem 1.5rem;
	border-radius: 5rem;
	transition: 0.4s ease;
}

#to_top:hover {
	background: var(--color-main);
	transition: 0.4s ease;
}

#to_top:before {
	font-family: 'uniwp';
	content: "\e901";
	transform: rotate(-90deg);
	color: #fff;
	display: inline-block;
	font-size: 0.7rem;
	margin-right: 0.5rem;
} */


/* fancybox */
 a[data-fancybox] img {
  cursor: zoom-in;
}

.fancybox-zoomIn {
  animation: 0.25s ease both fancybox-zoomIn;
}

.fancybox-zoomOut {
  animation: 0.15s ease both fancybox-zoomOut;
}

@keyframes fancybox-zoomIn {
  from {
    opacity: 0;
    transform: scale(0.75);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fancybox-zoomOut {
  to {
    opacity: 0;
    transform: scale(1.25);
  }
}


/* Custom box style */
#contact {
	flex: 0 0 50%;
}

#contact .title h3 {
	margin-bottom: 0;
}

#contact .text .cs {
	border-top: 1px solid #fff;
	padding-top: 0.5rem;
	margin-top: 1.5rem;
}

#contact > .wrapper {
	padding-right: 15%;
}

.form_mini {
	display: flex;
	align-items: center;
	position: relative;
}

.form_mini .wpcf7-form-control-wrap {
	margin: 0;
	width: 100%;
	padding-right: 1rem;
}

.form_mini .wpcf7-form-control-wrap input {
	padding: 1.2rem 5rem 1.2rem 1.5rem;
	border: none;
	border-radius: 2rem;
	width: 100%;
}

.form_mini button {
	position: absolute;
	right: 0;
	top: 0;
	width: 5.5rem;
	display: block;
	font-family: 'uniwp';
	content: "\e903";
}


.map {
	background: transparent url("images/map.jpg") center center no-repeat scroll;
	padding-bottom: 0;
	position: absolute;
	right: 0;
	width: 50%;
	top: 0;
	bottom: 0;
	padding: 0;
}


.map * {
	height: 100%;
}


.map p {
	margin-bottom: 0;
}

.map .container {
	max-width: 100%;
	width: 100%;
	margin: 0 auto;
}

.map .col {
	padding: 0;
	overflow: hidden;
}

.map .container p {
	margin-bottom: 0;
}

.map iframe {
	opacity: 0;
	height: 100%;
}

.map.active iframe {
	opacity: 1;
}

.map .col:first-child {
	position: relative;
}

.map .col:after {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: block;
}

.map.active .col:after {
	display: none;
}


.box_cs {

}

.box_cs1 {
	background: #3290be;
	border-top: 8px solid #fff;
	text-align: center;
	padding: 1.5rem 0;
	font-size: 1.4rem;
	color: white;
}

.box_cs1 p {
	margin-bottom: 0;
}

.box_cs1 span {
	padding: 0 0.4rem;
}

.box_cs2 .col_row {
	justify-content: center;
	align-items: start;
}

.box_cs2 .col {
	flex: 0 0 33%;
	text-align: center;
	width: 33%;
}

.box_cs2 .col .wrapper {
	padding: 1.5rem 3rem;
}

.box_cs2 .image {
	background: #e8e8e8;
	width: 8rem;
	height: 8rem;
	margin: 0 auto 1rem;
	display: flex;
	justify-content: center;
	border-radius: 50%;
	align-items: center;
}

.box_cs2 .col:first-child .image {
	background: #1ebb03;
}

.box_cs2 .image img {
	width: 4rem;
}

.box_cs3 .col .wrapper {
	padding: 15%;
	color: #fff;
}

.box_cs3 .col {
	background-size: cover !important;
}

.icon_text_box {
	white-space: nowrap;
}

@media (max-width: 1600px) {

}

@media (max-width: 1440px) {

}

@media (max-width: 1366px) {

}

@media (max-width: 1280px) {
	.container {
		padding-left: 2rem;
		padding-right: 2rem;
		width: 100%;
	}
	.col_row {
		margin-left: -2rem;
		margin-right: -2rem;
		width: auto;
		min-width: 100%;
	}
	.col_row > * {
		padding: 0 2rem;
	}
	.non_stretched {
		width: calc(100% - 3rem);
		padding: 2rem;
	}
	.map {
		margin-top: 0;
	}
	.slider .item {
		background-size: cover;
	}
	#contact .text .cs p {
		margin-bottom: 0;
		display: flex;
		flex-direction: column;
	}
}


@media (max-width: 1200px) {
	h1,.h1, .slider h2, .before_content h2 {
		font-size: 1.8rem;
	}
	h2,.h2 {
		font-size: 1.5rem;
	}
	.list_cs {
		margin-bottom: 1.5rem;
		text-align: left;
	}
	header .logo {
		display: block;
		padding-right: 1.3rem;
		margin-right: auto;
	}
	header .logo img {
		max-width: 6rem;
	}
	.menu_btn {
		display: inline-block;
	}
	.top_menu {
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		background: #fff;
		top: 0;
		border: 0;
		padding: 4rem 1.5rem 1.5rem;
		margin: 0;
		overflow-y: scroll;
		bottom: 0;
	}
	.top_menu li {
		padding: 0;
		display: block;
		margin: 0;
	}
	.h_scroll .top_menu li {
		padding: 0;
	}
	.top_menu li a {
		display: block!important;
		padding: 0.8rem!important;
		color: var(--color-main);
	}
	.top_menu li a:hover {
		transform: none;
	}
	.top_menu li.icon {
		padding: 1.5rem 0;
	}
	.top_menu li:last-child a {
		border-bottom: none;
	}
	.top_menu .sub-menu {
		display: block;
		box-shadow: none;
		position: static;
		padding: 1rem;
	}
	.top_menu .sub-menu li a {
		border-bottom: 1px solid #fff;
	}
	.top_menu .sub-menu:before {
		content:none;
	}
	footer .container > .left {
		flex: 0 0 35%;
	}
	footer .container > .right {
		flex: 0 0 65%;
	}
	footer .col_row {
		padding-left: 0;
	}
	.slider .item .wrapper {
		width: auto;
	}
	.posts_list {
		grid-template-columns: repeat(2,1fr);
	}
	.posts_list img {
		object-fit: cover;
		height: 100%;
		width: 100%;
	}
	.box_cs2 .col .wrapper {
		padding: 2rem 0;
	}
	.box_cs2 .col .wrapper h3 {
		font-size: 1rem;
	}
}



@media (max-width: 992px) {
	.box_btn, .box_btn_text {
		flex-direction: column;
		align-items: start;
	}
	section, .py_md, .py_lg, .pt_md, .pt_lg {
		padding-top: 2rem;
	}
	section, .py_md, .py_lg, .pb_md, .pb_lg  {
		padding-bottom: 2rem;
	}
	.col_center .col_row {
		align-items: start;
	}
	/* #to_top {
		position: static;
		display: inline-block;
		margin-bottom: 3rem;
	} */
	.breadcrumb {
		display: block;
	}
	.box_cs1 {
		font-size: 1.1rem;
	}
}


@media (max-width: 768px) {
	h1, .h1, .before_content h2 {
		font-size: 1.3rem;
		margin-bottom: 1rem;
	}
	.slider h2{
		font-size: 1.1rem;
		margin-bottom: 1rem;
	}
	h2,.h2 {
		font-size: 1.2rem;
	}
	.container {
		max-width: 100% !important;
	}
	.col_row {
		display: block;
	}
	.col_row > * {
		margin-bottom: 2rem;
		max-width: 100% !important;
	}
	.col_row > *:last-child {
		margin-bottom: 0;
	}
	.slider .item .wrapper {
		padding: 0 1rem;
	}
	.slider .item {
		padding: 10rem 1rem 2rem 1rem;
		height: 30rem;
	}
	.slider .item .wrapper {
		padding: 0;
	}
	.slider .owl-nav {
		display: none;
	}
	.slider .content {
		width: 100%;
	}
	.slider-carousel .owl-dots {
		top: auto;
		flex-direction: row;
		left: 0;
		bottom: 1.5rem;
	}
	.advanced .col {
		flex-direction: column;
	}
	.advanced .col > .image {
		flex: 0 0 100%;
		min-width: 100%;
		margin: 0 0 2rem 0;
	}
	.advanced .col > .wrapper {
		width: 100%;
	}
	.tabs_box .tabs {
		display: block;
	}
	.testimonials {
		margin-top: 0;
		padding-top: 2rem;
		padding-bottom: 5rem;
	}
	.testimonials .container {
		display: block;
	}
	.testimonials .before_content {
		max-width: 100%;
		padding-top: 0;
	}
	.testimonials .wrapper {
		max-width: 100%;
	}
	.testimonials .owl-nav {
		position: static;
		text-align: center;
	}
	.tabs_nav, .gallery_nav {
		flex-direction: column;
		margin-bottom: 1rem;
	}
	.tabs_nav li, .gallery_nav li {
		margin: 0 0 0.5rem;
	}
	.gallery_simple, .gallery_body {
		grid-template-columns: repeat(2,1fr);
	}
	.page_head {
		padding: 10rem 0 4rem;
	}
	.box_cs2 .col_row {
		display: flex;
	}
	.box_cs2 .col {
		flex: 0 0 50%;
		text-align: center;
		width: 50%;
	}
	.box_cs2 .col .wrapper {
		padding: 1rem 0 0;
	}
	.box_cs3 .col {
		margin-bottom: 0;
	}
	footer > .wrapper {
		padding: 4rem 0 13rem;
		color: #fff;
		position: relative;
	}
	.map {
		width: 100%;
		top: auto;
		height: 12rem;
	}
	#contact > .wrapper {
		padding-right: 0;
	}
	.box_cs1 p, #contact .text .cs p {
		margin-bottom: 0;
		display: flex;
		flex-direction: column;
	}
}



@media (max-width: 576px) {
	.slider .box_btn {
		margin-bottom: 0;
	}
	.slider .content {
		padding: 1.5rem;
	}
	.box_btn, .box_btn_text {
		flex-direction: column!important;
	}
	.box_btn a, .box_btn_text a {
		margin-right: 0!important;
		margin-bottom: 1.5rem!important;
	}
	.testimonials .wrapper {
		padding-right: 0;
	}
	.testimonials .owl-nav {
		position: static;
		display: flex;
		flex-direction: row;
		justify-content: center;
		padding-top: 2rem;
	}
	.testimonials .owl-nav button {
		margin: 0 0.5rem;
	}
	.testimonials .items_carousel .item {
		margin-right: 0;
		padding: 2rem;
	}
	.box_cs2 .col {
		flex: 0 0 100%;
		width: 100%;
	}
	.box_cs3 .col .wrapper {
		padding: 3rem 0;
	}
}


@media (max-width: 414px) {
	.gallery_simple, .gallery_body {
		grid-template-columns: repeat(1,1fr)!important;
	}
}

@media (max-width: 360px) {

}