@charset "utf-8";
/* CSS Document */

.about-section {
	background-image: url("../img/about-bg.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;}
.footer-section .footer-logo{
	display: block;
	width: 350px !important;
	margin: auto !important;
	align-items: center !important;
	text-align: center !important;
	font-weight: bolder;
}

.footer-section{
	background: #006382 !important;
	color: white;
}

.footer-section .circle1, .footer-section .circle2, .footer-section .circle2::after, .footer-section .circle1::after{
	background: #006382 !important; 
}
.footer-bottom{
	background: #003e52 !important;
}
.go-top .square, .rectangle{
	background: #003e52 !important;
}

.footer-social a {
	color: #00b2ca !important;
	background: #003e52 !important;
}
.footer-social a:hover{
	color: #006382 !important;
	background: #003e52 !important;
}


/* Navigation links falling effect */
.cl-effect-5 > li > a span[data-hover]:before {
  color: #006382 !important;;
}