body {
    font-family: "Inter", Sans-serif;
}

h2 {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

h1 {
    color: #000;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

:root {
    --primary-color-bs: #000000;
    --Text-text-lighter: #8C8C8C;
}

body .container {
    max-width: 1162px;
}

.section-contact .e-con-inner, .section-footer .e-con-inner {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1162px;
}

.section-lcc.sv a.btn {
    width: 100%;
}

.btn-gradient a.btn:hover, a.btn-gradient.btn:hover, .section-contact .wpcf7-form-control.wpcf7-submit:hover {
    border: 2px solid var(--Main-Gradiant, #88171A);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    color:#88171A !important;
    background: transparent;
    
}

ul#menu-main-menu a:hover {
    color: #88171A
}

@media screen and (max-width: 767px) {
    

}