@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

.brand-area{
padding: 30px;
}
.service-menu .nav-link {
    background: #f5f5f5;
    margin-bottom: 10px;
    padding: 15px;
    border-radius: 6px;
    font-weight: 600;
    color: #000;
    text-align: left;
}

.service-menu .nav-link.active {
    background: #dc3545;
    color: #fff;
}

.shortcode-hero-banner .title span{
  font-family: "Rubik", sans-serif !important;
  font-size: 118px !important;
  font-weight: 700 !important;
  color: #f1f1f1 !important;
}
.shortcode-hero-banner .container .banner-content p{
color: #f1f1f1 !important;
}
@media screen and (max-width: 991px){
.shortcode-hero-banner .title span{
  font-size: 70px !important;
}
  .banner-content{
  padding-bottom: 50px !important;
  }
}
/**.shortcode-hero-banner-overlay{
    background-image: url(https://subarnamedia.com/storage/b3cb37a7-b845-49dc-b295-11c2623dc2c3.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.banner-bg{
	background-color: transparent;
    background-image: linear-gradient(163deg, #5531BA 0%, #13125F 59%);
}**/