<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------
footer
--------------------------------*/
footer{
	background:#20B2D3;
	border-radius:100px 100px 0 0;
	position:relative;
	z-index:99;
}
.copyRight{
	background:url("../images/sliderbg.png")repeat top left;
	color:#FFF;
	text-align:center;
}
.footLogo{max-width:257px;}
.footSns{
	position:relative;
}
.footSns::before,
.footSns::after{
	background:url("../images/whitebefore.png")no-repeat top center/100% 100%;
	content:"";
	position:absolute;
	width:60%;
	height:12px;
}
.footSns::before{
	top:-10px;
	right:0;
}
.footSns::after{
	bottom:-10px;
	left:0;
}
.linkList{
	max-width:600px;
	margin:auto;
}
.linkList a{
	color:#fff;
	text-decoration:none;
}
.linkList2{max-width:450px;}

.footHead{
	position:absolute;
	z-index:5;
	bottom:calc(100% + 3rem);
	left:0%;
	right:0;
	max-width:916px;
	margin:auto;
}

@media (max-width: 991px) {
	.footHead{max-width:90%;}
}
@media (max-width: 767px) {
	.footHead{bottom:100%;max-width:70%;}
	.xsmall{font-size:8px!important;}
	/** FOOTER ************************/
	footer{border-radius:70px 70px 0 0;}
	.linkList{flex-wrap:wrap;font-size:.8rem;}
	.linkList li{width:30%;}
	.linkList li:first-child,
	.linkList li:nth-child(2),
	.linkList li:nth-child(3){margin-bottom:1rem;}
	.linkList2 li{width:50%;}
	.footSns{width:100%;}
	.footSns a{width:45%;}
	.footSns a:first-child{margin-right:10%;}
	.footSns::before{top:-30%;height:8px;}
	.footSns::after{bottom:-30%;height:8px;}
}


</pre></body></html>