/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/


/*footer icon hover */
.social_flex li .hvr_clr{
color: #c7161d!important;
}
.social_flex li .hvr_clr:hover{
color: #484848!important;
}

h1.custom_htg{
    position: relative!important;
    font-size: 48px!important;
    line-height: 56px!important;
    margin-bottom: 60px!important;
}
h1.custom_htg:before {
  content: ""!important;
  position: absolute!important;
  height: 2px!important;
  width: 100px!important;
  background-color: #c7161d!important;
  bottom: -30px!important;
  left: 0;
  right: 0;
}
/*foooter icon hover end*/