﻿
/* CSS Document */

/* 
    Created on : 21/6/2016. 
    Theme Name : Legal Station.
    Description: LEGAL STATION- Responsive html5 legal solution template.
    Version    : 1.0.
    Author     : @TheMazine.
   
*/

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Preloader  */
/*   02 - Global stlye  */
/*   03 - Main Banner  */
/*   04 - Main-menu*/
/*   05 - Banner-heading */
/*   06 - Company Facts  */
/*   07 - Provide Legal  */
/*   08 - About Legal  */
/*   09 - Practice Area  */
/*   10 - We Are Best  */
/*   11 - Our Responsibility  */
/*   12 - Our Advocate  */
/*   13 - Testimonial  */
/*   14 - Latest News  */
/*   15 - Bottom Banner  */
/*   16 - Footer  */
/*   17 - Inner Banner  */
/*   18 - Best Attorneys  */
/*   19 - Advocate Single Profile  */
/*   20 - Parctice Area Threee  */
/*   21 - Practice Area Single Page  */
/*   22 - Contact Us  */
/*   23 - 404 Page  */
/*   24 - Blog Single Page  */
/*   25 - Contact form activation  */





/**
* Importing necessary  Styles.
**/

@import url('http://fonts.googleapis.com/css?family=Raleway:400,600,600italic,700,700italic,400italic');
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,600,700italic,600italic,300');
/*----bootstrap css ----- */
@import url('../assest/bootstrap/bootstrap.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*-----Vegas Slider-------*/
@import url('../assest/vegas/vegas.min.css');
/*----- Hover css ------*/
@import url('../assest/theme-hover.css');
/*----owl-carousel css----*/
@import url('../assest/owl-carousel/owl.carousel.css');
@import url('../assest/owl-carousel/owl.theme.css');


/*________________Preloader_______________ */
@-webkit-keyframes spinning-circle {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    overflow: hidden;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    background: url(../images/1.png) no-repeat center;
    animation: spinning-circle 2s linear infinite;
    margin: -25px 0 0 -25px;
    overflow: hidden;
}

/*______________________ Global stlye ___________________*/

 @font-face {
  font-family: 'font-awesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
 }

 body {
 	font-family: 'Open Sans', sans-serif;
 	font-weight: normal;
 	color:#666666;
  font-size: 16px;
 }

 h1,h2,h3,h4,h5,h6,p,ul { margin:0;padding: 0;}
 h1,h2,h3,h4,h5 { color:#000000; }
 h1 {font-size: 60px;}
 h2 {font-size: 36px;}
 h3 {font-size: 22px;}
 h4 {font-size: 20px;}
 h5 {font-size: 18px;}
 h6 {font-weight: 700; font-family: 'Open Sans', sans-serif; font-size: 16px;}
 h2 span {color:#4894ff;}
 p {line-height: 26px;}
 ul {list-style-type: none;}
 a {text-decoration: none; display: inline-block;}
 a:hover,a:focus,a:visited {text-decoration: none; outline: none;}
 img {max-width: 100%; display: block;}

 button {border:none;outline: none;box-shadow: none;display: block; padding: 0;}
 input,textarea {display: block; outline: none; box-shadow: none;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}

.theme-button {
 	width:160px;
 	line-height: 50px;
 	text-align: center;
 	text-transform: uppercase;
 	font-weight: 600;
 	color: #fff;
 	-webkit-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
 }

 .clear-fix { clear:both;}
 .clear-fix:after {
 	display: table;
  content: '';
  clear: both;
 }
 .tran3s {
 	-webkit-transition: all 0.3s ease-in-out;
 	-o-transition: all 0.3s ease-in-out;
 	transition: all 0.3s ease-in-out;
 }
 .theme-decor {
 	width:26px;
 	height:72px;
 	
 	position: relative;
 	font-size: 10px;
 	color:#fff;
 	margin:32px auto 0 auto;
 	cursor: pointer;
 }
/*  .theme-decor:before {
  	content: '';
  	width:28px;
  	height:76px;
  	background: url(../images/zhangshi.png);
  	position: absolute;
  	bottom: 100%;
  	left:10px;
  }
.theme-decor:after {
  	content: '';
  	font-family: 'font-awesome';
  	position: absolute;
  	top:0;
  	left:0;
  	line-height: 22px;
  	text-align: center;
  	width:100%;
  }*/

  .theme-decor:hover {
  	-webkit-animation-name: decor-anim;
	animation-name: decor-anim;
	-webkit-animation-duration: 0.75s;
	animation-duration: 0.75s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
  }
  .p-color {
  	color:#4894ff;
  }
  .p-color-bg {
  	background: #4894ff;
  }
  /*=========================== Back to top =========================*/
  .scroll-top {
    width:45px;
    height:45px;
    position: fixed;
    bottom: 52px;
    right: 80px;
    z-index: 99;
    text-align: center;
    color:#fff;
    font-size: 30px;
    display: none;
}
.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


  /*======== Main Banner =======*/
  #banner {
  	height:975px;
  	width:100%;
  	position: relative;
  }
  #banner .vegas-wrapper>button {
  	width:40px;
  	height:90px;
  	background: rgba(36,35,35,0.5);
  	position: absolute;
  	top:calc(50% - 45px);
  	font-size: 32px;
  	text-align: center;
  	line-height: 90px;
  	color:#fff;
  }
  #banner button#next {
  	right:0;
  }
  #banner button#previous {
  	left:0;
  }
  .vegas-timer {
  	display: none;
  }
  /*========= Main-menu ========*/
  @keyframes menu_sticky {
    0%   {margin-top:-110px;opacity: 0;}
    50%  {margin-top: -90px;opacity: 0;}
    100% {margin-top: 0;opacity: 1;}
}
header.fixed,
.style-two header.fixed {
  position: fixed;
  width:100%;
  top:0;
  left:0;
  z-index: 999;
  background: rgba(0,0,0,0.8);
  margin:0;
  animation-name: menu_sticky;
  animation-duration: 0.70s;
  animation-timing-function: ease-in-out;
  -webkit-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
  box-shadow: 0px 13px 25px -12px rgba(0,0,0,0.15);
}
header.fixed .logo>img {
  width:80%;
  margin-top:8px;
}
  header {
  	margin-top:38px;
  }
  header nav.navbar-default {
  	background-color: transparent;
  	border:none;
  	margin-right: 10px;
    margin-bottom: 0;
  }
  header nav.navbar-default .nav>li a {
  	font-family: ;
  	/*font-weight: 600;*/
  	text-transform: uppercase;
  	color:#fff;
  	padding: 28px 14px;
  	-webkit-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
  }
  header nav.navbar-default .nav>li a:hover,
  header nav.navbar-default .nav>li a:focus {
  	color:#4894ff;
  }
  header form {
  	width:200px;
  	height: 40px;
  	position: relative;
  	margin-top:18px;
  }
  header form input {
  	width:100%;
  	height:40px;
  	border:1px solid #535151;
  	padding: 0 45px 0 10px;
  	background: transparent;
  	color:#fff;
  }
  header form button {
  	width:44px;
  	height:40px;
  	border: 1px solid #535151;
  	text-align: center;
  	position: absolute;
  	top:0;
  	right:0;
  	font-size: 16px;
  	color:#fff;
  }
  .main-menu nav ul li.dropdown_menu .fa {
    display: none;
  }
  /*--------- Style Two ----------*/
  .style-two header form input {
    font-size: 12px;
    color:#666666;
  }
  .style-two header form button {
    background: transparent;
    border:none;
  }
  .style-two header form button:before {
    content: '';
    width:1px;
    height:27px;
    background: #535151;
    position: absolute;
    top:6px;
    left:0;
  }

  /*------------ Sub Menu ----------*/
  header nav.navbar-default .nav>li {
    position: relative;
  }
  header nav.navbar-default .nav>li .sub-menu {
    background: #fff;
    width:250px;
    position: absolute;
    top:100%;
    left:0;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  header nav.navbar-default .nav>li .sub-menu li a {
    padding: 0 14px;
    line-height: 44px;
    color:#666666;
    text-transform: capitalize;
    border-bottom: 1px solid #f4f4f4;
    width:100%;
  }
  header nav.navbar-default .nav>li .sub-menu li a:hover {
    color:#4894ff;
    padding-left: 25px;
  }
  header nav.navbar-default .nav>li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
  }
  /*======== Banner-heading ========*/
  .banner-heading {
  	text-align: center;
  	padding: 185px 0 0 0;
  }
  .banner-heading h2 {
  	font-size: 28px;
  	font-style: italic;
  	text-transform: capitalize;
  }
  .banner-heading h1 {
  	font-weight: 600;
	font-size:59px;
  	text-transform: uppercase;
  	color:#fff;
  	margin:23px 0 23px 0;
  }
  .banner-heading h3 {
	text-transform: uppercase;
	    font-size: 32px;
    margin-bottom: 86px;
    font-weight: 300;
	color: rgba(255, 255, 255, 0.78);
  }

  .banner-heading .theme-decor {
  	width:26px;
  	height:72px;
  	font-size: 12px;
  }
  .banner-heading .theme-decor:after {
  	line-height: 29px;
  }
  .banner-heading .theme-decor:before {
  	left:14px;
  	height:46px;
  }
  .banner-heading a {
  	width: 202px;
  	line-height: 50px;
  	border: 1px solid #4894ff;
  	/*font-weight: 600;*/
  	color:#fff;
  	text-transform: uppercase;
  	text-align:center;
	font-size:16px;
  	margin-top:31px;
  }
   .banner-heading a span img{ display: inherit;}


  /*--------- Style two --------*/
  .style-two .banner-heading h2 {
    font-style: normal;
    color:#fff;
  }
  .style-two .banner-heading h1 {
    color:#4894ff;
  }
  .style-two .banner-heading a {
    text-align: center;
    border-color:#fff;
  }
  .style-two .banner-heading a i {
    margin-right: 0;
    float:right;
    padding: 0 20px 0 0;
  }
  .style-two .banner-heading a:hover {
    background: #fff;
    color:#4894ff;
  }
  /*=========== Company Facts ===========*/
  .company-facts {
  	margin-top:-85px;
  }
  .company-facts .container {
  	/*background-image: url(../images/home/1.jpg);
  	background-attachment: fixed;
  	background-size: cover;*/
  	position: relative;
  	height: auto;
    padding: 0;
  }
  .company-facts .overlay {
  	width:100%;
  	height: 156px;
  	background: #2271db;
  	padding: 16px 0 0;
  }
  .company-facts .row {
  	margin:0;
  }
  .company-facts .row .single-facts {
  	padding: 10px 0 16px 0;
  	border-left: 1px solid #4e8de2;
  	text-align: center;
  }
  .company-facts .row .single-facts:first-child {
  	border: none;
  }
  .company-facts .row .single-facts p {
	
	font-size: 18px;
	text-transform: uppercase;
	color:#fefefe;
	margin: 18px 0 0 0;
  }
  .company-facts .row .single-facts i{
	  height:50px;
  }
  .company-facts .row .single-facts img{
	  margin:0 auto;
	  height:100%;
  }
  
  /*----------- Style Two -----------*/
  .style-two.company-facts .container {
    background-image: none;
    background-color: #4894ff;
  }
  .style-two.company-facts .overlay {
    background: transparent;
  }
  .style-two.company-facts .row .single-facts i {
    color:#fff;
  }
  .style-two.company-facts .row .single-facts {
    border-color:#e9c7a3;
  }
  /*========== Provide Legal ===============*/
  .provide-legal {
  	text-align: center;
  	margin:52px 0 56px 0;
  }
  .theme-title {
    text-align: center;
  }
  .theme-title h2 {
  	margin-bottom: 8px;
	font-size:34px;
	font-weight:600;
  	text-transform: uppercase;
  }
  .gjl01{ margin-top:0;}
  .theme-title p {
  	width:54%;
	font-size:14px;
	color:#999999;
  	margin: 15px auto 0;
  }
  .provide-legal .legal-item .icon {
  	display: inline-block;
  	width:74px;
  	height:74px;
  	border:1px solid #4894ff;
  	line-height: 74px;
  	font-size: 34px;
  	color:#4894ff;
  }
  .provide-legal .legal-item h4 {
	  font-size:20px;
	  color:#333333;
	  font-weight:600;
	margin:20px 0 16px 0;
  }
  .provide-legal .legal-item {
  	margin-top: 45px;
  	padding: 0px;
  }

  .provide-legal .row{ margin-left:-115px; margin-right:-115px;}
  .provide-legal .col-lg-4{    padding-right: 115px;
    padding-left: 115px;}


  .provide-legal .legal-item p {
	  font-size:14px;
	  color:#999999;
  	  line-height: 22px;
  }
  .provide-legal .legal-item i{ display:block; height:35px; margin-top:18px;}
  .provide-legal .legal-item i img{ margin:0 auto; height:100%;}
  .provide-legal .legal-item i .ls{ display:none}
  .provide-legal .legal-item:hover i .ls{
  	display: block;
  }
   .provide-legal .legal-item:hover i .bs{
  	display: none;
  }
  
  .provide-legal .legal-item .hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #348aff;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.provide-legal .legal-item:hover .hvr-rectangle-in:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
  
  
  
  

  /*------------ Style Two ---------*/
  .provide-legal.style-two .legal-item .icon {
    background: #4894ff;
    color:#fff;
    border-color:transparent;
  }
  .provide-legal.style-two .legal-item:hover .icon {
    color:#4894ff;
  }
  /*========= About Legal =========*/
  .about-legal {
	background:#f8f8f7;
  padding: 80px 0 78px;
  }
  .about-legal .text h2 {
  	text-transform: capitalize;
  	margin-bottom: 28px;
	font-weight:600;
	font-size:34px;
	color:#333333;
  }
  .about-legal .text h2 span{ color:#b77218;}
  .about-legal .text p{ font-size:15px; color:#666666; line-height:27px; margin-bottom:10px;}
  .about-legal .text ul {
  	margin: 36px 0 14px 0;
  }
  .about-legal .text ul li {
  	line-height: 46px;
  	text-transform: uppercase;
	width: 198px;
  	font-weight: 700;
  	color:#333333;
  	font-size: 18px;
  	margin-bottom: 26px;
	float:left;
  }
  .about-legal .text ul li i {
  	width:47px;
  	height: 47px;
  	border:1px solid #4894ff;
  	text-align: center;
  	line-height: 47px;
  	font-size: 20px;
  	color:#4894ff;
  	margin-right: 20px;
  }
  
  .about-legal .text ul li i{  }
  .about-legal .text ul li i img{ margin:0 auto; margin-top:11px; height:23px;}
  .about-legal .text ul li i .ls{ display:none}
  .about-legal .text ul li:hover i .ls{
  	display: block;
  }
   .about-legal .text ul li:hover i .bs{
  	display: none;
  }
  
  .about-legal .text ul li .hvr-rectangle-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #348aff;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.about-legal .text ul li:hover .hvr-rectangle-in:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}
  
  
  
  
  .about-legal .text ul li:hover i {
    color:#fff;
  }
  .about-legal img {
  	margin: 5px 0 0 28px;
  }
  
  
  .about-legal .text .theme-button{ width:182px; height:46px; line-height:46px; font-weight: 400; border:1px solid #00409a; font-size:16px; color:#003f98; }
  
  .about-legal .text .theme-button span img {
    display: inherit; margin:0;
}
  
  .about-legal .text .theme-button:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.about-legal .text .theme-button:hover{ color:#fff;}
.about-legal .text .theme-button span .bs{ display:none}
.about-legal .text .theme-button:hover span .ls{
  	display: none;
  }
.about-legal .text .theme-button:hover span .bs{
  	display: inherit;
  }
  
  .about-legal .text .theme-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00409a;
  -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.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
  
  

  /*-------------- Style Two -----------*/
  .style-two.about-legal {
    margin-top:112px;
  }
  .style-two.about-legal .text ul li i {
    background:#4894ff;
    color:#fff;
  }  
  .style-two.about-legal .text ul li:hover i {
    color:#4894ff;
  }
  .style-two.about-legal .text>a {
    border:1px solid #4894ff;
    color:#4894ff;
  }
  .style-two.about-legal .text>a:hover {
    color:#fff;
    border-color:transparent;
  }
  /*================ Practice Area ===========*/
  .practice-area,.practice-area-three {
    
    padding: 58px 0 54px 0;
  }
  .theme-title.fix h2 {
    font-weight: 600;
	color:#333333;
  }
  .practice-area .practice-item {
    margin-top: 47px;
    padding: 0 0 24px 0;
    text-align: center;
  }
 .practice-area .practice-item .icon {
    display: inline-block;
    width:74px;
    height:74px;
    border:1px solid #4894ff;
    line-height: 74px;
    font-size: 34px;
    color:#4894ff;
  }
  .practice-area .practice-item h4 {
  margin:20px 0 20px 0;
  font-size:20px;
  color:#333333;
  
  }
  
  .practice-area .practice-item p {
    line-height: 22px;
	font-size:14px;
	color:#999999;
  }
  .practice-area .practice-item:hover .icon {
    color:#fff;
  }
  .practice-area .practice-item a {
    width: 126px;
    height: 36px;
    line-height: 36px;
    font-weight: 400;
    border: 1px solid #00409a;
    font-size: 14px;
    color: #003f98;
	margin-top:32px;
  }
  .practice-area .practice-item:hover a {
    color:#fff;
  }
  
.practice-area .practice-item a span img {
    display: inherit; margin:0;
}

.practice-area .practice-item a span .bs{ display:none}
.practice-area .practice-item:hover a span .ls{
  	display: none;
  }
.practice-area .practice-item:hover a span .bs{
  	display: inherit;
  }

.practice-area .practice-item i{ display:block; height:32px; margin-top:20px;}
.practice-area .practice-item i img{ margin:0 auto; height:100%;}
.practice-area .practice-item i .ls{ display:none}
.practice-area .practice-item:hover i .ls{
  	display: block;
  }
.practice-area .practice-item:hover i .bs{
  	display: none;
  }



 .practice-area .practice-item .icon:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #348aff;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.practice-area .practice-item:hover:.icon before{
  -webkit-transform: scale(0);
  transform: scale(0);
}
 
 
 
 
.practice-area .practice-item .hvr-rectangle-out:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00409a;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.practice-area .practice-item:hover .hvr-rectangle-out:after{
  -webkit-transform: scale(1);
  transform: scale(1);
}
 
.practice-area .row{ margin-left:-92px; margin-right:-92px;}
.practice-area .col-lg-4{    padding-right: 92px;
    padding-left: 92px;}







  /*---------- Style Two ---------*/
  .style-two.practice-area .practice-item .icon {
    color:#fff;
  }
  .style-two.practice-area .practice-item:hover .icon {
    color:#4894ff;
  }
  .style-two.practice-area .practice-item a {
    color:#4894ff;
  }
  .style-two.practice-area .practice-item:hover a {
    color:#fff;
  }
  /*================ We Are Best ==============*/

  .we-are-best {
    background: url(../images/zbanner.png) no-repeat center;
    background-size: cover;
  }
  .we-are-best .overlay {
    width:100%;
    height:100%;
    /*background: rgba(0,0,0,0.8);*/
    padding: 89px 0 96px 0;
    text-align: center;
  }
  .we-are-best h2 {
    font-weight: 700;
    color:#fff;
    font-size: 50px;
  }
  .we-are-best .theme-decor:before {
    height:40px;
  }
  .we-are-best p {
    font-size: 19px;
	color:#60a2ff;
    font-style: italic;
    margin: 24px 0 8px 0;
    word-spacing: 2px;
  }
  .we-are-best a {
    border: 1px solid #4894ff;
    margin-top:20px;
  }
  .we-are-best a:hover {
    color:#fff;
  }
  
  
  
  
  
 .we-are-best a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.we-are-best a img{display: inherit;}
.we-are-best a:hover{ color:#fff;}
  
.we-are-best a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00409a;
  -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.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
  
  
  
  
  
  
  

  /*=========== Our Responsibility ==========*/
  .our-responsibility {
    margin:48px 0 52px 0;
  }
  .our-responsibility .pull-right {
    padding-left: 0;
  }
  .our-responsibility h2 {
    text-transform: capitalize;
	font-size:34px;
	color:#333333;
	font-weight:600;
  }
  
    .our-responsibility h2 span{ color:#b77218;}
 .our-responsibility .gai01{ color:#666666; line-height:27px; font-size:15px; margin:20px 0 28px;}
	
  .responsibility-panel .panel-title a {
    font-weight: 600;
    font-size: 18px;
    color:#333;
    line-height: 28px;
  }
  .responsibility-panel .panel-heading {
    position: relative;
    padding: 8px 0 14px 0;
  }

.responsibility-panel .gai1{ padding-top: 0; } 


  .responsibility-panel .panel-heading .icon {
    position: absolute;
    top:0;
    left:-76px;
    height:45px;
    line-height: 43px;
    width: 45px;
    text-align: center;
    background: #fff;
    font-size: 20px;
    color:#4894ff;
    border: 1px solid #4894ff;
  }
  .responsibility-panel .panel-heading.active-panel .icon {
    background: #4894ff;
    color:#fff;
  }
  .responsibility-panel .panel,
  .responsibility-panel .panel-body,
  .responsibility-panel .panel-group .panel-heading + .panel-collapse > .panel-body {
    box-shadow: none;
    border:none;
  }
  .responsibility-panel .panel-body {
    font-weight: 600;
    padding: 5px 0px 0 0;
    position: relative;
  }
    .responsibility-panel .panel-body p{ font-size:14px; font-weight:400;}
  .responsibility-panel .panel {
    margin-bottom: 28px;
  }
  .responsibility-panel .panel-group {
    position: relative;
    padding-left: 76px;
    overflow: hidden;
  }
  .responsibility-panel .panel-group:before {
    content: '';
    width:1px;
    height:90%;
    background: #4894ff;
    position: absolute;
    left:22px;
    top:0;
    z-index: -1;
  }



.responsibility-panel .panel-heading .icon i img{
	margin: 0 auto;margin-top:10px;
}


.responsibility-panel .panel-heading .icon i .bs{
  	display: none;
  }
.responsibility-panel .panel-heading .icon i .ls{
  	display: block;
  }
.responsibility-panel .active-panel .icon i .ls{
  	display: none;
  }
.responsibility-panel .active-panel .icon i .bs{
  	display: block;
  }





















  /*============= Our Advocate ==========*/
  .our-advocate.mFix {
    margin-top: 115px;
  }
  .our-advocate .advocate-profile {
    margin-top: 30px;
	border:1px solid #ebebeb; padding-bottom:20px;
  display: block;
  }

 .our-advocate .gain04 .advocate-profile{ border:none; padding: 45px 0; }



  .our-advocate .advocate-profile .img-container {
    position: relative;
  }
  .our-advocate .advocate-profile .img-container .advocate-info {
    position: absolute;
    bottom:0;
    left:14px;
    width:calc(100% - 14px);
    background: rgba(207,148,85,0.8);
    text-align: center;
    color:#fff;
    padding: 15px 28px 20px 28px;
  }

  .our-advocate .advocate-profile .img-container .advocate-info .icon {
      width:40px;
      height: 40px;
      border-radius: 50%;
      background: #00aef6;
      color:#fff;
      font-size: 15px;
      line-height: 40px;
      position: absolute;
      top:-30px;
      left:-13px;
  }
  .our-advocate .advocate-profile .img-container .advocate-info p{
    margin-bottom: 18px;
  }
  .our-advocate .advocate-profile .img-container .advocate-info ul li {
    display: inline-block;
  }
  .our-advocate .advocate-profile .img-container .advocate-info ul li a {
    width:30px;
    height:30px;
    border: 1px solid #fff;
    color:#fff;
    line-height: 30px;
    margin:0 8px;
  }
  .our-advocate .advocate-profile .img-container .advocate-info ul li a:hover {
    color:#fff;
  }
  .our-advocate .advocate-profile .text {
    text-align: center;
  }
  .our-advocate .advocate-profile .text h6 {
    text-transform: uppercase;
    color:#333333;
    font-size: 18px;
    margin: 17px 0 10px 0
  }
  .our-advocate .advocate-profile .text p {
    font-weight: 400;
    font-size: 12px;
	color:#999999;
    text-transform: uppercase;
  }
  .our-advocate .advocate-profile .text h7{
	  font-size: 12px;
	color:#999999;
	  }
  .our-advocate .advocate-profile .text p span {
    color:#999999;
  }
  .our-advocate .advocate-profile:hover .advocate-info {
    background: transparent;
  }
  .our-advocate .advocate-profile:hover .advocate-info p ,
  .our-advocate .advocate-profile:hover .advocate-info ul li a {
    color:#4894ff;
    border-color:#4894ff;
  }
  
  
  
.our-advocate .row{ margin-left:-10px; margin-right:-10px;}
.our-advocate .col-lg-3{    padding-right: 10px;
    padding-left: 10px;}
  
  
  
  
  
  
  
  
  
  
  
  
  
  

  /*============ Testimonial =============*/

  .testimonial {
    background: url(../images/albg.jpg) no-repeat center;
    background-attachment: fixed;
    background-size: cover;
    height:auto;
    margin: 58px 0 0 0;
  }
  .testimonial .overlay {
    width:100%;
    height:100%;
/*    background: rgba(0,0,0,0.7);*/
    padding: 0 0 50px 0;
  }
  .testimonial .overlay .icon {
    width:74px;
    height:74px;
    background: #fff;
    border:1px solid #4894ff;
    text-align: center;
    line-height: 74px;
    color:#4894ff;
    font-size: 30px;
    margin: -37px auto 0 auto;
  }
  .testimonial .testimonial-slider {
    margin-top:18px;
  }
  .testimonial .testimonial-slider .item {
    display: block;
    padding-bottom: 48px;
  }
  .testimonial .overlay .content-wrapper {
    border:1px solid rgba(255, 255, 255, 0.8);
    width:1043px;
    margin: 0 auto;
    position: relative;
  }
    .testimonial .overlay .content-wrapper .altp{ width:20%;
		float:left}
		    .testimonial .overlay .content-wrapper .altp img{ height:100%;}
		.testimonial .overlay .content-wrapper .alwz{ float:left; width:80%; padding: 35px 50px 32px 50px; width:}
  .testimonial .overlay .content-wrapper p { 
    text-align: left;
	font-weight:200;
    font-size: 16px;
    color:rgba(255, 255, 255, 0.8);
	line-height:26px;
   
  }
  .testimonial .overlay .content-wrapper .client-name img {
    border: 1px solid #4894ff;
    width:72px;
    height:72px;
    margin-right: 12px;
    position: relative;
    z-index: 99;
  }
  .testimonial .overlay .content-wrapper .client-name h6 {
    font-weight: 600;
    color:#fff;
    font-size: 15px;
    margin-bottom: 5px;
  }
  .testimonial .overlay .content-wrapper .client-name span {
    text-transform: uppercase;
    color:#4894ff;
    font-size: 12px;
    font-weight: 700;
  }
  .testimonial .overlay .content-wrapper .client-name {
    margin-bottom: -53px;
  }
  .testimonial .overlay .content-wrapper .client-name>div {
    margin-top:34px;
  }
  .testimonial .owl-theme .owl-dots .owl-dot span {
    background: #fff;
    opacity: 1;
  }
  .testimonial .owl-theme .owl-dots .owl-dot.active span,
  .testimonial .owl-theme .owl-dots .owl-dot:hover span {
    background: #4894ff;
  }
  .testimonial .owl-theme .owl-controls {
    margin-top: 0px;
  }
  .testimonial .theme-title{ padding-top:72px;}
  .testimonial .theme-title h2{ color:#fff;}
  .testimonial .theme-title p{ font-size:20px; margin-top:30px; color:#fff;}
  
  
  
  
  .ljgd{display: block; width:182px; height:46px; line-height:46px; font-weight: 400; border:1px solid #00409a; text-align: center; font-size:16px; color:#003f98; margin: 0 auto; margin-top: 43px;}
  
  .ljgd span img {
    display: inherit; margin:0;
}
  
.ljgd:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.ljgd:hover{ color:#fff;}
.ljgd span .bs{ display:none}
.ljgd:hover span .ls{
    display: none;
  }
.ljgd:hover span .bs{
    display: inherit;
  }
  
  .ljgd:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #00409a;
  -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.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}



#owl-insix .owl-nav .owl-prev{ display: block !important; background: url(../images/nylbzjt.png) no-repeat;     width: 30px; position: absolute; left: 0px; top: 48px; height: 48px; z-index: 99999; }
#owl-insix .owl-nav .owl-next{ display: block !important; background: url(../images/nylbyjt.png) no-repeat;    width: 30px; position: absolute; right: 0px; top: 48px; height: 48px; z-index: 99999; }
#owl-insix .owl-dots{ display: none; }















  /*========== Latest News ============*/
  .latest-news {
/*    background: #f8f8f7;*/
    padding: 58px 0 66px 0;
  }
  .latest-news .news-post {
    margin-bottom: 20px;
  }
  .latest-news .news-post .img-container {
    position: relative;
  }
  .latest-news .news-post .img-container .date {
    width:54px;
    height:54px;
    text-align: center;
    color:#fff;
    position: absolute;
    bottom: -32px;
    left: calc(100% - 55px);
    padding-top: 4px;
  }
  .latest-news .news-post .img-container .date b {
    font-size: 32px;
	font-weight:400;
    display: block;
    line-height: 28px;
  }
  .latest-news .news-post .img-container .date span {
	  
    font-weight: 400;
    font-size: 12px;
	line-height:24px;
	border-top:1px solid #fff;
    text-transform: uppercase;
  }
  .latest-news .news-post .img-container .overlay {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.7);
    transform: scale(0.5);
    -webkit-transform:scale(0.5);
    -moz-transform:scale(0.5);
    -ms-transform:scale(0.5);
    -o-transform:scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  .latest-news .news-post .img-container .overlay a {
    display: table;
    width:100%;
    height:100%;
    text-align: center;
    font-size: 28px;
    color:#fff;
  }
  .latest-news .news-post .img-container .overlay a span {
    display: table-cell;
    vertical-align: middle;
  }
  .latest-news .news-post .img-container .overlay a span i {
    width:67px;
    height:67px;
    border:2px solid #ffffff;
    border-radius: 50%;
    line-height: 67px;
  }
  .latest-news .news-post:hover .img-container .overlay {
    transform: scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    opacity: 1;
    visibility: visible;

  }
  .latest-news .news-post .text {
 /*   padding: 15px 5px 45px 20px;*/
    background: #fff;
  }
  .latest-news .news-post .text ul li {
    margin-right: 19px;
  }
  .latest-news .news-post .text ul li:nth-child(2) {
    margin-right: 35px;
  }
  .latest-news .news-post .text ul li i {
    margin-right: 5px;
  }
  .latest-news .news-post .text h6 {
    font-size: 18px;
    color:#333;
    font-weight: 500;
    margin: 16px 0 10px 0;
  }
  .latest-news .news-post .text p {
    line-height: 21px;
	font-size:14px; 
	color:#999999;
  }

  /*================ Bottom Banner ===========*/
  .bottom-banner {
    padding: 45px 0 43px 0;
	background:#00409a;
  }
  .bottom-banner p {
    font-weight: 500;
    font-size: 26px;
    line-height: 26px;
    color:#fff;
    margin-top:8px;
  }
  .bottom-banner a {
    background: #fff;
    color:#666666;
    border:1px solid transparent;
  }
  
  .bottom-banner a img{ display: inherit; }
.bottom-banner a span .bs{ display:none}
.bottom-banner a:hover span .ls{
  	display: none;
  }
.bottom-banner a:hover span .bs{
  	display: inherit;
  }
  
  
  .bottom-banner a:hover {
    background: transparent;
    border-color:#fff;
    color:#fff;
  }

  /*============= Footer ===========*/
  .top-footer {
    background: #343434;
    padding: 45px 0 55px 0;
  }
  .top-footer h4 {
    color:#fff;
    margin-bottom: 43px;
  }
  .top-footer p,.top-footer ul li {
    color:#fff;
  }
  .top-footer .footer-contact ul li {
    position: relative;
    padding-left: 30px;
    line-height: 23px;
    margin-bottom: 20px;
  }
  .top-footer .footer-contact ul li i {
    font-size: 20px;
    color:#4894ff;
    position: absolute;
    top:3px;
    left:0;
  }
  .top-footer .footer-contact ul li i.fa-envelope-o {
    font-size: 16px;
  }
  .top-footer .footer-contact p{
    line-height: 24px;
    margin-bottom: 30px;
  }
  .top-footer .footer-easy-link {
    padding-left: 40px;
    padding-right: 40px
  }
  .top-footer .footer-easy-link ul li a {
    color:#fff;
    margin-bottom: 17px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .top-footer .footer-easy-link ul li a:hover {
    color:#4894ff;
  }
  .top-footer .footer-latest-news {
    padding-left: 25px;
  }
  .top-footer .footer-latest-news ul li {
    margin-bottom: 25px;
  }
  .top-footer .footer-latest-news ul li a {
    display: block;
    color:#fff;
    font-size: 15px;
  }
  .top-footer .footer-latest-news ul li a:hover {
    color:#4894ff;
  }
  .top-footer .footer-latest-news ul li a span {
    display: block;
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
    color:#666666;
    margin-top: 10px;
  }
  .top-footer .footer-latest-news ul li span i {
    color:#4894ff;
    margin-right: 12px;
  }
  .top-footer .footer-mail p {
    margin: 20px 0 27px 0;
  }
  .top-footer .footer-mail form {
    height: 40px;
    position: relative;
  }
  .top-footer .footer-mail form input {
    width:100%;
    height:100%;
    padding: 0 42px 0 20px;
    background: #fff;
    border: none;
  }
  .top-footer .footer-mail form button {
    width:40px;
    height: 40px;
    font-size: 20px;
    position: absolute;
    top:0;
    right: 0;
    color:#fff;
  }
  .top-footer .footer-mail form {
    margin-bottom: 40px;
  }
  .top-footer .footer-mail ul li {
    display: inline-block;
    margin-right: 10px;
  }
  .top-footer .footer-mail ul li a {
    width: 28px;
    height:28px;
    line-height: 28px;
    text-align: center;
    color:#fff;
    border:1px solid #fff;
  }
  .top-footer .footer-mail ul li a:hover {
    border-color:#4894ff;
  }
  .bottom-footer {
    background: #191919;
    padding: 22px 0;
    text-align: center;
  }
  .bottom-footer p {
    font-size: 13px;
  }
  .bottom-footer p a:hover,
  .bottom-footer p a:focus {
    color:#fff;
  }

  /*=========== Inner Banner ===========*/
  .inner-banner {
    background: url(../images/home/inner-banner.jpg) no-repeat center;
    background-size: cover;
    height:440px;
    margin-top: -134px;
  }
  .inner-banner .overlay {
    width:100%;
    height:100%;
/*    background: rgba(0,0,0,0.8);*/
    text-align: center;
    padding: 205px 0 70px 0;
  }
  .inner-banner .overlay ul li {
    display: inline-block;
    color:#4894ff;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    line-height: 14px;
    margin-left: 10px;
    margin-top: 20px;
    text-transform:capitalize;
  }
  .inner-banner .overlay ul li a {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    color:#fff;
    border-right: 1px solid #666666;
    padding: 0 10px 0 0;
  }


.inner-banner .overlay ul li:last-child a{ border-right: none; }




  .inner-banner .overlay h2 {
    color:#fff;
    margin-bottom: 38px;
  }
  /*------------*/
  .company-facts.mFix {
    margin-top:0;
  }
  .bottom-banner.mFix {
    margin-top: 114px;
  }
  .we-are-best.mTopFix {
    margin-top:115px;
  }

  /*============== Best Attorneys ==========*/
  .best-attorneys {
    background: #f8f8f7;
    padding: 58px 0 100px 0;
  }
  .best-attorneys .text {
    background: #fff;
    text-align: center;
    padding: 25px 0;
  }
  .best-attorneys .text h4 {
    text-transform: capitalize;
    margin-bottom: 8px;
  }
  .best-attorneys .text span {
    font-weight: 400;
    display: initial;
    margin: 0 8px;
    margin-bottom: 20px;
  }
  .best-attorneys .text p {
    line-height: 24px;
    font-size: 16px;
  }
  .best-attorneys .text .p2{ font-size: 14px; }
  .best-attorneys .text a {
    width:118px;
    line-height: 38px;
    border:1px solid #4894ff;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    margin-top: 23px;
    margin-bottom: 8px;
  }
  .best-attorneys .attorney-profile {
    margin-top: 18px;
    padding-bottom: 18px;
  }
  .best-attorneys .text a:hover {
    background: transparent;
    color:#4894ff;
  }
  .best-attorneys .attorney-profile .img-container {
    position: relative;
  }
  .best-attorneys .attorney-profile .img-container .overlay {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    
    background: rgba(0, 0, 0, 0.8);
    transform: scale(0.5);
    -webkit-transform:scale(0.5);
    -moz-transform:scale(0.5);
    -ms-transform:scale(0.5);
    -o-transform:scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
  .best-attorneys .attorney-profile .img-container .overlay a {
    display: table;
    width:100%;
    height:100%;
    text-align: center;
  }
  .best-attorneys .attorney-profile .img-container .overlay a span {
    display: table-cell;
    vertical-align: middle;
    font-size: 60px;
    font-weight: 300;
    color:#4894ff;
  }
  .best-attorneys .attorney-profile:hover .img-container .overlay {
    transform: scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    opacity: 1;
    visibility: visible;
  }

  /*============= Advocate Single Profile ============*/
  .our-advocate.advocate-single-profile {
    /*background: #f8f8f7;*/
    padding: 58px 0 50px 0;
    margin-bottom: 64px;
  }
  .our-advocate.advocate-single-profile .bg-fix {
    background: #f8f8f7;
  }
  .our-advocate.advocate-single-profile .advocate-profile .img-container .advocate-info {
    width: 100%;
    left:0;
  }
  .our-advocate.advocate-single-profile .advocate-profile {
    margin-top: 0;
  }
  .our-advocate.advocate-single-profile .advocate-profile .img-container .advocate-info .icon {
    bottom: -20px;
    right:-20px;
    left:auto;
    top:auto;
  }
  .our-advocate.advocate-single-profile .advocate-profile .img-container .advocate-info p {
    width:70%;
    margin-right: auto;
    margin-left: auto;
  }

  .our-advocate.advocate-single-profile .advocate-name {
    position: relative;
    padding-left: 60px;
    padding-right: 70px;
    padding-top: 72px;
  }
  .our-advocate.advocate-single-profile .advocate-name h3 {
    font-size: 26px;
    font-weight: 500;
    text-transform: uppercase;
  }
  .our-advocate.advocate-single-profile .advocate-name span {
    font-weight: 400;
    font-size: 14px;
    display: block;
    margin: 9px 0 18px 0;
  }
  
  .our-advocate.advocate-single-profile .advocate-name table tr td:first-child {
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    color:#000;
    padding-right: 18px;
  }
  .our-advocate.advocate-single-profile .advocate-name table tr td {
    padding-bottom: 20px;
  }
 .our-advocate.advocate-single-profile .advocate-name .icon {
  width:41px;
  height:41px;
  border-radius: 50%;
  position: absolute;
  top:50px;
  right: 124px;
 }
 .our-advocate.advocate-single-profile .advocate-name .icon a {
  display: block;
  line-height: 41px;
  text-align: center;
  color:#fff;
  font-size: 20px;
 }
 .advocate-single-profile .advocate-information {
  padding: 70px 0 0 0;
 }
 .advocate-single-profile .advocate-information h4 {
  text-transform: capitalize;
  margin-bottom: 28px;
 }
 .advocate-single-profile .advocate-information p span {
  font-weight: 700;
 }
 .advocate-single-profile .advocate-information .wrapper {
  padding-left: 60px;
 }
 .advocate-single-profile .advocate-information .wrapper ul li {
   width: 33%;
   display: inline-block;
   margin-bottom: 18px;
 }
 .advocate-single-profile .advocate-information .wrapper ul li i {
  color:#4894ff;
  font-size: 20px;
  margin-right: 5px;
  vertical-align: middle;
 }

 /*------------ Advocate bio ------------*/
.advocate-bio {
    margin-bottom: 65px;
  }
 .advocate-bio .advocate-education>p,
 .advocate-bio .advocate-skill>.wrapper>p {
  margin: 32px 0;
 }
 .advocate-bio h4 {
  text-transform: capitalize;
 }
 .advocate-bio .advocate-education .education-panel .panel-heading {
  position: relative;
  height:60px;
  padding: 0;
  margin-bottom: -1px;
 }
 .advocate-bio .advocate-education .education-panel .panel-heading .icon {
  width:60px;
  height:60px;
  background: #4894ff;
  line-height: 60px;
  text-align: center;
  font-size: 26px;
  color:#fff;
  position: absolute;
  top:0;
  left:-80px;
 }
 .advocate-bio .advocate-education .education-panel .panel-heading a {
  font-weight: 600;
  color:#000;
  font-size: 16px;
  width:100%;
  border:1px solid #d9d9d7;
  padding: 23px 0 20px 27px;
  position: relative;
 }
 .advocate-bio .advocate-education .education-panel .panel-heading a:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 26px;
  color:#4894ff;
  line-height: 60px;
  position: absolute;
  top:0;
  right:18px;
 }
 .advocate-bio .advocate-education .education-panel .panel-heading.active-panel a:before {
  content: '';
 }
 .advocate-bio .advocate-education .education-panel .panel {
  border: none;
  box-shadow: none;
  margin-bottom: 40px;
 }
 .advocate-bio .advocate-education .panel-group .panel-heading + .panel-collapse > .panel-body,
 .advocate-bio .advocate-education .panel-group .panel-heading + .panel-collapse > .list-group {
  border:1px solid #d9d9d7;
  border-top:none;
  padding: 35px 0 27px 28px;
 }
 .advocate-bio .advocate-education .panel-group {
  padding-left: 80px;
  padding-right: 36px;
 }
 .advocate-bio .advocate-education .panel-group .panel-body ul li {
  position: relative;
  margin-bottom: 11px;
  padding-left: 28px;
 }
 .advocate-bio .advocate-education .panel-group .panel-body ul li:before  {
  content: '';
  font-family: 'font-awesome';
  font-size: 26px;
  color:#4894ff;
  position: absolute;
  top:-7px;
  left:0;
 }

 /*-------- Advocate Skills --------*/
  .advocate-bio .advocate-skill>.wrapper {
    padding-left: 60px;
  }
 .advocate-skill .progress {
  height:11px;
  background: #ebebea;
  border-radius: 10px;
  box-shadow: none;
  overflow: visible;
  margin-bottom: -22px;
 }

 .advocate-skill .progress-bar {
  height:11px;
  border-radius: 10px;
  background: #4894ff;
  box-shadow: none;
  position: relative;
 }
 .advocate-skill .progress-bar span {
  width: 38px;
  height:38px;
  background: #fff;
  line-height: 34px;
  text-align: center;
  border:2px solid #ebebea;
  color:#4894ff;
  font-size: 12px;
  position: absolute;
  right:-19px;
  top:-10px;
 }
 .advocate-skill .single-progress-skills p {
  margin: 55px 0 22px 0;
 }

 /*========= Parctice Area Threee ========*/

 .practice-area-three .single-practice-area {
  position: relative;
  padding-left: 100px;
  margin-bottom: 50px;
 }
 .practice-area-three .single-practice-area .icon {
  width:72px;
  height: 72px;
  text-align: center;
  color:#fff;
  font-size: 34px;
  position: absolute;
  left:0;
  top:0;
 }
.practice-area-three .single-practice-area .icon i{ height: 50px;
    display: block;
    margin: 0 auto;
    padding-top: 15px; }
.practice-area-three .single-practice-area .icon i img{ height: 100%; margin: 0 auto; }
 .practice-area-three .single-practice-area .icon:before {
  content: '';
  width:26px;
  height:26px;
  border-radius: 50%;
  background:#4894ff;
  border: 3px solid #fff;
  position: absolute;
  top:7px;
  right:-13px; 
 }
 .practice-area-three .single-practice-area .text {
  background: #fff;
  border-top: 1px solid #e8e3e3;
  border-bottom: 1px solid #e8e3e3;
  position: relative;
  padding: 34px 80px 33px 50px;
 }
 .practice-area-three .single-practice-area .text:before {
  content: '';
  width:12px;
  height:100%;
  background: #4894ff;
  position: absolute;
  top:0;
  left:0;
 }
 .practice-area-three .single-practice-area .text:after {
  content: '';
  width:20px;
  height:1px;
  background: #4894ff;
  position: absolute;
  top:20px;
  left:-20px;
 }
 .practice-area-three .single-practice-area .text p {
  margin-top:17px;
 }
 .practice-area-three .single-practice-area .text a.tran3s {
    width:78px;
    height:100%;
    text-align: center;
    color:#4894ff;
    font-size: 26px;
    border-left: 1px solid #e8e3e3;
    border-right: 1px solid #e8e3e3;
    position: absolute;
    top:0;
    right:0;
 }
 .practice-area-three .single-practice-area .text a.tran3s span {
  display: table;
  width: 100%;
  height: 100%;
 }
 .practice-area-three .single-practice-area .text a.tran3s span i {
  display: table-cell;
  vertical-align: middle;
 }
 .practice-area-three .single-practice-area:hover .text a.tran3s {
  border-color:#4894ff;
  background: #4894ff;
  color:#fff;
 }
 .practice-area-three .wrapper {
  position: relative;
 }
 .practice-area-three .wrapper:before {
  content: '';
  width:3px;
  height:88%;
  background: #fff;
  position: absolute;
  top:20px;
  left:35px;
 }


.about-legal .text .gain03{font-size: 15px;
    color: #666666;
    line-height: 27px;}
.about-legal .text .gain03 *{font-size: 15px;
    color: #666666;
    line-height: 27px;}
.about-legal .text .gain03 p{font-size: 15px;
    color: #666666;
    line-height: 27px;
    margin-bottom: 10px;}

.gaiy01{ background: #fff; }


.gaili01{ margin-top: -1px; }


.kongxi01{ width: 100%; height: 50px; }


.our-advocate .advocate-profile .img-container img{ margin: 0 auto; }



 /*============== Practice Area Single Page ============*/

 .bg-color-fix {
  background: #f8f8f7;
  padding: 114px 0 57px 0;
 }
 .practice-area-single-page {
  margin: 58px 0 80px 0;
 }
 .side-bar .wrapper {
  padding-right: 42px;
 }
 .side-bar .wrapper-fix {
  padding-left: 20px;
 }
.side-bar .wrapper-fix h3 {
  position: relative;
  padding-left: 20px;
}
.side-bar .wrapper-fix h3:before {
  content: '';
  width:5px;
  height:100%;
  background: #4894ff;
  position: absolute;
  top:0;
  left:0;
}
.side-bar .wrapper-fix .quick-call h3:before {
  display: none;
}
 .side-bar .single-list-item {
  position: relative;
  padding-left: 98px;
  margin-bottom: 18px;
 }
 .side-bar .single-list-item .icon {
  width:64px;
  height: 64px;
  text-align: center;
  color:#fff;
  font-size: 34px;
  position: absolute;
  left:0;
  top:0;
 }
 .side-bar .single-list-item .icon i{    height: 45px;
    display: block;
    margin: 0 auto;
    padding-top: 16px;}
  .side-bar .single-list-item .icon i img{ height: 100%;     margin: 0 auto; }  
 .side-bar .single-list-item .icon:before {
  content: '';
  width:26px;
  height:26px;
  border-radius: 50%;
  background:#4894ff;
  border: 3px solid #fff;
  position: absolute;
  top:7px;
  right:-13px; 
 }
 .side-bar .single-list-item .text {
  background: #fff;
  border: 1px solid #e8e3e3;
  position: relative;
  padding: 20px 20px 12px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
 }
 .side-bar .single-list-item .text:before {
  content: '';
  width:6px;
  height:100%;
  background: #4894ff;
  position: absolute;
  top:0;
  right:0;
 }
 .side-bar .single-list-item .text:after {
  content: '';
  width:20px;
  height:1px;
  background: #4894ff;
  position: absolute;
  top:20px;
  left:-20px;
 }
 .side-bar .single-list-item .text a {
  width: 100%;
 }
 .side-bar .single-list-item .text h4 {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 11px;
     -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
 }
.side-bar .single-list-item .text p {
  line-height: 22px;
  font-size: 14px;
   -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.side-bar .single-list-item:hover .text,
.side-bar .single-list-item.active .text {
  background: #4894ff;
}
.side-bar .single-list-item:hover h4,.side-bar .single-list-item:hover p,
.side-bar .single-list-item.active h4,.side-bar .single-list-item.active p {
  color:#fff;
}
 .quick-call {
  background: #f8f8f7;
  border:1px solid #4894ff;
  text-align: center;
  padding: 27px 0 20px 0;
  margin: 68px 0 28px 0;
 }
 .quick-call h3,.quick-call a {
  color:#4894ff;
 }
 .quick-call h3 {
  font-size: 28px;
  text-transform: capitalize;
 }
 .quick-call h3 i {
  margin-right: 5px;
  font-size: 26px;
  vertical-align: middle;
 }
 .quick-call a {
  font-size: 26px;
  font-weight: 700;
 }
 .quick-call p {
  margin:5px 0 11px 0;
 }
 .download-area {
  text-align: center;
      padding: 29px 0 12px 0;
 }
 .download-area a {
  color:#fff;
  margin-bottom: 13px;
  display: block;
 }
 .download-area a i {
  font-size: 16px;
  vertical-align: middle;
  margin-left: 10px;
 }

 /*-------------------*/
 .practice-area-single-page .page-main-content h3,
 .practice-area-single-page .page-main-content h5 {
   text-transform: capitalize;
 }
 .practice-area-single-page .page-main-content .text h3 {
  margin: 22px 0 30px 0
 }
 .gain01{
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
 }
 .gain01 *{
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
 }


.gain02{ margin: 10px 0 10px; }


.gaicb01{ width: 105px; height: 105px; background-size: cover !important;  }

 .practice-area-single-page .page-main-content .text p {
  margin: 37px 0 27px 0;
 }
 .practice-area-single-page .page-main-content .sub-text>p:nth-child(2) {
  margin:30px 0 33px 0;
 }
 .practice-area-single-page .page-main-content .sub-text>p:nth-child(4) {
  margin:33px 0 40px 0;
 }
 .practice-area-single-page .page-main-content .sub-text div p {
  width:33%;
  border-left: 4px solid #4894ff;
  padding-left: 10px;
  margin-top: 10px;
 }
 .practice-area-single-page .page-main-content .working-type p {
  margin:30px 0 30px 0;
 }

 .practice-area-single-page .page-main-content .working-type ul li {
  color:#000000;
  margin-bottom: 11px;
 }
 .practice-area-single-page .page-main-content .working-type ul li i {
  color:#4894ff;
  font-size: 12px;
  vertical-align: middle;
  margin-right: 8px;
 }
 .practice-area-single-page .page-main-content .working-type ul {
  margin-bottom: 20px;
 }

 /*================ Contact Us ==============*/
 .contact-us-area {
  margin-top: 58px;
 }

 .contact-us-area h6 {
  position: relative;
  padding-left: 10px;
  text-transform: uppercase;
  color:#000;
  font-size: 22px;
  border-left: 5px solid #4894ff;
 }

 .contact-us-area .contact-us-form .row {
  margin: 70px -10px 0 -10px;
 }
 .contact-us-area .contact-us-form .row [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
 }
 .contact-us-area .contact-us-form input,
 .contact-us-area .contact-us-form textarea {
  width:100%;
  border: 1px solid #f8f8f7;
  background: #fff;
  padding-left: 18px;
  padding-right: 10px;
  margin-bottom: 40px;
 }
 .contact-us-area .contact-us-form input {
  height:50px;
 }
 .contact-us-area .contact-us-form textarea {
  max-width: 100%;
  min-height: 180px;
  padding-top: 25px;
  padding-bottom: 10px;
 }
 .contact-us-area .contact-us-form input:focus,
 .contact-us-area .contact-us-form textarea:focus {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.36);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.36);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.36);
}
.contact-us-area .contact-us-form button {
  width:155px;
  line-height: 40px;
  text-align: center;
  color:#fff;
  text-transform: uppercase;
  margin-top: 4px;
  margin-bottom: 50px;
}
.contact-us-area .contact-address .wrapper {
  padding-left: 35px;
}
.contact-us-area .contact-address p {
  margin: 60px 0 26px 0;
}
.contact-us-area .contact-address ul.address li {
  position: relative;
  padding-left: 30px;
  line-height: 23px;
   margin-bottom: 20px;
}
  .contact-us-area .contact-address ul.address li i {
  font-size: 20px;
  color:#4894ff;
  position: absolute;
  top:3px;
  left:0;
}
  .contact-us-area .contact-address ul.address li i.fa-envelope-o {
  font-size: 16px;
}
  .contact-us-area .contact-address ul.social-link li {
  display: inline-block;
  margin-right: 14px;
  margin-top:43px;
}
  .contact-us-area .contact-address ul.social-link li a {
  width: 28px;
  height:28px;
  line-height: 28px;
  text-align: center;
  color:#4894ff;
  border:1px solid #4894ff;
}
.contact-us-area .contact-address ul.social-link li a:hover {
  border-color:#fff;
  color:#fff;
}

#google-map-area {
  margin-top: 100px;
  height:450px;
  width:100%;
}
#google-map-area .google-map {
  height:100%;
}

/*=================== 404 Page ==============*/
.error-page-content {
  text-align: center;
  margin: 172px 0 196px 0;
}
.error-page-content .container> span {
  font-weight: 700;
  font-size: 76px;
}
.error-page-content h6 {
  font-size: 60px;
  font-weight: 600;
  color:#4894ff;
  margin: -5px 0 23px 0;
}
.error-page-content p {
  font-weight: 600;
  font-size: 20px;
}
.error-page-content a {
  width:200px;
  text-align: center;
  line-height: 50px;
  color:#fff;
  text-transform: uppercase;
  margin: 69px 0 32px 0;
}
.error-page-content img {
  margin: 0 auto;
}

/*========== Page pagination ============*/
.page-pagination {
  text-align: center;
  margin-top:80px;
}
.page-pagination li {
  display: inline-block;
}
.page-pagination li a {
  width:50px;
  line-height: 30px;
  font-size: 14px;
  border: 1px solid #4894ff;
  color:#666666;
  margin: 0 5px;
}

.page-pagination li a:hover,
.page-pagination li .on {
  background: #4894ff;
  color:#fff;
}

.latest-news.blog-page {
  padding-bottom: 80px;
}

/*============ Sidebar stye two =============*/
.side-bar-style-two h3 {
  text-transform: capitalize;
  margin-bottom: 35px;
}
.side-bar-style-two .list-item h3 {
  margin-bottom: 41px;
}
.sidebar-search {
  position: relative;
  height:50px;
  margin-bottom: 63px;
}
.sidebar-search input {
  width:100%;
  height:100%;
  border:1px solid #d0c9c9;
  padding: 0 52px 0 15px;
}
.sidebar-search button {
  width:50px;
  height:48px;
  position: absolute;
  top:1px;
  right:1px;
  font-size: 16px;
  color:#adadad;
  background: #fff;
}
.sidebar-search input:focus {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.36);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.36);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.36);
}

.blog-categories ul li a {
  font-size: 15px;
  margin-bottom: 20px;
  color:#666666;
  width:100%;
}
.blog-categories ul li a i {
  margin-right: 12px;
  color:#4894ff;
}
.blog-categories ul li a:hover {
  color:#4894ff;
}
.blog-categories ul {
  margin-bottom: 45px;
}
.side-bar-latest-post .post-wrapper {
  margin:20px 0 67px 0;
}
.side-bar-latest-post .post-wrapper .single-post {
  margin-bottom: 30px;
}
.side-bar-latest-post .post-wrapper .single-post .text {
  width:66%;
  padding-left: 22px;
  color:#666666;
}
.side-bar-latest-post .post-wrapper .single-post .text p {
  font-size: 16px;
  line-height: 24px;
  margin:5px 0 15px 0;
}
.side-bar-latest-post .post-wrapper .single-post .text span {
  font-style: italic;
  font-size: 12px;
}
.side-bar-latest-post .post-wrapper .single-post .text span i {
  font-size: 14px;
  margin-right: 8px;
}







/*================ Blog v2 ==============*/
.blog-page-two {
  margin:70px 0 100px 0;
}
.blog-page-two .single-news-postTwo {
  margin-bottom: 60px;
}
.blog-page-two .single-news-postTwo .img-container {
    position: relative;
    height: 250px;
    background-position: center !important;
    background-size: cover !important;
}
.blog-page-two .single-news-postTwo .img-container .overlay {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.7);
    transform: scale(0.5);
    -webkit-transform:scale(0.5);
    -moz-transform:scale(0.5);
    -ms-transform:scale(0.5);
    -o-transform:scale(0.5);
    opacity: 0;
    visibility: hidden;
  }
.blog-page-two .single-news-postTwo .img-container .overlay a {
    display: table;
    width:100%;
    height:100%;
    text-align: center;
    font-size: 28px;
    color:#fff;
  }
.blog-page-two .single-news-postTwo .img-container .overlay a span {
    display: table-cell;
    vertical-align: middle;
  }
.blog-page-two .single-news-postTwo .img-container .overlay a span i {
    width:67px;
    height:67px;
    border:2px solid #ffffff;
    border-radius: 50%;
    line-height: 67px;
  }
.blog-page-two .single-news-postTwo:hover .img-container .overlay {
    transform: scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    opacity: 1;
    visibility: visible;

  }

.blog-page-two .single-news-postTwo .post {
/*  padding-left: 125px;*/
  margin-top: 18px;
  position: relative;
}
.blog-page-two .single-news-postTwo .post .date {
  width:85px;
  height:85px;
  position: absolute;
  top:0;
  left:0;
  text-align: center;
  color:#fff;
}
.blog-page-two .single-news-postTwo .post .date b {
  font-size: 36px;
}
.blog-page-two .single-news-postTwo .post .date span {
  display: block;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top:-6px;
}
.blog-page-two .single-news-postTwo .post h3 {
  text-transform: capitalize;
  margin: -4px 0 6px 0;
}
.blog-page-two .single-news-postTwo .post ul.post-author li {
  display: inline-block;
  margin-right: 10px;
 
}
.blog-page-two .single-news-postTwo .post ul.post-author li i {
  font-size: 14px;
  margin-right: 6px;
}
.blog-page-two .single-news-postTwo .post>p {
      margin: 6px 0 14px;
}
.blog-page-two .single-news-postTwo .post a.continue-reading {
  width:130px;
  line-height: 45px;
  color:#fff;
  font-size: 15px;
  padding-left: 23px;
}
.blog-page-two .single-news-postTwo .post a.continue-reading i {
  margin-left: 14px;
}
.blog-page-two .page-pagination {
  margin-top:20px;
}

/*====================== Blog Single Page =================*/
.blog-page-two.blog-single-page .single-news-postTwo {
  margin-bottom: 15px;
}
.blog-single-page .share-option {
  padding-top: 12px;
  border-top:1px solid #efeeee;
}
.blog-single-page .share-option span {
  font-weight: 600;
  font-size: 16px;
}
.blog-single-page .share-option ul li {
  display: inline-block;
}
.blog-single-page .share-option ul li a {
  font-size: 26px;
  color:#998f8f;
  margin-left: 8px;
}
.blog-single-page .share-option ul li a:hover {
  color:#4894ff;
}
.blog-single-page .post h5 {
  text-transform: capitalize;
  font-size: 16px;
}
.blog-single-page .comment-area h6,
.blog-single-page .post-comment h6 {
  font-size: 22px;
  color:#000000;
  margin: 77px 0 64px 0;
}
.blog-single-page .comment-area .img-container p {
  font-weight: 600;
  color:#4894ff;
  font-size: 14px;
  margin-top: 15px;
}
.blog-single-page .comment-area .img-container p i {
  font-size: 18px;
  margin-left: 10px;
  vertical-align: middle;
}
.blog-single-page .comment-area .text {
  width:80%;
  border:1px solid #f8f8f7;
  margin-left: 10px;
  padding: 22px 18px 22px 40px;
}
.blog-single-page .comment-area .text span {
  font-size: 13px;
}
.blog-single-page .comment-area .text p {
  line-height: 24px;
  margin: 16px 0;
}
.blog-single-page .comment-area .text a {
  font-weight: 600;
  font-size: 14px;
  color:#4894ff;
}
.blog-single-page .comment-area .text a i {
  font-size: 16px;
  margin-left: 5px;
  vertical-align: middle;
}

.blog-single-page .comment-area .reply-comment {
  margin-left:90px;
  margin-top: 36px;
}
.blog-single-page .comment-area .reply-comment .text {
  width:77%;
}
.blog-single-page .comment-area .single-comment {
  margin-bottom: 36px;
}

.blog-single-page .post-comment .row {
  margin: 70px -10px 0 -10px;
 }
 .blog-single-page .post-comment .row [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
 }
 .blog-single-page .post-comment input,
 .blog-single-page .post-comment textarea {
  width:100%;
  border: 1px solid #f8f8f7;
  background: #fff;
  padding-left: 18px;
  padding-right: 10px;
  margin-bottom: 40px;
 }
 .blog-single-page .post-comment input {
  height:50px;
 }
 .blog-single-page .post-comment textarea {
  max-width: 100%;
  min-height: 180px;
  padding-top: 25px;
  padding-bottom: 10px;
  margin-top:30px;
 }
 .blog-single-page .post-comment input:focus,
 .blog-single-page .post-comment textarea:focus {
  -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.36);
  -moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.36);
  box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.36);
}
.blog-single-page .post-comment button {
  width:155px;
  line-height: 40px;
  text-align: center;
  color:#fff;
  text-transform: uppercase;
  margin-top: 4px;
}

/*======================== Contact form activation ================*/
.contact-us-form .alert_wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.8);
  top: 0;
    left: 0;
    z-index: 9999999;
}
.contact-us-form #success,
.contact-us-form #error {
  position: relative;
  width:500px;
  height: 100px;
  top: calc(50% - 50px);
  left:calc(50% - 250px);
  background: #fff;
  text-align: center;
}
.contact-us-form #success .wrapper,
.contact-us-form #error .wrapper {
  display: table;
  width:100%;
  height: 100%;
}
.contact-us-form #success .wrapper p,
.contact-us-form #error .wrapper p{
  display: table-cell;
  vertical-align: middle;
}
.contact-us-form #success {
  color: #4894ff;
}
.contact-us-form #error {
  color: red;
}
.contact-us-form #error button,
.contact-us-form #success button {
  color:#fff;
  width:40px;
  height:40px;
  line-height: 20px;
  position: absolute;
  background: #4894ff;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 25px;
}
.form-validation label.error {
  display: none !important;
}
.form-validation input.error,
.form-validation textarea.error {
  border:1px solid #f03838 !important;
}



.cl{ clear:both;}
.dbdh{ padding-bottom:20px; border-bottom:1px solid rgba(255, 255, 255, 0.15);}
.dbdh h1{ font-size:24px; color:rgba(255, 255, 255, 0.8); float:left; line-height:24px; }

.dbddh{ float:right; margin-right: -30px;}
.dbddh a{ display:block; font-size:16px; line-height:24px; float:left; width:132px; text-align:center; color:rgba(255, 255, 255, 0.65);}
.dbddh .on{ color:#3d8eff;}
.dbddh a:hover{ color:#3d8eff;}
.top-footer .row{ padding-top:30px; margin-left:-66px; margin-right:-66px;}
.top-footer .jl01{ width:488px; float:left; padding:0 66px; padding-top:10px;}
.top-footer .jl02{ width:564px; float:left; padding: 0 64px; padding-right: 20px; padding-top:10px; 
height:168px;border-right:1px solid rgba(255, 255, 255, 0.15); border-left:1px solid rgba(255, 255, 255, 0.15);}
.top-footer .jl03{ width:280px; float:left; text-align:center; padding-top:10px;}

.top-footer .jl01 .item{ float:left;}
.top-footer .jl01 .item2{ float:left; padding-left:15px; padding-top:4px; }
.top-footer .jl01 .item2 h1{ font-size:25.5px; color:rgba(255, 255, 255, 0.9); margin-bottom:8px;  }
.top-footer .jl01 .item2 h2{font-size:16px; color:rgba(255, 255, 255, 0.6); margin-bottom:8px;}
.top-footer .jl01 .item2 h3{font-size:33px; color:rgba(255, 255, 255, 0.9);}


.top-footer .jl02 h1{ font-size:16px; color:rgba(255, 255, 255, 0.8); margin-bottom:12px;  }
.top-footer .jl02 h1 span{ display:block; float:left; width:64px; }
.top-footer .jl02 h2{ font-size:14px; color:rgba(255, 255, 255, 0.55); padding-top:16px;}

.top-footer .jl03 h1{ font-size:14px; color:rgba(255, 255, 255, 0.9); margin-top:8px;  }
.top-footer .jl03 img{ margin:0 auto;}



.gait01{ width: 30px; height: 52px; overflow: hidden; }
.gait01 img{ position: absolute;
    bottom: 0; }


.gailb01{ padding: 0; }



.contact-us-area .contact-us-form a{width: 155px; display: block;
    line-height: 40px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    margin-top: 4px;
    margin-bottom: 50px;}





		@font-face {   font-family: 'mentos';
	src:url('../fonts/faq/Linearicons-Free.eot?w118d');
	src:url('../fonts/faq/Linearicons-Free.eot?#iefixw118d') format('embedded-opentype'),
		url('../fonts/faq/Linearicons-Free.woff2?w118d') format('woff2'),
		url('../fonts/faq/Linearicons-Free.woff?w118d') format('woff'),
		url('../fonts/faq/Linearicons-Free.ttf?w118d') format('truetype'),
		url('../fonts/faq/Linearicons-Free.svg?w118d#Linearicons-Free') format('svg');
	font-weight: normal;
	font-style: normal;}
		.icon {
	font-family: 'mentos';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

		.icon-plus-circle:before {
	content: "\e881";
}
.icon-circle-minus:before {
	content: "\e882";
}
	
	
		.company-faq {
    display: block;
    overflow: hidden;
    padding: 30px 30px;
	box-shadow: 0 3px 12px #ccc;
}
.faq-details .panel-heading {
    padding: 0;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    border-radius: 4px;
}
.panel-default {
    border-color: #f5f5f5;
    border-radius: 0 !important;
}
.panel-group .panel+.panel {
    margin-top: 10px;
}
.panel-default > .panel-heading {
    color: #444;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #f5f5f5;
    background: #fff;
	padding-bottom: 10px;
}
.faq-details h4.check-title a {
    color: #444;
    display: block;
    font-weight: 500;
    padding: 10px 10px 10px 60px;
    text-decoration: none;
    background: #fff;
}
.panel-body {
    padding: 15px 15px 0px 45px;
}
.faq-details h4.check-title {
    color: #444;
    font-size: 18px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.faq-details .panel-heading h4 a{
    position: relative;
}
.faq-details .panel-heading h4 a::before {
    color: #444;
    content:"\e881 ";
    font-family: mentos;
    font-size: 16px;
    left:0px;
    line-height: 46px;
    position: absolute;
    text-align: center;
    top:0px;
	width: 50px;
    height: 100%;
}
.faq-details .panel-heading h4 a.active::before {
    color: #00409a;
    content: "\e882";
    font-family: mentos;
    font-size: 16px;
    left: 0px;
   line-height: 46px;
    position: absolute;
    text-align: center;
    top: 0px;
    width: 50px;
    height: 100%;
}
.faq-details .panel-heading h4 a.active {
    color: #00409a;
}
.faq-area .col-md-6{
	padding-left: 0px;
	padding-right: 0px;
}
.faq-area .faq-content {
    margin-left: 30px;
    padding:30px;
    border-radius: 5px;
	border:1px solid #ccc;
}
.faq-area .contact-form input[type="text"], 
.faq-area .contact-form input[type="email"] {
    border: 1px solid #ccc;
    border-radius: 0;
    height: 44px;
    margin-bottom: 15px;
    padding-left: 20px;
    width: 100%;
}
.faq-content h4{
	color:#444;
	padding-bottom: 20px;
}
.faq-area .faq-content .contact-form textarea#message {
    height: 135px;
}
.faq-area .quote-btn {
    font-weight: 600;
    color: #fff;
    background: #00409a;
    display: inline-block;
    border: 2px solid #00409a;
    padding: 10px 20px;
    width: 134px;
    text-transform: uppercase;
    border-radius: 3px;
    transition: 0.4s;
    margin-top: 10px;
}
.faq-area .quote-btn:hover{
	background: transparent;
	border: 2px solid #00409a;
	color: #00409a;
	transition: 0.4s;
}

	
	.breadcrumb-bg .home-bread { padding-top: 3px!important; }

	
	
	
	@media (max-width:768px){
		
		
			.l-phya { margin-top: 30px!important; }
		.faq-area .faq-content {margin-left: 0;}
		
	}
	

	
	
