@font-face {
  font-family: 'HelveticaNeueBold';
  src: url(../fonts/HelveticaNeueBold.ttf); }
@font-face {
  font-family: 'HelveticaNeue-Roman';
  src: url(../fonts/HelveticaNeue-Roman.otf); }
@font-face {
  font-family: 'OpenSans-Bold';
  src: url(../fonts/OpenSans-Bold.ttf); }
body {
  font-size: 14px;
  line-height: 1.42857143;
  color: #666; }

a {
  color: #666;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

a:hover {
  color: #7f1426;
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

header {
  width: 100%;
  float: left;
  position: relative; }

.btn_style, .btn_banner, .btn_banner2, .btn_banner3, .home-solicitors-style .frame .caption .more-btn, .consultation-section form input[type="submit"], .contact-page .contact-form input[type="submit"] {
  float: right;
  padding: 8px 16px;
  color: #fff;
  font-size: 12px;
  position: relative;
  z-index: 11;
  background-color: #7f1426;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn_style:hover, .btn_banner:hover, .btn_banner2:hover, .btn_banner3:hover, .home-solicitors-style .frame .caption .more-btn:hover, .consultation-section form input[type="submit"]:hover, .contact-page .contact-form input[type="submit"]:hover {
    color: #7f1426; }
    .btn_style:hover:before, .btn_banner:hover:before, .btn_banner2:hover:before, .btn_banner3:hover:before, .home-solicitors-style .frame .caption .more-btn:hover:before, .consultation-section form input[type="submit"]:hover:before, .contact-page .contact-form input[type="submit"]:hover:before {
      height: 100%;
      opacity: 1; }
  .btn_style:before, .btn_banner:before, .btn_banner2:before, .btn_banner3:before, .home-solicitors-style .frame .caption .more-btn:before, .consultation-section form input[type="submit"]:before, .contact-page .contact-form input[type="submit"]:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30%;
    width: 100%;
    font-size: 12px;
    background-color: #fff;
    z-index: -1;
    opacity: 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.topbar {
  background-color: #fafafa;
  border-bottom: 1px solid #cccccc;
  padding: 8px 0; }
  .topbar .btn_style:hover, .topbar .btn_banner:hover, .topbar .btn_banner2:hover, .topbar .btn_banner3:hover, .topbar .home-solicitors-style .frame .caption .more-btn:hover, .home-solicitors-style .frame .caption .topbar .more-btn:hover, .topbar .consultation-section form input[type="submit"]:hover, .consultation-section form .topbar input[type="submit"]:hover, .topbar .contact-page .contact-form input[type="submit"]:hover, .contact-page .contact-form .topbar input[type="submit"]:hover {
    color: #fff; }
  .topbar .btn_style:before, .topbar .btn_banner:before, .topbar .btn_banner2:before, .topbar .btn_banner3:before, .topbar .home-solicitors-style .frame .caption .more-btn:before, .home-solicitors-style .frame .caption .topbar .more-btn:before, .topbar .consultation-section form input[type="submit"]:before, .consultation-section form .topbar input[type="submit"]:before, .topbar .contact-page .contact-form input[type="submit"]:before, .contact-page .contact-form .topbar input[type="submit"]:before {
    background-color: #000; }

.left-box ul, .right-box ul {
  list-style: none;
  margin: 0;
  padding: 10px 0 0 0; }
.left-box li, .right-box li {
  float: left;
  padding: 0 12px;
  font-size: 12px;
  line-height: 12px;
  color: #999;
  border-left: 1px solid #999; }
.left-box li:first-child, .right-box li:first-child {
  border: 0; }

.right-box {
  float: right; }
  .right-box ul {
    float: right; }

.top-navigation-section {
  padding: 25px 0 0 0;
  background: white; }

.top-navigation-section.cp_sticky {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  padding: 7px 0 0 0;
  z-index: 9999;
  width: 100%;
  -webkit-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.1); }

.top-navigation-section.cp_sticky logo {
  padding-top: 9px; }

logo {
  float: left;
  margin-bottom: 13px; }

.navigation-right {
  float: right;
  margin: 18px 0 0 0; }

nav {
  float: right; }
  nav li a {
    font-family: 'OpenSans-Bold';
    font-size: 14px;
    line-height: 14px;
    color: #211f20;
    padding: 0 30px 38px 0;
    display: block;
    text-transform: uppercase; }
  nav li.active a {
    color: #7f1426; }
  nav .navbar-nav a:hover {
    background-color: white; }

.search-box {
  float: right;
  margin: 15px 25px 0 0; }
  .search-box a#searchtoggl {
    font-size: 14px;
    color: #211f20; }
    .search-box a#searchtoggl:focus {
      outline: none; }

.cp-search-outer {
  position: absolute;
  left: 0;
  right: 0;
  top: 243px;
  display: none;
  margin: auto;
  width: 60%;
  overflow: hidden;
  clear: both;
  padding: 40px 20px;
  z-index: 99999;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }
  .cp-search-outer #searchbar {
    width: 60%;
    margin: auto; }
  .cp-search-outer .title {
    font: 400 48px/36px 'Open Sans',sans-serif;
    color: #222;
    display: block;
    text-align: center;
    padding: 0 0 60px 0; }
  .cp-search-outer form {
    float: left;
    width: 100%;
    position: relative; }
    .cp-search-outer form input[type="text"], .cp-search-outer .consultation-section form .selector, .consultation-section .cp-search-outer form .selector, .cp-search-outer .consultation-section form textarea, .consultation-section .cp-search-outer form textarea {
      float: left;
      width: 100%;
      height: 60px;
      border: 2px solid #c1c1c1;
      padding: 0 78px 0 18px;
      margin: 0;
      background-color: #fff;
      font: italic 400 14px/14px 'Open Sans',sans-serif;
      color: #666;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box; }
    .cp-search-outer form button {
      position: absolute;
      right: 0;
      top: 0;
      background: none;
      width: 56px;
      border: 0;
      border-left: 1px solid #c1c1c1;
      height: 58px;
      text-align: center;
      display: block;
      line-height: 58px;
      color: #999; }

.side-menu {
  float: right;
  margin-top: 15px; }
  .side-menu a {
    font-size: 14px;
    color: #fff;
    position: relative;
    line-height: 14px;
    display: inline-block;
    color: #211f20;
    outline: none; }
    .side-menu a:focus {
      outline: none; }
  .side-menu .mCustomScrollbar {
    clear: both; }

#ss_side-menu {
  margin-right: -375px;
  right: 0;
  top: 0;
  width: 375px;
  background: #222;
  position: fixed;
  height: 100%;
  z-index: 999999;
  color: #fff; }
  #ss_side-menu #close-btn {
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #666;
    background: #211f20; }
  #ss_side-menu .burger-top-box {
    width: 100%;
    float: left;
    background: #2b2b2b;
    padding: 20px 40px;
    margin: 0 0 40px 0; }
    #ss_side-menu .burger-top-box .quick-info {
      width: 100%;
      float: left;
      border-bottom: 1px solid #444; }
    #ss_side-menu .burger-top-box ul {
      padding: 13px 0 0 0;
      margin: 0 0 13px 0;
      list-style: none;
      float: left; }
      #ss_side-menu .burger-top-box ul li {
        float: left;
        font-size: 12px;
        color: #666;
        padding: 0 7px 0 0; }
        #ss_side-menu .burger-top-box ul li a {
          color: #666;
          background-color: transparent; }
    #ss_side-menu .burger-top-box .btn_style, #ss_side-menu .burger-top-box .btn_banner, #ss_side-menu .burger-top-box .btn_banner2, #ss_side-menu .burger-top-box .btn_banner3, #ss_side-menu .burger-top-box .home-solicitors-style .frame .caption .more-btn, .home-solicitors-style .frame .caption #ss_side-menu .burger-top-box .more-btn, #ss_side-menu .burger-top-box .consultation-section form input[type="submit"], .consultation-section form #ss_side-menu .burger-top-box input[type="submit"], #ss_side-menu .burger-top-box .contact-page .contact-form input[type="submit"], .contact-page .contact-form #ss_side-menu .burger-top-box input[type="submit"] {
      margin-top: 10px; }
  #ss_side-menu .burger-logo {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    text-align: center; }
    #ss_side-menu .burger-logo a {
      display: block;
      height: 100%; }
  #ss_side-menu .cp_side-navigation {
    float: left;
    width: 100%;
    padding: 0 40px;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-sizing: border-box;
    box-sizing: border-box; }
    #ss_side-menu .cp_side-navigation nav {
      float: left; }
    #ss_side-menu .cp_side-navigation .navbar-nav {
      padding: 0;
      margin: 0;
      list-style: none; }
      #ss_side-menu .cp_side-navigation .navbar-nav li {
        float: left;
        width: 100%;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        #ss_side-menu .cp_side-navigation .navbar-nav li a {
          padding: 16px 0;
          font-size: 14px;
          display: block;
          color: #cccccc;
          text-transform: uppercase;
          background: none;
          text-decoration: none;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
        #ss_side-menu .cp_side-navigation .navbar-nav li:hover a {
          background: none;
          color: #fff;
          margin-left: 15px;
          -moz-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
    #ss_side-menu .cp_side-navigation .navbar-nav > li.active a {
      color: #e34a61; }
    #ss_side-menu .cp_side-navigation .dropdown-menu {
      position: static;
      width: 100%;
      background: none;
      border: 0;
      padding: 0;
      box-shadow: none; }
      #ss_side-menu .cp_side-navigation .dropdown-menu .caret {
        float: right;
        margin-left: 10px;
        border-left: 6px solid;
        border-right: 6px solid; }
      #ss_side-menu .cp_side-navigation .dropdown-menu li a {
        font-size: 14px;
        padding: 10px 0 10px 40px;
        color: #ccc;
        text-transform: none; }
      #ss_side-menu .cp_side-navigation .dropdown-menu li:hover {
        background: #7f1426; }
        #ss_side-menu .cp_side-navigation .dropdown-menu li:hover a {
          color: #fff;
          padding-left: 10px; }
    #ss_side-menu .cp_side-navigation form {
      float: left;
      width: 100%;
      position: relative;
      padding: 45px 0 30px 0; }
      #ss_side-menu .cp_side-navigation form input[type="text"], #ss_side-menu .cp_side-navigation .consultation-section form .selector, .consultation-section #ss_side-menu .cp_side-navigation form .selector, #ss_side-menu .cp_side-navigation .consultation-section form textarea, .consultation-section #ss_side-menu .cp_side-navigation form textarea {
        float: left;
        width: 100%;
        height: 41px;
        border: 0;
        margin: 0;
        font-style: italic;
        font-size: 12px;
        padding: 0 58px 0 20px;
        background: #2b2b2b; }
      #ss_side-menu .cp_side-navigation form button {
        position: absolute;
        top: 55px;
        right: 8px;
        border: 0;
        background: none;
        padding: 0 0 0 12px;
        margin: 0;
        color: #fff;
        font-size: 14px;
        border-left: 1px solid #666; }
    #ss_side-menu .cp_side-navigation .cp-burger-social {
      float: left;
      width: 100%;
      border-bottom: 1px solid #666;
      padding: 0 0 20px 0;
      margin: 0 0 20px 0; }
      #ss_side-menu .cp_side-navigation .cp-burger-social ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: block;
        text-align: center; }
        #ss_side-menu .cp_side-navigation .cp-burger-social ul li {
          display: inline-block;
          padding: 0 2px;
          float: none;
          width: auto; }
          #ss_side-menu .cp_side-navigation .cp-burger-social ul li a {
            width: 28px;
            height: 28px;
            border: 1px solid #666;
            border-radius: 100%;
            display: block;
            text-align: center;
            line-height: 28px;
            color: #666;
            font-size: 14px;
            -moz-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out; }
            #ss_side-menu .cp_side-navigation .cp-burger-social ul li a:first-child {
              padding: 0; }
            #ss_side-menu .cp_side-navigation .cp-burger-social ul li a:hover {
              color: #7f1426;
              background-color: #fff;
              border-color: #7f1426;
              -moz-transition: all 0.3s ease-in-out;
              -o-transition: all 0.3s ease-in-out;
              -webkit-transition: all 0.3s ease-in-out;
              transition: all 0.3s ease-in-out; }
    #ss_side-menu .cp_side-navigation .copyrights {
      width: 100%;
      float: left;
      font-size: 12px;
      display: block;
      text-align: center;
      padding: 0 0 20px 0;
      color: #666; }

#cp-banner {
  float: left;
  width: 100%;
  height:650px;
  position: relative;
  background:url(../images/banner.jpg);
  background-repeat:no-repeat;
  background-size:cover;
  background-position:left top; }
  .caption-box{
	  width:100%;
	  float:left;
	  border-radius:5px;
	  background:rgba(0,0,0,.7);
	  position:relative;
	  margin-top:38%;  }
  .caption-txt{
	  width:100%;
	  float:left;
	  padding:30px;
	  color:#fff;
	  text-align:justify;
	  font-size:16px;
  }
  .caption-txt .btn_banner2{
	  padding:10px 20px;
	  margin:0;
	  margin-top:20px;
	  text-transform:none;
  }
  .caption-title{
	  width:100%;
	  float:left;
	  font-size:30px;
	  text-transform:uppercase;
	  padding-bottom:10px;
  }
/*#cp-banner img {
  display: block;
  width: 100%;
  position: relative; }

#cp-banner .caption {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  height: 0;
  width: 100%;
  margin: auto;
  z-index: 99; }

#cp-banner .caption strong.title {
  font: 700 30px/30px 'Open Sans',sans-serif;
  color: #fff;
  display: block;
  text-align: center;
  padding: 0 0 10px 0;
  text-transform: uppercase;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); }

#cp-banner .caption strong.title span {
  font-weight: 400; }

#cp-banner .caption h1 {
  font: 700 50px/50px 'Open Sans',sans-serif;
  color: #fff;
  display: block;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -moz-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-text-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  margin: 0 0 40px 0; }

.banner-btn-row {
  margin: 0 auto;
  width: 180px;
  display: block;
  overflow: hidden; }

.cp-theme-style-1 .banner-btn-row a.btn-style-1 {
  padding: 20px 35px;
  margin: 0 10px; }

.cp-theme-style-1 .banner-btn-row a.btn-style-2 {
  padding: 18px 35px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff; }

#cp-banner .bx-wrapper {
  margin: 0;
  float: left;
  width: 100%; }

#cp-banner .bx-wrapper .bx-viewport {
  background: none;
  border: 0;
  box-shadow: none;
  left: 0; }

#cp-banner .bx-viewport > ul {
  margin: 0;
  padding: 0; }

#cp-home-banner > li {
  position: relative; }

#cp-home-banner > li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9; }

#cp-banner .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  display: none; }

#cp-banner .bx-wrapper .bx-controls-direction a {
  height: auto;
  margin-top: 0;
  text-indent: inherit;
  top: 50%;
  width: 32px;
  font-size: 0;
  text-decoration: none; }

#cp-banner .bx-wrapper .bx-next {
  background: none;
  right: 90px; }

#cp-banner .bx-wrapper .bx-next:before {
  content: "\f105";
  color: #fff;
  font-size: 50px;
  display: block;
  font-family: FontAwesome; }

#cp-banner .bx-wrapper .bx-prev {
  background: none;
  left: 90px; }

#cp-banner .bx-wrapper .bx-prev:before {
  content: "\f104";
  color: #fff;
  font-size: 50px;
  display: block;
  font-family: FontAwesome; }*/

.btn_banner, .btn_banner2, .btn_banner3, .home-solicitors-style .frame .caption .more-btn, .consultation-section form input[type="submit"], .contact-page .contact-form input[type="submit"] {
  float: left;
  font-size: 14px;
  font-family: 'OpenSans-Bold';
  padding: 15px 35px;
  text-transform: uppercase; }

.btn_banner2 {
  border: 1px solid #fff;
  margin-left: 15px;
  background: rgba(255, 255, 255, 0.2); }

.btn_banner3 {
  float: left;
  padding: 7px 15px;
  border: 2px solid #ccc;
  color: #666;
  background: #fff; }
  .btn_banner3:hover {
    color: #fff;
    border-color: #7f1426; }
  .btn_banner3:before {
    background: #7f1426;
    color: #fff; }

.page-padding {
  padding: 60px 0; }

.welcome {
  width: 100%;
  float: left;
  position: relative; }
/*  .welcome:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../images/border-img.png) no-repeat center bottom;
    width: 100%;
    height: 5px; }*/

.head_box {
  float: left; }
  .head_box em {
    display: block;
    font-size: 16px;
    line-height: 26px;
    padding: 0 0 0 15px;
    margin: -10px 0 40px 0; }

h2 {
  font-size: 36px;
  color: #211f20;
  font-family: 'HelveticaNeueBold';
  border-left: 5px solid #7f1426;
  margin: 0 0 30px 0;
  padding: 0 0 0 15px; }
  h2 span {
    font-size: 36px;
    font-family: 'HelveticaNeue-Roman'; }

.ss-outer-box {
  float: left;
  width: 100%; }
  .ss-outer-box .ss-box {
    float: left;
    width: 100%;
    margin: 30px 0 0 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .ss-outer-box .ss-box .icon-box {
      float: left;
      width: 68px;
      height: 68px;
      position: relative;
      margin: 0 30px 0 0;
      border: 1px solid #b3b3b3;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .ss-outer-box .ss-box .icon-box:before {
        content: '';
        position: absolute;
        margin: auto;
        width: 1px;
        height: 50px;
        background: #b3b3b3;
        left: 0;
        right: 0;
        bottom: -50px;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .ss-outer-box .ss-box .icon-box:after {
        content: '';
        position: absolute;
        margin: auto;
        width: 5px;
        height: 5px;
        background: #b3b3b3;
        bottom: -29px;
        left: 0;
        right: 0;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .ss-outer-box .ss-box .icon-box:last-child {
        background-color: #ff0000;
        border-color: #ff0000; }
    .ss-outer-box .ss-box:first-child {
      margin: 0; }
    .ss-outer-box .ss-box:hover .icon-box {
      border-color: #7f1426;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .ss-outer-box .ss-box:hover h3 a {
      color: #7f1426;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -webkit-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .ss-outer-box .ss-text-box {
    overflow: hidden;
    display: block; }
  .ss-outer-box:before {
    content: '';
    position: absolute;
    left: 15px;
    width: 68px;
    background-color: white;
    bottom: -31px;
    height: 50px;
    z-index: 9; }
  .ss-outer-box .ss-box:hover .icon-box:before {
    background: #7f1426;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .ss-outer-box .ss-box:hover .icon-box:after {
    background: #7f1426;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

h3 {
  margin-top: 0; }

h3 a {
  font-size: 24px;
  font-family: 'HelveticaNeue-Roman';
  color: #211f20;
  margin: 0 0 15px 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.rit-welcome-txt .ss-text-box {
	width:95%;
	margin:auto;
	font-size:16px;
  margin-top: 15px;
  text-align: center; }
.rit-welcome-txt .ss-text-box p{
	width:100%;
	float:left;
	margin-top:15px;
}
.welcome-slider {
  flot: left;
  width: 100%; }
  .welcome-slider .bx-wrapper {
    width: 100%;
    float: left;
    margin: 0; }
    .welcome-slider .bx-wrapper .bx-viewport {
      background: none;
      border: none;
      box-shadow: none;
      left: 0; }
  .welcome-slider .frame {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin: 0 0 30px 0;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
    .welcome-slider .frame:before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 93%;
      height: 89%;
      border: 5px solid #f1a2ae;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .welcome-slider .frame img {
      display: block;
      overflow: hidden;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .welcome-slider .frame:hover img {
      transform: scale(1.1);
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .welcome-slider .frame:hover a.link {
      opacity: 1; }
  .welcome-slider .frame:hover:before {
    opacity: 0.2; }
  .welcome-slider p {
    width: 98%;
    margin: auto;
    text-align: center; }

.Practice-Areas {
  width: 100%;
  float: left;
  background:#f4f4f4; }
  .practice-box{}
/*    .practice-box .ss-img-effect {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .practice-box .ss-img-effect img {
      width: 100%;
      transform: scale(1.3);
      -moz-transform: scale(1.3);
      -webkit-transform: scale(1.3);
      transition: all 0.5s ease-in; }
      .practice-box .ss-img-effect img:hover {
        transform: scale(1); }
    .practice-box .ss-img-effect:hover {
      transform: scale(1); }
      .practice-box .ss-img-effect:hover:before, .practice-box .ss-img-effect:hover:after {
        opacity: 1;
        width: 38%; }
    .practice-box .ss-img-effect:before {
      content: '';
      background-color: rgba(0, 0, 0, 0.4);
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 0%;
      transform: rotate(15deg) scale(1.5);
      -moz-transform: rotate(15deg) scale(1.5);
      -webkit-transform: rotate(15deg) scale(1.5);
      transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      -webkit-transition: all 0.5s ease-in;
      z-index: 99;
      opacity: 0; }
    .practice-box .ss-img-effect:after {
      content: '';
      background-color: rgba(0, 0, 0, 0.4);
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 0%;
      transform: rotate(15deg) scale(1.5);
      -moz-transform: rotate(15deg) scale(1.5);
      -webkit-transform: rotate(15deg) scale(1.5);
      transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      -webkit-transition: all 0.5s ease-in;
      z-index: 99;
      opacity: 0; }*/
  .practice-box h3 a {
	  width:100%;
	  float:left;
      position: relative;
      margin: 15px 0 25px 0;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
   .practice-box h3 a:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 50px;
      height: 2px;
      background: #f1a2ae;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
   .practice-box p {
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }


.team-section {
  width: 100%;
  float: left; }

.home-solicitors-style {
  float: left;
  width: 100%;
  border-bottom: 3px solid #f1a2ae; }
  .home-solicitors-style .frame {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative; }
    .home-solicitors-style .frame .caption {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.6);
      opacity: 0;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .home-solicitors-style .frame .caption .holder {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 100%;
        height: 20%;
        padding: 10px 30px;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -webkit-sizing: border-box;
        box-sizing: border-box; }
      .home-solicitors-style .frame .caption ul {
        padding: 0;
        margin: 0 0 15px 0;
        list-style: none;
        display: block;
        text-align: center; }
        .home-solicitors-style .frame .caption ul li {
          display: inline-block;
          padding: 0; }
          .home-solicitors-style .frame .caption ul li a {
            text-decoration: none;
            width: 44px;
            height: 44px;
            border: 2px solid white;
            border-radius: 100%;
            text-align: center;
            line-height: 44px;
            font-size: 20px;
            color: white;
            display: block; }
      .home-solicitors-style .frame .caption p {
        color: white;
        text-align: center;
        margin: 0 0 15px 0; }
      .home-solicitors-style .frame .caption .more-btn {
        padding: 9px 20px;
        background: none;
        float: none;
        display: table;
        margin: 0 auto;
        border: 2px solid #fff; }
  .home-solicitors-style .ss-text-box {
    float: left;
    width: 100%;
    padding: 18px 0;
    text-align: center; }
    .home-solicitors-style .ss-text-box:before {
      background-color: white;
      bottom: 64px;
      content: '';
      height: 64px;
      left: 0;
      position: absolute;
      transform: rotate(13deg);
      width: 100%;
      opacity: 1;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
  .home-solicitors-style .text-front {
    z-index: 5;
    position: relative; }
  .home-solicitors-style:hover .frame .caption {
    opacity: 1;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .home-solicitors-style:hover .ss-text-box:before {
    opacity: 0;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; }
  .home-solicitors-style:hover h3 a {
    color: #; }

.why-choose {
  float: left;
  width: 100%; }
  .why-choose .row{
	  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
  .why-choose.row > [class*='col-'] {
	 display: flex;
	 flex-direction: column;
  }
  .why-choose .col-md-6 {
    padding: 0; }
    .choose-bg{
	    background:#f4f4f4;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
    }
  .why-choose .choose-left-box {
    width: 100%;
    float: left;
    position: relative; }
    .why-choose .choose-left-box:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.1); }
    .why-choose .choose-left-box .why-choose-bg {
      float: left;
      width: 100%;}
  .why-choose .why-choose-logo {
    position: absolute;
    top: 140px;
    left: inherit;
    right: 112px;
    bottom: inherit;
    margin: auto;
    border-radius:5px;
    border: 2px solid #7f1426;
    padding: 48px 66px; }
  .why-choose .choose-bg:hover .why-choose-logo {
    border: 2px solid #fff;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
  }
  .why-choose .choose-right-box {
    float: left;
    width: 100%;
    padding: 60px 0 25px 55px;
    color:#fff;
    background:#7f1426; }
    .why-choose .choose-right-box h2{
	    color:#fff;
    }
    .why-choose .choose-right-box .choose-text-box {
      width: 525px; }
      .why-choose .choose-right-box .choose-text-box .right-box-head {
        float: left;
        width: 100%; }
        .why-choose .choose-right-box .choose-text-box .right-box-head em {
          display: block;
          padding: 0 0 0 15px;
          font-size: 16px;
          line-height: 26px;
          margin: -10px 0 40px 0; }
    .why-choose .choose-right-box .detail-box {
      float: left;
      width: 100%;
      position: relative;
      padding: 0 0 0 15px;
      margin: 0 0 40px 0; }
      .why-choose .choose-right-box .detail-box:hover .icon-box {
        border: 2px solid #7f1426;
        color: #7f1426;
        background: #fff;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .why-choose .choose-right-box .detail-box h3 a {
	      color:#fff;
      }
      .why-choose .choose-right-box .detail-box:hover h3 a {
        color: #fff;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
    .why-choose .choose-right-box .icon-box {
      width: 84px;
      height: 84px;
      border: 2px solid #fff;
      background: #7f1426;
      border-radius: 100%;
      line-height: 84px;
      text-align: center;
      font-size: 44px;
      color: #fff;
      position: absolute;
      left: -97px;
      top: 10px;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }

.highlight-section {
  width: 100%;
  float: left; }
  .highlight-section .hl-outbox {
    width: 100%;
    float: left;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1); }
    .highlight-section .hl-outbox .hl-box {
      float: left;
      width: 100%;
      margin: 60px 0;
      border-right: 1px solid #b3b3b3; }
      .highlight-section .hl-outbox .hl-box .title {
        color: #7f1426;
        font-size: 72px;
        display: block;
        text-align: center; }
      .highlight-section .hl-outbox .hl-box span {
        float: left;
        width: 100%;
        font-size: 16px;
        text-align: center;
        text-transform: uppercase;
        font-family: 'OpenSans-Bold'; }
    .highlight-section .hl-outbox .border-none {
      border: 0; }

.news-section {
  width: 100%;
  float: left; }
  .news-section .ss-box {
    float: left;
    width: 100%;
    border-bottom: 1px solid #f1a2ae;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    position: relative; }
    .news-section .ss-box:before {
      content: '';
      position: absolute;
      left: 0;
      bottom: -3px;
      width: 6px;
      height: 6px;
      background: #f1a2ae; }
    .news-section .ss-box:after {
      content: '';
      position: absolute;
      right: 0;
      bottom: -3px;
      width: 6px;
      height: 6px;
      background: #f1a2ae; }
  .news-section .border-none {
    border: 0;
    padding: 0;
    margin: 0; }
    .news-section .border-none:before {
      background: #fff; }
    .news-section .border-none:after {
      background: #fff; }
/*  .news-section .ss-img-effect {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .news-section .ss-img-effect img {
      width: 100%;
      transform: scale(1.3);
      -moz-transform: scale(1.3);
      -webkit-transform: scale(1.3);
      transition: all 0.5s ease-in; }
      .news-section .ss-img-effect img:hover {
        transform: scale(1); }
    .news-section .ss-img-effect:hover {
      transform: scale(1); }
      .news-section .ss-img-effect:hover:before, .news-section .ss-img-effect:hover:after {
        opacity: 1;
        width: 38%; }
    .news-section .ss-img-effect:before {
      content: '';
      background-color: rgba(0, 0, 0, 0.4);
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 0%;
      transform: rotate(15deg) scale(1.5);
      -moz-transform: rotate(15deg) scale(1.5);
      -webkit-transform: rotate(15deg) scale(1.5);
      transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      -webkit-transition: all 0.5s ease-in;
      z-index: 99;
      opacity: 0; }
    .news-section .ss-img-effect:after {
      content: '';
      background-color: rgba(0, 0, 0, 0.4);
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 0%;
      transform: rotate(15deg) scale(1.5);
      -moz-transform: rotate(15deg) scale(1.5);
      -webkit-transform: rotate(15deg) scale(1.5);
      transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      -webkit-transition: all 0.5s ease-in;
      z-index: 99;
      opacity: 0; }*/
  .news-section .ss-text-box .detail-text {
    font-size: 12px;
    color: #b3b3b3;
    float: left;
    padding: 0 17px 10px 0;
    position: relative;
    text-decreation: none; }
  .news-section .ss-text-box p {
    clear: both;
    float: left;
    width: 100%; }
  .news-section .client-right-box {
    float: left;
    width: 100%; }
    .news-section .client-right-box .bx-wrapper {
      float: left;
      width: 100%;
      margin: 0; }
      .news-section .client-right-box .bx-wrapper .bx-viewport {
        background: none;
        border: 0;
        box-shadow: none;
        left: 0; }
      .news-section .client-right-box .bx-wrapper ul {
        padding: 0;
        margin: 0; }
    .news-section .client-right-box .client-col {
      float: left;
      width: 100%;
      padding: 40px 40px 30px 40px;
      background: #fff;
      border:1px dashed #f1a2ae; }
      .news-section .client-right-box .client-col blockquote {
        padding: 0;
        border: 0;
        margin: 0;
        position: relative;
        z-index: 9; }
        .news-section .client-right-box .client-col blockquote:before {
          content: "\f10d";
          font-family: FontAwesome;
          color: #e6d6c8;
          font-size: 70px;
          line-height: 17px;
          font-style: normal;
          position: absolute;
          left: -20px;
          top: 0;
          z-index: -1; }
        .news-section .client-right-box .client-col blockquote q {
          quotes: none;
          font-size: 18px;
          display: block;
          padding: 0 0 40px 0;
          font-style: italic; }
        .news-section .client-right-box .client-col blockquote .text-box {
          over-flow: hidden;
          padding: 18px 0 0 0; }
          .news-section .client-right-box .client-col blockquote .text-box .name {
            font-size: 14px;
            line-height: 14px;
            padding: 0 0 8px 0;
            display: block;
            color: #211f20; }
          .news-section .client-right-box .client-col blockquote .text-box em {
            display: block;
            font-size: 12px;
            line-height: 12px;
            font-style: italic; }
      .news-section .client-right-box .client-col .frame {
        float: left;
        width: 68px;
        height: 68px;
        position: relative;
        border-radius: 100%;
        margin: 0 14px 0 0; }
        .news-section .client-right-box .client-col .frame img {
          display: block;
          width: 100%;
          border-radius: 100%; }
        .news-section .client-right-box .client-col .frame:before {
          content: '';
          position: absolute;
          left: 0;
          top: -20px;
          width: 50px;
          height: 3px;
          background: #f1a2ae; }
  .news-section .bx-pager {
    visibility: hidden; }

.consultation-section {
  width: 100%;
  float: left;
  background-image: url(../images/consultation-img.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  position: relative; }
  .consultation-section:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); }
  .consultation-section .container {
    z-index: 10;
    position: relative; }
  .consultation-section .head_box {
    width: 520px; }
  .consultation-section h2 {
    color: white; }
  .consultation-section em {
    display: block;
    padding: 0 0 0 15px;
    font-size: 16px;
    color: white;
    margin: -10px 0 40px 0; }
  .consultation-section form {
    float: left;
    width: 100%;
    position: relative; }
    .consultation-section form input[type="text"], .consultation-section form .selector, .consultation-section form textarea {
      border: 0;
      border-bottom: 2px solid #fff;
      padding: 0;
      margin: 0 0 60px 0;
      background: none;
      color: #fff;
      width: 100%;
      height: 46px;
      font-size: 14px;
      outline: none; }
    .consultation-section form ::-webkit-input-placeholder {
      color: #fff; }
    .consultation-section form ::-moz-placeholder {
      color: #fff; }
    .consultation-section form :-ms-input-placeholder {
      color: #fff; }
    .consultation-section form input:-moz-placeholder {
      color: #fff; }
    .consultation-section form .selector {
      margin: 0; }
      .consultation-section form .selector select {
        line-height: 14px;
        opacity: 0;
        position: absolute;
        width: 100%;
        z-index: 1;
        background: #fff;
        border: 0; }
        .consultation-section form .selector select option {
          color: #666;
          padding: 10px 0 10px 10px; }
      .consultation-section form .selector .full-width {
        width: 100%; }
      .consultation-section form .selector .custom-select {
        display: block;
        overflow: hidden;
        padding: 13px 0 11px 0;
        position: relative;
        white-space: nowrap;
        width: 100%; }
        .consultation-section form .selector .custom-select:after {
          border-left: 5px solid transparent;
          border-right: 5px solid transparent;
          border-top: 5px solid #FFFFFF;
          content: "";
          position: absolute;
          right: 9px;
          top: 15px; }
        .consultation-section form .selector .custom-select:before {
          background: none;
          content: "";
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          width: 24px; }
    .consultation-section form textarea {
      height: 100px; }
    .consultation-section form input[type="submit"] {
      position: relative;
      margin: 0 auto;
      display: table;
      padding: 19px 80px;
      float: none;
      border: 0;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .consultation-section form input[type="submit"]:hover {
        color: #7f1426;
        background: #fff;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }

.client-section {
  float: left;
  width: 100%; }
  .client-section ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .client-section ul li {
      padding: 0;
      float: left;
      margin-right: 38px; }
      .client-section ul li:last-child {
        margin-right: 0; }
        
        .sathasra {
  float: left;
   
            padding-top:60px ;
        }
  

footer {
  width: 100%;
  float: left; }



  .ss-img-effect {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .ss-img-effect img {
      width: 100%;
      transform: scale(1.3);
      -moz-transform: scale(1.3);
      -webkit-transform: scale(1.3);
      transition: all 0.5s ease-in; }
      .ss-img-effect img:hover {
        transform: scale(1); }
    .ss-img-effect:hover {
      transform: scale(1); }
      .ss-img-effect:hover:before, .ss-img-effect:hover:after {
        opacity: 1;
        width: 38%; }
    .ss-img-effect:before {
      content: '';
      background-color: rgba(0, 0, 0, 0.4);
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 0%;
      transform: rotate(15deg) scale(1.5);
      -moz-transform: rotate(15deg) scale(1.5);
      -webkit-transform: rotate(15deg) scale(1.5);
      transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      -webkit-transition: all 0.5s ease-in;
      z-index: 99;
      opacity: 0; }
    .ss-img-effect:after {
      content: '';
      background-color: rgba(0, 0, 0, 0.4);
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 0%;
      transform: rotate(15deg) scale(1.5);
      -moz-transform: rotate(15deg) scale(1.5);
      -webkit-transform: rotate(15deg) scale(1.5);
      transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      -webkit-transition: all 0.5s ease-in;
      z-index: 99;
      opacity: 0; }







.page-banner {
  width: 100%;
  float: left;
  background-image: url(../images/page-banner.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  padding: 70px 0; }
  .page-banner:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7); }
  .page-banner h1 {
    font-size: 55px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2; }
  .page-banner p {
    font-size: 18px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 2; }
    .page-banner p a {
      color: #fff; }

main {
  width: 100%;
  float: left;
  padding: 60px 0; }
/*  main .ss-img-effect {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden; }
    main .ss-img-effect img {
      width: 100%;
      transform: scale(1.3);
      -moz-transform: scale(1.3);
      -webkit-transform: scale(1.3);
      transition: all 0.5s ease-in; }
      main .ss-img-effect img:hover {
        transform: scale(1); }
    main .ss-img-effect:hover {
      transform: scale(1); }
      main .ss-img-effect:hover:before, main .ss-img-effect:hover:after {
        opacity: 1;
        width: 38%; }
    main .ss-img-effect:before {
      content: '';
      background-color: rgba(0, 0, 0, 0.4);
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 0%;
      transform: rotate(15deg) scale(1.5);
      -moz-transform: rotate(15deg) scale(1.5);
      -webkit-transform: rotate(15deg) scale(1.5);
      transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      -webkit-transition: all 0.5s ease-in;
      z-index: 99;
      opacity: 0; }
    main .ss-img-effect:after {
      content: '';
      background-color: rgba(0, 0, 0, 0.4);
      position: absolute;
      right: 0;
      top: 0;
      height: 100%;
      width: 0%;
      transform: rotate(15deg) scale(1.5);
      -moz-transform: rotate(15deg) scale(1.5);
      -webkit-transform: rotate(15deg) scale(1.5);
      transition: all 0.5s ease-in;
      -moz-transition: all 0.5s ease-in;
      -webkit-transition: all 0.5s ease-in;
      z-index: 99;
      opacity: 0; }*/
  main .page-txt {
    width: 100%;
    float: left;
    margin-top: 20px; }
    main .page-txt .page-inn-list {
      width: 100%;
      float: left;
      margin: 30px 0; }
      main .page-txt .page-inn-list li {
        width: 45%;
        float: left;
        margin-right: 25px;
        margin-top: 10px; }
  main h3 {
    color: #211f20;
    margin: 0 0 17px 0;
    font-size: 24px;
    line-height: 24px; }
  main .home-solicitors-style {
    margin-bottom: 30px; }

.service-area {
  float: left;
  width: 100%; }
  .service-area .frame {
    width: 100%;
    float: left;
    margin: 0;
    position: relative; }
    .service-area .frame .caption {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      background: rgba(128, 20, 36, 0.5);
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .service-area .frame .caption a.link {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        width: 50px;
        height: 50px;
        color: #fff;
        font-size: 20px;
        line-height: 50px;
        text-align: center;
        border: 1px solid #fff; }
        .service-area .frame .caption a.link:before {
          content: '';
          border: 1px solid #fff;
          position: absolute;
          left: 0;
          right: 0;
          bottom: 0;
          top: 0;
          margin: auto;
          width: 92%;
          height: 92%; }
  .service-area .txt-box-top-padding {
    width: 100%;
    float: left;
    padding: 60px 0; }
    .service-area .txt-box-top-padding h3 {
      color: #211f20; }
    .service-area .txt-box-top-padding p {
      margin: 0 0 20px 0;
      font-size: 15px;
      line-height: 22px; }
  .service-area:hover .caption {
    opacity: 1; }
  .service-area:hover h3 {
    color: #7f1426; }
  .service-area .txt-align-rit {
    text-align: right; }
    .service-area .txt-align-rit .btn_banner3 {
      float: right; }

.rit-practice-area {
  float: left;
  width: 100%; }
  .rit-practice-area ul {
    padding: 0;
    margin: 0;
    list0style: none;
    float: left;
    width: 100%; }
    .rit-practice-area ul li:first-child {
      margin: 0; }
    .rit-practice-area ul li {
      float: left;
      padding: 0;
      margin: 5px 0 0 0;
      border: 1px solid #e6e6e6;
      width: 100%;
      list-style: none;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .rit-practice-area ul li:hover {
        background: #7f1426;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .rit-practice-area ul li:hover a {
          color: #fff;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
      .rit-practice-area ul li a {
        text-decoration: none;
        color: #666;
        display: block;
        font-size: 14px;
        line-height: 40px;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
      .rit-practice-area ul li .fa {
        float: left;
        width: 45px;
        height: 40px;
        color: #fff;
        text-align: center;
        line-height: 40px;
        font-size: 22px;
        margin: 0 15px 0 -1px;
        background: #7f1426; }

.rit-happy-clients {
  float: left;
  width: 100%;
  margin-top: 50px; }
  .rit-happy-clients .bx-wrapper {
    float: left;
    width: 100%;
    margin: 0; }
    .rit-happy-clients .bx-wrapper .bx-viewport {
      background: none;
      border: 0;
      box-shadow: none;
      left: 0; }
    .rit-happy-clients .bx-wrapper ul {
      padding: 0;
      margin: 0; }
  .rit-happy-clients .client-col {
    float: left;
    width: 100%;
    min-height: 380px;
    padding: 20px;
    border: 1px solid #bfbfbf; }
    .rit-happy-clients .client-col blockquote {
      padding: 0;
      border: 0;
      margin: 0;
      position: relative;
      z-index: 9; }
      .rit-happy-clients .client-col blockquote q {
        quotes: none;
        font-size: 15px;
        display: block;
        padding: 0 0 40px 0;
        font-style: italic; }
      .rit-happy-clients .client-col blockquote .text-box {
        over-flow: hidden;
        padding: 18px 0 0 0; }
        .rit-happy-clients .client-col blockquote .text-box .name {
          font-size: 14px;
          line-height: 14px;
          padding: 0 0 8px 0;
          display: block;
          color: #211f20; }
        .rit-happy-clients .client-col blockquote .text-box em {
          display: block;
          font-size: 12px;
          line-height: 12px;
          font-style: italic; }
    .rit-happy-clients .client-col .frame {
      float: left;
      width: 68px;
      height: 68px;
      position: relative;
      border-radius: 100%;
      margin: 0 14px 0 0; }
      .rit-happy-clients .client-col .frame img {
        display: block;
        width: 100%;
        border-radius: 100%; }
      .rit-happy-clients .client-col .frame:before {
        content: '';
        position: absolute;
        left: 0;
        top: -20px;
        width: 50px;
        height: 3px;
        background: #f1a2ae; }

.contact-page {
  width: 100%;
  float: left;
  text-align: center; }
  .contact-page .icon-link {
    margin: auto;
    width: 80px;
    height: 80px;
    color: #7f1426;
    font-size: 30px;
    line-height: 80px;
    border-radius: 50%;
    background: #e6e6e6; }
  .contact-page .contact-txt {
    width: 100%;
    float: left;
    text-align: center; }
    .contact-page .contact-txt h3 {
      width: 100%;
      float: left;
      margin-top: 18px; }
    .contact-page .contact-txt p {
      width: 100%;
      float: left; }
    .contact-page .contact-txt a {
      color: #666; }
  .contact-page .contact-form {
    width: 100%;
    float: left;
    margin-top: 100px;
    text-align: left; }
    .contact-page .contact-form h3 {
      text-align: center; }
    .contact-page .contact-form label {
      width: 100%;
      margin-top: 20px;
      margin-bottom: 10px; }
    .contact-page .contact-form input[type="text"], .contact-page .contact-form .consultation-section form .selector, .consultation-section form .contact-page .contact-form .selector, .contact-page .contact-form .consultation-section form textarea, .consultation-section form .contact-page .contact-form textarea, .contact-page .contact-form textarea {
      width: 100%;
      border: 1px solid #e6e6e6;
      padding: 10px;
      outline: none; }
    .contact-page .contact-form textarea {
      height: 150px; }
    .contact-page .contact-form input[type="submit"] {
      position: relative;
      margin: 0 auto;
      display: table;
      padding: 10px 30px;
      margin-top: 15px;
      float: none;
      border: 1px solid #211f20;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -webkit-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
      .contact-page .contact-form input[type="submit"]:hover {
        color: #7f1426;
        background: #fff;
        border: 1px solid #7f1426;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }

#googleMap {
  width: 100%;
  height: 400px;
  float: left; }

.footer-content {
  width: 100%;
  float: left;
  background-image: url(../images/footer-bg.jpg);
  background-repeat: repeat;
  position: relative;
  padding: 40px 0; }
  .footer-content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
/*    background: rgba(0, 0, 0, 0.8);*/ }
  .footer-content .footer-logo {
    float: left;
    margin: 0 0 25px 0; }
  .footer-content p {
    margin: 0 0 30px 0;
    clear: both;
    line-height: 22px;
    color: #b3b3b3; }
  .footer-content h3 {
    color: #fff; }
  .footer-content .practice-area {
    float: left;
    width: 100%; }
    .footer-content .practice-area ul {
      padding: 0;
      margin: 0;
      list0style: none;
      float: left;
      width: 100%; }
      .footer-content .practice-area ul li:first-child {
        margin: 0; }
      .footer-content .practice-area ul li {
        float: left;
        padding: 0;
        margin: 5px 0 0 0;
        border: 1px solid #666;
        width: 100%;
        list-style: none;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .footer-content .practice-area ul li:hover {
          background: #7f1426;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
          .footer-content .practice-area ul li:hover a {
            color: #fff;
            -moz-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            -webkit-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
        .footer-content .practice-area ul li a {
          text-decoration: none;
          color: #b3b3b3;
          display: block;
          font-size: 14px;
          line-height: 40px;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
        .footer-content .practice-area ul li .fa {
          float: left;
          width: 45px;
          height: 40px;
          color: #fff;
          text-align: center;
          line-height: 40px;
          font-size: 22px;
          margin: 0 15px 0 -1px;
          background: #7f1426; }
  .footer-content address {
    width: 100%;
    float: left;
    margin: 0 0 20px 0; }
    .footer-content address p {
      color: #b3b3b3;
      position: relative;
      padding: 0;
      margin: 0 0 30px 0; }
    .footer-content address ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .footer-content address ul li {
        color: #b3b3b3;
        padding: 10px 0 0 0; }
        .footer-content address ul li .fa {
          left: 0;
          top: 11px;
          display: block;
          float: left;
          margin-right: 15px;
          color: #b3b3b3; }
        .footer-content address ul li a {
          color: #b3b3b3; }
  .footer-content .footer-social {
    padding: 0;
    margin: 0;
    list-style: none;
    float: left;
    width: 100%; }
    .footer-content .footer-social li {
      float: left;
      padding: 0 7px 0 0; }
      .footer-content .footer-social li a {
        text-decreation: none;
        border: 1px solid #fff;
        border-radius: 100%;
        width: 28px;
        height: 28px;
        font-size: 14px;
        display: block;
        color: #fff;
        text-align: center;
        line-height: 28px;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        -webkit-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out; }
        .footer-content .footer-social li a:hover {
          background: #7f1426;
          border-color: #000;
          -moz-transition: all 0.5s ease-in-out;
          -o-transition: all 0.5s ease-in-out;
          -webkit-transition: all 0.5s ease-in-out;
          transition: all 0.5s ease-in-out; }
  .footer-content .copyright-section {
    float: left;
    width: 100%;
    position: relative;
    margin: 50px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px solid #b3b3b3; }
    .footer-content .copyright-section:before {
      content: '';
      width: 6px;
      height: 6px;
      position: absolute;
      top: -3px;
      left: 0;
      background-color: #b3b3b3; }
    .footer-content .copyright-section:after {
      content: '';
      width: 6px;
      height: 6px;
      position: absolute;
      top: -3px;
      right: 0;
      background-color: #b3b3b3; }
  .footer-content .copy {
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    display: block;
    color: #b3b3b3; }
    .footer-content .copy a {
      color: #b3b3b3; }

@media only screen and (max-width: 1024px) {
  #cp-banner .caption strong.title {
    margin-top: -55px;
    margin-bottom: 20px; }

  #cp-banner .caption h1 {
    margin: -25px 0 20px 0; }

  .rit-welcome-txt .ss-text-box {
    text-align: center; }

  .ss-outer-box .ss-box .icon-box:before {
    height: 70px;
    bottom: -70px; }

  .ss-outer-box .ss-box .icon-box:after {
    bottom: -39px; }

  .ss-outer-box:before {
    height: 70px; }

  .why-choose .why-choose-logo {
    top: 30px;
    left: 80px;
    right: 80px;
    padding: 18px 26px; }

  .why-choose .choose-right-box .icon-box {
    width: 65px;
    height: 65px;
    line-height: 65px;
    font-size: 30px; }

  .why-choose .choose-right-box .detail-box {
    padding: 0 0 0 0px; }

  .why-choose .choose-right-box .choose-text-box {
    width: 100%; }

  .client-section ul li {
    margin-right: 40px; } }
@media only screen and (max-width: 768px) {
  header .btn_style, header .btn_banner, header .btn_banner2, header .btn_banner3, header .home-solicitors-style .frame .caption .more-btn, .home-solicitors-style .frame .caption header .more-btn, header .consultation-section form input[type="submit"], .consultation-section form header input[type="submit"], header .contact-page .contact-form input[type="submit"], .contact-page .contact-form header input[type="submit"] {
    margin-top: 10px; }

  .home-nav {
    visibility: hidden;
    height: 1px; }

  .page-padding {
    padding: 30px 0; }

  #cp-banner .caption strong.title {
    font: 700 10px/10px 'Open Sans',sans-serif;
    margin-top: -40px;
    margin-bottom: 10px; }

  #cp-banner .caption h1 {
    font: 700 20px/20px 'Open Sans',sans-serif;
    margin: -15px 0 10px 0; }

  .btn_banner2 {
    padding: 8px 25px; }

  h2 {
    font-size: 30px; }
    h2 span {
      font-size: 25px; }

  .ss-outer-box .ss-box .icon-box {
    margin: 0 20px 0 0; }

  .ss-outer-box .ss-box .icon-box:before {
    visibility: hidden; }

  .ss-outer-box .ss-box .icon-box:after {
    visibility: hidden; }

  .ss-outer-box:before {
    visibility: hidden; }

  .rit-welcome-txt {
    margin-top: 20px; }

  .rit-welcome-txt .ss-text-box {
    text-align: left; }

  .home-solicitors-style .frame {
    width: 70%;
    float: none;
    margin: auto;
    text-align: center; }

  .why-choose .why-choose-logo {
    top: 50px;
    left: 130px;
    right: 130px;
    padding: 18px 26px; }

  .why-choose .choose-right-box {
    padding: 45px 0 0 0; }

  .why-choose .choose-right-box .choose-text-box {
    width: 95%; }

  .why-choose .choose-right-box .detail-box {
    width: 80%;
    float: right;
    padding: 0 0 0 5px; }

  .why-choose .choose-right-box .icon-box {
    width: 54px;
    height: 54px;
    line-height: 52px;
    font-size: 30px;
    left: -60px; }

  .news-section .client-right-box {
    margin-top: 30px; }

  .news-section .ss-text-box {
    margin-top: 20px; }

  .consultation-section .head_box {
    width: 95%; }

  .consultation-section form input[type="text"], .consultation-section form .selector, .consultation-section form textarea, .consultation-section form
  .selector, .consultation-section form textarea {
    margin: 0 0 10px 0; }

  .consultation-section form input[type="submit"] {
    padding: 10px 20px; }

  .client-section ul li {
    margin-right: 0px;
    margin-bottom: 20px; }
    .client-section ul li img {
      width: 90%; }

  footer .ss-box {
    float: left;
    margin-bottom: 40px; } }

/*# sourceMappingURL=style.css.map */
