:root {
 --arvore-font: "Inter", serif;
 --arvore-font-2:Diagramm, "Times New Roman", Times, serif;
 --arvore-font-3:Source Sans Pro;
 --arvore-font-4:"Onest", sans-serif;
 --arvore-font-root:"Lato", sans-serif;
 --heading-font: 'Signika', sans-serif;
 --heading-font-2:Panton;
 --heading-font-3:"new-june-regular";
 --heading-font-4:'Marcellus', serif;
 --white: #ffffff;
 --white-border:#dfdad7;
 --white-rgba:rgba(255,255,255,0.9);
 --black: #000;
 --primary-color: #231F20;
 --secondary-color:#E68A29;
 --secondary-color-rgba:rgba(220,116,61,0.7);
 --third-color:#ededed;
 --fourth-color:#4d4d4d;
 --arvore-background:#efedeb;
}
#lizon_footer {
	background-color: var(--primary-color);
	padding-top: 30px;
	padding-bottom: 10px;
	border-top: solid 5px var(--secondary-color);
	clear: both !important;
	position: relative;
	bottom: 0px;
}
#lizon_footer .footer_about {
	color: var(--white);
}
#shipwell_footer .footer_about p {
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
#lizon_footer .footer_t_1 {
	font-family: var(--arvore-font-2);
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 25px;
	border-bottom: solid 2px var(--secondary-color);
	padding-bottom: 19px;
}
#lizon_footer .contact_details_footer {
}
#lizon_footer .contact_details_footer .footer_div span {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
	color: var(--white);
	text-transform: uppercase;
	display: block !important;
	padding-bottom: 7px;
	font-family: var(--arvore-font-2);
}
#lizon_footer .contact_details_footer .footer_div .person_name {
	font-size: 13px;
	line-height: 24px;
	letter-spacing: 0px;
	color: var(--white);
	text-transform: uppercase;
	display: block !important;
	padding-bottom: 7px;
	font-family: var(--arvore-font-2);
}
#lizon_footer .contact_details_footer .footer_div a {
	color: var(--secondary-color);
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 500;
	text-decoration: none;
}
#lizon_footer .footer_div a {
	color: var(--secondary-color);
}
#lizon_footer h4 {
	color: var(--secondary-color);
}
#lizon_footer ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.single-footer-widget.margin-leftminus1 {
	margin-left: -40px;
}
.single-footer-widget--link-box {
	position: relative;
}
.single-footer-widget {
	position: relative;
	display: block;
}
.single-footer-widget .title {
	position: relative;
	display: block;
	margin-top: -2px;
	padding-top: 9px;
}
.single-footer-widget .title h5 {
	color: var(--secondary-color);
	font-size: 20px;
	line-height: 20px;
	font-weight: 600;
	text-transform: capitalize;
}
.footer-widget-links {
	position: relative;
	display: block;
	overflow: hidden;
	padding-top: 29px;
}
.footer-widget-links ul {
	position: relative;
	display: block;
	overflow: hidden;
}
.footer-widget-links ul li {
	position: relative;
	display: block;
	margin-bottom: 3px;
}
.footer-widget-links ul li a {
	position: relative;
	display: inline-block;
	color: var(--white);
	font-size: 15px;
	line-height: 25px;
	text-decoration: none;
	font-weight: 400;
	transition: all 100ms linear;
	transition-delay: 0.1s;
	white-space: nowrap;
	overflow: hidden;
	width: 250px;
	text-overflow: ellipsis;
}
.footer-widget-links ul li a:hover {
	color: var(--secondary-color);
	padding-left: 2px;
}
.footer-contact-info {
	padding-left: 0;
	margin-bottom: 0;
	list-style-type: none;
}
.footer-contact-info p {
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}
.footer-contact-info li {
	margin-bottom: 13px !important;
	color: var(--white);
	position: relative;
	padding-left: 23px;
	font-weight: normal;
}
.footer-contact-info li i {
	position: absolute;
	left: 0;
	color: var(--secondary-color);
	top: 4px;
}
.footer-contact-info li strong {
	color: var(--secondary-color);
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
}
.copyright {
	padding: 10px 0px 10px 0px;
	border-top: solid 1px #63717c;
	color: var(--white);
	text-align: center;
}
.copyright .rightside, .copyright .leftside {
	color: var(--white);
}
.copyright .leftside {
	padding: 0px;
	margin: 0px;
}
.copyright .rightside {
	float: right;
	padding: 0px;
	margin: 0px;
}
.text-link-primary {
	color: var(--white);
}
.text-link-primary:hover {
	color: var(--secondary-color);
}
.main-footer__top {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #466f8e;
	padding-bottom: 0px;
	margin-bottom: 40px;
}
 @media (max-width: 360px) {
.main-footer__top {
	display: block;
}
}
 
.main-footer__social {
	position: relative;
	display: flex;
}
.footer .social ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.footer .social ul li {
	margin-left: 0px
}
@media screen and (min-width:0) and (max-width:991px) {
.footer .social ul li {
	margin-left: 0;
	margin-right: 18px
}
}
.footer .social ul li:first-child {
	margin-left: 0
}
.footer .social ul li a {
	display: block;
	position: relative
}
.footer .social ul li a img {
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out
}
.footer .social ul li a img.hover {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	display: block
}
.footer .social ul li a:hover img.hover {
	opacity: 1
}
.main-footer__social a {
	width: 50px;
	height: 50px;
	border-radius: 100px;
	border: solid 2px var(--secondary-color);
	line-height: 38px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	margin: 0 5px;
	display: -webkit-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-moz-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-moz-align-items: center;
	align-items: center;
}
.main-footer__social a svg {
	width: 25px;
	height: 25px;
}
.main-footer__social a:hover svg * {
	fill: var(--white);
}
 @media (max-width: 360px) {
.main-footer__social a {
	margin: 30px 7px 0 0;
}
}
.main-footer__social a:hover {
	background-color: var(--secondary-color);
	color: var(--primary-color);
}
.main-footer__about {
	position: relative;
}
.main-footer__about p {
	font-size: 24px;
	font-weight: 400;
	letter-spacing: -.96px;
	line-height: 40px;
	margin-bottom: 9px;
}
 @media (max-width: 767px) {
.main-footer__about p {
	font-size: 22px;
}
}
.main-footer__about a {
	display: inline-block;
	color: var(--white);
	font-size: 60px;
	letter-spacing: -2.4px;
	line-height: 1;
	font-weight: 800;
}
.main-footer__about a:hover {
	color: var(--secondary-color);
}
 @media (max-width: 991px) {
.main-footer__about a {
	font-size: 34px;
}
}
 @media (max-width: 767px) {
.main-footer__about a {
	font-size: 30px;
	letter-spacing: -1px;
}
}
.me-5px {
	margin-right: 5px !important;
}
.ls-minus-05px {
	letter-spacing: -.5px !important;
}
.pb-40px {
	padding-bottom: 20px !important;
}
.pt-40px {
	padding-top: 20px !important;
}
.transition, .transition-inner-all * {
	-webkit-transition: all .4s cubic-bezier(.37, 0, .63, 1);
	transition: all .4s cubic-bezier(.37, 0, .63, 1)
}
.no-transition {
	-webkit-transition: 0s;
	transition: 0s
}
.mb-6 {
	margin-bottom: 6% !important;
}
.fw-500 {
	font-weight: 500 !important;
}
.mb-50px {
	margin-bottom: 50px !important;
}
.ls-minus-1px {
	letter-spacing: -1px !important;
}
.ls-1px {
	letter-spacing: 1px !important;
}
.lh-24 {
	line-height: 24px;
}
.fs-14 {
	font-size: 14px;
}
@media (max-width:1023.98px) {
.main-footer__top {
	margin-bottom: 50px;
	padding-bottom: 10px;
}
.main-footer__social a
{
	width: 40px;
	height: 40px;
}
.main-footer__social a svg {
  width: 20px;
  height: 20px;
}
#lizon_footer .footer_t_1
{
	font-size: 2rem;
}
.single-footer-widget.margin-leftminus1
{
	margin-left: 0px;
}
#lizon_footer .contact_details_footer
{
	border-bottom: solid 2px var(--secondary-color);
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.copyright .leftside, .copyright .rightside
{
	float: none;
	text-align: center;

}
}