body {
    font-family: 'Poppins', sans-serif;
}

h1,h2,h3,h4,h5,h6,p,table.table.table-borderless {
    margin: 0px;
}

.position-absolute-nav {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.logo {
    display: inline-block;
    width: 200px;
}

img {
    width: 100%;
}

ul.nav-main {
    list-style: none;
    padding: 0px;
    display: inline-block;
}

li.nav-item {
    display: inline-block;
}

li.nav-item a {
    color: #4e4e4e;
}

li.nav-item a:hover {
    color: #721517;
}

:hover {
    transition: .5s;
}

ul.nav-login {
    padding: 0px;
    display: inline-block;
    float: right;
    margin-top: 18px;
}

.position-text-absolute {
    top: 45%;
    position: absolute;
    width:100%;
}

h2.topic {
    font-weight: 900;
    font-size: 45px;
    color: #ab1f23;
}

a.button {
    background: #ab1f23;
    color: #fff;
    border-radius: 99px;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    text-decoration:none;
}

a.button:hover {
    background: #741619;
}

.padding-60 {
    padding: 60px 0px;
}

.background-color {
    background: #ab1f23;
}

p.footer {
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 20px 0px;
}

.position-text-absolute h2,.position-text-absolute p {
    margin-bottom: 15px;
}

span.italic {
    text-transform: uppercase;
    text-decoration: underline;
}

.border-white-shadow {
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e4e4e4;
    box-shadow: 0px 0px 10px #d7d7d7;
    background: #fff;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-left-15 {
    margin-left: 15px;
}

h2.main-topic:before {
    content: '}';
    color: #ab1f23;
}

li.nav-item a.register {
    background: #4e4e4e;
    color: #fff;
    text-decoration: none;
    width: 110px;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    border-radius: 99px;
    margin-left:15px;
}

li.nav-item a.register:hover {
    background: #343434;
}

li.nav-item a.login {
    background: #ab1f23;
    color: #fff;
    text-decoration: none;
    width: 110px;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    border-radius: 99px;
}

li.nav-item a.login:hover {
    background: #681416;
}

.whatsapp {
    right: 25px;
    position: fixed;
    bottom: 80px;
    background: #ab1f23;
    color: #fff;
    padding: 10px 20px;
    border-radius: 99px;
    font-size: 35px;
}

.whatsapp:hover {
    background: #871b1d;
}

input.form {
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ab1f23;
    margin-bottom: 30px;
    padding: 10px 20px;
}

button.form {
    background: #ab1f23;
    border: none;
    padding: 10px 20px;
    border-radius: 99px;
    color: #fff;
}

.contact-background {
    width: 100%;
    height: 405px;
    vertical-align: middle;
    text-align: center;
    background-image: url(../images/background/contact.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #000; */
}

h1.contact-main {
    padding: 12.9vw 0px;
    width: 100%;
    font-size: 45px;
    font-weight: 900;
    color: #fff;
}

.background-overlay {
    background: #5c0e11c2;
    height: inherit;
}

.background-grey {
    background: #f2f2f2;
}

a {
    color: #4e4e4e;
}

.input-name::before {content: "Username";position: absolute;font-size: 10px;margin-top: -8px;background: #fff;margin-left: 8px;color: #ab1f23;padding: 0px 6px;}
.input-phone::before {content: "Phone Number"; position: absolute; font-size: 10px; margin-top: -8px; background: #fff; margin-left: 8px; color: #ab1f23; padding: 0px 6px;}
.input-email::before {content: "Email Address"; position: absolute; font-size: 10px; margin-top: -8px; background: #fff; margin-left: 8px; color: #ab1f23; padding: 0px 6px;}
.input-message::before {content: "Message"; position: absolute; font-size: 10px; margin-top: -8px; background: #fff; margin-left: 8px; color: #ab1f23; padding: 0px 6px;}

input {
    width:100%;
    padding: 9px 13px;
    border-radius: 6px;
    border: 1px solid #c3c3c3;
    font-size: 13px;
    margin-bottom:20px;
}

textarea {
    width:100%;
    padding: 9px 13px;
    border-radius: 6px;
    border: 1px solid #c3c3c3;
    font-size: 13px;
    margin-bottom: 12px;
}
