@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.btn,
body {
    font-size: 16px;
}
.btn,
.btn-base {
    color: #fff !important;
}
/*.btn,
.section-heading,
.sub-heading1 {
    text-transform: uppercase;
}*/
body {
    font-family: 'Poppins', sans-serif;
    color: #131313;
    line-height: 30px;
    font-weight: 400;
    font-size: 16px;
}
h2 {
    line-height: 1.2;
    letter-spacing: 5px;
}
.btn {
    background-color: #b43c39;
    padding: 12px 30px 10px;
    font-weight: 400;
    border-radius: 12px;
    font-size: 22px;
}
.btn-base {
/*    background-color: #242424;*/
    margin-top: 40px;
}
.bg-gray {
    background-color: #f4f4f4;
}
.bg-color2 {
    background-color: #fff;
}
#myHeader .navbar-light .navbar-nav .nav-link {
    padding: 9px 8px 6px;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
}
#myHeader .navbar-light .navbar-nav .nav-link.btn {
    font-family: Nunito, sans-serif;
}
.banner {
    box-shadow: -3.106px -50px 95px 8px rgb(0 0 0);
}
.section-heading {
    color: #545352;
    font-size: 55px;
    font-weight: 400;
    margin-bottom: 40px;
}
.clr-white {
    color: #fff;
}
.section-padding {
    padding: 50px 0;
}
.sub-heading1 {
    color: #7f8786;
    font-size: 18px;
    font-weight: 600;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid #fff;
}
.f-hr {
    border-top: 1px solid #fff !important;
}
.border-right {
    border-right: 1px solid #999;
}








