* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

button, html, input, select, textarea {
	font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}

.fs-3 {
	font-size: 1.75rem;
}

.fs-4 {
	font-size: 1.5rem;
}

.fs-5 {
	font-size: 1.25rem;
}

.text-black {
	color: #000000 !important;
}

.text-secondary {
	color: #998507 !important;
}

.text-title {
	color: #E6E1B8 !important;
}

.border-left {
	border-left: 1px solid #17215E;
	padding-left: 1rem;
}

.flex {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.position-relative {
	position: relative;
}

.justify-between {
	justify-content: space-between;
}

.justify-center {
	justify-content: center;
}

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

.banner {
	position: relative;
}

.banner img {
	width: 100%;
}

.banner .overlay {
	position: absolute;
	top: 50%;
	left: 10%;
	width: 80%;
	color: #ffffff;
	text-align: center;
	transform: translateY(-50%);
}

.banner .overlay h1 {
	font-size: 3rem;
	text-transform: uppercase;
	margin: 0;
}

.banner .overlay h1:after {
	content: "";
	width: 100px;
	height: 1px;
	background-color: #ffffff;
	margin: 10px auto;
	display: block;
}

.banner .overlay h2 {
	font-size: 2rem;
	margin: 0;
}

.section {
	padding: 50px 10%;
}

.section.bg-primary {
	background-color: #17215E;
	color: #ffffff;
}

.section.bg-secondary {
	background-color: #F7F5E7;
}

.section.bg-image {
	background-image: url(../img/inquiry_background.jpg);
	background-position: center bottom;
	background-size: cover;
	background-repeat: no-repeat;
	color: #ffffff;
}

.section.bg-field {
	background: url(../img/bg-field.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.section .section-title {
	font-size: 40px;
}

.section .section-title.text-secondary {
	color: #E6E1B8;
}

.section .section-title.wheat-icon:before,
.section .section-title.wheat-icon:after {
	content: "";
	width: 32px;
	height: 32px;
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.section .section-title.wheat-icon:before {
	background-image: url(../img/wheat_left.png);
	margin-right: 5vw;
}

.section .section-title.wheat-icon:after {
	background-image: url(../img/wheat_right.png);
	margin-left: 5vw;
}

.section p {
	margin: 20px 0;
}

.btn {
	padding: 12px 35px;
	border-radius: 2rem;	
	display: inline-block;
	border: none;
}

.btn-larger {
	font-size: 1.75rem;
	padding: 1rem 2.5rem;
	border-radius: 4rem;
}

.btn-primary {
	background-color: #17215E;
	color: #ffffff;
}

.btn-secondary {
	background-color: #998507;
	color: #ffffff;
}

.btn-white {
	background-color: #ffffff;
	color: #17215E;
	min-width: 200px;
}

.home-clients {
	border: 1px solid #DCDCDC;
	padding: 35px;
	border-radius: 35px;
	display: inline-block;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	margin-bottom: 1rem;
}

.home-clients .clients {
	margin: 0 !important;
}

.home-clients .clients li {
	width: inherit;
	height: inherit;
	border: none;
	vertical-align: middle;
	padding: 20px;
}

.home-clients .clients li img {
	position: static;
	top: inherit;
	left: inherit;
	transform: none;
	-webkit-transform: none;
	max-width: 160px;
	max-height: 60px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.card {
	max-width: 300px;
	padding: 30px 10px;
	position: relative;
}

.card-body {
	border: 1px solid #EBEBEB;
	padding: 20px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	text-align: left;
	color: #000000;
}

.card .card-body .number {
	position: absolute;
	top: 5px;
	left: 50%;
	background-color: #17215E;
	color: #ffffff;
	display: block;
	padding: 10px;
	width: 52px;
	height: 52px;
	font-size: 30px;
	line-height: 1;
	border-radius: 50%;
	margin-left: -26px;
	box-sizing: border-box;
	font-weight: bold;
	text-align: center;
}

.card .card-body h2 {
	color: #998507;
	text-align: center;
}

.team {
	width: 100%;
	max-width: 560px;
	position: relative;
	margin: 20px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.team .image {
	width: 45%;
	padding: 0 20px 0 30px;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
}

.team .image .border-rounded {
	width: 100%;
	border-radius: 50%;
	overflow: hidden;
}

.team .image img {
	width: 100%;
}

.team .detail {
	width: 55%;
	padding: 0 10px;
}

.team .detail .white-box {
	position: relative;
	padding: 15px 0;
	margin-top: 15px;
}

.team .detail .white-box:before {
	content: "";
	position: absolute;
	top: 0;
	left: -90%;
	right: 0;
	height: 100%;
	background-color: #ffffff;
	border-radius: 10px;
	z-index: 0;
}

.team .detail .white-box > * {
	position: relative;
	z-index: 10;
	line-height: 1;
}

.team .detail h2 {
	margin: 0;
}

.team .detail a {
	color: #17215E;
}

.team .detail .phone,
.team .detail .email {
	margin: 15px 0;
	padding-left: 1.75rem;
	position: relative;
}

.team .detail .phone:before {
	content: "";
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	position: absolute;
	left: 0;
	background-image: url(../img/phone_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.team .detail .email:before {
	content: "";
	display: block;
	width: 1.25rem;
	height: 1.25rem;
	position: absolute;
	left: 0;
	background-image: url(../img/email_icon.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.row .left {
	width: 40%;
	padding-right: 1rem;
	box-sizing: border-box;
}

.row .right {
	width: 60%;
	padding-left: 1rem;
}

.banner .row .left {
	width: 60%;
}

.banner .row .right {
	width: 40%;
}

.boxes {
	list-style: none;
	padding: 0;
	margin: 0;
}

.boxes li {
	padding: 1.5rem;
	border-radius: 10px;
	background-color: #17215E;
	color: #ffffff;
	margin: 1rem;
	position: relative;
}

.boxes li:nth-child(even) {
	background-color: #998507;
}

.boxes li:after {
	content: "";
	width: 1px;
	height: 1rem;
	background-color: #17215E;
	position: absolute;
	top: 100%;
	left: 50%;
}

.boxes li:last-child:after {
	display: none;
}

.form-wrapper {
	background-color: #17215E;
	padding: 30px;
}

.form-wrapper h3 {
	font-size: 2rem;
	margin-top: 0;
}

.form {
	max-width: 600px;
}

.form .form-group {
	margin-bottom: 20px;
}

.form .form-control {
	background-color: transparent;
	padding: 10px;
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
}

.form .form-control::placeholder {
	color: #ffffff;
	opacity: 0.72;
	font-style: italic;
}

.tooltip {
	background-color: #17215E;
	position: relative;
	border-radius: 4px;
	color: #ffffff;
	padding: 1rem;
	display: inline-block;
	margin-bottom: 1rem;
}

.tooltip:after {
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 16px solid #17215E;
	position: absolute;
	top: 100%;
	left: 1rem;
}

.info_boxes {
	display: flex;
	justify-content: center;
	align-items: stretch;
	flex-wrap: wrap;
	margin: 0.5rem;
}

.info_boxes .box {
	text-align: center;
	padding: 0.5rem;
	box-sizing: border-box;
}

.info_boxes .box .box_wrapper {
	background-color: rgba(23, 33, 94, 0.1);
	border-radius: 1rem;
	padding: 1.5rem;
	height: 100%;
	box-sizing: border-box;
}

.info_boxes.two .box {
	width: 50%;
}

.info_boxes.three .box {
	width: 33.33%;
}

.info_boxes.four .box {
	width: 25%;
}

.info_boxes .box h2 {
	margin: 0.75rem 0;
	font-size: 1.75rem;
	text-transform: uppercase;
	line-height: 1.2;
}

.image-rounded {
	border-radius: 1.5rem;
	overflow: hidden;
}

.breadcrumbs {

}

.breadcrumbs .breadcrumb {
	display: inline-block;
}

.breadcrumbs .breadcrumb:after {
	content: "/";
	margin: 0 0.5rem;
}

.breadcrumbs .breadcrumb:last-child a {
	text-decoration: underline;
}

.breadcrumbs .breadcrumb:last-child:after {
	display: none;
}

.guide-you {
	display: flex;
}

.guide-you-text {
	flex-shrink: 2;
}

.guide-you-form {
	display: none;
	background-color: #17215E;
	padding: 30px;
	width: 100%;
	max-width: 800px;
	margin-left: 2rem;
}

.guide-you.show .guide-you-form {
	display: inline-block;
}

.guide-you-form h2 {
	margin-top: 0;
}

.form {
	text-align: left;
}

.form .form-label {
	display: block;
	margin-bottom: 1rem;
}

.form .form-input {
	width: 100%;
	display: block;
	background-color: #283371;
	border: 1px solid #ffffff;
	padding: 4px;
	color: #ffffff;
}

.form .form-input[type=checkbox] {
	display: inline-block;
	width: auto;
}

.form .form-input.underline {
	border: none;
	border-bottom: 1px solid #ffffff;
	background: transparent;
}

.form .form-input.half {
	width: 48%;
	display: inline-block;
}

.form .form-input::placeholder {
	color: rgba(255, 255, 255, 0.45);
}

.form .other {
	display: none;
}

.form .errors {
	color: red;	
}

.header {
	padding: 0 30px;
}

.logo {
	width: 80%;
	max-width: 400px;
	margin: 10px 0;
}

.logo a,
.logo img {
	width: 100%;
}

.headerP1info {
	width: auto;
	position: absolute;
	right: 0;
}

.headerP1info ul {
	padding: 0;
}

.footer2 {
	padding: 30px;
}

@media only screen and (max-width: 1280px) {
	.info_boxes.four .box {
		width: 33.33%;
	}
}

@media only screen and (max-width: 994px) {
	.info_boxes.four .box,
	.info_boxes.three .box {
		width: 50%;
	}

	.info_boxes .box h2 {
		font-size: 1.25em;
	}
}

@media only screen and (max-width: 768px) {
	.guide-you {
		flex-wrap: wrap;
	}

	.guide-you-form {
		margin: 20px 0 0;
	}
}

@media only screen and (max-width: 560px) {
	.row .left,
	.row .right {
		width: 100% !important;
	}

	.info_boxes.four .box,
	.info_boxes.three .box,
	.info_boxes.two .box {
		width: 100%;
	}
}
