::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #62d7ff;
}

::-webkit-scrollbar-thumb {
    background: #27334a !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #27334a !important;
}

body,
html {
    height: 100%;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    font-family: "Inter", serif;
}

.contact .info {
    border-top: 3px solid #27334a;
    padding: 20px;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}

.contact a {
    text-decoration: none;
    font-size: 17px;
    color: #27334a;
}

.contact .info i {
    font-size: 20px;
    float: left;
    width: 44px;
    height: 44px;
    background: #27334a;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000c2a;
    text-transform: none !important;
}

.contact .info p {
    padding: 0 0 10px 60px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #6182ba;
}

.contact .info .email p {
    padding-top: 5px;
}

.contact .info .social-links {
    padding-left: 60px;
}

.contact .info .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #333;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    margin-right: 10px;
}

.contact .info .social-links a:hover {
    background: #27334a;
    color: #fff;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
    background: #27334a;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    border-top: 3px solid #27334a;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
    border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
    border-color: #27334a;
}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: #27334a;
    border: 0;
    padding: 5px 40px;
    color: #fff;
    transition: 0.4s;
    background: #27334a;
}

.contact .php-email-form button[type="submit"]:hover {
    background-color: #fff;
    color: #27334a;
    border: 1px solid #27334a;
}

@media (max-width: 399px) {
    .contact a {
        font-size: 14px !important;
    }
}