/*
Theme Name: uniwp
Author: uniwp
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: uniwp
*/

/* Font */
@font-face {
	font-family: 'Poppins-SemiBold';
	font-style: normal;
	font-weight: bold;
	src: local('Poppins-SemiBold'), url('fonts/Poppins-SemiBold.ttf') format('truetype');
}

@font-face {
	font-family: 'Poppins-Medium';
	font-style: normal;
	font-weight: normal;
	src: local('Poppins-Medium'), url('fonts/Poppins-Medium.ttf') format('truetype');
}

@font-face {
	font-family: 'Poppins-Light';
	font-style: normal;
	font-weight: normal;
	src: local('Poppins-Light'), url('fonts/Poppins-Light.ttf') format('truetype');
}

html {
    font-size: 16px;
}

body {
    font-family: 'Poppins-Light',arial,sans-serif;
	line-height: 2;
    color: #000;
}

main {
	overflow: hidden;
}

a {
	color: #000;
	text-decoration:none;
}

a:hover {
	color: #8e805c;
	text-decoration:underline;
}


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

h1,.h1 {
    font-family: 'Poppins-SemiBold',arial,sans-serif;
	font-size: 3rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
}

h2,.h2 {
    font-family: 'Poppins-SemiBold',arial,sans-serif;
	font-size: 2.2rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
	color: #8e805c;
}

h3,.h3 {
    font-family: 'Poppins-SemiBold',arial,sans-serif;
	font-size: 1.2rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
	color: #8e805c;
}

h4,.h4,h5,.h5 {
    font-family: 'Poppins-SemiBold',arial,sans-serif;
	font-size: 1rem;
	line-height: 1.3;
	margin-bottom: 1.5rem;
}

b, strong, .text_bold {
	font-family: 'Poppins-Medium',arial,sans-serif;
	font-weight: normal;
}

.small {
	font-size: 80%;
}

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

.list_cs ul {
	padding-left: 0.5rem;
}

.list_cs li {
	padding: 0 0 0.5rem 1.5rem;
	line-height: 1.9;
	position:relative;
}

.list_cs li:before {
	font-family: 'uniwp';
	content: "\ea52";
	color:#8e805c;
	position: absolute;
	left: 0;
}

.container {
	max-width: 1300px;
	margin: 0 auto;
	padding-left: 1.2rem;
	padding-right: 1.2rem;
}

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

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


/* Colors */
.blue, .blue a {
	color:#3b458a;
}


/* Kingcomposer */
.kc_tab .kc_tab_content:after {
    display: block;
    content: "";
    clear: both;
}

section.kc-elm {
	padding-top: 8%;
	padding-bottom: 8%;
}

body section[data-kc-equalheight="true"] > .kc-container .kc-wrap-columns > .kc_column {
	padding-left: 0;
	padding-right: 0;
}

.col_gap_50 {
/* 	padding-left: 50px;
	padding-right: 50px; */
}


.kc_row.col_gap_50,
.kc-row-container.col_gap_50 .kc-wrap-columns {
	width: calc(100% + 60px)!important;
	margin-left: -30px;
	margin-right: -30px;
}

.kc_row.col_gap_50 > .kc_column_inner,
.col_gap_50 > .kc-wrap-columns > .kc_column {
	padding-left: 30px;
	padding-right: 30px;
}


/* Btn */
[class^="btn_"], [class*=" btn_"] {
	font-family: 'Poppins-SemiBold',arial,sans-serif;
	border-radius: 2rem;
	padding: 1rem 2.2rem;
	font-size: 1rem;
	border-width: 2px;
	border-style: solid;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	transition: 0.4s ease;
}

[class^="btn_"]:hover, [class*=" btn_"]:hover {
	text-decoration:none;
	border: 2px solid;
	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_cs1 {
	border-color: #8e805c;
	background: #8e805c;
	color:#fff;
	border-width: 1px;
}

.btn_cs1:hover, .menu_cs1:hover {
	border-color: #8e805c;
	background:#fff;
	color:#8e805c;
	border-width: 1px;
}

.btn_cs2 {
	border-color: #8e805c;
	background: transparent;
	color:#8e805c;
}

.btn_cs2:hover {
	border-color: #8e805c;
	background: #8e805c;
	color:#fff;
}

.btn_big {
	padding: 1.3rem 2.5rem;
	font-size: 1.2rem;
}

.btn_small {
	padding: 0.5rem 1.5rem;
	font-size: 0.7rem;
}


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

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

textarea.form_control {
	height: auto;
}

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

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

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:#999!important;}
::-moz-placeholder {color:#999!important; opacity: 1;}
:-moz-placeholder {color:#999!important; opacity: 1;}
:-ms-input-placeholder {color:#999!important;}

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

.button_box .wpcf7-spinner {
	position: absolute;
	left: 50%;
	margin-left: -0.6rem;
}

/* [class^="col_"] br, [class*=" col_"] br {
	display: none;
} */

.button_box {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1rem 0;
	position: relative;
}


/* Grid */
.row_col {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
}


.row_col [class^="col_"], .row_col [class*=" col_"] {
	margin-bottom: 1rem;
}

.row_col [class^="col_"], .row_col [class*=" col_"] {
	margin-right: 2%;
}

.row_col [class^="col_"]:last-child, .row_col [class*=" col_"]:last-child {
	margin-right: 0;
}

.col_100 {
	width: 100%;
}

.col_50 {
	width: 49%;
}

.col_33 {
	width: 33.333%;
}

.col_25 {
	width: 25%;
}


/* Box style */
.box_p {
	padding-top: 5%;
	padding-bottom: 5%;
}


/* Header */
header {
	font-family: 'Poppins-Medium',arial,sans-serif;
	background: #fff;
	position: fixed;
	top: 0;
	z-index: 10;
	width: 100%;
	padding: 1rem 0;
}

header .container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header.h_scroll {
	border-bottom: 1px solid #ccc;
}

header .left,
header .right {
	width: 40%;
}

header .right {
	display: flex;
	justify-content: end;
}

header .logo {
	padding: 0 2rem;
}

header .logo img {
	width: 100%;
	transition: width 0.4s, height 4s;
}

.h_scroll .logo img {
	width: 65%;
	transition: width 0.4s, height 4s;
}

/* Nav */
header .main_menu, header .menu_extra {
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	align-items: center;
}

.main_menu li {
	display: flex;
	align-items: center;
}

.main_menu li a {
	padding: 0.5rem 1rem;
	line-height: 1;
	transition: 0.5s ease;
	text-transform: uppercase;
	border-radius: 1rem;
	text-align: center;
}

.main_menu .current-menu-item a,
.main_menu .current-menu-item .sub-menu a,
.main_menu .current-post-ancestor a,
.main_menu .current-menu-parent a {

}

.main_menu .current-menu-item > a, .main_menu .current-post-ancestor > a, .main_menu .current-menu-parent > a {
	background:#8e805c;
	color: #fff;
}

.main_menu .current-menu-item > a:hover, .main_menu .current-post-ancestor > a:hover, .main_menu .current-menu-parent > a:hover {
	background:#000;
	color: #fff;
}

.sub-menu .current-menu-item a {
	color: #8e805c;
}

.sub-menu a:before {
	content: none!important;
}

.main_menu li a:hover {
	text-decoration:none;
	transition: 0.4s ease;
	color: #8e805c;
}

.menu_cs1 a {
	border: 2px solid #3b458a;
	background: #3b458a;
	color: #fff;
	padding: 0.7rem 1.6rem !important;
	display: block !important;
	border-radius: 0.5rem;
	margin-left: 1rem;
	transition: 0.5s ease;
}

.menu_cs1 a:hover {
	background: #fff;
	color: #3b458a;
	transition: 0.5s ease;
}

.main_menu .menu_cs1 a:before {
	content:none;
}


.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: 1.5rem;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3);
	top: 1.1rem;
}

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

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

.top_menu .sub-menu a {
	display: block;
	padding: 0.5rem 0;
	text-transform: none;
}

.menu_extra a {
	margin-left: 1.3em;
	display: flex;
	align-items: center;
	transition: 0.5s ease;
	line-height: 1.2;
	font-size: 0.9rem;
}

.menu_extra a:hover {
	text-decoration: none;
	transition: 0.5s ease;
}

.menu_extra i {
	font-size: 1.6rem;
	color: #8e805c;
	transition: 0.5s ease;
	margin-right: 0.5rem;
}

.menu_extra li:last-child i  {
	margin-right: 0;
}

.menu_extra i:hover {
	color: #000;
	transition: 0.5s ease;
}

.menu_extra .separator a {
	padding-left: 1rem;
	border-left: 1px solid #ccc;
}

.menu_btn {
	cursor: pointer;
	display: none;
	padding: 1.2rem 0.8rem;
	position: relative;
	border: 1px solid #000;
	background: transparent;
	border-radius: 0.5rem;
	margin-left: 1.5rem;
	z-index: 1;
}

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

.menu_btn span:before, .menu_btn span:after {
	background: #000;
	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 span.active {
  background: transparent;
}

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

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

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


/* Custom boxes */
.box_cs1 {
	padding: 0 20%;
}

.pr_cs {
	padding-right: 4rem;
}

.pl_cs {
	padding-left: 4rem;
}


/* Other pages */
.head {
	background: transparent url('images/head.jpg') center center/cover no-repeat scroll;
	color: #fff;
	padding: 3rem 0;
	position: relative;
}

.head h1 {
	margin: 0;
	font-size: 2.5rem;
}

.breadcrumb-nav a {
	color: #60b6ff;
}

/* Category, Posts */
.posts_list {
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	margin: 0 0 2rem;
}

.posts_list .content {
	padding: 2rem;
	border: 8px solid #f7f7f7;
	display: flex;
	flex-direction: column;
	background: #fff;
}

.posts_list h2 {
	font-size: 1.5rem;
}

.posts_list .bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: auto;
}

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

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

.pagination .current {
	background: #3b458a;
	color: #fff;
}


/* feature boxes */
.items_list .kc_wrapper {
	display: flex;
	grid-column-gap: 2.8rem;
	grid-row-gap: 2.8rem;
	flex-wrap: wrap;
	justify-content: center;
}

.feature_boxes_cs {
	width: 30%;
}

.feature_boxes_cs a {
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.1);
	padding: 3.5rem 3.5rem 4.5rem;
	border-radius: 1.5rem;
	color: #fff;
	display: block;
	height: 100%;
	display: flex;
	flex-direction: column;
}

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

.feature_boxes_cs a:hover {
	box-shadow: 0 0 4rem #fff;
	text-decoration: none;
}

.feature_boxes_cs .content-icon i,
.feature_boxes_cs h3,
.feature_boxes_cs .content-desc {
	color:#fff;
}

.feature_boxes_cs .content-desc {
	font-size: 0.8rem;
	margin: 0;
}


.feature_boxes_cs2 {
	margin-bottom: 0.2rem;
}

.feature_boxes_cs2 .content-icon {
	width: 1.5rem;
	text-align: center;
}

.feature_boxes_cs2 .content-icon i {
	font-size: 1rem;
}

.feature_boxes_cs2 .box-right {
	padding-left: 0.7rem;
}

.feature_boxes_cs2 .content-title {
	font-size: 1rem;
	text-transform: unset;
	margin: 0;
	font-weight: normal;
}

/* image gallery */
.image_gallery_cs {
	list-style: none;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 1rem;
	grid-row-gap: 1rem;
	margin: 2rem 0 0;
}

.image_gallery_cs .item-grid {
	width: 100% !important;
}


/* Footer */
.f_box_cs1 {
	padding: 5rem 3rem 5rem 30%;
}

.map_box .kc-elm,
.map_box iframe {
	height: 100%;
}


@media (max-width: 1600px) {
	.f_box_cs1 {
		padding: 4rem 3rem 4rem 20%;
	}
}

@media (max-width: 1440px) {
}


@media (min-width: 1280px) {
}



@media (max-width: 1280px) {
	.container, .kc-container {
		max-width: 95% !important;
	}
}

@media (max-width: 1200px) {
	h1,.h1 {
		font-size: 2rem;
	}
	h2,.h2 {
		font-size: 1.8rem;
	}
	.list_cs {
		margin-bottom: 1.5rem;
	}
	header .logo {
		display: block;
		width: 12rem;
	}
	.h_scroll .logo img {
		width: 100%;
	}
	header .container {
		justify-content: start;
	}
	header .left, header .right {
		width: auto;
	}
	header .logo {
		order: 1;
		margin-right: auto;
		width: 4rem;
		padding: 0;
	}
	header .left {
		order: 3;
	}
	header .right {
		order: 2;	
	}
	.menu_btn {
		display: inline-block;
	}
	header .main_menu {
		display: none;
		position: fixed;
		width: 100%;
		left: 0;
		background: #fff;
		top: 0;
		border: 0;
		padding: 6rem 1.5rem 1.5rem;
		margin: 0;
		overflow-y: scroll;
		bottom: 0;
		z-index: 1;
	}
	.main_menu {
		display: block;
		padding: 0;
	}
	.main_menu li {
		padding: 0;
		display: block;
	}
	.main_menu li a {
		display: block;
		border-bottom: 1px solid #999;
	}
	.main_menu li a:hover {
		transform: none;
	}
	.main_menu li:last-child a {
		border-bottom: none;
	}
	.main_menu .sub-menu {
		display: block;
		box-shadow: none;
		position: static;
		padding: 1rem;
	}
	.main_menu .sub-menu li a {
		border-bottom: 1px solid #fff;
	}
	.main_menu .sub-menu:before {
		content:none;
	}
	.menu_cs1 a {
		margin: 1rem 0;
	}
	header .menu_extra {
		display: none;
	}
	.box_btn .kc_button {
		width: 70%;
	}
	.feature_boxes_cs {
		width: 47%;
	}
	.items_list .kc_wrapper {
		grid-column-gap: 2rem;
		grid-row-gap: 2rem;
	}
	.feature_boxes_cs a {
		padding: 2.5rem 2.5rem 3.5rem;
	}
}


@media (max-width: 992px) {
	section.kc-elm, .box_p {
		padding-top:4rem;
		padding-bottom:4rem;
	}
	.box_flex .kc-wrap-columns {
		display: flex;
	}
	.row_col {
		flex-direction:column;
		margin-bottom: 0;
	}
	.row_col [class^="col_"], .row_col [class*=" col_"] {
		margin-bottom: 1rem;
	}
	.row_col [class^="col_"], .row_col [class*=" col_"] {
		margin-right: 0;
	}
	.col_50, .col_33, .col_25 {
		width: 100%;
	}
	/* .kc_row.col_gap_50 {
		padding-left: 15px;
		padding-right: 15px;
	} */
	.kc_row.col_gap_50,
	.kc-row-container.col_gap_50 .kc-wrap-columns {
		width: calc(100% + 30px)!important;
		margin-left: -15px;
		margin-right: -15px;
	}
	.kc_row.col_gap_50 > .kc_column_inner,
	.col_gap_50 > .kc-wrap-columns > .kc_column {
		padding-left: 15px;
		padding-right: 15px;
	}
	.cards_box .kc-feature-boxes {
		border: 1px solid #999 !important;
		border-radius: 2rem !important;
		margin-bottom: 1rem;
	}
	.cards_box .kc_column_inner:first-child,
	.cards_box .kc_column_inner:last-child {
		margin: 0;
	}
	.f_box_cs1 {
		padding: 4rem 10% 4rem 10%;
	}
	.posts_list {
		grid-template-columns: repeat(2, 1fr);
	}
	.image_gallery_cs {
		grid-template-columns: repeat(2, 1fr);
	}
}


@media (max-width: 768px) {
	.container, .kc-container {
		max-width: 90% !important;
	}
	.box_flex .kc-wrap-columns {
		display: block;
	}
	.head .content {
		width: auto;
		padding: 0;
	}
	.feature_boxes_cs2 {
		justify-content: center;
		flex-direction: column;
		margin-bottom: 1rem;
		align-items: center;
	}
	.posts_list {
		grid-template-columns: repeat(1, 1fr);
	}
	.box_cs1 {
		padding: 0 5%;
	}
	.feature_boxes_cs {
		width: 100%;
	}
	.items_list .kc_wrapper {
		grid-row-gap: 0.7rem;
	}
	.pr_cs {
		padding-right: 0;
	}
}

@media (max-width: 576px) {
	.image_gallery_cs {
		grid-template-columns: repeat(1, 1fr);
	}
}


@media (max-width: 414px) {

}

@media (max-width: 360px) {

}

