.banner{
	background: url('../img/project/writer-pen.jpg');
	height: 60vh;
	width: 100%;
	background-size: cover;
}
.dropdown .far{
	color: #3B7B2B;
	float: left;
	margin-top: 5px;
}
.far::before{
	margin-left: 0px;
}
.dropdown-toggle{
	width: 70%;
	border-radius: 15px;
}
.filter-group{
	background: #f4f4f4;
}
.dropdown .btn:hover, .dropdown .btn{
	background: #fff;
	border: 1px solid #e0e0e0;
	color: #000;
	font-size: 22px;
	font-weight: bold;
}
.dropdown-toggle::after{
	float: right;
	color: #3B7B2B;
	margin-top: 13px;
}

.project-cost h2{
	color: #3B7B2B;
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.project-cost-box{
	padding: 20px;
	background: #EF6023;
}
.project-cost{
	background:#fff;
	border-radius: 8px;
	padding: 30px;
}
.project-cost input{
	line-height: 20px;
	
	font-weight: bold;
}
.project-cost label{
	line-height: 50px;
	font-size: 22px;
}
input[type=radio] {
            accent-color: #EF6023;
            color: #EF6023;
            border-color: #EF6023!important;
         }
         .calendar-group .far{
         	color:#EF6023;
         }
         .company-box{
         	background: #fff;
         	border:1px solid #fff;
         	padding: 25px;
         	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
         	margin-bottom: 40px;
         }
         table{
         	width: 100%;
         }
         .text-orange{
         	color: #EF6023;
         }
         h4.text-orange{
         	font-size: 20px;
         	line-height: 30px;
         }
         .mt-auto{
         	margin-top: auto;
         }
         .company-box h5{
         	line-height: 25px;
         }
         .outer-box{
         	overflow-y:scroll; 
         	height:1000px;

         }
         .company-box a{
         	font-size: 14px;
         }