.page-footer {
	background-color: #F6F6F6;
	padding: 49px 0 0 0;
	position: relative; 
}

.page-footer a {
	background: none;
}

.page-footer:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 190px;
	-webkit-clip-path: polygon(0 24%, 100% 0, 100% 100%, 0% 100%);
	        clip-path: polygon(0 24%, 100% 0, 100% 100%, 0% 100%);
	background-color: #F6F6F6;
	left: 0;
	top: -67px;
}

.footer-logo {
	text-align: center;
	display: block;
	margin-bottom: 30px;
	max-width: 134px;
}

.footer-logo a {
	border-bottom: none;
}

.footer-quick-link ul {
	padding: 0;
	margin: 0;
	-moz-column-count: 2;
	     column-count: 2;
	-moz-column-gap: 0;
	     column-gap: 0;
	-moz-column-width: inherit;
	     column-width: inherit;
}

.footer-quick-link ul li {
	padding: 0;
	margin-bottom: 17px;
	line-height: 1em;
}

.page-footer ul li:before {
	display: none;
}

.footer-quick-link ul li i+p,
.footer-address-link ul li i+a,
.footer-address-link ul li a {
	font-weight: 400;
	color: #707070;
	font-size: 16px;
	border-bottom: none;
}

.footer-address-link ul li p {
	padding: 0;
}

.footer-address-link ul li p span {
	display: block;
}

.footer-address-link ul li p span a {
	display: inline-block;
	padding: 0;
	color: #00AEEF;
	font-weight: 600;
	text-transform: uppercase;
	padding-right: 16px;
	border-bottom: 3px solid rgba(0, 174, 239, 0.20);
}

.footer-address-link ul li p span a i {
	display: inline-block;
	position: relative;
	top: unset;
	font-size: 14px;
	color: #00AEEF;
	margin-left: 5px;
}

.footer-address-link ul li i {
	font-size: 16px;
	position: absolute;
	top: 5px;
	left: 0;
	color: #1A4782;
}

.footer-quick-link ul li i.icon-phone {
	color: #1D51A4;
	font-size: 12px;
}

.footer-address-link ul {
	padding: 0;
}

.footer-address-link {
	margin-bottom: 30px;
}

.footer-address-link .btn {
	color: #00AEEF;
	font-weight: 600;
	position: relative;
	line-height: 35px;
}

.footer-address-link .btn:before {
	width: 100%;
	content: '';
	height: 2px;
	display: block;
	top: 32px;
	background: #00AEEF;
	position: absolute;
	-webkit-clip-path: initial !important;
	        clip-path: initial !important;
}

.footer-top h3 {
	font-size: 15px;
	color: #1A4782;
	font-weight: 700;
	padding-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 0.075em;
}

.footer-top-right-left {
	margin-top: 28px;
	position: relative;
	padding-bottom: 25px;
}

.footer-quick-col {
	padding-right: 0;
}

.footer-social-link {
	width: 100%;
}

.footer-quick-col:last-child {
	width: unset;
}

.footer-quick-link ul li a {
	font-size: 16px;
	color: #888888;
	border-bottom: none;
	font-weight: 400;
}

.footer-social-link ul li {
	padding: 0;
	display: inline-block;
	margin: 0 8px;
}

.footer-social-link ul li:first-child {
	margin-left: 0;
}

.footer-social-link ul li a {
	width: 44px;
	height: 44px;
	background-color: transparent;
	color: #00AEEF;
	font-size: 25px;
	display: flex;
	border-radius: 2px;
	justify-content: center;
	align-items: center;
	border: 1px solid #00AEEF;
}

.footer-social-link ul {
	padding: 0;
}

.footer-bottom {
	margin-top: 50px;
	background-color: #E5E7E7;
	padding: 17px 0;
	position: relative;
	z-index: 1;
}

.backtop-btn a {
	font-size: 16px;
	color: #F26522;
	font-weight: 600;
	border-bottom: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	position: relative;
	margin-top: 11px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 0 auto;
}

.backtop-btn a i {
	display: inline-block;
	font-size: 11px;
	margin-left: 8px;
}

.backtop-btn a:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	transition: all .3s;
	background-color: rgba(242, 101, 34, 0.20);
}

.backtop-btn {
	margin-top: 8px;
	display: inline-block;
	width: 100%;
	text-align: center;
}

.footer-address-link ul li {
	margin-bottom: 15px;
	padding-left: 26px;
}

.footer-bottom-wrapper ul {
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-bottom-wrapper ul li {
	display: inline-block;
	padding: 0;
	font-size: 14px;
	font-weight: 400;
	color: #888888;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0;
}

.footer-bottom-wrapper ul li a {
	font-size: 14px;
	font-weight: 400;
	color: #888888;
	border-bottom: none;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.footer-bottom-wrapper ul li:last-child {
	display: inline-block;
	text-align: center;
	width: 100%;
	margin: 0;
}

.footer-bg {
	position: absolute;
	bottom: 39px;
	left: 50%;
	width: 236px;
	transform: translate(-50%, 0);
	opacity: 0.3;
}

.footer-top {
	position: relative;
	z-index: 1;
}

.page-footer--contact::after {
	top: -103px;
}

@media(min-width: 768px) {
	.page-footer {
		padding: 78px 0 0 0;
	}

	.footer-logo {
		margin-bottom: 30px;
		max-width: 200px;
	}

	.footer-top-right-left {
		width: 100%;
		display: flex;
		margin: 35px auto 0;
		padding-bottom: 0;
		justify-content: space-between;

	}

	.backtop-btn {
		margin-top: 0;
	}

	.footer-social-link {
		position: absolute;
		width: 333px;
		margin-top: 0;
		top: -126px;
		right: 0;
	}

	.footer-top-right {
		position: relative;
	}

	.footer-bottom {
		padding: 25px 0 30px;
	}

	.footer-quick-col {
		width: 49%;
	}

	.footer-quick-col:last-child {
		width: 51%;
		max-width: 333px;
	}

	.footer-social-link ul {
		text-align: left;
	}

	.footer-bottom-wrapper ul li:last-child {
		width: unset;
	}

	.footer-bottom-wrapper ul li {
		margin: 0;
	}

	.footer-bottom-wrapper ul {
		justify-content: space-between;
	}

	.footer-address-link ul li:last-child {
		margin-bottom: 0;
	}

	.footer-quick-item h3 {
		padding-bottom: 16px;
	}

	.footer-address-link ul li {
		margin-bottom: 20px;
	}

	.footer-address-link {
		margin-bottom: 0;
	}

	.page-footer:after {
		height: 270px;
		-webkit-clip-path: polygon(0 24%, 100% 0, 100% 100%, 0% 100%);
		        clip-path: polygon(0 24%, 100% 0, 100% 100%, 0% 100%);
		top: -70px;
	}

	.page-footer--contact::after {
		top: -103px;
	}

}

@media(min-width: 1200px) {
	.page-footer {
		padding: 70px 0 0 0;
	}

	.footer-top-wrapper {
		display: flex;
		justify-content: space-between;
	}

	.footer-top-left {
		padding-right: 60px;
		width: 215px;
	}

	.footer-top-right {
		width: calc(100% - 215px);
		display: flex;
		flex-direction: row;
	}

	.footer-top-right-left {
		max-width: unset;
		width: calc(100% - 290px);
		margin: 0;
		padding-bottom: 0;
		padding-right: 40px;
	}

	.footer-quick-col {
		width: 50%;
	}

	.footer-quick-col:last-child {
		width: 357px;
		max-width: unset;
	}

	.footer-logo {
		margin-bottom: 0;
		max-width: 155px;
	}

	.footer-social-link ul li:first-child {
		margin-left: 0;
	}

	.footer-quick-link ul li i.icon-phone {
		font-size: 14px;
	}

	.footer-social-link {
		margin-top: 0;
		position: relative;
		top: 0;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
	}

	.backtop-btn {
		bottom: 0;
		width: auto;
		position: relative;
		margin-right: 20px;
	}

	.footer-bottom-wrapper {
		display: flex;
		justify-content: space-between;
	}

	.backtop-btn a {
		margin-top: 0;
		font-size: 18px;
	}

	.backtop-btn a i {
		font-size: 13px;
	}

	.footer-bottom-wrapper ul li {
		margin-right: 25px;
	}

	.footer-bottom-wrapper ul li a,
	.footer-bottom-wrapper ul li {
		font-size: 15px;
	}

	.footer-bottom {
		padding: 23px 0;
		margin-top: 65px;
	}

	.footer-quick-link ul li a:hover {
		color: #1d51a4;
	}

	.footer-social-link ul li a:hover {
		background-color: #00AEEF;
		color: #fff;
	}

	.footer-address-link ul li a:hover {
		color: #1A4782;
	}

	.footer-address-link ul li p span a:hover {
		border-bottom: 3px solid #00aeef;
		color: #00aeef;
	}

	.footer-bottom-wrapper ul li a:hover {
		color: #1D51A4;
	}

	.footer-quick-link ul li a {
		font-size: 18px;
		line-height: 25px;
	}

	.backtop-btn a:hover {
		color: #1296c3;
	}

	.backtop-btn a:hover:after {
		background-color: #1296c3;
        padding: 0 5px;
	}

	.footer-quick-link ul li i+p,
	.footer-address-link ul li i+a,
	.footer-address-link ul li a {
		font-size: 18px;
	}

    .footer-address-link .btn-tertiary:hover{
        border-bottom: none !important;
    }

	.footer-address-link ul li p span {
		margin-top: 5px;
	}

	.footer-address-link ul li i {
		top: 8px;
	}

	.footer-address-link ul li p span a {
		line-height: 1.5em;
	}

	.footer-address-link ul li p {
		line-height: 1.56em;
	}

	.page-footer:after {
		height: 259px;
		-webkit-clip-path: polygon(0 74%, 100% 0, 100% 100%, 0% 100%);
		        clip-path: polygon(0 74%, 100% 0, 100% 100%, 0% 100%);
		top: -258px;
	}
}


@media(min-width: 1400px) {
	.footer-logo {
		max-width: 163px;
	}

	.footer-top-left {
		padding-right: 164px;
		width: 357px;
	}

	.footer-top-right {
		justify-content: space-between;
		width: calc(100% - 318px);
	}

	.footer-top-right-left {
		width: calc(100% - 217px);
		padding-right: 194px;
	}

	.footer-social-link {
		width: 257px;
	}
}

.page-footer--inner::after {
	top: -69px;
}

@media (min-width: 1200px) {
	.page-footer--inner::after {
		top: -258px;
	}
}