/* Styles form page blocks */

.people-cards	{
		padding: 15px 0;
		        margin-bottom: 15px;
		}

.people-cards .desc	{
		min-height: 140px;
		}

.people-cards .custom-shadow	{
		box-shadow: 0px 0px 40px 0px rgb(236 236 236 / 56%);
		}

.people-cards img	{
		width: 100%;
		}

.people-cards .title	{
		font-size: 22px;
		        text-align: center;
		        margin: 0;
		        padding: 15px;
		}

.people-cards .subtitle	{
		font-size: 18px!important;
		        margin: 0;
		}

.people-cards a	{
		width: 45px;
		        height: 45px;
		        background: #f0f0f0;
		        border-radius: 0;
		        padding: 3px;
		        transition: all .3s;
		}

.people-cards a i	{
		color: #313131;
		        font-size: 30px;
		        transition: all .7s;
		}

.people-cards a:hover	{
		background: transparent;
		}

.people-cards a:hover i	{
		color: #e68541;
		}

.custom-timeline h3	{
		font-size: 30px;
		        margin: 15px 0;
		}

.custom-timeline .row:nth-child(even) > div	{
		border-left: 2px solid #e4e4e4;
		}

.custom-timeline .row:nth-child(odd) > div	{
		border-right: 2px solid #e4e4e4;
		        margin-left: 2px;
		        text-align: right;
		}

.custom-timeline .row:hover > div	{
		border-color: #e68541;
		}

.custom-timeline .row > div	{
		padding: 15px;
		}

#custom-footer-section .footer-col	{
		min-height: 155px;
		                  margin-bottom: 30px;
		}

#custom-footer-section .copyright a	{
		color: #e68541;
		                  font-size: 17px;
		}

.footer-social	{
		color:#7b7b7b;
		                  font-size:16px;
		}

.footer-social:hover	{
		color:  #e68541;
		}

/* END Styles form page blocks */

