.mh-300 {
	min-height: 300px !important;
}

.mh-500 {
	min-height: 500px !important;
}

.alt-font1 {
	font-family: 'Lato', sans-serif;
}

.alt-font2 {
	font-family: 'Quicksand', sans-serif;
}

.alt-font3 {
	font-family: 'Cousine', sans-serif;
}

.alt-font4 {
	font-family: 'Permanent Marker', sans-serif;
}

.content-lead {
	font-family: 'Exo', sans-serif;
  font-size: 22px;
  font-weight: bold;
  color: #735E1F;
}

.content-lead:before {
	font-family: 'Font Awesome 7 Pro';
	content: "\f1e3" !important;
	font-weight: 400;
	display: inline-block;
	padding-right: 5px;
  color: #030303;
}

.faq-lead {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #030303;
	text-transform: capitalize;
}

.faq-lead:before {
	font-family: 'Font Awesome 7 Pro';
	content: "\f059" !important;
	font-weight: 900 !important;
  -webkit-font-smoothing: antialiased;
	display: inline-block;
	padding-right: 5px;
  color: #030303;
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.map {
    -webkit-filter: grayscale(100%) saturate(1) brightness(90%) contrast(100%);
       -moz-filter: grayscale(100%) saturate(1) brightness(90%) contrast(100%);
        -ms-filter: grayscale(100%) saturate(1) brightness(90%) contrast(100%);
         -o-filter: grayscale(100%) saturate(1) brightness(90%) contrast(100%);
            filter: grayscale(100%) saturate(1) brightness(90%) contrast(100%);
}

.social-icons li:hover.social-icons-tiktok a {
	background: #030303 !important;
}

.icon-theme {
  --fa-secondary-opacity: 1.0;
  --fa-primary-color: rgb(3,3,3);
  --fa-secondary-color: rgb(193,166,51);
}

.icon-theme-reverse {
  --fa-secondary-opacity: 1.0;
  --fa-primary-color: #C92927;
  --fa-secondary-color: #030303;
}

.footer-text,
.footer-text a {
	font-family: 'Poppins', sans-serif;
  	color: #CBCBCB !important;
  	text-decoration: none; 
}

.footer-text a:hover {
		color: #E1E1E1;
  	text-decoration: none; 
}