@charset "utf-8";
/* CSS Document */

body{
	font-family:Roboto, Arial, Helvetica, sans-serif;
	}
ul li{list-style-type:none;}
h1 h2 h3 h4 h5 h6{font-weight:normal;}
.spacing
{ padding:70px 0;
}
/*---main css----*/

/*---header---*/

header{
	position:absolute;
	z-index:10000;
	width:100%;
	}
.top-header 
{
   padding: 10px 0 0;
}
.top-header p
{ 	
	color:#b6ccfe;
	float:right;
	font-size:16px;
}
.top-header p .fa
{
	color:#b6ccfe;
    font-size:16px;
    border:2px solid #b6ccfe;
    border-radius:50%;
    padding:4px 6px;
	margin-left:2px;
	width:29px;
	height:26px;
	}
.navbar-fixed-top, .navbar-fixed-bottom
{
	position:absolute;
}
.navbar-inverse
{
	background-color:transparent !important;
	border-color:transparent !important;
	padding:46px 0;
}
.navbar-inverse .navbar-nav > li > a
{
	color:#FFF;
	text-decoration: none;
    font-size: 15px;
	text-transform:uppercase;
	font-weight:400;

}
.navbar-inverse .navbar-nav > li > a:hover
{
	text-decoration:none;
	border-bottom:3px solid #FFF;
	
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus
{
	background-color:transparent !important;
}
.navbar-inverse .navbar-toggle
{
	border-color:transparent !important;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form
{
	border-color:transparent !important;
}
.banner{
position:relative;
} 

.banner img{width:100%;}


.banner-text {
    position: absolute;
    top: 60%;
    width: 50%;
    display: inline-block;
    background: rgba(0,0,0,0.6);
    text-align: center !important;
    right: 0;
    left: 0;
    margin: 0 auto;
    padding: 15px;
}


.banner-text h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
    /* margin-left: 112px; */
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
	position:relative;
}

.banner-text h2 strong {
    color: #fff;
    font-size: 50px;
    font-weight: 800;
    font-family: 'Roboto', sans-serif;
}

/*--header----*/

/*---section--*/
.welcome {
    text-align: center;
    border-top: 10px solid #0a1857;
    margin-top: -10px;
	border-bottom: 10px solid #0a1857;

}

.welcome .heading h2{
	font-family: 'Roboto', sans-serif;
    color:#514e4e;
	font-size:32px;
	margin-top:0;
	font-weight:300;
	
}
.welcome .heading span
{
	color:#0a1857;
	font-size:32px;
	font-weight:bold;
}
.welcome .heading h4 {
    font-family: 'Roboto', sans-serif;
    color: #0a1857;
    font-size: 15px;
    text-transform: uppercase;
    padding: 9px 0;
    position: relative;
    padding-bottom: 23px;
	font-weight:400;
}
.welcome .heading h4::before {
    width: 65px;
    height: 5px;
    margin-left: -32px;
    border-bottom: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
}

.welcome h3 {
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    color: #000;
    line-height: 25px;
}
.welcome p {
    font-size: 17px;
    font-weight: 400;
    color: #000;
	 font-family: 'Roboto', sans-serif;
}
.btn-default {
	box-shadow:3px 3px 5px rgba(0, 0, 0, .1);
    border-radius:0;
	padding:14px 26px;
	margin-top:38px;
	transform: translateZ(0);
  	backface-visibility: hidden;
  	transition-duration: 0.4s;
  	transition-property: transform;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.btn-default:hover
{
	background:#0a1857;
	color:#FFF;
	box-shadow:7px 0px 10px rgba(4, 4, 4, 0.3);
	
}

/*---practice section--*/
.practice
{
	background:url(../images/background.jpg) no-repeat;
	background-size:cover;
	text-align:center;
	background-attachment:fixed;
}
.practice .heading h4 {
    color: #b6ccfe;
    font-size: 15px;
    text-transform: uppercase;
    padding: 9px 0;
    position: relative;
    padding-bottom: 18px;
    font-weight: 200;
}
.practice .heading h4::before {
    width: 65px;
    height: 5px;
    margin-left: -35px;
    border-bottom: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
}

.practice .heading h2{
    color:#FFF;
	font-size:32px;
	margin-top:0;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}
.practice .heading h2 span
{
	color:#FFF;
	font-size:32px;
	font-weight:bold;
}
.practice .column .info h3 a{	
     color:#FFF;
	text-decoration:none;
	font-size:20px;
	font-family: 'Roboto', sans-serif;
}
.practice .column .info h3 a:hover {
    color: #b6ccfe;
   
}

.practice .column .info p{
	color:#b6ccfe;
	font-size:14px;
	font-family: 'Roboto', sans-serif;
}
.business {
    padding: 54px 0;
    margin: 0;
}
.practice .column .icon
{
	display:inline;
}
.practice .column .icon .fa
{
	font-size:28px;
	border:2px solid #FFF;
	border-radius:50%;
	color:#FFF;
	padding:18px 0;
	width:67px;
	height:65px;
	text-align:center;
	
}
.practice .column .icon:hover .fa {
    background: #FFF;
    color: #353478;
   
}
.biographics
{
	border-top:10px solid #061041;
		text-align:center;
}
.back-image img
{
	float:right;
}
.biographics .heading h4 {
    
    color:#0a1857;
    font-size: 15px;
    text-transform: uppercase;
    padding: 9px 0;
    position: relative;
    padding-bottom: 18px;
	font-weight:200;
	font-family: 'Roboto', sans-serif;
}
.biographics .heading h4::before {
    width: 60px;
    height: 5px;
    margin-left: -29px;
    border-bottom: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
}

.biographics .heading h2{
	
    color:#151515;
	font-size:32px;
	margin-top:0;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
	
}
.biographics .heading span{
	font-family: 'Roboto', sans-serif;
	color:#0a1857;
	font-size:32px;
	font-weight:800;
}
.biographics .description p{
	font-size:17px;
	padding:17px 0;
	font-family: 'Roboto', sans-serif;
	color:#000;
	font-weight:200;
}
.biographics .description h4 {
    color: #0a1857;
    font-weight: 300;
    font-size: 15px;
	font-family: 'Roboto', sans-serif;
}
.biographics .description h5 {
    color: #848484;
    font-size: 15px;
	font-family: 'Roboto', sans-serif;
	font-weight:300;
}
/*--- testimonial section--*/
.client-testimonial .heading h4 {
    color:#0a1857;
    font-size: 15px;
    text-transform: uppercase;
    padding: 9px 0;
    position: relative;
    padding-bottom: 18px;
	text-align:center;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}
.client-testimonial .heading h4::before {
    width: 60px;
    height: 5px;
    margin-left: -30px;
    border-bottom: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
}

.client-testimonial .heading h2{
	color:#151515;
	font-size:32px;
	margin-top:0;
	font-weight:300;
	text-align:center;
	font-family: 'Roboto', sans-serif;
	
}
.client-testimonial .heading span{
	color:#0a1857;
	font-size:32px;
	font-weight:bold;
    font-family: 'Roboto', sans-serif;
}

.client-testimonial .quotation {
    margin-top: 35px;
	display:inline-block;
}

.client-testimonial .quotation .item .testi-image span {
    border: 1px solid #cdcdcd;
    width: 150px;
    height: 150px;
    display: block;
    box-shadow: 0px 0px 4px #cdcdcd;
    background: #FFF;
    padding: 5px;
	font-family: 'Roboto', sans-serif;
}



.client-testimonial .testimonials p {
    color: #010101;
    font-size: 21px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}


.client-testimonial .testimonials span {
    color: #0a1857;
    font-size: 17px;
    font-weight: 400;
    margin: 25px 0;
    display: inline-block;
	font-family: 'Roboto', sans-serif;
}

.client-testimonial .testimonials .last-location {
    font-size: 17px;
    font-weight: 100;
	font-family: 'Roboto', sans-serif;
}

.client-testimonial
{
	background:url(../images/background3.jpg) no-repeat;
	background-size:cover;
}
.client-testimonial .pull-right {
   text-align: center !important;
   float:none !important;
   margin:10px 0;
}
.top-footer {
    background: url(../images/background4.jpg) no-repeat;
    background-size: cover;
    border-top: 8px solid #0f2e53;
}

.top-footer .quick-link h2
{
	margin-top:0px;
	color:#FFF;
	margin-bottom:20px;
	text-transform:uppercase;
	font-weight:400;
	font-size:17px;
	font-family: 'Roboto', sans-serif;
	
}
.top-footer .quick-link ul {
    
	display:inline;
}
.top-footer .quick-link ul li a
{
	color: #FFF;
    font-size: 15px;
    font-weight: 300;
	text-decoration:none;
	font-family: 'Roboto', sans-serif;
}
.top-footer .quick-link ul li a:hover
{
	color:#b6ccfe;
}
.top-footer .quick-link ul li
{
	padding:7px 0;
	width:34%;
	float:left;
}
.top-footer .connect h2
{
	margin-top:0px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:400;
	font-size:17px;
	font-family: 'Roboto', sans-serif;
}
.top-footer .legal
{
	border-top:1px solid #124261;
	margin:35px 0 0;
}
.top-footer .legal p
{
	color:#b8d1e1;
	padding:28px 0 0;
	font-size:12px;
	font-weight:300;
	font-family: 'Roboto', sans-serif;
}
.top-footer .connect ul {
    margin:0;
	padding:0;
}
.top-footer .connect ul li {
     float: left;
	 padding:11px 11px 0 0;
}
.top-footer .connect ul li .fa {
    color: #b6ccfe;
    font-size: 15px;
    border: 2px solid #b6ccfe;
    border-radius: 50%;
    padding: 6px 0px;
    width: 32px;
    height: 32px;
    text-align: center;
	text-decoration:none;
}
.top-footer .connect ul li .fa:hover {
    background: #FFF;
    color: #042941;
    border-color: #042941;
}
.bottom-footer p
{
	text-align:center;
	font-size:15px;
}
.bottom-footer p span a
{ text-decoration:none;
color:#000;

}
.bottom-footer p span a:hover
{ 
color:#0a1857;
}

.top{
	    position: fixed;
    bottom: 5%;
    right: 5px;
    text-decoration: none;
    color: #fff;
    background-color: rgba(0,0,0,0.5);
    background-image:url(../images/back-to-top-arrow.png);
    background-position: center 9px;
    -o-background-size: 15px 10px;
    -moz-background-size: 15px 10px;
    -webkit-background-size: 15px 10px;
    background-size: 15px 10px;
    background-repeat: no-repeat;
    height: 30px;
    width: 30px;
    border-radius: 30px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 1em;
    display: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;

}
.top:hover{
	    background-color: #e24141;
    background-position: center 7px;
}


.welcome .heading {
    padding: 0 0 20px 0;
}

.testimonials h4 {
    font-size: 21px;
    font-weight: 300;
	font-family: 'Roboto', sans-serif;
	color:#010101;
}

.pull-right .left {
    border: 1px solid #999999;
    padding: 5px 8px;
}

.pull-right .right {
    border: 1px solid #999999;
    padding: 5px 8px;
}

.footer-spacing{
	padding:25px 0;
	
}


/* Sweep To Right */

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    padding: 16px 25px;
    background: #f9f9f9;
    margin: 30px 0 0 0;
    text-decoration: none;
	border:1px solid #ccc;
	color:#525252;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #182158;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
  text-decoration:none;

}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}





/* Effect 8 */
.hi-icon-effect-8 .hi-icon {
	background: rgba(255,255,255,0.1);
	-webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
	-moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
	transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after {
	top: 0;
	left: 0;
	padding: 0;
	z-index: -1;
	box-shadow: 0 0 0 2px rgba(255,255,255,0.1);
	opacity: 0;
	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}

.hi-icon-effect-8 .hi-icon:hover {
	background: rgba(255,255,255,0.05);
	-webkit-transform: scale(0.93);
	-moz-transform: scale(0.93);
	-ms-transform: scale(0.93);
	transform: scale(0.93);
	color: #fff;
}

.hi-icon-effect-8 .hi-icon:hover:after {
	-webkit-animation: sonarEffect 1.3s ease-out 75ms;
	-moz-animation: sonarEffect 1.3s ease-out 75ms;
	animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-webkit-transform: scale(1.5);
		opacity: 0;
	}
}
@-moz-keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		-moz-transform: scale(1.5);
		opacity: 0;
	}
}
@keyframes sonarEffect {
	0% {
		opacity: 0.3;
	}
	40% {
		opacity: 0.5;
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
	}
	100% {
		box-shadow: 0 0 0 2px rgba(255,255,255,0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255,255,255,0.5);
		transform: scale(1.5);
		opacity: 0;
	}
}







.hi-icon {
	display: inline-block;
	font-size: 0px;
	margin:0;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	position: relative;
	z-index: 1;
	color: #fff;
}

.hi-icon:after {
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	font-family: 'FontAwesome';
	speak: none;
	/*font-size: 48px;
	line-height: 90px;*/
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}




.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background-color:rgba(0, 0, 0, 0.8);
	height:59px;
}


.sticky img{
	margin:4px 0;
}
.sticky p{
	display:none;
}

.sticky .top-header {
    padding: 0;
}	

.client-testimonial .pull-right .right,.client-testimonial .pull-right .left:hover {
    color:#999;
	background:#ccc;
	
}



.client-testimonial .pull-right .left,.client-testimonial .pull-right span{
	color:#999999;
	
}

/*---zoom in effect start---*/
.zoom_img{
	overflow:hidden;
	float:right;
	height:503px;
    width:645px;
}


.zoom_img img{
-moz-transition:-moz-transform 0.3s ease-in-out; 
-webkit-transition:-webkit-transform 0.3s ease-in-out; 
-o-transition:-o-transform 0.3s ease-in-out;
}

.zoom_img img:hover{
-moz-transform:scale(1.1); 
-webkit-transform:scale(1.1);
-o-transform:scale(1.1);
opacity:.8;

}
/*---zoom in effect end---*/


.navbar-default .navbar-right a::before, .navbar-default .menu-main-menu-container a::before{
	background:#fff;
}

.navbar-default .navbar-right a::before, .navbar-default .menu-main-menu-container a::before{
-webkit-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    content: '';
    top: auto;
}

.navbar-default .navbar-right a:hover::before, .navbar-default .navbar-right a:focus::before,
.navbar-default .navbar-right li.active a:before, .navbar-default .menu-main-menu-container a:hover::before,
.navbar-default .menu-main-menu-container a:focus::before
{
	width:25%;
}


/*---nav bottom transition start---*/

.column {
    /*margin: 10px 0;*/

}


.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right{
	right:70%;
}

.navbar-default .navbar-nav > li > a {
    font-weight: 400;
	color:#fff;
}


/*------loader start---------*/

  .preloader{ 
  position: fixed; 
  left: 0;
  top: 0;
  z-index: 99999; 
  width: 100%; 
  height: 100%; 
  overflow: visible;
  background: #fff url('../images/box.gif') no-repeat center center; 

}




/*------loader end---------*/

/*
.navbar-default .navbar-nav li{
position:relative;
text-align:left;
font-family: 'Roboto', sans-serif;
line-height:30px;


}

.navbar-default .navbar-nav li ul {
    display: none;
    margin: 0;
    padding: 6px 0;
    width: 100%!important;
    border-radius: 0 0 5px 5px;
}


.navbar-default .navbar-nav li ul {
    display: none;
    margin: 0;
    padding: 6px 0;
    width: 100%!important;
    border-radius: 0 0 5px 5px;
}


.navbar-default .navbar-nav ul li a:hover    {
    color:#fff;
}


.navbar-default .navbar-nav  li:hover ul  {
  display:block;
  position:absolute;
  z-index:1;
  background: rgba(0,0,0,0.8);
  left:0;
}

.navbar-default .navbar-nav li ul li a {
    margin: 0;
    display: block;
    width: 100%;
    text-decoration: none;
    color: #ccc;
    padding: 0 15px;
}

.navbar-default .navbar-nav li ul li a:hover {
    background: none;
    color: #fff;
    background: #87a8f5;
}

.navbar-default .navbar-right li ul li a::before {
    -webkit-transition: width 0.2s;
    -ms-transition: width 0.2s;
    transition: width 0.2s;
    position: absolute;
    left: 21px;
    bottom: 0;
    height: 2px;
    content: '';
    top: auto;
}


.navbar-default .navbar-right i.fa.fa-angle-down {
    vertical-align: text-bottom;
    }	
	
*/

.sub-menu-parent { position: relative; }
  
    .sub-menu { 
      visibility: hidden; /* hides sub-menu */
      opacity: 0;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      transform: translateZ(0);
      transform: translateY(10%);
      transition: all 0.5s ease 0s, visibility 0s linear 0.5s; /* the last value is the transition-delay for visibility */
    }

    .sub-menu-parent:hover .sub-menu {
      visibility: visible; /* shows sub-menu */
      opacity: 2;
      transform: translateX(0%);
      transition-delay: 0s; /* this removes the transition delay so the menu will be visible while the other styles transition */
    }


.sub-menu a { color: #fff; display: block; padding: 5px 15px; text-decoration: none; }
nav ul,
.sub-menu li { list-style-type: none; padding: 0; margin: 0; position:relative; }

/*nav > ul { background: #EEE; text-align:left; }
nav > ul > li { display: inline-block; border-left: solid 1px #aaa; }
nav > ul > li:first-child { border-left: none; }*/


.sub-menu li:hover {
    background: #87a8f5;
	color:#fff;
}

.sub-menu {
  background: rgba(0,0,0,0.8);
  text-align:left;
}


.sub-menu a:hover::before, .sub-menu a:focus::before {
    width: 100%!important;
}

.banner-text p {
    font-size: 18px;
    margin-top: 15px;
    padding: 40px 80px;
    line-height: 26px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}



.practice .heading  p {
    font-size: 20px;
    color: #fff;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	padding:50px;
}


.practice .heading h3 {
    font-size: 23px;
    color: #fff;
    text-transform: uppercase;
}


/*-----practice area page css start 15-1-2015------*/

.practice-bg{
background:#fff;
}


 .practice.practice-bg .heading h2 {
    color: #848484;
    font-size: 32px;
    margin-top: 0;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

.practice.practice-bg .heading h2 span {
    color:#848484;
    font-size: 32px;
    font-weight: bold;
}

.practice.practice-bg .heading h4 {
    color: #1F64A0;
    font-size: 15px;
    text-transform: uppercase;
    padding: 9px 0;
    position: relative;
    padding-bottom: 18px;
    font-weight: 200;
}


.practice.practice-bg .heading p {
    font-size: 20px;
    color: #585858;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 50px;
}


.practice.practice-bg .heading h3 {
    font-size:18px;
    color: #737373;
    text-transform: uppercase;
	padding-bottom:50px;
}



.practice .column.column-practice .info h3 a {
    color: #676767;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}



.practice .column.column-practice .info p {
    color: #999;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}


.practice .column.column-practice .icon .fa {
    font-size: 28px;
    border: 2px solid #2231A5;
    border-radius: 50%;
    color: #2231A5;
    padding: 18px 0;
    width: 67px;
    height: 65px;
    text-align: center;
}
/*-----practice area page css end 15-1-2015------*/

.info h3{
	color:#fff;
}	

.column-practice .info h3{
	color:#000;
	font-size:19px;
	font-weight:300;
}	





.border-practice{
border:1px solid #ccc;
}

.practice .column.column-practice{
border: 1px solid #f4f4f4;
    padding:50px 20px;
	}
	
	.practice .column.column-practice:hover{

background:#fbfbfb;
	}
	
	.practice .column.column-practice:hover .fa{
border: 1px solid #ccc;
color: #999 !important;
	}
	
	
	header:hover {
    background: rgba(0, 0, 0, 0.8);
	-webkit-transition: all .6s ease-in-out;
  -moz-transition: all .6s ease-in-out;
  -o-transition: all .6s ease-in-out;
  transition: all .6s ease-in-out;
}

.navbar{
margin-bottom:0 !important;
}



.nav > li{
padding:0 20px !important;
}