.py-120{
	padding: 50px 0px;
}
.text-justify{
    text-align: justify;
}
.topbar_section{
	background-color: #252525;
	color: #fff;
	padding: 10px 0px;
}

.topbar_left_content{
	display: flex;
}

.phone, .address, .office_open{
	padding: 5px 15px;
}

.phone a, .address a, .office_open a{
	color: #fff;
	font-size: 1.025rem;
	padding: 0px 5px;
}

.phone:hover > i , .phone:hover > a {
	color: #ffc107;
	transition: 0.5s easy-in;
}

.address:hover > i , .address:hover > a {
	color: #ffc107;
	transition: 0.5s easy-in;
}

.office_open:hover > i , .office_open:hover > a {
	color: #ffc107;
	transition: 0.5s easy-in;
}

.topbar_right_content{
	text-align: right;
}

.social_icons a{
	color: #fff;
	padding: 5px 15px;
}

.social_icons a:hover{
	color: #000;
	background-color: #ffc107;
	border-radius: 20px;
}

@media (max-width: 768px){
	.topbar_section{
		display: none;
	}
}

.title{
	font-size: 2.5rem;
	padding: 10px 0px;
	line-height: 38px;
}

.title span{
	color: #ffc107;
}

.case-area{
    background-color: #a9a6a50f;
}

.site-breadcrumb1{
	margin-top: 28px;
}

.site-breadcrumb1:before{
	background-position: center;
}

.fixed-icons{
  position: absolute;
  border: 2px solid #00aaf9;
}

.whatsapp{
  position: fixed;
  background-color: #ffc107;
  padding: 1.25rem;
  z-index: 9;
  bottom: 45%;
  border-top-right-radius: 1.5rem;
}
.whatsapp a{
  color: #000;
  font-size: 1.85rem;
}
.whatsapp:hover{
  background-color: #fff;
}
.whatsapp:hover a{
  color: #ffc107;
}
.mobile{
  position: fixed;
  background-color: #fff;
  padding: 1.25rem ;
  z-index: 9;
  bottom: 35%;
  border-bottom-right-radius: 1.5rem;
}
.mobile a{
  color: #ffc107;
  font-size: 1.6rem;
}
.mobile:hover{
  background-color: #ffc107;
}
.mobile:hover a{
  color: #000;
}

@media(min-width: 991px){
	.whatsapp, .mobile{
		display: none;
	}
}