/* === Floating Enquire Button === */

#enquire-btn {
  position: fixed;
  right: 0;
  top: 300px;
  width: 59px;
  height: 143px;
  z-index: -99;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: opacity 1.75s ease-in-out;
  -webkit-transition: opacity 1.75s ease-in-out;
  -moz-transition: opacity 1.75s ease-in-out;
  -ms-transition: opacity 1.75s ease-in-out;
  -o-transition: opacity 1.75s ease-in-out;
}

#enquire-btn:hover {
display:none;
  filter: alpha(opacity=70);
  opacity: 0.7;
}


/* === Services - Steps Bar=== */
.steps .steps-part-2 {
 vertical-align: top;
}
.steps-container {display:table; min-width:100%; padding-left:15px; padding-top:0px; margin-bottom:15px;}
.steps-container .steps{
	width:20%;display:
	table;
	float:left;  
}

.steps-container .steps-part-1-first, .steps-container .steps-part-3-last
{
	width:10%;
background:#20407c;
min-height:100px;
display:table-cell;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out; 
-o-transition: all 0.7s ease-in-out; 
-ms-transition: all 0.7s ease-in-out; 
}
.steps-container .steps-part-1
{
	width: 0; 	
	border-top: 70px solid transparent;
	border-bottom: 70px solid transparent;
	border-left: 20px solid #FFFFFF;
	min-height:100px;display:table-cell;
	background:#20407c;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out; 
-o-transition: all 0.7s ease-in-out; 
-ms-transition: all 0.7s ease-in-out; 
}
.steps-container .steps-part-2
{
	width:80%;
	background:#20407c;
	color:#ffffff;
	min-height:100px;
	display:table-cell;
	padding: 10px 0;
       font-size: 12px;
       text-transform: uppercase;
       text-align: center;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out; 
-o-transition: all 0.7s ease-in-out; 
-ms-transition: all 0.7s ease-in-out; 
}
.steps-container .steps-part-3
{
	width: 0; 	
	border-top: 70px solid transparent;
	border-bottom: 70px solid transparent;
	border-left: 20px solid #20407c;
	min-height:100px;display:table-cell;
        -webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out; 
-o-transition: all 0.7s ease-in-out; 
-ms-transition: all 0.7s ease-in-out; 
}

.steps-container .steps.active .steps-part-1-first,
.steps-container .steps.active .steps-part-1,
.steps-container .steps.active .steps-part-2,
.steps-container .steps.active .steps-part-3-last
{
	background:#000000;
}
.steps-container .steps:hover .steps-part-1-first,
.steps-container .steps:hover .steps-part-1,
.steps-container .steps:hover .steps-part-2,
.steps-container .steps:hover .steps-part-3-last
{
        background:#222222;
}
.steps-container .steps:hover .steps-part-3
{
	border-left: 20px solid #222222;
} 
.steps-container .steps.active .steps-part-3
{
	border-left: 20px solid #000000;
} 
a.disabled             
{
pointer-events: none;
cursor: default;
}
.steps-container  .steps-part-2 img
{
width:64px;
height:64px;
-webkit-transition: all 0.7s ease-in-out;
-moz-transition: all 0.7s ease-in-out; 
-o-transition: all 0.7s ease-in-out; 
-ms-transition: all 0.7s ease-in-out; 
}
.steps-container  .steps:hover .steps-part-2 img
{
-webkit-transform: rotate(360deg); 
-moz-transform: rotate(360deg); 
-o-transform: rotate(360deg);
-ms-transform: rotate(360deg); 
}
/* === Capabilities Pages === */
.capabilities .wpb_accordion_header > a
{
font-size: 36px !important; 
text-transform: uppercase;
line-height: 32px;
}
