/*!
 * Project_Name: Themezy Diatecian Template
 * Author: Themezy
 * Email: info@themezy.com
 * URL: http://themezy.com
 */
/*===========================================  Importing CSS Libraries ===========================================*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
html {
	background: #fff;
	color: #000;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
html, button, input, select, textarea {
	font-family: sans-serif;
}
body {
	margin: 0;
}
a {
	background: transparent;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
hr {
	border: none;
	border-top: 1px dotted #e1dece;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
h2 {
	font-size: 1.5em;
	margin: 0.83em 0;
}
h3 {
	font-size: 1.17em;
	margin: 1em 0;
}
h4 {
	font-size: 1em;
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}
h5 {
	font-size: 0.83em;
	margin: 1.67em 0;
}
h6 {
	font-size: 0.75em;
	margin: 2.33em 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
mark {
	background: #ff0;
	color: #000;
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em;
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019";
}
q:before, q:after {
	content: '';
	content: none;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
	white-space: normal;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* Global Styles */
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 18px;
	font-weight: 300;
	line-height: 1.7;
	background-color: #f2efdc;
	color: #2a2a2a;
}
a {
	text-decoration: none;
	color: #f16a54;
	font-weight: 400;
}
address {
	font-style: normal;
}
p {
	margin-top: 0;
}
/* Reusable Components Style */
.button {
	padding: 10px 20px;
	border-radius: 20px;
	display: inline-block;
	font-weight: 500;
	color: white;
	font-size: 14px;
	font-size: 0.875rem;
}
.feature {
	text-align: center;
}
.feature .feature-icon {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	text-align: center;
	margin-bottom: 20px;
	display: inline-block;
	padding-top: 50px;
}
.feature .feature-icon [class^="icon-"] {
	font-size: 10px;
	font-size: 6.25rem;
	color: #f2efdc;
}
.feature .feature-title {
	font-size: 20px;
	font-size: 1.4rem;
	margin: 0 0 10px;
	line-height: normal
}
.purple {
	background-color: #852d8d;
}
.feature.color-purple .feature-title {
	color: #852d8d;
}
.darkblue {
	background-color: #284498;
}
.feature.color-darkblue .feature-title {
	color: #284498;
}
.green {
	background-color: #889c29;
}
.feature.color-green .feature-title {
	color: #889c29;
}
.darkgreen {
	background-color: #3ca952;
}
.feature.color-darkgreen .feature-title {
	color: #3ca952;
}
.lightgreen {
	background-color: #b5cb44;
}
.feature.color-lightgreen .feature-title {
	color: #b5cb44;
}
.pink {
	background-color: #e91880;
}
.feature.color-pink .feature-title {
	color: #e91880;
}
.yellow {
	background-color: #f8c932;
}
.feature.color-yellow .feature-title {
	color: #f8c932;
}
.orange {
	background-color: #ed5f30;
}
.feature.color-orange .feature-title{
	color: #ed5f30;
}
.feature.color-teal .feature-icon {
	background-color: #00CEBE;
}
.feature.color-teal .feature-title {
	color: #00CEBE;
}
.teal {
	background-color: #00CEBE;
}
.feature.color-blue .feature-icon {
	background-color: #00a7de;
}
.feature.color-blue .feature-title {
	color: #00a7de;
}
.blue {
	background-color: #0375B4;
}
.feature.color-purple2 .feature-icon {
	background-color: #BFB1D5;
}
.feature.color-purple2 .feature-title {
	color: #BFB1D5;
}
.purple2 {
	background-color: #BFB1D5;
}
.feature.color-olive .feature-icon {
	background-color: #777777;
}
.feature.color-olive .feature-title {
	color: #777777;
}
.olive {
	background-color: #777777;
}
#map {
	height: 300px;
	border-radius: 20px;
	border: 3px solid #e1dece;
	overflow: hidden;
	margin-bottom: 30px;
}
.contact-detail {
	border-radius: 25px;
	padding: 20px;
	border: 3px solid #e1dece;
	text-align: center;
	margin: 10px 0;
	background: #F8F9FA;
}
.contact-detail img {
	vertical-align: middle;
	margin-right: 5px;
}
.contact-detail2 {
	border-radius: 25px;
	padding: 20px;
	margin: 10px 0;
	border: 3px solid #e1dece;
	text-align: center;
	background: #f59383
}
.contact-detail2 img {
	vertical-align: middle;
	margin-right: 5px;
}
.contact-detail3 {
	border-radius: 25px;
	padding: 20px;
	margin-top: 10px;
	border: 3px solid #e1dece;
	text-align: center;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	height: auto;
}
.contact-detail span {
	margin-right: 10px;
	display: inline-block;
}
.contact-form input:not([type="submit"]), .contact-form textarea {
	width: 100%;
	padding: 20px;
	border-radius: 20px;
	background-color: white;
	font-size: 14px;
	font-size: 0.875rem;
	border: 2px solid white;
	margin-bottom: 20px;
	outline: none;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.contact-form input:not([type="submit"]):hover, .contact-form input:not([type="submit"]):focus, .contact-form textarea:hover, .contact-form textarea:focus {
	border-color: #f16a54;
}
.contact-form textarea {
	height: 220px;
}
.contact-form input[type="submit"] {
	float: right;
	background-color: #f16a54;
	color: #f2efdc;
	padding: 15px 30px;
	border-radius: 30px;
	border: none;
	outline: none;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.contact-form input[type="submit"]:hover, .contact-form input[type="submit"]:focus {
	background-color: #f59383;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
*zoom: 1;
}
.container:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
}

@media (min-width: 768px) {
.container {
	width: 750px;
}
}

@media (min-width: 992px) {
.container {
	width: 970px;
}
}

@media (min-width: 1200px) {
.container {
	width: 1170px;
}
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
*zoom: 1;
}
.container-fluid:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
}
.column {
	float: left;
	width: 50%;
	padding: 10px;
}
.left {
	width: 25%;
}
.right {
	width: 75%;
}
.column4 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	padding: 10px 0px;
}
.row:after {
	content: "";
	display: inline;
	clear: both;
}
.row {
	margin-left: -15px;
	margin-right: -15px;
*zoom: 1;
}
.row:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-1 {
	width: 8.33333%;
}
.col-xs-2 {
	width: 16.66667%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-4 {
	width: 33.33333%;
}
.col-xs-5 {
	width: 41.66667%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-7 {
	width: 58.33333%;
}
.col-xs-8 {
	width: 66.66667%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-10 {
	width: 83.33333%;
}
.col-xs-11 {
	width: 91.66667%;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-pull-1 {
	right: 8.33333%;
}
.col-xs-pull-2 {
	right: 16.66667%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-4 {
	right: 33.33333%;
}
.col-xs-pull-5 {
	right: 41.66667%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-7 {
	right: 58.33333%;
}
.col-xs-pull-8 {
	right: 66.66667%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-10 {
	right: 83.33333%;
}
.col-xs-pull-11 {
	right: 91.66667%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-push-1 {
	left: 8.33333%;
}
.col-xs-push-2 {
	left: 16.66667%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-4 {
	left: 33.33333%;
}
.col-xs-push-5 {
	left: 41.66667%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-7 {
	left: 58.33333%;
}
.col-xs-push-8 {
	left: 66.66667%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-10 {
	left: 83.33333%;
}
.col-xs-push-11 {
	left: 91.66667%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
.col-xs-offset-1 {
	margin-left: 8.33333%;
}
.col-xs-offset-2 {
	margin-left: 16.66667%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-4 {
	margin-left: 33.33333%;
}
.col-xs-offset-5 {
	margin-left: 41.66667%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-7 {
	margin-left: 58.33333%;
}
.col-xs-offset-8 {
	margin-left: 66.66667%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-10 {
	margin-left: 83.33333%;
}
.col-xs-offset-11 {
	margin-left: 91.66667%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}

@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-1 {
	width: 8.33333%;
}
.col-sm-2 {
	width: 16.66667%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-4 {
	width: 33.33333%;
}
.col-sm-5 {
	width: 41.66667%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-7 {
	width: 58.33333%;
}
.col-sm-8 {
	width: 66.66667%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-10 {
	width: 83.33333%;
}
.col-sm-11 {
	width: 91.66667%;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-pull-1 {
	right: 8.33333%;
}
.col-sm-pull-2 {
	right: 16.66667%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-4 {
	right: 33.33333%;
}
.col-sm-pull-5 {
	right: 41.66667%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-7 {
	right: 58.33333%;
}
.col-sm-pull-8 {
	right: 66.66667%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-10 {
	right: 83.33333%;
}
.col-sm-pull-11 {
	right: 91.66667%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-push-1 {
	left: 8.33333%;
}
.col-sm-push-2 {
	left: 16.66667%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-4 {
	left: 33.33333%;
}
.col-sm-push-5 {
	left: 41.66667%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-7 {
	left: 58.33333%;
}
.col-sm-push-8 {
	left: 66.66667%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-10 {
	left: 83.33333%;
}
.col-sm-push-11 {
	left: 91.66667%;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-offset-0 {
	margin-left: 0%;
}
.col-sm-offset-1 {
	margin-left: 8.33333%;
}
.col-sm-offset-2 {
	margin-left: 16.66667%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-4 {
	margin-left: 33.33333%;
}
.col-sm-offset-5 {
	margin-left: 41.66667%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-7 {
	margin-left: 58.33333%;
}
.col-sm-offset-8 {
	margin-left: 66.66667%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-10 {
	margin-left: 83.33333%;
}
.col-sm-offset-11 {
	margin-left: 91.66667%;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
}

@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-1 {
	width: 8.33333%;
}
.col-md-2 {
	width: 16.66667%;
}
.col-md-3 {
	width: 25%;
}
.col-md-4 {
	width: 33.33333%;
}
.col-md-5 {
	width: 41.66667%;
}
.col-md-6 {
	width: 50%;
}
.col-md-7 {
	width: 58.33333%;
}
.col-md-8 {
	width: 66.66667%;
}
.col-md-9 {
	width: 75%;
}
.col-md-10 {
	width: 83.33333%;
}
.col-md-11 {
	width: 91.66667%;
}
.col-md-12 {
	width: 100%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-pull-1 {
	right: 8.33333%;
}
.col-md-pull-2 {
	right: 16.66667%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-4 {
	right: 33.33333%;
}
.col-md-pull-5 {
	right: 41.66667%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-7 {
	right: 58.33333%;
}
.col-md-pull-8 {
	right: 66.66667%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-10 {
	right: 83.33333%;
}
.col-md-pull-11 {
	right: 91.66667%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-push-1 {
	left: 8.33333%;
}
.col-md-push-2 {
	left: 16.66667%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-4 {
	left: 33.33333%;
}
.col-md-push-5 {
	left: 41.66667%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-7 {
	left: 58.33333%;
}
.col-md-push-8 {
	left: 66.66667%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-10 {
	left: 83.33333%;
}
.col-md-push-11 {
	left: 91.66667%;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-offset-0 {
	margin-left: 0%;
}
.col-md-offset-1 {
	margin-left: 8.33333%;
}
.col-md-offset-2 {
	margin-left: 16.66667%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-4 {
	margin-left: 33.33333%;
}
.col-md-offset-5 {
	margin-left: 41.66667%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-7 {
	margin-left: 58.33333%;
}
.col-md-offset-8 {
	margin-left: 66.66667%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-10 {
	margin-left: 83.33333%;
}
.col-md-offset-11 {
	margin-left: 91.66667%;
}
.col-md-offset-12 {
	margin-left: 100%;
}
}

@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-1 {
	width: 8.33333%;
}
.col-lg-2 {
	width: 16.66667%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-4 {
	width: 33.33333%;
}
.col-lg-5 {
	width: 41.66667%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-7 {
	width: 58.33333%;
}
.col-lg-8 {
	width: 66.66667%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-10 {
	width: 83.33333%;
}
.col-lg-11 {
	width: 91.66667%;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-pull-1 {
	right: 8.33333%;
}
.col-lg-pull-2 {
	right: 16.66667%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-4 {
	right: 33.33333%;
}
.col-lg-pull-5 {
	right: 41.66667%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-7 {
	right: 58.33333%;
}
.col-lg-pull-8 {
	right: 66.66667%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-10 {
	right: 83.33333%;
}
.col-lg-pull-11 {
	right: 91.66667%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-push-1 {
	left: 8.33333%;
}
.col-lg-push-2 {
	left: 16.66667%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-4 {
	left: 33.33333%;
}
.col-lg-push-5 {
	left: 41.66667%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-7 {
	left: 58.33333%;
}
.col-lg-push-8 {
	left: 66.66667%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-10 {
	left: 83.33333%;
}
.col-lg-push-11 {
	left: 91.66667%;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-offset-0 {
	margin-left: 0%;
}
.col-lg-offset-1 {
	margin-left: 8.33333%;
}
.col-lg-offset-2 {
	margin-left: 16.66667%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-4 {
	margin-left: 33.33333%;
}
.col-lg-offset-5 {
	margin-left: 41.66667%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-7 {
	margin-left: 58.33333%;
}
.col-lg-offset-8 {
	margin-left: 66.66667%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-10 {
	margin-left: 83.33333%;
}
.col-lg-offset-11 {
	margin-left: 91.66667%;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}
.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}
.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}
.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}
.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}
.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}
.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}
.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}
@-ms-viewport {
width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important;
}
}

@media (max-width: 767px) {
.visible-xs {
	display: block !important;
}
table.visible-xs {
	display: table;
}
tr.visible-xs {
	display: table-row !important;
}
th.visible-xs, td.visible-xs {
	display: table-cell !important;
}
}

@media (max-width: 767px) {
.visible-xs-block {
	display: block !important;
}
}

@media (max-width: 767px) {
.visible-xs-inline {
	display: inline !important;
}
}

@media (max-width: 767px) {
.visible-xs-inline-block {
	display: inline-block !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
	display: block !important;
}
table.visible-sm {
	display: table;
}
tr.visible-sm {
	display: table-row !important;
}
th.visible-sm, td.visible-sm {
	display: table-cell !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
	display: block !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
	display: inline !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
	display: inline-block !important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
	display: block !important;
}
table.visible-md {
	display: table;
}
tr.visible-md {
	display: table-row !important;
}
th.visible-md, td.visible-md {
	display: table-cell !important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
	display: block !important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
	display: inline !important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
	display: inline-block !important;
}
}

@media (min-width: 1200px) {
.visible-lg {
	display: block !important;
}
table.visible-lg {
	display: table;
}
tr.visible-lg {
	display: table-row !important;
}
th.visible-lg, td.visible-lg {
	display: table-cell !important;
}
}

@media (min-width: 1200px) {
.visible-lg-block {
	display: block !important;
}
}

@media (min-width: 1200px) {
.visible-lg-inline {
	display: inline !important;
}
}

@media (min-width: 1200px) {
.visible-lg-inline-block {
	display: inline-block !important;
}
}

@media (max-width: 767px) {
.hidden-xs {
	display: none !important;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
	display: none !important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
	display: none !important;
}
}

@media (min-width: 1200px) {
.hidden-lg {
	display: none !important;
}
}
.visible-print {
	display: none !important;
}

@media print {
.visible-print {
	display: block !important;
}
table.visible-print {
	display: table;
}
tr.visible-print {
	display: table-row !important;
}
th.visible-print, td.visible-print {
	display: table-cell !important;
}
}
.visible-print-block {
	display: none !important;
}

@media print {
.visible-print-block {
	display: block !important;
}
}
.visible-print-inline {
	display: none !important;
}

@media print {
.visible-print-inline {
	display: inline !important;
}
}
.visible-print-inline-block {
	display: none !important;
}

@media print {
.visible-print-inline-block {
	display: inline-block !important;
}
}

@media print {
.hidden-print {
	display: none !important;
}
}
/* Header Styles */
.site-header {
	text-align: center;
	width: 100%;
	background: #FFF;
	z-index: 12;
}
.homepage .site-header .main-navigation {
	float: none;
	margin: 0 auto;
}

@media screen and (max-width: 990px) {
.homepage .site-header .main-navigation {
	float: right;
}
}
.site-header .main-navigation .menu {
	list-style: none;
	padding-left: 0;
	margin: 0;
	display: inline-block;
}
@media screen and (max-width: 990px) {
.site-header .main-navigation .menu {
	display: none;
}
}

@media screen and (min-width: 991px) {
.site-header .main-navigation .menu {
	display: inline-block;
}
}
.site-header .main-navigation .menu-item {
	display: inline-block;
	padding: 30px 0;
	margin: 0;
}
.site-header .main-navigation .menu-item a {
	display: inline-block;
	padding: 0 20px;
	line-height: 1;
	color: #9d9879;
	font-weight: 400;
	font-size: 18px;
	border-bottom: 2px solid transparent;
	-webkit-transition: .3s ease;
	transition: .5s ease;
	text-decoration: none;
	border-right: 1px solid #9d9879;
}
.site-header .main-navigation .menu-item:last-child a {
	border-right: none;
}
.site-header .main-navigation .menu-item.current-menu-item, .site-header .main-navigation .menu-item:hover {
	color: #f16a54;
	border-bottom: 2px solid #f16a54;
}
.site-header .main-navigation .menu-item.current-menu-item a, .site-header .main-navigation .menu-item:hover a {
	color: #f16a54;
}
#branding {
	padding: 2px 0;
}

/*.homepage #branding {
	display: none;
}*/

@media screen and (max-width: 990px) {
.homepage #branding {
	display: block;
}
}
#branding .logo {
	color: #f16a54;
	font-size: 32px;
	font-size: 2rem;
	vertical-align: middle;
	margin-right: 10px;
}
#branding .site-title {
	display: inline-block;
	font-size: 14px;
	font-size: 0.875rem;
	vertical-align: middle;
}
#branding .site-title a {
	color: #9d9879;
}
.menu-toggle {
	border: none;
	background: transparent;
	color: #9d9879;
	display: inline-block;
	margin-top: 30px;
}

@media screen and (max-width: 990px) {
.menu-toggle {
	display: block;
}
}

@media screen and (min-width: 991px) {
.menu-toggle {
	display: none;
}
}
.mobile-navigation {
	clear: both;
	display: none;
}

@media screen and (min-width: 991px) {
.mobile-navigation {
	display: none !important;
}
}
.mobile-navigation .menu {
	list-style: none;
}
.mobile-navigation .menu a {
	display: block;
	padding: 10px 0;
	color: #898670;
}
.mobile-navigation .menu a:hover {
	color: #f16a54;
}
.mobile-navigation .menu .current-menu-item a {
	color: #f16a54;
}
.responsive {
	max-width: 100%;
	max-height: auto;
}
.responsive2 {
	max-width: 100%;
	max-height: 75px;
}
.hero {
	/* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
	background-image: url("./../images/banner.jpg");
	/* Set a specific height */
	height: 700px;
	/* Position and center the image to scale nicely on all screens */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
/* Place text in the middle of the image */
.hero-text {
	text-align: left;
	position: absolute;
	top: 40%;
	left: 30%;
	transform: translate(-50%, -50%);
	color: white;
	text-shadow: 2px 2px #858585;
}
.hero-text h1 {
	font-size: 3vw;
	line-height: 1.1em;
	color: #FFF;
	font-weight: 600;
	margin-bottom: 0;
	margin-left: 100px;
	font-family: Raleway, roboto, sans-serif;
}
.hero-text img {
	margin-left: 100px;
}
.hero-text h1 strong {
	color: #00FFF3
}
/*.hero {
	text-align: center;
	padding: 90px 0;
}
.hero .logo {
	font-size: 60px;
	font-size: 3.75rem;
	color: #f16a54;
}
.hero .site-title {
	font-size: 60px;
	font-size: 3.75rem;
	color: #736f5c;
	font-weight: 300;
	position: relative;
	padding: 30px 0;
}
.hero .site-title:before, .hero .site-title:after {
	content: " ";
	width: 40px;
	height: 5px;
	background-color: #e2dfce;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.hero .site-title:before {
	top: 0;
}
.hero .site-title:after {
	bottom: 0;
}
.hero .site-description {
	font-size: 24px;
	font-size: 1.5rem;
	color: #9d9879;
}*/
.category-block {
	width: 100%;
	height: 100%;
	overflow: hidden;
*zoom: 1;
}
.category-block:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
}
.category-block figure {
	width: 370px;
	text-align: center;
	float: left;
	margin-right: 130px;
}

@media screen and (max-width: 990px) {
.category-block figure {
	width: 100%;
	float: none;
}
}
.category-block figure img {
	max-width: 100%;
}
.category-block .category-content {
	overflow: hidden;
}
.category-block .category-title {
	font-weight: 300;
}

@media (max-width: 360px) {
.category-title {
	text-align: center;
	font-size: 24px;
}
}
.category-block p {
	margin-bottom: 30px;
}
.cooking-section {
	background-color: #48172d;
	color: #c09ead;
}
.cooking-section .category-title {
	color: #fbab18;
}
.cooking-section .button {
	background-color: #fbab18;
	color: #48172d;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.cooking-section .button:hover {
	background-color: #fcbd4a;
}
.restaurant-section {
	background-color: #fbab18;
	color: #96591d;
}
.restaurant-section .category-title {
	color: #48172d;
}
.restaurant-section .button {
	background-color: #48172d;
	color: #fbab18;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.restaurant-section .button:hover {
	background-color: #6f2345;
}
.fruits-section {
	color: #898670;
}
.fruits-section .category-title {
	color: #879c29;
}
.fruits-section .button {
	background-color: #879c29;
	color: #f2efdc;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.fruits-section .button:hover {
	background-color: #aac434;
}
.vegetables-section {
	background-color: #879c29;
	color: #f2efdc;
}
.vegetables-section .button {
	background-color: #f2efdc;
	color: #879c29;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.vegetables-section .button:hover {
	background-color: white;
}
.dernek-section {
	background-color: #FFFFFF;
	color: #f16a54;
}
.dernek-section .button {
	background-color: #f2efdc;
	color: #879c29;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.dernek-section .button:hover {
	background-color: white;
}
.author-bio {
	padding: 75px 0 0;
}
.author-bio figure.profile-picture {
	border: 10px solid white;
	margin-bottom: 30px;
}
.author-bio figure.profile-picture img {
	max-width: 100%;
	width: 100%;
	height: auto;
	display: block;
}
.author-bio h2 {
	font-weight: 100;
	font-size: 48px;
	font-size: 3rem;
	margin: 0 0 30px;
	line-height: 1;
	color: #736f5c;
}
.author-bio .person-detail {
	list-style: none;
	margin: 30px 0;
	padding: 0;
}
.author-bio .person-detail li {
	margin-bottom: 20px;
}
.author-bio .person-detail .icon {
	width: 40px;
	height: 40px;
	background-color: #f16a54;
	border-radius: 50%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	padding-top: 10px;
}
.author-bio .person-detail strong {
	font-weight: 400;
}
.content {
	padding: 20px 0;
}
.content .entry-title {
	font-weight: 300;
	font-size: 48px;
	font-size: 3rem;
	color: #736f5c;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 1.5;
}
.content hr {
	border: none;
	border-top: 1px solid #e1dece;
	margin: 30px 0;
}
.recipes-list {
	margin-top: 50px;
}
.recipe {
*zoom: 1;
	background-color: white;
	padding: 15px;
	border-radius: 150px;
	margin-bottom: 30px;
}
.recipe:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
}

@media screen and (max-width: 990px) {
.recipe {
	border-radius: 10px;
}
}
.recipe .recipe-image {
	width: 242px;
	height: 242px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 45px;
	text-align: center;
}

@media screen and (max-width: 640px) {
.recipe .recipe-image {
	float: none;
	display: block;
	margin: 0 auto 30px;
}
}
.recipe .recipe-image img {
	display: block;
	max-width: 100%;
}
.recipe .recipe-title {
	font-weight: 300;
}
.recipe-meta span.time, .recipe-meta span.calorie, .recipe-meta span.comment {
	margin-right: 15px;
}
.recipe-meta span.time img, .recipe-meta span.calorie img, .recipe-meta span.comment img {
	vertical-align: middle;
	margin-right: 10px;
}
.ingredient {
	background-color: white;
	border-radius: 20px;
	padding: 30px;
	margin: 0;
	text-align: justify;
}
.ingredient h3 {
	font-size: 18px;
	font-size: 1.125rem;
	color: #736f5c;
	margin-top: 0;
	font-weight: 400;
}
.ingredient table {
	width: 100%;
}
.ingredient table tr {
	border-bottom: 1px solid #e1dece;
}
.ingredient table tr:last-child {
	border-bottom: none;
}
.ingredient table td {
	padding: 5px;
}
.ingredient table strong {
	color: #f16a54;
}
.comments {
	background-color: white;
	padding: 30px;
	border-radius: 20px;
}
.comments h3 {
	font-weight: 300;
	margin-top: 0;
}
.comment-list {
	list-style: none;
	padding-left: 0;
	margin: 0;
}
.comment-list footer {
	margin-bottom: 15px;
	font-size: 14px;
	font-size: 0.875rem;
}
.comment-list footer img, .comment-list footer .fn, .comment-list footer .date {
	display: inline-block;
	vertical-align: middle;
}
.comment-list footer .avatar {
	margin-right: 10px;
}
.comment-list footer .fn {
	font-weight: 400;
	margin-left: 5px;
}
.comment-list .comment {
	margin-bottom: 40px;
}
.comment-list .comment-content {
	background-color: #efeee6;
	padding: 20px;
	position: relative;
	border-radius: 10px;
}
.comment-list .comment-content:before {
	content: " ";
	width: 0;
	border-style: solid;
	border-width: 7px;
	border-color: transparent transparent #efeee6;
	position: absolute;
	top: -14px;
	left: 10px;
}
#respond h3 {
	font-weight: 300;
}
#respond form {
*zoom: 1;
}
#respond form:after {
	content: " ";
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
}
#respond input:not([type="submit"]), #respond textarea {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 20px;
	border-radius: 20px;
	border: 2px solid #e1dece;
	font-size: 14px;
	font-size: 0.875rem;
}
#respond textarea {
	min-height: 150px;
}
#respond input[type="submit"] {
	float: right;
	background-color: #f16a54;
	font-weight: 400;
	border-radius: 20px;
	border: none;
	color: white;
	padding: 10px 20px;
	font-size: 14px;
	font-size: 0.875rem;
}
/* Footer Styles */
.site-footer {
	text-align: center;
	padding: 50px 0;
	background-color: white;
	color: #9d9879;
}
.site-footer .logo {
	font-size: 60px;
	font-size: 3.75rem;
	color: #e1dece;
}
.site-footer .footer-navigation {
	padding: 30px 0;
}
.site-footer .footer-navigation a {
	display: inline-block;
	padding: 0 20px;
	line-height: 1;
	color: #9d9879;
	font-weight: 400;
	border-right: 1px solid #9d9879;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	text-decoration: none;
}

@media screen and (max-width: 480px) {
.site-footer .footer-navigation a {
	display: block;
	padding: 10px 0;
	border-right: none;
}
}
.site-footer .footer-navigation a:hover {
	color: #f16a54;
}
.site-footer .footer-navigation a:last-child {
	border-right: none;
}
.site-footer .subscribe {
	position: relative;
	display: inline-block;
	width: 50%;
}

@media screen and (max-width: 990px) {
.site-footer .subscribe {
	width: 100%;
}
}
.site-footer .subscribe input {
	outline: none;
}
.site-footer .subscribe input[type="text"] {
	width: 100%;
	padding: 15px 20px;
	border-radius: 25px;
	border: 3px solid #e1dece;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.site-footer .subscribe input[type="text"]:focus, .site-footer .subscribe input[type="text"]:active {
	border-color: #f16a54;
}
.site-footer .subscribe input[type="submit"] {
	position: absolute;
	right: 6px;
	top: 6px;
	background-color: #f16a54;
	color: #f2efdc;
	padding: 12px 20px;
	border-radius: 20px;
	border: none;
	font-size: 14px;
	font-size: 0.875rem;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}
.site-footer .subscribe input[type="submit"]:focus, .site-footer .subscribe input[type="submit"]:active {
	background-color: #f59383;
}
.site-footer .social-links {
	padding: 30px 0;
}
.site-footer .social-links a {
	color: white;
	text-align: center;
	line-height: 1.9;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-block;
	margin: 0 5px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	font-size: 26px;
	font-size: 1.625rem;
}
.site-footer .social-links .facebook {
	background-color: #3b5a9b;
}
.site-footer .social-links .facebook:hover {
	background-color: #4e71bb;
}
.site-footer .social-links .twitter {
	background-color: #1c9ac7;
}
.site-footer .social-links .twitter:hover {
	background-color: #34b4e2;
}
.site-footer .social-links .google-plus {
	background-color: #dd4b39;
}
.site-footer .social-links .google-plus:hover {
	background-color: #e47365;
}
.site-footer .social-links .pinterest {
	background-color: #d11e2e;
}
.site-footer .social-links .pinterest:hover {
	background-color: #e33f4d;
}
.site-footer .social-links .linkedin {
	background-color: #3b5a9b;
}
.site-footer .social-links .linkedin:hover {
	background-color: #4e71bb;
}
.site-footer .colophon {
	font-size: 14px;
	font-size: 0.875rem;
}
.carousel {
	position: relative;
}
.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.carousel-item {
	position: relative;
	padding: 0px 10px 30px;
	display: none;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	min-height: 500px;
}
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
	display: block;
	transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
	transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}

@media screen and (prefers-reduced-motion: reduce) {
.carousel-item.active, .carousel-item-next, .carousel-item-prev {
	transition: none;
}
}
.carousel-item-next, .carousel-item-prev {
	position: absolute;
	top: 0;
}
.carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
 @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
 .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.carousel-item-next, .active.carousel-item-right {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
 @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
 .carousel-item-next, .active.carousel-item-right {
 -webkit-transform: translate3d(100%, 0, 0);
 transform: translate3d(100%, 0, 0);
}
}
.carousel-item-prev, .active.carousel-item-left {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
 @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
 .carousel-item-prev, .active.carousel-item-left {
 -webkit-transform: translate3d(-100%, 0, 0);
 transform: translate3d(-100%, 0, 0);
}
}
.carousel-fade .carousel-item {
	opacity: 0;
	transition-duration: .6s;
	transition-property: opacity;
}
.carousel-fade .carousel-item.active, .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}
.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
	opacity: 0;
}
.carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}
 @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
 .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active, .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev {
 -webkit-transform: translate3d(0, 0, 0);
 transform: translate3d(0, 0, 0);
}
}
.carousel-control-prev, .carousel-control-next {
	position: absolute;
	top: 0;
	bottom: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 15%;
	color: #fff;
	text-align: center;
	opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	opacity: .9;
}
.carousel-control-prev {
	left: 0;
}
.carousel-control-next {
	right: 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: transparent no-repeat center center;
	background-size: 100% 100%;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: -0px;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	list-style: none;
	opacity: 50%;
}
.carousel-indicators li {
	background: #a3a3a3;
	border-radius: 50%;
	width: 8px;
	height: 8px;
	margin: 0px 5px;
	cursor: pointer;
}
.carousel-indicators li::before {
	position: absolute;
	top: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}
.carousel-indicators li::after {
	position: absolute;
	bottom: -10px;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 10px;
	content: "";
}
.carousel-indicators .active {
	background-color: #fff;
	border-color: #FFFFFF;
	overflow: hidden;
}
.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
.text-justify {
	text-align: justify!important;
}
.text-center {
	text-align: center;
}
.quotes {
	position: absolute;
	color: #CCCCCC;
	font-size: 5em;
}
.leftq {
	top: -40px;
	left: -60px;
}
.rightq {
	bottom: -50px;
	right: -50px;
}
.testimonial-quote {
	/* Negate theme styles */
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
	color: gray;
	font-family: Georgia, serif;
	font-size: 1.3em;
	font-style: italic;
	line-height: 1.4 !important;
	position: relative;
	text-shadow: 0 1px white;
	z-index: 600;
}
.testimonial-quote-latest {
	/* Negate theme styles */
	border: 0;
	margin: 0;
	padding: 0;
	background: none;
	color: gray;
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.4 !important;
	position: relative;
	text-shadow: 0 1px white;
	z-index: 600;
}
.quote-by {
	display: block;
	padding-right: 5em;
	text-align: right;
	font-size: 14px;
	font-style: italic;
	color: gray;
}
.gallery {
	margin: 15px 15px;
	border: 2px dashed #879c29;
	display: inline-block;
	width: 250px;
}
.gallery:hover {
	border: 2px solid #777;
	background-color: #879c29;
	color: #f2efdc;
}
.gallery img {
	width: 100%;
	height: auto;
}
.desc {
	padding: 10px;
	text-align: center;
}
.grayscale img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.grayscale:hover img {
	-webkit-filter: grayscale(0);
	;
	filter: grayscale(0);
}
.sepia img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.sepia:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}
.breadcrumb {
	display: -ms-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0.5rem;
	list-style: none;
	background-color: #f2efdc;
}
.breadcrumb-item + .breadcrumb-item {
	padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
	display: inline-block;
	padding-right: 0.5rem;
	color: #736f5c;
	content: ">";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
	text-decoration: none;
}
.breadcrumb-item.active {
	color: #736f5c;
}
.breadcrumbs-wrap {
	text-align: center;
}
.blog .carousel-indicators {
	left: 0;
	top: auto;
	bottom: -40px;
}
/* The colour of the indicators */
.blog .carousel-indicators li {
	background: #a3a3a3;
	border-radius: 50%;
	width: 8px;
	height: 8px;
}
.blog .carousel-indicators .active {
	background: #707070;
}
.scrollup{
		width: 30px;
		height: 30px;
		border-radius: 4px;
		opacity: .3;
		position: fixed;
		bottom: 20px;
		right: 25px;
		color: #fff;
		cursor: pointer;
		background-color: #f59383;
		z-index: 1000;
		transition: opacity .5s, background-color .5s;
		-moz-transition: opacity .5s, background-color .5s;
		-webkit-transition: opacity .5s, background-color .5s;
	}
	
	.scrollup:hover {
		background: #f59383;
		opacity: 1;
	}
	
	.scrollup i {
		font-size: 13px;
		position: absolute;
		opacity: 1;
		color: #fff;
		left: 50%;
		top: 50%;
		margin-top: -7px;
		margin-left: -6px;
		text-decoration: none;
	}

/* ==========================================================================
   Sectional Styles
   ========================================================================== */

	section {padding:0px; margin:0px;}
	section#hero {
		overflow:hidden; background-color:#000;
		position: relative;
		height: calc(65vmin + 8.74887vw);

		z-index:100; -webkit-backface-visibility: hidden;
	}
    section#main-nav {height: 150px; background-color: #344454;}
		
	/*Hero Section*/
	
	.hero-slider .slide {
		width: 100%;
		display: block;
		overflow: hidden;
		position: relative;
		height: calc(85vmin + 8.74887vw);
		text-shadow: 1px 1px 1px #050505;
	}
	.hero-slider .slide .img-fill {
		min-height: 100%;
		min-width: 100%;
		position: relative;
		display: inline-block;
		max-width: none;
		background-repeat:no-repeat;
		background-position:center center;
		background-size: cover;
		-moz-background-size: cover;
		background-position: center;
	}
	.hero-slider .slide .info{
		position:absolute;
		width:80%;
		height:100%;
		top:0px;
		left:15%;
		line-height:40vh;
		color:#FFF;
	}
.hero-slider .slide .info h1 strong {
	color: #00FFF3
}
.hero-slider .slide .info h2 strong {
	color: #879c29
}
.hero-slider .slide .info h3 strong {
	color: #f59383
}
	.hero-slider .slide .info > div{
		display:inline-block!important;
		vertical-align:middle;
	}
	
	.hero-slider .slide .info h1 {font-size:36px; color:#FFF;}
	.hero-slider .slide .info h1 small {font-size:24px;}
.hero-slider .slide .info h2 {font-size:34px; color:#FFF;}
	.hero-slider .slide .info h2 small {font-size:24px;}
.hero-slider .slide .info h3 {font-size:34px; color:#FFF;}
	.hero-slider .slide .info h3 small {font-size:24px;}
	.hero-slider .slide .info p {font-size:48px; margin-top:200px; margin-bottom:20px;}
	
	.hero-slider .slide .info .button {color:#FFF; font-size:18px; margin-top:300px; display:block; line-height:1.4;}
	.hero-slider .slide .info .button:hover {text-decoration:underline;}
	.hero-slider .slide .info .button small {font-size:14px;}
	.hero-slider .slide .info .button .fa {font-size:48px;}

	.hero-slider .slide .info div {line-height:1;}
	
	.hero-slider .slide.slick-active p {
		-webkit-animation:fadeInDown 1.2s both 0.7s;
			  	animation:fadeInDown 1.2s both 0.7s;
	}
		
	.hero-slider .slide.slick-active h1 {
		-webkit-animation:fadeInDown 1.5s both 1.2s;
			  	animation:fadeInDown 1.5s both 1.2s;
	}
		
	.hero-slider .slide.slick-active .button {
		-webkit-animation:fadeIn 1.5s both 1.7s;
			  	animation:fadeIn 1.5s both 1.7s;
	}
		
	.hero-slider .slide.slick-active{
		-webkit-animation:Slick-FastSwipeIn 1s both;
			  animation:Slick-FastSwipeIn 1s both;
	}
	.hero-slider .next-arrow, .hero-slider .prev-arrow {
		position:absolute;
		top:50%;
		width:45px;
		height:45px;
		background:rgba(135,156,41,.50);
		border:0 none;
		margin-top:-22.5px;
		text-align:center;
		color:#FFF;
		z-index:2000;
	}
	.hero-slider .next-arrow {
		right:1%;
	}
	.hero-slider .prev-arrow {
		left:1%;
	}
	.hero-slider .next-arrow:hover, .hero-slider .prev-arrow:hover {
		cursor:pointer; background:rgba(135,156,41,1);
	}

/* Counters */
.counters .counter {
	text-align: center;
}

.counters .fa, .counters .icons {
	display: block;
	font-size: 35px;
	line-height: 35px;
	margin-bottom: 5px;
}

.counters strong {
	display: block;
	font-weight: bold;
	font-size: 50px;
	line-height: 50px;
}

.counters label {
	display: block;
	font-weight: 100;
	font-size: 20px;
	line-height: 20px;
}

.counters .counter-side-icon .fa, .counters .counter-side-icon .icons, .counters .counter-side-icon strong {
	display: inline-block;
}

.counters .counter-with-unit strong {
	display: inline-block;
}

.counters.with-borders .counter {
	border-radius: 6px;
	border-top: 1px solid #DFDFDF;
	border-bottom: 1px solid #DFDFDF;
	border-left: 1px solid #ECECEC;
	border-right: 1px solid #ECECEC;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
	padding: 25px;
}

.counters.counters-sm .fa, .counters.counters-sm .icons {
	font-size: 25px;
	line-height: 25px;
}

.counters.counters-sm strong {
	font-size: 35px;
	line-height: 35px;
}

.counters.counters-sm label {
	font-size: 15px;
	line-height: 15px;
}

.counters.counters-lg .fa {
	font-size: 45px;
	line-height: 45px;
}

.counters.counters-lg strong {
	font-size: 60px;
	line-height: 60px;
}

.counters.counters-lg label {
	font-size: 25px;
	line-height: 25px;
}

.counters.counters-text-light .counter {
	color: #FFF !important;
}

.counters.counters-text-light .counter .fa, .counters.counters-text-light .counter .icons, .counters.counters-text-light .counter strong, .counters.counters-text-light .counter label {
	color: #FFF !important;
}

.counters.counters-text-dark .counter {
	color: #2e353e !important;
}

.counters.counters-text-dark .counter .fa, .counters.counters-text-dark .counter .icons, .counters.counters-text-dark .counter strong, .counters.counters-text-dark .counter label {
	color: #2e353e !important;
}

.social {
	padding: 10px 0;
}

.social li {
	display: inline-block;
}
.social a {
	text-align: center;
	line-height: 1.9;
	padding: 0 5px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	font-size: 22px;
}