@import url('https://fonts.googleapis.com/css2?family=Hind+Vadodara:wght@300;400;500;600;700&family=Taviraj: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');
html, body{
    font-family: "Hind Vadodara", sans-serif;
    font-size: 16px;
    color: #1c1e57;
}
header{
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.container{
    max-width: 1130px;
}
.sub-header{
    background-color: #a48f63;
    padding: 0.6rem 2.5rem;
}
h1, h2, h3, h4, h5{
    font-family: "Taviraj", serif;
}
h1{
    font-size: 55px;
}
h2{
    font-size: 40px;
}
h3{
    font-size: 28px;
}
h4{
    font-size: 24px;
}
.logo{
    max-height: 125px;
}
.container-sm{
    max-width: 960px;
}
footer{
    background-color: #f5f5f7;
}
footer a{
    text-decoration: none;
}
footer h4{
    font-family: 'Hind Vadodara';
    font-weight: 600;
    font-size: 18px;
}
.bg-theme-hover{
    background-color: #a48f63;
    color: #ffffff;
    padding: 18px 0;
}
.main-footer__details-data a{
    color: #646464;
}
.main-footer__details-data a:hover{
    color: #a48f63;
}
.main-footer__header-cont{
    margin-bottom: 20px;
}