footer section#contact {
    padding-bottom: 40px;
}
.navbar-main {
    background-color: #fff;
}
section#about {
    padding-bottom: 0;
}
.overall-sec{
	padding-bottom: 0 !important;
}
footer img {
    margin: 0;
    width: 100%;
    height: auto;
}
.small-logo{
	max-width: 32px;
	margin: 0 auto;
}
body footer.footer{
  padding-top: 0 !Important;
  height: 100%;
  padding-bottom: 15px !important;
}
ul.list-box {
    list-style: none;
    padding-left: 0;
}
ul.list-box li{
	margin-bottom: 15px;
}
.list-box span.list-title {
    color: #000;
    font-weight: 700;
    font-size: 17px;
}
.list-box span.list-title {
    color: #000;
    font-weight: 700;
    font-size: 17px;
    width: 50%;
    display: inline-block;
}
.list-box .list-desc {
    font-weight: 700;
    font-size: 18px;
    text-align: right;
    display: inline-block;
    width: 50%;
}
.box-highlight {
    border: 2px solid #183B56;
    padding: 40px 20px;
    background-color: #ffffffbf;
    align-items: center;
    margin-bottom: 90px;
}
span.box-note {
    font-size: 11px;
    display: block;
    margin-top: 30px;
}
.box-block img {
    height: 88px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 10px;
}
form input, form textarea {
    margin-bottom: 10px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus, .footer ul.footer-links li a:hover {
    color: #FC6666 !important;
}
.apply-form button[type="submit"] {
    margin: 0 auto;
    display: block;
    color: #fff;
    padding: 8px 12px 5px;
    line-height: 24px;
    background-color: #183B56;
    border: 1px solid #183B56;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(23, 31, 56, 0.075);
    position: relative;
    transition: all 0.2s ease;
    font-size: 1rem;
    border-radius: 0.45rem;
}
.apply-form button[type="submit"]:hover{
	background-color: #102638;
    border-color: #0d202e;
}

@media screen and (max-width: 991px){
	.box-block img {
    height: auto;
    object-fit: unset;
    width: auto;
    margin-bottom: 10px;
}
@media screen and (max-width: 575px){
	.box-highlight {
    margin-bottom: 40px;
        padding: 30px 10px 10px;
}
}
}