
/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name:     ProLawyer – Lawyer and Attorney HTML Template
Version:        1.0.0
-------------------------------------------------------------------*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1. General
	1.1 Theme Reset Style
	1.2 Global Elements

2. header

3. content
	3.1 law-hero-slider
	3.2 law-about-section
	3.3 law-service-section
	3.4 law-cta-section
	3.5 law-practice-section
	3.6 law-testimonial-area
	3.7 law-contact-section
	3.8 law-blog-section

4. law-footer

5. law-practice-single-section

6. wpo-case-section

7. law-Attorney-single

8. law-pricing-page

9. law-blog-pg-section

10. law-blog-single-section

11. law-contact-pg-section

12. error-404-section

13. law-faq-page

14. law-terms-section

----------------------------------------------------------------*/
/*------------------------------------------------------------------
1. General
----------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("css2.css");
/* 1.1 Theme Reset Style */
html {
  font-size: 15px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Mukta", sans-serif;
  color: #3F475E;
  background-color: #fff;
  font-size: 15px;
  font-size: 1rem;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  font-size: 17px;
  color: #3F475E;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1A284F;
  font-family: "黑体", serif;
  font-weight: 600;
}

ul {
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

/* 1.2 Global Elements */
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 40px 0;
}

@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 70px 0;
  }
}

/*** contact form error handling ***/
.contact-validation-active .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}

.contact-validation-active label.error {
  color: red;
  font-size: 0.93333rem;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
}

.contact-validation-active #c-loader,
.contact-validation-active #loader {
  display: none;
  margin-top: 10px;
}

.contact-validation-active #c-loader i,
.contact-validation-active #loader i {
  font-size: 30px;
  font-size: 2rem;
  color: #FC0012;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}

.contact-validation-active #success,
.contact-validation-active #c-success,
.contact-validation-active #c-error,
.contact-validation-active #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}

@media (max-width: 767px) {
  .contact-validation-active #success,
  .contact-validation-active #c-success,
  .contact-validation-active #c-error,
  .contact-validation-active #error {
    font-size: 15px;
  }
}

.contact-validation-active #c-success,
.contact-validation-active #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}

.contact-validation-active #c-error,
.contact-validation-active #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul .sub-menu {
    padding-bottom: 0;
  }
  .site-header #navbar > ul .sub-menu.image-style {
    width: 1300px;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .site-header #navbar > ul .sub-menu.image-style {
    width: 1120px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header #navbar > ul .sub-menu.image-style {
    width: 920px;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul .sub-menu.image-style li {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header #navbar > ul .sub-menu.image-style li {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul .sub-menu.image-style li a {
    position: relative;
    font-size: 14px;
  }
  .site-header #navbar > ul .sub-menu.image-style li a .inner {
    max-height: 450px;
    overflow: hidden;
    display: block;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
            box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    margin-bottom: 35px;
    position: relative;
  }
  .site-header #navbar > ul .sub-menu.image-style li a .inner img {
    -webkit-transition: all 3s;
    transition: all 3s;
  }
  .site-header #navbar > ul .sub-menu.image-style li a .inner:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 80px;
    content: "";
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    z-index: 1;
  }
  .site-header #navbar > ul .sub-menu.image-style li a span {
    position: absolute;
    left: 50%;
    bottom: 65px;
    display: inline-block;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #1A284F;
    color: #fff;
    padding: 8px 15px;
    z-index: 11;
    white-space: nowrap;
  }
  .site-header #navbar > ul .sub-menu.image-style li a:hover .inner img {
    -webkit-transform: translateY(calc(-100% + 480px));
            transform: translateY(calc(-100% + 480px));
  }
  .site-header #navbar > ul .sub-menu.image-style li a:after {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .sub-menu.image-style li a .inner {
    display: none;
  }
}

.law-section-title,
.law-section-title-s2 {
  margin-bottom: 35px;
}

@media (max-width: 767px) {
  .law-section-title,
  .law-section-title-s2 {
    margin-bottom: 20px;
  }
}

.law-section-title h2,
.law-section-title-s2 h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 104.6%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.law-section-title h2 span,
.law-section-title-s2 h2 span {
  font-weight: 400;
  font-style: italic;
  display: block;
}

@media (max-width: 1399px) {
  .law-section-title h2,
  .law-section-title-s2 h2 {
    font-size: 60px;
    line-height: 70px;
  }
}

@media (max-width: 1199px) {
  .law-section-title h2,
  .law-section-title-s2 h2 {
    font-size: 50px;
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .law-section-title h2,
  .law-section-title-s2 h2 {
    font-size: 52px;
    line-height: 60px;
  }
}

@media (max-width: 575px) {
  .law-section-title h2,
  .law-section-title-s2 h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0px;
  }
}

@media (max-width: 375px) {
  .law-section-title h2,
  .law-section-title-s2 h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
  }
}

.law-section-title p,
.law-section-title-s2 p {
  margin-bottom: 0;
  padding-left: 25px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 109.1%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  color: #B07C4B;
  display: inline-block;
  padding-right: 65px;
}

@media (max-width: 1199px) {
  .law-section-title p,
  .law-section-title-s2 p {
    font-size: 15px;
    padding-right: 55px;
  }
}

.law-section-title p:before,
.law-section-title-s2 p:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f138";
  font-family: "flaticon_ProLawyer";
}

.law-section-title p:after,
.law-section-title-s2 p:after {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 42px;
  height: 1px;
  background: #B07C4B;
}

.law-section-title-s2 {
  text-align: center;
}

.law-section-title-s2 p {
  padding: 0 30px;
}

.law-section-title-s2 p:after {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  content: "\f138";
  font-family: "flaticon_ProLawyer";
  width: unset;
  background: none;
}

.law-btn,
.law-btn-s2 {
  color: #fff;
  display: inline-block;
  padding: 15px 45px;
  background: #1A284F;
  border-radius: 6px;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  z-index: 1;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.01em;
  border-radius: 0px;
}

.law-btn:hover, .law-btn:focus, .law-btn:active,
.law-btn-s2:hover,
.law-btn-s2:focus,
.law-btn-s2:active {
  background: #B07C4B;
  color: #fff;
}

@media (max-width: 991px) {
  .law-btn,
  .law-btn-s2 {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .law-btn,
  .law-btn-s2 {
    padding: 12px 18px;
    font-size: 14px;
  }
  .law-btn:after,
  .law-btn-s2:after {
    top: 14px;
    right: 25px;
  }
}

.law-btn-s2 {
  background: #B07C4B;
}

.law-btn-s2:hover {
  background: #93683f;
}

/*** back to top **/
.back-to-top {
  background-color: rgba(176, 124, 75, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #B07C4B;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #B07C4B;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #595959;
  font-style: normal;
}

.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #FC0012;
  -webkit-box-shadow: 0 0 5px 0 #ff303f;
  -o-box-shadow: 0 0 5px 0 #ff303f;
  -ms-box-shadow: 0 0 5px 0 #ff303f;
  box-shadow: 0 0 5px 0 #ff303f;
}

.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}

.form select {
  font-style: normal;
  background: url(../image/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}

.form select::-ms-expand {
  /* for IE 11 */
  display: none;
}

.form ::-webkit-input-placeholder {
  /* Edge */
  font-style: normal;
}

.form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-style: normal;
}

.form ::-ms-input-placeholder {
  font-style: normal;
}

.form ::placeholder {
  font-style: normal;
}

.social-links {
  overflow: hidden;
}

.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}

.social-links li a {
  background-color: #ff303f;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}

.social-links li a:hover {
  background-color: #FC0012;
}

.law-page-title {
  background: url(../image/page-title.jpg) no-repeat center top/cover;
  min-height: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 1;
}

@media (max-width: 767px) {
  .law-page-title {
    min-height: 250px;
  }
}

.law-page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #001635;
  content: "";
  z-index: -1;
  opacity: .30;
}

.law-page-title .law-breadcumb-wrap h2 {
  color: #fff;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 50px;
  line-height: 59px;
}

@media (max-width: 767px) {
  .law-page-title .law-breadcumb-wrap h2 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
  }
}

.law-page-title .law-breadcumb-wrap ol {
  padding-left: 0;
  margin-bottom: 0;
}

.law-page-title .law-breadcumb-wrap ol li {
  display: inline-block;
  padding: 0px 5px;
  color: #fff;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 25px;
}

@media (max-width: 767px) {
  .law-page-title .law-breadcumb-wrap ol li {
    font-size: 18px;
  }
}

.law-page-title .law-breadcumb-wrap ol li:after {
  content: "-";
  position: relative;
  left: 7px;
}

.law-page-title .law-breadcumb-wrap ol li:last-child span {
  color: #cbd4fd;
}

.law-page-title .law-breadcumb-wrap ol li:last-child:after {
  display: none;
}

.law-page-title .law-breadcumb-wrap ol li a {
  color: #fff;
  font-size: 20px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.law-page-title .law-breadcumb-wrap ol li a:hover {
  color: #FC0012;
}

.preloader {
  background-color: #29395b;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  overflow: hidden;
}

.preloader .vertical-centered-box {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}

.preloader .vertical-centered-box:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.preloader .vertical-centered-box .content {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  font-size: 0;
}

.preloader .vertical-centered-box .content img {
  max-width: 90px;
}

.preloader * {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.preloader .loader-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  margin-left: -60px;
  margin-top: -60px;
}

.preloader .loader-line-mask {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 60px;
  height: 120px;
  margin-left: -60px;
  margin-top: -60px;
  overflow: hidden;
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
  -webkit-mask-image: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0));
  -webkit-animation: rotate 1.2s infinite linear;
  animation: rotate 1.2s infinite linear;
}

.preloader .loader-line-mask .loader-line {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
          box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.preloader #particles-background,
.preloader #particles-foreground {
  left: -51%;
  top: -51%;
  width: 202%;
  height: 202%;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
}

.preloader #particles-background {
  background: #2c2d44;
  background-image: linear-gradient(45deg, #3f3251 2%, #002025 100%);
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.25;
  }
}

.preloader [not-existing] {
  zoom: 1;
}

.preloader lesshat-selector {
  -lh-property: 0;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.preloader [not-existing] {
  zoom: 1;
}

/*------------------------------------
	blog sidebar
------------------------------------*/
.blog-sidebar {
  /*** search-widget ***/
  /*** about-widget ***/
  /*** category-widget ***/
  /*** recent-post-widget ***/
  /*** instagram-widget ***/
  /*** tag-widget ***/
  /*** law-contact-widget ***/
}

@media screen and (min-width: 992px) {
  .blog-sidebar {
    padding-left: 45px;
  }
}

@media (max-width: 991px) {
  .blog-sidebar {
    margin-top: 80px;
    max-width: 400px;
  }
}

@media (max-width: 767px) {
  .blog-sidebar {
    margin-top: 60px;
    max-width: 400px;
  }
}

.blog-sidebar .widget h3 {
  font-size: 23px;
  font-size: 1.53333rem;
  color: #1A284F;
  margin: 0 0 1.3em;
  position: relative;
  text-transform: capitalize;
  font-family: "黑体", serif;
  padding-bottom: 20px;
  font-weight: 700;
}

.blog-sidebar .widget h3:before {
  content: "";
  background-color: #B07C4B;
  width: 55px;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 10px;
}

.blog-sidebar .widget h3:after {
  content: "";
  background-color: #f2f2f2;
  width: 80%;
  height: 4px;
  position: absolute;
  left: 65px;
  bottom: 0;
  border-radius: 10px;
}

.blog-sidebar > .widget + .widget {
  margin-top: 65px;
}

.blog-sidebar .search-widget form div {
  position: relative;
}

.blog-sidebar .search-widget input {
  background-color: rgba(176, 124, 75, 0.15);
  height: 70px;
  font-size: 16px;
  font-size: 1.06667rem;
  padding: 6px 50px 6px 20px;
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.blog-sidebar .search-widget input:focus {
  background-color: rgba(176, 124, 75, 0.1);
}

.blog-sidebar .search-widget form button {
  background: transparent;
  font-size: 20px;
  font-size: 1.33333rem;
  color: #fff;
  background-color: #B07C4B;
  border: 0;
  outline: 0;
  position: absolute;
  right: 10px;
  top: 52%;
  height: 50px;
  line-height: 50px;
  width: 50px;
  border-radius: 6px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.blog-sidebar .about-widget {
  text-align: center;
  background-color: #f3f3f3;
  padding: 45px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1200px) {
  .blog-sidebar .about-widget {
    padding: 35px;
  }
}

.blog-sidebar .about-widget .aw-shape {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.blog-sidebar .about-widget .img-holder {
  margin-bottom: 25px;
}

.blog-sidebar .about-widget .img-holder img {
  border-radius: 50%;
  width: 100%;
  max-width: 200px;
}

.blog-sidebar .about-widget ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-sidebar .about-widget ul li {
  margin-right: 10px;
}

.blog-sidebar .about-widget ul li:last-child {
  margin-right: 0;
}

.blog-sidebar .about-widget ul li a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 44px;
  background-color: #fff;
  border-radius: 50%;
}

.blog-sidebar .about-widget h4 {
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 15px;
}

.blog-sidebar .about-widget p {
  font-size: 15px;
  font-size: 1rem;
  margin-bottom: 1.2em;
}

.blog-sidebar .about-widget a {
  font-family: "Old Standard TT", serif;
  font-size: 14px;
  font-size: 0.93333rem;
  color: #1A284F;
  text-decoration: underline;
}

.blog-sidebar .about-widget a:hover {
  color: #B07C4B;
}

.blog-sidebar .category-widget ul {
  list-style: none;
}

.blog-sidebar .category-widget ul li {
  font-size: 19px;
  font-size: 1.26667rem;
  position: relative;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul li {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.blog-sidebar .category-widget ul li span {
  position: absolute;
  right: 0;
}

.blog-sidebar .category-widget ul > li + li {
  margin-top: 12px;
  padding-top: 12px;
}

.blog-sidebar .category-widget ul a {
  display: block;
  color: #474f62;
  font-size: 16px;
}

.blog-sidebar .category-widget ul a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #f3f3f3;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
}

@media (max-width: 767px) {
  .blog-sidebar .category-widget ul a span {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.blog-sidebar .category-widget ul a:hover,
.blog-sidebar .category-widget ul li:hover:before {
  color: #B07C4B;
}

.blog-sidebar .recent-post-widget .post {
  overflow: hidden;
}

.blog-sidebar .recent-post-widget .posts > .post + .post {
  margin-top: 15px;
  padding-top: 15px;
}

.blog-sidebar .recent-post-widget .post .img-holder {
  width: 90px;
  float: left;
}

.blog-sidebar .recent-post-widget .post .img-holder img {
  border-radius: 6px;
}

.blog-sidebar .recent-post-widget .post .details {
  width: calc(100% - 90px);
  float: left;
  padding-left: 20px;
}

.blog-sidebar .recent-post-widget .post h4 {
  font-size: 18px;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3em;
  margin: 0 0 0.3em;
  font-family: "Mukta", sans-serif;
}

@media (max-width: 1199px) {
  .blog-sidebar .recent-post-widget .post h4 {
    margin: 0;
  }
}

@media (max-width: 767px) {
  .blog-sidebar .recent-post-widget .post h4 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.blog-sidebar .recent-post-widget .post h4 a {
  display: inline-block;
  color: #1A284F;
}

.blog-sidebar .recent-post-widget .post h4 a:hover {
  color: #B07C4B;
}

.blog-sidebar .recent-post-widget .post .details .date {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #969AA6;
}

.blog-sidebar .recent-post-widget .post .details .date i {
  display: inline-block;
  padding-right: 7px;
}

.blog-sidebar .law-instagram-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}

.blog-sidebar .law-instagram-widget ul li {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}

.blog-sidebar .law-instagram-widget ul li img {
  width: 100%;
  border-radius: 6px;
}

.blog-sidebar .tag-widget ul {
  overflow: hidden;
  list-style: none;
}

.blog-sidebar .tag-widget ul li {
  float: left;
  margin: 0 8px 8px 0;
}

.blog-sidebar .tag-widget ul li a {
  font-size: 15px;
  font-size: 1rem;
  display: inline-block;
  padding: 5px 18px;
  color: #1A284F;
  background: #f3f3f3;
  border-radius: 5px;
}

.blog-sidebar .tag-widget ul li a:hover {
  background: #B07C4B;
  color: #fff;
}

.blog-sidebar .law-contact-widget {
  border: 0;
  z-index: 1;
  padding: 30px 40px;
  background: #2a2a2a;
}

@media (max-width: 1200px) {
  .blog-sidebar .law-contact-widget {
    padding: 20px;
  }
}

.blog-sidebar .law-contact-widget h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.blog-sidebar .law-contact-widget h2::before {
  left: 28px;
  background: url(../image/Single-title-shape2.png) no-repeat right center;
}

.blog-sidebar .law-contact-widget p {
  color: #fff;
  font-size: 18px;
}

.blog-sidebar .law-contact-widget a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}

.blog-sidebar .law-contact-widget a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 992px) {
  .law-blog-pg-section.blog-pg-left-sidebar .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}

@media screen and (min-width: 992px) {
  .law-blog-single-section.law-blog-single-left-sidebar-section .blog-sidebar {
    padding-left: 0px;
    padding-right: 45px;
  }
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}

@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}

.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}

.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}

.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}

.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 53px;
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #1A284F;
  background: #f3f3f3;
  display: block;
}

@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: 1rem;
  }
}

.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #B07C4B;
  border-color: #B07C4B;
  color: #fff;
}

.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: 1rem;
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}

@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/*--------------------------------------------------------------
2. header
--------------------------------------------------------------*/
.navbar-brand {
  font-weight: 700;
  font-size: 32px;
  line-height: 39px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
  color: #1A284F;
}

.navbar-brand span {
  color: #B07C4B;
}

.navbar-brand:hover {
  color: #1A284F;
}

.law-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
  /*** cart-search-contact ***/
  background-color: transparent;
  position: relative;
  z-index: 111;
}

@media (min-width: 991px) {
  .law-site-header {
    padding: 0 100px;
  }
}

@media (max-width: 991px) {
  .law-site-header {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 0;
    border-radius: 0;
    background: none;
    border-top: 1px solid rgba(35, 35, 35, 0.09);
  }
}

@media (min-width: 991px) {
  .law-site-header .col {
    padding-right: 0;
  }
}

.law-site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -400px;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-box-shadow: 0 -5px 15px #086ad84a;
  box-shadow: 0 -5px 15px #086ad84a;
}

.sticky-on {
  opacity: 1;
  top: 0;
  visibility: visible;
}

.law-site-header .navigation > .container {
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 450px) {
  .law-site-header .navigation > .container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.law-site-header .row {
  width: 100%;
}

@media (max-width: 991px) {
  .law-site-header .navigation {
    padding: 20px 0;
  }
}

.law-site-header #navbar {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.law-site-header #navbar > ul li a:hover,
.law-site-header #navbar > ul li a.active,
.law-site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #B07C4B;
}

@media screen and (min-width: 992px) {
  .law-site-header #navbar {
    /*** hover effect ***/
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .law-site-header #navbar li {
    position: relative;
  }
  .law-site-header #navbar li:first-child a {
    padding-left: 0;
  }
  .law-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .law-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 58%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .law-site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .law-site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

.law-site-header .container-fluid {
  padding-right: 0;
}

@media (max-width: 991px) {
  .law-site-header {
    /* class for show hide navigation */
  }
  .law-site-header .container {
    width: 100%;
    max-width: 100%;
  }
  .law-site-header .header-right {
    right: -8px;
  }
  .law-site-header .navbar-header button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .law-site-header .navbar-header button span:last-child {
    margin: 0;
  }
}

.law-site-header #navbar ul {
  list-style: none;
}

@media (max-width: 991px) and (max-width: 991px) {
  .law-site-header #navbar {
    top: 0;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .law-site-header #navbar > ul {
    z-index: 101;
  }
  .law-site-header #navbar ul a {
    color: #000;
  }
  .law-site-header #navbar ul a:hover,
  .law-site-header #navbar ul li.current a {
    color: #B07C4B;
  }
  .law-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .law-site-header .navbar-toggler .first-angle,
  .law-site-header .navbar-toggler .last-angle {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .law-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .law-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .law-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .law-site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .law-site-header .navbar-collapse.collapse {
    display: none;
  }
  .law-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .law-site-header .navbar-header .collapse,
  .law-site-header .navbar-toggle {
    display: block;
  }
  .law-site-header .navbar-header {
    float: none;
    position: relative;
    z-index: 99;
    text-align: center;
  }
  .law-site-header .navbar-header .navbar-brand {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0;
  }
  .law-site-header .navbar-right {
    float: none;
  }
  .law-site-header .navbar-nav {
    float: none;
  }
  .law-site-header .navbar-nav > li {
    float: none;
  }
}

.law-site-header .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 991;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.law-site-header .header-right button {
  padding: 0;
  border: 0;
  outline: 0;
}

.law-site-header .header-right > div {
  float: left;
  position: relative;
  margin-right: 8px;
}

.law-site-header .header-right .close-form {
  margin-right: 15px;
}

.law-site-header .header-right .close-form a {
  color: #292018;
  display: inline-block;
  padding: 8px 45px;
  padding-left: 75px;
  border: 1px solid #0e2d7f;
  position: relative;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: 16px;
}

@media (max-width: 1399px) {
  .law-site-header .header-right .close-form a {
    padding: 8px 20px;
    padding-left: 60px;
  }
}

@media (max-width: 1199px) {
  .law-site-header .header-right .close-form a {
    padding: 8px 10px;
    padding-left: 54px;
    font-size: 11px;
  }
}

.law-site-header .header-right .close-form a:after {
  position: absolute;
  font-family: "flaticon_ProLawyer";
  content: "\f136";
  font-size: 20px;
  top: 0;
  left: 0;
  background: #0e2d7f;
  width: 50px;
  height: 100%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.law-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn {
  text-align: right;
  cursor: pointer;
}

.law-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn span {
  display: block;
  width: 25px;
  height: 3px;
  background: #71788A;
  margin-bottom: 6px;
  margin-left: auto;
  border-radius: 5px;
}

.law-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn span:nth-child(2) {
  width: 35px;
}

.law-site-header .header-right .header-right-menu-wrapper .right-menu-toggle-btn span:nth-child(3) {
  width: 25px;
  margin-bottom: 0;
}

.law-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap {
  background: #fff;
  width: 380px;
  height: 100%;
  z-index: 100;
  position: fixed;
  right: -420px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  padding: 50px;
  padding-top: 100px;
  -webkit-box-shadow: 0px 3.42738px 29.1327px rgba(77, 115, 150, 0.13);
          box-shadow: 0px 3.42738px 29.1327px rgba(77, 115, 150, 0.13);
}

.law-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .header-right-sec {
  height: calc(100% - 30px);
  overflow-x: hidden;
  overflow-y: scroll;
}

.law-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .header-right-sec::-webkit-scrollbar {
  width: 0;
}

@media (max-width: 575px) {
  .law-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap {
    width: 320px;
    right: -320px;
    padding: 20px;
  }
}

.law-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap.right-menu-active {
  opacity: 1;
  visibility: visible;
  right: 0;
}

.law-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .right-menu-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #b1b1b1;
  color: #fff;
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 20px;
  top: 20px;
  line-height: 45px;
  border-radius: 3px;
  right: 10px;
  top: 20px;
}

.law-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .logo {
  margin-bottom: 40px;
}

.law-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .widget {
  margin-bottom: 30px;
}

.law-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .widget h3 {
  font-size: 25px;
  color: #1A284F;
  margin-bottom: 25px;
}

.law-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .project-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px -3px;
  list-style: none;
}

.law-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .project-widget ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33%;
          flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}

.law-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .law-contact-widget ul {
  list-style: none;
}

.law-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .law-contact-widget ul li {
  padding-bottom: 15px;
  position: relative;
  padding-left: 35px;
  color: #71788A;
  font-size: 16px;
}

.law-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .law-contact-widget ul li i {
  position: absolute;
  left: 0;
  top: -4px;
}

.law-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .law-contact-widget ul li .fi:before {
  font-size: 20px;
  margin-right: 15px;
}

.law-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .law-social-widget .social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.law-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .law-social-widget .social ul li + li {
  margin-left: 10px;
}

.law-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .law-social-widget .social ul li a {
  color: #71788A;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #E7E7ED;
  display: block;
  text-align: center;
  font-size: 16px;
}

.law-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .law-social-widget .social ul li a:hover {
  background: #B07C4B;
  color: #fff;
}

.law-site-header .header-right .header-right-menu-wrapper .header-right-menu-wrap .law-social-widget .social ul li a .fi:before {
  font-size: 14px;
}

@media (max-width: 450px) {
  .law-site-header .header-right > div {
    margin-right: 10px;
  }
  .law-site-header .header-right {
    right: -10px;
  }
}

.law-site-header .header-right > div:last-child {
  margin: 0 0 0 10px;
  position: relative;
}

@media (max-width: 767px) {
  .law-site-header .header-right > div:last-child {
    margin: 3px 0 0 10px;
  }
}

.law-site-header .header-right .header-search-form-wrapper {
  position: relative;
}

.law-site-header .header-right .header-search-form-wrapper .fi:before {
  font-size: 18px;
}

@media (max-width: 450px) {
  .law-site-header .header-right .search-toggle-btn {
    display: none;
  }
}

.law-site-header .header-right .search-toggle-btn,
.law-site-header .header-right .cart-toggle-btn {
  background-color: transparent;
  line-height: 0.66em;
  color: #232f4b;
  border: 0;
}

@media (max-width: 991px) {
  .law-site-header .header-right .search-toggle-btn .fi:before,
  .law-site-header .header-right .cart-toggle-btn .fi:before {
    font-size: 16px;
  }
}

.law-site-header .header-right .search-toggle-btn .ti-close,
.law-site-header .header-right .cart-toggle-btn .ti-close {
  display: block;
  line-height: 20px;
  position: relative;
  top: -2px;
}

/*** cart-search-contact ***/
.cart-search-contact button {
  background: transparent;
  padding: 0;
  border: 0;
  outline: 0;
}

.cart-search-contact .fi {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #1A284F;
}

.cart-search-contact > div {
  float: left;
  position: relative;
}

.cart-search-contact > div + div {
  margin-left: 12px;
}

.cart-search-contact .header-search-form {
  position: absolute;
  width: 350px;
  right: 0;
  top: 75px;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
  background: #fff;
  padding: 30px;
  border-radius: 6px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: -2px 18px 40px -9px #999999;
          box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 991px) {
  .cart-search-contact .header-search-form {
    top: 65px;
  }
}

@media (max-width: 767px) {
  .cart-search-contact .header-search-form {
    right: 15px;
  }
}

@media (max-width: 575px) {
  .cart-search-contact .header-search-form {
    width: 260px;
    padding: 15px;
  }
}

.cart-search-contact .header-search-form-wrapper .fi:before {
  font-size: 18px;
  font-size: 1.2rem;
}

.cart-search-contact form div {
  position: relative;
}

.cart-search-contact form div button {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cart-search-contact form div button .fi:before {
  font-size: 18px !important;
}

.cart-search-contact input {
  width: 100%;
  height: 50px;
  padding: 6px 20px;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #E8E8E8;
}

.cart-search-contact input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #B07C4B;
}

.law-site-header .header-right .header-search-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.mini-cart .cart-count {
  background: #B07C4B;
  width: 19px;
  height: 19px;
  font-size: 10px;
  font-size: 0.53333rem;
  line-height: 17px;
  color: white;
  position: absolute;
  top: -2px;
  right: -5px;
  border-radius: 50%;
  font-weight: 600;
}

.mini-cart-content {
  background: #fff;
  width: 320px;
  height: 100%;
  z-index: 100;
  position: fixed;
  right: -320px;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: -2px 18px 40px -9px #999999;
          box-shadow: -2px 18px 40px -9px #999999;
}

@media (max-width: 575px) {
  .mini-cart-content {
    width: 290px;
  }
}

.mini-cart-content .mini-cart-close {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #333333;
  color: white;
  font-size: 0px;
  text-align: center;
  overflow: hidden;
  position: relative;
  float: right;
  line-height: 54px;
  border-radius: 3px;
  right: 10px;
  top: 20px;
}

.mini-cart-content .mini-cart-close i {
  font-size: 15px;
}

.mini-cart-content p {
  font-size: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #1A284F;
  margin: 0;
  text-transform: uppercase;
}

.mini-cart-content .mini-cart-items {
  padding: 100px 20px 25px;
}

.mini-cart-content .mini-cart-item {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #efefef;
}

.mini-cart-content .mini-cart-item:first-child {
  padding-top: 0;
  margin-top: 0;
  border-top: 0;
}

.mini-cart-content .mini-cart-item-image {
  width: 50px;
  height: 50px;
  border: 2px solid #f3f3f3;
  float: left;
  margin-right: 15px;
}

.mini-cart-content .mini-cart-item-image a,
.mini-cart-content .mini-cart-item-image img {
  display: block;
  width: 46px;
  height: 46px;
}

.mini-cart-content .mini-cart-item-des {
  position: relative;
  overflow: hidden;
}

.mini-cart-content .mini-cart-item-des a {
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  text-align: left;
  color: #1A284F;
}

.mini-cart-content .mini-cart-item-des a:hover {
  color: #B07C4B;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-price {
  font-size: 13px;
  font-size: 0.86667rem;
  color: #888;
  display: block;
  margin-top: 3px;
}

.mini-cart-content .mini-cart-item-des .mini-cart-item-quantity {
  font-size: 12px;
  font-size: 0.8rem;
  color: #444;
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
}

.mini-cart-content .visible-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  opacity: .02;
  z-index: -1;
}

.mini-cart-content .mini-cart-action {
  padding: 20px 0 30px;
  text-align: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.mini-cart-content .mini-cart-action .law-btn-s2 {
  float: right;
}

.mini-cart-content .mini-cart-action .mini-btn {
  width: 240px;
}

.mini-cart-content .mini-cart-action .mini-checkout-price {
  font-size: 16px;
  font-size: 1.06667rem;
  font-weight: 600;
  color: #1A284F;
  display: block;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mini-cart-content .mini-cart-action .mini-checkout-price span {
  font-size: 20px;
}

.mini-cart-content-toggle,
.mini-wislist-content-toggle {
  opacity: 1;
  visibility: visible;
  right: 0;
}

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
}

.header-search-area {
  background: #fff;
  width: 100%;
  padding: 100px 0;
  text-align: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

.header-search-area h3 {
  font-size: 45px;
  margin: 0 0 1em;
}

.header-search-area form {
  position: relative;
}

.header-search-area input {
  height: 50px;
  font-size: 18px;
  font-size: 1.2rem;
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-search-area input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #B07C4B;
}

.header-search-area form button {
  background: transparent;
  border: 0;
  font-size: 20px;
  font-size: 1.33333rem;
  position: absolute;
  right: 0;
  bottom: 10px;
}

.header-search-area form button:focus {
  border: none;
  outline: none;
}

.header-search-area .close-form {
  position: absolute;
  right: 35px;
  top: 35px;
  bottom: auto;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}

.header-search-area .close-form button {
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
  font-size: 0.86667rem;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 2px;
  z-index: 99;
}

.header-search-area .close-form button:focus {
  border: 0;
  outline: 0;
}

.law-site-header {
  /* navigation open and close btn hide for width screen */
  /* style for navigation less than 992px */
  /*navbar collaps less then 992px*/
}

.law-site-header .navigation {
  background-color: transparent;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}

@media (min-width: 991px) {
  .law-site-header .navigation .col {
    padding-left: 0;
  }
}

.law-site-header .navigation > .container {
  position: relative;
}

@media (max-width: 991px) {
  .law-site-header .navigation {
    padding: 20px 0;
  }
}

.law-site-header #navbar {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.law-site-header #navbar > ul li a:hover,
.law-site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #9e6f43;
}

@media screen and (min-width: 992px) {
  .law-site-header #navbar {
    /*** hover effect ***/
  }
  .law-site-header #navbar li {
    position: relative;
  }
  .law-site-header #navbar > ul > li > a {
    font-size: 16px;
    padding: 45px 20px;
    display: block;
    color: #1A284F;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
  }
}

@media screen and (min-width: 992px) and (max-width: 1870px) {
  .law-site-header #navbar > ul > li > a {
    padding: 35px 18px;
  }
}

@media screen and (min-width: 992px) {
  .law-site-header #navbar > ul .sub-menu {
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
            box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 235px;
    position: absolute;
    padding: 20px 0;
    left: 0;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
  }
  .law-site-header #navbar > ul > li .sub-menu a {
    font-size: 16px;
    font-size: 1.06667rem;
    display: block;
    padding: 10px 15px;
    color: #1A284F;
    position: relative;
    overflow: hidden;
    font-weight: 700;
  }
  .law-site-header #navbar > ul > li .sub-menu a:after {
    position: absolute;
    left: 15px;
    bottom: 4px;
    width: 0px;
    height: 2px;
    content: "";
    background: #B07C4B;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    visibility: hidden;
  }
  .law-site-header #navbar > ul > li .sub-menu a:hover:after, .law-site-header #navbar > ul > li .sub-menu a.active:after {
    width: 40px;
    opacity: 1;
    visibility: visible;
  }
  .law-site-header #navbar > ul > li > .sub-menu .sub-menu {
    -webkit-transform: unset;
            transform: unset;
    left: 110%;
    top: 0;
  }
  .law-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .law-site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .law-site-header #navbar > ul > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(100%);
    -webkit-transform: scaleY(100%);
    -moz-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    -o-transform: scaleY(100%);
  }
  .law-site-header #navbar .sub-menu > li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    transform: scaleY(100%);
    -webkit-transform: scaleY(100%);
    -moz-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    -o-transform: scaleY(100%);
  }
}

@media (max-width: 991px) {
  .law-site-header #navbar > ul > li a {
    display: block;
    font-size: 15px;
    font-size: 1rem;
    color: #fff;
    font-weight: 600;
  }
  .law-site-header #navbar > ul > li a:hover, .law-site-header #navbar > ul > li a.active {
    color: #fff;
  }
  .law-site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .law-site-header #navbar > ul > li > .sub-menu a {
    padding: 8px 15px 8px 45px;
  }
  .law-site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 8px 15px 8px 65px;
  }
  .law-site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
    color: #ddd;
  }
  .law-site-header #navbar > ul .menu-item-has-children > a:hover, .law-site-header #navbar > ul .menu-item-has-children > a.active {
    color: #fff;
  }
  .law-site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .law-site-header #navbar > ul .menu-item-has-children > a.rotate:before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: 29%;
  }
  .law-site-header #navbar > ul .menu-item-has-children > a.rotate {
    color: #fff;
  }
}

@media screen and (min-width: 992px) {
  .law-site-header .navbar-header .open-btn {
    display: none;
  }
  .law-site-header #navbar .close-navbar {
    display: none;
  }
}

.law-site-header .menu-close {
  display: none;
}

@media (max-width: 991px) {
  .law-site-header {
    /* class for show hide navigation */
  }
  .law-site-header .container {
    width: 100%;
  }
  .law-site-header .mobail-menu button {
    background-color: #B07C4B;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: relative;
    z-index: 20;
  }
  .law-site-header .mobail-menu button:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .law-site-header .mobail-menu button span {
    background-color: #fff;
    width: 20px;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .law-site-header .mobail-menu button span:last-child {
    margin: 0;
  }
  .law-site-header #navbar {
    background: #202632;
    display: block !important;
    width: 300px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    position: fixed;
    left: -320px;
    top: 0px;
    z-index: 999999;
    opacity: 0;
    visibility: hidden;
  }
  .law-site-header #navbar .navbar-nav {
    display: block;
  }
  .law-site-header #navbar > ul {
    position: relative;
    z-index: 101;
  }
  .law-site-header #navbar ul a {
    color: #000;
  }
  .law-site-header #navbar ul a:hover,
  .law-site-header #navbar ul li.current {
    color: #B07C4B;
  }
  .law-site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
    padding-bottom: 60px;
  }
  .law-site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 90px;
    z-index: 20;
  }
  .law-site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .law-site-header .menu-close {
    display: block;
    z-index: 99;
    background: none;
    text-align: center;
    color: #fff;
    border: 0;
    text-align: center;
    margin-left: auto;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
  }
  .law-site-header .slideInn {
    left: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
  }
  .law-site-header .navbar-toggler .first-angle,
  .law-site-header .navbar-toggler .last-angle {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .law-site-header .x-close .middle-angle {
    opacity: 0;
  }
  .law-site-header .x-close .first-angle {
    position: absolute;
    -webkit-transform: rotate(-44deg);
    top: 16px;
    left: 10px;
  }
  .law-site-header .x-close .last-angle {
    -webkit-transform: rotate(44deg);
    position: absolute;
    top: 16px;
    right: 10px;
  }
}

@media (max-width: 767px) {
  .law-site-header #navbar .navbar-nav {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .law-site-header .navbar-collapse.collapse {
    display: none;
  }
  .law-site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .law-site-header .navbar-header .collapse,
  .law-site-header .navbar-toggle {
    display: block;
  }
  .law-site-header .navbar-header {
    float: none;
  }
  .law-site-header .navbar-right {
    float: none;
  }
  .law-site-header .navbar-nav {
    float: none;
  }
  .law-site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 440px) {
  .law-site-header .navbar-header .navbar-brand img {
    max-width: 170px;
  }
}

@media (max-width: 370px) {
  .law-site-header .navbar-header .navbar-brand img {
    max-width: 140px;
  }
}

@media (max-width: 1700px) {
  .law-site-header {
    padding: 0 30px;
  }
}

@media (max-width: 1500px) {
  .law-site-header #navbar > ul > li > a {
    padding: 30px 15px;
  }
  .law-site-header {
    padding: 0 10px;
  }
}

@media (max-width: 1400px) {
  .law-site-header #navbar > ul > li > a {
    padding: 30px 10px;
  }
}

@media (max-width: 1200px) {
  .law-site-header #navbar > ul > li > a {
    padding: 30px 6px;
    font-size: 16px;
  }
  .law-site-header .header-right .close-form .law-btn {
    display: none;
  }
}

@media (max-width: 991px) {
  .law-site-header #navbar > ul > li > a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .header-right .law-btn {
    padding: 20px 12px;
  }
}

@media (max-width: 991px) {
  .law-site-header #navbar > ul > li > a {
    padding: 15px 30px;
  }
  .law-site-header .header-right .close-form {
    display: none;
  }
}

@media (max-width: 991px) {
  .law-site-header,
  .wpo-header-style-2 {
    z-index: 99;
  }
}

.law-site-header .navigation.sticky-header {
  padding: 0 130px;
  background: #fff;
}

.law-site-header .navigation.sticky-header .row {
  background: #fff;
  margin-bottom: 0;
}

.law-site-header .navigation.sticky-header .navigation {
  background: #fff;
}

@media (max-width: 1700px) {
  .law-site-header .navigation.sticky-header {
    padding: 0 50px;
  }
}

@media (max-width: 1400px) {
  .law-site-header .navigation.sticky-header {
    padding: 0 20px;
  }
}

@media (max-width: 991px) {
  .law-site-header .navigation.sticky-header {
    padding: 20px;
  }
}

@media (max-width: 575px) {
  .law-site-header .navigation.sticky-header {
    padding: 20px 10px;
  }
}

@media screen and (min-width: 992px) {
  .site-header #navbar > ul .sub-menu.image-style {
    left: -280px;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 992px) and (max-width: 1699px) {
  .site-header #navbar > ul .sub-menu.image-style {
    left: -300px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .site-header #navbar > ul .sub-menu.image-style {
    left: -250px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header #navbar > ul .sub-menu.image-style {
    left: -215px;
  }
}

/*--------------------------------------------------------------
3. content
--------------------------------------------------------------*/
/*3.1 law-hero-slider */
.law-hero-slider {
  padding: 0 100px;
  position: relative;
}

@media (max-width: 1700px) {
  .law-hero-slider {
    padding: 0 70px;
  }
}

@media (max-width: 1399px) {
  .law-hero-slider {
    padding: 0 30px;
  }
}

@media (max-width: 991px) {
  .law-hero-slider {
    padding: 0 0px;
  }
}

@media (max-width: 991px) {
  .law-hero-slider .law-hero-slider-nav-for {
    padding-bottom: 40px;
  }
}

.law-hero-slider .law-hero-slider-nav-for .law-hero-slider-img {
  width: 100%;
  height: 825px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1199px) {
  .law-hero-slider .law-hero-slider-nav-for .law-hero-slider-img {
    height: 700px;
  }
}

@media (max-width: 991px) {
  .law-hero-slider .law-hero-slider-nav-for .law-hero-slider-img {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .law-hero-slider .law-hero-slider-nav-for .law-hero-slider-img {
    height: 300px;
  }
}

.law-hero-slider .law-hero-slider-nav-for .law-hero-slider-img .law-hero-slider-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.law-hero-slider .law-hero-slider-nav-for .slick-dots {
  position: absolute;
  right: -50px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 120px;
}

@media (max-width: 1700px) {
  .law-hero-slider .law-hero-slider-nav-for .slick-dots {
    right: -50px;
  }
}

@media (max-width: 1399px) {
  .law-hero-slider .law-hero-slider-nav-for .slick-dots {
    right: -35px;
  }
}

@media (max-width: 991px) {
  .law-hero-slider .law-hero-slider-nav-for .slick-dots {
    right: auto;
    left: 50%;
    top: auto;
    -webkit-transform: unset;
            transform: unset;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.law-hero-slider .law-hero-slider-nav-for .slick-dots li {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .law-hero-slider .law-hero-slider-nav-for .slick-dots li {
    display: inline-block;
  }
}

.law-hero-slider .law-hero-slider-nav-for .slick-dots li.slick-active {
  color: #B07C4B;
  position: relative;
}

.law-hero-slider .law-hero-slider-nav-for .slick-dots li.slick-active:before {
  position: absolute;
  left: -55px;
  top: 50%;
  width: 50px;
  height: 1px;
  content: "";
  background: #B07C4B;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 991px) {
  .law-hero-slider .law-hero-slider-nav-for .slick-dots li.slick-active:before {
    top: -55px;
    left: 50%;
    height: 50px;
    width: 1px;
  }
}

.law-hero-slider .law-hero-slider-nav {
  padding: 50px;
  padding-left: 0;
  background: rgba(255, 255, 255, 0.72);
  -webkit-backdrop-filter: blur(25px);
          backdrop-filter: blur(25px);
  margin-right: -100px;
  z-index: 11;
  position: absolute;
  left: 100px;
  max-width: 600px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 1199px) {
  .law-hero-slider .law-hero-slider-nav {
    max-width: 500px;
  }
}

@media (max-width: 991px) {
  .law-hero-slider .law-hero-slider-nav {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: unset;
            transform: unset;
    margin: 0 auto;
    text-align: center;
    padding: 50px 0;
  }
}

.law-hero-slider .law-hero-slider-nav .law-hero-slider-text small {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0.44em;
  text-transform: uppercase;
  color: #B07C4B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .law-hero-slider .law-hero-slider-nav .law-hero-slider-text small {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.law-hero-slider .law-hero-slider-nav .law-hero-slider-text small .fi {
  line-height: 16px;
  margin: 0 20px;
}

.law-hero-slider .law-hero-slider-nav .law-hero-slider-text small .fi:before {
  font-size: 16px;
}

.law-hero-slider .law-hero-slider-nav .law-hero-slider-text h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 74px;
  line-height: 109.1%;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  margin: 30px 0 15px;
}

@media (max-width: 1199px) {
  .law-hero-slider .law-hero-slider-nav .law-hero-slider-text h2 {
    font-size: 60px;
  }
}

@media (max-width: 575px) {
  .law-hero-slider .law-hero-slider-nav .law-hero-slider-text h2 {
    font-size: 45px;
  }
}

@media (max-width: 400px) {
  .law-hero-slider .law-hero-slider-nav .law-hero-slider-text h2 {
    font-size: 35px;
    margin-top: 15px;
  }
}

.law-hero-slider .law-hero-slider-nav .law-hero-slider-text h2 span {
  display: block;
  font-style: italic;
  font-weight: 400;
}

.law-hero-slider .law-hero-slider-nav .law-hero-slider-text p {
  max-width: 422px;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .law-hero-slider .law-hero-slider-nav .law-hero-slider-text p {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}

/*--------------------------------------------------------------
4. law-footer
--------------------------------------------------------------*/
.law-site-footer {
  background: #07153A;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  z-index: 1;
  /*** newsletter-widget ***/
}

.law-site-footer ul {
  list-style: none;
}

.law-site-footer p {
  color: rgba(255, 255, 255, 0.6);
}

.law-site-footer li {
  color: rgba(255, 255, 255, 0.6);
}

.law-site-footer .container {
  position: relative;
}

.law-site-footer .law-upper-footer {
  padding: 40px 0 20px;
  position: relative;
  overflow: hidden;
}

.law-site-footer .law-upper-footer .navbar-brand {
  color: #fff;
}

@media (max-width: 991px) {
  .law-site-footer .law-upper-footer {
    padding: 30px 0 20px;
  }
}

@media (max-width: 767px) {
  .law-site-footer .law-upper-footer {
    padding: 30px 0 20px;
  }
}

@media (max-width: 991px) {
  .law-site-footer .law-upper-footer .col {
    min-height: 235px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .law-site-footer .law-upper-footer .col {
    min-height: auto;
    margin-bottom: 60px;
  }
}

.law-site-footer .widget-title {
  margin-bottom: 20px;
}

.law-site-footer .widget-title h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 95%;
  color: #fff;
  margin: 0;
  position: relative;
  font-family: "黑体", sans-serif;
}

.law-site-footer .about-widget ul {
  overflow: hidden;
  max-width: 250px;
}

.law-site-footer .about-widget ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 160.5%;
  float: left;
}

.law-site-footer .about-widget ul li + li {
  margin-top: 10px;
}

.law-site-footer .law-service-link-widget {
  padding-left: 70px;
}

.law-site-footer .link-widget {
  overflow: hidden;
}

.law-site-footer .link-widget.s2 {
  padding-left: 50px;
}

@media (max-width: 1200px) {
  .law-site-footer .link-widget.s2 {
    padding: 0;
  }
}

.law-site-footer .link-widget ul li {
  position: relative;
  z-index: 1;
  padding: 8px 0;
  padding-left: 25px;
}

.law-site-footer .link-widget ul li:before {
  position: absolute;
  left: 0px;
  top: 8px;
  content: "\f123";
  z-index: -1;
  font-family: "flaticon_ProLawyer";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.law-site-footer .link-widget ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 16px;
}

.law-site-footer .link-widget ul li a:hover {
  color: #B07C4B;
}

.law-site-footer .newsletter-widget p {
  font-size: 16px;
}

.law-site-footer .newsletter-widget form {
  margin-top: 25px;
  position: relative;
}

.law-site-footer .newsletter-widget form input {
  background-color: transparent;
  height: 50px;
  color: #fff;
  padding: 6px 15px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.law-site-footer .newsletter-widget form input::-webkit-input-placeholder {
  color: #fff;
}

.law-site-footer .newsletter-widget form input:-ms-input-placeholder {
  color: #fff;
}

.law-site-footer .newsletter-widget form input::-ms-input-placeholder {
  color: #fff;
}

.law-site-footer .newsletter-widget form input::placeholder {
  color: #fff;
}

.law-site-footer .newsletter-widget form .submit {
  margin-top: 20px;
}

.law-site-footer .newsletter-widget form .submit button {
  background: #B07C4B;
  border: 0;
  outline: 0;
  color: #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-weight: 700;
  font-size: 12px;
  line-height: 95%;
  text-transform: uppercase;
}

.law-site-footer .law-middle-footer {
  text-align: center;
}

.law-site-footer .law-middle-footer h3 {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 95%;
  text-transform: capitalize;
  font-family: "Mukta", sans-serif;
  margin-bottom: 20px;
}

.law-site-footer .law-middle-footer .container {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.law-site-footer .law-middle-footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.law-site-footer .law-middle-footer ul li + li {
  margin-left: 10px;
}

.law-site-footer .law-middle-footer ul li a {
  color: #fff;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 16px;
}

.law-site-footer .law-middle-footer ul li a:hover {
  background: #B07C4B;
}

.law-site-footer .law-middle-footer ul li a .fi:before {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.law-site-footer .law-lower-footer {
  text-align: left;
}

.law-site-footer .law-lower-footer .row {
  padding: 20px 0;
  position: relative;
  border-top: 1px solid #30465C;
}

@media (max-width: 991px) {
  .law-site-footer .law-lower-footer {
    text-align: center;
  }
}

.law-site-footer .law-lower-footer ul li {
  color: rgba(188, 192, 197, 0.97);
}

.law-site-footer .law-lower-footer ul li a {
  color: #fff;
}

.law-site-footer .law-lower-footer .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 991px) {
  .law-site-footer .law-lower-footer .link ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.law-site-footer .law-lower-footer .link ul li a {
  color: rgba(188, 192, 197, 0.97);
}

.law-site-footer .law-lower-footer .link ul li a:hover {
  color: #B07C4B;
}

.law-site-footer .law-lower-footer .link ul li + li {
  padding-left: 20px;
  position: relative;
}

@media (max-width: 375px) {
  .law-site-footer .law-lower-footer .link ul li + li {
    padding-left: 5px;
    margin-left: 5px;
  }
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

/* 3.2 law-about-section */
.law-about-section {
  padding-top: 90px;
}

@media (max-width: 991px) {
  .law-about-section {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .law-about-section {
    padding-top: 30px;
  }
}

.law-about-section .law-about-wrap .law-about-text {
  padding-right: 20px;
}

@media (max-width: 991px) {
  .law-about-section .law-about-wrap .law-about-text {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .law-about-section .law-about-wrap .law-about-text {
    padding-right: 0;
  }
}

.law-about-section .law-about-wrap .law-about-text h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 79px;
  float: left;
  margin-right: 10px;
}

.law-about-section .law-about-wrap .law-about-text p {
  overflow: hidden;
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
}

.law-about-section .law-about-wrap .law-about-text span {
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  text-transform: capitalize;
  font-family: "La Belle Aurore", cursive;
}

@media (max-width: 991px) {
  .law-about-section .law-about-wrap .law-about-text-middle {
    margin-bottom: 30px;
  }
}

.law-about-section .law-about-wrap .law-about-text-middle p {
  font-weight: 300;
  font-size: 18px;
  line-height: 160%;
}

.law-about-section .law-about-wrap .law-about-text-middle .law-about-left-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-end;
  margin-top: 20px;
}
@media (max-width: 991px) {
  .law-about-section .law-about-wrap .law-about-text-middle .law-about-left-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
  }
}

.law-about-section .law-about-wrap .law-about-text-middle .law-about-left-info .law-about-left-img img {
  border-radius: 50%;
}

.law-about-section .law-about-wrap .law-about-text-middle .law-about-left-info .law-about-left-text {
  margin-left: 20px;
}

.law-about-section .law-about-wrap .law-about-text-middle .law-about-left-info .law-about-left-text h5 {
  font-weight: 700;
  font-size: 17px;
  line-height: 160%;
  text-transform: capitalize;
  color: rgba(26, 36, 63, 0.84);
  margin-bottom: 0;
}

.law-about-section .law-about-wrap .law-about-text-middle .law-about-left-info .law-about-left-text span {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-transform: capitalize;
  color: rgba(26, 36, 63, 0.39);
}

.law-about-section .law-about-wrap .law-about-img {
  text-align: right;
  padding-left: 30px;
}

@media (max-width: 991px) {
  .law-about-section .law-about-wrap .law-about-img {
    text-align: left;
    padding-left: 0px;
  }
}

/* 3.3 law-service-section */
.law-service-section {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .law-service-section {
    padding-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .law-service-section {
    padding-bottom: 60px;
  }
}

.law-service-section .law-service-wrap .law-service-item {
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-bottom: 30px;
}

.law-service-section .law-service-wrap .law-service-item .law-service-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(26, 40, 79, 0.85);
  -webkit-backdrop-filter: blur(5.5px);
          backdrop-filter: blur(5.5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left;
  padding: 40px;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 11;
}

@media (max-width: 1399px) {
  .law-service-section .law-service-wrap .law-service-item .law-service-text {
    display: block;
    padding-top: 90px;
  }
}

@media (max-width: 1199px) {
  .law-service-section .law-service-wrap .law-service-item .law-service-text {
    padding-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.law-service-section .law-service-wrap .law-service-item .law-service-text h2 {
  font-weight: 700;
  font-size: 24px;
  line-height: 110%;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 1399px) {
  .law-service-section .law-service-wrap .law-service-item .law-service-text h2 {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .law-service-section .law-service-wrap .law-service-item .law-service-text h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
}

.law-service-section .law-service-wrap .law-service-item .law-service-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  color: rgba(255, 255, 255, 0.76);
  margin-bottom: 0px;
}

@media (max-width: 1399px) {
  .law-service-section .law-service-wrap .law-service-item .law-service-text p {
    margin-bottom: 10px;
  }
}

@media (max-width: 1199px) {
  .law-service-section .law-service-wrap .law-service-item .law-service-text p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 38px;
  }
}

.law-service-section .law-service-wrap .law-service-item .law-service-text a {
  font-weight: 700;
  font-size: 16px;
  line-height: 27px;
  color: #B07C4B;
  padding-right: 40px;
  position: relative;
  display: block;
  max-width: 145px;
}

.law-service-section .law-service-wrap .law-service-item .law-service-text a:after {
  position: absolute;
  font-family: "themify";
  content: "\e628";
  font-size: 10px;
  top: 3px;
  right: 40px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 1px solid #B07C4B;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.law-service-section .law-service-wrap .law-service-item .law-service-text a:hover:after {
  right: 35px;
}

.law-service-section .law-service-wrap .law-service-item .law-service-text .icon {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: #B07C4B;
  text-align: center;
}

@media (max-width: 1199px) {
  .law-service-section .law-service-wrap .law-service-item .law-service-text .icon {
    width: 45px;
    height: 45px;
    line-height: 45px;
  }
}

.law-service-section .law-service-wrap .law-service-item .law-service-text .icon .fi:before {
  font-size: 40px;
  color: #fff;
}

@media (max-width: 1199px) {
  .law-service-section .law-service-wrap .law-service-item .law-service-text .icon .fi:before {
    font-size: 25px;
  }
}

.law-service-section .law-service-wrap .law-service-item .law-service-text-hide {
  position: absolute;
  left: 4%;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  width: 92%;
  z-index: 1;
}

.law-service-section .law-service-wrap .law-service-item .law-service-text-hide .icon {
  width: 75px;
  height: 75px;
  line-height: 75px;
  background: #B07C4B;
  text-align: center;
}

.law-service-section .law-service-wrap .law-service-item .law-service-text-hide .icon .fi:before {
  font-size: 40px;
  color: #fff;
}

.law-service-section .law-service-wrap .law-service-item .law-service-text-hide h2 {
  padding-left: 30px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
}

.law-service-section .law-service-wrap .law-service-item .law-service-text-hide h2 a {
  color: #1A284F;
}

.law-service-section .law-service-wrap .law-service-item .law-service-text-hide h2 a:hover {
  color: #B07C4B;
}

.law-service-section .law-service-wrap .law-service-item:hover .law-service-text, .law-service-section .law-service-wrap .law-service-item.active .law-service-text {
  top: 100%;
}

.law-service-section .law-service-wrap .law-service-item .law-service-img img {
  width: 100%;
}

/* 3.4 law-cta-section */
.law-cta-section {
  background: url(../image/cta-bg.jpg) no-repeat center center;
  position: relative;
  padding: 150px 0 250px;
  background-size: cover;
  z-index: 1;
}

@media (max-width: 767px) {
  .law-cta-section {
    padding: 120px 0 250px;
  }
}

@media (max-width: 575px) {
  .law-cta-section {
    padding: 80px 0 220px;
  }
}

.law-cta-section:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(98.18deg, #000000 11.73%, rgba(0, 0, 0, 0) 18.46%);
  z-index: -1;
}

.law-cta-section .law-cta-wrap {
  max-width: 528px;
}

.law-cta-section .law-cta-wrap h2 {
  font-weight: 700;
  font-size: 64px;
  line-height: 116.5%;
  letter-spacing: -0.01em;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .law-cta-section .law-cta-wrap h2 {
    font-size: 35px;
  }
}

.law-cta-section .law-cta-wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #fff;
}

.law-cta-section .law-cta-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.law-cta-section .law-cta-wrap ul .video-btn {
  display: block;
  width: 57px;
  height: 57px;
  line-height: 57px;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  margin-left: 30px;
  z-index: 11;
  position: relative;
}

.law-cta-section .law-cta-wrap ul .video-btn .fi:before {
  font-size: 20px;
  color: #fff;
}

@media (max-width: 767px) {
  .law-cta-section .law-cta-wrap ul .video-btn .fi:before {
    font-size: 20px;
  }
}

.law-cta-section .law-cta-bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}

.law-cta-section .law-cta-bottom h4 {
  font-weight: 400;
  font-size: 32px;
  line-height: 40px;
  text-transform: capitalize;
  font-style: italic;
  margin-bottom: 0;
  padding: 30px 0;
  color: #fff;
}

@media (max-width: 1199px) {
  .law-cta-section .law-cta-bottom h4 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .law-cta-section .law-cta-bottom h4 {
    font-size: 20px;
  }
}

/* 3.5 law-practice-section */
.law-practice-section {
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .law-practice-section {
    padding-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .law-practice-section {
    padding-bottom: 20px;
  }
}

.law-practice-section .law-practice-wrap .law-practice-item {
  margin-bottom: 40px;
}

.law-practice-section .law-practice-wrap .law-practice-item .law-practice-img img {
  width: 100%;
}

.law-practice-section .law-practice-wrap .law-practice-item .law-practice-text {
  padding-top: 20px;
}

.law-practice-section .law-practice-wrap .law-practice-item .law-practice-text h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .law-practice-section .law-practice-wrap .law-practice-item .law-practice-text h2 {
    font-size: 20px;
  }
}

.law-practice-section .law-practice-wrap .law-practice-item .law-practice-text h2 a {
  color: #1A284F;
}

.law-practice-section .law-practice-wrap .law-practice-item .law-practice-text h2 a:hover {
  color: #B07C4B;
}

/* 3.6 law-testimonial-area */
.law-testimonial-area {
  background: #F5F5F2;
}

.law-testimonial-area .law-testimonial-single-wrap .law-testimonial-text p {
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
  line-height: 160%;
  font-family: "黑体", serif;
  color: #1A284F;
  padding-left: 80px;
  position: relative;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .law-testimonial-area .law-testimonial-single-wrap .law-testimonial-text p {
    font-size: 20px;
  }
}

@media (max-width: 575px) {
  .law-testimonial-area .law-testimonial-single-wrap .law-testimonial-text p {
    font-size: 18px;
    padding-left: 70px;
  }
}

.law-testimonial-area .law-testimonial-single-wrap .law-testimonial-text p:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "\f11d";
  font-family: "flaticon_ProLawyer";
  font-style: normal;
  width: 50px;
  height: 45px;
  line-height: 38px;
  background: #B07C4B;
  text-align: center;
  -webkit-clip-path: polygon(100% 0, 100% 84%, 61% 84%, 48% 100%, 35% 84%, 0 84%, 0 0);
          clip-path: polygon(100% 0, 100% 84%, 61% 84%, 48% 100%, 35% 84%, 0 84%, 0 0);
  color: #fff;
  border-radius: 3px;
}

.law-testimonial-area .law-testimonial-single-wrap .owl-nav {
  display: none;
}

.law-testimonial-area .law-testimonial-single-wrap .law-testimonial-thumbnil-active {
  margin-top: 20px;
}

.law-testimonial-area .law-testimonial-single-wrap .law-testimonial-thumbnil-active .item {
  border-top: 1px solid #CFCFC0;
  text-align: center;
  cursor: pointer;
  position: relative;
  opacity: .65;
  padding-top: 50px;
  z-index: 1;
}

.law-testimonial-area .law-testimonial-single-wrap .law-testimonial-thumbnil-active .item img {
  width: unset;
  margin: 0 auto;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.law-testimonial-area .law-testimonial-single-wrap .law-testimonial-thumbnil-active .item h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-transform: capitalize;
  font-family: "Mukta", sans-serif;
  color: #1A284F;
  margin-top: 20px;
  margin-bottom: 0;
}

.law-testimonial-area .law-testimonial-single-wrap .law-testimonial-thumbnil-active .item span {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  text-transform: capitalize;
  color: #8B8B8B;
}

.law-testimonial-area .law-testimonial-single-wrap .law-testimonial-thumbnil-active .slick-current {
  position: relative;
  opacity: 1;
  cursor: default;
}

.law-testimonial-area .law-testimonial-single-wrap .law-testimonial-thumbnil-active .slick-current:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #CFCFC0;
  content: "";
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 11;
}

.law-testimonial-area .law-testimonial-single-wrap .law-testimonial-thumbnil-active .slick-current:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -1px;
  width: 0;
  height: 0;
  border-left: 19px solid transparent;
  border-right: 19px solid transparent;
  border-top: 19px solid #F5F5F2;
  content: "";
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 11;
}

/* 3.7 law-contact-section */
.law-contact-section .law-contact-wrap .law-contact-text {
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 1399px) {
  .law-contact-section .law-contact-wrap .law-contact-text {
    padding-right: 0;
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .law-contact-section .law-contact-wrap .law-contact-text {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .law-contact-section .law-contact-wrap .law-contact-text {
    margin-top: 30px;
  }
}

.law-contact-section .law-contact-wrap .law-contact-text h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 59px;
  text-transform: capitalize;
  margin-bottom: 25px;
}

@media (max-width: 1399px) {
  .law-contact-section .law-contact-wrap .law-contact-text h2 {
    font-size: 45px;
  }
}

@media (max-width: 1199px) {
  .law-contact-section .law-contact-wrap .law-contact-text h2 {
    font-size: 38px;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .law-contact-section .law-contact-wrap .law-contact-text h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 450px) {
  .law-contact-section .law-contact-wrap .law-contact-text h2 {
    font-size: 22px;
  }
}

.law-contact-section .law-contact-wrap .law-contact-text h2 span {
  font-style: italic;
  font-weight: 400;
}

.law-contact-section .law-contact-wrap .law-contact-text p {
  margin-bottom: 25px;
}

@media (max-width: 1199px) {
  .law-contact-section .law-contact-wrap .law-contact-text p {
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .law-contact-section .law-contact-wrap .law-contact-text p {
    font-size: 14px;
    line-height: 27px;
  }
}

.law-contact-section .law-contact-wrap .law-contact-text ul {
  list-style: none;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .law-contact-section .law-contact-wrap .law-contact-text ul {
    margin-bottom: 15px;
  }
}

.law-contact-section .law-contact-wrap .law-contact-text ul li {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #1A284F;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .law-contact-section .law-contact-wrap .law-contact-text ul li {
    font-size: 14px;
    line-height: 25px;
  }
}

.law-contact-section .law-contact-wrap .law-contact-text ul li i {
  margin-right: 10px;
  color: #B07C4B;
}

/* 3.8 law-blog-section */
.law-blog-section {
  padding-bottom: 90px;
}

@media (max-width: 991px) {
  .law-blog-section {
    padding-bottom: 60px;
  }
}

@media (max-width: 767px) {
  .law-blog-section {
    padding-bottom: 40px;
  }
}

.law-blog-section .law-blog-items .law-blog-item {
  margin-bottom: 30px;
}

.law-blog-section .law-blog-items .law-blog-item .law-blog-img img {
  width: 100%;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.law-blog-section .law-blog-items .law-blog-item .law-blog-content {
  padding-top: 30px;
}

.law-blog-section .law-blog-items .law-blog-item .law-blog-content ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

@media (max-width: 991px) {
  .law-blog-section .law-blog-items .law-blog-item .law-blog-content ul {
    margin-bottom: 10px;
  }
}

.law-blog-section .law-blog-items .law-blog-item .law-blog-content ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 123.5%;
  text-transform: uppercase;
  color: #969AA6;
}

@media (max-width: 1399px) {
  .law-blog-section .law-blog-items .law-blog-item .law-blog-content ul li {
    font-size: 15px;
  }
}

@media (max-width: 991px) {
  .law-blog-section .law-blog-items .law-blog-item .law-blog-content ul li {
    font-size: 14px;
  }
}

.law-blog-section .law-blog-items .law-blog-item .law-blog-content ul li + li {
  padding-left: 15px;
  margin-left: 15px;
  position: relative;
}

@media (max-width: 575px) {
  .law-blog-section .law-blog-items .law-blog-item .law-blog-content ul li + li {
    padding-left: 10px;
    margin-left: 10px;
  }
}

.law-blog-section .law-blog-items .law-blog-item .law-blog-content ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "|";
}

.law-blog-section .law-blog-items .law-blog-item .law-blog-content ul li a {
  color: #969AA6;
}

.law-blog-section .law-blog-items .law-blog-item .law-blog-content ul li a:hover {
  color: #B07C4B;
}

.law-blog-section .law-blog-items .law-blog-item .law-blog-content h2 {
  font-family: "黑体", serif;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  margin-top: 0;
}

@media (max-width: 1399px) {
  .law-blog-section .law-blog-items .law-blog-item .law-blog-content h2 {
    font-size: 24px;
  }
}

@media (max-width: 1200px) {
  .law-blog-section .law-blog-items .law-blog-item .law-blog-content h2 {
    font-size: 22px;
  }
}

@media (max-width: 991px) {
  .law-blog-section .law-blog-items .law-blog-item .law-blog-content h2 {
    margin-bottom: 10px;
  }
}

.law-blog-section .law-blog-items .law-blog-item .law-blog-content h2 a {
  color: #1A284F;
}

.law-blog-section .law-blog-items .law-blog-item .law-blog-content h2 a:hover {
  color: #B07C4B;
}

.law-blog-section .law-blog-items .law-blog-item .law-blog-content .b-btn {
  display: inline-block;
  font-weight: 600;
  font-size: 15px;
  line-height: 123.5%;
  padding-right: 30px;
  color: #71788A;
  position: relative;
  text-transform: uppercase;
}

@media (max-width: 575px) {
  .law-blog-section .law-blog-items .law-blog-item .law-blog-content .b-btn {
    font-size: 16px;
  }
}

.law-blog-section .law-blog-items .law-blog-item .law-blog-content .b-btn:before {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f123";
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: "flaticon_ProLawyer";
}

.law-blog-section .law-blog-items .law-blog-item .law-blog-content .b-btn:hover {
  color: #B07C4B;
}

.law-blog-section .law-blog-items .law-blog-item .law-blog-content .b-btn:hover:before {
  right: -5px;
}

/*--------------------------------------------------------------
5. law-practice-single-section
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .law-practice-single-section {
    padding-bottom: 60px;
  }
}

.law-practice-single-section .law-practice-single-wrap img {
  width: 100%;
}

.law-practice-single-section .law-practice-single-wrap .law-practice-single-content .law-practice-single-content-des {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .law-practice-single-section .law-practice-single-wrap .law-practice-single-content .law-practice-single-content-des {
    padding: 35px 0;
  }
}

.law-practice-single-section .law-practice-single-wrap .law-practice-single-content .law-practice-single-content-des h2 {
  font-size: 33px;
  font-family: "Old Standard TT", serif;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .law-practice-single-section .law-practice-single-wrap .law-practice-single-content .law-practice-single-content-des h2 {
    font-size: 25px;
    margin-bottom: 16px;
  }
}

.law-practice-single-section .law-practice-single-wrap .law-practice-single-content .law-practice-single-content-des p {
  margin-bottom: 30px;
}

.law-practice-single-section .law-practice-single-wrap .law-practice-single-content .law-practice-single-content-des .law-practice-single-sub-img {
  margin-top: 50px;
}

.law-practice-single-section .law-practice-single-wrap .law-practice-single-content .law-practice-single-content-des .law-practice-single-sub-img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.law-practice-single-section .law-practice-single-wrap .law-practice-single-content .law-practice-single-content-des .law-practice-single-sub-img li {
  padding-left: 10px;
  padding-right: 10px;
}

.law-practice-single-section .law-practice-single-wrap .law-practice-single-content .law-practice-single-content-des .law-practice-single-sub-img li:last-child {
  padding-left: 10px;
  padding-right: 0;
}

.law-practice-single-section .law-practice-single-wrap .law-solutions-section h2 {
  font-size: 33px;
  font-family: "Old Standard TT", serif;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .law-practice-single-section .law-practice-single-wrap .law-solutions-section h2 {
    font-size: 25px;
  }
}

.law-practice-single-section .law-practice-single-wrap .law-solutions-section .law-solutions-item {
  background: #fff;
  padding: 30px 25px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}

.law-practice-single-section .law-practice-single-wrap .law-solutions-section .law-solutions-item .law-solutions-icon i {
  font-size: 40px;
  color: #B07C4B;
}

.law-practice-single-section .law-practice-single-wrap .law-solutions-section .law-solutions-item .law-solutions-text h2 {
  font-size: 22px;
  font-weight: 500;
  margin: 20px 0 10px;
}

.law-practice-single-section .law-practice-single-wrap .law-solutions-section .law-solutions-item .law-solutions-text h2 a {
  color: #1A284F;
}

.law-practice-single-section .law-practice-single-wrap .law-solutions-section .law-solutions-item .law-solutions-text h2 a:hover {
  color: #B07C4B;
}

.law-practice-single-section .law-practice-single-wrap .law-solutions-section .law-solutions-item .law-solutions-text p {
  margin-bottom: 0;
  font-size: 15px;
}

.law-practice-single-section .law-practice-single-wrap .law-benefits-section {
  padding-top: 30px;
}

.law-practice-single-section .law-practice-single-wrap .law-benefits-section h2 {
  font-size: 33px;
  font-family: "Old Standard TT", serif;
  margin-bottom: 30px;
}

.law-practice-single-section .law-practice-single-wrap .law-benefits-section .accordion {
  border-top: 1px solid #e1e1e1;
}

.law-practice-single-section .law-practice-single-wrap .law-benefits-section .accordion-item {
  border-bottom: 1px solid #e1e1e1;
}

.law-practice-single-section .law-practice-single-wrap .law-benefits-section .accordion-item button {
  padding: 20px;
  border: 0;
  border-radius: 0;
  font-size: 20px;
  color: #1A284F;
  text-align: left;
}

.law-practice-single-section .law-practice-single-wrap .law-benefits-section .accordion-item button::after {
  background: none;
  font-family: "themify";
  content: "\e622";
  font-size: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  font-weight: 700;
}

.law-practice-single-section .law-practice-single-wrap .law-benefits-section .accordion-item button.collapsed {
  color: #373b3e;
}

.law-practice-single-section .law-practice-single-wrap .law-benefits-section .accordion-item button.collapsed::after {
  content: "\e61a";
}

.law-practice-single-section .law-practice-single-wrap .law-benefits-section .accordion-item button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: #e1e1e1;
}

.law-practice-single-section .law-practice-single-wrap .law-benefits-section .accordion-item .accordion-collapse {
  border: 0;
}

.law-practice-single-section .law-practice-single-wrap .law-benefits-section .accordion-button {
  background: transparent;
}

.law-single-sidebar {
  padding-left: 20px;
}

@media (max-width: 991px) {
  .law-single-sidebar {
    padding-left: 0;
    margin-top: 60px;
  }
}

.law-single-sidebar .widget {
  padding: 30px 40px;
  border: 1px solid #e1e1e1;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .law-single-sidebar .widget {
    padding: 20px;
  }
}

.law-single-sidebar .widget h2 {
  font-size: 25px;
  font-family: "Old Standard TT", serif;
  padding-bottom: 35px;
  position: relative;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.law-single-sidebar .widget h2::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background: url(../image/Single-title-shape.png) no-repeat right center;
  content: "";
  width: 52px;
  height: 20px;
}

.law-single-sidebar .widget ul {
  list-style: none;
}

.law-single-sidebar .law-practice-widget ul li a {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  color: #1A284F;
  font-weight: 600;
  border-bottom: 1px solid #e1e1e1;
  padding-left: 30px;
  position: relative;
}

.law-single-sidebar .law-practice-widget ul li a:before {
  position: absolute;
  left: 0;
  top: 15px;
  font-family: "themify";
  content: "\e649";
  font-size: 14px;
  color: #B07C4B;
}

.law-single-sidebar .law-practice-widget ul li a:hover {
  color: #B07C4B;
}

.law-single-sidebar .law-practice-widget ul li:last-child a {
  padding-bottom: 0;
  border-bottom: 0;
}

.law-single-sidebar .law-practice-widget ul li:first-child a {
  padding-top: 0;
}

.law-single-sidebar .law-practice-widget ul li:first-child a:before {
  top: 2px;
}

.law-single-sidebar .law-newsletter-widget p {
  font-size: 20px;
  font-family: "Old Standard TT", serif;
  color: #1A284F;
  text-align: center;
}

.law-single-sidebar .law-newsletter-widget span {
  font-size: 15px;
  color: #848892;
}

.law-single-sidebar .law-newsletter-widget span a {
  color: #1A284F;
  font-weight: 700;
}

.law-single-sidebar .law-newsletter-widget span a:hover {
  color: #B07C4B;
}

.law-single-sidebar .law-newsletter-widget .form input {
  border: 0;
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #e1e1e1;
  padding: 15px;
  text-align: center;
}

.law-single-sidebar .law-newsletter-widget .form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.law-single-sidebar .law-newsletter-widget .form button {
  background: #B07C4B;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  border: none;
  margin: 20px 0;
}

.law-single-sidebar .law-instagram-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.law-single-sidebar .law-instagram-widget ul li {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}

.law-single-sidebar .law-instagram-widget ul li img {
  width: 100%;
}

.law-single-sidebar .law-contact-widget {
  border: 0;
  background: #2a2a2a;
}

.law-single-sidebar .law-contact-widget h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.law-single-sidebar .law-contact-widget h2::before {
  left: 28px;
  background: url(../image/Single-title-shape2.png) no-repeat right center;
}

.law-single-sidebar .law-contact-widget p {
  color: #fff;
  font-size: 18px;
}

.law-single-sidebar .law-contact-widget a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}

.law-single-sidebar .law-contact-widget a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--------------------------------------------------------------
6. wpo-case-section
--------------------------------------------------------------*/
.service-single-section .service-content > .img-holder,
.project-single-section .service-content > .img-holder {
  margin-bottom: 45px;
}

.service-single-section .service-content > .img-holder img,
.project-single-section .service-content > .img-holder img {
  width: 100%;
}

.service-single-section h2,
.project-single-section h2 {
  font-size: 30px;
  font-size: 2rem;
  margin: 0 0 1em;
}

@media (max-width: 991px) {
  .service-single-section h2,
  .project-single-section h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .service-single-section h2,
  .project-single-section h2 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.service-single-section p,
.project-single-section p {
  margin-bottom: 1.2em;
}

.service-single-section .service-content > ul,
.project-single-section .service-content > ul {
  margin: 45px 0 65px;
  list-style: none;
}

.service-single-section .service-content > ul li,
.project-single-section .service-content > ul li {
  padding-left: 30px;
  position: relative;
}

.service-single-section .service-content > ul li:before,
.project-single-section .service-content > ul li:before {
  content: "";
  background: #FC0012;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 4px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.service-single-section .service-content > ul > li + li,
.project-single-section .service-content > ul > li + li {
  margin-top: 13px;
}

.service-single-section .wpo-case-single-sub-img,
.project-single-section .wpo-case-single-sub-img {
  margin-top: 50px;
  margin-bottom: 40px;
}

.service-single-section .wpo-case-single-sub-img img,
.project-single-section .wpo-case-single-sub-img img {
  width: 100%;
}

.service-single-section .wpo-case-single-sub-img ul,
.project-single-section .wpo-case-single-sub-img ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.service-single-section .wpo-case-single-sub-img li,
.project-single-section .wpo-case-single-sub-img li {
  padding-left: 10px;
  padding-right: 10px;
}

.service-single-section .wpo-case-single-sub-img li:last-child,
.project-single-section .wpo-case-single-sub-img li:last-child {
  padding-left: 10px;
  padding-right: 0;
}

.service-single-section .wpo-case-single-sub-img li:first-child,
.project-single-section .wpo-case-single-sub-img li:first-child {
  padding-left: 0px;
}

.service-single-section .img-with-text .img-holder,
.project-single-section .img-with-text .img-holder {
  width: 50%;
  float: left;
  margin-right: 25px;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .service-single-section .img-with-text .img-holder,
  .project-single-section .img-with-text .img-holder {
    width: 100%;
    float: none;
    margin: 0 0 35px;
  }
}

.service-single-section .wpo-benefits-section .accordion-item,
.project-single-section .wpo-benefits-section .accordion-item {
  border: 0;
  border: 1px solid #e1e1e1;
  padding: 5px 20px;
  margin-bottom: 20px;
}

.service-single-section .wpo-benefits-section .accordion-item .accordion-body,
.project-single-section .wpo-benefits-section .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.service-single-section .wpo-benefits-section .accordion-item button,
.project-single-section .wpo-benefits-section .accordion-item button {
  padding: 20px;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  color: #1A284F;
  text-align: left;
  font-family: "Mukta", sans-serif;
}

.service-single-section .wpo-benefits-section .accordion-item button::after,
.project-single-section .wpo-benefits-section .accordion-item button::after {
  background: none;
  font-family: "themify";
  content: "\e622";
  font-size: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  font-weight: 700;
}

.service-single-section .wpo-benefits-section .accordion-item button.collapsed,
.project-single-section .wpo-benefits-section .accordion-item button.collapsed {
  color: #373b3e;
}

.service-single-section .wpo-benefits-section .accordion-item button.collapsed::after,
.project-single-section .wpo-benefits-section .accordion-item button.collapsed::after {
  content: "\e61a";
}

.service-single-section .wpo-benefits-section .accordion-item button:focus,
.project-single-section .wpo-benefits-section .accordion-item button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: #e1e1e1;
}

.service-single-section .wpo-benefits-section .accordion-item .accordion-collapse,
.project-single-section .wpo-benefits-section .accordion-item .accordion-collapse {
  border: 0;
}

.service-single-section .wpo-benefits-section .accordion-button,
.project-single-section .wpo-benefits-section .accordion-button {
  background: transparent;
}

.service-single-section .pagi,
.project-single-section .pagi {
  padding-top: 50px;
}

@media (max-width: 767px) {
  .service-single-section .pagi,
  .project-single-section .pagi {
    padding-top: 30px;
  }
}

.service-single-section .pagi ul,
.project-single-section .pagi ul {
  overflow: hidden;
  list-style: none;
}

.service-single-section .pagi ul li,
.project-single-section .pagi ul li {
  width: 50%;
  float: left;
  text-align: center;
  border: 1px solid #d7d7d7;
}

.service-single-section .pagi ul > li:last-child,
.project-single-section .pagi ul > li:last-child {
  margin-left: -1px;
}

.service-single-section .pagi ul a,
.project-single-section .pagi ul a {
  display: block;
  padding: 15px;
  color: #969AA6;
}

.service-single-section .pagi ul a:hover,
.project-single-section .pagi ul a:hover {
  background-color: #fff7eb;
  color: #FC0012;
}

/*--------------------------------
	service sidebar
-------------------------------*/
.law-single-sidebar {
  padding-left: 20px;
  /*** case-info-widget ***/
}

@media (max-width: 991px) {
  .law-single-sidebar {
    padding-left: 0;
    margin-top: 60px;
  }
}

.law-single-sidebar .widget {
  padding: 30px 40px;
  border: 1px solid #e1e1e1;
  margin-bottom: 40px;
}

@media (max-width: 1200px) {
  .law-single-sidebar .widget {
    padding: 20px;
  }
}

.law-single-sidebar .widget h2 {
  font-size: 25px;
  font-family: "Old Standard TT", serif;
  padding-bottom: 35px;
  position: relative;
  text-align: center;
  display: block;
  margin-bottom: 30px;
}

.law-single-sidebar .widget h2::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  background: url(../image/Single-title-shape.png) no-repeat right center;
  content: "";
  width: 52px;
  height: 20px;
}

.law-single-sidebar .widget ul {
  list-style: none;
}

.law-single-sidebar .case-info-widget ul li {
  display: block;
  padding: 15px 0;
  font-size: 16px;
  color: #1A284F;
  font-weight: 400;
  border-bottom: 1px solid #e1e1e1;
  padding-left: 30px;
  position: relative;
}

.law-single-sidebar .case-info-widget ul li:before {
  position: absolute;
  left: 0;
  top: 15px;
  font-family: "themify";
  content: "\e649";
  font-size: 14px;
  color: #B07C4B;
}

.law-single-sidebar .case-info-widget ul li:last-child {
  border: 0;
}

.law-single-sidebar .case-info-widget ul li span {
  font-weight: 600;
  color: #1A284F;
}

.law-single-sidebar .law-newsletter-widget p {
  font-size: 20px;
  font-family: "Old Standard TT", serif;
  color: #1A284F;
  text-align: center;
}

.law-single-sidebar .law-newsletter-widget span {
  font-size: 15px;
  color: #848892;
}

.law-single-sidebar .law-newsletter-widget span a {
  color: #1A284F;
  font-weight: 700;
}

.law-single-sidebar .law-newsletter-widget span a:hover {
  color: #B07C4B;
}

.law-single-sidebar .law-newsletter-widget .form input {
  border: 0;
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  border: 1px solid #e1e1e1;
  padding: 15px;
  text-align: center;
}

.law-single-sidebar .law-newsletter-widget .form input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.law-single-sidebar .law-newsletter-widget .form button {
  background: #B07C4B;
  width: 100%;
  height: 50px;
  border-radius: 50px;
  text-align: center;
  color: #fff;
  border: none;
  margin: 20px 0;
}

.law-single-sidebar .law-instagram-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.law-single-sidebar .law-instagram-widget ul li {
  -ms-flex: 0 0 33.33%;
  -webkit-box-flex: 0;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}

.law-single-sidebar .law-instagram-widget ul li img {
  width: 100%;
}

.law-single-sidebar .law-contact-widget {
  border: 0;
  background: #2a2a2a;
}

.law-single-sidebar .law-contact-widget h2 {
  font-size: 36px;
  font-weight: 700;
  text-align: left;
  color: #fff;
  margin-bottom: 20px;
}

.law-single-sidebar .law-contact-widget h2::before {
  left: 28px;
  background: url(../image/Single-title-shape2.png) no-repeat right center;
}

.law-single-sidebar .law-contact-widget p {
  color: #fff;
  font-size: 18px;
}

.law-single-sidebar .law-contact-widget a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #fff;
  font-size: 18px;
  color: #fff;
  padding-right: 90px;
  position: relative;
  margin-top: 10px;
}

.law-single-sidebar .law-contact-widget a::before {
  font-family: "themify";
  content: "\e628";
  font-size: 18px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*==========================================
7. law-Attorney-single
===========================================*/
/* 3.7 law-team-section */
.law-team-section {
  padding-bottom: 90px;
}

@media (max-width: 767px) {
  .law-team-section {
    padding-bottom: 60px;
    padding-top: 60px;
  }
}

.law-team-section .law-team-wrap {
  position: relative;
  z-index: 1;
}

.law-team-section .law-team-wrap .row {
  margin: 0 -7.5px;
}

@media (max-width: 991px) {
  .law-team-section .law-team-wrap .row {
    margin: 0 -15px;
  }
}

.law-team-section .law-team-wrap .col {
  padding: 0;
}

@media (max-width: 991px) {
  .law-team-section .law-team-wrap .col {
    padding: 0 15px;
  }
}

.law-team-section .law-team-wrap .law-team-item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.law-team-section .law-team-wrap .law-team-item .law-team-img {
  position: relative;
}

.law-team-section .law-team-wrap .law-team-item .law-team-img:before {
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 46, 62, 0)), color-stop(28.65%, rgba(30, 46, 62, 0.29)), color-stop(63.02%, rgba(24, 40, 55, 0.78)), color-stop(97.92%, #101A25));
  background: linear-gradient(180deg, rgba(30, 46, 62, 0) 0%, rgba(30, 46, 62, 0.29) 28.65%, rgba(24, 40, 55, 0.78) 63.02%, #101A25 97.92%);
  z-index: 1;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.law-team-section .law-team-wrap .law-team-item .law-team-img img {
  width: 100%;
}

.law-team-section .law-team-wrap .law-team-item .law-team-text {
  padding: 30px;
  background: none;
  text-align: center;
  position: absolute;
  -webkit-transition: all .3s;
  transition: all .3s;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  bottom: -70px;
  transition: all .3s;
}

.law-team-section .law-team-wrap .law-team-item .law-team-text:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background: #B07C4B;
  content: "";
  -webkit-transition: all .3s;
  transition: all .3s;
}

.law-team-section .law-team-wrap .law-team-item .law-team-text h2 {
  font-weight: 400;
  font-size: 30px;
  line-height: 41px;
  color: #fff;
  margin-bottom: 0px;
}

@media (max-width: 1199px) {
  .law-team-section .law-team-wrap .law-team-item .law-team-text h2 {
    font-size: 28px;
  }
}

.law-team-section .law-team-wrap .law-team-item .law-team-text h2 a {
  color: #fff;
}

.law-team-section .law-team-wrap .law-team-item .law-team-text h2 a:hover {
  color: #B07C4B;
}

.law-team-section .law-team-wrap .law-team-item .law-team-text span {
  color: #B07C4B;
}

.law-team-section .law-team-wrap .law-team-item .law-team-text .social ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.law-team-section .law-team-wrap .law-team-item .law-team-text .social ul li {
  -webkit-transition: all .3s;
  transition: all .3s;
}

.law-team-section .law-team-wrap .law-team-item .law-team-text .social ul li + li {
  margin-left: 15px;
}

.law-team-section .law-team-wrap .law-team-item .law-team-text .social ul li a {
  display: block;
  width: 40px;
  height: 40px;
  background: #24384B;
  line-height: 43px;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  font-size: 15px;
}

.law-team-section .law-team-wrap .law-team-item .law-team-text .social ul li a:hover {
  background: #B07C4B;
}

.law-team-section .law-team-wrap .law-team-item:hover .law-team-text {
  bottom: 0;
}

.law-team-section .law-team-wrap .law-team-item:hover .law-team-text:before {
  width: 100%;
}

.law-team-section .law-team-wrap .owl-nav button.owl-next {
  left: auto;
  right: 0px;
  top: -100px;
}

.law-team-section .law-team-wrap .owl-nav button {
  position: absolute;
  right: 70px;
  top: -100px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  background: #24384B;
  border: 0;
  color: #B07C4B;
  text-decoration: none;
  border-radius: 0;
}

.law-team-section .law-team-wrap .owl-nav button:hover {
  background: #B07C4B;
  color: #fff;
  text-decoration: none;
  border-radius: 0;
}

@media (max-width: 767px) {
  .law-team-section .law-team-wrap .owl-nav button {
    display: none;
  }
}

.law-team-section .law-team-wrap .owl-dots {
  bottom: -10px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 575px) {
  .law-team-section .law-team-wrap .owl-dots {
    display: none;
  }
}

.law-team-section .law-team-wrap .owl-dots button {
  border: 0;
  width: 10px;
  height: 12px;
  margin: 5px;
  border-radius: 50%;
}

.law-team-section .law-team-wrap .owl-dots button.active {
  background: #B07C4B;
}

/*==========================================
8. Attorney-single
===========================================*/
.attorney-pg-area {
  margin: 0 auto;
  background: #F5F5F5;
  padding-top: 200px;
  padding-bottom: 100px;
}

@media (max-width: 1199px) {
  .attorney-pg-area {
    padding: 100px 0;
  }
}

@media (max-width: 991px) {
  .attorney-pg-area {
    padding: 90px 0;
  }
}

@media (max-width: 767px) {
  .attorney-pg-area {
    padding: 70px 0;
  }
}

.attorney-single-wrap {
  background: #fff;
  padding: 100px;
  padding-top: 0;
}

@media (max-width: 1199px) {
  .attorney-single-wrap {
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .attorney-single-wrap {
    padding: 30px;
  }
}

@media (max-width: 575px) {
  .attorney-single-wrap {
    padding: 15px;
  }
}

.attorney-info-img {
  margin-top: -100px;
  max-width: 480px;
}

@media (max-width: 1199px) {
  .attorney-info-img {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .attorney-info-img {
    max-width: 100%;
  }
}

.attorney-info-img img {
  width: 100%;
}

.attorney-info-text {
  padding-left: 30px;
  padding-top: 30px;
}

@media (max-width: 991px) {
  .attorney-info-text {
    padding-left: 0;
  }
}

.attorney-info-text h2 {
  font-weight: 400;
  font-size: 40px;
  line-height: 55px;
  color: #1A284F;
  margin-top: 0;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .attorney-info-text h2 {
    font-size: 30px;
    line-height: 45px;
  }
}

.attorney-info-text ul li {
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #001635;
  margin-bottom: 15px;
  list-style: none;
  font-family: "Old Standard TT", serif;
}

@media (max-width: 575px) {
  .attorney-info-text ul li {
    font-size: 16px;
    line-height: 27px;
  }
}

.attorney-info-text ul li:last-child {
  padding-bottom: 0;
}

.attorney-info-text ul li span {
  font-size: 16px;
  color: #8c8c8c;
  display: inline-block;
  position: relative;
  padding-left: 5px;
  font-family: "Mukta", sans-serif;
}

.attorney-info-text ul li:last-child {
  margin-bottom: 0;
}

.attorney-info-text .certificates-wrap {
  margin-top: 40px;
}

.attorney-info-text .certificates-wrap h2 {
  font-weight: 400;
  font-size: 27px;
  line-height: 37px;
}

.attorney-info-text .certificates-wrap .certificates-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.attorney-info-text .certificates-wrap .certificates-items .certificates-item + .certificates-item {
  margin-left: 20px;
}

.attorney-widget {
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #D9D9D9;
}

.attorney-widget h2 {
  font-weight: 400;
  font-size: 35px;
  line-height: 48px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .attorney-widget h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 15px;
  }
}

.attorney-exprience-area .exprience-wrap {
  max-width: 560px;
}

.attorney-exprience-area .education-area {
  padding-left: 50px;
}

@media (max-width: 991px) {
  .attorney-exprience-area .education-area {
    padding-left: 0;
    margin-bottom: 40px;
  }
}

.attorney-exprience-area .education-area .education-area {
  max-width: 600px;
}

.attorney-exprience-area .education-area ul {
  list-style: none;
}

.attorney-exprience-area .education-area ul li {
  padding-bottom: 15px;
  position: relative;
  padding-left: 30px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.attorney-exprience-area .education-area ul li:before {
  position: absolute;
  left: 0;
  top: 0px;
  content: "\e661";
  font-family: 'themify';
  font-size: 14px;
}

.attorney-exprience-area .education-area .ex-wiget {
  padding-top: 60px;
}

.attorney-exprience-area .education-area .ex-wiget h2 {
  font-size: 30px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 30px;
}

.skills-area {
  padding-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
}

@media (max-width: 991px) {
  .skills-area {
    padding-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}

.skills-area .law-skill-progress .law-progress-single {
  margin-bottom: 30px;
  position: relative;
}

.skills-area .law-skill-progress .law-progress-single h5 {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #525252;
  font-family: "Mukta", sans-serif;
}

@media (max-width: 767px) {
  .skills-area .law-skill-progress .law-progress-single h5 {
    font-size: 18px;
  }
}

.skills-area .law-skill-progress .law-progress-single:last-child {
  margin-bottom: 0;
}

.skills-area .law-skill-progress .law-progress-single .progress {
  background: #f3f3f3;
  height: 6px;
  position: relative;
}

.skills-area .law-skill-progress .law-progress-single .progress .progress-bar {
  background-color: #FC0012;
}

.skills-area .law-skill-progress .progress-number {
  position: absolute;
  right: 0;
  top: -10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #525252;
}

@media (max-width: 767px) {
  .skills-area .law-skill-progress .progress-number {
    font-size: 18px;
    top: -5px;
  }
}

.exprience-wrap p {
  color: #5d5851;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .exprience-wrap p {
    margin-bottom: 15px;
  }
}

.exprience-wrap {
  padding-bottom: 40px;
}

.law-contact-area {
  padding-top: 50px;
}

@media (max-width: 991px) {
  .law-contact-area {
    padding-top: 20px;
  }
}

.law-contact-area .law-contact-title {
  max-width: 580px;
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}

.law-contact-area .quote-form {
  max-width: 890px;
  margin: 0 auto;
}

.law-contact-area .quote-form .form-control {
  height: 55px;
  border: 0;
  margin-bottom: 20px;
  padding: 15px;
  background: #EBEBEB;
}

.law-contact-area .quote-form .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #FC0012;
}

.law-contact-area .quote-form textarea.form-control {
  height: 125px;
}

.law-contact-area .quote-form select.form-control {
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: #EBEBEB url(../image/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}

.half-col {
  float: left;
  width: 50%;
  padding: 0 10px 5px;
}

@media (max-width: 575px) {
  .half-col {
    width: 100%;
  }
}

.full-col {
  padding: 0 10px 5px;
}

.exprience-area {
  padding-top: 60px;
}

/*--------------------------------------------------------------
8. law-pricing-page
--------------------------------------------------------------*/
@media (max-width: 991px) {
  .law-pricing-section {
    padding-bottom: 75px;
  }
}

@media (max-width: 767px) {
  .law-pricing-section {
    padding-bottom: 65px;
  }
}

.law-pricing-section .pricing-grids {
  margin: 0 -15px;
  padding-top: 50px;
}

.law-pricing-section .pricing-grids .grid {
  width: calc(33.33% - 30px);
  float: left;
  margin: 0 15px 0;
  text-align: center;
  padding: 0 45px 55px;
  border: 1px solid #f9dcd3;
  border-radius: 5px;
  -webkit-box-shadow: 0px 7px 13.5px 1.5px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 7px 13.5px 1.5px rgba(0, 0, 0, 0.05);
}

@media (max-width: 1199px) {
  .law-pricing-section .pricing-grids .grid {
    padding: 0 15px 55px;
  }
}

@media (max-width: 991px) {
  .law-pricing-section .pricing-grids .grid {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}

@media (max-width: 650px) {
  .law-pricing-section .pricing-grids .grid {
    width: calc(100% - 30px);
    float: none;
  }
}

.law-pricing-section .grid .type {
  background-color: #f3f3f3;
  display: inline-block;
  padding: 12px 60px 8px;
  margin-top: 40px;
  border-radius: 30px;
}

@media (max-width: 991px) {
  .law-pricing-section .grid .type {
    padding: 10px 40px 6px;
  }
}

.law-pricing-section .grid .type h5 {
  font-size: 20px;
  font-size: 1.33333rem;
  margin: 0;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .law-pricing-section .grid .type h5 {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.law-pricing-section .pricing-header {
  background: #fff;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  margin: 30px auto;
  display: table;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
}

@media (max-width: 991px) {
  .law-pricing-section .pricing-header {
    width: 140px;
    height: 140px;
  }
}

.law-pricing-section .pricing-header > div {
  display: table-cell;
  vertical-align: middle;
}

.law-pricing-section .pricing-header h3 {
  font-size: 50px;
  font-size: 3.33333rem;
  margin: 0;
}

@media (max-width: 991px) {
  .law-pricing-section .pricing-header h3 {
    font-size: 40px;
    font-size: 2.66667rem;
  }
}

.law-pricing-section .pricing-header p {
  font-size: 18px;
  font-size: 1.2rem;
  color: #B07C4B;
  margin: 0;
}

@media (max-width: 991px) {
  .law-pricing-section .pricing-header p {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.law-pricing-section .pricing-body ul {
  margin-bottom: 50px;
  list-style: none;
}

@media (max-width: 991px) {
  .law-pricing-section .pricing-body ul {
    margin-bottom: 40px;
  }
}

@media (max-width: 1199px) {
  .law-pricing-section .pricing-body ul li {
    font-size: 14px;
    font-size: 0.93333rem;
  }
}

.law-pricing-section .pricing-body ul > li + li {
  margin-top: 12px;
}

.law-pricing-section .grid .get-started {
  display: block;
  padding: 13px 0;
  border: 1px solid #f9dcd3;
  border-radius: 5px;
  color: #B07C4B;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .law-pricing-section .grid .get-started {
    padding: 10px 0;
    margin: 0 25px;
  }
}

.law-pricing-section .grid .get-started:hover {
  background: #B07C4B;
  color: #fff;
}

.law-pricing-section .pricing-grids > .grid:nth-child(2) {
  background: #030814;
  position: relative;
  background-size: cover;
  z-index: 1;
}

@media screen and (min-width: 1200px) {
  .law-pricing-section .pricing-grids > .grid:nth-child(2) {
    margin-top: -30px;
  }
}

.law-pricing-section .pricing-grids > .grid:nth-child(2) ul li {
  color: #ddd;
}

.law-pricing-section .pricing-grids > .grid:nth-child(2) .type {
  background-color: #091620;
}

.law-pricing-section .pricing-grids > .grid:nth-child(2) .type h5 {
  color: #fff;
}

.law-pricing-section .pricing-grids > .grid:nth-child(2) .pricing-header {
  background: #091620;
}

.law-pricing-section .pricing-grids > .grid:nth-child(2) .pricing-header .price {
  color: #fff;
}

.law-pricing-section .pricing-grids > .grid:nth-child(2) .get-started {
  background: #B07C4B;
  color: #fff;
}

.law-pricing-section .pricing-grids > .grid:nth-child(2) .get-started:hover {
  background: #93683f;
  color: #fff;
}

/*--------------------------------------------------------------
	blog page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9. law-blog-pg-section
--------------------------------------------------------------*/
.law-blog-pg-section {
  /*** format-standard ***/
  /*** format-gallery ***/
  /*** format-quote ***/
  /*** format-video ***/
}

.law-blog-pg-section .law-blog-content .post {
  margin-bottom: 70px;
}

@media (max-width: 991px) {
  .law-blog-pg-section .law-blog-content .post {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) {
  .law-blog-pg-section .law-blog-content .post {
    margin-bottom: 40px;
  }
}

.law-blog-pg-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}

@media (max-width: 767px) {
  .law-blog-pg-section .entry-meta {
    margin: 25px 0;
  }
}

.law-blog-pg-section .entry-meta ul {
  list-style: none;
}

.law-blog-pg-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.93333rem;
  float: left;
  text-transform: uppercase;
}

.law-blog-pg-section .entry-meta ul li a {
  color: #636893;
  text-decoration: underline;
}

.law-blog-pg-section .entry-meta ul li a:hover {
  color: #B07C4B;
}

.law-blog-pg-section .entry-meta ul li i {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.law-blog-pg-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.law-blog-pg-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #B07C4B;
  border-radius: 50%;
}

@media (max-width: 440px) {
  .law-blog-pg-section .entry-meta ul li + li:before {
    display: none;
  }
}

@media (max-width: 440px) {
  .law-blog-pg-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .law-blog-pg-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 440px) {
  .law-blog-pg-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.law-blog-pg-section .post h3 {
  font-size: 34px;
  font-size: 2.26667rem;
  line-height: 1.2em;
  font-weight: 600;
  margin: -0.27em 0 0.7em;
  font-family: "黑体", serif;
}

@media (max-width: 991px) {
  .law-blog-pg-section .post h3 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

@media (max-width: 767px) {
  .law-blog-pg-section .post h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

.law-blog-pg-section .post h3 a {
  color: #1A284F;
}

.law-blog-pg-section .post h3 a:hover {
  color: #B07C4B;
}

.law-blog-pg-section .post p {
  margin-bottom: 1.5em;
}

@media (max-width: 991px) {
  .law-blog-pg-section .post p {
    font-size: 16px;
    font-size: 1.06667rem;
  }
}

.law-blog-pg-section .post a.read-more {
  text-decoration: underline;
  color: #969AA6;
  text-transform: uppercase;
  font-family: "Old Standard TT", serif;
  font-size: 16px;
}

.law-blog-pg-section .post a.read-more:hover {
  color: #B07C4B;
}

.law-blog-pg-section .entry-media img {
  width: 100%;
}

.law-blog-pg-section .format-standard,
.law-blog-pg-section .format-quote {
  background-color: #f3f3f3;
  padding: 25px 35px 45px;
}

@media (max-width: 767px) {
  .law-blog-pg-section .format-standard,
  .law-blog-pg-section .format-quote {
    padding: 25px 20px 45px;
  }
}

.law-blog-pg-section .format-standard {
  position: relative;
}

.law-blog-pg-section .format-standard:before {
  position: absolute;
  right: 0;
  top: 0;
  content: "\f103";
  font-family: "flaticon_ProLawyer";
  font-size: 90px;
  line-height: 80px;
  color: #eff3ff;
}

.law-blog-pg-section .format-gallery {
  position: relative;
}

.law-blog-pg-section .format-gallery .owl-controls {
  width: 100%;
  margin: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.law-blog-pg-section .format-gallery .owl-nav [class*=owl-]:hover {
  background: #B07C4B;
  color: #fff;
}

.law-blog-pg-section .format-gallery .owl-nav [class*=owl-] {
  background: #fff;
  width: 50px;
  height: 50px;
  line-height: 58px;
  padding: 0;
  margin: 0;
  border-radius: 50%;
  color: #B07C4B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 0;
}

.law-blog-pg-section .format-gallery .owl-nav [class*=owl-] .fi::before {
  font-size: 20px;
}

.law-blog-pg-section .format-gallery .owl-nav .owl-prev,
.law-blog-pg-section .format-gallery .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.law-blog-pg-section .format-gallery .owl-nav .owl-prev {
  left: 15px;
}

.law-blog-pg-section .format-gallery .owl-nav .owl-next {
  right: 15px;
}

.law-blog-pg-section .format-quote {
  text-align: center;
  padding: 80px 60px;
  position: relative;
}

@media (max-width: 767px) {
  .law-blog-pg-section .format-quote {
    padding: 40px 20px;
  }
}

.law-blog-pg-section .format-quote p {
  margin-bottom: 0;
}

.law-blog-pg-section .format-quote:before {
  font-family: "Flaticon";
  content: "\f120";
  font-size: 250px;
  font-size: 16.66667rem;
  color: #ecf3fb;
  margin-left: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.law-blog-pg-section .format-quote h3,
.law-blog-pg-section .format-quote p {
  position: relative;
}

.law-blog-pg-section .format-video .video-holder {
  position: relative;
  text-align: center;
}

.law-blog-pg-section .format-video .video-holder:before {
  content: "";
  background-color: #1A284F;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0.5;
}

.law-blog-pg-section .format-video .video-holder:hover:before {
  opacity: 0.7;
}

.law-blog-pg-section .format-video .video-holder a {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 63px;
  height: 63px;
  line-height: 63px;
  background: #fff;
  border-radius: 50%;
  z-index: 1;
}

.law-blog-pg-section .format-video .video-holder a:before {
  position: absolute;
  left: -12px;
  top: -12px;
  width: 140%;
  height: 140%;
  background: rgba(255, 255, 255, 0.3);
  content: "";
  -webkit-animation: save-the-date-pulse 1s infinite;
  animation: save-the-date-pulse 1s infinite;
  border-radius: 50%;
  z-index: -1;
}

.law-blog-pg-section .format-video .video-holder .fi:before {
  font-size: 20px;
  font-size: 1.33333rem;
  color: #B07C4B;
}

@media screen and (min-width: 1200px) {
  .blog-pg-left-sidebar .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

@media screen and (min-width: 1200px) {
  .blog-pg-fullwidth .law-blog-content {
    padding: 0;
  }
}

@-webkit-keyframes save-the-date-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes save-the-date-pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(0.95, 0.95, 0.95);
    transform: scale3d(0.95, 0.95, 0.95);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*--------------------------------------------------------------
	#blog single page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10. law-blog-single-section
--------------------------------------------------------------*/
.law-blog-single-section {
  /*** tag-share ***/
  /*** author-box ***/
  /*** more-posts ***/
  /*** comments area ***/
  /*** comment-respond ***/
}

.law-blog-single-section .entry-meta {
  list-style: none;
  overflow: hidden;
  margin: 35px 0;
}

@media (max-width: 767px) {
  .law-blog-single-section .entry-meta {
    margin: 25px 0;
  }
}

.law-blog-single-section .entry-meta ul {
  list-style: none;
}

.law-blog-single-section .entry-meta ul li {
  font-weight: 500;
  font-size: 14px;
  font-size: 0.93333rem;
  float: left;
  text-transform: uppercase;
}

.law-blog-single-section .entry-meta ul li a {
  color: #636893;
  text-decoration: underline;
}

.law-blog-single-section .entry-meta ul li a:hover {
  color: #B07C4B;
}

.law-blog-single-section .entry-meta ul li i {
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.law-blog-single-section .entry-meta ul li + li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.law-blog-single-section .entry-meta ul li + li:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 7px;
  content: "";
  background: #B07C4B;
  border-radius: 50%;
}

@media (max-width: 440px) {
  .law-blog-single-section .entry-meta ul li + li:before {
    display: none;
  }
}

@media (max-width: 440px) {
  .law-blog-single-section .entry-meta ul li + li {
    margin-left: 0;
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .law-blog-single-section .entry-meta ul li {
    font-size: 12px;
    font-size: 0.8rem;
  }
}

@media (max-width: 440px) {
  .law-blog-single-section .entry-meta ul li {
    float: none;
    display: block;
    margin-bottom: 5px;
  }
}

.law-blog-single-section .entry-media img {
  width: 100%;
}

.law-blog-single-section .post h2 {
  font-size: 35px;
  font-size: 2.33333rem;
  margin: -0.22em 0 0.7em;
  line-height: 1.3em;
  font-family: "Old Standard TT", serif;
}

@media (max-width: 991px) {
  .law-blog-single-section .post h2 {
    font-size: 30px;
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .law-blog-single-section .post h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.law-blog-single-section .post p {
  margin-bottom: 1.5em;
}

.law-blog-single-section .post h3 {
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3em;
  margin: 1.8em 0 1em;
}

@media (max-width: 991px) {
  .law-blog-single-section .post h3 {
    font-size: 22px;
    font-size: 1.46667rem;
  }
}

@media (max-width: 767px) {
  .law-blog-single-section .post h3 {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.law-blog-single-section .post blockquote {
  background-color: #f3f3f3;
  color: #233d62;
  font-size: 20px;
  line-height: 1.6em;
  padding: 65px;
  margin-top: 60px;
  margin-bottom: 40px;
  border: 0;
  text-align: center;
  position: relative;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .law-blog-single-section .post blockquote {
    padding: 55px 25px;
  }
}

.law-blog-single-section .post blockquote:before {
  font-family: "flaticon_ProLawyer";
  content: "\f103";
  font-size: 20px;
  font-size: 1.33333rem;
  color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 50%;
  top: -30px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #f3f3f3;
  background: #fff;
  color: #B07C4B;
  border-radius: 50%;
}

.law-blog-single-section .post .gallery {
  overflow: hidden;
  margin: 40px -7.5px 0;
}

.law-blog-single-section .post .gallery > div {
  width: calc(50% - 15px);
  float: left;
  margin: 0 7.5px 15px;
}

.law-blog-single-section .post .gallery img {
  width: 100%;
}

.law-blog-single-section .tag-share, .law-blog-single-section .tag-share-s2 {
  border-bottom: 1px solid #E8E8E8;
  margin: 75px 0 0;
  padding-bottom: 30px;
  color: #1A284F;
}

@media (max-width: 767px) {
  .law-blog-single-section .tag-share, .law-blog-single-section .tag-share-s2 {
    margin-top: 40px;
  }
}

.law-blog-single-section .tag-share ul, .law-blog-single-section .tag-share-s2 ul {
  list-style: none;
  display: inline-block;
  overflow: hidden;
}

.law-blog-single-section .tag-share ul li, .law-blog-single-section .tag-share-s2 ul li {
  float: left;
}

@media (max-width: 767px) {
  .law-blog-single-section .tag-share ul li, .law-blog-single-section .tag-share-s2 ul li {
    margin: 2px;
  }
}

.law-blog-single-section .tag-share ul > li + li, .law-blog-single-section .tag-share-s2 ul > li + li {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .law-blog-single-section .tag-share ul > li + li, .law-blog-single-section .tag-share-s2 ul > li + li {
    margin: 2px;
  }
}

.law-blog-single-section .tag-share .tag, .law-blog-single-section .tag-share-s2 .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.law-blog-single-section .tag-share .tag > span, .law-blog-single-section .tag-share-s2 .tag > span {
  font-family: "Old Standard TT", serif;
  color: #1A284F;
  font-weight: 600;
  display: inline-block;
  padding-right: 15px;
  text-transform: uppercase;
}

.law-blog-single-section .tag-share .tag ul, .law-blog-single-section .tag-share-s2 .tag ul {
  list-style: none;
  position: relative;
}

.law-blog-single-section .tag-share .tag li, .law-blog-single-section .tag-share-s2 .tag li {
  position: relative;
}

.law-blog-single-section .tag-share .tag a, .law-blog-single-section .tag-share-s2 .tag a {
  font-size: 12px;
  font-size: 0.8rem;
  display: inline-block;
  padding: 5px 18px;
  color: #1A284F;
  background: #f3f3f3;
  border-radius: 5px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .law-blog-single-section .tag-share .tag a, .law-blog-single-section .tag-share-s2 .tag a {
    font-size: 13px;
    font-size: 0.86667rem;
  }
}

.law-blog-single-section .tag-share .tag a:hover, .law-blog-single-section .tag-share-s2 .tag a:hover {
  color: #B07C4B;
}

.law-blog-single-section .tag-share-s2 {
  margin: 0;
  margin-top: 30px;
  border-bottom: 0;
}

.law-blog-single-section .tag-share-s2 .tag a {
  padding: 0;
  font-size: 16px;
  font-size: 1.06667rem;
  text-transform: capitalize;
  background: none;
  text-decoration: underline;
  color: #969AA6;
}

.law-blog-single-section .author-box {
  margin: 35px 0 60px;
}

.law-blog-single-section .author-box .author-avatar {
  float: left;
}

@media (max-width: 767px) {
  .law-blog-single-section .author-box .author-avatar {
    float: none;
  }
}

.law-blog-single-section .author-box .author-avatar img {
  border-radius: 50%;
}

.law-blog-single-section .author-box .author-content {
  display: block;
  overflow: hidden;
  padding-left: 25px;
}

@media (max-width: 767px) {
  .law-blog-single-section .author-box .author-content {
    padding: 0;
    margin: 15px 0 0 0;
  }
}

.law-blog-single-section .author-box .author-content p {
  margin-bottom: 20px;
}

.law-blog-single-section .author-box .author-name {
  font-family: "Old Standard TT", serif;
  font-size: 24px;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  margin-bottom: 10px;
  color: #1A284F;
}

.law-blog-single-section .author-box .social-link {
  display: inline-block;
  list-style: none;
}

.law-blog-single-section .author-box .social-link li {
  float: left;
  margin-right: 12px;
}

.law-blog-single-section .author-box .social-link a {
  display: block;
  font-size: 13px;
  font-size: 0.86667rem;
  color: #1A284F;
}

.law-blog-single-section .author-box .social-link a:hover {
  color: #B07C4B;
}

.law-blog-single-section .more-posts {
  overflow: hidden;
  border: 1px solid #d8e0f1;
  padding: 0 25px;
}

.law-blog-single-section .more-posts > div {
  width: 50%;
  float: left;
}

@media (max-width: 767px) {
  .law-blog-single-section .more-posts > div {
    width: 100%;
    float: none;
  }
}

.law-blog-single-section .more-posts > div > a {
  display: inline-block;
}

.law-blog-single-section .more-posts .previous-post,
.law-blog-single-section .more-posts .next-post {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .law-blog-single-section .more-posts .previous-post,
  .law-blog-single-section .more-posts .next-post {
    padding: 25px 15px !important;
  }
}

.law-blog-single-section .more-posts .next-post {
  text-align: right;
  border-left: 1px solid #d8e0f1;
  padding-left: 15px;
  padding-right: 5px;
}

@media (max-width: 767px) {
  .law-blog-single-section .more-posts .next-post {
    border-left: 0;
    text-align: left;
    border-top: 1px solid #d8e0f1;
  }
}

.law-blog-single-section .more-posts .next-post .post-control-link {
  padding-right: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .law-blog-single-section .more-posts .next-post .post-control-link {
    padding-right: 0;
  }
}

.law-blog-single-section .more-posts .next-post .post-control-link:before {
  font-family: "themify";
  content: "\e628";
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 767px) {
  .law-blog-single-section .more-posts .next-post .post-control-link:before {
    display: none;
  }
}

.law-blog-single-section .more-posts .previous-post {
  padding-right: 15px;
  padding-left: 5px;
}

.law-blog-single-section .more-posts .previous-post .post-control-link {
  padding-left: 25px;
  position: relative;
}

@media (max-width: 767px) {
  .law-blog-single-section .more-posts .previous-post .post-control-link {
    padding-left: 0;
  }
}

.law-blog-single-section .more-posts .previous-post .post-control-link:before {
  font-family: "themify";
  content: "\e629";
  position: absolute;
  left: 0;
  top: 0;
}

@media (max-width: 767px) {
  .law-blog-single-section .more-posts .previous-post .post-control-link:before {
    display: none;
  }
}

.law-blog-single-section .more-posts .previous-post > a > span,
.law-blog-single-section .more-posts .next-post > a > span {
  display: block;
}

.law-blog-single-section .more-posts .post-control-link {
  font-size: 14px;
  font-size: 0.93333rem;
  color: #969AA6;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
}

.law-blog-single-section .more-posts .post-name {
  font-family: "Old Standard TT", serif;
  font-size: 18px;
  font-size: 1.2rem;
  color: #1A284F;
  margin: 0.7em 0 0;
}

@media (max-width: 991px) {
  .law-blog-single-section .more-posts .post-name {
    font-size: 18px;
    font-size: 1.2rem;
  }
}

.law-blog-single-section .more-posts a:hover .post-control-link {
  color: #B07C4B;
}

.law-blog-single-section .comments-area {
  margin-top: 70px;
}

.law-blog-single-section .comments-area li > div {
  border-bottom: 1px solid #e4effb;
  padding: 35px;
}

@media (max-width: 991px) {
  .law-blog-single-section .comments-area li > div {
    padding: 35px 25px;
  }
}

.law-blog-single-section .comments-area ol {
  list-style-type: none;
  padding-left: 0;
}

.law-blog-single-section .comments-area ol ul {
  padding-left: 30px;
  list-style-type: none;
}

.law-blog-single-section .comments-area ol > li:last-child div {
  border-bottom: 0;
}

.law-blog-single-section .comments-area .comments-title {
  font-size: 22px;
  font-size: 1.46667rem;
  font-weight: 500;
  margin: 0 0 1em;
  text-transform: uppercase;
  letter-spacing: 3px;
}

@media (max-width: 991px) {
  .law-blog-single-section .comments-area .comments-title {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.law-blog-single-section .comments-area li > div {
  position: relative;
}

.law-blog-single-section .comments-area .comment-theme {
  position: absolute;
  left: 35px;
}

@media (max-width: 767px) {
  .law-blog-single-section .comments-area .comment-theme {
    position: static;
  }
}

.law-blog-single-section .comments-area .comment-theme img {
  border-radius: 50%;
}

.law-blog-single-section .comments-area .comment-main-area {
  padding-left: 100px;
}

@media (max-width: 767px) {
  .law-blog-single-section .comments-area .comment-main-area {
    padding-left: 0;
    margin-top: 25px;
  }
}

.law-blog-single-section .comments-area .comment-main-area p {
  margin-bottom: 20px;
}

.law-blog-single-section .comments-area .comments-meta h4 {
  font-family: "Old Standard TT", serif;
  font-size: 18px;
  font-size: 1.2rem;
  color: #1A284F;
  font-weight: bold;
  margin: 0 0 1em;
}

.law-blog-single-section .comments-area .comments-meta h4 span {
  font-size: 15px;
  font-size: 1rem;
  color: #969AA6;
  font-weight: normal;
  text-transform: none;
  display: inline-block;
  padding-left: 5px;
  font-family: "Mukta", sans-serif;
}

@media (max-width: 767px) {
  .law-blog-single-section .comments-area .comments-meta h4 span {
    padding-left: 0;
  }
}

.law-blog-single-section .comments-area .comment-reply-link {
  font-family: "Old Standard TT", serif;
  font-size: 14px;
  font-size: 0.93333rem;
  font-weight: 600;
  color: #1A284F;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  font-family: "Mukta", sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.law-blog-single-section .comments-area .comment-reply-link:hover {
  color: #B07C4B;
}

.law-blog-single-section .comment-respond {
  margin-top: 70px;
}

.law-blog-single-section .comment-respond .comment-reply-title {
  font-size: 22px;
  font-size: 1.46667rem;
  margin: 0 0 1.5em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

@media (max-width: 991px) {
  .law-blog-single-section .comment-respond .comment-reply-title {
    font-size: 20px;
    font-size: 1.33333rem;
  }
}

.law-blog-single-section .comment-respond form input,
.law-blog-single-section .comment-respond form textarea {
  background-color: #fff;
  width: 100%;
  height: 55px;
  border: 1px solid #a4adbe;
  padding: 6px 15px;
  margin-bottom: 15px;
  outline: 0;
  border-radius: 30px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.law-blog-single-section .comment-respond form input:focus,
.law-blog-single-section .comment-respond form textarea:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #B07C4B;
}

@media (max-width: 991px) {
  .law-blog-single-section .comment-respond form input,
  .law-blog-single-section .comment-respond form textarea {
    height: 40px;
  }
}

.law-blog-single-section .comment-respond form textarea {
  height: 220px;
  padding: 15px;
}

@media (max-width: 991px) {
  .law-blog-single-section .comment-respond form textarea {
    height: 150px;
  }
}

.law-blog-single-section .comment-respond .form-inputs {
  overflow: hidden;
}

.law-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
  width: 49%;
  float: left;
}

@media (max-width: 767px) {
  .law-blog-single-section .comment-respond .form-inputs > input:nth-child(1) {
    width: 100%;
    float: none;
  }
}

.law-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
  width: 49%;
  float: right;
}

@media (max-width: 767px) {
  .law-blog-single-section .comment-respond .form-inputs > input:nth-child(2) {
    width: 100%;
    float: none;
  }
}

.law-blog-single-section .comment-respond .form-submit input {
  font-family: "Old Standard TT", serif;
  max-width: 180px;
  background-color: #1e2845;
  color: #fff;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 2px;
  border-radius: 30px;
}

.law-blog-single-section .comment-respond .form-submit input:hover {
  background-color: #1A284F;
}

@media screen and (min-width: 1200px) {
  .law-blog-single-left-sidebar-section .blog-sidebar {
    padding-right: 45px;
    padding-left: 0;
  }
}

/*--------------------------------------------------------------
	#contact page
--------------------------------------------------------------*/
/*--------------------------------------------------------------
11. law-contact-pg-section
--------------------------------------------------------------*/
.law-contact-pg-section {
  padding-bottom: 0px;
}

.law-contact-pg-section .law-contact-title {
  max-width: 440px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .law-contact-pg-section .law-contact-title {
    margin-bottom: 30px;
  }
}

.law-contact-pg-section .law-contact-title h2 {
  font-size: 35px;
  font-size: 2.33333rem;
  font-weight: 600;
  margin-bottom: 20px;
}

@media (max-width: 575px) {
  .law-contact-pg-section .law-contact-title h2 {
    font-size: 25px;
    font-size: 1.66667rem;
  }
}

.law-contact-pg-section form input,
.law-contact-pg-section form select,
.law-contact-pg-section form textarea {
  background: #f5f5f5;
  width: 100%;
  height: 45px;
  border: 1px solid transparent;
  border-radius: 30px;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-left: 25px;
}

@media (max-width: 991px) {
  .law-contact-pg-section form input,
  .law-contact-pg-section form select,
  .law-contact-pg-section form textarea {
    height: 45px;
  }
}

.law-contact-pg-section form input:focus,
.law-contact-pg-section form select:focus,
.law-contact-pg-section form textarea:focus {
  border-color: #B07C4B;
  background: #f5f5f5;
}

.law-contact-pg-section form textarea {
  height: 180px;
  padding-top: 15px;
}

.law-contact-pg-section form {
  margin: 0 -15px;
  overflow: hidden;
}

.law-contact-pg-section form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.law-contact-pg-section form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.law-contact-pg-section form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.law-contact-pg-section form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}

.law-contact-pg-section form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 25px;
  font-size: 15px;
  font-size: 1rem;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.law-contact-pg-section form .submit-area {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}

@media (max-width: 767px) {
  .law-contact-pg-section form .submit-area {
    margin-bottom: 0;
  }
}

.law-contact-pg-section form .submit-area .law-btn {
  border-radius: 30px;
  font-family: "Mukta", sans-serif;
  font-size: 16px;
}

.law-contact-pg-section form > div {
  width: calc(50% - 30px);
  float: left;
  margin: 0 15px 25px;
}

@media (max-width: 600px) {
  .law-contact-pg-section form > div {
    width: calc(100% - 25px);
    float: none;
  }
}

.law-contact-pg-section form .fullwidth {
  width: calc(100% - 25px);
  float: none;
  clear: both;
}

.law-contact-pg-section .office-info {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .law-contact-pg-section .office-info {
    padding-bottom: 60px;
  }
}

@media (max-width: 1200px) {
  .law-contact-pg-section .office-info .col .office-info-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 1200px) {
  .law-contact-pg-section .office-info .col:last-child .office-info-item {
    margin-bottom: 0px;
  }
}

.law-contact-pg-section .office-info .office-info-item {
  text-align: center;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 5px 15px 0px rgba(62, 65, 159, 0.1);
  padding: 40px;
}

.law-contact-pg-section .office-info .office-info-item .office-info-icon {
  width: 85px;
  height: 85px;
  background: #f5f5f5;
  line-height: 85px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
}

.law-contact-pg-section .office-info .office-info-item .office-info-icon i {
  font-size: 40px;
}

.law-contact-pg-section .office-info .office-info-item .office-info-text h2 {
  font-size: 30px;
  font-weight: 500;
  margin: 20px 0 10px;
}

.law-contact-pg-section .office-info .office-info-item .office-info-text p {
  margin-bottom: 0;
}

.law-contact-pg-section .law-contact-form-area {
  padding: 50px;
  background: #fff;
  -webkit-box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
          box-shadow: 0px 1px 15px 0px rgba(62, 65, 159, 0.1);
  padding-bottom: 0;
  margin-bottom: -125px;
  position: relative;
  z-index: 99;
}

@media (max-width: 767px) {
  .law-contact-pg-section .law-contact-form-area {
    padding: 30px;
    padding-top: 50px;
  }
}

.law-contact-map-section .law-contact-map {
  height: 550px;
}

.law-contact-map-section iframe {
  width: 100%;
  height: 100%;
  border: 0;
  outline: 0;
}

.law-contact-map-section h2.hidden {
  display: none;
}

/*--------------------------------------------------------------
12. error-404-section
--------------------------------------------------------------*/
.error-404-section {
  text-align: center;
}

.error-404-section .error-message {
  margin-top: 70px;
  padding: 0 200px;
}

@media (max-width: 991px) {
  .error-404-section .error-message {
    margin-top: 50px;
    padding: 0 100px;
  }
}

@media (max-width: 767px) {
  .error-404-section .error-message {
    padding: 0;
  }
}

.error-404-section .error-message h3 {
  font-size: 30px;
  font-size: 2rem;
  margin: 0 0 0.8em;
}

.error-404-section .error-message p {
  margin-bottom: 1.8em;
}

/*--------------------------------------------------------------
13. law-faq-page
--------------------------------------------------------------*/
.law-faq-section .law-section-title {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.law-faq-section .law-section-title h2 {
  padding-right: 0;
}

.law-faq-section .law-section-title:before, .law-faq-section .law-section-title:after {
  display: none;
}

.law-faq-section .accordion-item {
  border: 0;
  border: 1px solid #e1e1e1;
  padding: 5px 20px;
  margin-bottom: 20px;
}

.law-faq-section .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

.law-faq-section .accordion-item button {
  padding: 20px;
  border: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  color: #1A284F;
  text-align: left;
  font-family: "Mukta", sans-serif;
}

.law-faq-section .accordion-item button::after {
  background: none;
  font-family: "themify";
  content: "\e622";
  font-size: 15px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  font-weight: 700;
}

.law-faq-section .accordion-item button.collapsed {
  color: #373b3e;
}

.law-faq-section .accordion-item button.collapsed::after {
  content: "\e61a";
}

.law-faq-section .accordion-item button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border-color: #e1e1e1;
}

.law-faq-section .accordion-item .accordion-collapse {
  border: 0;
}

.law-faq-section .accordion-button {
  background: transparent;
}

/*-----------------------------------------------------
#4.1 faq section
------------------------------------------------------*/
.question-area {
  padding-top: 100px;
  border-top: 1px solid #E8E8E8;
}

@media (max-width: 991px) {
  .question-area {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .question-area {
    padding-top: 60px;
  }
}

.question-area .law-section-title {
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.question-area .law-section-title h2 {
  padding-right: 0;
}

.question-area .law-section-title:before, .question-area .law-section-title:after {
  display: none;
}

.question-area .law-section-title {
  text-align: center;
}

.question-area .law-section-title h2 {
  display: inline-block;
}

@media (max-width: 590px) {
  .question-area .law-section-title {
    text-align: left;
  }
}

.question-touch {
  max-width: 570px;
  margin: auto;
  -webkit-box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  box-shadow: 0px 5px 15px 0px rgba(68, 68, 68, 0.1);
  padding: 50px;
  text-align: center;
  padding-top: 60px;
  background: #fff;
}

@media (max-width: 590px) {
  .question-touch {
    padding: 15px;
  }
}

@media (max-width: 991px) {
  .faq-pb {
    margin-top: 15px;
  }
}

.question-touch h2 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-top: 0;
  margin-bottom: 35px;
}

.question-touch .half-col {
  width: 100%;
}

.question-touch input,
.question-touch textarea {
  width: 100%;
  height: 50px;
  border: none;
  outline: none;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #ddd;
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 22px;
  padding-left: 0;
}

.question-touch input:focus,
.question-touch textarea:focus {
  outline: none;
  background: none;
  border-radius: 0;
  border-bottom: 1px solid #eeeeee;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.question-touch textarea {
  height: 160px;
}

.question-touch ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #888;
  font-size: 14px;
}

.question-touch ::-moz-placeholder {
  /* Firefox 19+ */
  color: #888;
  font-size: 14px;
}

.question-touch :-ms-input-placeholder {
  /* IE 10+ */
  color: #888;
  font-size: 14px;
}

.question-touch :-moz-placeholder {
  /* Firefox 18- */
  color: #888;
  font-size: 14px;
}

/*--------------------------------------------------------------
14. law-terms-section
--------------------------------------------------------------*/
.law-terms-section h4 {
  font-size: 30px;
  margin-bottom: 30px;
}

.law-terms-section .law-terms-wrap .law-terms-img img {
  width: 100%;
}

.law-terms-section .law-terms-wrap .law-terms-text {
  padding-top: 30px;
}

.law-terms-section .law-terms-wrap .law-terms-text h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .law-terms-section .law-terms-wrap .law-terms-text h2 {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .law-terms-section .law-terms-wrap .law-terms-text h2 {
    font-size: 25px;
  }
}

.law-terms-section .law-terms-wrap .law-terms-text ul {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 40px;
}

.law-terms-section .law-terms-wrap .law-terms-text ul li {
  padding: 10px;
  position: relative;
  padding-left: 20px;
}

.law-terms-section .law-terms-wrap .law-terms-text ul li:before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  background: #B07C4B;
  content: "";
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.law-terms-section .law-terms-wrap .law-terms-text .t-sub {
  padding: 20px 0;
}

.law-terms-section .law-terms-wrap .law-terms-text .t-sub .law-p-details-img {
  margin-bottom: 20px;
}

.law-terms-section .law-faq-section {
  margin-top: 30px;
}
/*# sourceMappingURL=style.css.map */

.foottextinfo{
  display: flex;

}
.footertext{
  flex:1 0 auto;
}
.fqr_code{
  width: 120px;
  flex:0 0 auto;
}