.page-contact-content .title {
	font-size: 16px;
	color: var(--primary-color);
	font-weight: 700;
}
.page-contact-content .text.info p {
	display: flex;
	align-items: flex-start;
	margin-bottom: 16px;
}
.page-contact-content .text.info p img {
	width: 20px;
    margin-bottom: 0;
    margin-top: 5px;
    margin-right: 20px;
}
.page-contact-content h2 {
    color: var(--primary-color);
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    margin-bottom: 16px;
}
.page-contact-content .sub-content {
    text-align: center;
	line-height: 25px;
	margin-bottom: 32px;
}
.page-contact-content p > span {
	margin-bottom: 20px;
}
.page-contact-content p input {
	height: 45px;
	margin-bottom: 0;
}
.page-contact-content p textarea {
	margin-bottom: 0;
}
.page-contact-content p > input[type=submit] {
	width: 100%;
}
.row.project .box-text .post-title {
	font-size: 18px;
    margin-bottom: 8px;
    line-height: 24px;
    font-weight: 800;
    transition: all 0.2s ease;
}
.row.project .box-text .post-title:hover {
	color: var(--primary-color);
}
.row.project .box-text .info-more {
	color: #333;
	font-size: 16px;
}
.footer-section {
	background: linear-gradient(91.02deg, #0C8543 4.83%, #8DC63F 99.12%);
}
.col-form-fotter form span > textarea {
	display: none;
}
.col-form-fotter form p input[type=submit] {
	background: #fff !important;
	color: var(--primary-color);
	text-transform: capitalize;
}
.col-form-fotter form span > input::placeholder {
  color: var(--primary-color) !important;
}
.footer-section .social-icons.follow-icons a {
    width: 29px !important;
    height: 29px !important;
    border:1px solid rgba(255, 255, 255, 0.5) !important;
    display: inline-flex;
    justify-content: center;
    align-content: center;
    border-radius: 0px !important;
    margin-right: 5px;
}
.footer-section .social-icons.follow-icons a i {
    display: flex;
    align-items: center;
    font-size: 14px;
}
.footer-section h3 {
	font-size: 16px;
}
.footer-section ul li {
	list-style-type: disc !important;
}
.footer-section ul {
	padding-left: 20px;
}
.absolute-footer {
	display: none;
}
.footer-section {
	padding: 48px 0 65px !important;
}

@media only screen and (max-width: 550px) { 
	.footer-section .logo-footer {
		width: 50% !important;
	}
}