/* - Footer - Start */
/* - Footer Section */
.footer-section {
	color: #fff;
    background: #393939;
}
.footer-widget .widget + .widget {
	margin-top: 30px;
}
.footer-widget .widget-title {
	font-weight: 600;
    font-size: 1.15rem;
    line-height: 1;
    letter-spacing: .5px;
    color: #fff;
	margin-bottom: 20px;
}
.footer-widget .widget_tollfree p {
	font-size: .875em;
    margin-bottom: 5px;
}
.footer-widget .widget_tollfree p a {
	display: inline-block;   
    color: #fff;
    letter-spacing: .5px;
    line-height: 26px;    
}
.footer-widget .widget_tollfree p a.more-num {
	margin-top: 10px;
}
.footer-widget .widget_pages ul {
	padding: 0;
    display: flex;
    margin-left: -5px;
    margin-right: -5px;
    flex-wrap: wrap;
    list-style: none;
}
.footer-widget .widget_pages ul li {
	padding-left: 5px;
    padding-right: 5px;
    flex: 0 0 50%;
    width: 50%;
	margin-bottom: 10px;
}
.footer-widget .widget_pages ul li a {
    font-size: .875em;
    color: #fff;
    letter-spacing: .5px;
    line-height: 26px;
	padding: 0;
}
.footer-widget .widget_connected p {
	font-size: 1rem;
    margin-bottom: 10px;
}
.footer-widget .widget_connected .newsletter {
	margin-bottom: 30px;
}
.footer-widget .widget_connected .newsletter a {
	border: 1px solid transparent;
	background-color: #fff;
    color: #393939;
	display: inline-block;
    padding: 10px;
    text-align: center;
	font-size: .875rem;
    font-weight: 400;
    letter-spacing: .5px;
    line-height: 1.42857;
	text-transform: uppercase;
}
.footer-widget .widget_connected .newsletter a:hover {
	background-color: transparent;
	border-color: #fff;
	color: #fff;
}
.footer-widget .widget_connected .social-media ul {
	list-style: none;
    margin: 0;
    padding: 0;
}
.footer-widget .widget_connected .social-media ul li {
	display: inline-block;
    margin: 0 35px 20px 0;
}
.footer-widget .widget_connected .social-media ul li a {
	border: 2px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
    height: 44px;
}
.footer-widget .widget_app > a {
	width: 143px;
	margin: 0 auto;
	display: block;
}
.footer-widget .widget_app > .widget-title {
	margin-bottom: 5px;
	margin-top: 20px;
}
.footer-widget .widget_app > p {
	font-size: 15px;
}
.footer-widget .widget_app > .app-btn a {
	display: inline-block;
    width: auto;
}
.footer-widget .widget_app > .app-btn a svg {
	max-width: 135px;
    height: 45px;
}
/* - Logo Section */
.logo-section .container {
	padding: 20px 45px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
	max-width: 1440px;
}
.logo-section  .logo-carousel .item a {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 65px;
}
.logo-section  .logo-carousel img {
	width: auto;
}
.logo-section  .logo-carousel.owl-carousel .owl-stage-outer {
	z-index: 1;
}
.logo-section  .logo-carousel .owl-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0;
}
.logo-section  .logo-carousel .owl-nav button {
	position: absolute;
	font-size: 26px;
	top: 50%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	line-height: 1;
	margin: 0;
}
.logo-section  .logo-carousel .owl-nav button.owl-prev {
	left: -30px;
}
.logo-section  .logo-carousel .owl-nav button.owl-next {	
	right: -30px;
}
.logo-section  .logo-carousel .owl-nav button:hover {
	background-color: transparent;
}
.bottom-footer ul {
	list-style: none;
    margin: 0;
    padding: 0;
	text-align: center;
}
.bottom-footer ul li {
	display: inline-block;
    position: relative;
    font-size: .875em;
    color: #fff;
    letter-spacing: .5px;
    line-height: 26px;
    padding: 0 5px;
	margin-bottom: 8px;
}
.bottom-footer ul li a {	
    color: #fff;
}
.bottom-footer ul li a:hover {	
    text-decoration: underline;
}
.bottom-footer .copyrights p {
	margin-bottom: 8px;
	font-size: .75em;
    letter-spacing: .5px;
    line-height: 18px;
}
/* - Footer - End */