/*=================================

1.Typography
2.Header style
--Mega menu
--Revoulation slider 
--Header top bar
--common banner 
3.Homepage one style
--Nav
--Latest news
--Practice area
--Craousel
4.Attorny section
5.Our map location
6.Happy clients
7.counter section
8.Subscribe form box
9.Home Three Pro Bono Area
10.maps-b-area-two
11.FAQ Page
12.Contact page
13.About us page
14.skills bars
16.Attorney 2
17.Testimonial
18.counter area two
19.Home two students area
20.Bono pro section
Index3
21.main slider
22.latest news
23.Practice filter
24.Practice panel
25.Icon type post
26.Thumb post
27.Testimonial slider
28.Attorney members
29.Want to intern /student area 
30.Our offices contact info area
31.counter area
32.Free contact form
33.Pro bono work area/hm2
34.Achievement carousel
35.Partner carousel
36.Attorney Page
37.blog page style
38.Attorney biography
39.Education tab
40.404/ERROR page
41.Footer Style

=================================*/


/*** Theme styling style 


/****
Typography style
****/
.typography-content .section-padding {
  padding: 0 0 70px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 70px;
}
.typography-content .columns p {
  margin-bottom: 40px;
}
.section-heading {
  position: relative;
  margin-bottom: 35px;
}
.section-heading hr {
  width: 200px;
}
.typography-content .dropcaps {
  margin-top: 115px;
}
.section-heading h1,.section-heading h2 {
  margin-bottom: 25px;
}
.section-heading i {
  position: absolute;
  top: 25px;
  left: 50%;
  padding: 10px;
  margin-left: -10px;
  background: #fff;
  color: #F64847;

}
.heading h1,
.heading h2,
.heading h3,
.heading h4, 
.heading h5, 
.heading h6 {
  text-transform: capitalize !important;
}
.h1>h2 {
  font-size: 40px;
  margin-bottom: 40px;
}
.h2>h2{
  font-size: 30px;
  margin-bottom: 25px;
}
.h3>h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.h4>h4 {
  font-size: 18px;
  margin-bottom: 15px;
}
.h5>h5 {
  font-size: 16px;
  margin-bottom: 15px;
}
.h6>h6 {
  font-size: 14px;
  margin-bottom: 14px;
}
.heading>p {
  margin-bottom: 40px;
}
.h6.mt-50 {
  margin-bottom: 0;
}
section.dropcaps {
  padding: 120px 0 75px 0;
  border-bottom: 1px solid #dfdfdf;
}

section.heading,
section.blockquote-section,
section.columns,
section.divider,
section.list-style,
section.highlights {
  padding: 60px 0 80px 0;
  border-bottom: 1px solid #dfdfdf;
}
section.message{
  padding: 60px 0 80px 0;
}

.highlights p {
  margin-bottom: 40px;
}
.highlights p:last-of-type {
  margin-bottom: 0;
}
.highlights span.black {
  background: #3c3c3c;
  color: #fff;
  padding: 0 5px 3px;
}
.highlights span.red {
  background: #fa4a4a;
  color: #fff;
  padding:0 5px 3px;
}

.typography-content .message .section-padding{
  border-bottom: 0;
}
/*****
Typography style end
*****/





/*****
Header style
*****/
/*---------------------------
MEGA DROPDOWN CSS
-----------------------------*/


.nav .mega-fw {
  position : static;
}

.mega-content {
  padding-left: 30px;
}
.dropdown-header {
  color: #fa4a4a;
  letter-spacing: 0.75px;
  font-family: 'Roboto';
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #e8e8e8;
  /*margin-top: 15px;*/
  padding: 12px 8px;
}

.dropdown-menu {
  border-top: 2px solid #FA5757;
  border-radius: 0px;
  border-left: 0;
  border-right: 0;
  padding: 0;
  position: relative;
  display: block;
  float: none;
  width: 100%;
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.2);
}
/* Menu hover */

.megamenu-wrapper {
  width       : 100%;
}

li.dropdown {
  position    : relative;
}

/* 2nd label menu */

li.dropdown > .submenu-wrapper {
  position       : absolute;
  display        : block;
  left           : 0;
  z-index        : 999;
  pointer-events : none;
  top            : 45px; 
}

/** IE pointer events */

li.dropdown > .submenu-wrapper.no-pointer-events {
  display : none;
}

li.dropdown > .submenu-wrapper > .submenu-inner {
  margin-top         : 20px;
  opacity            : 0;
  -webkit-transform  : translateY(30%);
  -moz-transform     : translateY(30%);
  -ms-transform      : translateY(30%);
  -o-transform       : translateY(30%);
  transform          : translateY(30%);
  min-width          : 200px;
  /* ease-in-out,*/
  easeOutBack   = cubic-bezier(0.175, 0.885, 0.32, 1.275)
  easeInOutCirc = cubic-bezier(0.785, 0.135, 0.15, 0.86)
  easeInOutBack = cubic-bezier(0.68, -0.55, 0.265, 1.55)


  -webkit-transition : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition    : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -ms-transition     : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition      : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition         : all 300ms cubic-bezier(0.785, 0.135, 0.15, 0.86); 
}

li.dropdown:hover > .submenu-wrapper {
  pointer-events : auto;
}

li.dropdown:hover > .submenu-wrapper.no-pointer-events {
  display : block;
}

li.dropdown:hover > .submenu-wrapper > .submenu-inner {
  opacity           : 1;
  -webkit-transform : translateY(0);
  -moz-transform    : translateY(0);
  -ms-transform     : translateY(0);
  -o-transform      : translateY(0);
  transform         : translateY(0);

}

li.dropdown.menu-animating > .submenu-wrapper {
  overflow : hidden;
}



ul.mega-first-law li a {
  padding: 6px !important;
  font-size: 13px !important;
  color: #535252 !important;
}


ul.nav.navbar-nav li ul.mega-first-law li a:hover {
  background: #fa5757;
  border-radius: 2px;
  color: #fff !important;
}

li.dropdown .mega-content .mega-last-law{
  padding-right: 30px;
}
ul.mega-first-law li {
  margin: 3px 0;
}
ul.nav.navbar-nav li.dropdown ul{

}
ul.nav.navbar-nav li.dropdown ul.single-dropdown li a {
  padding: 5px 20px;
  margin: 0;
  background-color: transparent;
  color: #535252;
  font-weight: 500;
}
ul.nav.navbar-nav li.dropdown ul.single-dropdown li a:hover{
  /*color: #fa5757 !important; */
  border-radius: 0;
  color: #fff;
  background-color: #fa4a4a;
}



/**************************************
Rs plugin
***************************************/
.tp-banner-container{
  width:100%;
  position: relative;
  padding:0;
  min-height:100vh!important;
}
.tp-banner{
  width:100%;
}

.lfr span,
.lfl span{
  color:#fa4a4a;
}
 @media (max-width:767px){
.tp-banner-left .tp-simpleresponsive .caption, .tp-banner-left  .tp-simpleresponsive .tp-caption{
left:20px!important;
}

}
@media (max-width:480px){
.slider-btn{
   
}
.tp-caption.big-cap{
	font-size:24px!important;
}
.tp-caption.sml-cap{
	font-size:12px!important;
}
.slider-btn{
   height:40px!important;
   line-height:40px!important;
   font-size:13px!important;
   text-align:center;
   padding-top:0!important;
   padding-bottom:0!important;
   display:block;
} 
}

/*Header top */

ul.social-icons li a {
  width: 40px;
  text-align: center;
  display: block;
  font-size: 17.17px;
}

ul.nav.navbar-nav li > a {
  color: #535252;
  font-size: 14px;
  margin: 11px 0;
  padding: 0 22px;
  line-height: 30px;
  text-transform: uppercase;
}

.header-top{
	background-color: #372e2e;
	line-height: 30px;
	height: 30px;
}

.header-top ul li,
.header-top ul li a, 
.header-top ul li i {
  font-size: 15px;
  color: #cbcbcb;
}
.header-top .text-left li i {
  margin-right: 10px;
}

.header-top .text-left li{
	margin-left: 5px;
}
.header-top .text-left li:hover i,
.header-top .text-left li:hover a{
  color: #fff;
}
.header-top .text-right li,
.header-top .text-right li a, 
.header-top .text-right li i {
  font-size: 17.17px;
  color: #FA4A4A;
  padding: 0;
}
.header-top .text-right li a:hover {
  color:#fff;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ed4849, #da183a) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #ed4849, #da183a) repeat scroll 0 0;
}
.header-top .text-right li a:hover i{
  color:#fff;
}
.logo a img {
	width: 115px;
}
.home-two-main-header-content,.home-one-main-header-content {
  padding: 14px 0;
}

/******************************************************************
common banner style
*******************************************************************/
.top-heading-banner {
    position: relative;
    padding: 63px 0 63px;
    max-height: 400px;
}
.background-layer > img {
  width: 100%;
  height: 100%;
}
.overlay {
  background: rgba(0,0,0,0.75);
  z-index: 0;
}
.background-layer, .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.top-heading {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 1.5px;
  position: relative;
  line-height:60px;
}
@media (max-width:767px){
  .top-heading {
    font-size:40px;
    line-height:40px;
  }
}

.top-heading span {
  color: #fa4a4a;
  font-weight: 700;
}


/*Header Responsive style*/
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px){

  .navbar-header i.fa.fa-bars {
    font-size: 25px;
    /*color: #E2DFDF; */
  }
  .home-page i.fa.fa-bars { 
    color: #E2DEDE; 
  }
  .logo a img {
    width:80px;
    padding: 12px 0 0 0;
  }
  .navbar-toggle { 
    margin-top: -4px;
  }
}
/* Wide Mobile Layout: 320px. */
@media only screen and (min-width: 320px) and (max-width: 478px) {
  .header-top ul li, .header-top ul li a, .header-top ul li i {
    font-size: 12px; 
  }
  .header-top .text-left li {
    margin-left: 0px; 
  }
  .header-top .col-xs-12.col-sm-6:last-child {
    display: none;
  }

  .home-two-main-header-content .row {
    padding: 0;
  }
  .navbar-toggle { 
    margin-top: 7px;
  }
  .navbar-header i.fa.fa-bars {
    font-size: 25px;
    color: #333; 
  }

  .home-page i.fa.fa-bars { 
    color: #E2DEDE; 
  }
  .logo a img {
    width: 90px;
    padding: 12px 0 0 0;
  }

}

/*****
Header style end
*****/






/*****
index.html
*****/
.slider-header {
  position: relative;
}
header.third-header{
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
}

.third-header .header-top {
    background-color: rgba(0,0,0,0.7) !important;
    border-bottom: 1px solid #000;
}
.third-header .header-top-home-three .row {
    border-bottom: 1px solid rgba(255,  255,  255,  0);
}
/*Nav*/
.nav-area{
  position: relative;
}
.menu-bar {
  position: absolute;
  top: -7px;
  right: -15px;
  cursor: pointer;
}

.hidden-menu .navbar-nav {
  margin-right: 40px;
}
.hidden-menu ul.nav.navbar-nav li > a {
  color: #fff;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 4px;
  border-radius: 1px;
  background-color: #e9e9e9;
}
/*toggle button*/
.navbar-toggle-s {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 0px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.sr-only-s {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.icon-bar-s {
  background-color: #e9e9e9;
}

.navbar-toggle-s .icon-bar-s+.icon-bar-s {
  margin-top: 8px;
}
.navbar-toggle-s .icon-bar-s {
  display: block;
  width: 44px;
  height: 6px;
  border-radius: 0px;
}
button.navbar-toggle-s:focus {
  outline: none;
}

/*===============================
section Latest news
===============================*/
.home-three-latest-news{
  padding: 120px 0;
}
.home-three-latest-news .col-sm-4{
  padding-right: 0px;
} 
.home-three-latest-news  .single-latest-item {
  position: relative;
  overflow:hidden;
  margin-bottom:20px;
}
.home-three-latest-news  .single-latest-item:before{
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 44, 44, .85);
  z-index:2;
}
.latest-news-text{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom:0;
  z-index:4;
  padding:80px 15px 15px;
}

.home-three-latest-news .single-latest-item img {
  width: 100%;
  height: 400px;
  -webkit-transition:all .6s ease-in-out;
  -moz-transition:all .6s ease-in-out;
  -ms-transition:all .6s ease-in-out;
  -o-transition:all .6s ease-in-out;
  transition:all .6s ease-in-out;
  -transform:scale(1);
}
.home-three-latest-news  .single-latest-item:hover  img{
  -webkit-transform:scale(1.3);
  -moz-transform:scale(1.3);
  -ms-transform:scale(1.3);
  -o-transform:scale(1.3);
  transform:scale(1.3);
  z-index:-1;
}
.latest-news-text h2 a{
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: rgb(250, 75, 75);
  margin-bottom: 5px;
}
.single-latest-item {
  text-align: center;
}
.latest-news-text h3 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  line-height: 27px;
  letter-spacing: 0.5px;
  padding: 0 15px; 
  position:relative;
}
.latest-news-text h3:before {
  position: absolute;
  content: " ";
  bottom: -16px;
  left: 50%;
  margin-left:-36.5px;
  height: 1px;
  width: 73px;
  background-color: rgb(250, 75, 75);
}
.home-three-latest-news .latest-news-text p{
  color: #fff;
  letter-spacing: 0.2px;
  padding-top: 13px;
}
.latest-news-text .news_date { 
  font-size: 14px;
}
.latest-news-text span.category {
  margin-right: 30px;
}
.latest-news-text .btn-default {
  background: transparent;
  border-radius: 0; 
  margin: 23px 0 0; 
  line-height: 40px; 
  font-weight: 600;
  padding: 0 20px; 
}
.latest-news-text .btn-default:hover{
  color:  #fff;
  border-color: transparent;
  border: 1px solid transparent;
  background:-webkit-linear-gradient(to bottom,rgba(250,74,74,1),rgba(227,15,55,1));
  background:-moz-linear-gradient(to bottom,rgba(250,74,74,1),rgba(227,15,55,1));
  background:linear-gradient(to bottom,rgba(250,74,74,1),rgba(227,15,55,1));IE6-8 fallback on horizontal gradient */
}


/*===============

Practice area

==================*/
.home-three-practice-area .col-xs-12.col-sm-6:nth-child(3),
.home-three-practice-area .col-xs-12.col-sm-6:nth-child(5) {
  clear: left;
}
.home-three-practice-area{
  background-color: #f4f4f4;
}
.home-three-practice-area .col-xs-12.col-sm-6 img{
  width: 100%;
}
.home-three-practice-area .col-xs-12.col-sm-6{
  position: relative;
  padding: 0;
}
.home-three-practice-area .col-xs-12.col-sm-6 i {
  position: absolute;
  right: -39px;
  top: 36%;
  height: 80px;
  width: 80px;
  background-color: #FFFFFF;
  font-size: 40px;
  line-height: 75px;
  padding: 0 20px;
  color: rgb(245, 62, 70);
  border-radius: 10px;
  z-index: 999;
  border: 1px solid rgb(245, 62, 70);
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.home-three-practice-area .col-xs-12.col-sm-6:nth-child(4) i {
  position: absolute;
  left: -41px;
  top: 36%;
  background-color: #fff;
  height: 80px;
  width: 80px;
  font-size: 40px;
  line-height: 75px;
  padding: 0 20px;
  color: rgb(245, 62, 70);
  border-radius: 10px;
  border: 1px solid rgb(245, 62, 70);
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}
.home-three-practice-area .col-xs-12.col-sm-6:nth-child(4){
  position: relative;
  padding: 0;
}
.home-three-practice-area .col-xs-12.col-sm-6 i:hover {
  background-color: rgb(245, 62, 70);
  color: #fff !important;
  -webkit-transition: all .35s ease-in-out;
  -moz-transition: all .35s ease-in-out;
  -ms-transition: all .35s ease-in-out;
  -o-transition: all .35s ease-in-out;
  transition: all .35s ease-in-out;
}

.home-three-practice-area .txt{
  margin-left: 95px;
  padding-top: 95px;
}
.home-three-practice-area .col-xs-12.col-sm-6:nth-child(3) .txt {
  text-align: right;
  margin-right: 95px;
  margin-left: 0;
}
.home-three-practice-area .txt h2 { 
  font-size: 18px;
  text-transform: uppercase; 
  letter-spacing: 0.3px;
}
.home-three-business-law-top .section-heading p {
  margin-bottom: 35px;
}
.home-three-business-law-top .business_law_single_service a,
.home-three-business-law-top .family_law_single_service a,
.home-three-business-law-top .criminal_law_single_service a {
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
  border: 1px solid #fa4a4a;
  border-radius: 4px;
  color: #e83b45;
  display: inline-block;
  float: left;
  font-size: 36px;
  line-height: 50px;
  margin: 5px 16px 5px 0;
  padding: 3px 10px;
  text-align: center;
  -webkit-transition: background-color 0.2s linear 0s, color 0.4s linear 0s;
  -o-transition: background-color 0.2s linear 0s, color 0.4s linear 0s;
  transition: background-color 0.2s linear 0s, color 0.4s linear 0s;
}
.home-three-business-law-top .business_law_single_service .latest_post_txt,
.home-three-business-law-top .family_law_single_service .latest_post_txt,
.home-three-business-law-top .criminal_law_single_service .latest_post_txt {
  padding: 0px;
  text-align: left;
  overflow: hidden;
}

.home-three-business-law-top .business_law_single_service:hover,
.home-three-business-law-top .family_law_single_service:hover,
.home-three-business-law-top .criminal_law_single_service:hover {
  background: none;
}
.home-three-business-law-top .business_law_single_service:hover h2,
.home-three-business-law-top .business_law_single_service:hover p{
  color: inherit;
}
.practice_all_item-home-three .mix{
  display: none;
}
.home-three-business-law-top .practice_trigger-home-three {
  margin-top: 15px;
  margin-bottom: 65px;
  text-align: center;
}
.home-three-business-law-top .practice_trigger-home-three ul{
  border: 1px solid #dfdfdf;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px;
}
.home-three-business-law-top .practice_trigger-home-three ul li {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 22px;
  line-height: 43px;
  height: 43px;
  background: #fff;
  margin-right: -5px;
  border-left: 1px solid #dfdfdf;
}
.home-three-business-law-top .practice_trigger-home-three ul li:first-child{
  border-left: 0px solid transparent;
}

.home-three-business-law-top .practice_trigger-home-three ul li.active,
.home-three-business-law-top .practice_trigger-home-three ul li:hover {   
  cursor: pointer;
  color: #fff;
  background: rgba(250,74,74,1);/* Old Browsers */
  background: -moz-linear-gradient(top, rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%);/* FF3.6+ */
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,74,74,1)), color-stop(100%, rgba(227,15,55,1)));/* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%);/* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%);/* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%);/* IE 10+ */
  background: linear-gradient(to bottom, rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%);/* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37', GradientType=0 );/* IE6-9 */
}


.home-three-business-law-top .practice_trigger-home-three li.active{
  color:  #fff;
  background: rgb(250,74,74);
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmE0YTRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzMGYzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg,  rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(250,74,74,1)), color-stop(100%,rgba(227,15,55,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* IE10+ */
  background: linear-gradient(135deg,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.home-three-business-law-top .business_law_single_service a:hover,
.home-three-business-law-top .family_law_single_service a:hover,
.home-three-business-law-top .criminal_law_single_service a:hover {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ed4849, #da183a) repeat scroll 0 0;
  color: #fff;
}

/*==============

carousel

================*/
section.testimonial {
  background-color: #201d1d; 
  padding: 85px 0 105px 0;
}
section.testimonial .carousel-caption{
  color               : #000;
  -webkit-text-shadow : none;
  -moz-text-shadow    : none;
  -ms-text-shadow     : none;
  -o-text-shadow      : none;
  text-shadow         : none;
}

section.testimonial .carousel-control.right,
section.testimonial .carousel-control.left{
  background-image: none;
}
section.testimonial .carousel-inner .item img {
  margin: 0 auto;
  margin-top: -50px;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 10px solid #353232;
}

.testimonial .item.text-center {
  padding: 50px 0 0 0;
}
.testimonial .image-bar {
  background-color: rgb(53, 50, 50);
  padding-bottom: 25px;
  border-radius: 10px;
}

.testimonial .carousel-control {
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 0;
  width: 0;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 ;
  filter: alpha(opacity=50);
  opacity: 1;
}

.testimonial .carousel-control .fa {
  background-color: transparent;
  border-radius: 3px;
  height: 40px;
  width: 40px;
  line-height: 35px;
  font-size: 25px;
  border: 1px solid rgb(53, 50, 50);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.testimonial .right.carousel-control .fa {
  margin-left: 5px;
  padding: 0 15px;
}
.testimonial .left.carousel-control .fa {
  margin-left: -45px;
}
.image-bar p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  padding: 0 25px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
.testimonial .image-bar h3{
  font-size: 20px;
  color: rgb(250,74,74);
  margin-bottom: 5px;
  margin-top: 25px;
}
.testimonial .image-bar span{
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.5px;
}
.carousel-control .fa:hover{
  color: #fff;
  background: rgb(250,74,74);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmE0YTRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzMGYzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg,  rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(250,74,74,1)), color-stop(100%,rgba(227,15,55,1)));
  background: -webkit-linear-gradient(-45deg,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%);
  background: -o-linear-gradient(-45deg,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%);
  background: -ms-linear-gradient(-45deg,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%);
  background: linear-gradient(135deg,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37',GradientType=1 );
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*===============

Attorny profile Details

==================*/
.text-center.attorneys-btn{
  clear: both;
}
.attorny_social.text-center ul li .fa {
  background-color: rgba(47, 47, 47, 0.8);
  height: 34px;
  width: 34px;
  line-height: 34px;
  font-size: 21px;
  color: #fff;
  border: 1px solid #fff;

}


.attorny_social.text-center ul li .fa:hover{
  border: 1px solid rgb(250,74,74) !important;
  background: rgb(250,74,74); 
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmE0YTRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzMGYzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg,  rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(250,74,74,1)), color-stop(100%,rgba(227,15,55,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* IE10+ */
  background: linear-gradient(135deg,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */

}

.single-attorny-image .attorny_social.text-center {
  margin-top: -44px;
}
.single-attorny-image img {
  width: 100%;
}
.attorny-head h2 {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 6px;
  padding-top: 18px;
}
.attorny-head p {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 4px;
}
.home-page-three-attorny .attorny_content {
  padding: 10px 0 0 0;
}
.attorny-text {
  border-top: 1px solid #ececec;
  padding: 8px 0;
  margin-top: 15px;
}
.attorny-text a {
  margin: 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.3px;
}
.attorny-text .fa{
  padding-left: 6px;
  vertical-align: bottom;
  font-size: 17px;
}
.attorny-text:hover span,
.attorny-text:hover .fa{
  color: #fff;
}
.attorny-text:hover{
  background: rgb(250,74,74); 
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhNGE0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzBmMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,74,74,1)), color-stop(100%,rgba(227,15,55,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37',GradientType=0 ); /* IE6-8 */

}
.home-three-attorny .atr_btn:hover {
  background: rgb(250,74,74); 
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhNGE0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzBmMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,74,74,1)), color-stop(100%,rgba(227,15,55,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37',GradientType=0 ); /* IE6-8 */
  color: #fff;
}
/*book-reader*/
.book-reader{
  background: url("../img/section-bg.jpg")center center no-repeat;
  padding: 125px 0;
  background-size: 100% 100%;
}

.book-heading h3 {
    color: rgb(250, 74, 74);
    margin-bottom: 25px;
    line-height: 34px;
    font-size: 30px;
    text-transform: uppercase;
}
.book-heading p{
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
}
.book-heading a {
  color: #fff;
  border: 1px solid #fa5757;
  border-radius: 3px;
  display: inline-block;
  margin-top: 60px;
  padding: 10px 15px;
  text-decoration: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.book-heading a:hover{
  background: rgb(250,74,74); 
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhNGE0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzBmMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,74,74,1)), color-stop(100%,rgba(227,15,55,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37',GradientType=0 ); /* IE6-8 */
  color: #fff;
}
/**********************************************************
our-map-location
***************************************************************/
section.our-map-location {
  padding: 100px 0;
}
.our-map-location .owl-wrap-off{
  position: relative;
}
.our-map-location .owl-controls .owl-prev .fa{
  position: absolute;
  top: 45%;
  left: 10px;
  color: #fff;
  z-index: 999;
  background-color: rgba(47, 47, 47, 0.5);
  padding: 3px 13px;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  font-size: 33px;
  border: 1px solid #f1efe8;
}
.our-map-location .owl-wrap-off  .owl-controls .owl-next .fa{
  position: absolute;
  top: 45%;
  right: 10px;
  color: #fff;
  z-index: 999;
  background-color: rgba(47, 47, 47, 0.5);
  padding: 3px 13px;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  font-size: 33px;
  border: 1px solid #f1efe8;
}
.our-map-location .owl-wrap-off .fa:hover {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ed4849, #da183a) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #ed4849, #da183a) repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
}
.our-map-location .owl-wrap-off .google-maps{
  position: relative;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.our-map-location .owl-theme .owl-dots .owl-dot{
  display: none;
}
.our-map-location .owl-wrap-off .google-maps .map-hover{
  position: absolute;
  bottom: 5px;
  left: 37%;
  opacity: 0;
}
.map-hover address a,
.map-hover address{
  color: #fff;
}
.map-hover .fa{
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ed4849, #da183a) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #ed4849, #da183a) repeat scroll 0 0;
  color: #fff;
  font-size: 20px;
  padding: 10px 13px;
  margin-top: 15px;
}
.map-hover h4{
  color: #fa4a4a;
}
.our-map-location .owl-wrap-off .google-maps:hover .map-hover{
  opacity: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.our-map-location .owl-wrap-off .google-maps:hover:before{
  position: absolute;
  content: " ";
  bottom: 5px;
  left: 0;
  height: 40%;
  width: 100%;
  background: rgba(51, 44, 44, 0.9);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.our-map-location .owl-wrap-off .google-maps:before{
  position: absolute;
  content: " ";
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.our-map-location .map-slider .google-maps iframe{
  width: 100%;
  height:455px;
  border:0;
}
/*=================
section happy clients
====================*/
.home-three-our-clients-area{
  position: relative;
}
.home-three-our-clients-area .lovely-partner-slider {
  position: relative;
}
.owl-wrap-partner .feature-image{
  text-align:center;
}
.owl-wrap-partner .feature-image img {
  padding: 10px;
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.owl-wrap-partner .feature-image img:hover {
  padding: 10px;
  filter: gray;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}
.lovely-partner-slider .owl-theme .owl-controls{
  margin-top:25px;
}
.lovely-partner-slider  .owl-theme .owl-controls .owl-buttons  > div {
  position: absolute;
  top: 25%;
  margin-left: -25px;
  margin-right: -25px;
  width: 35px;
  height: 35px;
  line-height:33px;
  color: #abaaaa;
  background:transparent;
  border: 1px solid #abaaaa;
  font-size: 20px;
  padding: 0;
  border-radius: 50%;
  text-align:center;
  z-index: 9999;
}
.lovely-partner-slider  .owl-buttons  .owl-prev{
  left: -3%;
}
.lovely-partner-slider  .owl-buttons  .owl-next{
  right: -3%;
}
.lovely-partner-slider  .owl-controls  .owl-buttons  > div:hover {
  background:-webkit-linear-gradient(120deg,rgba(250,74,74,1),rgba(227,15,55,1));
  background:-moz-linear-gradient(120deg,rgba(250,74,74,1),rgba(227,15,55,1));
  background:linear-gradient(120deg,rgba(250,74,74,1),rgba(227,15,55,1));
  color: #fff;
  border-color:#fa4a4a;
  cursor: pointer;
}
.owl-theme .owl-controls .owl-page span{
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid #c2c2c2;
  border-radius:2px;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #fa4a4a;
  border-color: #fa4a4a;
}


/*=======================================================
counter section*/
/*======================================================= */

.counter-box-left{
  padding: 100px 0;
}
.counter-box-left{
  width: 50%;
  min-height: 570px;
  background:url("../img/double-left.jpg") right center no-repeat;
  background-size: cover;
  float: left;
}


.counter-box-left-content{
  width: 100%;
  float: right;
  box-sizing: border-box;
}
.counter-box-left-content ul{
  float: right;
  width: 92%;
}
.counter-box-left-content ul li{
  color: #fff;
  width: 45%;
  height: 200px;
  padding: 20px 5px;
  float: left;
}

.counter-box-left-content ul li i{
  display: block;
  font-size: 50px;
  padding-bottom: 15px;
  color: #fa4a4a;
}
.counter-box-left-content ul li span.counter{
  display: block;
  font-size: 45px;
  font-weight: bold;
  line-height: 50px;
  color: #fa4a4a;
}
.counter-box-left-content ul li span.categrory{
  display: block;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
  color: #e2e2e2;
  padding-top: 17px;
}

/*=============

subscribe form box

===============*/
.subscribe-box-form{
  width: 50%;
  min-height: 600px;
  background:  url("../img/double-left.jpg") left center no-repeat;
  float: right;
  background-size: cover;
  padding: 95px 0;
  position:relative;
}
.subscribe-box-form:before{
  content:"";
  position:absolute;
  top:0;
  right:0;
  left:0;
  bottom:0;
  background:rgba(250,74,74,0.7);
}
.subscribe-box-right-content{
  box-sizing: border-box;
  float: left;
  padding: 0 50px;
  color: #fff; 
  padding-top: 20px;
  position:relative;
}

.subscribe-box-right-content h3{
  padding-bottom: 30px;
  font-size: 34px;
  color: #fff;
  text-transform: capitalize;
}

.subscribe-box-form .form-control {
  display: block;
  width: 100%;
  padding: 5px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #ececec;
  background-color: transparent;
  background-image: none;
  border: 1px solid #ececec;
  border-radius: 0px; 
  box-shadow: none;
}
.subscribe-box-form .form-control.message-box{
  height: 140px;
}
.subscribe-box-form .form-control:-ms-input-placeholder{
  font-family: 'Open sans', sans-serif;
  color           : #ececec;
  font-size: 14px;
}


.subscribe-box-form .form-control::-webkit-input-placeholder {
  font-family: 'Open sans', sans-serif;
  color           : #ececec;
  font-size: 14px;
}

.subscribe-box-form .form-control::-moz-placeholder{
  font-family: 'Open sans', sans-serif;
  color           : #ececec;
  font-size: 14px;
}

.subscribe-box-form .btn-lg.costom-btn{
  width: 100%;
  background-color: #fff;
  color: #fa4a4a;
  text-transform: capitalize;
  letter-spacing: 1px;
  border-radius: 0;
  font-size: 14px;
  line-height: 14px;
  height: 40px;
}
.subscribe-box-form .btn-lg.costom-btn:hover{
  background: rgb(250,74,74); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhNGE0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzBmMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,74,74,1)), color-stop(100%,rgba(227,15,55,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37',GradientType=0 ); /* IE6-8 */
  color: #fff;
  border-top: 0px solid red;
}
.home-three-free-case-area {
  background-color: #F4F4F4;
}
.contact-form-last .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #808b8d;
  text-align: center;
  background-color: #fff;
  border: 0px solid #dfdfdf;
  border-radius: 0px;
  border-left: 0px solid transparent !important;
}

.contact-form-last .input-group:hover,
.contact-form-last .input-group:focus{
  border: 1px solid #fa4a4a;
}

.contact-form-last .input-group{
  border: 1px solid #dfdfdf;
}
.contact-form-last .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 0px solid #dfdfdf;
  /*border-right: 0px solid transparent !important;*/
  border-radius: 0px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: none;
}
.contact-form-last .form-control.message-box {
  height: 160px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  background-color: #fff;
}
.contact-form-last .form-control.message-box:hover{
  border: 1px solid #fa4a4a;
}
.contact-form-last .form-control:-ms-input-placeholder{
  font-family: 'Open sans', sans-serif;
  color  : #808b8d;
  font-size: 14px;
}


.contact-form-last .form-control::-webkit-input-placeholder {
  font-family: 'Open sans', sans-serif;
  color           : #808b8d;
  font-size: 14px;
}

.contact-form-last .form-control::-moz-placeholder{
  font-family: 'Open sans', sans-serif;
  color           : #808b8d;
  font-size: 14px;
}

.contact-form-last .costom-btn{
  width: 100%;
  background-color: #fff;
  color: #fa4a4a;
  text-transform: capitalize;
  letter-spacing: 1px;
  border-radius: 0;
  font-size: 14px;
  border: 1px solid #fa4a4a;
  color: #333;

}
.contact-form-last .costom-btn:hover{

  background: rgb(250,74,74);
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhNGE0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzBmMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(250,74,74,1)), color-stop(100%,rgba(227,15,55,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37',GradientType=1 ); /* IE6-8 */
  color: #fff;
}
.home-three-free-case-area .media .media-left .fa{
  font-size: 30px;
  color: #656565;
}
.home-three-free-case-area .media .media-left .h3{
  font-size: 18px;
  color: #292929;
  font-weight: 400;
}

.home-three-free-case-area .media .media-left {
  padding-right: 40px;
}
.home-three-free-case-area .media {
  margin-top: 25px;
}
.home-three-free-case-area .media.first-media {
  margin-top: 0px;
}
/*caret test*/
.select-wrapper{
  float: left;
  display: inline-block;
  border: 1px solid #d8d8d8;
  background: url("../img/caret.png") no-repeat right center;
  cursor: pointer;
  width: 100%;
}
.select-wrapper, .select-wrapper select{
  height: 34px;
  line-height: 31px;
  text-align: left;
  position: relative;
}
.select-wrapper .holder{
  display: block;
  margin: 0 35px 0 5px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  outline: none;
  z-index: 3;
}
.select-wrapper select{
  margin: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  cursor: pointer;
  outline: none;
  left: 0;
  opacity: 0;
  background-color: #EB6763 !important;
  /* CSS hacks for older browsers */
  _noFocusLine: expression(this.hideFocus=true);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
}

section.partner-area {
  padding-bottom: 0;
}


/*====================================================
Home Three Pro Bono Area*/
/*==================================================== */
.home-three-pro-bono-area{
  background: #f4f4f4;
}
.home-three-pro-bono-area .grid {
  position: relative;
  clear: both;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

.home-three-pro-bono-area .grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  height: auto;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.home-three-pro-bono-area .grid figure img {
  position: relative;
  display: block; 
  opacity: 0.8;
  width: 100%;
}

.home-three-pro-bono-area .grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.home-three-pro-bono-area .grid figure figcaption::before,
.home-three-pro-bono-area .grid figure figcaption::after {
  pointer-events: none;
}


.home-three-pro-bono-area figure.effect-pro-bono {
  background: rgb(250,74,74); 
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmYTRhNGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI2MSUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(250,74,74,1) 30%, rgba(255,255,255,1) 61%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%,rgba(250,74,74,1)), color-stop(61%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(250,74,74,1) 30%,rgba(255,255,255,1) 61%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(250,74,74,1) 30%,rgba(255,255,255,1) 61%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(250,74,74,1) 30%,rgba(255,255,255,1) 61%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(250,74,74,1) 30%,rgba(255,255,255,1) 61%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */

  -webkit-transition: all 0.75s ease-in-out;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.home-three-pro-bono-area figure.effect-pro-bono:hover{
  background: rgb(250,74,74); 
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmE0YTRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzMGYzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg,  rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(250,74,74,1)), color-stop(100%,rgba(227,15,55,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* IE10+ */
  background: linear-gradient(135deg,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.home-three-pro-bono-area figure.effect-pro-bono img,
.home-three-pro-bono-area figure.effect-pro-bono h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.home-three-pro-bono-area figure.effect-pro-bono img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}


.home-three-pro-bono-area figure.effect-pro-bono h3  {
  font-size: 18px;
  padding: 0;
  text-transform: capitalize;
  text-align: center;
  font-weight: 400;
  color: #3c3c3c;
  letter-spacing: 1px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.home-three-pro-bono-area figure.effect-pro-bono p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}


.home-three-pro-bono-area figure.effect-pro-bono p {
  text-transform: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,50px,0);
  transform: translate3d(0,50px,0);
}

.home-three-pro-bono-area figure.effect-pro-bono:hover img {
  -webkit-transform: translate3d(0,-80px,0);
  transform: translate3d(0,-80px,0);
}

.home-three-pro-bono-area figure.effect-pro-bono:hover h3 {
  color: #fff;
  -webkit-transform: translate3d(0,-84px,0);
  transform: translate3d(0,-84px,0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

.home-three-pro-bono-area figure.effect-pro-bono:hover p {
  opacity: 1;
  color: #fff;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
/***************************************************
maps-b-area-two
****************************************************/
section.maps-b-area-two {
  padding: 0;
}

/***********************************************************
FAQ Page
***********************************************************/
section.activities-membership-area.section-padding {
  padding: 105px 0;
}

.free_case_area.faq-padding {
  padding-bottom: 100px;
}
/******************************************************************
Contact Page
*******************************************************************/

section.our-map-location.contact-page-map.section-padding {
  background-color: #ececec;
}
.contact-page-form h1,
.contact-page-map h1{
  margin-bottom: 70px;
}
.contact-page-form .form-group{
  margin-bottom: 30px;
}
.contact-page-form button.btn.btn-default {
  margin-top: 30px;
}
.our-map-location.contact-page-map .map-slider .google-maps iframe {
  width: 95%;
  height: 455px;
  border: 6px solid #d9d9d9;
  border-radius: 5px;
  margin: 0 auto;
  display: block;
}
.our-map-location.contact-page-map .owl-wrap-off .google-maps .map-hover {
  left: 31%; 
}
.our-map-location.contact-page-map .owl-wrap-off .google-maps:hover:before {
  left: 14px; 
  width: 95%;
}
.our-map-location.contact-page-map .owl-wrap-off .owl-controls .owl-next .fa {
  position: absolute;
  top: 45%;
  right: -50px;
}
.our-map-location.contact-page-map .owl-controls .owl-prev .fa {
  position: absolute;
  top: 45%;
  left: -50px;
}

.free-case-evulution.contact-page-form .form-control:hover,
.free-case-evulution.contact-page-form .form-control:focus{
  border: 1px solid #fa4a4a !important;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
.free-case-evulution  .form-control:focus{
  background:#FBFBFB;
}
.map-slider .owl-theme .owl-controls .owl-buttons div{
  background: transparent;
}
/*******************************************************************
    About us Page
    ********************************************************************/
    .history-area.section-padding {
      padding-bottom: 0;
    }

    .history-area .col-md-10{
      padding: 0 7px;
    }
    .history-area .col-md-10 p{
      font-size: 18px;
      font-weight: 400;
      line-height: 34px;
      margin-bottom: 75px;
      color: #3c3c3c;
    }
    .history-area h2{
      font-size: 30px;
      font-weight: 700;
      text-transform: capitalize;
      margin-bottom: 20px;
    }
 
.history-area .col-sm-6 p.history-text{
  margin-bottom: 30px;
}
.history-area .col-sm-6 ul{
  margin-top: 35px;
}
.history-area .col-sm-6 ul li .fa{
  margin-right: 20px;
  color: #767676;
  line-height: 25px;
  letter-spacing: 0.4px;
}


/*===========

skill bar

==========*/
.about-us-skill{ 
  background: #f4f4f4;
}
section#skills {
    padding-top: 25px;
}
.about-us-skill h2 {
  font-size: 30px;
  padding-bottom: 15px;
}
.about-us-skill span {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.5px;
}
.about-us-skill progress {
  background-color: #E54D4D;
  border: 0;
  height: 12px;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 16px;
}

.about-us-skill progress::-webkit-progress-bar {
  background-color: #dedede;
}

.about-us-skill progress::-webkit-progress-value {
  background: rgb(250,74,74);
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhNGE0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzBmMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(250,74,74,1)), color-stop(100%,rgba(227,15,55,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37',GradientType=1 ); /* IE6-8 */

}
.about-us-skill progress::-moz-progress-bar {
  background: rgb(250,74,74);
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhNGE0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzBmMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(250,74,74,1)), color-stop(100%,rgba(227,15,55,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37',GradientType=1 ); /* IE6-8 */

}

/*============

About us tab

=========*/
.about-us-skill .tabbable.full-width-tabs.tab-nav {
  margin-top: 38px;
  border:1px solid #ececec;
  border-top:none;
}
.about-us-skill .tab-nav ul li{
  background-color: #afafaf;
}
.about-us-skill .tab-nav ul li:nth-child(2){
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
}
.about-us-skill .nav-tabs.nav-justified>li>a {
  border-radius: 0;
  color: #fff;
  border:none;
}

.about-us-skill .nav-tabs>li>a:hover {
  border-color: transparent;
}
.about-us-skill .tab-nav ul li.active{
  background: rgb(250,74,74); /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhNGE0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzBmMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(left,  rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(250,74,74,1)), color-stop(100%,rgba(227,15,55,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* IE10+ */
  background: linear-gradient(to right,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37',GradientType=1 ); /* IE6-8 */

}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  color: #fff;
  cursor: default;
  background-color: transparent;
  border: 1px solid transparent;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid transparent;
}
.about-us-skill .col-xs-12 h2.text-left,
.about-us-skill .col-xs-12 .tabbable{
  margin-left: 30px;
  border-radius: 5px;
  overflow: hidden;
}
.tab-content {
  background-color: #fff;
  padding: 20px 20px;
}








/*****
Index2
*****/

.home-two-top{
  border-bottom: 1px solid #747070;
}

.home-two-main-header-content ul.nav.navbar-nav li > a {
  color: #F5F5F5;
}

section.home_two_latest_news img {
  width: 100%;
}

.home_two_latest_news .latest_news_text {
  bottom: 0;
  left: 0;
  position: relative;
  width: 100%;
}

.home_two_latest_news .latest_news_box a.fa {
  background: #e1273f none repeat scroll 0 0;
  color: #fff;
  font-size: 25px;
  left: 0;
  padding: 10px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.home_two_latest_news .latest_news_box:hover a.fa {
  left: 43%;
  z-index: 1;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}


.home_two_latest_news .latest_news_text h4 {
  font-size: 12px;
  color: #767676;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.home_two_latest_news .latest_news_text h4 .news_author{
  padding-right: 20px;
}
.home_two_latest_news .latest_news_text p{
  padding-bottom: 30px;
}
.home_two_latest_news .btn-default {
  border: 1px solid #767676;
  color: #767676; 
  text-transform: uppercase;
  padding: 6px 14px;
}
.home_two_latest_news .btn-default:hover{
  color: #fff;
  background-color: #fa4a4a;
  border: 1px solid #fa4a4a;
}

section.practice_icons_areas.home-two-practise {
  background: url("../img/slide.jpg")no-repeat center center fixed;
  background-size: cover;
} 

.home-two-practise .single_practice_icon { 
  background: transparent;
}
/*.home-two-practise .single_practice_icon:hover {
background: #e63a43;
}*/
section.practice_icons_areas.home-two-practise.section-padding h2 {
  color: #f4f4f4;
}

section.practice_icons_areas.home-two-practise.section-padding p{
  color: #d6d6d6;
}
/*.home-two-practise .single_practice_icon h2,
.home-two-practise .single_practice_icon p{
color: #eaeaea;
}
*/
.home_two_business_law_top .business_law_single_service {
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 -15px;
}
.home_two_business_law_top .business_law_single_service a{
  border: 1px solid #fa4a4a;
  border-radius: 2px;
  clear: both;
  display: inline-block;
  float: none;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.home_two_business_law_top .business_law_single_service a i:before{
  color: #fa4a4a;
  font-size: 32px;
  line-height: 52px;
  padding: 3px 10px;
}
.home_two_business_law_top .business_law_single_service .latest_post_txt h2{
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #3c3c3c;
  margin-top: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.home_two_business_law_top .business_law_single_service .latest_post_txt{
  padding: 20px 60px;
}


.home_two_business_law_top .col-sm-6{
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.home_two_business_law_top .col-sm-6:nth-child(3n+3){
  border-right: 0 solid #eeeeee;
}
.home_two_business_law_top .col-sm-6:nth-child(7),
.home_two_business_law_top .col-sm-6:nth-child(8),
.home_two_business_law_top .col-sm-6:nth-child(9){
  border-bottom: 0 solid #eeeeee;
}

.home_two_business_law_top .business_law_single_service:hover {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(top, #ed4849, #da183a) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ed4849, #da183a) repeat scroll 0 0;
}
.home_two_business_law_top .business_law_single_service:hover a{
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
  color: #e83b45;
  border-radius: 4px;
  border: 1px solid #eaeaea;
}
.home_two_business_law_top .business_law_single_service:hover h2,
.home_two_business_law_top .business_law_single_service:hover p {
  color: #eaeaea;
}
.home_two_business_law_thumb_area img {
  width: 100%;
}

.home_two_business_law_thumb_area .sing_prac_caption a {
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  top: 0;
}
.home_two_business_law_thumb_area .sing_prac_caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(247, 66, 71, .97);
}
.home_two_business_law_thumb_area {
  background-color: #f4f4f4;
}
/*test hover*/
.business-hover .col-md-4{
  margin-bottom: 30px;
}
.business-hover .grid {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

.business-hover .grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}
.business-hover .grid figure img {
  position: relative;
  display: block;
  max-width: 100%;
  opacity: 0.8;
}

.business-hover .grid figure figcaption {
  padding: 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.business-hover .grid figure figcaption::before,
.business-hover .grid figure figcaption::after {
  pointer-events: none;
}

.business-hover .grid figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.grid figure h3,
.grid figure p {
  margin: 0;
}

.business-hover .grid figure p {
  letter-spacing: 1px;
  font-size: 13px;
  line-height: 22px;
  padding-top: 20px;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
}

.business-hover figure.effect-home-two {
  background: none; 
}

.business-hover figure.effect-home-two img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.business-hover figure.effect-home-two figcaption {
  padding: 3em; 
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

.business-hover figure.effect-home-two figcaption::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: ''; 
  background: rgb(250,74,74, 0.9);  
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmE0YTRhIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UzMGYzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg,  rgba(250,74,74, 0.9) 0%, rgba(227,15,55,0.9) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(250,74,74,0.9)), color-stop(100%,rgba(227,15,55,0.9))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg,  rgba(250,74,74,0.9) 0%,rgba(227,15,55,0.9) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg,  rgba(250,74,74,0.9) 0%,rgba(227,15,55,0.9) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg,  rgba(250,74,74,0.9) 0%,rgba(227,15,55,0.9) 100%); /* IE10+ */
  background: linear-gradient(135deg,  rgba(250,74,74,0.9) 0%,rgba(227,15,55,0.9) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
}

.figure-class:before {
  height: 100%;
  top: 2% !important;
}
.effect-home-two .business-hover-text {
  padding-top: 35px;
}

.business-hover figure.effect-home-two figcaption::before,
.business-hover figure.effect-home-two h3, 
.business-hover figure.effect-home-two p {
  color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.business-hover figure.effect-home-two:hover figcaption::before,
.business-hover figure.effect-home-two:hover h3, 
.business-hover figure.effect-home-two:hover p {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.business-hover figure.effect-home-two:hover h3 a {
    color: #fff;
}
.effect-home-two .bottom-plus a:hover {
  color: #fff;
}
.business-hover figure.effect-home-two:hover figcaption {
  background-color: rgba(58,52,42,0);
}
.bottom-plus {
  position: absolute;
  bottom: 0;
  left: 45.2%;
}
.bottom-plus i:before {
  padding: 12px 12px;
  background-color: #f44e4e;
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  color: #fff;
}

/*=====

Attorney 2 area

======*/
.home-two-attorney .attorny_hover {
  background: rgba(13, 13, 13, 0.73);
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom: 1px solid transparent;
}

.home-two-attorney .attorny_hover_social ul li a {
  border: 0 solid #fff;
  border-radius: 0;
  color: #dfdfdf;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  padding-top: 9px;
  width: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.home-two-attorney .attorny_hover_social ul {
  border-top: 1px solid #dfdfdf;
  margin-top: 10px;
  padding-top: 0;
}
.home-two-attorney .attorny_text {
  padding-top: 0px;
}

.home-two-attorney .attorny_head {
  border-bottom: 0px solid #ececec;
  overflow: hidden;
  padding-top: 0px;
}
.home-two-attorney .attorny_head p,
.home-two-attorney .attorny_text p {
  margin-bottom: 0px;
}
.home-two-attorney .attorny_head h2 {
  margin-bottom: -3px;
}
.home-two-attorney .attorny_content { 
  padding: 10px 0 0;
}
.home-two-attorney .attorny_arrow {
  height: 237px;
}

.home-two-attorney .attorny_hover_social ul li a:hover {
  border: 0px solid #fff;
  color:#fff;
  background: rgba(250,74,74,1);/* Old Browsers */
  background: -moz-linear-gradient(top, rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%);/* FF3.6+ */
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,74,74,1)), color-stop(100%, rgba(227,15,55,1)));/* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%);/* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%);/* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%);/* IE 10+ */
  background: linear-gradient(to bottom, rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%);/* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37', GradientType=0 );/* IE6-9 */

}

.home-two-attorney .single_attorny:hover .attorny_head {
  border-bottom: 0 solid #c02240;
}

/*=============

Testimonial section

===============*/
.home-two-testimonial { 
  background: url("../img/testi_slider_bg.jpg")no-repeat center center fixed;
  background-size: cover;

}


.testimonial-overlay{
  position: relative;

}
.testimonial-overlay:before{
  position: absolute;
  content:" ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.home-two-testimonial .carousel{
  width: 90%;
  margin: 0 auto;
}
.home-two-testimonial .carousel-inner p{
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.35px;
  color: #fff;
  font-weight: 400;
}
.home-two-testimonial .carousel-inner span{
  font-size: 14px; 
  color: #fa4a4a; 
}

.home-two-testimonial .carousel-inner h3{
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  font-family: 'Roboto';
  margin-top: 60px;
  margin-bottom: 10px;
  position: relative;
}
.home-two-testimonial .carousel-inner h3:before{
  position: absolute;
  content: " ";
  top: -25px;
  left: 44.5%;
  width: 92px;
  height: 1px;
  background-color: #fff;
}
.home-two-testimonial .control-arrow-two{
  position: relative;
  margin-top: 30px;
}
.home-two-testimonial .carousel-control{
  opacity: 1;
}
.home-two-testimonial .carousel .control-arrow-two .left{
  position: absolute;
  left: 39%;
  bottom: 0;
}

.home-two-testimonial .carousel .control-arrow-two .right{
  position: absolute;
  right: 39%;
  bottom: 0;
}

.home-two-testimonial .carousel .control-arrow-two .fa{
  background-color: transparent;
  border-radius: 3px;
  height: 40px;
  width: 40px;
  line-height: 35px;
  font-size: 25px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.home-two-testimonial .carousel .control-arrow-two .fa:hover{
  border: 1px solid rgb(250,74,74);
}

/*=====

Counter Area two

=======*/
.counter-area.home-two-counter {
  background: #332c2c; 
  padding: 140px 0;
}

.home-two-counter .single-counter i {
  border:  2px solid transparent;
  color: #fa4a4a; 
  font-size: 40px;
  padding: 0; 
}
.home-two-counter .single-counter i:hover {
  background: transparent;
}
.home-two-counter .single-counter span { 
  margin-top: 0px;
  color: #fa4a4a;
}

.home-two-case-form .free-case-form{
  margin-bottom: 15px;
}
.home-two-case-form .free-case-form textarea#message{
  height: 221px;
  margin-top: 0;
}

.home-two-case-form .send-button .btn{
  padding: 13px 25px;
  margin-right: 0;
  margin-top: 30px;
}

/*======

home-two-students-area

========*/
.home-two-students-area .container-fluid {
  padding-left: 0px;
}
.home-two-students-area{
  background-color: #332c2c;
}
.home-two-students-area .col-md-6 img {
  width: 100%;
}
.home-two-students-area .student-info {
  padding: 78px 50px 78px 25px;
}
.student-info p{
  line-height:26px;
}
.student-info  a.btn-md{
  margin: 60px 0 3px;
}
/*=====

Bono pro Section

======*/
section.home_two_pro_bono_area.section-padding.bg-grey img {
  width: 100%;
}
.home_two_pro_bono_area .single_pro_bono {
  width: 100%;
  border-radius: 5px; 
}
.home_two_pro_bono_area .single_pro_bono  > img{
  width:100%;
}


.home-two-client{
  background: url("../img/slide.jpg") no-repeat center center;
  background-size: cover;
}

section.home-two-client .section_heading h1,
section.home-two-client .section_heading p{
  color: #fff;
}

.home-two-achivement{
  background: transparent;
}
.home-two-achivement h3,
.home-two-achivement p{
  color: #000;
}
.home-two-achivement.partner-area .main-clients-wrap {
  padding-top: 50px;
}

.partner-area .owl-carousel .owl-item { 
  border-right: 1px solid #646161;
}
.partner-area .feature-image img {
  padding:0px 50px 20px 50px;
  margin: auto;
}

.partner-area .owl-theme .owl-controls {
  margin-top: -21px;
}

/*****
index2.html end
*****/





/*****
index3.html
*****/



/****Latest news****/
.latest_news_area {
  padding: 115px 0 140px;
}
.latest_news_box {
  position: relative;
}
.latest_news_text {
  bottom: 0;
  left: 0;
  position: absolute;
}
.latest_news_date {
  background:-webkit-linear-gradient(120deg,rgba(250,74,74,1),rgba(227,15,55,1));
  background:-moz-linear-gradient(120deg,rgba(250,74,74,1),rgba(227,15,55,1));
  background:linear-gradient(120deg,rgba(250,74,74,1),rgba(227,15,55,1));
  float: left;
  height: 76px;
  width: 14%;
}
.latest_news_details {
  background: rgba(0, 0, 0, 0.55);
  float: left;
  height: 76px;
  width: 86%;
  padding:0 15px;
}
.latest_news_text {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
}
.latest_news_date > p {
  color: #fff;
  font-size: 16px;
  line-height: 19px;
  padding-top: 16px;
  text-align: center;
  text-transform: uppercase;
}
.latest_news_date span {
  font-size: 28px;
  font-weight: 700;
  display:block;
  margin-top:5px;
}
.latest_news_details   h4 {
  margin: 0;
  position:relative;
  top:50%;
  -webkit-transform:translatey(-50%);
  -moz-transform:translatey(-50%);
  -ms-transform:translatey(-50%);
  -o-transform:translatey(-50%);
  transform:translatey(-50%);
}
.latest_news_box .latest_news_details h4 a{
  color: #e2e2e2;
  font-size: 18px;
  line-height:23px;
  font-weight:600;
}
.latest_news_details  h4 a:hover {
  color:#fa4a4a;
}
.latest_news_box_small .latest_news_date{
  height: 59px;
  width: 11%;
}
.latest_news_box_small .latest_news_details{
  height: 59px;
  width: 89%;
}
.latest_news_box_small .latest_news_date > p {
  padding-top: 10px;
}
.latest_news_box.latest_news_box_small {
  margin-bottom: 29px;
}
@media (max-width:992px){
  .latest_news_box > img{
    width:100%;
  }
}
.latest_news_box_tiny  .latest_news_date{
  height: 63px;
  width: 23%;
}
.latest_news_box_tiny  .latest_news_date > p {
  padding-top: 10px;
}
.latest_news_box_tiny .latest_news_details {
  padding: 0px 9px;
  height: 63px;
  width: 77%;
}
.latest_news_box_tiny .latest_news_details  h4  a{
  font-size: 16px;
}
.latest_news_box  > a{
  position: absolute;
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 36px;
  left: 0;
  top: 35%;
  z-index: 1;
  opacity:0;
  color: #fff;
  background:-webkit-linear-gradient(120deg,rgba(250,74,74,1),rgba(227,15,55,1));
  background:-moz-linear-gradient(120deg,rgba(250,74,74,1),rgba(227,15,55,1));
  background:linear-gradient(120deg,rgba(250,74,74,1),rgba(227,15,55,1));
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius:4px;
}
.latest_news_box:hover  > a {
  left: 50%;
  margin-left:-33px;
  z-index: 1;
  opacity:0.9;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.latest_news_box  > a:hover{
  opacity:1;
}

.single_latest_item .home-three-news{
  position: relative;
  margin-bottom: 29px;
}

.single_latest_item .home-three-news a.fa {
  background: #e1273f none repeat scroll 0 0;
  color: #fff;
  font-size: 25px;
  left: 0;
  padding: 10px;
  position: absolute;
  bottom: 0;
  z-index: 1;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.single_latest_item .home-three-news:hover a.fa {
  left: 43%;
  z-index: 1;
  opacity: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.single_latest_item .home-latest-news-text h4 {
  font-size: 12px;
  color: #767676;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.single_latest_item .home-latest-news-text h4 .news_author {
  padding-right: 20px;
}
.single_latest_item .home-latest-news-text  p {
  padding-bottom: 30px;
}
/****Latest news end****/


/*==========

Practice filtering area

============*/
.practice-filter.section-padding{
  padding:120px 0;
}
.practice_trigger {
  margin-top: -42px;
}
.practice_trigger ul {
  text-align: center;
}
.practice_trigger ul li {
  display: inline-block;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 22px;
  line-height: 45px;
  height: 45px;
  background: #fff;
  margin-right: -5px;
  border-left: 1px solid #EEEEEE;
}
.practice_trigger ul li:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.practice_trigger ul li:last-child{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.practice_trigger ul li:first-child{
  border-left: 0;
}
.practice_trigger ul li:hover,
.practice_trigger ul li.active {
  cursor: pointer;
  background:-webkit-linear-gradient(90deg,rgba(250,74,74,1),rgba(227,15,55,1));
  background:-moz-linear-gradient(90deg,rgba(250,74,74,1),rgba(227,15,55,1));
  background:linear-gradient(90deg,rgba(250,74,74,1),rgba(227,15,55,1));
  color: #fff;
}
.practice_all_item {
  margin-top: 90px;
}
.practice_all_item .mix {
  display: none;
}

/*===========

practice filter area end

=============*/


/*============

Practice panel area

==============*/

.business_law_thumb_area .section_heading p, 
.family_law_thumb_area .section_heading p,
.criminal_law_thumb_area .section_heading p {
  margin-bottom: 50px;
}
.practice_panel_areas.section-padding{
  padding:120px 0 100px;
}
.single_practice_icon{
  text-align: center;
  background: #fff;
  padding: 0 40px 40px;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -ms-transition:all .5s ease;
  -o-transition:all .5s ease;
  transition:all .5s ease-out;
  margin-bottom:40px;
}
.single_practice_icon i{
  color: #fff;
  background: rgba(250,74,74,1);/* Old Browsers */
  background: -moz-linear-gradient(top, rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%);/* FF3.6+ */
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,74,74,1)), color-stop(100%, rgba(227,15,55,1)));/* Chrome, Safari4+ */
  background: -webkit-linear-gradient(top, rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%);/* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%);/* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%);/* IE 10+ */
  background: linear-gradient(to bottom, rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%);/* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37', GradientType=0 );/* IE6-9 */
  border-radius: 10px;
  width: 78px;
  line-height: 78px;
  height: 78px;
  font-size: 30px;
  display: inline-block;
  margin-top: 49px;
}
.single_practice_icon h2{
  font-size: 18px;
  color:#3c3c3c;
  text-transform: uppercase;
  margin: 41px 0 23px;
}
.single_practice_icon:hover{
  background:-webkit-linear-gradient(120deg,rgba(250,74,74,1),rgba(227,15,55,1));
  background:-moz-linear-gradient(120deg,rgba(250,74,74,1),rgba(227,15,55,1));
  background:linear-gradient(120deg,rgba(250,74,74,1),rgba(227,15,55,1));
}
.single_practice_icon:hover i{
  background: #fdf1f2;
  color: #e63a43;
}
.single_practice_icon:hover h2{
  color: #eaeaea;
}
.single_practice_icon:hover p{
  color: #eaeaea;
}
/*.single_practice_icon:hover p{
color: #fff;
}*/
.practice_icons_areas.home-two-practise.section-padding:hover p{
  color: #fff;
}
/*=========

Practice panel area end

===========*/


/*==========

Icon type post 

=============*/
.icon_post_area.section-padding{
  padding:120px 0 43px;
}
.icon_post_area,
.thumb_post_area{
  background:#fff;
}
.icon_single_service{
  padding-bottom:40px;
  overflow: hidden;
}
.family_law_thumb_area_top .col-md-4.col-sm-6:nth-child(7) {
  clear: left;
}
.icon_single_service a{
  background: rgba(255, 255, 255, 1) none repeat scroll 0 0;
  border: 1px solid #fa4a4a;
  border-radius: 4px;
  color: #e83b45;
  display: inline-block;
  float: left;
  font-size: 26px;
  line-height: 48px;
  margin: 5px 16px 5px 0;
  width:50px;
  height:50px;
  text-align: center;
  -webkit-transition: background-color 0.2s linear 0s, color 0.4s linear 0s;
  -o-transition: background-color 0.2s linear 0s, color 0.4s linear 0s;
  transition: background-color 0.2s linear 0s, color 0.4s linear 0s;
}
.icon_single_service a:hover{
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ed4849, #da183a) repeat scroll 0 0;
  color: #fff;
}
.icon_single_service .latest_post_txt h2 { 
  font-size: 18px; 
  margin-bottom: 8px;
}
.icon_single_service .latest_post_txt{
  padding:0 26px 0 73px;
}

/*=======

Icon type post end

========*/


/*=========

Thumb post

===========*/
.single_practice{
  margin-bottom:30px;
}
.sing_practice_photo{
  position:relative;
}
.sing_prac_caption{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background:-webkit-linear-gradient(120deg,rgba(250,74,74,0.9),rgba(227,15,55,0.9));
  background:-moz-linear-gradient(120deg,rgba(250,74,74,0.9),rgba(227,15,55,0.9));
  background:linear-gradient(120deg,rgba(250,74,74,0.9),rgba(227,15,55,0.9));
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
}
.sing_prac_caption > a{
  display: block;
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 0;
}
.sing_prac_caption > a > img{
  position:relative;
  top: 50%;
  -webkit-transform:translatey(-50%);
  -moz-transform:translatey(-50%);
  -ms-transform:translatey(-50%);
  -o-transform:translatey(-50%);
  transform:translatey(-50%);
}
.sing_practice_photo:hover .sing_prac_caption{
  opacity:1;
}
.single_practice > h2{
  font-size: 18px;
  line-height:24px;
  font-weight: 600;
  margin-top: 13px;
  margin-bottom: 4px;
}
.sing_practice_photo img {
  width: 100%;
}
.sing_prac_caption a img {
  width: auto;
}

/*========

Thumb post end

=======*/




/*======

Testimonial slider

=======*/
.testmonial_slider_area{
  background: url("../img/testimonial.jpg") ;
  position: relative;
  background-size: cover;
  padding: 220px 0 130px;
}
.testmonial_slider_area:before{
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 29, 29, 0.75);
}
.single_testi_item{
  text-align: center;
  position: relative;
  z-index: 2;
}
.single_testi_item h3{
  font-size: 20px;
  color: #e2e2e2;
  font-weight: 700;
  margin-bottom: 10px
}
.single_testi_item h4{
  font-size: 14px;
  color: #fa4a4a;
  font-weight: 400;
  margin-bottom: 22px
}
.single_testi_item p {
  color: #fff;
  font-size: 23px;
  font-weight: 600;
  line-height: 40px;
}
.carousel-indicators img {
  border-radius: 5px;
  width: 100%;
  display: block;
}
.carousel-indicators {
  bottom: 100%;
  margin-bottom: 30px;
}
.carousel-indicators .active {
  height: 100px;
  width: 100px;
  border: 2px solid #f9f9f9;
  box-shadow: 0 0 0px 1px #a49c9a;
}
.carousel-indicators li {
  border: 0px;
  height: 71px;
  margin: 0 6px;
  text-indent: 0;
  width: 71px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.slider_con {
  color: #eaeaea;
  font-size: 24px;
  line-height: 38px;
  position: absolute;
  text-align: center;
  top: calc(50% - 20px);
  width: 40px;
  border: 1px solid #c2c2c2;
  z-index: 99;
  border-radius: 4px;
}
.slider_con:hover{
  color: #fff;
  background:-webkit-linear-gradient(120deg,rgba(250,74,74,1),rgba(227,15,55,1));
  background:-moz-linear-gradient(120deg,rgba(250,74,74,1),rgba(227,15,55,1));
  background:linear-gradient(120deg,rgba(250,74,74,1),rgba(227,15,55,1));
  border-color:rgba(250,74,74,1);
}
.slider_con.left {
  left: -150px;
}
.slider_con.right {
  right: -150px;
}
@media (min-width:840px) and (max-width:992px){
  .slider_con.left {
    left: -40px;
  }
  .slider_con.right {
    right: -40px;
  }
}
@media (max-width:839px){
  .slider_con{
    top:calc(50% - 42px);
  }
  .slider_con.left {
    left: 0px;
  }
  .slider_con.right {
    right: 0px;
  }
}
#testimonial_slider {
  z-index: 99;
}
/*=========

Testimonial slider end

===========*/




/*=========

Attorney Members area

========*/
.attorneys_thumb_area .section_heading h2{
  margin-bottom:60px;
}
.single_attorny img {
  width: 100%;
}
.attorny_content {
  border: 1px solid #ececec;
  overflow: hidden;
  padding: 10px 10px 16px;
  text-align: center;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.attorny_head {
  border-bottom: 1px solid #ececec;
  overflow: hidden;
  padding-top: 7px;
}
.attorny_head h2 {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
}
.attorny_head p, .attorny_text p {
  color: #767676;
  margin-bottom: 13px;
}
.attorny_text {
  padding-top: 7px;
}
.attorny_text p {
  margin-bottom: 1px;
}
.attorny_arrow {
  height: 204px;
  margin: 0 auto;
  text-align: center;
  width: 262.56px;
  position: relative;
}
.attorny_arrow a {
  font-size: 30px;
  color: rgb(250,74,74);
  border-radius: 4px;
  position: absolute;
  left: 50%;
  margin-left: -33px;
  top: 50%;
  margin-top: -33px;
  height: 66px;
  width: 66px;
  line-height: 66px;
  background: #ececec;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.attorny_arrow.white-arrow a {
  font-size: 30px;
  color: #fff; 
  border-radius: 4px;
  position: absolute;
  left: 50%;
  margin-left: -33px;
  top: 50%;
  margin-top:-33px;
  height: 66px;
  width: 66px;
  line-height: 66px;
  background: rgb(250,74,74);  
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhNGE0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzBmMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,  rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,74,74,1)), color-stop(100%,rgba(227,15,55,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37',GradientType=0 ); /* IE6-8 */

  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.attorny_arrow a:hover {
  opacity:0.8;
}
.attorny_hover_social ul {
  margin-right: 0px;
}
.attorny_hover_social ul li{
  display: inline;
  margin-right: 5px;
}
.attorny_hover_social ul li a{
  border: 1px solid #ececec;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  height: 40px;
  padding-top: 9px;
  width: 40px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.attorny_hover_social ul li a:hover{
  color: #e32a2a;
  background:#ececec;
  border-color:#ececec;
}
.attorny_content.a_cont_hover {
  border: medium none;
  color:#fff;
}
.a_cont_hover .attorny_head h2{
  color:#fff;
}
.a_cont_hover .attorny_head p, .a_cont_hover .attorny_text p{
  color:#fff;
}
.a_cont_hover .attorny_text {
  padding-top: 4px;
}
.a_cont_hover .attorny_head {
  padding-top: 24px;
}
.single_attorny {
  position: relative;
  margin-bottom:50px;
}
.attorny_hover {
  background:-webkit-linear-gradient(120deg,rgba(250,74,74,0.65),rgba(227,15,55,0.65));
  background:-moz-linear-gradient(120deg,rgba(250,74,74,0.65),rgba(227,15,55,0.65));
  background:linear-gradient(120deg,rgba(250,74,74,0.65),rgba(227,15,55,0.65));
  height: 100%;
  left: -25px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  transition: 0.5s;
}
.single_attorny:hover .attorny_hover {
  opacity:1;
  left:0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.single_attorny:hover .hidden-class{
  opacity: 0.03;
}
.single_attorny:hover .attorny_head {
  border-bottom: 1px solid #c02240;
}
.law-btn{
  font-size:16px;
  font-weight:400;
  color:#fa4a4a;
  padding:0px 30px 0 29px;
  height:50px;
  line-height:48px;
  border:1px solid #FA4A4A;
  background:#fff;
  text-transform:uppercase;
  display:inline-block;
  border-radius:4px;
  -webkit-transition:all .5s ease;
  -moz-transition:all .5s ease;
  -ms-transition:all .5s ease;
  -o-transition:all .5s ease;
  transition:all .5s ease;
}
.law-btn:hover{
  background:-webkit-linear-gradient(to bottom,rgba(250,74,74,1),rgba(227,15,55,1));
  background:-moz-linear-gradient(to bottom,rgba(250,74,74,1),rgba(227,15,55,1));
  background:linear-gradient(to bottom,rgba(250,74,74,1),rgba(227,15,55,1));
  border: 1px solid #da183a;
  color:#fff
}
/*==========

Attorney members area end

============*/


/*==========

Want to intern /student area

========*/
.students-area{
  text-align: center;
}
.student-info h2{
  color: #fa4a4a;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 30px;
}
.student-info p{
  color:#e2e2e2;
  font-size:16px;
}

/*==========

Want to intern/student area end

===========*/
@media (min-width:992px){
  .home-two-students-area > div > div{
    position:relative;
  }
  .home-two-students-area > div > div > div:nth-child(2){
    position:absolute;
    top:0;
    left:50%;
    width:50%;
    right:0;
    bottom:0;
  } 
  .home-two-students-area > div > div > div:nth-child(2) .student-info{
    top:50%;
    position:absolute;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    -ms-transform:translateY(-50%);
  }
}
.home-two-students-area .student-info .btn-sm {
  padding: 10px 30px;
  color: #fff;
  font-size: 14px;
  margin-top: 60px;
  background: rgb(250,74,74);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,74,74,1)), color-stop(100%,rgba(227,15,55,1)));
  background: -webkit-linear-gradient(top, rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%);
  background: -o-linear-gradient(top, rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%);
  background: -ms-linear-gradient(top, rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%);
  background: linear-gradient(to bottom, rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37',GradientType=0 );
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.home-two-students-area .student-info .btn-sm:hover{
  background: #fff;
  color: rgb(250,74,74);
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.home-two-students-area .student-info{
  padding: 87px 50px 80px 25px;
}

/*==========

Our offices contact info area

==========*/
.map_box {
  position: relative;
}
.contact_us_address {
  background:rgba(250,74,74,0.85);
  padding-bottom: 14px;
  padding-left: 25px;
  padding-right: 25px;
  position: absolute;
  right: 0;
  top: 0;
  width: 434px;
  height: 100%;
}
@media (max-width:480px){
  .contact_us_address {
    width:100%;
  }
}
.contact_us_address .address {
  color: #fff;
  margin-bottom: 45px;
  padding-top: 40px;
}
.size14 {
  font-size: 14px;
}
.form-control:focus,
input:focus,
textarea:focus{
  box-shadow:none;
  outline:0;
}
.form_contact input,.form_contact textarea{
  margin-bottom: 18px;
  padding: 10px 15px;
  width: 100%;
  border:1px solid #dbdbdb;
  box-shadow:none;
  background:transparent;
}
/* .form_contact .form-control{
margin-bottom: 15px;
padding: 7px 15px;
width: 100%;
border-radius: 0;
color: #fff;
border: 1px solid #f8f8f8;
box-shadow: none;
background: transparent;
} */

.form_contact  input::-webkit-input-placeholder { color:#f8f8f8;}
.form_contact  input::-moz-placeholder { color:#f8f8f8; }
.form_contact  input:-ms-input-placeholder { color:#f8f8f8; }
.form_contact  textarea::-webkit-input-placeholder { color:#f8f8f8; }
.form_contact  textarea::-moz-placeholder { color:#f8f8f8; }
.form_contact  textarea:-ms-input-placeholder { color:#f8f8f8; }

.form_contact textarea {
  height: 131px;
}
.form_contact input[type="submit"]{
  background:#fff;
  border-color:#fff;
  padding:0;
  color:#fa4a4a;
  height:45px;
  line-height:43px;
  border-radius:3px;
  font-size:15px;
}
.form_contact input[type="submit"]:hover,
.form_contact input[type="submit"]:focus{
  opacity:0.95;
}
.form_contact .send-buttons {
	border:1px solid #fff;
	margin-bottom: 30px;
	margin-top: 13px;
	padding: 10px 0;
	width: 100%;
	background:#000;
	-webkit-transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}
.form_contact .send-buttons:hover {
	border: 1px solid #fa5757 !important;
	color:#FFF;
	background: rgb(250,74,74);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhNGE0YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMzBmMzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,74,74,1)), color-stop(100%,rgba(227,15,55,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%); /* W3C */


  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37',GradientType=0 ); /* IE6-8 */

}
.maps_b_area.section-padding {
  padding-bottom: 0px;
}
.address.font_semibold.size14 > p {
  color: #fff;
  font-weight: 600;
  display:block;
  width:100%;
  clear:both;
}
.address.font_semibold.size14 span {
  display: block;
  font-weight: 600;
  width: 20%;
  float: left;
  height: 25px;
}
/* .clients-curosel .owl-controls .owl-dots {
left: 50%;
position: absolute;
} */
/* .owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
-moz-user-select: none;
cursor: pointer;
float: left;
} */
/*===========

Maps css end 

============*/

.align_center {
  text-align: center;
}
.map_address h4 {
  font-size:18px;
  font-weight:700;
  color: #3c3c3c;
  padding-top: 23px;
}
.map_address p {
  color: #575757;
  padding-bottom: 27px;
  line-height:22px;
}
.map_address p a {
  color: #575757;
  font-weight: 300;
}
.line_height25 {
  line-height: 25px;
}
.map_address .map_button {
  border: 1px solid #ef394d;
  border-radius: 4px;
  color: #ef394d;
  display: inline-block;
  padding: 6.5px 18px;
}
.single_office_location {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  margin-bottom: 20px;
  padding-bottom: 36px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single_office_location:hover {
  background:-webkit-linear-gradient(120deg,rgba(250,74,74,1),rgba(227,15,55,1));
  background:-moz-linear-gradient(120deg,rgba(250,74,74,1),rgba(227,15,55,1));
  background:linear-gradient(120deg,rgba(250,74,74,1),rgba(227,15,55,1));
  border-top: 1px solid #ef394d;
  color: #fff !important;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single_office_location:hover .map_address p a,
.single_office_location:hover .map_address p {
  color:#fff;
}
.single_office_location:hover .map_address h4 {
  color:#fff;
}
.single_office_location:hover .map_address .map_button {
  border: 1px solid #fff;
  color: #ef394d;
  background:#fff;
}
.clients-curosel .owl-controls .owl-dots .owl-dot span {
  display: none;
}
.google-maps iframe{
  width:100%;
  height:200px;
  border:none;
}
/****Our office info area end****/




/*========

counter area

=====*/
.counter-area{
  background:url("../img/slide.jpg") no-repeat fixed center center;
  background-size:cover;
  position: relative;
  padding:120px 0 96px;
}
.counter-area:before{
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.single-counter{
  text-align: center;
}
.single-counter i{
  border: 2px solid #eaeaea;
  border-radius: 5px;
  color: #eaeaea;
  display: inline-block;
  width:112px;
  height:112px;
  line-height:108px;
  font-size: 56px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.single-counter i:hover{
  background:-webkit-linear-gradient(120deg,rgba(250,74,74,1),rgba(227,15,55,1));
  background:-moz-linear-gradient(120deg,rgba(250,74,74,1),rgba(227,15,55,1));
  background:linear-gradient(120deg,rgba(250,74,74,1),rgba(227,15,55,1));
  border: 2px solid #ed4849;
}
.single-counter span{
  color: #fa4a4a;
  display: block;
  font-size: 48px;
  font-weight: 700;
  margin-top: 20px;
}
.single-counter h4{
  color: #f2f2f2;
  font-size: 18px;
  font-weight:700;
}
/*==========

Counter area end

===========*/




/*===========

free Contact form area home 2

============*/
.free-case-form input,.free-case-form select{
  border: 1px solid #c2c2c2;
  height: 45px;
  padding-left: 10px;
  margin-bottom: 30px;
  width: 100%;
}
.free-case-form textarea#message{
  border: 1px solid #c2c2c2;
  height: 150px;
  width: 100%;
  padding-left:10px;
  padding-top:10px;
}
.send-button{
  text-align:center;
}
.free-case-form .btn-md {  
  margin-top: 40px;
  padding: 0px 20px;
}
.free-case-form .btn-md i{
  padding-left:10px;
}
.free-case-form button:hover{
  border:1px solid #fa4a4a;
}
.free-case-form input:hover,.free-case-form input:focus, .free-case-form input:active, .free-case-form select:hover, .free-case-form select:focus, .free-case-form textarea#message:hover, .free-case-form textarea#message:focus, .free-case-form textarea#message:active {
  border: 1px solid #fa4a4a;
}
textarea{
  resize:vertical;
}
input:focus,select:focus,textarea:focus,button:focus{
  outline:0;
}
/*========

free contact form area end

===========*/







/*===========

Pro bono work area/hm2

=============*/
.home_two_pro_bono_area .single_pro_bono {
  width: 94.7%;
  border-radius: 5px;
}
.home_two_pro_bono_area .single_pro_bono:hover .pro_bono_text {
  background-color: #E71A3B;
}
.home_two_pro_bono_area .pro_bono_text {
  background-color: #fff;
  padding: 20px 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.home_two_pro_bono_area .pro_bono_text h4 {
  color: #3c3c3c;
  margin:0 0 17px;
  font-weight:600;
}
.home_two_pro_bono_area .single_pro_bono:hover .pro_bono_text h4, .home_two_pro_bono_area .single_pro_bono:hover .pro_bono_text p {
  color: #fff;
}

/*=======

Pro bono work area end

========*/




/*========

Achievement carousel

==========*/
.our_achivement{
  padding-bottom:0;
}
.achivement-carousel{
  width:100%;
}
.single-achivement{
  overflow:hidden;
}
.achivement-text {
  padding-bottom: 80px;
  text-align: center;
}
.single-achivement a{
  display: inline-block;
  width:100%;
}
.ach-img{
  position: relative;
  background:-webkit-linear-gradient(120deg,rgba(250,74,74,0.9),rgba(227,15,55,0.9));
  background:-moz-linear-gradient(120deg,rgba(250,74,74,0.9),rgba(227,15,55,0.9));
  background:linear-gradient(120deg,rgba(250,74,74,0.9),rgba(227,15,55,0.9));
}
.ach-img img{
  width: 100%;
}
.achivement-info{
  height: 100%;
  left: 50%;
  margin-left: -50%;
  padding: 0 25px;
  position: absolute;
  text-align: center;
  top: 80%;
  width: 100%;
  transition: all 0.3s ease 0s;
  opacity:0;
}
.achivement-info h3{
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-transform:uppercase;
}
.achivement-info p{
  color:#fff;
}
.achivement-info i{
  color: #fff;
  font-size: 35px;
}
.ach-img:before {
  background-color: rgba(250, 74, 74, 0.93);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.single-achivement:hover .ach-img:before{
  opacity:1;
  z-index:9;
}
.single-achivement:hover .achivement-info{
  top: 20%;
  opacity:1;
  z-index:99;
}
.achivement-carousel.owl-theme .owl-controls .owl-buttons > div {
  background: rgba(255,255,255,0.3);
  border: 1px solid #ecebeb;
  border-radius: 50%;
  color: #dadada;
  font-size: 26px;
  width:35px;
  height: 35px;
  line-height:33px;
  padding: 0px;
  margin:0;
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top:-18px;
}
.achivement-carousel.owl-theme .owl-controls .owl-buttons  .owl-prev {
  right:5px;
}
.achivement-carousel.owl-theme .owl-controls .owl-buttons  .owl-next {
  left:5px;
}
.achivement-carousel.owl-theme .owl-controls .owl-buttons > div:hover{
  background:rgba(71,115,154,0.7);
  color:#fff;
}


/*=========

Achievement carousel end

==========*/



/*==========

Partner carousel 

==========*/

.partner-area{
  background: url("../img/slide.jpg") center top fixed;
  background-size: cover;
  padding-top: 100px;
}
.partner-area h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-bottom: 30px;
}
.partner-area p {
  color: #fff;
  font-size: 16px; 
  line-height: 26px;
  letter-spacing: 0.4px;
  width: 50%;
  margin: 0 auto;
}
.partner-area  .feature-image img{
  padding: 50px;
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-transition:all .4s;
  -moz-transition:all .4s;
  -ms-transition:all .4s;
  -o-transition:all .4s;
  transition:all .4s;
}
.partner-area  .feature-image img:hover{
  padding: 50px;
  filter: gray;
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);

}
.partner-area .owl-wrap-partner{
  position: relative;
}
.partner-area .main-clients-wrap {
  padding-top: 120px;
}
.partner-area .owl-wrap-partner .owl-prev .fa {
  position: absolute;
  top: 45%;
  right: 0;
  color: #abaaaa;
  z-index: 999;
  padding: 0 12px;
  height: 35px;
  width: 35px;
  font-size: 30px;
  border: 1px solid #abaaaa;
  border-radius: 50%;
}
.partner-area .owl-wrap-partner .owl-next .fa {
  position: absolute;
  top: 45%;
  left: 0;
  color: #abaaaa;
  z-index: 999;
  padding: 0 10px;
  height: 35px;
  width: 35px;
  font-size: 30px;
  border: 1px solid #abaaaa;
  border-radius: 50%;
}
.partner-area .owl-wrap-partner .fa:hover {
  background-color: #E54D4D;
  border: 1px solid #E54D4D;
  color: #fff;
}
/*========================================================================
Partner carousel end
==========================================================================*/

/**************************************************************************/
/*home three free case form*/
/**************************************************************************/
.home-three-case-form .free-case-form textarea#message {
  height: 221px;
  margin-top: 0;
}

.home-three-case-form .free-case-form input, 
.home-three-case-form .free-case-form select {
  border: 1px solid #d2d2d2;
  height: 44px;
  padding-left: 10px;
  width: 100%;
  margin-bottom: 15px;
}
.home-three-case-form .free-case-form input:hover, 
.home-three-case-form .free-case-form select:hover,
.home-three-case-form button:hover {
  border: 1px solid rgb(250,74,74);
}
.home-three-case-form button{
  margin-top: 40px;
}

/*Attorney section*/
.hidden-class .attorny_head h2 {
  color: #fa4a4a;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0px;
}

.attorneys_thumb_area.home-two-attorney .btn-default {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  border-radius: 3px;
  padding: 12px 33px;
}


/**************************************************************
home three Counter
*************************************************************/
.counter-home-three{
  background: #332c2c;
  padding: 145px 0;
}
.countings-div span {
  color: #fa4a4a;
  display: block;
  font-size: 48px;
  font-weight: 700;
  margin-top: 20px;
}
.countings-div h4 {
  color: #f2f2f2;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.countings-div i {
	color: #fa4a4a;
	font-size: 50px;
}
.countings-div i:hover{
  color: #fff;
} 
.partner-area .owl-theme .owl-controls .owl-buttons div{
  background: transparent;
}
/**************************************************************
home three partner
*************************************************************/
.home-two-achivement.partner-area {
  background: #fff;
}
.home-two-achivement.partner-area h3 {
  color: #3c3c3c;
}
.home-two-achivement.partner-area p{
  color: #767676;
  font-size: 16;
}

.home-two-achivement.partner-area .owl-carousel .owl-item {
  border-right: 1px solid #dadada;
}



/**************************************************************
home three last map form
*************************************************************/
.home-three-form.form_contact .form-control {
  border-radius: 0;
}


/**************************************************************
home three footer
***************************************************************/

.main-footer.footer-three .footer-widget h3 {
  margin-top: 21px;
}
.third-footer-tag {
	padding-top: 5px;
}

.third-footer-tag ul li a {
  color: #a7a7a7;
  line-height: 28px;
  font-weight: 300;
}
.third-footer-tag ul li a:hover{
  color: #fa4a4a;
}


/**************************************************************
Attorney Page
***************************************************************/

.blog-padding{
	padding-top: 5px;
}
.education-details .tab-nav {
  float: left;
  width: 100%;
  clear: both;
  border: 1px solid #e7e7e7;
  border-top: none;
}
.education-details .tab-nav ul li {
  background-color: #afafaf;
}
.education-details .tab-nav .nav-tabs > li > a {
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  display: block;
  height: 64px;
  line-height: 64px;
  border: none;
  color: #fff;
}
.education-details .tab-nav .nav-tabs.nav-justified>.active>a {
  background: #E92948;
  color: #fff;
  border-radius: 0;
}

.education-details .nav-tabs.nav-justified>.active>a, .nav-tabs.nav-justified>.active>a:focus, .nav-tabs.nav-justified>.active>a:hover {
  border: none;
}
.partner-area.blog-achivement {
  margin-top: 140px;
}

section.leave-message.section-padding {
  background-color: #f7f7f7;
  padding: 110px 0;
}

@media (max-width:320px){
  .practice-text-area { 
    padding: 35px 5px 35px 5px; 
  }
}

/*****
index3.html end
*****/





/*=============


blog page style

==============*/
.blog-page img{
  width: 100%;
}
.date-with-heading{
  margin: 30px 0;
}
.date-month {
  float: left;
  border-right: 1px solid #dfdfdf;
  padding: 5px 20px 10px 20px;
}
.date-month p{
  font-size: 24px;
}

.date-month p:first-child {
  font-size: 24px;
  font-weight: 600;
  color: #222; 
  text-align: center;
  line-height: 22px;
}
.date-month p:last-child {
  font-size: 14px;
  font-weight: 600;
  color: #222;
  text-transform: uppercase;
  text-align: center;
}


.blog-text {
  padding: 0 20px;
  margin-left: 70px;
}
.blog-text h2 {
  font-size: 18px;
  color: #222;
  padding-top: 2px;
  text-transform: capitalize;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.blog-text ul li{
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 400;
  color: #585858;
  padding: 0 20px;
}
.blog-text ul li a{
  color:#585858;
}
.blog-text ul li a:hover{
  color:#fa4a4a;
}
.blog-text ul li:first-child{
  padding-left: 5px;
  border-right: 1px solid #e1e1e1;
}
.image-blog-content {
  border: 1px solid #ececec;
  overflow: hidden;
  margin-bottom: 100px;
  width: 94.5%;
}
.image-blog-content .text-paragraph{
  padding-left: 20px;
  padding-right: 30px;
  text-align: justify; 
}
.button-plus-share{
  padding: 15px;
  background-color: #F5F4F4;
  line-height: 2;
  margin-top: 35px;
  height: 60px;
  border-top:1px solid #ececec;
}
.button-plus-share ul.pull-right li {
  padding: 0px 8px;
  background-color: #fff;
  color: #979797;
  border-radius: 3px;
  border: 1px solid #ececec;
  margin-right: 15px;
}
.button-plus-share ul.pull-right li:last-child {
  margin-right: 0;
}
.owl-wrap-blog{
  position: relative;
  overflow:hidden;
}
#owl-blog-slider .owl-buttons .fa.fa-angle-right {
  position: absolute;
  top: 40%;
  right: 10px;
  color: #fff;
  z-index: 999;
  background-color: rgba(47, 47, 47, 0.5);
  padding: 3px 13px;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  font-size: 33px;
  border: 1px solid #f1efe8;
}

#owl-blog-slider .owl-buttons .fa.fa-angle-left {
  position: absolute;
  top: 40%;
  left: 10px;
  color: #fff;
  z-index: 999;
  background-color: rgba(47, 47, 47, 0.5);
  padding: 3px 13px;
  height: 40px;
  width: 40px;
  border-radius: 3px;
  font-size: 33px;
  border: 1px solid #f1efe8;
}

#owl-blog-slider .owl-buttons .fa:hover {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ed4849, #da183a) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #ed4849, #da183a) repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
}
.owl-carousel-blog.owl-carousel.owl-theme>.owl-controls {
  margin-top: -35px !important;
}
#owl-blog-slider .owl-controls .owl-page.active span,
#owl-blog-slider .owl-controls.clickable .owl-page:hover span {
  background: #fa4a4a;
  border-color: #fa4a4a;
  position: relative;
}

.image-blog-content.video iframe{
  width: 100%;
  height: 360px; 
}
.image-blog-content.audio-post iframe{
  width: 100%;
  height: 160px;
  border: 0px solid #fff;
}
#lightBox .col-sm-6.zero-padding {
  padding: 0;
}
.post-five-text span::before {
  content: "\f10d";
  font-family: 'FontAwesome';
  font-size: 36px;
  color: #d8d8d8;
  margin-right: 25px;
}

.image-blog-content .post-five-text .text-paragraph {
  padding-left: 60px;
  padding-bottom: 20px;
  font-style: italic;
  text-align: left;
  font-weight: 500;
}
.image-blog-content .post-five-text {
  padding: 30px 0 0 30px;
}
.post-five-text p {
  font-size: 18px;
  color: #767676;
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
}
.post-five-text strong {
  text-transform: uppercase;
  color: #010101;
  font-size: 18px;
  font-weight: 600;
  padding-left: 60px;
  position: relative;
}

.col-xs-12.col-md-3.widget-area-right {
  padding-right: 0;
  padding-left: 0;
}
#custom-search-input .form-control {
  height: 45px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #222;
  background-color: #f3f3f3;
  background-image: none;
  border: none;
  border-right: 0;
  border-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
}
#custom-search-input .btn-search{
  background-color: #f3f3f3;
  border: none;
  height: 45px;
  width: 100%;
  border-radius: 0;
  color: #dfdfdf;
  font-size: 20px;
  line-height: 20px;
  margin-right: 0px;
}
#custom-search-input  .input-group{
  border:1px solid #ececec;
  background:#f3f3f3;
}

#custom-search-input  .input-group:hover{
  border:1px solid #fa4a4a;
}

.blog-right-tab .tab-content li {
  border: none;
  float: none;
  width: 100%;
  padding: 10px 5px 10px 20px;
  display: block;
  font-weight: 300;
  position: relative;
  color: #767676;
  font-weight: 400;
  border-bottom: 1px solid #ececec;
  /*border-left: 4px solid transparent;*/
}

.blog-right-tab .tab-content li:last-child{
  border-bottom: 1px solid transparent;

}
.blog-right-tab .tab-content li:hover:after{
  position: absolute;
  content: '';
  top: -1px;
  left: -10px;
  width: 4px;
  height: 69px;
  background-color: #fa4a4a;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.blog-right-tab .tab-content li:before {
  position: absolute;
  content: "\f101";
  font-family: 'fontawesome';
  left: 0;
  color: #767676;
}

.blog-right-tab {
  margin-top: 40px;
  border: 1px solid #ececec;
}

.blog-right-tab .nav-tabs.nav-justified>.active>a,
.blog-right-tab .nav-tabs.nav-justified>.active>a:focus,
.blog-right-tab .nav-tabs.nav-justified>.active>a:hover {
  border: 1px solid transparent;
  color: #222;
  background-color: #fff;
  border-radius: 0;
}
.blog-right-tab .nav-tabs.nav-justified>li>a {
  border-bottom: 1px solid #ececec;
  border-left: 0px solid #ececec;
  border-radius: 0;
  background-color: #f3f3f3;
  margin-right: -1px;
}
.blog-right-tab .tab-content {
  background-color: #fff;
  padding: 0 5px 0 10px;
}
.blog-right-tab .nav-tabs.nav-justified li a{
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
}
.blog-right-tab .tab-pane ul li a {
  color: #767676;
  line-height: 24px;
  font-weight: 400;
}
.blog-right-tab .tab-content li:hover:before,
.blog-right-tab .tab-content li a:hover {
  color: #fa4a4a;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.instagram-widget,
.tag-cloud,
.text-widget,
.sidebar-tweet,
.last-accordion,
.blog-accordion{
  margin-top: 60px;
  border: 1px solid #ECECEC;
  overflow: hidden;
}
.instagram-widget h2,
.tag-cloud h2,
.text-widget h2,
.sidebar-tweet h2,
.last-accordion h2,
.blog-accordion h2{
  font-size: 16px;
  font-weight: 400;
  color: #3c3c3c;
  text-transform: capitalize;
  background-color: #F3F3F3;
  margin-bottom: 0px;
  padding:10px;
}

.blog-accordion .accordion-deafult .panel-heading a i {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0px;
  width: 15px;
  text-align: center;
  line-height: 45px;
  border-right: 1px solid #ED7B7C;
}
.blog-accordion .accordion-deafult .panel-heading a span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0px;
  width: 15px;
  text-align: center;
  line-height: 45px;
  border-right: 0px solid #ED7B7C;
}
.blog-accordion .accordion-deafult .panel-heading a i {
  border-right: 0px solid #ED7B7C;
  line-height: 55px;
}
.blog-accordion a.collapsed span.fa-plus-square-o{
  opacity: 1;
}
.blog-accordion a span.fa-plus-square-o{
  opacity: 0;
}
.blog-accordion .accordion-deafult .panel-heading a {
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 55px;
  font-size: 16px;
  font-weight: 400;
  color: #fa4a4a;
  background: transparent;
  text-transform: capitalize;
}

.blog-accordion .accordion-deafult .panel-heading a.collapsed i {
  border-right: 0px solid #e7e7e7;
  line-height: 55px;
}

.blog-accordion .accordion-deafult .panel-heading {
  background: #fff;
  padding: 0 10px;
  border-bottom: none;
  border: 1px solid transparent !important;
  border-left: 4px solid transparent !important;
  border-radius: 0;
  margin-bottom: -3px;
}
.blog-accordion .accordion-deafult .panel-heading:hover{
  border-left: 4px solid #fa4a4a !important;
}
.blog-accordion .accordion-deafult .panel-body {
  border-left: 0px solid #e7e7e7;
  border-right: 0px solid #e7e7e7;
  border-top: 0px solid #e7e7e7;
  padding-left: 30px;
  padding-top: 0px;
}


.blog-accordion .accordion-deafult .panel-heading a.collapsed {
  background: transparent !important;
  color: #4e4e4e;
  border-bottom: 1px solid #f3f3f3;
  overflow: hidden;
}
.blog-accordion .accordion-deafult .panel-heading a.collapsed:hover{
  color:#fa4a4a;
}

.blog-accordion .accordion-deafult .panel {
  border: 0 solid transparent;
  border-bottom: 1px solid #f3f3f3;
  border-radius: 0;
}
.blog-accordion .accordion-deafult .panel:last-child .panel-body {
  border-bottom: 0px solid #e7e7e7;
}
.blog-accordion .panel-body ul li:not(:last-child){
  margin-bottom:15px;
}
.blog-accordion .panel-body ul li a {
  color: #767676;
  font-size: 14px;
  line-height: 25px;
}
.blog-accordion .panel-body ul li a:hover{
  color:#fa4a4a;
}
.all-month li a{
  line-height: 30px !important;
}
.all-month li a i{
  padding-right: 10px;
}
.accordion-wrap .panel-group .panel:last-child{
  border-bottom: 0px solid red !important;
}

.sidebar-tweet .date {
  padding-left: 40px;
}
.sidebar-tweet .screen-name {
  float: left;
  padding-right:5px;
}
.sidebar-tweet .media-body a{
  color: #fa4a4a;
}
.sidebar-tweet .tweet-feed .tweet ul li {
  padding: 10px;
}
.sidebar-tweet .tweet-feed .tweet ul li:last-child{
  border-bottom: 1px solid transparent;
}
.sidebar-tweet .tweet-feed .tweet ul li:hover{
  background-color: #fa4a4a;
  color: #fff;
}
.sidebar-tweet .tweet-feed .tweet ul li:hover a{
  /*background-color: #fa4a4a;*/
  color: #fff;
}

.text-widget p {
  padding: 30px 15px;
}
.tag-cloud ul li {
  float: left;
  line-height: 45px;
  padding: 2px 6px;
}

.tag-cloud ul li a {
  text-transform: uppercase;
  text-align: center;
  color: #767676;
  padding: 7px 13px;
  border-radius: 4px;
  border: 1px solid #ececec;
}
.tag-cloud ul li a:hover{
  border: 1px solid #fa4a4a;
  color: #fa4a4a;
}
.tag-cloud ul {
  padding: 10px 10px;
  overflow: hidden;
}
.flexslider{
  margin: 0;
}
.flexslider .flex-direction-nav {
  display: none;
}
.social-list{
  margin-top: 60px;
}
.social-list ul li {
  border: 1px solid #ececec;
  width: 38px;
  height: 38px;
  line-height: 38px;
  margin-right: 8px;
  text-align: center;
}
.social-list .list-inline{
  margin-left: 0;
}
.social-list ul li a i {
  font-size: 17px;
}
.social-list ul li:last-child{
  margin-right: 0;
}
.social-list ul li:hover{
  border: 1px solid #fa4a4a;
}

.social-list ul li:hover a{
  color: #fa4a4a;
}
.blog-pagination.image-blog-content{
  border: 0px solid #fff;
  margin-bottom: 20px;
}
.paginator-center {
  position: relative;
  text-align: center;
  font-size: 0px;
}

.paginator .style-1 {
  color: #7c7c7c;
  background: #e5e5e5;
  margin-top: -31px;
  border-radius: 4px;
  width: 90px;
  height: 31px;
  position: relative;
  text-align: center;
  line-height: 31px;
}
.paginator-center a {
  position: relative;
  display: inline-block;
  color: #8d8d8d;
  font-size: 18px;
  font-weight: 400;
  margin: 0px 5px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #8d8d8d;
  width: 32px;
  border-radius: 4px;
}
.paginator a i {
  font-size: 17px;
  padding: 0 4px;
}
.paginator-arrow-right {
  float: right;
}
.paginator-arrow-left {
  float: left;
}
.paginator-center .active{
  color: #fff;
  border: 1px solid rgb(250,74,74);
  background: rgb(250,74,74);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,74,74,1)), color-stop(100%,rgba(227,15,55,1)));
  background: -webkit-linear-gradient(top, rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%);
  background: -o-linear-gradient(top, rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%);
  background: -ms-linear-gradient(top, rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%);
  background: linear-gradient(to bottom, rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37',GradientType=0 );
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.paginator-center a:hover{
  color: #fff;
  cursor: pointer;
  border: 1px solid rgb(250,74,74);
  background: rgb(250,74,74);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(250,74,74,1)), color-stop(100%,rgba(227,15,55,1)));
  background: -webkit-linear-gradient(top, rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%);
  background: -o-linear-gradient(top, rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%);
  background: -ms-linear-gradient(top, rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%);
  background: linear-gradient(to bottom, rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37',GradientType=0 );
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}
.paginator .style-1:hover{
  color: #fff;
  cursor: pointer;
  background:-webkit-linear-gradient(to bottom,rgba(250,74,74,1),rgba(227,15,55,1));
  background:-moz-linear-gradient(to bottom,rgba(250,74,74,1),rgba(227,15,55,1));
  background:linear-gradient(to bottom,rgba(250,74,74,1),rgba(227,15,55,1));
  -webkit-transition: all .25s;
  -moz-transition: all .25s;
  -ms-transition: all .25s;
  -o-transition: all .25s;
  transition: all .25s;
}


/***********************************************************
Single Blog Post 
***********************************************************/
.top-heading-banner.blog-single .top-heading {
  text-transform: capitalize;
  font-weight: 700;
  padding: 0 50px;
  line-height: 61px;
  margin-bottom: 35px;
  font-size: 40px;
}
.top-heading-banner.blog-single ul li {
  font-size: 15px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 0 18px;
}
.top-heading-banner.blog-single ul li a{
  color: #fa4a4a;
  font-weight: 700;
  letter-spacing: 1px;
}
.related-text h3 {
  font-size: 18px;
  margin-top: 15px;
}
.single-blog-post-left {
  width: 94.5%;
}
section.main-blog-content {
  padding: 112px 0;
}
.main-blog-content .col-xs-12.col-md-7{

}
.main-blog-content .col-xs-12.col-md-7 img {
  display: block;
  width:auto;
  max-width:100%;
}
.main-blog-content .col-xs-12.col-md-5 {
  padding-left: 0;
}
.related-text:last-child {
  margin-top: 35px;
}

.blog-team.text-center {
  border: 1px solid #ececec;
  margin-top: 43px;
  padding: 25px 55px;
}
.blog-team.text-center h2{
  color: #464646;
}
.blog-team.text-center ul {
  padding: 10px 0 22px 0;
}
.blog-team.text-center ul li{
  border-right: 1px solid #dfdfdf;
  line-height: 14px;
  padding:0 26px;
}
.blog-team.text-center ul li:last-child{
  border-right: 0px solid transparent;
}
.blog-team.text-center ul li a{
  font-weight:600;
}
.blog-case-brief {
  margin-top: 45px;
}
.blog-case-brief p{
  margin-bottom: 22px;
  letter-spacing: 0.5px;
}
.blog-case-brief p:last-child{
  margin-bottom: 40px;
}
.result-study {
  margin-top: 50px;
}
.result-study p {
  margin-bottom: 30px;
}
.result-study .quote-testimonial{
  margin-top: 60px;
}
.leadership-skill h3 {
  margin-bottom: 30px;
}
.leadership-skill p {
  margin-bottom: 30px;
}
.left-images.pull-left {
  padding: 16px 22px 16px 16px;
}
.about-author .button-plus-share {
  margin-top: 0;
  position: relative;
}
.about-author {
  border: 1px solid #ececec;
  display: inline-block;
  margin-bottom: 40px;
}

.about-author .button-plus-share p a{
  color: #686868;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}
.about-author .button-plus-share p a:hover{
  color:#fa4a4a;
}
.about-author-text {
  padding: 18px 80px 0 20px;
}
.about-author-text h3 {
  margin-bottom: 10px;
}
.button-plus-share .social-button-set{
  position: absolute;
  top: 65px;
  right: 10px;
}
.social-button-set ul li a {
  font-size: 17px;
  padding: 0 5px;
}
.single-post-comments h2 {
  border-bottom: 1px solid #919191;
  padding-bottom: 15px;
}
.post-navigations img {
  margin: 25px 0 15px 0;
}
.previous-next-post-wrapper {
  margin-top: 70px;
  display: inline-block;
  margin-bottom: 100px;
}
.post-navigations h4 a{
  font-size:16px;
  font-weight:600;
  color:#3c3c3c;
}
.post-navigations h4 a:hover{
  color:#fa4a4a;
}
.single-post-comments .media-left {
  float: left;
}

.single-post-comments .media.reply {
  margin-left: 120px;
  margin-top:35px;
}
.single-post-comments .media.comments{
  margin-left: 0px;
}
.single-post-comments .media-body h3{
  font-size: 16px;
  font-weight: 400;
}
.single-post-comments .media-body h3 span{
  font-size: 14px;
  color: #d3d3d3;
  text-transform: lowercase;
  padding-left:9px;
}
.single-post-comments .media-body h3 span i{
  padding-right:4px;
}
.single-post-comments .media-body .btn.btn-default.btn-sm {
  margin-top: 15px;
}

.single-leave-comments{
  padding-top: 60px;
}
.single-leave-comments h2{
  text-transform: capitalize;
  padding-bottom: 25px;
}

.single-leave-comments .form-control {
  height: 40px;
  box-shadow: none;
  border-radius: 0;
  margin-top:8px;
}
.single-leave-comments .form-control:focus,
.single-leave-comments .form-control:hover{
  border-color: rgb(250,74,74);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.single-leave-comments .form-control.textarea{
  height: 130px;
  margin-bottom: 25px;
}
.single-leave-comments .btn-xl{
  padding: 10px 18px;
  margin-top: 45px;
}
.single-leave-comments .text-tag p {
  padding: 10px 12px;
  background-color: #f7f4f4;
  color: #c7254e;
  font-weight: 400;
  margin-top: 15px;
}


/*===========

blog page style End

=============*/





/*=======

Attorny biography

========*/

.attorney-biography-page > section{
  margin-bottom:100px;
}
.attorney-biography-page > section.partner-area{
  margin-bottom:0;
}


/** About attorney style **/
@media (min-width:767px){
  .attorney-top-bar ul{
    margin:0;
  }
}
.attorney-top-bar{
  float:left;
  width:100%;
  clear:both;
  border-top:1px solid #e7e7e7;
  border-bottom:1px solid #e7e7e7;
}
.attorney-top-bar ul li{
  display:inline-block;
}
.left-list{
  float:left;
}
.right-list{
  float:right;
}
.attorney-contact li{
  font-size:14px;
  line-height:40px;
  color:#979797;
  margin-right:57px;
  font-weight:300;
}
.attorney-contact li:last-child{
  margin:0;
}
.attorney-contact li > i{
  margin-right:10px;
  color:#afafaf;
  font-size:15px;
}
.social-icons li a{
  display:block;
  font-size:17px;
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  color:#afafaf;
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -ms-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
}
.social-icons li a:hover{
  background:#fa4a4a;
  color:#fff;
}

.attorney-details{
  padding-top:53px;
  float:left;
  width:100%;
  clear:both;
}
.attorney-detail-text{
  padding:0 16px;
}
.attorney-details > div > img{
  width:100%;
}
@media (max-width:767px){
  .attorney-detail-text{
    margin-top:50px;
  }
  .attorney-top-bar .right-list{
    float:left;
  }
  .practice-area-wrap .pad-right-zero{
    padding:0;
  }
}
.attorney-detail-text h2{
  font-size:44px;
  text-transform:capitalize;
  font-weight:400;
  line-height:35px;
  margin:0 0 15px;
}
.attorney-detail-text h2 span{
  font-weight:700;
}
.attorney-detail-text h3{
  font-size:30px;
  font-weight:700;
  text-transform:capitalize;
  margin:0 0 22px;
}
.attorney-detail-text h4{
  font-size:20px;
  font-weight:400;
  text-transform:uppercase;
  margin:0 0 35px;
}

.attorney-detail-text p:not(:last-child){
  margin:0 0 22px;
}


/***** Education tab  ****/
.active-member-wrap  .section-title-md{
  margin-bottom:28px;
}
.active-member-wrap > p{
  margin-bottom:25px;
}
.nav-tabs.nav-justified>.active>a,
.nav-tabs.nav-justified>.active>a:focus,
.nav-tabs.nav-justified>.active>a:hover{
  border:none;
}
.tab-wrap{
  float:left;
  width:100%;
  clear:both;
  border:1px solid #e7e7e7;
  border-top:none;
}
.tab-wrap ul li{
  background-color: #afafaf;
}
.tab-wrap ul li:nth-child(2){
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
.tab-wrap .nav-tabs > li > a{
  font-size:24px;
  font-weight:700;
  text-transform:capitalize;
  text-align:center;
  display:block;
  height:64px;
  line-height:64px;
  border:none;
  color:#fff;
}
.tab-wrap  .nav-tabs>li.active>a,
.tab-wrap  .nav-tabs>li.active>a:focus,
.tab-wrap  .nav-tabs>li.active>a:hover{
  background:#E92948;
  color:#fff;
}
.education-details .tab-content{
  padding:20px 33px 0;
  float:left;
  width:100%;
  clear:both;
} 
.education-grade{
  padding:0 0 25px;
  float:left;
  width:100%;
}
.education-grade:not(:last-child){
  border-bottom:1px solid #e7e7e7;
  margin-bottom:40px;
}
.education-grade h2{
  font-size:20px;
  font-weight:700;
  text-transform:uppercase;
  margin:0 0 9px;
}
.education-grade h3{
  font-size:16px;
  font-weight:600;
  text-transform:capitalize;
}
.education-time{
  border:1px solid #e7e7e7;
  display:block;
  padding:35px 18px;
}
.education-time p{
  font-size:18px;
  font-weight:700;
  margin:0;
}
.education-grade:first-child div.pull-left h2 {
  margin-top: 15px;
}
dl.experience{
  margin-top:14px;
}
dl.experience dt{
  font-size:16px;
  font-weight:600;
  margin:0 0 17px;
}
dl.experience dt:first-letter{
  text-transform:uppercase;
}
dl.experience dd{
  margin-bottom:63px;
}
dl.experience dd p:not(:last-child){
  margin:0 0 25px;
}

/**** Practice area ****/
.practice-area-wrap{
  position:relative;
  margin:0!important;
}
.pad-right-zero{
  padding-right:0!important
}
.pad-left-zero{
  padding-left:0!important
}
.pad-zero{
  padding:0!important
}

.practice-area-wrap{
  position:relative;
  margin:0!important;
}
.practice-text-area{
  background-color: rgba(250, 87, 87, 0.9);
  padding:55px 35px 45px 40px;
  color:#fff;
}
.practice-text-area .media:not(:last-child){
  margin-bottom:29px;
}
.practice-text-area .media-left{
  width:78px;
  height:78px;
  border:1px solid #fff;
  border-radius:4px;
  text-align:center;
  line-height:76px;
  float:left;
  margin-right: 25px;
  padding:0;
}
.practice-text-area .media-left > img{
  max-width:100%;
  width:35px;
}
.practice-text-area h3{
  font-size: 30px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.4px;
  margin-bottom: 40px;
  color:#fff;
  text-transform:capitalize;
}
.practice-text-area .media-body h4{
  margin-bottom: 10px;
  color: #fff;
  font-size:18px;
  line-height:24px;
  text-transform:uppercase;
}
.practice-text-area p{
  color:#fff;
}



/*****
Attorney page style end
*****/






/*****
404 /error page style
*****/

.error-page-area{
  background:url("../img/slide.jpg") no-repeat;
  background-size:cover;
  text-align:center;
  padding:160px 0 165px;
}
.error-sec-wrap > div:not(:last-child){
  margin-bottom:70px
}
.error-text-box-inner{
  border:2px solid #696969;
  display:table;
  position:relative;
}
.error-text-box-inner > div{
  display:table-cell;
  vertical-align:middle;
}
.error-text-box-inner > div:first-child{
  padding:0px 75px;
  border-right:2px solid #696969;
}
@media (max-width:767px){
  .error-text-box-inner > div:first-child{
    padding:0px 35px;
  }
}
@media (max-width:640px){
  .error-page-area{
    padding:80px 0;
  }
  .error-text-box-inner > div{
    display:block;
  }
  .error-text-box-inner > div:first-child{
    border-right:none;
    border-bottom:2px solid #696969;
  }
  .error-text-box-inner > div:nth-child(2){
    padding:30px 40px !important;
  }
}

@media (max-width:540px){
  .search-404 .form-group{
    padding:0 !important;
  }
  .search-404 .btn-search{
    position:relative !important;
  }
}


.error-text-box-inner > div:first-child span{
  font-size:80px;
  font-weight:700;
  color:#FA4A4A;
}
.error-text-box-inner > div:nth-child(2){
  text-align:center;
  padding:0 60px;
}
.error-text-box-inner p{
  font-size:26px;
  margin:0;
  color:#fff;
}
.error-text-box-inner p:first-letter{
  text-transform:capitalize;
}
.error-text-box-inner p span,.error-text-box-inner p a{
  font-weight:700;
  text-decoration:none;
}
.error-text-box-inner p a{
  color:#FA4A4A;
  text-transform:capitalize;
}


.search-404 form,
.search-404  .search-form{
  width:100%;
  max-width:515px;
  margin:0 auto;
  position:relative;
}
.search-404 input{
  height:47px;
}
.search-404 .form-control{
  border:1px solid #f6f6f6;
  background:transparent;
  border:1px solid #696969;
}
.search-404 .form-control:hover,
.search-404 .form-control:focus{
  border:1px solid #fa4a4a;
  box-shadow:none;
}
.search-404 .form-group{
  padding-right:112px;
}
.search-404  .btn-search{
  width:98px;
  text-align:center;
  position:absolute;
  right:0;
  top:0;
  margin:0;
  height:45px;
  background:transparent;
  color:#fa4a4a;
  border:1px solid #fa4a4a;
  text-transform:capitalize;
  -webkit-transition:all .4s ease;
  -moz-transition:all .4s ease;
  -ms-transition:all .4s ease;
  -o-transition:all .4s ease;
  transition:all .4s ease;
}

.search-404  .btn-search:hover,
.search-404  .btn-search:focus,
.search-404  .btn-search:active{
  outline:0;
  background:#fa4a4a;
  color:#fff;
}


/*****
404/error page style end
*****/
/**********/
/**********/
/**********/





/*****
Footer style
*****/
/*************************************************************
Common Footer Style
**************************************************************/
.footer-area {
	background: #181717 none repeat scroll 0 0;
	padding: 0px 0;
}
.footer-area .footer-logo{
	margin-bottom: 25px;
	margin-top: 20px;
}
.footer-area .footer-logo a img {
	width: 374px;
	height: auto;
}
footer.main-footer p,
footer.main-footer p a {
  color: #a7a7a7;
  font-weight: 300;
}
footer.main-footer p a:hover{
  color: #fa4a4a;
}
.footer-area .input_left input {
  background: #232323 none repeat scroll 0 0;
  border: 1px solid #3c3b3b;
  color: #8a8a8a;
  height: 40px;
  margin-top: 5px;
  padding-left: 10px;
  width: 263px;
}

.footer-area form {
  margin-top: 35px;
}

.footer-area .form-control {
  background: #232323 none repeat scroll 0 0;
  border: 1px solid #6a6a6a;
  color: #8a8a8a;
  height: 40px;
  text-transform: capitalize;
  border-radius: 0px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}



.footer-area .form-control:hover{
  border: 1px solid rgb(250,74,74); 
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.footer-area .btn-subscribe{ 
  border: 1px solid rgb(250,74,74);
  bottom: 0;
  color: #fff;
  height: 40px;
  letter-spacing: 1px;
  border-radius: 0px;
  text-transform: capitalize;
  background: rgb(250,74,74);
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(-45deg, rgba(250,74,74,1) 0%, rgba(227,15,55,1) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(250,74,74,1)), color-stop(100%,rgba(227,15,55,1)));
  background: -webkit-linear-gradient(-45deg, rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%);
  background: -o-linear-gradient(-45deg, rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%);
  background: -ms-linear-gradient(-45deg, rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%);
  background: linear-gradient(135deg, rgba(250,74,74,1) 0%,rgba(227,15,55,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa4a4a', endColorstr='#e30f37',GradientType=1 );

  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;

}
.footer-area .btn-subscribe:hover{ 
  color: #181717;  
  border-left: 1px solid #6a6a6a;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}


.footer-area .footer-widget h3{
	/*border-bottom: 0px solid #232323;*/
  color: #cfcfcf;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 5px;
	padding-bottom: 0px;
}
.footer-area .footer-widget h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 58px;
  padding-bottom: 0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
}
/*TWIITER*/
.footer-area .tweet-feed .tweet li{
  color                : #9e9e9e;
  font-size            : 13px;
  letter-spacing       : 1px;
  line-height          : 20px;
  padding-bottom       : 15px;
  list-style           : none;
}
.footer-area .tweet-feed .tweet li .date {
  text-align: left;
  padding-left: 45px;
  padding-top: 10px;
  color: #D3D3D3;
}
.footer-area .tweet-feed .tweet li a{
  color               : #a7a7a7;
  font-size           : 14px;
  font-weight         : 300;
  width               : 100%;
  line-height         : 20px;
}
.footer-area .tweet-feed.tweet a:hover{
  color               : #46d4fe;
}

.footer-area .tweet-feed .tweet li a:hover{
  color: #FA4A4A;
}
.footer-area .tweet-feed .avatar{
  height              : 80px;
  width               : 45px;
  float               : left;
  padding-right       : 10px;
}
.avatar.media-left .fa-twitter:before {
  font-size: 30px;
}
.footer-area .tweet-feed .screen-name{
  float: left;
  padding-right: 5px;
}
.footer-area  .twt-area.media-body{
  color: #a7a7a7;
  font-size: 14px;
  font-weight : 300;
}


.footer-area .media-align a{
  margin-right: 25px;
}
.footer-area .media.last-footer{
  margin-top: 22px;
}

.footer-area .media-body p:last-child a{
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 5px;
  color: #767676;
  text-transform: uppercase;
  font-weight: 400;
}
.footer-area .media-body p:last-child a:hover{
  color: #fa4a4a;
}
.footer-area .media-body p:last-child span{
  padding-right: 25px;
}
.footer-area .media-body p:last-child i{
  padding-right: 6px;
}

footer.main-footer.home-two-footer h3 {
    margin-top: 18px;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #232323;
}

.footer-area p.footer-two { 
  padding-top: 40px;
}

footer.main-footer.home-two-footer .third-footer-tag{
  padding-top: 0;
}


footer .footer-bottom{
  padding: 15px 0;
  background: #242323;
}

footer .footer-bottom ul li{
  font-size: 14px;
  font-weight: 300;
  color: #a7a7a7;
  text-transform: capitalize;
}

.footer-one ul li{
  border-left: 1px solid #a7a7a7;
  line-height: 17px;
}
.footer-one ul li:first-child{
  border-left: 1px solid transparent;
}
footer .footer-bottom .bottom-scion ul li a{
  color:  #676767;
  font-size: 18px;
}
footer .footer-bottom .bottom-scion ul li {
  padding: 10px 12px;
  width: 40px;
}
.footer-bottom .bottom-scion ul.box-icon li {
  padding: 9px 10px;
  width: 40px;
  border: 1px solid;
  line-height: 10px;
  text-align: center;
  border-radius: 3px;
  margin-left: 15px;
}
.footer-one ul li:last-child {
    padding-left: 9px;
}
.footer-bottom .bottom-scion ul.box-icon li:hover{
  border: 1px solid #fa4a4a;
}
footer .footer-bottom .bottom-scion ul li:hover{ 
  cursor: pointer;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ed4849, #da183a) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(to right, #ed4849, #da183a) repeat scroll 0 0;
}
footer .footer-bottom .bottom-scion ul li:hover a i{
  color: #fff;
}
footer .footer-bottom .bottom-scion ul li a i.fa.fa-facebook {
  padding-right: 3px;
}

footer ul li.hipen{
  position: relative;
}
footer ul li.hipen:before{
  position: absolute;
  content: "-";
  top: 0;
  left: -5px;

}
/*****
Footer style end
*****/
/**********/
/**********/
/**********/
/*********
