#footer {
	display: flex;
	color: #fff;
	flex-direction: column;
}

#footer a.logo-link {
	display: inline-block;
}

#footer .sidebar-container {
	float: left;
	width: 100%;
	padding: 35px 0;
	padding: 0;
}
#footer .widget-area {
	margin-top: 25px;
}

#footer .footer-disclaimer {
	background-color: #204E5F;
	padding: 15px 0;
	text-align: center;
	order: 3;
}
#footer .footer-disclaimer .footer-disclaimer-content {
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	line-height: 18px;
	text-align: center;
	max-width: 880px;
	margin: 0 auto;
}
#footer .footer-disclaimer a {
	color: #fff;
}
#footer .footer-disclaimer a:hover {
	text-decoration: underline;
}

#footer .footer-nav-place {
	background-color: #0E3C4D;
	color: #fff;
	padding: 17px 0;
	text-align: center;
}
#footer .footer-nav {
	padding: 0;
	margin: 0;
}
#footer .footer-nav li {
	display: inline-block;
	list-style: none;
}
#footer .footer-nav li a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px;
}
#footer .footer-nav li + li:before {
	content: '|';
	margin: 0 12px 0 10px;
}
#footer .footer-nav li a:hover {
	color: #F4620E;
	text-decoration: none;
}


#footer .copyrights {
	background-color: #0e3c4d;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	order: 2;
}
#footer .copyrights .wrap {
	border-top: 1px solid #fff;
	padding: 15px 0 20px;
}
#footer .copyrights .wrap .copyright:only-child {
	text-align: center;
	width: 100%;
}
#footer .copyrights a {
	color: #F4620E;
}
#footer .copyrights a:hover {
	color: #fff;
	text-decoration: underline;
}
#footer .copyrights .copyright span {
	font-weight: 700;
}


@media (min-width: 768px) and (max-width: 991px) {
	#footer .widget-area:not(:last-child):not(:nth-last-child(2)) {
		margin-bottom: 25px;
	}
	#footer .widget-area:nth-child(2n+1) {
		clear: left;
	}
}
@media (max-width: 991px) {
	#footer .widget-area:not(:last-child) {
		margin-bottom: 25px;
	}
}
@media (max-width: 767px) {
	#footer .footer-disclaimer {
		text-align: center;
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#footer .footer-disclaimer .footer-disclaimer-content {
		font-size: 10px;
		line-height: 13px;
	}
	#footer .footer-nav-place {
		padding: 12px 0;
	}
	#footer .footer-nav li a {
		font-size: 11px;
		line-height: 22px;
	}
	#footer .footer-nav li:before {
		font-size: 11px;
	}
}
@media (max-width: 425px) {
	#footer .footer-nav li + li:before {
		margin: 0 7px 0 5px;
	}
	#footer .copyrights {
		font-size: 9.5px;
		line-height: normal;
	}
}










#footer .footer-widgets {
	background-color: #0e3c4d;
	padding: 55px 0 50px;
	order: 1;
}
#footer .footer-widgets .widgets {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
#footer .footer-widgets .widget {
	font-size: 16px;
	font-weight: 500;
	padding-right: 20px;
}
#footer .footer-widgets .widget-4 {
	padding-right: 0;
}
#footer .footer-widgets .footer_logo {
	width: 145px;
	margin-bottom: 15px;
}
#footer .footer-widgets .widget-4 .flex-wrap {
	width: 100%;
}
#footer .footer-widgets .widget-4 .flex-wrap .site_btn,
#footer .footer-widgets .widget-4 .flex-wrap form {
	width: calc(50% - 5px);
	width: 100%;
	margin: 0;
}
#footer .footer-widgets ul {
	list-style: none;
	padding: 0;
}
#footer .footer-widgets ul li {
	margin-bottom: 15px;
}
#footer .footer-widgets ul li:last-child {
	margin-bottom: 0;
}
#footer .footer-widgets ul li a {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
}
#footer .footer-widgets ul li a:hover {
	color: #FF7D1F;
	text-decoration: none;
	/* text-underline-offset: 2px; */
	/* text-underline-position: under; */
	/* text-decoration-color: #F4620E; */
}


@media (min-width: 992px) {
	#footer .footer-widgets .widget-1,
	#footer .footer-widgets .widget-4 {
		width: 29%;
	}
	#footer .footer-widgets .widget-2,
	#footer .footer-widgets .widget-3 {
		width: 21%;
	}
}
@media (min-width: 1200px) {
	#footer .footer-widgets .widget-1,
	#footer .footer-widgets .widget-2,
	#footer .footer-widgets .widget-3 {
		width: 18%;
	}
	#footer .footer-widgets .widget-4 {
		width: 42%;
		max-width: 450px;
	}
}

@media (max-width: 1199px) {
	#footer .footer-widgets .widget-1,
	#footer .footer-widgets .widget-2,
	#footer .footer-widgets .widget-3 {
		width: 30%;
	}
	#footer .footer-widgets .widget-4 {
		width: 100%;
		max-width: 450px;
		margin-top: 35px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	#footer .copyrights {
		text-align: center;
	}
	#footer .copyrights .wrap {
		padding: 15px;
	}
}
@media (max-width: 991px) {
	#footer .footer-widgets {
		padding: 40px 0 40px;
	}
	#footer .footer-widgets .widgets {
		-webkit-box-pack: space-evenly;
		-webkit-justify-content: space-evenly;
		    -ms-flex-pack: space-evenly;
		        justify-content: space-evenly;
	}
	#footer .footer-widgets .widget {
		width: 100%;
		max-width: 100%;
		margin-bottom: 40px;
	}
	#footer .footer-widgets .widget-1 {
		padding-right: 0;
	}
	#footer .footer-widgets .widget-1,
	#footer .footer-widgets .widget-4 {
		text-align: center;
	}
	#footer .footer-widgets .widget-2,
	#footer .footer-widgets .widget-3 {
		width: auto;
	}
	#footer .footer-widgets .widget-4 {
		max-width: 450px;
		margin-top: 0;
		margin-bottom: 0;
	}
	#footer .footer-widgets .footer_logo {
		width: 300px;
	}
	#footer .footer-widgets .widget-4 .flex-wrap .site_btn,
	#footer .footer-widgets .widget-4 .flex-wrap form {
		/* width: calc(50% - 7.5px); */
		margin: auto;
	}
}
@media (max-width: 767px) {
	#footer .footer-widgets {
		padding: 30px 0;
	}
	#footer .footer-widgets .widgets {
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
			-ms-flex-pack: justify;
				justify-content: space-between;
		overflow: hidden;
	}
	#footer .footer-widgets .widget {
		position: relative;
		width: 100%;
		padding-right: 0;
	}
	#footer .footer-widgets .widget-1,
	#footer .footer-widgets .widget-4 {
		text-align: left;
	}
	#footer .footer-widgets .widget-2 {
		padding-right: 10px;
	}
	#footer .footer-widgets .widget-3 {
		padding-left: 0;
	}
	#footer .footer-widgets .widget-2,
	#footer .footer-widgets .widget-3 {
		width: auto;
	}
	#footer .footer-widgets .widget:after {
		content: '';
		display: block;
		background-color: #152a38;
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: -20px;
	}
	#footer .footer-widgets .widget-2:after,
	#footer .footer-widgets .widget-3:after {
		width: 200%;
		min-width: 767px;
	}
	#footer .footer-widgets .widget-4:after {
		display: none;
	}
	
	#footer .footer-widgets ul li {
		margin-bottom: 15px;
	}
	
	
	
	#footer .copyrights {
		font-size: 14px;
		line-height: 24px;
		text-align: center;
	}
	#footer .copyrights .wrap {
		display: block;
		padding: 15px 0;
	}

	#footer .footer-widgets .phone-label {
		font-size: 18px;
		line-height: 22px;
	}
	#footer .footer-widgets .phone-number {
		font-size: 18px;
		line-height: 53px;
	}

	#footer .footer-disclaimer .footer-disclaimer-content {
		padding: 0;
	}
	
	#footer .social_icons {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 15px;
	}
	#footer .social_icons .social-link img,
	#footer .social_icons .social-link svg {
		width: 46px;
		height: 46px;
	}
}
@media (max-width: 500px) {
	#footer .footer-widgets ul li a {
		font-size: 14px;
		line-height: 24px;
	}
}
@media (max-width: 450px) {
	#footer .footer-widgets .widget-4 .flex-wrap .site_btn {
		margin-bottom: 15px;
	}
	#footer .footer-widgets .widget-4 .flex-wrap .site_btn,
	#footer .footer-widgets .widget-4 .flex-wrap form {
		width: 100%;
		max-width: 100%;
	}
}











/*
 * Sticky Footer
 * ------------------------------------------------------------------------------------------------
*/
#sticky-footer {
	background-color: #fff;
	bottom: -15rem;
	box-shadow: 0px 0px 24px 0px #00000026;
	left: 0;
	padding-top: 22px;
	padding-bottom: 15px;
	position: fixed;
	right: 0;
	text-align: center;
	transition-duration: .5s;
	transition-property: all;
	transition-timing-function: cubic-bezier(.4,0,.2,1);
	transition-timing-function: linear;
	z-index: 50;
}
#sticky-footer.active {
	bottom: 0;
}
#sticky-footer .wrap-button {
	text-align: center;
}
#sticky-footer .site_btn {
	width: 100%;
}
#sticky-footer .sticky-footer-items {
	color: #000;
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin-top: 15px;
}
#sticky-footer .sticky-footer-items li {
	position: relative;
	list-style: none;
	padding-left: 12px;
}
#sticky-footer .sticky-footer-items li:before {
	content: '';
	display: inline-block;
	background-color: #018FCA;
	position: absolute;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	top: 8px;
	left: 0;
}








