/* CSS Document */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("ttf"); }
body {
  overflow-x: hidden;
  font-family: "Poppins", sans-serif; }

p {
  font-family: "Roboto", sans-serif;
  font-size: 15px; }

h1, h2, h3, h4, h5 {
  font-family: "Poppins", sans-serif; }

.text-justify {
  text-align: justify; }

a:hover {
  text-decoration: none; }

a:focus {
  text-decoration: none;
  outline: none; }

.m0 {
  margin: 0px !important; }

.ml0 {
  margin-left: 0px !important; }

.ml5 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

.mr0 {
  margin-right: 0px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 45px !important; }

.mt0 {
  margin-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pl0 {
  padding-left: 0px !important; }

.pl5 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl40 {
  padding-left: 40px !important; }

.pr0 {
  padding-right: 0px !important; }

.pr5 {
  padding-right: 5px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr40 {
  padding-right: 40px !important; }

.pt5 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt50 {
  padding-top: 50px !important; }

.pt60 {
  padding-top: 60px !important; }

.pt90 {
  padding-top: 90px !important; }

.pt100 {
  padding-top: 100px !important; }

.pb5 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.pb90 {
  padding-bottom: 90px !important; }

.pb120 {
  padding-bottom: 120px !important; }

/*============================ HEADER ============================*/
a.navbar-brand {
  padding: 0; }
  a.navbar-brand img {
    position: relative;
    max-height: 150px;
    z-index: 999; }

.navbar-default {
  background-color: #401C1A;
  border-radius: 0;
  margin-bottom: 0; }

ul.nav.navbar-nav li a {
  color: #FFFBFF;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding-left: 12px;
  padding-right: 12px; 
  font-size: 13px;
}
ul.nav.navbar-nav li.active a {
  background: #B68C4F;
  color: #FFFBFF; }
ul.nav.navbar-nav li:hover a {
  background: #B68C4F;
  color: #FFFBFF; }

/*============================ END HEADER ============================*/
/* =========================== SLIDER ================================ */
.banner {
  position: relative;
  overflow: hidden; }
  .banner .main-slider {
    overflow: hidden; }
    .banner .main-slider .slick-slide {
      position: relative; }
      .banner .main-slider .slick-slide .bg-image {
        height: calc(100vh - 50px);
        background-size: cover;
        background-position: center center; }
    .banner .main-slider .slick-prev-btn {
      left: -100px;
      position: absolute;
      top: 50%;
      z-index: 1100;
      color: #fff;
      transition: 300ms all ease; }
    .banner .main-slider .slick-next-btn {
      position: absolute;
      right: -100px;
      top: 50%;
      z-index: 1100;
      color: #fff;
      transition: 300ms all ease; }
    .banner .main-slider:hover .slick-prev-btn {
      left: 0px; }
      .banner .main-slider:hover .slick-prev-btn i {
        z-index: 10;
        position: absolute;
        font-size: 22px;
        left: 14px;
        top: 3px; }
      .banner .main-slider:hover .slick-prev-btn:after {
        left: 0px;
        top: -5px;
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.6);
        transition: 300ms all ease; }
    .banner .main-slider:hover .slick-next-btn {
      right: 0px; }
      .banner .main-slider:hover .slick-next-btn i {
        z-index: 10;
        position: absolute;
        font-size: 22px;
        right: 14px;
        top: 3px; }
      .banner .main-slider:hover .slick-next-btn:after {
        right: 0px;
        top: -5px;
        content: "";
        position: absolute;
        width: 40px;
        height: 40px;
        background: rgba(0, 0, 0, 0.6);
        transition: 300ms all ease; }

/* =========================== END SLIDER ============================ */
.about-text h4 {
  font-weight: 700;
  margin: 0;
  color: #B68C4F; }
.about-text h1 {
  color: #401C1A;
  margin-top: 5px;
  font-weight: 700;
  margin-bottom: 20px; }
.about-text p {
  line-height: 28px;
  color: #000;
  font-weight: 500;
  font-size: 16px; }

a.read-more {
  background: #B68C4F;
  padding: 14px 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  transition: 0.3s linear; }
  a.read-more:hover {
    background: #401C1A;
    color: #fff; }

#home-about {
  background: url(../images/ab.jpg) center no-repeat;
  position: relative;
  background-size: cover; }
  #home-about:before {
    content: '';
    background: #00000091;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.about-text {
  background: #ffffffbf;
  padding: 45px 30px; }

.left-main-title h1 {
  line-height: 53px;
  font-size: 46px;
  padding-bottom: 10px;
  font-weight: 600;
  color: #401C1A;
  position: relative;
  display: inline-block;
  padding-right: 60px;
  margin-bottom: 40px; }

.services-block {
  position: relative;
  margin-bottom: 35px; }
  .services-block .inner-box {
    position: relative;
    background: #f1ede2eb;
    text-align: center;
    padding: 35px 30px 35px;
    border: 2px dotted rgba(0, 0, 0, 0.15); }
    .services-block .inner-box:hover .overlay-box {
      -moz-transform: rotateY(0deg);
      -webkit-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      -o-transform: rotateY(0deg);
      transform: rotateY(0deg);
      opacity: 1;
      visibility: visible; }
    .services-block .inner-box .icon-box {
      position: relative; }
    .services-block .inner-box h3 {
      position: relative;
      font-size: 20px;
      color: #333333;
      font-weight: 600;
      line-height: 1.4em;
      margin: 20px 0px 15px;
      letter-spacing: 1px; }
    .services-block .inner-box .text {
      position: relative;
      color: #999999;
      font-size: 14px;
      line-height: 1.9em; }
    .services-block .inner-box .overlay-box {
      position: absolute;
      left: -2px;
      top: -2px;
      right: -2px;
      bottom: -2px;
      opacity: 0;
      color: #ffffff;
      text-align: center;
      -webkit-transition: all 700ms ease;
      -ms-transition: all 700ms ease;
      -o-transition: all 700ms ease;
      transition: all 700ms ease;
      -moz-transform: rotateY(-180deg);
      -webkit-transform: rotateY(-180deg);
      -ms-transform: rotateY(-180deg);
      -o-transform: rotateY(-180deg);
      transform: rotateY(-180deg); }
      .services-block .inner-box .overlay-box:before {
        position: absolute;
        content: '';
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        background-color: rgba(0, 0, 0, 0.62); }
      .services-block .inner-box .overlay-box .overlay-inner {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: table;
        vertical-align: middle;
        padding: 10px 30px; }
        .services-block .inner-box .overlay-box .overlay-inner .content {
          position: relative;
          display: table-cell;
          vertical-align: middle; }
          .services-block .inner-box .overlay-box .overlay-inner .content h4 {
            position: relative;
            font-size: 20px;
            color: #f9f8f8;
            font-weight: 600;
            line-height: 1.4em;
            margin: 20px 0px 22px;
            letter-spacing: 1px; }
            .services-block .inner-box .overlay-box .overlay-inner .content h4 a {
              position: relative;
              color: #f9f8f8;
              transition: all 0.3s ease;
              -moz-transition: all 0.3s ease;
              -webkit-transition: all 0.3s ease; }
          .services-block .inner-box .overlay-box .overlay-inner .content .icon img {
            filter: contrast(0.5); }

a.btn-style-one {
  background: #B68C4F;
  color: #fff;
  padding: 10px;
  text-transform: capitalize;
  transition: 0.3s linear; }
  a.btn-style-one:hover {
    background: #fff;
    color: #401C1A; }

#services {
  position: relative;
  background: url(../images/about.jpg) center no-repeat;
  background-size: cover; }
  #services:before {
    position: absolute;
    content: '';
    background: #f2eee46e;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; }

.team-item .team-inner {
  background-color: #ffffff;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px 0px #ddd;
  box-shadow: 0px 0px 15px 0px #ddd;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px;
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  position: relative;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease; }
  .team-item .team-inner ul {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #B68C4F;
    max-width: 150px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 30px;
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 8px 13px 0px #ddd;
    box-shadow: 0px 8px 13px 0px #ddd;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
    .team-item .team-inner ul li {
      list-style-type: none;
      display: inline-block;
      margin-right: 4px;
      margin-left: 4px; }
      .team-item .team-inner ul li a {
        display: block;
        color: #fff; }
  .team-item .team-inner h3 {
    margin-bottom: 4px;
    padding-top: 25px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }
    .team-item .team-inner h3 a {
      color: #333333;
      font-weight: 600;
      font-size: 16px; }
  .team-item .team-inner span {
    display: block;
    color: #B68C4F;
    font-size: 14px;
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease; }

#home-team {
  background: #efefef; }
  #home-team .owl-dot span {
    width: 12px;
    height: 2px;
    background-color: #B68C4F;
    display: block;
    margin: 5px 4px; }
  #home-team .owl-dot.active span {
    background-color: #fff; }
  #home-team .owl-dot:focus {
    outline: none; }

.team-item:hover .team-inner {
  background-color: #B68C4F;
  max-width: 100%; }
  .team-item:hover .team-inner ul {
    background-color: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .team-item:hover .team-inner ul li a {
      color: #B68C4F; }
  .team-item:hover .team-inner h3 a {
    color: #fff; }
  .team-item:hover .team-inner span {
    color: #333; }

.mid-title {
  margin-bottom: 40px; }
  .mid-title h1 {
    font-size: 42px;
    font-weight: 700;
    color: #401C1A; }

.news-item {
  position: relative;
  background: #ffffffeb;
  margin-bottom: 30px; }
  .news-item .item-wrapper {
    display: flex; }
    .news-item .item-wrapper .news-image {
      flex-basis: 25%; }
      .news-item .item-wrapper .news-image span {
        position: absolute;
        left: 7px;
        top: 7px;
        font-weight: 700;
        color: #401C1A;
        background: #fff;
        padding: 2px 5px;
        border-radius: 5px; }
    .news-item .item-wrapper .news-content {
      flex-basis: 75%;
      padding: 0 15px; }
      .news-item .item-wrapper .news-content h3 {
        margin-top: 15px;
        font-size: 17px;
        font-weight: 600; }

#home-news {
  position: relative;
  background: url(../images/news.jpg) center no-repeat;
  background-size: cover; }
  #home-news:before {
    position: absolute;
    content: '';
    background: #ffffff82;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }

a.read_link {
  color: #B68C4F;
  font-weight: 600; }

/* ======================================== FOOTER ======================================== */
footer {
  background: #464646;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 60px;
  color: #fff; }
  footer:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #1c1d1e;
    opacity: .85; }

.footer-item {
  color: #fff; }
  .footer-item h3 {
    margin-bottom: 30px;
    margin-top: 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    border-bottom: 2px solid #B68C4F; }
  .footer-item ul {
    list-style: none;
    padding-left: 0; }
    .footer-item ul li {
      padding-bottom: 7px; }
      .footer-item ul li i {
        display: inline-block; }
  .footer-item a {
    color: #fff; }
    .footer-item a img {
      margin-bottom: 35px;
      width: 140px; }
  .footer-item .footer-logo ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 18px; }
    .footer-item .footer-logo ul li a {
      font-size: 23px;
      margin-right: 6px;
      position: relative;
      top: 2px;
      color: #fff; }
  .footer-item p {
    text-align: justify;
    line-height: 24px; }
  .footer-item .footer-find ul li {
    display: flex;
    padding-bottom: 15px; }
    .footer-item .footer-find ul li i {
      margin-right: 10px;
      font-size: 20px;
      line-height: 30px; }
    .footer-item .footer-find ul li span {
      line-height: 24px; }

.copyright-area {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #565655;
  position: relative; }
  .copyright-area p a {
    color: #B68C4F; }
  .copyright-area .copyright-right {
    text-align: right; }
    .copyright-area .copyright-right a {
      color: #B68C4F; }

/* ======================================== END FOOTER ======================================== */
.head-wrapper {
  position: relative;
  text-align: center; }
  .head-wrapper:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.62); }

.page-title {
  padding: 8% 0 5% 0;
  position: relative;
  color: #fff; }
  .page-title h1 {
    font-size: 40px;
    text-transform: uppercase;
    margin-top: 0;
    font-weight: 700; }
  .page-title a {
    color: #401C1A; }

.bt-text p a {
  color: #B68C4F;
  font-weight: 600; }

#banner-image-about {
  background: url(../images/banners/History-n-Legal-Inspiration.jpg) center no-repeat;
  background-size: cover; }

#banner-image-practice {
  background: url(../images/banners/area-of-practice.jpg) center no-repeat;
  background-size: cover; }

#banner-image-careers {
  background: url(../images/banners/Careers.jpg) center no-repeat;
  background-size: cover; }

#banner-image-contact {
  background: url(../images/banners/contact.jpg) center no-repeat;
  background-size: cover; }

#banner-image-key {
  background: url(../images/banners/key-person.jpg) center no-repeat;
  background-size: cover; }

#banner-image-firm {
  background: url(../images/banners/Our-Firm.jpg) center no-repeat;
  background-size: cover; }

#inner-about {
  position: relative;
  background: url(../images/bgab.jpg) center no-repeat;
  background-size: cover; }
  #inner-about:before {
    position: absolute;
    content: '';
    background: #a59a7fd6;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

.about-text-in {
  background: #d2d2d2eb;
  padding: 60px; }
  .about-text-in p {
    line-height: 28px;
    color: #000;
    font-weight: 500;
    font-size: 16px; }
  .about-text-in h4 {
    font-weight: 700;
    margin: 0;
    color: #B68C4F; }
  .about-text-in h1 {
    color: #401C1A;
    margin-top: 5px;
    font-weight: 700;
    margin-bottom: 30px; }
  .about-text-in .right-image {
    margin-bottom: 20px; }

.block-wrapper {
  background: #fff;
  border: 1px solid;
  padding: 15px 0;
  margin-bottom: 30px; }

.block-content h4 {
  font-weight: 700;
  color: #401c1a;
  font-size: 20px; }
.block-content ul {
  padding-left: 15px; }

.contact-form-wrapper h2 {
  font-size: 36px;
  font-weight: 600;
  color: #b68c4f;
  margin-bottom: 30px; }
.contact-form-wrapper form {
  margin-top: 30px; }
  .contact-form-wrapper form .form-control {
    border-radius: 0;
    border: 1px solid #999; }
  .contact-form-wrapper form input {
    height: 40px; }

button.read-more {
  background: #B68C4F;
  padding: 14px 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  margin-top: 10px;
  transition: 0.3s linear; }
  button.read-more:hover {
    background: #401C1A;
    color: #fff; }

.contact-info-wrapper h3 {
  font-size: 30px;
  font-weight: 600;
  color: #401C1A;
  margin-bottom: 50px;
  padding-top: 10px;
  line-height: 40px; }
.contact-info-wrapper h4 {
  margin-top: 0;
  font-weight: 600; }
.contact-info-wrapper ul {
  list-style: none;
  padding-left: 0; }
  .contact-info-wrapper ul li {
    display: flex;
    margin-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
    margin-right: 60px;
    padding-bottom: 15px; }
    .contact-info-wrapper ul li .contact-icon {
      width: 80px;
      flex-basis: 16%; }
      .contact-info-wrapper ul li .contact-icon i {
        font-size: 30px;
        color: #B68C4F; }
    .contact-info-wrapper ul li .contact-detail {
      font-size: 17px;
      flex-basis: calc(100% - 16%); }
      .contact-info-wrapper ul li .contact-detail a {
        color: #333; }

.email-signature {
  padding: 30px;
  margin: 8px 8px 30px 8px;
  border: 1px solid #401C1A;
  position: relative;
  z-index: 1; }
  .email-signature .signature-details {
    color: #555;
    margin: 0 0 15px; }
    .email-signature .signature-details .title {
      font-size: 24px;
      font-weight: 600;
      text-transform: capitalize;
      letter-spacing: 0.5px;
      color: #401C1A;
      margin: 0; }
    .email-signature .signature-details .post {
      color: #B68C4F;
      font-size: 17px;
      font-weight: 600;
      text-transform: capitalize;
      letter-spacing: 1px; }
  .email-signature .signature-content {
    padding: 0;
    margin: 0;
    list-style: none; }
    .email-signature .signature-content li {
      color: #555;
      font-size: 15px;
      margin: 0 0 5px; }
      .email-signature .signature-content li:last-child {
        margin-bottom: 0; }
      .email-signature .signature-content li i {
        color: #401C1A;
        width: 20px; }
      .email-signature .signature-content li a {
        color: #484848; }

.sub-title h3 {
  font-weight: 600;
  color: #000; }

#careers-sec {
  position: relative;
  background: url(../images/bgc.jpg) center no-repeat;
  background-size: cover; }
  #careers-sec:before {
    position: absolute;
    content: '';
    background: #e6e6e6b3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }

.tl1 {
  font-weight: 600;
  color: #B68C4F; }

.tl2 {
  font-weight: 600;
  font-size: 21px; }

.careers-in {
  background: #eeeeeed4;
  padding: 60px;
  outline: 3px double;
  outline-offset: -20px; }
  .careers-in h1 {
    font-size: 40px;
    position: relative;
    color: #401C1A;
    margin-top: 5px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 10px; }
    .careers-in h1:before {
      position: absolute;
      content: '';
      background: #401C1A;
      bottom: 0;
      width: 150px;
      height: 6px;
      left: 50%;
      transform: translate(-50%); }
  .careers-in p {
    font-size: 17px; }
  .careers-in h4 a {
    color: #464646;
    font-weight: 600;
    font-size: 17px; }

/*# sourceMappingURL=main.css.map */
