	.style-4 .single-service {
  border: 1px solid #ddd;
  padding: 25px 25px;
  margin-bottom: 31px;
  /* box-shadow: 0 5px 30px -5px #ccc; */
  position:relative;
  -webkit-transition:.3s;
  transition:.3s;
  text-align:center;
}
.single-service h3 {
    color: #190044;
    font-size: 19px;
    font-weight: 500;
    padding-bottom: 5px;
    letter-spacing: 1px;
}

.style-4 .single-service i.fa {
	color: #170042;
	font-size: 30px;
	margin: 25px 0px;
	border: 1px solid #180043;
	text-align: center;
	border-radius: 50%;
	position: relative;
	width: 60px;
	height: 60px;
	line-height: 60px;
	-webkit-transition:.5s;
	transition:.5s;
}
.style-4 .single-service:after, .single-team:after {
	position: absolute;
	content: "";
	width: 0%;
	border-top: 3px solid #ff5500;
	left: 0;
	top: 0;
	border-left: 3px solid #ff5500;
	height: 0%;
	z-index: 2;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility:hidden;
	-webkit-transition:.5s;
	transition:.5s;
}
.style-4 .single-service:before,  .single-team:before {
	position: absolute;
	content: "";
	width: 0%;
	border-bottom: 3px solid #fe5606;
	right: 0;
	bottom: 0;
	border-right: 3px solid #fe5606;
	height: 0%;
	z-index: 2;
	opacity:0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	visibility:hidden;
	-webkit-transition:.5s;
	transition:.5s;
}
.style-4 .single-service:hover:before, .single-service:hover:after{
	opacity:1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	visibility:visible;
	height:50%;
	width:50%;
}
.style-4 .single-service:hover i.fa {
	background-color: #ff5201;
	border-color: #ff5201;
	color: #fff;
}

.widget-title h4 {
    font-size: 29px;
    padding-top: 18px;
}

.feature-list {
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-bottom: 15px;
    /* padding-top: 15px; */
    font-size: 15px;
    font-weight: 700;
    color: #190044;
}

.modify-bar {
    padding: 10px 5px;
background-color: #190044;
    margin: 10px 0;
    color: #ffffff;}
	
	
	.page-title{
	position:relative;
	padding-top: 207px;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	text-align:center;
	padding-bottom: 124px;
	/* height: 275px; */
}

.page-title:before{
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	position:absolute;
	background:rgba(0, 0, 0, 0);
}

.page-title .auto-container{
	position:relative;
	z-index:1;
}	

.page-title h1{
	position:relative;
	font-size:32px;
	/* font-weight:900; */
	color:#ffffff;
	padding-bottom:60px;
	line-height:1.4em;
	text-transform:uppercase;
}

.page-title h1:after{
	position:absolute;
	content:'';
	left:50%;
	bottom:10px;
	width:1px;
	height:42px;
	/* background-color:rgba(255,255,255,0.30); */
}

.page-title .bread-crumb-outer{
	position:relative;
	display: none;
	padding: 18px 50px;
	top:8px;
	background-color:rgba(255,255,255,0.15);
}

.page-title .bread-crumb-outer .bread-crumb li{
	position:relative;
	float:left;
	margin-right:30px;
	color:#ffffff;
	font-size:14px;
	line-height:24px;
	font-weight:600;
	/* text-transform:uppercase; */
}

.page-title .bread-crumb-outer .bread-crumb li:last-child{
	margin-right:0px;
}

.page-title .bread-crumb-outer .bread-crumb li:after{
	content:'\f105';
	font-family: 'FontAwesome';
	position:absolute;
	right:-22px;
	width:10px;
	line-height:20px;
	font-size:14px;
	color:#ffffff;
}

.page-title .bread-crumb-outer .bread-crumb li:last-child:after{
	display:none;	
}

.page-title .bread-crumb-outer .bread-crumb li a{
	color:#ffffff;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.page-title .bread-crumb-outer .bread-crumb li a:hover{
	color: #d8d8d8;
}

.page-title .bread-crumb-outer .bread-crumb li.active{
	color: #d8d8d8;
}


.contact-info-area {
  padding-bottom: 70px;
}

 .contact-info .item {
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  padding: 17px 30px;
  text-align: center;
  background: #ffffff none repeat scroll 0 0;
  height: 204px;
  margin-bottom: 57px;
}
 .contact-info .item h4{
	 
margin-bottom: 10px;
	}
 .contact-info .item i {
  color: #0b74df;
  display: block;
  font-size: 44px;
  text-align: center;
  margin-bottom: 15px;
}

.contact-info-area .contact-info .item .info {
  margin-top: 0px;
}

.contact-info-area .contact-info .item .info h4 {
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.contact-info-area .contact-info .item .info p {
  margin: 0;
}

.contact-info {

padding: 15px 0;


/* margin-bottom: 55px; */
}



.contact-info h3 {



    margin: 0px;



    text-transform: uppercase;



    margin-bottom: 15px;



}



.contact-info p {



    font-size: 16px;



    line-height: 22px;



}



.contact-info .con-det {



    display: inline-block;



    width: 100%;



}



.contact-info .con-det li {



    display: inline-block;



    width: 100%;



    margin-bottom: 20px;



}



.contact-info .con-det i {



    font-size: 24px;



    color: #f8931f;



    float: left;



    width: 45px;



    height: 80px;



}



.contact-info .social_icons {



}



.contact-info .social_icons a {



    background: #f5f5f5;



    font-size: 16px;



    margin-right: 2px;



    margin-bottom: 2px;



}



.contact-info .con-det h6 {



    text-transform: uppercase;



    margin-top: 0px;



}

