.footer-logo{
	font-size: 140px;
	line-height: 100px;
	text-align: center;
}
.footer-right-text{
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #000000;
	font-weight: 600;
	white-space: pre-line;
}
.footer-list{
	width: 100%;
	display: inline-block;
	border-top: 1px solid #dbdbdb;
	padding-top: 35px;
	margin-top: 30px;
}
.footer-link a{
	font-size: 14px;
	color: #282828;
	font-weight: 600;
	margin-bottom: 15px;
	display: inline-block;

}

.home-footer{
	display: inline-block;
	width: 100%;
	background: #df671b;
	padding: 14px 0px;
	text-align: center;
	font-size: 15px;
	color: #ffffff;
}
.footer{
	width: 100%;
	display: inline-block;
	padding-top: 0px;
}
.footer-other-top{
	width: 100%;
	display: inline-block;
	background: #fff;
	height: initial;
	padding: 30px 0px;
	vertical-align: middle;
}
.footer-logo-other-page{
	margin-bottom: 20px;
	display: inline-block;
}
.footer-logo-other-page .icon-logo{
	font-size: 146px;
}
.footer-logo-other-page .icon-logo:before{
	color: #fff;
}
.footer-other-page-phone{
	font-size: 14px;
	color: #ffffff;
	margin-bottom: 10px;
	display: inline-block;
	width: 100%;
}
.footer-other-page-phone span{
	font-size: 19px;
    display: inline-block;
    vertical-align: middle;
    /* padding-left: 10px; */
    min-width: 15px;
    text-align: center;
    margin-right: 4px;

}
.footer-other-page-phone span.icon-message{
	font-size: 12px;
}
.footer-other-page-link {
    list-style: none;
    padding-left: 0px;
    flex-wrap: wrap;
    column-count: 3;
}
.footer-other-page-link li {
    width: 100%;
}
.footer-other-page-link li a{
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 15px;
	display: inline-block;
	text-decoration: none;
}
.footer-follow{
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 20px;
}
.footer-social-link{
	width: 41px;
	height: 42px;
	display: inline-block;
	margin-right: 10px;
	background: #A2A0A0;
	font-size: 17px;
	text-align: center;
	border-radius: 100px;
	padding: 13px 0px;
	float: left;
	text-decoration: none !important;
	vertical-align: top;
	line-height: 19px;
}
.footer-other-bottom {
    display: inline-block;
    width: 100%;
    background: rgb(0 0 0 / 5%);
    padding: 14px 0px;
    text-align: center;
    font-size: 15px;
    color: #333333;
    vertical-align: middle;
}
a.footer-contact-link {
	color: #333333;
	font-family: 'DM Sans', sans-serif !important;
	    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
.footer-other-page-phone span::before {
    color: #414141 !important;
}
a.footer-contact-link:hover,
.footer-other-page-phone a:hover {
	text-decoration: none;
}
.footer-icon-container {
	padding: 11px 0 !important;
}
img.icon-instagram {
	position: relative;
	bottom: -2px;
	width: 16px;
	vertical-align: top;
}
@media only screen and (max-width: 992px){
	.footer-right-text{
		white-space: normal;
	}
	.footer-social-link{
		margin-right: 6px !important;
	}
	.footer-other-page-link li a{
		font-size: 13px;
	}
	
}

@media only screen and (max-width: 767px){
	.footer-logo{
		margin-top: 20px;
	}
	.footer-link a{
		font-size: 13px;
	}
	.footer-right-text{
		white-space: normal;
	}

	.footer-other-top{
		text-align: left !important;
	}
	.footer-other-page-link {
		column-count: 2;
		margin: 10px 0;
	}

}

@media only screen and (max-width: 1200px){
	.footer-social-link{
		margin-right: 2px;
		float: none;
	}
	
}

@media (min-width: 992px){
	.col-md-2 {
	    width: 16.66666667%;
	}
}

.registered-sym {
	display: inline;
	/* top: 7px; */
	position: relative;
	font-size: 18px;
	color: #333333;
}
.footer-icon-twitter {
    padding: 10px 0 !important;
    display: flex;
    text-align: center;
    justify-content: center;
}
.footer-icon-twitter img {
    width: 14px;
}
.footer-icons {
    display: flex;
    align-items: center;

}