@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700;900&display=swap');
@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy&display=swap');
@import url('font-awesome/css/font-awesome.min.css');
@import url('slicknav.css');
html {
	width:100%;
	height:100%;
	position:relative;
}
body {
	overflow-x:hidden;
	margin:0;
	width:100%;
	height:100%;
	font-size: 16px;
	line-height: 1.5em;
	color: #333;
	position:relative;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	background:#fff;
	font-family: 'Poppins', sans-serif;
}
.slicknav_menu {
	display:none;
}
.clear {
	clear:both;
}
img {
	max-width:100%;
}
.container {
	width:96%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
h1 {
	font-size:32px;
	color:#405242;
	line-height:40px;
	font-weight:900;
	margin:0 0 20px 0;
	font-family: 'Sorts Mill Goudy', serif;
}
h2 {
	font-size:28px;
	font-weight:900;
	margin:0 0 20px 0;
	line-height:32px;
}
h3 {
	color:#8e9b5e;
	font-size:24px;
	font-weight:900;
	margin:0 0 15px 0;
	line-height:26px;
}
h4 {
	font-size:18px;
	font-weight:900;
	margin:0 0 15px 0;
	line-height:24px;
}
p {
	font-size:16px;
	margin:0 0 20px 0;
	line-height:24px;
}
.contacts {
	position:absolute;
	top:-43px;
	color:#fff;
	right:0;
	font-size:14px;
}
.logo {
	width:130px;
	position:relative;
	top:-35px;
	float:left;
}
#header {
	border-top:40px solid #405242;
    padding: 10px 0;
    width: 100%;
    background: #8e9b5e;
	height:100px;
	position:relative;
}
#header .container {
	position:relative;
}
#header .slogan {
	font-family: 'Sorts Mill Goudy', serif;
	float:left;
	color:#fff;
	font-weight:700;
	font-size:20px;
	line-height:26px;
	margin:5px 0 0 20px;
}
#header .slogan em {
	display:block;
	font-weight:400;
	font-size:16px;
}
#header .menu {
	list-style-type:none;
	margin:0 0 0 0;
	position:absolute;
	right:0;
	top:70px;
}
#header .menu li {
	display:inline-block;
	position:relative;
	margin:0 0 0 20px;
}
#header .menu li a {
	color:#fff;
	text-decoration:none;
	font-size:15px;
}
#main {
	padding:75px 0;
}
#banner {
	width:100%;
	height:500px;
	background:url(../images/banner.jpg) no-repeat center center;
	background-size:cover;
}
#main img {
	float:right;
	margin:0 0 50px 50px;
}
.unordered-list li {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
}
.unordered-list li a {
    font-weight: 600;
    color: #405242;
	text-decoration:none;
}
.unordered-list li:before {
    position: absolute;
    left: 0;
    top: -5px;
    background: url(../images/dear-ic.png) no-repeat;
    width: 15px;
    height: 20px;
    background-size: 100% 100%;
    content: '';
}
#mission {
	width:100%;
	height:650px;
	background:url(../images/mission.jpg) no-repeat center center;
	background-size:cover;
}
#mission .container {
	position:relative;
}
.mission-logo {
	position:absolute;
	top:40px;
	left:50px;
	z-index:500;
	width:300px;
}
.mission {
	font-family: 'Sorts Mill Goudy', serif;
    padding: 50px 5% 20px 5%;
    text-align: center;
    background: rgba(142,155,94,0.8);
    border-radius: 30px;
    width: 90%;
    margin:0 auto;
    position: relative;
	color:#fff;
	z-index:300;
	top:300px;
}
.mission h2 {
	font-size:36px;
}
.mission p {
	font-size:24px;
	line-height:34px;
}
#boxes {
	padding:50px 0;
}
.box {
	width:31.33%;
	float:left;
	margin:0 1% 30px 1%;
	background:#8e9b5e;
	text-align:center;
	padding:0 0 30px 0;
}
.box img {
	width:94%;
	margin:10px 3%;
	float:left;
}
.box h3 {
	clear:both;
	margin:0 0 20px 0;
	background:#8e9b5e;
	color:#fff;
	width:90%;
	padding:20px 5%;
}
.box a {
	color:#fff;
	text-decoration:none;
	padding:10px 15px;
	border:2px solid #fff;
}
#inner {
	width:100%;
	height:150px;
	padding:100px 0 0 0;
	color:#fff;
	text-align:center;
	background:url(../images/inner.jpg) no-repeat center center;
	background-size:cover;
}
#inner h1 {
	color:#fff;
}
#footer {
    padding: 50px 0;
    background: #405242;
    width: 100%;
	color:#fff;
}
#footer h3 {
	color:#fff;
}
.fcol {
	width:33.33%;
	float:left;
	text-align:center;
}
#footer .menu {
	list-style-type:none;
	margin:0 0 0 0;
}
#footer .menu li {
	display:block;
	position:relative;
	margin:0 0 6px 0;
	padding:0;
	width:100%;
	text-align:center;
}
#footer .menu li a {
	color:#fff;
	text-decoration:none;
}
.gallery-item {
	width:19%;
	float:left;
	margin:0 1% 15px 0;
	height:140px;
	overflow:hidden;
}
.gallery-item img {
	width:100%;
	float:none;
	margin:0;
}
table {
	margin:0 0 50px 0;
}
table th, table td {
	text-align:left !important;
}
table .top20title {
    background: #405242;
    color: #fff;
    font-size: 24px;
    text-align: center !important;
}
table td, table th {
    border: 1px solid #ccc;
    padding: 5px;
}
.form-col {
    width: 47%;
	float:left;
	margin:0 3% 5px 0;
}
.form-col-full {
    width: 97%;
	float:left;
	margin:0 3% 5px 0;
	padding:10px 0 0 0;
}
.wpcf7 {
	padding:40px 3%;
	background:#f3f3f3;
    width: 94%;
	margin:0 0 0 0;
	border:1px solid #ccc;
}
.wpcf7 textarea {
	background: #fff;
    border: 1px solid #ccc;
    color: #555;
    font-size: 16px;
	width:96%;
	padding:15px 2%;
    height:120px;
	margin:0 0 15px 0;
	font-family: inherit !important;  
}
.wpcf7 p {
    color: #333;
	text-align:left !important;
}
.wpcf7 .gfield_required {
    color: red;
	font-weight:bold;
	font-size:1.3em;
}
.wpcf7 {
    margin: 30px 0 0 0;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="password"]{
    background: #fff;
    border: 1px solid #ccc;
    color: #555;
    font-size: 16px;
	width:96%;
	padding:15px 2%;
	margin:0 0 15px 0;
}
.wpcf7 select {
    background: #fff;
    border: 1px solid #ccc;
    color: #555;
    font-size: 16px;
	width:100%;
	padding:10px 5px;
	margin:0 0 0 0;
	height:44px;
}
.wpcf7 input[type="submit"] {
    cursor: pointer;
    height: 50px;
    padding: 0;
    width: 100%;
    position: relative;
	text-align:center;
	transition:all .5s;
	border: none;
	text-decoration:none;
	color:#fff;
	background:#8e9b5e;
	font-size:16px;
	display:block;
	margin:0;
}
.wpcf7 input[type="submit"]:hover {

}
@media only screen and (max-width: 1024px) {
	.slicknav_menu {
		display:block;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:9999;
	}
	#header .menu {
		display:none;
	}
	#main {
		
	}
	#mission {
		height:600px;
	}
	#mission .container {
		position:relative;
	}
	.mission-logo {
		display:none;
	}
	.mission {
		padding: 20px 2.5% 20px 2.5%;
		width: 95%;
		top:200px;
	}
	.mission h2 {
		font-size:28px;
	}
	.mission p {
		font-size:16px;
		line-height:24px;
	}
	.box {
		width:48%;
	}
	.contacts {
		display:none;
	}
	#header .slogan {
		font-family: 'Sorts Mill Goudy', serif;
		float:right;
		text-align:right;
		color:#fff;
		font-weight:700;
		font-size:16px;
		line-height:24px;
		margin:15px 0 0 0;
	}
	#header .slogan em {
		display:block;
		font-weight:400;
		font-size:14px;
	}
	.logo {
		width:80px;
		top:0;
	}
	
}

@media only screen and (max-width: 800px) {
	
	.fcol {
		width:96%;
		margin:0 2% 20px 2%;
		float:left;
		text-align:center;
	}
	form {
		text-align:left !important;
	}
	.form-col {
		width: 96%;
		float:left;
		margin:0 2% 5px 2%;
	}
	.form-col-full {
		width: 96%;
		float:left;
		margin:0 2% 5px 2%;
		padding:10px 0 0 0;
	}
	.gallery-item {
	width:46%;
	float:left;
	margin:0 2% 15px 2%;
	height:140px;
	overflow:hidden;
}
}


@media only screen and (max-width: 600px) {
	.box {
		width:98%;
	}
	.logo {
		width:65px;
		top:15px;
	}
	.slogan {
		margin:25px 0 0 0 !important;
	}
}