@font-face {

    font-family: Outfit;
    src: url(/font/outfit/Outfit-Medium.ttf);

    font-family: Oswald;
    src: url(/font/Oswald/Oswald-Medium.ttf);
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

h6 {
    margin-bottom: 0px !important;
}

ul {

    margin-bottom: 0px !important;
    padding-left: 0px !important;

}

ul li {
    list-style-type: none;

}

a {
    text-decoration: none !important;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto;
}

input {
    color: #E60013;
}

::placeholder {
    color: #DDD;
}
.contact-html-h1{
    height: 80px;
    overflow: hidden;
}
.contact {
    position: relative;
    width: 100%;
}

.contact-info {
    margin-top: 80px;
}

.contact-info-bg {
    border-bottom: 5px solid #E60013;
    background: #4E4848;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.contact-overley{
    background: linear-gradient(358deg, rgba(230, 0, 19, 0.90) -8.61%, rgba(230, 0, 19, 0.40) 64.72%, rgba(217, 217, 217, 0.00) 123.86%);
}

.contact-info-heading {
    width: 100%;
    text-align: center;
    padding-top: 50px;
}

.contact-info-heading h2 {
    color: #FFF;
    font-family: Outfit;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.2px;
    text-decoration-line: underline;
}

.contact-info-row {
    padding-bottom: 50px;
    padding-top: 50px;
}

.contact-info-round {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    filter: drop-shadow(4px 4px 25px rgba(255, 255, 255, 0.25)) drop-shadow(-4px -4px 25px rgba(255, 255, 255, 0.25));
    transition: all ease 0.4s;
}

.contact-info-round:hover{
    margin-top: -20px;
}

.contact-info-h6 h6 {
    color: #E2DFDF;
    padding-top: 20px;
    font-family: Outfit;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.8px;
    text-align: center;
}

.contact-info-width {
    border-right: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-right: 90px;
}

.contact-border-trasparent {
    border: none;
    padding-right: 0px;
}

.contact-input-width {
    width: 40%;

}

.contact-input {
    background-color: #F5F5F5;
    padding: 50px 50px;
}

.contact-input-heading h3 {
    color: #E60013;
    font-family: Outfit;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    /* 138.889% */
    letter-spacing: 0.9px;
    position: relative;

}

.contact-input-heading h3::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: black;
    left: 50%;
    bottom: -10%;
    transform: translateX(-50%);
}

.contact-info2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 70px;
}

.contact-input-heading-main {
    text-align: center;
}

.contact-input-main {
    padding-top: 50px;

}

.contact-info-round:hover{
    box-shadow: 0 0 50px #004EA2;
}

.contact-input-padding {
    padding-bottom: 20px;
}

#massage-input {
    padding-top: 20px;
}

.input-height {
    height: 50px;
    background-color: #004EA2;
    width: 100%;
    border: none;
    padding: 20px 20px;
}

.contact-input-outer-width {
    width: 45%;
}

.massage-outer {
    width: 100%;
}

.message {
    background-color: #004EA2;
    height: 110px;
    width: 100%;
    border: none;
    padding: 20px 20px;
}

.contact-button {
   
    text-align: center;
}

.contact-button button{
    opacity: 1 !important;
}

.contact-map{
    width: 100%;
    
}

.contact-map iframe {
    width: 100% !important;
}

.footer {
    padding-top: 0px;
}

.page8{
    top: -60px;
}