@extends('layouts.front')

@section('css')
@endsection

@section('pagetitle')
<section class="page-title-area practice-1-title-bg">
    <div class="container">
      <div class="row">
        <div class="col-md-12">
          <div class="page-title-padding">
            <div class="page-title-content text-center">
             <p>Practice Areas</p>
             <h2>DUI Defense</h2>
            </div>
            <div class="breadcrumbs text-center">
             <ul class="page-breadcrumbs">
               <li><a href="#">Home</a></li>
               <li><a href="#">DUI Defense</a></li>
             </ul>
            </div>
          </div>
        </div>
      </div>
    </div>
  </section>
@endsection

@section('content')
<section class="practice-single-area">
    <div class="testimonial-content-area">
      <div class="container">
        <div class="row">
          <div class="practice-single-content">
            <div class="col-md-9 col-sm-12 col-md-push-3 no-padding-right blog-custom-padding">
              <div class="inner-single-practice">
                <img src="http://placehold.it/870x470" class="img-responsive" alt="Intro image">
                <h2>Overview :</h2>
                <p>Criminal defense consists of a body of statutes and case precedents that govern the legal responsibilities between individuals who share a domestic connection. These cases usually involve parties who are related by blood or marriage, but criminal law can affect those in more distant or casual relationships as well. Due to the emotionally-charged nature of most criminal law cases, litigants are strongly advised to retain legal counsel.</p>
                <p>The vast majority of criminal law proceedings come about as a result of the termination of a marriage or romantic relationship. criminal law attorneys help their clients file for separation or divorce, alimony, and child custody, visitation, and support. Spouses married a short time may seek an annulment, and special rights may exist between same-sex couples. The division of property at the end of a marriage is also a common issue in criminal law cases.</p>
                <h2>How Can We Help !</h2>
                <p>In Trust, we are aiming to provide high quality legal consultancy, support and results for your legal issues. Aiming to provide high quality legal consultancy, support and results for your legal issues. Using their expertise and experience, Trust law firm documents and builds their clients' cases to obtain the best results they could achieve in their particular situation. Trust has been known for doing what he says, aiming to bring favourable results for its customers as soon as possible. </p>

                <button>Schedule a Free Consultation <i class="fa fa-long-arrow-right"></i></button>
              </div>
            </div>

            <div class="col-md-3 col-sm-12 col-md-pull-9">

              <div class="right-sidebar">

                <div class="sidebar-category sidebar-inner">

                  <h2 class="p-s-first-child">Practice Areas</h2>
                  <ul>
                    <li><a href="#"><i class="fa fa-long-arrow-right"></i>All Practice Areas</a></li>
                    <li><a href="#"><i class="fa fa-long-arrow-right"></i>Criminal Defense</a></li>
                    <li><a href="#"><i class="fa fa-long-arrow-right"></i>DUI Defence</a></li>
                    <li><a href="#"><i class="fa fa-long-arrow-right"></i>Domestic Violence</a></li>
                    <li><a href="#"><i class="fa fa-long-arrow-right"></i>Traffic Violations</a></li>
                    <li><a href="#"><i class="fa fa-long-arrow-right"></i>Juvenile Defense</a></li>
                  </ul>
                </div>

                <div class="sidebar-inner">
                  <h2>Download Brochures</h2>
                  <ul class="d-brochures">
                    <li><a href="#"><i class="fa fa-gavel"></i>Something Important</a></li>
                    <li><a href="#"><i class="fa fa-user"></i>DUI law</a></li>
                    <li><a href="#"><i class="fa fa-heart"></i>Criminal Defense</a></li>
                  </ul>
                </div>

                <div class="sidebar-inner">

                  <h2>Tag Cloud</h2>
                  <div class="tag-cloud">
                    <a href="#">Traffic Offenses</a>
                    <a href="#">DUI</a>
                    <a href="#">Tresspassing</a>
                    <a href="#">Traffice</a>
                    <a href="#">Jury</a>
                    <a href="#">Juvenile Defense</a>
                    <a href="#">Procedure</a>
                    <a href="#">DUI Penalties</a>
                    <a href="#">Court</a>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </section>

@endsection

@section('scripts')
@endsection