p , div{
	   font-size: 1rem;
}
* {
    font-family: 'Assistant';
    letter-spacing: -0.25px;
}

		@media only screen and (min-width: 600px){
		.project_content {
		margin-top: 8rem;
		}
}

.page-title {
    color: #2b2565;
}
.footer-low {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3.2rem;
    font-size: 2.25rem;
}
.cover {
  position: relative;
  min-height: 730px;
     flex-wrap: nowrap;
    overflow: scroll;
    white-space: nowrap;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.7rem;
    color: #4a5363;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #133c8b;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 23px;
    text-align: right;
}
.smart-form {
    background-color: #deeef9 !important;
	    border: 0px solid #538399 !important
}
.btn-primary {
    color: #fff;
    background-color: #125485;
    border-color: #125485;
	
}

.cover {
    overflow: scroll;

}
.about{
display:none!important;
}
