/*----------------------------------------------------
--------------------------Defaults--------------------
----------------------------------------------------*/
body {
  font-family: "Lato", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
}
h1,h2,h3,h4,h5,h6 {
  color: rgb(32, 32, 32);
}
a {
  color: #fff;
  text-decoration: none !important;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
a:visited, a:focus {
  color: #fff;
}
a:hover {
  color: #d6d6d6;
}
ul {
  list-style: none;
  padding-left: 0;
}
ul li {
  font-size: 18px;
}
input:focus, textarea:focus {
  outline: none;
}
img {
  max-width: 100%
}
.center {
  text-align: center!important;
}
::selection {
  background: #bf884e;
  color: #fff
}
::-moz-selection {
  background: #bf884e;
  color: #fff
}
.clear {
  clear: both
}
.button {
  display: inline-block;
}
.button a {
  border-radius: 100px;
  background-color: #bf884e;
  display: block;
  padding: 25px 35px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.button a:hover {
  background-color: #91683c;
}
/*----------------------------------------------------
-------------------------- Header --------------------
----------------------------------------------------*/
#header {
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0 0;
  padding-bottom: 90px;
}
#nav li {
  display: inline-block;
}
#nav > li > a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase;
  margin-right: 30px;
  padding-bottom: 8px;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#phone-navicon {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  background-color: #c3934c;
  border: none
}
#phone-navicon:focus {
  outline: none
}
#phone-navicon i {
  color: #fff;
  font-size: 24px;
}
#nav > li > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: all 0.3s cubic-bezier(0.54,-0.01, 0.4, 1);
  -o-transition: all 0.3s cubic-bezier(0.54,-0.01, 0.4, 1);
  transition: all 0.3s cubic-bezier(0.54,-0.01, 0.4, 1);
}
#nav > li.active > a::after {
  background-color: #bf884e;
  left: 10%;
  width: 80%;
}
#nav > li > a:hover {
  color: #cfcfcf;
}
#nav > li > a:hover::after {
  width: 100%;
  left: 0;
}
#nav li.active a {
  color: #bf884e;
}
#header {
  position: relative;
}
#header .logo {
  margin-right: 60px;
}
#header .logo, #nav, #header .phone {
  display: inline-block;
}
#header .phone {
  float: right;
  padding-top: 14px;
}
#header .phone p {
  color: #bf884e;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  text-transform: uppercase;
  margin: 0 0 8px 0;
  text-align: right;
}
#header .phone h2 {
  margin: 0;
}
#header .phone h2 a {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  padding-left: 5px;
}
#header .phone h2 a:hover {
  color: #bf884e
}
#header .phone h2::before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#header .phone h2:hover::before {
  color: #bf884e
}
#header .phone h2::before {
  content: "\f095";
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}
/*----------------------------------------------------
-------------------------- Hero ----------------------
----------------------------------------------------*/
#hero {
  padding: 0 0 70px 0;
  background:
            linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 100%),
            url("../img/hero-bg.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
#hero .container {
  position: relative;
}
#hero h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
  text-transform: uppercase;
}
#hero h3 {
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 35px;
  margin-top: 20px;
}
#hero .button {
  margin: 5px 15px 95px 0px;
  float:left;
  margin-top:5px;
}
#OTMhero h1 b {
  font-weight: 400;
  letter-spacing: 2px;
}
.OTMForm {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 15px;
  width: 360px;
}
.OTMForm > * {
  display: block;
  text-align: center;
}
.OTMForm input, .OTMForm textarea {
  text-align: left;
  width: 100%;
  color: #8c8c8c;
  font-size: 15px;
  font-weight: 300;
  padding: 12px 0 12px 45px;
  margin-bottom: 10px;
}
.OTMForm textarea {
  resize: none;
}
.OTMForm > div {
  position: relative;
}
.OTMForm > div::before {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 20px;
  color: #bf884e;
}
.OTMForm .name::before {
  content: "\f007"
}
.OTMForm .phone::before {
  content: "\f095"
}
.OTMForm .email::before {
  content: "\f1fa"
}
.OTMForm .message::before {
  content: "\f040"
}
.OTMForm > h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  margin: 10px 0 25px;
}
.otm-form-response {
  color: #fff;
}
.submit-btn {
  width: 100%;
  background-color: #bf884e;
  border: none;
  padding: 15px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#footer .submit-btn {
  width: 100%;
  background-color: #bf884e;
  border: none;
  padding: 15px 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.submit-btn:hover {
  background-color: #a77644;
}
.submit-btn i, .submit-btn h2 {
  color: #fff;
  display: inline-block;
  margin: 0;
}
#footer .submit-btn i,#footer .submit-btn h2 {
  color: #fff;
  display: inline-block;
  margin: 0;
}
.submit-btn h2 {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
#footer .submit-btn h2 {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
}
.submit-btn i {
  margin-right: 10px;
  font-size: 20px;
}
#footer .submit-btn i {
  margin-right: 10px;
  font-size: 20px;
}
#hero.inner {
  text-align: center;
  padding: 0px 0 50px 0;
}
#hero.inner form, #hero.inner .button {
  display: none
}
#hero .bbb{
  display:inline-block;
}
/*----------------------------------------------------
-------------------------- Ratings -------------------
----------------------------------------------------*/
#ratings {
  width: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
  padding: 40px 0;
  position: relative;
}
#trial-ratings {
  position: absolute;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -45px;
}
/*----------------------------------------------------
-------------------------- Main ----------------------
----------------------------------------------------*/
#main {
  background:
            linear-gradient(
              rgba(247, 247, 247, 0.85),
              rgba(247, 247, 247, 0.85)
              ),
            url("../img/main-bg.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
#main .container {
  padding: 10px 15px 40px;
  background-color: #fff;
}
#main h1 {
  color: rgba(35, 35, 35, 0.85);
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
}
#main h2 {
  color: rgba(35, 35, 35, 0.85);
  font-size: 25px;
  font-weight: 700;
  line-height: 50px;
}
#main h3 {
  color: rgba(35, 35, 35, 0.85);
  font-size: 20px;
  font-weight: 700;
  line-height: 40px;
}
#main a {
  color: #bf884e;
}
.border-bottom {
  background-color: #bf884e;
  width: 100px;
  height: 3px;
  margin: 0 auto;
  margin-bottom: 20px;
}
#main p {
  color: rgba(35, 35, 35, 0.85);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  text-align: justify;
}
#main .prac-areas {
  text-align: left;
  margin-top: 5rem;
}
#main .col-md-offset-1-prac {
  margin-left: 13.666667%;
}
#main .prac-areas > div {
  text-align: justify;
}

#main ul, #main ol {
  text-align: left
}
#main ul li::before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #bf884e;
  font-size: 15px;
  line-height: 25px;
  padding-right: 15px;
}

#main ul li {

}
.prac-areas .title {
  margin: 0 0px 5px 5px;
}
.prac-areas .title img {
  display: inline-block;
  padding: 0 15px 0 0;
  height: 75px;
}
.prac-areas .title h4 {
  display: inline-block;
  vertical-align: middle;
  color: #2a2a2a;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
}
.prac-areas p {
  color: #2a2a2a;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}
/*----------------------------------------------------
-------------------------- Video ---------------------
----------------------------------------------------*/
#video {
  padding: 80px 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 100%),
    url("../img/about-bg.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}
#video p {
  padding-left: 20px;
  border-left: 6px solid #bf884e;
  color: #373737;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
#video .half-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  clip-path: polygon(0 0, 54% 0, 43% 100%, 0 100%);
}
#video iframe {
  border: 5px solid #bf884e;
  height: 300px;
  width: 95%;
  float: right;
}
.col-video {
  padding: 0;
  margin-left: 100px;
  width: calc(50% - 128px);
}
.video-desc {
  width: 47%;
}
/*----------------------------------------------------
-------------------------- Icons ---------------------
----------------------------------------------------*/
#icons {
  padding: 40px 0;
}
#icons img {
  display: inline-block;
  max-width: 25%;
  vertical-align: middle;
}
#icons p {
  max-width: calc(75% - 15px);
  display: inline-block;
  color: #2a2a2a;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  text-transform: uppercase;
  text-align: left;
  padding-left: 15px;
  vertical-align: middle;
}
#icons .row > div {
  font-size: 0;
  padding-right: 0;
}
#icons p.long {
  font-size: 13px;
}
/*----------------------------------------------------
-------------------------- About ---------------------
----------------------------------------------------*/
#about {
  padding: 50px 0 95px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 100%),
              url("../img/about-bg.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  position: relative;
}
#about h2 {
  color: #373737;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
}
#about p {
  color: #373737;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}
#about .half-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  clip-path: polygon(43% 0, 100% 0, 100% 100%, 54% 100%);
}
#about .button a {
  padding: 15px 35px;
}
.about-desc {
  margin-left: 40px;
  width: calc(50% - 40px);
}
.about-logo {
  padding-top: 70px;
}
/*----------------------------------------------------
-------------------------- Testimonials --------------
----------------------------------------------------*/
#testimonials .container {
  background-color: #fff;
  padding: 0 15px 30px;
}
#testimonials {
  background-image: linear-gradient(
                      rgba(247, 247, 247, 0.85),
                      rgba(247, 247, 247, 0.85)
                      ),
                    url("../img/testimonials-bg.png");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
#testimonials h2 {
  text-align: center;
  color: rgba(35, 35, 35, 0.85);
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
}
#testimonials .stars {
  font-size: 0;
  margin-bottom: 7px;
}
#testimonials h2 {
  color: rgba(35, 35, 35, 0.85);
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
#testimonials h4 {
  color: rgba(35, 35, 35, 0.85);
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}
#testimonials p {
  color: rgba(35, 35, 35, 0.85);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
#testimonials .stars i {
  color: #bf884e;
  font-size: 14px;
  letter-spacing: 2px;
}
#testimonials .slider-wrap {
  width: 90%;
  padding: 0 10%;
  margin: 0 auto;
  position: relative;
}
.testi-nav {
  position: absolute;
  top: 35%;
  margin-top: -25px;
  z-index: 78;
  width: 100%;
  left: 0;
}
.bx-wrapper {
  margin-bottom: 0;
}
.tarrow {
    width: 30px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    background: transparent;
    text-align: center;
    border: none;
    font-size: 30px;
    position: relative;
    color: #3c3535;
}
#tPrev {
    float: left;
}
#tNext {
    float: right;
}
.tarrow a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  left: 0;
  top: 0;
}
.tarrow i {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  color: rgba(35, 35, 35, 0.85);
}
.tarrow:hover i {
  color: #bf884e;
}
.bx-wrapper {
  border: none;
  box-shadow: none;
}
.bx-controls {
  display: none;
}
/*----------------------------------------------------
-------------------------- Footer --------------------
----------------------------------------------------*/
#footer {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.6) 100%),
                    url("../img/footer-bg.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  border-bottom: 15px solid #bf884e;
}
#footer h2 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
}
#footer p {
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
#footer .border-bottom {
  margin-left: 0;
  margin-right: 0;
}
#footer .OTMForm {
  position: relative;
  margin: 40px 0 30px;
  width: 100%;
}
.footer-desc {
  padding: 90px 15px;
}
#footer .social li {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
#footer .social li:hover {
  background-color: #795733;
  border-color: transparent
}
#footer .social a {
  padding: 5px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
#footer .social i {
  font-size: 24px;
}
#footer .social li {
  vertical-align: top;
  margin-right: 5px;
}
#footer .social ul > li:last-child {
  margin-right: 0;
}
.fb-icon {
  position: relative;
  top: 2px;
}
.avvo-icon {
  width: 90%;
  position: relative;
  bottom: 1px;
}
#footer .foo-contact p {
  color: #bf884e;
  font-size: 10px;
  font-weight: 400;
  line-height: 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#footer .address h3 a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
}
#footer .address h3 {
  margin: 0;
}
#footer .foo-contact {
  padding: 25px 0 65px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#footer .phone {
  text-align: right;
}
#footer .phone h2 a {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  padding-left: 5px;
}
#footer .phone h2 a:hover {
  color: #bf884e
}
#footer .phone h2::before {
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#footer .phone h2:hover::before {
  color: #bf884e
}
#footer .phone h2 {
  margin: 0;
}
#footer .phone h2::before {
  content: "\f095";
  font-family: "FontAwesome";
  font-size: 30px;
  line-height: 30px;
  color: #fff;
}
#footer .copyright {
  padding: 15px 0 20px;
}
#footer .copyright p {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  margin: 0;
}
#footer-form  h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  margin: 10px 0 25px;
}
/*----------------------------------------------------
-------------------------- Inner pages ---------------
----------------------------------------------------*/
.contact-page .row {
  text-align: left;
}
.contact-page a {
  color: rgb(70, 70, 70)
}
.contact-page td {
  border: 1px solid gray;
  padding: 5px 10px;
}
.contact-page tr td:first-child {
  padding-right: 15px;
  border-left: 4px solid rgb(191, 136, 78)
}
.contact-page tr:nth-child(6) td:first-child,
.contact-page tr:last-child td:first-child {
  border-left: 4px solid rgb(231, 88, 88)
}
#main .testimonials-page ul {
  text-align: center!important;
}
#main .testimonials-page li {
  margin-bottom: 20px;
}
#main .testimonials-page .stars {
  font-size: 0;
  margin-bottom: 7px;
}
#main .testimonials-page h2 {
  color: rgba(35, 35, 35, 0.85);
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
#main .testimonials-page h4 {
  color: rgba(35, 35, 35, 0.85);
  font-size: 14px;
  font-weight: 300;
  margin-top: 5px;
}
#main .testimonials-page p {
  color: rgba(35, 35, 35, 0.85);
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}
#main .testimonials-page .stars i {
  color: #bf884e;
  font-size: 14px;
  letter-spacing: 2px;
}
#main .testimonials-page li::before {
  display: none
}

/*----------------------------------------------------
-------------------------- Response ------------------
----------------------------------------------------*/
@media screen and (max-width: 1199px) {
  #header .logo {
    float: left;
    margin-right: 40px;
  }
  #nav {
    float: left;
  }
  #nav {
    padding-top: 35px;
  }
  #nav > li > a {
    font-size: 13px;
    margin-right: 18px;
  }
  .OTMForm {
    width: 320px;
  }
  .col-video {
    padding: 20px 0 0;
    margin-left: 60px;
    width: calc(50% - 31px);
  }
  .about-logo {
    padding-top: 85px;
  }
}
@media screen and (max-width: 991px) {
  #hero .button{
    float:none;
  }
  #hero .bbb{
    display:none;
  }
  .col-video {
    padding: 110px 0 0;
    margin-left: 30px;
    width: calc(50% - 8px);
  }
  .about-logo {
    padding: 145px 70px 0 0;
  }
  #hero .OTMForm {
    display: none;
  }
  #header {
    padding-bottom: 0;
  }
  #header .logo {
    margin-right: 20px;
  }
  #nav > li > a {
    font-size: 10px;
    margin-right: 15px;
  }
  #header .phone p {
    margin-bottom: 3px;
  }
  #header .phone h2 a {
    font-size: 23px;
  }
  #header .phone h2::before {
    font-size: 23px;
  }
  #header .phone {
    padding-top: 17px;
  }
  #main .col-md-offset-1-prac {
    margin-left: 0;
  }
  #about {
    text-align: center;
  }
  #footer .OTMForm > h2 {
    font-size: 18px;
  }
  #footer h2 {
    font-size: 26px;
  }
  .footer-desc {
    padding: 80px 15px;
    text-align: center;
  }
  #footer .border-bottom {
    margin-left: auto;
    margin-right: auto;
  }
  .footer-form {
    padding: 0;
  }
  .contact-page table {
    margin-bottom: 30px;
  }
  #hero .button {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  #nav {
    display: none
  }
  #header {
    background-color: rgb(43, 43, 43);
    z-index: 10;
  }
  #header .phone {
    display: none;
  }
  #header .logo {
    float: none;
    margin: 0 0 15px;
  }
  #header .container {
    padding: 0 15px;
  }
  #nav {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }
  #nav > li > a {
    font-size: 18px;
    line-height: 40px;
    margin: 0;
    font-weight: 400;
  }
  #nav li {
    display: block;
  }
  #hero {
    text-align: center;
    padding-bottom: 0;
  }
  #hero .button {
    margin-bottom: 55px;
  }
  #hero.inner {
    padding: 0;
  }
  #hero h2 {
    font-size: 15px;
  }
  #hero h3 {
    font-size: 40px;
  }
  #ratings {
    text-align: center;
  }
  #ratings .rating {
    margin-bottom: 20px;
  }
  #trial-ratings {
    position: relative;
    margin-left: 0;
    top: inherit;
    transform: none;
    margin-bottom: 20px;
  }
  .prac-areas .title {
    padding-left: 0;
    text-align: center;
  }
  #video .half-bg {
    clip-path: polygon(0 0, 100% 0, 100% 52%, 0 62%);
  }
  .video-desc {
    width: 100%;
  }
  #video {
    padding: 60px 0;
  }
  .col-video {
    margin: 0 10px;
    width: calc(100% - 20px);
  }
  .about-logo {
    display: none;
  }
  #about .half-bg {
    clip-path: none
  }
  .about-desc {
    width: 100%;
    margin: 0;
  }
  #icons .row > div {
    text-align: left;
    margin-bottom: 15px;
  }
  #icons img {
    width: 20%;
  }
  #about h2 {
    line-height: 40px;
  }
  #about {
    padding: 20px 0 35px;
  }
  .footer-desc {
    padding: 20px 15px;
  }
  .foo-contact {
    text-align: center;
  }
  #footer .phone {
    text-align: inherit;
  }
  #footer .address, #footer .social {
    margin-bottom: 20px;
  }
  #footer .foo-contact {
    padding-bottom: 45px;
  }
  #footer .copyright p {
    font-size: 10px;
  }
  #footer .copyright {
    padding: 5px 0 10px;
  }
  .prac-areas .title img {
    display: block;
    padding: 0;
    height: 75px;
    margin: 0 auto;
  }
  .prac-areas .title h4 {
    min-height: 60px;
  }
}

.expungements ol li  {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

.expungements .italic {
  font-size: 12px;
  font-style: italic;
}









































/**/
