/*
1.Why Choose Us Section 
======================*/
.why-choose-inner {
	box-shadow: 0 0 55px #f3f3f3;
	-webkit-box-shadow: 0 0 55px #f3f3f3;
	-moz-box-shadow: 0 0 55px #f3f3f3;
	position:relative;
	padding:1px;
}
.why-choose-inner::after,
.why-choose-inner::before{
 	content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    opacity: 1;
    -webkit-transition: opacity .4s, -webkit-transform .35s ease-in-out;
    -moz-transition: opacity .4s, -moz-transform .35s ease-in-out;
    -o-transition: opacity .4s, -o-transform .35s ease-in-out;
    transition: opacity .4s, transform .35s ease-in-out;
	z-index:1;
}
.why-choose-inner::before{
    border-top: 1px solid #2f87fd;
    border-bottom: 1px solid #2f87fd;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.why-choose-inner::after {
    border-right: 1px solid #2f87fd;
    border-left: 1px solid #2f87fd;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.why-choose-inner:hover::before,
.why-choose-inner:hover::after{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.why-choose-thumb {
	position: relative;
}
.why-choose-text {
	padding: 60px 15px 20px 15px;
	background: #fff;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
	
}
.why-choose-inner {
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-bottom:30px;
}
.why-choose-text h2 a {
	font-size: 24px;
	text-transform: capitalize;
	font-weight:normal;
}
.why-choose-inner:hover .why-choose-text h2 a{
	color:#0cb1f6
}
.why-choose-icon {
	position: absolute;
	width: 80px;
	height: 80px;
	background: #fff;
	border-radius: 100%;
	line-height: 80px;
	text-align: center;
	margin: 0px auto;
	left: 0;
	right: 0;
	bottom: -50px;
	font-size:35px;
	color:#2f87fd;
	border:1px solid #2f87fd;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 500ms ease;
	z-index:3;	
}
.why-choose-inner:hover .why-choose-icon{
	background:#2f87fd;
	color:#FFF;
}
.thumb-wrp{
	height:250px;
	display:block;
	overflow:hidden;
}
.thumb-wrp img{
	width:100%;
	min-width:100%;
	min-height:250px;
}
.why-choose-inner a{
	position:relative;
	z-index:2;	
}
/*
2.Service Section
============================*/
.service-item .inner {
	margin-bottom: 30px;
	position: relative;
	margin-bottom: 30px;
	display:block;
	text-align: center;
	padding: 40px 20px;
	background: #fff;
	border: 1px solid #f0f0f0;
	box-shadow: 0 0 55px #f3f3f3;
	-webkit-box-shadow: 0 0 55px #f3f3f3;
	-moz-box-shadow: 0 0 55px #f3f3f3;
}
.service-content p {
	margin-bottom: 0;
	margin-top: 15px;
}
.service-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 100%;
	visibility:hidden;
	background-color: rgba(0, 0, 0, 0.59);
	transition: all 0.4s ease 0s;
}
.service-item .inner::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	z-index: 9;
	content: "";
	height: 0px;
	position: absolute;
	width: 0px;
	border-left: 1px solid #0cb1f6;
	border-top: 1px solid #0cb1f6;
	visibility:hidden;
	transition: all 0.4s ease 0s;
}
.service-item .inner::after {
	position: absolute;
	top: 0;
	right: 0;
	content: '';
	z-index: 9;
	content: "";
	height: 0px;
	position: absolute;
	width: 0px;
	border-top: 1px solid #0cb1f6;
	border-right: 1px solid #0cb1f6;
	visibility:hidden;
	transition: all 0.4s ease 0s;
}
.service-content::before {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	z-index: 9;
	content: "";
	height: 0px;
	position: absolute;
	width: 0px;
	border-left: 1px solid #0cb1f6;
	border-bottom: 1px solid #0cb1f6;
	visibility:hidden;
	transition: all 0.4s ease 0s;
}
.service-content::after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: '';
	z-index: 9;
	content: "";
	height: 0px;
	position: absolute;
	width: 0px;
	border-right: 1px solid #0cb1f6;
	border-bottom: 1px solid #0cb1f6;
	visibility:hidden;
	transition: all 0.4s ease 0s;
}
.service-item .inner:hover.inner::before,
.service-item .inner:hover.inner::after,
.service-item .inner:hover .service-content::after,
.service-item .inner:hover .service-content::before
{
	visibility:visible;
	transition: all 0.4s ease 0s;
	width: 60px;
	height:60px;
}
.service-item .inner h2 {
	text-transform: capitalize;
	font-size: 20px;
	margin-top:0;
}
.service-icon {
	width: 60px;
	height: 60px;
	margin: 0px auto;
	line-height: 54px;
	transition: all 0.4s ease-in-out 0s;
	margin-bottom: 20px;
}
.service-icon i{ color:#2f87fd; font-size:55px;}


/*
3.Count item
============================*/
.count_item{
	padding:15px;
	text-align:center;	
}
.count_item i{
	display:block;
	font-size:50px;	
}


/*  ----------------------------------------------------
4.Team
-------------------------------------------------------- */
.team_box {
  margin-top: 30px;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 42px rgba(0, 0, 0, 0.08);
  padding: 15px;
  border-radius: 4px;
}
.team_box .team_img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
.team_box .team_img:before {
  border-radius: 5px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  opacity: 0;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 123, 255, 0.73) 0%;
  background: -webkit-gradient(linear, right bottom, left top, from(rgba(0, 123, 255, 0.73)), color-stop(70%, rgba(20, 77, 200, 0.26)));
  background: linear-gradient(to left top, rgba(0, 123, 255, 0.73) 0% 0%, rgba(20, 77, 200, 0.26) 70% 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0, 123, 255, 0.73) 0%', endColorstr='rgba(20, 77, 200, 0.26) 70%',GradientType=1 );
}
.team_box .team_img ul.team_social {
  opacity: 0;
  position: absolute;
  text-align: center;
  color: #ffffff;
  width: 100%;
  bottom: 5px;
  padding: 0;
  margin: 0;
  float: none;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.team_box .team_img ul.team_social li {
  display: inline-block;
  float: none;
  padding: 5px;
  font-size: 28px;

}
.team_box .team_img ul.team_social li a {
  color: #FFFFFF;
  font-size:20px;
  margin:5px;
}
.team_box .team_img ul.team_social li a:hover {
  color: #dddddd;
}
.team_box h4 {
  padding:0px;
  margin: 15px 0 0 0;
  font-weight: 500;
  text-transform: capitalize;
}
.team_box p {
  margin: 0;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 14px;
  color: #0652fd;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.team_box:hover .team_img:before {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  opacity: 1;
}
.team_box:hover .team_img ul.team_social {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  opacity: 1;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  
}
.team_box:hover p {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}

.team_box.active .team_img:before {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  opacity: 1;
}
.team_box.active .team_img ul.team_social {
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  opacity: 1;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.team_box.active p {
  color: #6cc47f;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  margin:0px;
  padding:0px;
}
/*
* -------------------------------------------------------------
* 05.  PORTFOLIO 
* -------------------------------------------------------------
*/
.portfolio-filter ul {
    list-style: outside none none;
    margin-bottom: 10px;
    text-align: center;
}
.portfolio-filter ul li {
    margin: 5px;
    cursor: pointer;
    font-size: 12px;
    padding: 10px 20px;
    display: inline-block;
    border: 2px solid #fff;
    text-transform: uppercase;
    -webkit-transition: all 0.36s ease-in-out 0s;
    transition: all 0.36s ease-in-out 0s;
}
.portfolio-filter ul li.active,
.portfolio-filter ul li:hover {
    background: #2f87fd;
    border: 2px solid #2f87fd;
    color: #fff;
}
.grid .mix {
    display: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.single-work {
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.36s ease-in-out 0s;
    transition: all 0.36s ease-in-out 0s;
}
.single-work:hover {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08)
}
.work-overlay {
    height: 100%;
    width: 100%;
    background: rgba(249, 152, 0, 0.5) none repeat scroll 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.36s ease-in-out 0s;
    transition: all 0.36s ease-in-out 0s;
	
}
.work-overlay a{
	color:#fff;
}
.single-work:hover .work-overlay {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.work-title h5 {
    margin: 80px 0 0
}
.col-md-3 .work-title h5 {
	margin-top:30px;
}
.work-title p {
    margin: 0;
	color:#fff;
}
.work-icon a {
    font-size: 24px;
    -webkit-transition: all 0.36s ease-in-out 0s;
    transition: all 0.36s ease-in-out 0s;
}
.single-work:hover .work-icon a {
    color: #fff;
}
.work-icon a:hover {
    color: #000 !important
}
.work-icon  i {
	margin-top:25px;
	font-size:40px;
	display:inline-block;	
}


/*
05.Testimonial Section
=========================*/
.all-testimonial{
	text-align:center;	
}
.all-testimonial .owl-item img {
	border-radius: 100%;
	border: 1px solid #0cb1f6;
}
.all-testimonial .owl-nav {
	bottom: -30px;
	position: absolute;
	text-align: center;
	width: 100%;
	display:none;
}
.all-testimonial .owl-controls .owl-buttons div {
	background: none;
	opacity:1
}
.all-testimonial{
	overflow:hidden;
	position:relative;
}
.all-testimonial .owl-item,
.all-testimonial .item{
	float:left;
}

.client-thumb {
  border-radius: 100%;
  height: 100px;
  margin-right: 50px;
  width: 100px;
}
.sngl-client {
	border: 1px solid #fafafa;
	margin-bottom: 30px;
	text-align: center;
	margin: 5px;
}
.all-testimonial {
	text-align: center;
	padding-bottom: 50px;
}
.single-testimonial {
	display: inline-flex;
	padding: 40px 50px;
	width: 620px;
	margin: 0px auto;
	background: #fff none repeat scroll 0 0;
	position: relative;
	text-align: left;
}
.client-comment p {
  font-style: italic;
  margin-bottom:0px;
}
.all-testimonial.owl-carousel .owl-item .client-signature img{
	margin-bottom: 20px;
	width:auto;
	height:auto
}
.client-comment h4 {
	text-transform: capitalize;
	font-weight: 700;
	padding:0px;
	margin:0px;
}
.client-comment .text {
	color: #8d8d8d;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 16px;
	font-family: open sans;
	margin-bottom: 15px;
	display: inline-block;
}
.client-thumb {
  margin-right: 30px;
  margin-top:5px;
}
.client-comment {
	margin: 0px auto;
}
.client-comment::before {
	color: #fff;
	content: "\f10e";
	font-family: fontawesome;
	font-size: 30px;
	left: 20px;
	position: absolute;
	bottom: 20px;
	z-index: 2;
}
.client-comment::after {
	position: absolute;
	content: "";
	border-top: 110px solid transparent;
	border-left: 110px solid #0cb1f6;
	bottom: 0;
	left: 0;
	height: 110px;
}
.client-comment > ul {
  padding-bottom: 15px;
}
.client-comment li {
  display: inline-block;
}
.client-comment li a{
border: 2px solid #0cb1f6;
border-radius: 100%;
color: #0cb1f6;
display: inline-block;
height: 30px;
line-height: 26px;
width: 30px;
margin: 0px 5px;
}
.client-comment li a:hover{background:#0cb1f6;transition: all 0.4s ease-in-out 0s;color:#fff}
.client-sec .owl-controls {
  display: none;
}

.all-testimonial.owl-carousel.owl-theme .owl-dot {
  border: 2px solid #0cb1f6;
  border-radius: 100%;
  display: inline-block;
  height: 15px;
  margin: 0 5px;
  width: 15px;
  position:relative;
}
.all-testimonial.owl-carousel.owl-theme .owl-dot.active span {
	background: #0cb1f6 none repeat scroll 0 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	border: 2px solid #072948;
	border-radius: 100%;
}

/*
06.Page Heading Section
==========================*/
.pagehding-sec {
	background-image: url("../img/page_hd.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 50px;
	padding-top: 60px;
	position: relative;
	background-size: cover;
}
.page-heading h1 {
	font-size: 40px;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;
	color:#fff;
}
.breadcrumb-list {
	text-align: left;
}
.breadcrumb-list li {display: inline-block;
position: relative;
padding: 0px 14px;}
.breadcrumb-list li a {
	font-weight: 600;
	text-transform: capitalize;
	color: #fff;
}
.breadcrumb-list li:last-child a {
  color: #0cb1f6;
}
.breadcrumb-list li::before {
  content: "/";
position: absolute;
right: -8px;font-size:16px;
font-weight: 600;
color:#fff;
}
.breadcrumb-list li:last-child::before{display:none}
.breadcrumb-list li:last-child::before {
  display: none;
}


/*
07.Team section
=================*/
.team-member {
background: #fff none repeat scroll 0 0;
padding-bottom: 20px;
text-align: center;
margin-bottom: 30px;position:relative;overflow:hidden;transition: all 0.4s ease-in-out 0s;
z-index:2
}
.team-member::after {
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	width: 100%;
	height: 35%;
	left: 0;
	z-index: -1;
}
.team-member::before {
	position: absolute;
	content: "";
	width:100%;
	height:100%;
	z-index: -1;
	transition: all 0.4s ease 0s;
	top: 0px;
	left:0;
	background:#072948;
	filter: alpha(opacity=75);	
}
 .team-member:hover.team-member::before{width:100%;transition: all 0.4s ease-in-out 0s;background:#0cb1f6;}
.team-member:hover .team-overlay{visibility:visible;transition: all 0.4s ease-in-out 0s;-moz-opacity: 0.75;
	opacity: 0.75;top:0px;background:#0cb1f6;}
.team-member:hover.team-member h2{color:#fff;transition: all 0.4s ease-in-out 0s;}
.team-member:hover.team-member h3{color:#fff;transition: all 0.4s ease-in-out 0s;} 
.team-member:hover .team-thumb{border-radius:0;transition: all 0.4s ease-in-out 0s;} 
.team-thumb {
	position: relative;
	overflow: hidden;
	border-radius: 100%;
	transition: all 0.4s ease-in-out 0s;
}
.team-overlay{
  position: absolute;
  width: 100%;
  left: 0;height:100%;top:100%;	
background:#0cb1f6;
filter: alpha(opacity=75);
visibility:hidden;transition: all 0.4s ease-in-out 0s;
}
.team-overlay ul{
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.team-member img {
  width: 100%;
}
.team-member  h2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  text-transform: uppercase;transition: all 0.4s ease-in-out 0s;
  color:#fff;
}
.team-member  h3 {
  font-size: 14px;
  text-transform: capitalize;transition: all 0.4s ease-in-out 0s;
  color:#fff;
}
.team-overlay li a {
	width: 30px;
	height: 30px;
	display: inline-block;
	background: #282828;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	line-height: 30px;
}
.team-overlay li{
	  transition: 0.6s;
      -webkit-transition: 0.3s;
      -khtml-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
	display: inline-block;	
	text-align: left;	
	padding:5px 0;	
}
.team-member:hover .team-overlay li{transform: translateY(0px);}
.team-overlay li:nth-child(1) {
transform: translateY(20px);
transition-delay: .1s; }
.team-overlay li:nth-child(2) {
transform: translateY(40px);
transition-delay: .2s; }
.team-overlay li:nth-child(3) {
transform: translateY(60px);
transition-delay: .3s; }  
.team-overlay li:nth-child(4) {
transform: translateY(80px);
transition-delay: .4s; }
.team-overlay li:nth-child(5) {
transform: translateY(100px);
transition-delay: .5s; }

.team-member li i{color:#fff}

.testimonial-text.expert-team {
	position: relative;
	padding-bottom: 70px;
}
.testimonial-text.expert-team::before {
	position: absolute;
	content: "";
	background-image: url(../img/team_sec_bg.png);
	width: 100%;
	height: 100%;
	top: 0;
	left: -165px;
	background-repeat: no-repeat;
	z-index: -1;
}



/*
08.product-category-image-grid-wrp
=================*/
.product-category-image-grid-wrp figure{
	position:relative;
	max-height:200px;
	overflow:hidden;
	
}
.product-category-image-grid-wrp figure a.box_wrp{
	overflow:hidden;
	display:block;
}
.product-category-image-grid-wrp img{
	width:100%;
	height:auto;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;	
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.product-category-image-grid-wrp figure:hover img{
		-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.product-category-image-grid-wrp figure:after{
	content:"";
	position:absolute;
	left:14px;
	right:14px;
	bottom:0px;
	top:0px;
	background:rgba(0,0,0,0.3);	
	z-index:9;
}
.product-category-image-grid-wrp figcaption{
	left:10%;
	right:10%;
	top:50%;
	position:absolute;
	color:#000;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	z-index:99;

}
.product-category-image-grid-wrp figure:hover figcaption{
	top:40%;
}

.product-category-image-grid-wrp h4{
	margin-bottom:0px!important;
	padding:0px;
	text-transform: capitalize;
	font-weight: 700;
}
.product-category-image-grid-wrp p{
	line-height:20px;
	font-size:14px;
}

/* --------------------------------------
  12. BLOG
-----------------------------------------*/
.blog-item {
  color: #212121;
  padding: 35px;
  position: relative;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.blog-item  .post-meta {
  font-size: 13px;
  color: #6f6f6f;
}
.blog-item  .post-meta ul li {
  display: inline-block;
}
.blog-item  .post-meta ul li:first-child::after {
  content: '|';
}
.blog-item .post-title {
  margin: 20px 0;
}
.blog-item .post-title h3 a  {
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.blog-item .post-title h3 {
  font-size: 17px;
  font-weight: 400;
}
.blog-item .post-content p {
  color: #6f6f6f;
  font-size: 14px;
}
.blog-item .cleartop {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
}
.blog-item .cleartop .link {
  float: left;
}
.blog-item .cleartop .link a {
  font-weight: 400;
  font-size: 14px;
  position: relative;
  display: inline-block;
}
.blog-item .cleartop .link a:hover {
  color: #212121;
}
.blog-item .cleartop .link a:after {
  content: '';
  opacity: 0.5;
  width: 0%;
  height: 34%;
  position: absolute;
  left: 0;
  top: 15px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.blog-item .cleartop .link a:hover::after {
  width: 100%;
}
.blog-item .cleartop .comment {
  float: right;
  font-weight: 400;
  font-size: 14px;
  color: #6f6f6f;
}
/* SECTION TITLE */

/* --------------------------------------
  12. SECTION TITLE
-----------------------------------------*/
.sec-title {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 60px;
}
.sec-title h4 {
  font-weight:normal;
  font-size: 40px;
  margin-bottom:0px;
  padding:0px;
}
.sec-title h4 span {
  font-weight: 700;
}
.sec-title p {
  font-weight: 300;
  color: #6f6f6f;
  letter-spacing: 1px;
  font-size: 13.5px;
  max-width:800px;
  width:100%;
  margin: 0 auto;
}

/*
* -------------------------------------------------------------
*    9. skills
* -------------------------------------------------------------
*/
.bc-skills-progress{
    overflow: hidden;
   
}
.bc-skills-progress .progress {
    background: #ddd none repeat scroll 0 0;
    position: relative;
    overflow: visible;
    margin: 35px 0 50px 0;
    box-shadow: none;
    border-radius: 0;
    height: 10px;
}
.bc-skills-progress .progress.last-child{
	margin-bottom:0px;	
}
.bc-skills-progress .progress-bar {
    background: #333 none repeat scroll 0 0;
    box-shadow: none;
}
.bc-skills-progress .progress .lead {
    left: 0;
    top: -25px;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
}
.bc-skills-progress .progress-bar > p {
    float: right;
    font-size: 12px;
    font-weight: 700;
    margin-right: -16px;
    margin-top: -25px;
    position: relative;
    color: #333;
}

/*
* -------------------------------------------------------------
*    9. skills
* -------------------------------------------------------------
*/
.list-icon {
	padding-bottom:20px;
	position:relative;
	padding-bottom:30px;
	padding-left: 50px;
}
.list-icon i {
	font-size:42px;
	color: #ff3c20;
	position: absolute;
	left:0px;

}
.list-icon h4 {
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	position: relative;
	
	margin: 0;
	line-height: 34px
}
.list-icon p {
	font-size: 16px;
	line-height: 1.4;
	max-width: 87%;
	margin-top: 5px;
	margin-bottom: 0
}
/* -----------------------------
3. Icon List style
-------------------------------- */
ul.bc-icon-list{
	margin:0px;
	padding:0px;	
}
ul.bc-icon-list h4{
	margin-top:0px;
	padding-top:0px;	
}
ul.bc-icon-list li{
	padding-left:70px;
	display:block;
	list-style:none;
	position:relative;
	padding-bottom:40px;
}
ul.bc-icon-list li:last-child{
	padding-bottom:0px;	
}
ul.bc-icon-list li:last-child p{
	margin-bottom:0px;	
}
ul.bc-icon-list li .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-size: 30px;
	height: 50px;
	line-height:50px;
	text-align:center;
	width: 50px;
	border: 1px solid #78abf1;
	color: #78abf1;
	-webkit-transition: all 0.36s ease-in-out 0s;
    transition: all 0.36s ease-in-out 0s;
	
}
ul.bc-icon-list li:hover .icon {
	box-shadow: 5px 5px 0 0 #78abf1;
}
ul.bc-icon-list.round li .icon{
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;	
}
ul.bc-icon-list.round i{
	display:block;
	text-align:center;
	line-height:30px;	
}

/*
* -------------------------------------------------------------
*    09.Contact us
* -------------------------------------------------------------
*/
.icon-list-2nd {
    margin: 0;
	padding:0px;
}
.icon-list-2nd li{
	list-style:none;
	display:block;
	margin-bottom:30px;
	padding-left:40px;
	position:relative;	
}
.icon-list-2nd li i{
	position:absolute;
	left:0px;
	top:0px;
	font-size:30px;	
}
