/* CSS Document */

.text-justify
{
	text-align: justify !important;
}
.req .heading h2 {
  font-size: 25px;
/*  color: white;*/
  line-height: 40px;
}


.list1 
{
	display: flex;
}

.list1 li {
  width: 50%;
  float: left;
}

.bg1
{
	background-image: url("../../plutofab/bg/bg1.jpg")
}

.gap
{
	padding: 70px 0 !important;
}

.no-bottom
{
	padding-bottom: 0px !important;
}

.sectors h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  padding: 10px 20px;
}

.quote h3 {
  font-size: 30px;
}
.recent-projects-text h5 {
  font-size: 18px !important;
}


.bg2
{
	background-color: #8182810f;
	background-image: url("../../plutofab/bg/xv.png")
}


.border1
{
	border: 1px solid #ccc;
border-radius: 20px;
	-webkit-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.1);
}

.footer-bottom a {
  color: #ffba00;
}


/*===========================================================================================================================================*/
@media (max-width: 767px)
{
	.list1 
{
	display: inline-block;
}

.list1 li {
  width: 100%;
}
	
	.quote h3 {
  font-size: 22px;
  text-align: justify;
  padding-bottom: 20px;
}
}