@import url(https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i);
@import url(https://fonts.googleapis.com/css?family=Kaushan+Script);





body {
  font-family: Muli;
  font-style: normal;
  line-height: 1.5;
}
.mbr-section-title {
  font-style: normal;
  line-height: 1.2;
}
.mbr-section-subtitle {
  line-height: 1.3;
}
.mbr-text {
  font-style: normal;
  line-height: 1.6;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.75rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Kaushan Script', cursive;
  font-size: 2rem;
}
.display-5 > .mbr-iconfont {
  font-size: 3.2rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3rem;
    font-size: calc( 1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.9625rem + (3.75 - 1.9625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  border-radius: 0;
  font-weight: 600;
  border-width: 2px;
  font-style: normal;
  letter-spacing: 2px;
  margin: .4rem .8rem;
  white-space: normal;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  border-radius: 0px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
}
.btn-sm {
  font-weight: 600;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 5px 10px;
  border-radius: 0px;
}
.btn-md {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  border-radius: 0px;
}
.btn-lg {
  font-weight: 600;
  letter-spacing: 2px;
  margin: .4rem .8rem !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 15px;
  border-radius: 0px;
}
.bg-primary {
  background-color: #444444 !important;
}
.bg-success {
  background-color: #0f7699 !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #767676 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #444444;
  border-color: #444444;
  color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1e1e1e !important;
  border-color: #1e1e1e !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #ffa200;
  border-color: #ffa200;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff;
  background-color: #b37100;
  border-color: #b37100;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #b37100 !important;
  border-color: #b37100 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #82786e;
  border-color: #82786e;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff;
  background-color: #59524b;
  border-color: #59524b;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #0f7699;
  border-color: #0f7699;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #ffffff;
  background-color: #084053;
  border-color: #084053;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #084053 !important;
  border-color: #084053 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #879a9f;
  border-color: #879a9f;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff;
  background-color: #617479;
  border-color: #617479;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #767676;
  border-color: #767676;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff;
  background-color: #505050;
  border-color: #505050;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #505050 !important;
  border-color: #505050 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #ffffff;
  background-color: #d4d4d4;
  border-color: #d4d4d4;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #ffffff !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-black,
.btn-black:active,
.btn-black.active {
  background-color: #333333;
  border-color: #333333;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff;
  background-color: #0d0d0d;
  border-color: #0d0d0d;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active,
.btn-primary-outline.active {
  background: none;
  border-color: #111111;
  color: #111111;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  background-color: #444444;
  border-color: #444444;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #444444 !important;
  border-color: #444444 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #996100;
  color: #996100;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  background-color: #ffa200;
  border-color: #ffa200;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ffa200 !important;
  border-color: #ffa200 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #062e3c;
  color: #062e3c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #ffffff;
  background-color: #0f7699;
  border-color: #0f7699;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #0f7699 !important;
  border-color: #0f7699 !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #434343;
  color: #434343;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  background-color: #767676;
  border-color: #767676;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #767676 !important;
  border-color: #767676 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #444444 !important;
}
.text-secondary {
  color: #ffa200 !important;
}
.text-success {
  color: #0f7699 !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #767676 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #111111 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #996100 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #062e3c !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #434343 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #767676;
}
.mbr-gallery-filter li.active .btn {
  background-color: #444444;
  border-color: #444444;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.btn-form {
  border-radius: 0;
}
.btn-form:hover {
  cursor: pointer;
}
a,
a:hover {
  color: #444444;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b7b7b7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #3cbfec;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b6b6b6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  opacity: 0 !important;
}
/* Others*/
.note-check a[data-value=Rubik] {
  font-style: normal;
}
.mbr-arrow a {
  color: #ffffff;
}
.form-control-label {
  position: relative;
  cursor: pointer;
  margin-bottom: .357em;
  padding: 0;
}
.alert {
  color: #ffffff;
  border-radius: 0;
  border: 0;
  font-size: .875rem;
  line-height: 1.5;
  margin-bottom: 1.875rem;
  padding: 1.25rem;
  position: relative;
}
.alert.alert-form::after {
  background-color: inherit;
  bottom: -7px;
  content: "";
  display: block;
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  transform: rotate(45deg);
  width: 14px;
}
.form-control {
  background-color: #f5f5f5;
  box-shadow: none;
  color: #565656;
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
  line-height: 1.43;
  min-height: 3.5em;
  padding: 1.07em .5em;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
.form-control,
.form-control:focus {
  border: 1px solid #e8e8e8;
}
.form-active .form-control:invalid {
  border-color: red;
}
.mbr-overlay {
  background-color: #000;
  bottom: 0;
  left: 0;
  opacity: .5;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
blockquote {
  font-style: italic;
  padding: 10px 0 10px 20px;
  font-size: 1.09rem;
  position: relative;
  border-color: #444444;
  border-width: 3px;
}
ul,
ol,
pre,
blockquote {
  margin-bottom: 2.3125rem;
}
pre {
  background: #f4f4f4;
  padding: 10px 24px;
  white-space: pre-wrap;
}
.inactive {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-user-drag: none;
  user-drag: none;
}
.mbr-section__comments .row {
  justify-content: center;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Social block */
.btn-social {
  font-size: 20px;
  border-radius: 50%;
  padding: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  position: relative;
  border: 2px solid #c0a375;
  border-color: #444444;
  color: #232323;
  cursor: pointer;
}
.btn-social i {
  top: 0;
  line-height: 44px;
  width: 44px;
}
.btn-social:hover {
  color: #fff;
  background: #444444;
}
.btn-social + .btn {
  margin-left: .1rem;
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #444444;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #444444;
}
/* Headers*/
.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.note-air-layout .dropup .dropdown-menu,
.note-air-layout .navbar-fixed-bottom .dropdown .dropdown-menu {
  bottom: initial !important;
}
html,
body {
  height: auto;
  min-height: 100vh;
}
.cid-qv5aBvSQ3R {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/0329.jpg");
}
.cid-qv5aBvSQ3R .mbr-section-title {
  letter-spacing: .1em;
}
.cid-qv5aBvSQ3R .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-qv5aBvSQ3R .card-img span {
  font-size: 100px;
}
.cid-qv7bYd987E {
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/background4.jpg");
}
.cid-qv7bYd987E .image-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-qv7bYd987E .image-block {
    width: 100% !important;
  }
}
.cid-qv5tH8U86a {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-qv5tH8U86a .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qv5tH8U86a .card {
  margin-bottom: 2rem;
}
.cid-qv5tH8U86a .card-box {
  padding-top: 2rem;
}
.cid-qv5tH8U86a .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qv5tH8U86a .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #444444;
}
.cid-qv5tH8U86a .btn {
  margin: .3rem;
}
.cid-qv5tH8U86a .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qv5tH8U86a .fixed-parse .row-content {
  margin: 0;
}
.cid-qv5Ij4SNkW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-qv5Ij4SNkW .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qv5Ij4SNkW .card {
  margin-bottom: 2rem;
}
.cid-qv5Ij4SNkW .card-box {
  padding-top: 2rem;
}
.cid-qv5Ij4SNkW .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qv5Ij4SNkW .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-qv5Ij4SNkW .btn {
  margin: .3rem;
}
.cid-qv5Ij4SNkW .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qv5Ij4SNkW .fixed-parse .row-content {
  margin: 0;
}
.cid-qv5Z8xd6Mu {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-qv5Z8xd6Mu .signature {
  transform: rotate(-3deg);
  color: #444444;
}
.cid-qv5Z8xd6Mu .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-qv5Z8xd6Mu .card-img {
  margin-bottom: 1rem;
}
.cid-qv5Z8xd6Mu .card-img span {
  font-size: 60px;
}
.cid-qv5Z8xd6Mu .mbr-text,
.cid-qv5Z8xd6Mu .mbr-section-btn {
  color: #444444;
}
.cid-qv5Z8xd6Mu H1 {
  color: #444444;
}
.cid-qv5UR3kUxG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-qv5UR3kUxG .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-qv5UR3kUxG .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qv5UR3kUxG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qv5UR3kUxG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qv5UR3kUxG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qv5UR3kUxG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qv5UR3kUxG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qv5UR3kUxG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qv5UR3kUxG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qv5UR3kUxG .navbar .navbar-toggler {
    flex-basis: 30%;
  }
  .cid-qv5UR3kUxG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qv5UR3kUxG .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qv5UR3kUxG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qv5UR3kUxG .dropdown-item.active,
.cid-qv5UR3kUxG .dropdown-item:active {
  background-color: transparent;
}
.cid-qv5UR3kUxG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qv5UR3kUxG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qv5UR3kUxG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qv5UR3kUxG .navbar-buttons {
  text-align: center;
}
.cid-qv5UR3kUxG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qv5UR3kUxG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qv5UR3kUxG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qv5UR3kUxG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qv5UR3kUxG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qvbxGJ9u7n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-qvbxGJ9u7n .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-qvbxGJ9u7n .video-block {
    width: 100% !important;
  }
}
.cid-qvaY7wX4YJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-qvaY7wX4YJ .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-qvaY7wX4YJ .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-qvaY7wX4YJ .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-qv6oLk40Uc {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-qv6oLk40Uc .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
  opacity: 0.7;
}
.cid-qv6oLk40Uc .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qv6oLk40Uc .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qv6oLk40Uc .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qv6oLk40Uc .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qv6oLk40Uc .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qv6oLk40Uc .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qv6oLk40Uc .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qv6oLk40Uc .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qv5UR3kUxG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-qv5UR3kUxG .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-qv5UR3kUxG .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qv5UR3kUxG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qv5UR3kUxG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qv5UR3kUxG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qv5UR3kUxG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qv5UR3kUxG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qv5UR3kUxG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qv5UR3kUxG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qv5UR3kUxG .navbar .navbar-toggler {
    flex-basis: 30%;
  }
  .cid-qv5UR3kUxG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qv5UR3kUxG .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qv5UR3kUxG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qv5UR3kUxG .dropdown-item.active,
.cid-qv5UR3kUxG .dropdown-item:active {
  background-color: transparent;
}
.cid-qv5UR3kUxG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qv5UR3kUxG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qv5UR3kUxG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qv5UR3kUxG .navbar-buttons {
  text-align: center;
}
.cid-qv5UR3kUxG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qv5UR3kUxG a.nav-link {
  display: flex;
  align-items: center;
}
.cid-qv5UR3kUxG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qv5UR3kUxG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qv5UR3kUxG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qv6q1wCqqO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/background4-1920x1280.jpg");
}
.cid-qv6q1wCqqO .mbr-section-title {
  letter-spacing: .1em;
}
.cid-qv6q1wCqqO .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-qv6q1wCqqO .card-img span {
  font-size: 100px;
}
.cid-qvb7UnhGoP {
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/0329.jpg");
}
.cid-qvb7UnhGoP .mbr-section-title {
  letter-spacing: .1em;
}
.cid-qvb7UnhGoP .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-qvb7UnhGoP .card-img span {
  font-size: 100px;
}
.cid-qv6q1UQLBQ {
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/background1.jpg");
}
.cid-qv6q1UQLBQ .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-qv6q1UQLBQ .mbr-section-title {
  letter-spacing: .1em;
}
.cid-qv6q1UQLBQ .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-qv6q1UQLBQ .mbr-media {
  height: 70px;
}
.cid-qv6q1UQLBQ .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-qv6q1UQLBQ .mbr-media span:hover {
  opacity: 0.7;
}
.cid-qv6q1UQLBQ .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-qv6q1UQLBQ .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-qv6q1UQLBQ .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-qv6q1UQLBQ .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-qv6q1UQLBQ a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-qv6q1UQLBQ a.close:hover {
  color: #ffffff;
}
.cid-qv6q2xPgYr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/background3.jpg");
}
.cid-qv6q2xPgYr .intro-body {
  vertical-align: middle;
}
.cid-qv6q2xPgYr .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-qv6q2xPgYr .text {
  color: white;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.cid-qv6q2xPgYr .signature {
  transform: rotate(-3deg);
}
.cid-qv6q2xPgYr .mbr-text {
  width: 100%;
  height: auto;
}
.cid-qv6q2xPgYr .video {
  text-align: center;
  vertical-align: middle;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .cid-qv6q2xPgYr .video {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-qv6q2xPgYr .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-qv6q2xPgYr .content,
  .cid-qv6q2xPgYr .video {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-qv6q2dYLfJ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/background2.jpg");
}
.cid-qv6q2dYLfJ h2 {
  text-align: center;
  letter-spacing: 0.1em;
}
.cid-qv6q2dYLfJ .lower-line {
  text-align: center;
}
.cid-qv6q2dYLfJ .mbr-form {
  margin-bottom: 3rem;
}
.cid-qv6q2dYLfJ .form-control {
  min-height: 2.7em;
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  background-color: white;
  border-radius: 0px;
  font-size: 18px;
}
.cid-qv6q2dYLfJ .input-form {
  width: 480px;
  margin: 0 auto;
}
.cid-qv6q2dYLfJ a.btn {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  letter-spacing: 0.1em;
}
.cid-qv6q2dYLfJ .input-group-btn {
  align-self: center;
  -webkit-align-self: center;
  z-index: 3;
}
.cid-qv6q2dYLfJ .input-group-btn .btn {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0px;
  border-radius: 0px;
}
.cid-qv6q2dYLfJ .btn-black {
  background-color: black;
  border-color: black;
}
.cid-qv6q2dYLfJ .btn-black:hover {
  opacity: 0.6;
}
.cid-qv6q2dYLfJ a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-qv6q2dYLfJ a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qv6q2dYLfJ .mbr-subscribe .input-group-btn {
  display: inline-block;
}
.cid-qv6q2dYLfJ .mbr-subscribe .input-group-btn button,
.cid-qv6q2dYLfJ .mbr-subscribe .input-group-btn a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 350px) {
  .cid-qv6q2dYLfJ .mbr-subscribe {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qv6q2dYLfJ input[type="email"] {
    width: 100%;
    margin-bottom: 2px;
  }
  .cid-qv6q2dYLfJ .input-group-btn {
    width: 100%;
  }
  .cid-qv6q2dYLfJ .input-group-btn .btn {
    border-radius: 3px;
  }
}
@media (max-width: 768px) {
  .cid-qv6q2dYLfJ .input-form {
    width: 80%;
    margin: 0 auto;
  }
  .cid-qv6q2dYLfJ .input-group-btn a.btn {
    width: 100%;
  }
  .cid-qv6q2dYLfJ .input-group-btn {
    width: calc(92%);
  }
  .cid-qv6q2dYLfJ .input-group-btn button[type="submit"] {
    width: 100%;
  }
  .cid-qv6q2dYLfJ .input-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    max-width: 300px;
  }
  .cid-qv6q2dYLfJ .input-group input[type="email"] {
    width: 100%;
    margin-bottom: 3px;
  }
  .cid-qv6q2dYLfJ .input-group span {
    display: inline;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-qv6q2dYLfJ .input-group-btn button,
  .cid-qv6q2dYLfJ .input-group-btn a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-qv6q2dYLfJ .dot {
    display: none;
  }
}
@media (min-width: 769px) {
  .cid-qv6q2dYLfJ .mbr-subscribe > * {
    margin: 0 0rem;
  }
}
.cid-qv6q2dYLfJ .mbr-section-subtitle B {
  color: #232323;
}
.cid-qv6q2dYLfJ .social-list {
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  flex-wrap: nowrap;
}
.cid-qv6q2dYLfJ .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: white;
}
.cid-qv6q2dYLfJ .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qv6q2dYLfJ .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qv6q2dYLfJ .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-qv6q2dYLfJ .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qv6q2dYLfJ .number-wrap {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.15);
  position: relative;
  display: inline-block;
  padding: 0;
  text-align: center;
  margin: 0;
  border-radius: 2px;
  max-width: 100%;
}
.cid-qv6q2dYLfJ .number {
  font-family: 'Roboto Mono', monospace;
  font-style: normal;
  font-weight: 100;
  font-size: 70px;
  text-transform: none;
  letter-spacing: -2px;
  word-spacing: 0;
  line-height: 1.3;
  color: #ffffff;
}
@media (max-width: 769px) {
  .cid-qv6q2dYLfJ .number {
    font-size: 55px;
  }
}
.cid-qv6q2dYLfJ .period {
  margin-top: 16px;
  display: block;
  padding-top: 18px;
  border-top: 1px solid white;
  margin-bottom: 25px;
  font-family: raleway;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.cid-qv6q2dYLfJ .dot {
  position: absolute;
  top: -10px;
  right: -1em;
  width: 1em;
  display: none;
  height: 5%;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 55px;
  line-height: 89.65px;
  text-transform: none;
  letter-spacing: 0;
  word-spacing: 0;
  color: #ffffff;
}
.cid-qv6q2dYLfJ .countdown-cont {
  max-width: 700px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .cid-qv6q2dYLfJ .main > div {
    text-align: center;
  }
  .cid-qv6q2dYLfJ .countdown-cont {
    width: 100%;
  }
}
@media (max-width: 543px) {
  .cid-qv6q2dYLfJ .number-wrap {
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .cid-qv6q2dYLfJ .col-xs-3 {
    padding-left: 0;
    padding-right: 0;
  }
  .cid-qv6q2dYLfJ .number-wrap {
    min-width: auto;
  }
}
@media (max-width: 440px) {
  .cid-qv6q2dYLfJ .number,
  .cid-qv6q2dYLfJ .dot {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .cid-qv6q2dYLfJ .period {
    font-size: 0.8rem;
  }
}
.cid-qv6q2dYLfJ .countdown {
  padding-top: 20px !important;
}
.cid-qv6q2dYLfJ .countdown > div {
  flex: 0 0 80% !important;
  max-width: 80% !important;
  margin: 0 auto;
  justify-content: space-between;
}
.cid-qv6q2dYLfJ .countdown > div > div {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0px;
}
@media (max-width: 320px) {
  .cid-qv6q2dYLfJ .countdown > div > div {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.cid-qv7bnNfTIE {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-qv7bnNfTIE .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qv7bnNfTIE .card {
  margin-bottom: 2rem;
}
.cid-qv7bnNfTIE .card-box {
  padding-top: 2rem;
}
.cid-qv7bnNfTIE .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qv7bnNfTIE .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #444444;
}
.cid-qv7bnNfTIE .btn {
  margin: .3rem;
}
.cid-qv7bnNfTIE .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qv7bnNfTIE .fixed-parse .row-content {
  margin: 0;
}
.cid-qvaWcxDkhY {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-qvaWcxDkhY .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvaWcxDkhY .card {
  margin-bottom: 2rem;
}
.cid-qvaWcxDkhY .card-box {
  padding-top: 2rem;
}
.cid-qvaWcxDkhY .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvaWcxDkhY .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-qvaWcxDkhY .btn {
  margin: .3rem;
}
.cid-qvaWcxDkhY .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvaWcxDkhY .fixed-parse .row-content {
  margin: 0;
}
.cid-qvaWozPaBy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-qvaWozPaBy .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
  opacity: 0.7;
}
.cid-qvaWozPaBy .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qvaWozPaBy .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qvaWozPaBy .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qvaWozPaBy .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qvaWozPaBy .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qvaWozPaBy .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qvaWozPaBy .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qvaWozPaBy .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qv5UR3kUxG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-qv5UR3kUxG .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-qv5UR3kUxG .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qv5UR3kUxG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qv5UR3kUxG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qv5UR3kUxG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qv5UR3kUxG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qv5UR3kUxG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qv5UR3kUxG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qv5UR3kUxG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qv5UR3kUxG .navbar .navbar-toggler {
    flex-basis: 30%;
  }
  .cid-qv5UR3kUxG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qv5UR3kUxG .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qv5UR3kUxG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qv5UR3kUxG .dropdown-item.active,
.cid-qv5UR3kUxG .dropdown-item:active {
  background-color: transparent;
}
.cid-qv5UR3kUxG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qv5UR3kUxG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qv5UR3kUxG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qv5UR3kUxG .navbar-buttons {
  text-align: center;
}
.cid-qv5UR3kUxG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qv5UR3kUxG a.nav-link {
  display: flex;
  align-items: center;
}
.cid-qv5UR3kUxG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qv5UR3kUxG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qv5UR3kUxG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qv6NXQBlY3 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/06-1200x675.jpg");
}
.cid-qv6NXQBlY3 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-qv6NXQBlY3 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-qv6NXQBlY3 .card-img span {
  font-size: 100px;
}
.cid-qv6CO71FYj {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qv6CO71FYj .card-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qv6CO71FYj .card {
  margin-bottom: 2rem;
}
.cid-qv6CO71FYj .card-box {
  padding-top: 2rem;
}
.cid-qv6CO71FYj .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qv6CO71FYj .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-qv6CO71FYj .btn {
  margin: .3rem;
}
.cid-qv6CO71FYj .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qv6CO71FYj .fixed-parse .row-content {
  margin: 0;
}
.cid-qv6CNisgHS {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/background4.jpg");
}
.cid-qv6CNisgHS .mbr-text {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.03em;
}
.cid-qv6CNisgHS h4 {
  text-align: center;
}
.cid-qv6CNisgHS p {
  text-align: center;
}
.cid-qv6CNisgHS .card {
  padding-bottom: 3rem;
}
.cid-qv6CNisgHS .card-img {
  padding-bottom: 1.5rem;
}
.cid-qv6CNisgHS .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-qv6CNisgHS .card-title,
.cid-qv6CNisgHS .card-img {
  color: #ffffff;
  text-align: center;
}
.cid-qv6CNisgHS .card-title {
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 2rem;
}
.cid-qv6CNisgHS .header-title {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0;
  margin-bottom: 2rem;
}
.cid-qv6CNisgHS .header-text {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}
.cid-qv6COIZ5qy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qv6COIZ5qy a {
  color: #232323;
}
.cid-qv6COIZ5qy a:hover {
  color: #444444;
}
.cid-qv6COIZ5qy h5.mbr-text {
  color: #444444;
}
.cid-qv6COIZ5qy .card {
  padding: 1rem 2rem;
}
.cid-qv6COIZ5qy .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-qv6COIZ5qy .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-qv6COIZ5qy .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
.cid-qv6COIZ5qy .card-box p {
  margin-bottom: 0;
}
.cid-qv6COIZ5qy .specialty {
  padding-top: .5rem;
}
.cid-qv6COIZ5qy .social-links {
  padding-top: .5rem;
}
@media (min-width: 992px) {
  .cid-qv6COIZ5qy .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qv6CQquMgw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #444444;
}
.cid-qv6CQquMgw .mbr-text {
  letter-spacing: 0.1em;
}
.cid-qv6CQquMgw .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-qv6CPrQ5iY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f9f9f9;
}
.cid-qv6CPrQ5iY a {
  color: #232323;
}
.cid-qv6CPrQ5iY a:hover {
  color: #444444;
}
.cid-qv6CPrQ5iY h5.mbr-text {
  color: #444444;
}
.cid-qv6CPrQ5iY .card {
  padding: 1rem 2rem;
}
.cid-qv6CPrQ5iY .card img {
  position: relative;
  width: 100%;
  border-radius: 50%;
}
.cid-qv6CPrQ5iY .card-title {
  color: #444444;
  padding-bottom: 1rem;
  margin-bottom: 0;
}
.cid-qv6CPrQ5iY .card-box p {
  margin-bottom: 0;
}
.cid-qv6CPrQ5iY .social-links {
  padding-top: .5rem;
}
.cid-qv6CPrQ5iY .mbr-iconfont {
  font-size: 20px;
  color: #444444;
}
@media (min-width: 992px) {
  .cid-qv6CPrQ5iY .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-qv6CRjwCyg {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/04.jpg");
}
.cid-qv6CRjwCyg .mbr-text {
  color: #ffffff;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-qv6CRjwCyg .card-img span {
  font-size: 80px;
  color: #ffffff;
}
.cid-qv6CRjwCyg .card-title {
  margin-bottom: 2rem;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.1em;
}
.cid-qvb8Kbq04N {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-qvb8Kbq04N .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvb8Kbq04N .card {
  margin-bottom: 2rem;
}
.cid-qvb8Kbq04N .card-box {
  padding-top: 2rem;
}
.cid-qvb8Kbq04N .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvb8Kbq04N .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #444444;
}
.cid-qvb8Kbq04N .btn {
  margin: .3rem;
}
.cid-qvb8Kbq04N .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvb8Kbq04N .fixed-parse .row-content {
  margin: 0;
}
.cid-qvb8KRjAZz {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-qvb8KRjAZz .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvb8KRjAZz .card {
  margin-bottom: 2rem;
}
.cid-qvb8KRjAZz .card-box {
  padding-top: 2rem;
}
.cid-qvb8KRjAZz .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvb8KRjAZz .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-qvb8KRjAZz .btn {
  margin: .3rem;
}
.cid-qvb8KRjAZz .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvb8KRjAZz .fixed-parse .row-content {
  margin: 0;
}
.cid-qvb8yG9XCj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-qvb8yG9XCj .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qvb8yG9XCj .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qvb8yG9XCj .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qvb8yG9XCj .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qvb8yG9XCj .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qvb8yG9XCj .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qvb8yG9XCj .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qvb8yG9XCj .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qvb8yG9XCj .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qv5UR3kUxG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-qv5UR3kUxG .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-qv5UR3kUxG .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qv5UR3kUxG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qv5UR3kUxG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qv5UR3kUxG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qv5UR3kUxG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qv5UR3kUxG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qv5UR3kUxG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qv5UR3kUxG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qv5UR3kUxG .navbar .navbar-toggler {
    flex-basis: 30%;
  }
  .cid-qv5UR3kUxG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qv5UR3kUxG .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qv5UR3kUxG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qv5UR3kUxG .dropdown-item.active,
.cid-qv5UR3kUxG .dropdown-item:active {
  background-color: transparent;
}
.cid-qv5UR3kUxG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qv5UR3kUxG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qv5UR3kUxG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qv5UR3kUxG .navbar-buttons {
  text-align: center;
}
.cid-qv5UR3kUxG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qv5UR3kUxG a.nav-link {
  display: flex;
  align-items: center;
}
.cid-qv5UR3kUxG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qv5UR3kUxG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qv5UR3kUxG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qv6Q0SE0vT {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/06-1200x675.jpg");
}
.cid-qv6Q0SE0vT .mbr-section-title {
  letter-spacing: .1em;
}
.cid-qv6Q0SE0vT .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-qv6Q0SE0vT .card-img span {
  font-size: 100px;
}
.cid-qv6Q8ms1xN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #879a9f;
}
.cid-qv6Q8ms1xN .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
}
.cid-qv6Q8ms1xN .inner-container {
  margin: 0 auto;
  position: relative;
}
.cid-qv6Q8ms1xN .inner-container .mbr-iconfont {
  z-index: 1;
  position: absolute;
  font-size: 9rem;
  color: #efefef;
  opacity: .1;
}
.cid-qv6Q8ms1xN .inner-container .mbr-iconfont.left-top {
  left: -1rem;
  top: -1rem;
}
.cid-qv6Q8ms1xN .inner-container .mbr-iconfont.right-down {
  right: -1rem;
  bottom: -1rem;
}
.cid-qv6Q8ms1xN .inner-container .section-text {
  z-index: 3;
  min-height: 10rem;
}
@media (max-width: 767px) {
  .cid-qv6Q8ms1xN .inner-container {
    width: 100% !important;
  }
  .cid-qv6Q8ms1xN .mbr-iconfont {
    font-size: 6rem !important;
  }
}
.cid-qv6Q7Bbnee {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/0530.jpg");
}
.cid-qv6Q7Bbnee .signature {
  transform: rotate(-3deg);
}
.cid-qv6Q7Bbnee .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-qv6Q7Bbnee .card-img {
  margin-bottom: 1rem;
}
.cid-qv6Q7Bbnee .card-img span {
  font-size: 60px;
}
.cid-qv6QmbT8Tv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-qv6QmbT8Tv .mbr-text {
  color: #000000;
}
.cid-qv6QmbT8Tv .inner-container {
  margin: 0 auto;
}
.cid-qv6QmbT8Tv .line {
  background-color: #efefef;
  color: #efefef;
  height: 2px;
  margin: 0 auto;
}
.cid-qv6QmbT8Tv .section-text {
  padding: 2rem 0;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-qv6Qj7u5Mo {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-qv6Qj7u5Mo .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-qv6QpQKb9x {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-qv6QpQKb9x .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-qv6QpQKb9x .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-qv6QpQKb9x .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-qv6QedoVUi {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-qv6QedoVUi .mbr-text,
.cid-qv6QedoVUi blockquote {
  color: #767676;
}
.cid-qv6QedoVUi .mbr-text {
  color: #444444;
}
.cid-qvbbyFlLwV {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-qvbbyFlLwV .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbbyFlLwV .card {
  margin-bottom: 2rem;
}
.cid-qvbbyFlLwV .card-box {
  padding-top: 2rem;
}
.cid-qvbbyFlLwV .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbbyFlLwV .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #444444;
}
.cid-qvbbyFlLwV .btn {
  margin: .3rem;
}
.cid-qvbbyFlLwV .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvbbyFlLwV .fixed-parse .row-content {
  margin: 0;
}
.cid-qvbbF2u3ft {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-qvbbF2u3ft .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbbF2u3ft .card {
  margin-bottom: 2rem;
}
.cid-qvbbF2u3ft .card-box {
  padding-top: 2rem;
}
.cid-qvbbF2u3ft .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbbF2u3ft .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-qvbbF2u3ft .btn {
  margin: .3rem;
}
.cid-qvbbF2u3ft .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvbbF2u3ft .fixed-parse .row-content {
  margin: 0;
}
.cid-qvb987TsV9 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-qvb987TsV9 .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qvb987TsV9 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qvb987TsV9 .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qvb987TsV9 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qvb987TsV9 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qvb987TsV9 .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qvb987TsV9 .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qvb987TsV9 .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qvb987TsV9 .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qv5UR3kUxG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-qv5UR3kUxG .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-qv5UR3kUxG .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qv5UR3kUxG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qv5UR3kUxG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qv5UR3kUxG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qv5UR3kUxG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qv5UR3kUxG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qv5UR3kUxG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qv5UR3kUxG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qv5UR3kUxG .navbar .navbar-toggler {
    flex-basis: 30%;
  }
  .cid-qv5UR3kUxG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qv5UR3kUxG .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qv5UR3kUxG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qv5UR3kUxG .dropdown-item.active,
.cid-qv5UR3kUxG .dropdown-item:active {
  background-color: transparent;
}
.cid-qv5UR3kUxG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qv5UR3kUxG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qv5UR3kUxG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qv5UR3kUxG .navbar-buttons {
  text-align: center;
}
.cid-qv5UR3kUxG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qv5UR3kUxG a.nav-link {
  display: flex;
  align-items: center;
}
.cid-qv5UR3kUxG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qv5UR3kUxG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qv5UR3kUxG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qv6QNwDFrH {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/06-1200x675.jpg");
}
.cid-qv6QNwDFrH .mbr-section-title {
  letter-spacing: .1em;
}
.cid-qv6QNwDFrH .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-qv6QNwDFrH .card-img span {
  font-size: 100px;
}
.cid-qv6QSTYxWZ {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-qv6QSTYxWZ .content-row {
  flex-direction: column-reverse;
}
.cid-qv6QSTYxWZ .mbr-section-title {
  color: #232323;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
}
.cid-qv6QSTYxWZ .mbr-section-subtitle {
  color: #232323;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}
.cid-qv6QSTYxWZ .card {
  padding: 1rem .5rem;
}
.cid-qv6QSTYxWZ .wrap {
  width: 115px;
  height: 115px;
  margin: 0 auto;
}
.cid-qv6QSTYxWZ .btn {
  margin: 0 !important;
}
@media (min-width: 1200px) {
  .cid-qv6QSTYxWZ .first-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .cid-qv6QSTYxWZ .main > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-qv6QSTYxWZ h2,
  .cid-qv6QSTYxWZ h3 {
    text-align: center !important;
  }
  .cid-qv6QSTYxWZ .main > div > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-qv6QSTYxWZ path {
  stroke: #232323;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qv6QSTYxWZ .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-qv6RRafO2W {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/0131.jpg");
}
.cid-qv6RRafO2W .content-row {
  flex-direction: column-reverse;
}
.cid-qv6RRafO2W .mbr-section-title {
  color: #232323;
  margin-bottom: 1.5rem;
  letter-spacing: 0.1em;
}
.cid-qv6RRafO2W .mbr-section-subtitle {
  color: #232323;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
}
.cid-qv6RRafO2W .card {
  padding: 1rem .5rem;
}
.cid-qv6RRafO2W .wrap {
  width: 115px;
  height: 115px;
  margin: 0 auto;
}
.cid-qv6RRafO2W .btn {
  margin: 0 !important;
}
@media (min-width: 1200px) {
  .cid-qv6RRafO2W .first-col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .cid-qv6RRafO2W .main > div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-qv6RRafO2W h2,
  .cid-qv6RRafO2W h3 {
    text-align: center !important;
  }
  .cid-qv6RRafO2W .main > div > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cid-qv6RRafO2W path {
  stroke: #2c5a67;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qv6RRafO2W .card {
    -webkit-flex-basis: 33%;
    flex-basis: 33%;
  }
}
.cid-qv6RRafO2W P {
  color: #2c5a67;
}
.cid-qv6QTJykFm {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/background4.jpg");
}
.cid-qv6QTJykFm .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
}
.cid-qv6QTJykFm .section-content-title {
  font-weight: 600;
  color: #333333;
  letter-spacing: 0.03em;
}
.cid-qv6QTJykFm .section-content-text {
  letter-spacing: 0.03em;
}
.cid-qv6QTJykFm .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-qv6QTJykFm .progress {
  width: 100%;
  height: 25px;
}
.cid-qv6QTJykFm .progress-bar {
  height: 25px;
  background-color: #232323;
}
.cid-qv6QTJykFm .title-wrap {
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-qv6QTJykFm .progressbar-number {
  display: inline-block;
}
.cid-qv6QTJykFm .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-qv6QTJykFm .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-qv6QTJykFm .progress_value {
  position: relative;
}
.cid-qv6QTJykFm progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-qv6QTJykFm progress::-webkit-progress-value {
  background: #232323;
}
.cid-qv6QTJykFm progress[value]::-moz-progress-bar {
  background: #232323;
}
.cid-qv6QTJykFm progress::-ms-fill {
  background: #232323;
}
.cid-qv6QTJykFm .progress1 .progressbar-number:before {
  content: '100';
}
.cid-qv6QTJykFm .progress2 .progressbar-number:before {
  content: '63';
}
.cid-qv6QTJykFm .progress3 .progressbar-number:before {
  content: '41';
}
.cid-qv6QTJykFm .progress4 .progressbar-number:before {
  content: '28';
}
.cid-qv6QTJykFm .progress5 .progressbar-number:before {
  content: '10';
}
.cid-qv6QTJykFm .progress-bar-1 {
  width: 100%;
}
.cid-qv6QTJykFm .progress-bar-2 {
  width: 63%;
}
.cid-qv6QTJykFm .progress-bar-3 {
  width: 41%;
}
.cid-qv6QTJykFm .progress-bar-4 {
  width: 28%;
}
.cid-qv6QTJykFm .progress-bar-5 {
  width: 10%;
}
.cid-qv6QU2AyCA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/0530.jpg");
}
.cid-qv6QU2AyCA .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-qv6QU2AyCA .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-qv6QU2AyCA .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-qv6QU2AyCA .progress {
  width: 100%;
  height: 16px;
}
.cid-qv6QU2AyCA .progress_elements,
.cid-qv6QU2AyCA .text-elements {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-qv6QU2AyCA .progress_elements > div,
.cid-qv6QU2AyCA .text-elements > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-qv6QU2AyCA .progress-bar {
  height: 16px;
  background-color: #82786e;
}
.cid-qv6QU2AyCA .title-wrap {
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-qv6QU2AyCA .progressbar-number {
  display: inline-block;
}
.cid-qv6QU2AyCA .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-qv6QU2AyCA .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-qv6QU2AyCA .progress_value {
  position: relative;
}
.cid-qv6QU2AyCA progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-qv6QU2AyCA progress::-webkit-progress-value {
  background: #82786e;
}
.cid-qv6QU2AyCA progress[value]::-moz-progress-bar {
  background: #82786e;
}
.cid-qv6QU2AyCA progress::-ms-fill {
  background: #82786e;
}
.cid-qv6QU2AyCA .progress1 .progressbar-number:before {
  content: '100';
}
.cid-qv6QU2AyCA .progress2 .progressbar-number:before {
  content: '63';
}
.cid-qv6QU2AyCA .progress3 .progressbar-number:before {
  content: '41';
}
.cid-qv6QU2AyCA .progress4 .progressbar-number:before {
  content: '28';
}
.cid-qv6QU2AyCA .progress5 .progressbar-number:before {
  content: '10';
}
.cid-qv6QU2AyCA .progress-bar-1 {
  width: 100%;
}
.cid-qv6QU2AyCA .progress-bar-2 {
  width: 63%;
}
.cid-qv6QU2AyCA .progress-bar-3 {
  width: 41%;
}
.cid-qv6QU2AyCA .progress-bar-4 {
  width: 28%;
}
.cid-qv6QU2AyCA .progress-bar-5 {
  width: 10%;
}
@media (max-width: 767px) {
  .cid-qv6QU2AyCA .progress_elements {
    padding-top: 2rem;
  }
}
.cid-qv6QUg0PxM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-qv6QUg0PxM .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-qv6QUg0PxM .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-qv6QUg0PxM .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-qv6QUg0PxM .progress {
  width: 100%;
  height: 5px;
}
.cid-qv6QUg0PxM .progress_elements {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-qv6QUg0PxM .progress_elements > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-qv6QUg0PxM .progress-bar {
  height: 5px;
  background-color: #444444;
}
.cid-qv6QUg0PxM .title-wrap {
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-qv6QUg0PxM .progressbar-number {
  display: inline-block;
}
.cid-qv6QUg0PxM .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-qv6QUg0PxM .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-qv6QUg0PxM .progress_value {
  position: relative;
}
.cid-qv6QUg0PxM progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-qv6QUg0PxM progress::-webkit-progress-value {
  background: #444444;
}
.cid-qv6QUg0PxM progress[value]::-moz-progress-bar {
  background: #444444;
}
.cid-qv6QUg0PxM progress::-ms-fill {
  background: #444444;
}
.cid-qv6QUg0PxM .progress1 .progressbar-number:before {
  content: '100';
}
.cid-qv6QUg0PxM .progress2 .progressbar-number:before {
  content: '63';
}
.cid-qv6QUg0PxM .progress3 .progressbar-number:before {
  content: '41';
}
.cid-qv6QUg0PxM .progress4 .progressbar-number:before {
  content: '28';
}
.cid-qv6QUg0PxM .progress5 .progressbar-number:before {
  content: '10';
}
.cid-qv6QUg0PxM .progress-bar-1 {
  width: 100%;
}
.cid-qv6QUg0PxM .progress-bar-2 {
  width: 63%;
}
.cid-qv6QUg0PxM .progress-bar-3 {
  width: 41%;
}
.cid-qv6QUg0PxM .progress-bar-4 {
  width: 28%;
}
.cid-qv6QUg0PxM .progress-bar-5 {
  width: 10%;
}
.cid-qv6Rt0LupE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/0131.jpg");
}
.cid-qv6Rt0LupE .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-qv6Rt0LupE .mbr-section-subtitle {
  color: #ffffff;
  letter-spacing: 0.03em;
}
.cid-qv6Rt0LupE .progressbar-title p {
  margin-bottom: 8px;
  letter-spacing: 0.03em;
}
.cid-qv6Rt0LupE .progress {
  width: 100%;
  height: 16px;
}
.cid-qv6Rt0LupE .progress_elements {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.cid-qv6Rt0LupE .progress_elements > div {
  flex: 0 0 100%;
  max-width: 100%;
}
.cid-qv6Rt0LupE .progress-bar {
  height: 16px;
  background-color: #55b4d4;
}
.cid-qv6Rt0LupE .title-wrap {
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.cid-qv6Rt0LupE .progressbar-number {
  display: inline-block;
}
.cid-qv6Rt0LupE .progress-primary {
  background: rgba(206, 206, 206, 0.4);
  border: none;
  outline: none;
}
.cid-qv6Rt0LupE .progress-primary::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-qv6Rt0LupE .progress_value {
  position: relative;
}
.cid-qv6Rt0LupE progress[value]::-webkit-progress-bar {
  background: rgba(206, 206, 206, 0.4);
}
.cid-qv6Rt0LupE progress::-webkit-progress-value {
  background: #55b4d4;
}
.cid-qv6Rt0LupE progress[value]::-moz-progress-bar {
  background: #55b4d4;
}
.cid-qv6Rt0LupE progress::-ms-fill {
  background: #55b4d4;
}
.cid-qv6Rt0LupE .progress1 .progressbar-number:before {
  content: '100';
}
.cid-qv6Rt0LupE .progress2 .progressbar-number:before {
  content: '63';
}
.cid-qv6Rt0LupE .progress3 .progressbar-number:before {
  content: '41';
}
.cid-qv6Rt0LupE .progress4 .progressbar-number:before {
  content: '28';
}
.cid-qv6Rt0LupE .progress5 .progressbar-number:before {
  content: '10';
}
.cid-qv6Rt0LupE .progress-bar-1 {
  width: 100%;
}
.cid-qv6Rt0LupE .progress-bar-2 {
  width: 63%;
}
.cid-qv6Rt0LupE .progress-bar-3 {
  width: 41%;
}
.cid-qv6Rt0LupE .progress-bar-4 {
  width: 28%;
}
.cid-qv6Rt0LupE .progress-bar-5 {
  width: 10%;
}
.cid-qv6Rt0LupE .progressbar-title p,
.cid-qv6Rt0LupE .progress_value {
  color: #ffffff;
}
.cid-qvb9o6uXJa {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-qvb9o6uXJa .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvb9o6uXJa .card {
  margin-bottom: 2rem;
}
.cid-qvb9o6uXJa .card-box {
  padding-top: 2rem;
}
.cid-qvb9o6uXJa .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvb9o6uXJa .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #444444;
}
.cid-qvb9o6uXJa .btn {
  margin: .3rem;
}
.cid-qvb9o6uXJa .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvb9o6uXJa .fixed-parse .row-content {
  margin: 0;
}
.cid-qvb9oSvuQW {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-qvb9oSvuQW .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvb9oSvuQW .card {
  margin-bottom: 2rem;
}
.cid-qvb9oSvuQW .card-box {
  padding-top: 2rem;
}
.cid-qvb9oSvuQW .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvb9oSvuQW .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-qvb9oSvuQW .btn {
  margin: .3rem;
}
.cid-qvb9oSvuQW .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvb9oSvuQW .fixed-parse .row-content {
  margin: 0;
}
.cid-qvbbJHB8jS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-qvbbJHB8jS .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qvbbJHB8jS .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qvbbJHB8jS .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qvbbJHB8jS .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qvbbJHB8jS .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qvbbJHB8jS .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qvbbJHB8jS .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qvbbJHB8jS .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qvbbJHB8jS .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qv5UR3kUxG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-qv5UR3kUxG .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-qv5UR3kUxG .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qv5UR3kUxG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qv5UR3kUxG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qv5UR3kUxG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qv5UR3kUxG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qv5UR3kUxG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qv5UR3kUxG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qv5UR3kUxG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qv5UR3kUxG .navbar .navbar-toggler {
    flex-basis: 30%;
  }
  .cid-qv5UR3kUxG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qv5UR3kUxG .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qv5UR3kUxG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qv5UR3kUxG .dropdown-item.active,
.cid-qv5UR3kUxG .dropdown-item:active {
  background-color: transparent;
}
.cid-qv5UR3kUxG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qv5UR3kUxG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qv5UR3kUxG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qv5UR3kUxG .navbar-buttons {
  text-align: center;
}
.cid-qv5UR3kUxG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qv5UR3kUxG a.nav-link {
  display: flex;
  align-items: center;
}
.cid-qv5UR3kUxG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qv5UR3kUxG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qv5UR3kUxG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qv6SM01mJa {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/06-1200x675.jpg");
}
.cid-qv6SM01mJa .mbr-section-title {
  letter-spacing: .1em;
}
.cid-qv6SM01mJa .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-qv6SM01mJa .card-img span {
  font-size: 100px;
}
.cid-qv7aOUMoCT {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qv7aOUMoCT .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-qv7aOUMoCT .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-qv7aOUMoCT .btn {
  margin: 0px !important;
}
.cid-qv7aOUMoCT .second-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qv7aOUMoCT .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qv7aOUMoCT .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qv7aOUMoCT .carousel-item .wrap-img {
  text-align: center;
}
.cid-qv7aOUMoCT .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-qv7aOUMoCT .carousel {
  display: flex;
  flex-direction: column-reverse;
}
.cid-qv7aOUMoCT .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-qv7aOUMoCT .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #cccccc;
  display: inline-block;
}
.cid-qv7aOUMoCT .carousel-indicators li.active {
  border: 4px solid #8d8d8d;
  border-color: #a3a3a3;
}
@media (max-width: 768px) {
  .cid-qv7aOUMoCT .second-col {
    padding-top: 2rem;
  }
}
.cid-qv6T4hgkPi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-qv6T4hgkPi h2 {
  letter-spacing: 0.1em;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 2rem;
}
.cid-qv6T4hgkPi .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-qv6T4hgkPi .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-qv6T4hgkPi .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-qv6T4hgkPi .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-qv6T4hgkPi .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to left, #554346, #45505b) !important;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
.cid-qv6T4hgkPi .mbr-gallery-filter-all > a {
  padding: 30px;
  background-color: transparent !important;
  color: #888888;
}
.cid-qv6T4hgkPi .mbr-section-title {
  padding-bottom: 2rem;
  margin: 0;
}
.cid-qv6T4hgkPi .mbr-section-title p {
  margin: 0;
}
.cid-qv6T4hgkPi .mbr-gallery-filter {
  padding-top: 0;
  padding-bottom: 2rem;
}
.cid-qv6T4hgkPi .mbr-gallery-filter .btn {
  text-transform: uppercase;
  color: #888888;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0px !important;
  border: none;
  padding: 12px 15px 12px 15px;
}
.cid-qv6T4hgkPi .mbr-gallery-filter .btn:hover {
  background-color: transparent;
}
.cid-qv6T4hgkPi .mbr-gallery-filter li.active .btn {
  background-color: transparent;
  color: #000000;
}
.cid-qv6T4hgkPi .mbr-gallery-title {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  background: linear-gradient(to left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.cid-qv79XaTDlM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/0329.jpg");
}
.cid-qv79XaTDlM .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin-bottom: 2rem;
}
.cid-qv79XaTDlM .mbr-section-subtitle {
  color: #444444;
  margin-bottom: 2rem;
  letter-spacing: 0.03em;
}
.cid-qv79XaTDlM .btn {
  margin: 0px !important;
}
.cid-qv79XaTDlM .second-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qv79XaTDlM .carousel-item {
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-qv79XaTDlM .carousel-item .media-container-row {
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.cid-qv79XaTDlM .carousel-item .wrap-img {
  text-align: center;
}
.cid-qv79XaTDlM .carousel-item .wrap-img img {
  max-height: 250px;
  width: auto;
  max-width: 100%;
}
.cid-qv79XaTDlM .carousel {
  display: flex;
  flex-direction: column-reverse;
}
.cid-qv79XaTDlM .carousel-indicators {
  display: block;
  position: relative;
  margin-top: 2rem;
  text-align: center;
}
.cid-qv79XaTDlM .carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #444444;
  display: inline-block;
}
.cid-qv79XaTDlM .carousel-indicators li.active {
  border: 4px solid #8d8d8d;
  border-color: #121212;
}
@media (max-width: 768px) {
  .cid-qv79XaTDlM .second-col {
    padding-top: 2rem;
  }
}
.cid-qvbch6n4f6 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-qvbch6n4f6 .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbch6n4f6 .card {
  margin-bottom: 2rem;
}
.cid-qvbch6n4f6 .card-box {
  padding-top: 2rem;
}
.cid-qvbch6n4f6 .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbch6n4f6 .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #444444;
}
.cid-qvbch6n4f6 .btn {
  margin: .3rem;
}
.cid-qvbch6n4f6 .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvbch6n4f6 .fixed-parse .row-content {
  margin: 0;
}
.cid-qvbchHCXdK {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-qvbchHCXdK .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbchHCXdK .card {
  margin-bottom: 2rem;
}
.cid-qvbchHCXdK .card-box {
  padding-top: 2rem;
}
.cid-qvbchHCXdK .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbchHCXdK .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-qvbchHCXdK .btn {
  margin: .3rem;
}
.cid-qvbchHCXdK .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvbchHCXdK .fixed-parse .row-content {
  margin: 0;
}
.cid-qvbcjvulOy {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-qvbcjvulOy .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qvbcjvulOy .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qvbcjvulOy .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qvbcjvulOy .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qvbcjvulOy .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qvbcjvulOy .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qvbcjvulOy .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qvbcjvulOy .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qvbcjvulOy .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qv5UR3kUxG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-qv5UR3kUxG .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-qv5UR3kUxG .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qv5UR3kUxG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qv5UR3kUxG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qv5UR3kUxG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qv5UR3kUxG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qv5UR3kUxG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qv5UR3kUxG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qv5UR3kUxG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qv5UR3kUxG .navbar .navbar-toggler {
    flex-basis: 30%;
  }
  .cid-qv5UR3kUxG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qv5UR3kUxG .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qv5UR3kUxG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qv5UR3kUxG .dropdown-item.active,
.cid-qv5UR3kUxG .dropdown-item:active {
  background-color: transparent;
}
.cid-qv5UR3kUxG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qv5UR3kUxG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qv5UR3kUxG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qv5UR3kUxG .navbar-buttons {
  text-align: center;
}
.cid-qv5UR3kUxG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qv5UR3kUxG a.nav-link {
  display: flex;
  align-items: center;
}
.cid-qv5UR3kUxG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qv5UR3kUxG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qv5UR3kUxG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qv6URdImIL {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/06-1200x675.jpg");
}
.cid-qv6URdImIL .mbr-section-title {
  letter-spacing: .1em;
}
.cid-qv6URdImIL .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-qv6URdImIL .card-img span {
  font-size: 100px;
}
.cid-qv6UW1SfcK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/0131.jpg");
}
.cid-qv6UW1SfcK .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-qv6UW1SfcK .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-qv6UW1SfcK .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-qv6UW1SfcK .wrap-img {
  padding-bottom: 1rem;
}
.cid-qv6UW1SfcK .wrap-img img {
  max-width: 100%;
}
.cid-qv6UW1SfcK .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qv6UXeg2gO {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qv6UXeg2gO .mbr-section-title {
  letter-spacing: 0.1em;
}
.cid-qv6UXeg2gO .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-qv6UXeg2gO .client-name {
  color: #444;
  letter-spacing: 0.05em;
}
.cid-qv6UXeg2gO .wrap-img {
  padding-bottom: 1rem;
}
.cid-qv6UXeg2gO .wrap-img img {
  max-width: 100%;
}
.cid-qv6UXeg2gO .card-box p {
  color: #444;
  font-weight: 500;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbcuJx0rl {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-qvbcuJx0rl .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbcuJx0rl .card {
  margin-bottom: 2rem;
}
.cid-qvbcuJx0rl .card-box {
  padding-top: 2rem;
}
.cid-qvbcuJx0rl .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbcuJx0rl .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #444444;
}
.cid-qvbcuJx0rl .btn {
  margin: .3rem;
}
.cid-qvbcuJx0rl .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvbcuJx0rl .fixed-parse .row-content {
  margin: 0;
}
.cid-qvbcviuOtF {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-qvbcviuOtF .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbcviuOtF .card {
  margin-bottom: 2rem;
}
.cid-qvbcviuOtF .card-box {
  padding-top: 2rem;
}
.cid-qvbcviuOtF .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbcviuOtF .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-qvbcviuOtF .btn {
  margin: .3rem;
}
.cid-qvbcviuOtF .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvbcviuOtF .fixed-parse .row-content {
  margin: 0;
}
.cid-qvbcvIacMR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-qvbcvIacMR .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qvbcvIacMR .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qvbcvIacMR .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qvbcvIacMR .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qvbcvIacMR .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qvbcvIacMR .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qvbcvIacMR .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qvbcvIacMR .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qvbcvIacMR .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qv5UR3kUxG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-qv5UR3kUxG .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-qv5UR3kUxG .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qv5UR3kUxG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qv5UR3kUxG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qv5UR3kUxG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qv5UR3kUxG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qv5UR3kUxG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qv5UR3kUxG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qv5UR3kUxG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qv5UR3kUxG .navbar .navbar-toggler {
    flex-basis: 30%;
  }
  .cid-qv5UR3kUxG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qv5UR3kUxG .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qv5UR3kUxG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qv5UR3kUxG .dropdown-item.active,
.cid-qv5UR3kUxG .dropdown-item:active {
  background-color: transparent;
}
.cid-qv5UR3kUxG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qv5UR3kUxG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qv5UR3kUxG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qv5UR3kUxG .navbar-buttons {
  text-align: center;
}
.cid-qv5UR3kUxG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qv5UR3kUxG a.nav-link {
  display: flex;
  align-items: center;
}
.cid-qv5UR3kUxG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qv5UR3kUxG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qv5UR3kUxG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qv6VDhpsiU {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/06-1200x675.jpg");
}
.cid-qv6VDhpsiU .mbr-section-title {
  letter-spacing: .1em;
}
.cid-qv6VDhpsiU .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-qv6VDhpsiU .card-img span {
  font-size: 100px;
}
.cid-qv6VHOT0WC {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qv6VHOT0WC h2 {
  letter-spacing: 0.1em;
  padding-bottom: 2rem;
}
.cid-qv6VHOT0WC .user_name {
  color: #444444;
  transform: rotate(-3deg);
  margin-bottom: 1.5rem;
}
.cid-qv6VHOT0WC .user_text {
  letter-spacing: 0.1em;
}
.cid-qv6VHOT0WC .carousel-item {
  justify-content: center;
}
.cid-qv6VHOT0WC .carousel-item.active,
.cid-qv6VHOT0WC .carousel-item-next,
.cid-qv6VHOT0WC .carousel-item-prev {
  display: flex;
}
.cid-qv6VHOT0WC .carousel-controls a {
  width: 10%;
  transition: opacity .5s;
  font-size: 2rem;
  background-color: rgba(200, 200, 200, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qv6VHOT0WC .carousel-controls a:hover {
  background-color: rgba(100, 100, 100, 0.1);
}
.cid-qv6VHOT0WC .carousel-controls a span {
  flex-basis: 60%;
  padding: 10px;
  border-radius: 50%;
  color: #000000;
  background: rgba(1, 1, 1, 0);
  opacity: 1;
}
.cid-qv6VHOT0WC .user_image {
  width: 160px;
  height: 160px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-qv6VHOT0WC .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qv6VHOT0WC .carousel-controls a:hover {
  background-color: transparent;
}
@media (max-width: 230px) {
  .cid-qv6VHOT0WC .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-qv6VIoUxOX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/0131.jpg");
}
.cid-qv6VIoUxOX .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
}
.cid-qv6VIoUxOX .mbr-section-subtitle {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-qv6VIoUxOX .card {
  margin-bottom: 2rem;
  background: #ffffff;
}
.cid-qv6VIoUxOX .card-block {
  letter-spacing: 0.03em;
  color: #444444;
  padding: 1.25rem 1.25rem 5px 1.25rem;
}
.cid-qv6VIoUxOX .mbr-author {
  padding-top: 0;
  text-align: center;
}
.cid-qv6VIoUxOX .space {
  height: 45px;
  width: 100%;
}
.cid-qv6VIoUxOX .mbr-author-img {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  margin-top: -60px;
  left: 0;
  right: 0;
}
.cid-qv6VIoUxOX .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qv6VIoUxOX .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-qv6VIoUxOX .mbr-author-desc p {
  margin-bottom: 0px;
}
.cid-qv6VIoUxOX .card-footer {
  border-top: none;
  background-color: rgba(0, 0, 0, 0.08);
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-qv6VIoUxOX .card-block P {
  text-align: center;
}
.cid-qv6VJyyAZV {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/06.jpg");
}
.cid-qv6VJyyAZV h2 {
  letter-spacing: 0.1em;
  padding-bottom: 2rem;
}
.cid-qv6VJyyAZV .user_name {
  color: #444444;
  transform: rotate(-3deg);
  margin-bottom: 1.5rem;
}
.cid-qv6VJyyAZV .user_text {
  letter-spacing: 0.1em;
}
.cid-qv6VJyyAZV .carousel-item {
  justify-content: center;
}
.cid-qv6VJyyAZV .carousel-item.active,
.cid-qv6VJyyAZV .carousel-item-next,
.cid-qv6VJyyAZV .carousel-item-prev {
  display: flex;
}
.cid-qv6VJyyAZV .carousel-controls a {
  width: 10%;
  transition: opacity .5s;
  font-size: 2rem;
  background-color: rgba(200, 200, 200, 0);
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qv6VJyyAZV .carousel-controls a:hover {
  background-color: rgba(100, 100, 100, 0.1);
}
.cid-qv6VJyyAZV .carousel-controls a span {
  flex-basis: 60%;
  padding: 10px;
  border-radius: 50%;
  color: #444444;
  background: rgba(1, 1, 1, 0);
  opacity: 1;
}
.cid-qv6VJyyAZV .user_image {
  width: 160px;
  height: 160px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
}
.cid-qv6VJyyAZV .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qv6VJyyAZV .carousel-controls a:hover {
  background-color: transparent;
}
@media (max-width: 230px) {
  .cid-qv6VJyyAZV .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-qv6W2aCalc {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #fafafa;
}
.cid-qv6W2aCalc .mbr-section-title {
  letter-spacing: 0.1em;
  color: #444444;
}
.cid-qv6W2aCalc .mbr-section-subtitle {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-qv6W2aCalc .card {
  margin-bottom: 2rem;
  background: #efefef;
}
.cid-qv6W2aCalc .card-block {
  letter-spacing: 0.03em;
  color: #444444;
  padding: 1.25rem 1.25rem 5px 1.25rem;
}
.cid-qv6W2aCalc .mbr-author {
  padding-top: 0;
  text-align: center;
}
.cid-qv6W2aCalc .space {
  height: 45px;
  width: 100%;
}
.cid-qv6W2aCalc .mbr-author-img {
  width: 100px;
  height: 100px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  margin: auto;
  position: absolute;
  margin-top: -60px;
  left: 0;
  right: 0;
}
.cid-qv6W2aCalc .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-qv6W2aCalc .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-qv6W2aCalc .mbr-author-desc p {
  margin-bottom: 0px;
}
.cid-qv6W2aCalc .card-footer {
  border-top: none;
  background-color: rgba(0, 0, 0, 0.08);
  padding: .75rem 1.25rem 1.25rem 1.25rem;
}
.cid-qvbcYCnzNH {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-qvbcYCnzNH .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbcYCnzNH .card {
  margin-bottom: 2rem;
}
.cid-qvbcYCnzNH .card-box {
  padding-top: 2rem;
}
.cid-qvbcYCnzNH .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbcYCnzNH .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #444444;
}
.cid-qvbcYCnzNH .btn {
  margin: .3rem;
}
.cid-qvbcYCnzNH .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvbcYCnzNH .fixed-parse .row-content {
  margin: 0;
}
.cid-qvbcZkU5Co {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-qvbcZkU5Co .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbcZkU5Co .card {
  margin-bottom: 2rem;
}
.cid-qvbcZkU5Co .card-box {
  padding-top: 2rem;
}
.cid-qvbcZkU5Co .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbcZkU5Co .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-qvbcZkU5Co .btn {
  margin: .3rem;
}
.cid-qvbcZkU5Co .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvbcZkU5Co .fixed-parse .row-content {
  margin: 0;
}
.cid-qvbcZPARLV {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-qvbcZPARLV .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qvbcZPARLV .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qvbcZPARLV .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qvbcZPARLV .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qvbcZPARLV .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qvbcZPARLV .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qvbcZPARLV .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qvbcZPARLV .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qvbcZPARLV .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qv5UR3kUxG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-qv5UR3kUxG .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-qv5UR3kUxG .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qv5UR3kUxG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qv5UR3kUxG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qv5UR3kUxG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qv5UR3kUxG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qv5UR3kUxG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qv5UR3kUxG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qv5UR3kUxG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qv5UR3kUxG .navbar .navbar-toggler {
    flex-basis: 30%;
  }
  .cid-qv5UR3kUxG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qv5UR3kUxG .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qv5UR3kUxG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qv5UR3kUxG .dropdown-item.active,
.cid-qv5UR3kUxG .dropdown-item:active {
  background-color: transparent;
}
.cid-qv5UR3kUxG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qv5UR3kUxG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qv5UR3kUxG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qv5UR3kUxG .navbar-buttons {
  text-align: center;
}
.cid-qv5UR3kUxG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qv5UR3kUxG a.nav-link {
  display: flex;
  align-items: center;
}
.cid-qv5UR3kUxG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qv5UR3kUxG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qv5UR3kUxG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qv6WrxJ7DO {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/06-1200x675.jpg");
}
.cid-qv6WrxJ7DO .mbr-section-title {
  letter-spacing: .1em;
}
.cid-qv6WrxJ7DO .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-qv6WrxJ7DO .card-img span {
  font-size: 100px;
}
.cid-qv6WxQIHjB {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/06.jpg");
}
.cid-qv6WxQIHjB .mbr-section-title {
  font-weight: 900;
  letter-spacing: 0.1em;
}
.cid-qv6WxQIHjB .mbr-section-subtitle {
  color: #444444;
  letter-spacing: 0.03em;
}
.cid-qv6WxQIHjB .form-control {
  padding: 8px 15px 8px 15px;
  border-color: #cccccc;
  border-radius: 0px !important;
  background-color: #ffffff;
}
.cid-qv6WxQIHjB .container-table {
  margin: 0 auto;
}
.cid-qv6WxQIHjB .scroll {
  overflow-x: auto;
  padding: 0;
}
.cid-qv6WxQIHjB .dataTables_wrapper {
  display: block;
}
.cid-qv6WxQIHjB .dataTables_wrapper .search {
  margin-bottom: .5rem;
}
.cid-qv6WxQIHjB .dataTables_wrapper .table {
  overflow-x: auto;
}
.cid-qv6WxQIHjB table {
  width: 100% !important;
  margin-top: 6px;
  border: 1px solid #cccccc;
  margin-bottom: 0;
}
.cid-qv6WxQIHjB table th {
  border-top: none;
  transition: all .2s;
  border-bottom: none;
}
.cid-qv6WxQIHjB table th:hover {
  background: #cccccc;
  color: #000000;
}
.cid-qv6WxQIHjB table td {
  border-top: 1px solid #cccccc;
}
.cid-qv6WxQIHjB table.table {
  background: #ffffff;
}
.cid-qv6WxQIHjB .dataTables_filter {
  text-align: right;
  margin-bottom: .5rem;
}
.cid-qv6WxQIHjB .dataTables_filter label {
  display: inline;
  white-space: normal !important;
}
.cid-qv6WxQIHjB .dataTables_filter input {
  display: inline;
  width: auto;
  margin-left: .5rem;
  border-radius: 100px;
  padding-left: 1rem;
}
.cid-qv6WxQIHjB .dataTables_info {
  padding-bottom: 1rem;
  padding-top: 1rem;
  white-space: normal !important;
  text-align: left;
}
@media (max-width: 992px) {
  .cid-qv6WxQIHjB .dataTables_filter {
    text-align: center;
  }
}
@media (max-width: 350px) {
  .cid-qv6WxQIHjB .dataTables_filter {
    text-align: center;
  }
  .cid-qv6WxQIHjB .dataTables_filter input {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cid-qv6YpgP408 {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
.cid-qv6YpgP408 .content-row {
  flex-direction: column-reverse;
  padding: 1rem;
}
.cid-qv6YpgP408 .card-img span {
  font-size: 80px;
}
.cid-qv6YpgP408 .title {
  letter-spacing: 0.1em;
  margin: 0px;
}
.cid-qv6YpgP408 .price {
  padding: 35px 10px 10px;
  letter-spacing: 0.03em;
  text-align: center;
}
.cid-qv6YpgP408 .mbr-section-btn {
  padding: 1rem;
}
.cid-qv6YpgP408 .price-value {
  line-height: 60px;
  margin-top: 11px;
}
.cid-qv6YpgP408 .plan {
  margin-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
  word-break: break-word;
  position: relative;
  color: #333333;
}
.cid-qv6YpgP408 .plan .list-group-item {
  border: none !important;
  position: relative;
  padding: 17px 10px;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-qv6YpgP408 .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-qv6YpgP408 .plan .list-group-item:last-child::after {
  height: 1px;
}
.cid-qv6YpgP408 .plan-title {
  color: #232323;
  margin: 0px;
  letter-spacing: 0.1em;
}
.cid-qv6YpgP408 .plan-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0e0e0;
  padding: 1rem;
}
.cid-qv6YpgP408 .plan-body {
  border: 1px solid transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  background-color: #efefef;
}
.cid-qv6YpgP408 .title,
.cid-qv6YpgP408 .card-img {
  text-align: center;
}
.cid-qv6YpgP408 .pricing-row {
  padding-top: 2rem;
}
.cid-qvcLDfjOzt {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/background4.jpg");
}
.cid-qvcLDfjOzt .content-row {
  flex-direction: column-reverse;
  padding: 1rem;
}
.cid-qvcLDfjOzt .card-img span {
  font-size: 80px;
}
.cid-qvcLDfjOzt .title {
  letter-spacing: 0.1em;
  margin: 0px;
}
.cid-qvcLDfjOzt .price {
  padding: 35px 10px 10px;
  letter-spacing: 0.03em;
  text-align: center;
}
.cid-qvcLDfjOzt .mbr-section-btn {
  padding: 1rem;
}
.cid-qvcLDfjOzt .price-value {
  line-height: 60px;
  margin-top: 11px;
}
.cid-qvcLDfjOzt .plan {
  margin-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
  word-break: break-word;
  position: relative;
  color: #333333;
}
.cid-qvcLDfjOzt .plan .list-group-item {
  border: none !important;
  position: relative;
  padding: 17px 10px;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-qvcLDfjOzt .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-qvcLDfjOzt .plan .list-group-item:last-child::after {
  height: 1px;
}
.cid-qvcLDfjOzt .plan-title {
  color: #232323;
  margin: 0px;
  letter-spacing: 0.1em;
}
.cid-qvcLDfjOzt .plan-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e0e0e0;
  padding: 1rem;
}
.cid-qvcLDfjOzt .plan-body {
  border: 1px solid transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  background-color: #efefef;
}
.cid-qvcLDfjOzt .title,
.cid-qvcLDfjOzt .card-img {
  text-align: center;
}
.cid-qvcLDfjOzt .pricing-row {
  padding-top: 2rem;
}
.cid-qv6YqGAKwP {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #fafafa, #fafafa);
}
.cid-qv6YqGAKwP .content-row {
  flex-direction: column-reverse;
  padding: 1rem;
}
.cid-qv6YqGAKwP .card-img span {
  font-size: 80px;
}
.cid-qv6YqGAKwP .title {
  letter-spacing: 0.1em;
  margin: 0px;
}
.cid-qv6YqGAKwP .price {
  padding: 35px 10px 10px;
  letter-spacing: 0.03em;
  text-align: center;
}
.cid-qv6YqGAKwP .mbr-section-btn {
  padding: 1rem;
}
.cid-qv6YqGAKwP .price-value {
  line-height: 60px;
  margin-top: 11px;
}
.cid-qv6YqGAKwP .plan {
  margin-bottom: 35px;
  padding-left: 15px;
  padding-right: 15px;
  word-break: break-word;
  position: relative;
  color: #333333;
}
.cid-qv6YqGAKwP .plan .list-group-item {
  border: none !important;
  position: relative;
  padding: 17px 10px;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
  line-height: 1.8;
}
.cid-qv6YqGAKwP .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-qv6YqGAKwP .plan .list-group-item:last-child::after {
  height: 1px;
}
.cid-qv6YqGAKwP .plan-title {
  color: #ffffff;
  margin: 0px;
  letter-spacing: 0.1em;
}
.cid-qv6YqGAKwP .plan-header {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5f5f5f;
  padding: 1rem;
}
.cid-qv6YqGAKwP .plan-body {
  border: 1px solid transparent;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  background-color: #9c9c9c;
}
.cid-qv6YqGAKwP .title,
.cid-qv6YqGAKwP .card-img {
  text-align: center;
}
.cid-qv6YqGAKwP .pricing-row {
  padding-top: 2rem;
}
.cid-qv6YqGAKwP .price-figure {
  color: #ffffff;
}
.cid-qv6YqGAKwP .price-value SUP {
  color: #ffffff;
}
.cid-qv6YqGAKwP .price-term {
  color: #ffffff;
}
.cid-qvbdtv2zPx {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-qvbdtv2zPx .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbdtv2zPx .card {
  margin-bottom: 2rem;
}
.cid-qvbdtv2zPx .card-box {
  padding-top: 2rem;
}
.cid-qvbdtv2zPx .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbdtv2zPx .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #444444;
}
.cid-qvbdtv2zPx .btn {
  margin: .3rem;
}
.cid-qvbdtv2zPx .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvbdtv2zPx .fixed-parse .row-content {
  margin: 0;
}
.cid-qvbduajYe5 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-qvbduajYe5 .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbduajYe5 .card {
  margin-bottom: 2rem;
}
.cid-qvbduajYe5 .card-box {
  padding-top: 2rem;
}
.cid-qvbduajYe5 .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbduajYe5 .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-qvbduajYe5 .btn {
  margin: .3rem;
}
.cid-qvbduajYe5 .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvbduajYe5 .fixed-parse .row-content {
  margin: 0;
}
.cid-qvbduPcOc4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-qvbduPcOc4 .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qvbduPcOc4 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qvbduPcOc4 .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qvbduPcOc4 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qvbduPcOc4 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qvbduPcOc4 .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qvbduPcOc4 .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qvbduPcOc4 .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qvbduPcOc4 .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qv5UR3kUxG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-qv5UR3kUxG .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-qv5UR3kUxG .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qv5UR3kUxG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qv5UR3kUxG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qv5UR3kUxG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qv5UR3kUxG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qv5UR3kUxG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qv5UR3kUxG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qv5UR3kUxG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qv5UR3kUxG .navbar .navbar-toggler {
    flex-basis: 30%;
  }
  .cid-qv5UR3kUxG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qv5UR3kUxG .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qv5UR3kUxG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qv5UR3kUxG .dropdown-item.active,
.cid-qv5UR3kUxG .dropdown-item:active {
  background-color: transparent;
}
.cid-qv5UR3kUxG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qv5UR3kUxG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qv5UR3kUxG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qv5UR3kUxG .navbar-buttons {
  text-align: center;
}
.cid-qv5UR3kUxG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qv5UR3kUxG a.nav-link {
  display: flex;
  align-items: center;
}
.cid-qv5UR3kUxG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qv5UR3kUxG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qv5UR3kUxG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qv6Zj9xBKM {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/06-1200x675.jpg");
}
.cid-qv6Zj9xBKM .mbr-section-title {
  letter-spacing: .1em;
}
.cid-qv6Zj9xBKM .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-qv6Zj9xBKM .card-img span {
  font-size: 100px;
}
.cid-qv6ZqqZUiz {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qv6ZqqZUiz .mbr-section-subtitle {
  color: #767676;
}
.cid-qv6ZqqZUiz .signature {
  letter-spacing: 0.03em;
}
.cid-qv6ZqqZUiz .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-qv6ZqqZUiz h5 {
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  font-weight: bold;
}
.cid-qv6ZqqZUiz .form-control {
  min-height: 2.7em;
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  background-color: white;
  border-radius: 0px;
  font-size: 18px;
}
.cid-qv6ZqqZUiz .input-form {
  width: 480px;
  margin: 0 auto;
}
.cid-qv6ZqqZUiz a.btn {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  letter-spacing: 0.1em;
}
.cid-qv6ZqqZUiz .input-group-btn {
  align-self: center;
  -webkit-align-self: center;
  z-index: 3;
}
.cid-qv6ZqqZUiz .input-group-btn .btn {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0px;
}
.cid-qv6ZqqZUiz a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-qv6ZqqZUiz a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qv6ZqqZUiz .mbr-subscribe .input-group-btn {
  display: inline-block;
}
.cid-qv6ZqqZUiz .mbr-subscribe .input-group-btn button,
.cid-qv6ZqqZUiz .mbr-subscribe .input-group-btn a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 350px) {
  .cid-qv6ZqqZUiz .mbr-subscribe {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qv6ZqqZUiz input[type="email"] {
    width: 100%;
    margin-bottom: 2px;
  }
  .cid-qv6ZqqZUiz .input-group-btn {
    width: 100%;
  }
  .cid-qv6ZqqZUiz .input-group-btn .btn {
    border-radius: 3px;
  }
}
@media (max-width: 768px) {
  .cid-qv6ZqqZUiz .input-form {
    width: 80%;
    margin: 0 auto;
  }
  .cid-qv6ZqqZUiz .input-group-btn a.btn {
    width: 100%;
  }
  .cid-qv6ZqqZUiz .input-group-btn {
    width: calc(92%);
  }
  .cid-qv6ZqqZUiz .input-group-btn button[type="submit"] {
    width: 100%;
  }
  .cid-qv6ZqqZUiz .input-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    max-width: 300px;
  }
  .cid-qv6ZqqZUiz .input-group input[type="email"] {
    width: 100%;
    margin-bottom: 3px;
  }
  .cid-qv6ZqqZUiz .input-group span {
    display: inline;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-qv6ZqqZUiz .input-group-btn button,
  .cid-qv6ZqqZUiz .input-group-btn a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 769px) {
  .cid-qv6ZqqZUiz .mbr-subscribe > * {
    margin: 0 0rem;
  }
}
.cid-qv6ZqqZUiz .mbr-form .input-group-btn a.btn {
  border-radius: 0px !important;
}
.cid-qv6ZqYQkI0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/06.jpg");
}
.cid-qv6ZqYQkI0 .title {
  margin-bottom: 2rem;
}
.cid-qv6ZqYQkI0 a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qv6ZqYQkI0 a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qv6ZqYQkI0 .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qv6ZqYQkI0 .input-group-btn {
  display: block;
}
.cid-qv6ZqYQkI0 h2 {
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-qv6ZqYQkI0 h3 {
  color: #767676;
  letter-spacing: 0.03em;
  line-height: 1.8;
  margin-bottom: 2rem;
}
.cid-qv6ZqYQkI0 .mbr-section-subtitle P {
  text-align: left;
}
.cid-qv6ZqYQkI0 .mbr-form input,
.cid-qv6ZqYQkI0 textarea {
  border-radius: 0px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .cid-qv6ZqYQkI0 h2 {
    text-align: center;
  }
  .cid-qv6ZqYQkI0 h3 {
    text-align: center;
  }
  .cid-qv6ZqYQkI0 .input-group-btn {
    text-align: center;
  }
  .cid-qv6ZqYQkI0 .social-list {
    text-align: center;
  }
}
.cid-qv6ZqYQkI0 H3 {
  color: #333333;
}
.cid-qv6ZrvvP3Z {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/06.jpg");
}
.cid-qv6ZrvvP3Z .title {
  margin-bottom: 2rem;
}
.cid-qv6ZrvvP3Z .mbr-section-subtitle {
  color: #767676;
}
.cid-qv6ZrvvP3Z a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qv6ZrvvP3Z a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qv6ZrvvP3Z .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qv6ZrvvP3Z .input-group-btn {
  display: block;
  text-align: left;
}
.cid-qv6ZrvvP3Z h2 {
  color: #444;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-qv6ZrvvP3Z h3 {
  color: #444;
  letter-spacing: 0.03em;
}
.cid-qv6ZrvvP3Z .mbr-form input,
.cid-qv6ZrvvP3Z textarea {
  border-radius: 0px !important;
  padding-left: 15px;
}
.cid-qv6ZrvvP3Z h4 {
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-qv6ZrvvP3Z .soc-item {
  display: flex;
}
.cid-qv6ZrvvP3Z .soc-item span {
  padding-right: 1rem;
}
.cid-qv6ZrvvP3Z .google-map {
  width: 100%;
  height: 25rem;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-qv6ZrvvP3Z .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-qv6ZrvvP3Z .google-map [data-state-details] {
  color: #444444;
  font-family: Muli;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qv6ZrvvP3Z .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qv6ZrvvP3Z .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 991px) {
  .cid-qv6ZrvvP3Z .mbr-section-title {
    text-align: center;
  }
  .cid-qv6ZrvvP3Z .mbr-section-subtitle {
    text-align: center;
  }
  .cid-qv6ZrvvP3Z .input-group-btn {
    text-align: center;
  }
  .cid-qv6ZrvvP3Z .social-list {
    text-align: center;
  }
}
.cid-qv6ZrWBH0c .google-map {
  height: 25rem;
  position: relative;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: gray;
}
.cid-qv6ZrWBH0c .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-qv6ZrWBH0c .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qv6ZrWBH0c .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qv6ZrWBH0c .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-qv6ZDJWoII {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/06.jpg");
}
.cid-qv6ZDJWoII .title {
  margin-bottom: 2rem;
}
.cid-qv6ZDJWoII .mbr-section-subtitle {
  color: #767676;
}
.cid-qv6ZDJWoII a:not([href]):not([tabindex]) {
  color: #fff;
  border-radius: 3px;
}
.cid-qv6ZDJWoII a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qv6ZDJWoII .multi-horizontal {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  max-width: 100%;
}
.cid-qv6ZDJWoII .input-group-btn {
  display: block;
  text-align: left;
}
.cid-qv6ZDJWoII h2 {
  color: #444;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-qv6ZDJWoII h3 {
  color: #444;
  letter-spacing: 0.03em;
}
.cid-qv6ZDJWoII .mbr-form input,
.cid-qv6ZDJWoII textarea {
  border-radius: 0px !important;
  padding-left: 15px;
}
.cid-qv6ZDJWoII h4 {
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-qv6ZDJWoII .soc-item {
  display: flex;
}
.cid-qv6ZDJWoII .soc-item span {
  padding-right: 1rem;
}
.cid-qv6ZDJWoII .google-map {
  width: 100%;
  height: 25rem;
}
.cid-qv6ZDJWoII .google-map iframe {
  width: inherit;
  height: 100%;
}
.cid-qv6ZDJWoII .google-map [data-state-details] {
  color: #444444;
  font-family: Muli;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-qv6ZDJWoII .google-map[data-state] {
  background: #e9e5dc;
}
.cid-qv6ZDJWoII .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
@media (max-width: 991px) {
  .cid-qv6ZDJWoII .mbr-section-title {
    text-align: center;
  }
  .cid-qv6ZDJWoII .mbr-section-subtitle {
    text-align: center;
  }
  .cid-qv6ZDJWoII .input-group-btn {
    text-align: center;
  }
  .cid-qv6ZDJWoII .social-list {
    text-align: center;
  }
}
.cid-qv6ZHwAPXr {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/0232.jpg");
}
.cid-qv6ZHwAPXr .mbr-section-subtitle {
  color: #767676;
}
.cid-qv6ZHwAPXr .signature {
  letter-spacing: 0.03em;
}
.cid-qv6ZHwAPXr .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-qv6ZHwAPXr h5 {
  letter-spacing: 0.1em;
  margin-bottom: 35px;
  font-weight: bold;
}
.cid-qv6ZHwAPXr .form-control {
  min-height: 2.7em;
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  background-color: white;
  border-radius: 0px;
  font-size: 18px;
}
.cid-qv6ZHwAPXr .input-form {
  width: 480px;
  margin: 0 auto;
}
.cid-qv6ZHwAPXr a.btn {
  flex: 0 0 auto;
  -webkit-flex: 0 0 auto;
  letter-spacing: 0.1em;
}
.cid-qv6ZHwAPXr .input-group-btn {
  align-self: center;
  -webkit-align-self: center;
  z-index: 3;
}
.cid-qv6ZHwAPXr .input-group-btn .btn {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0px;
}
.cid-qv6ZHwAPXr a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-qv6ZHwAPXr a.btn-white:not([href]):not([tabindex]) {
  color: #333;
}
.cid-qv6ZHwAPXr .mbr-subscribe .input-group-btn {
  display: inline-block;
}
.cid-qv6ZHwAPXr .mbr-subscribe .input-group-btn button,
.cid-qv6ZHwAPXr .mbr-subscribe .input-group-btn a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 350px) {
  .cid-qv6ZHwAPXr .mbr-subscribe {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qv6ZHwAPXr input[type="email"] {
    width: 100%;
    margin-bottom: 2px;
  }
  .cid-qv6ZHwAPXr .input-group-btn {
    width: 100%;
  }
  .cid-qv6ZHwAPXr .input-group-btn .btn {
    border-radius: 3px;
  }
}
@media (max-width: 768px) {
  .cid-qv6ZHwAPXr .input-form {
    width: 80%;
    margin: 0 auto;
  }
  .cid-qv6ZHwAPXr .input-group-btn a.btn {
    width: 100%;
  }
  .cid-qv6ZHwAPXr .input-group-btn {
    width: calc(92%);
  }
  .cid-qv6ZHwAPXr .input-group-btn button[type="submit"] {
    width: 100%;
  }
  .cid-qv6ZHwAPXr .input-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: auto;
    max-width: 300px;
  }
  .cid-qv6ZHwAPXr .input-group input[type="email"] {
    width: 100%;
    margin-bottom: 3px;
  }
  .cid-qv6ZHwAPXr .input-group span {
    display: inline;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-qv6ZHwAPXr .input-group-btn button,
  .cid-qv6ZHwAPXr .input-group-btn a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (min-width: 769px) {
  .cid-qv6ZHwAPXr .mbr-subscribe > * {
    margin: 0 0rem;
  }
}
.cid-qv6ZHwAPXr .mbr-form .input-group-btn a.btn {
  border-radius: 0px !important;
}
.cid-qvbege6P4t {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-qvbege6P4t .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbege6P4t .card {
  margin-bottom: 2rem;
}
.cid-qvbege6P4t .card-box {
  padding-top: 2rem;
}
.cid-qvbege6P4t .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbege6P4t .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #444444;
}
.cid-qvbege6P4t .btn {
  margin: .3rem;
}
.cid-qvbege6P4t .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvbege6P4t .fixed-parse .row-content {
  margin: 0;
}
.cid-qvbegScvxp {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-qvbegScvxp .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbegScvxp .card {
  margin-bottom: 2rem;
}
.cid-qvbegScvxp .card-box {
  padding-top: 2rem;
}
.cid-qvbegScvxp .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbegScvxp .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-qvbegScvxp .btn {
  margin: .3rem;
}
.cid-qvbegScvxp .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvbegScvxp .fixed-parse .row-content {
  margin: 0;
}
.cid-qvbehkElKp {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-qvbehkElKp .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qvbehkElKp .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qvbehkElKp .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qvbehkElKp .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qvbehkElKp .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qvbehkElKp .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qvbehkElKp .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qvbehkElKp .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qvbehkElKp .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qv5UR3kUxG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-qv5UR3kUxG .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-qv5UR3kUxG .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qv5UR3kUxG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qv5UR3kUxG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qv5UR3kUxG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qv5UR3kUxG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qv5UR3kUxG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qv5UR3kUxG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qv5UR3kUxG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qv5UR3kUxG .navbar .navbar-toggler {
    flex-basis: 30%;
  }
  .cid-qv5UR3kUxG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qv5UR3kUxG .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qv5UR3kUxG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qv5UR3kUxG .dropdown-item.active,
.cid-qv5UR3kUxG .dropdown-item:active {
  background-color: transparent;
}
.cid-qv5UR3kUxG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qv5UR3kUxG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qv5UR3kUxG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qv5UR3kUxG .navbar-buttons {
  text-align: center;
}
.cid-qv5UR3kUxG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qv5UR3kUxG a.nav-link {
  display: flex;
  align-items: center;
}
.cid-qv5UR3kUxG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qv5UR3kUxG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qv5UR3kUxG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qvb4sEwN7L {
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/0329.jpg");
}
.cid-qvb4sEwN7L .mbr-section-title {
  letter-spacing: .1em;
}
.cid-qvb4sEwN7L .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-qvb4sEwN7L .card-img span {
  font-size: 100px;
}
.cid-qvbz48ed7k {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-qvbz48ed7k .card-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbz48ed7k .card {
  margin-bottom: 2rem;
}
.cid-qvbz48ed7k .card-box {
  padding-top: 2rem;
}
.cid-qvbz48ed7k .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbz48ed7k .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-qvbz48ed7k .btn {
  margin: .3rem;
}
.cid-qvbz48ed7k .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvbz48ed7k .fixed-parse .row-content {
  margin: 0;
}
.cid-qvb4IRoA1p {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-qvb4IRoA1p .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvb4IRoA1p .card {
  margin-bottom: 2rem;
}
.cid-qvb4IRoA1p .card-box {
  padding-top: 2rem;
}
.cid-qvb4IRoA1p .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvb4IRoA1p .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #444444;
}
.cid-qvb4IRoA1p .btn {
  margin: .3rem;
}
.cid-qvb4IRoA1p .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvb4IRoA1p .fixed-parse .row-content {
  margin: 0;
}
.cid-qvb4JoCra6 {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-qvb4JoCra6 .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvb4JoCra6 .card {
  margin-bottom: 2rem;
}
.cid-qvb4JoCra6 .card-box {
  padding-top: 2rem;
}
.cid-qvb4JoCra6 .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvb4JoCra6 .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-qvb4JoCra6 .btn {
  margin: .3rem;
}
.cid-qvb4JoCra6 .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvb4JoCra6 .fixed-parse .row-content {
  margin: 0;
}
.cid-qvb4JJsvMK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-qvb4JJsvMK .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
  opacity: 0.7;
}
.cid-qvb4JJsvMK .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qvb4JJsvMK .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qvb4JJsvMK .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qvb4JJsvMK .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qvb4JJsvMK .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qvb4JJsvMK .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qvb4JJsvMK .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qvb4JJsvMK .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qvb3AKfWuA {
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/background1.jpg");
}
.cid-qvb3AKfWuA .btn {
  padding: 10px 15px 10px 15px;
  font-weight: bold;
}
.cid-qvb3AKfWuA .mbr-section-title {
  letter-spacing: .1em;
}
.cid-qvb3AKfWuA .icon-description {
  padding-top: 1rem;
  color: #ffffff;
}
.cid-qvb3AKfWuA .mbr-media {
  height: 70px;
}
.cid-qvb3AKfWuA .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: white;
}
.cid-qvb3AKfWuA .mbr-media span:hover {
  opacity: 0.7;
}
.cid-qvb3AKfWuA .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-qvb3AKfWuA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-qvb3AKfWuA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-qvb3AKfWuA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-qvb3AKfWuA a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-qvb3AKfWuA a.close:hover {
  color: #ffffff;
}
.cid-qvb3iR4T02 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-qvb3iR4T02 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-qvb3iR4T02 .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qvb3iR4T02 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qvb3iR4T02 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qvb3iR4T02 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qvb3iR4T02 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qvb3iR4T02 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qvb3iR4T02 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qvb3iR4T02 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qvb3iR4T02 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qvb3iR4T02 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qvb3iR4T02 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qvb3iR4T02 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qvb3iR4T02 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qvb3iR4T02 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qvb3iR4T02 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qvb3iR4T02 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qvb3iR4T02 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qvb3iR4T02 .navbar .navbar-toggler {
    flex-basis: 30%;
  }
  .cid-qvb3iR4T02 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qvb3iR4T02 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-qvb3iR4T02 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qvb3iR4T02 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qvb3iR4T02 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qvb3iR4T02 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qvb3iR4T02 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qvb3iR4T02 .dropdown-item.active,
.cid-qvb3iR4T02 .dropdown-item:active {
  background-color: transparent;
}
.cid-qvb3iR4T02 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qvb3iR4T02 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qvb3iR4T02 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qvb3iR4T02 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-qvb3iR4T02 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qvb3iR4T02 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qvb3iR4T02 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qvb3iR4T02 .navbar-buttons {
  text-align: center;
}
.cid-qvb3iR4T02 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qvb3iR4T02 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-qvb3iR4T02 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qvb3iR4T02 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qvb3iR4T02 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qvb3iR4T02 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qvb3iR4T02 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qvb3iR4T02 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qvb3iR4T02 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qvb3iR4T02 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qvb3iR4T02 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qvb3iR4T02 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qvb3iR4T02 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qvb3iR4T02 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qvb3iR4T02 .icons-menu span {
  font-size: 20px;
  color: #232323;
}
.cid-qvbLyC8Hbq {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-qvbLyC8Hbq .card-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbLyC8Hbq .card {
  margin-bottom: 2rem;
}
.cid-qvbLyC8Hbq .card-box {
  padding-top: 2rem;
}
.cid-qvbLyC8Hbq .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbLyC8Hbq .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-qvbLyC8Hbq .btn {
  margin: .3rem;
}
.cid-qvbLyC8Hbq .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvbLyC8Hbq .fixed-parse .row-content {
  margin: 0;
}
.cid-qvb3XNBSZn {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-qvb3XNBSZn .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvb3XNBSZn .card {
  margin-bottom: 2rem;
}
.cid-qvb3XNBSZn .card-box {
  padding-top: 2rem;
}
.cid-qvb3XNBSZn .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvb3XNBSZn .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #444444;
}
.cid-qvb3XNBSZn .btn {
  margin: .3rem;
}
.cid-qvb3XNBSZn .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvb3XNBSZn .fixed-parse .row-content {
  margin: 0;
}
.cid-qvb3YpwF7g {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-qvb3YpwF7g .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvb3YpwF7g .card {
  margin-bottom: 2rem;
}
.cid-qvb3YpwF7g .card-box {
  padding-top: 2rem;
}
.cid-qvb3YpwF7g .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvb3YpwF7g .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-qvb3YpwF7g .btn {
  margin: .3rem;
}
.cid-qvb3YpwF7g .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvb3YpwF7g .fixed-parse .row-content {
  margin: 0;
}
.cid-qvb5Nm5i33 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-qvb5Nm5i33 .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
  opacity: 0.7;
}
.cid-qvb5Nm5i33 .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qvb5Nm5i33 .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qvb5Nm5i33 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qvb5Nm5i33 .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qvb5Nm5i33 .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qvb5Nm5i33 .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qvb5Nm5i33 .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qvb5Nm5i33 .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qvcfw1VroX .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-qvcfw1VroX .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-qvcfw1VroX .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qvcfw1VroX .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qvcfw1VroX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qvcfw1VroX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qvcfw1VroX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qvcfw1VroX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qvcfw1VroX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qvcfw1VroX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qvcfw1VroX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qvcfw1VroX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qvcfw1VroX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qvcfw1VroX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qvcfw1VroX .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qvcfw1VroX .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qvcfw1VroX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qvcfw1VroX .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qvcfw1VroX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qvcfw1VroX .navbar .navbar-toggler {
    flex-basis: 30%;
  }
  .cid-qvcfw1VroX .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qvcfw1VroX .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-qvcfw1VroX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qvcfw1VroX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qvcfw1VroX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qvcfw1VroX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qvcfw1VroX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qvcfw1VroX .dropdown-item.active,
.cid-qvcfw1VroX .dropdown-item:active {
  background-color: transparent;
}
.cid-qvcfw1VroX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qvcfw1VroX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qvcfw1VroX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qvcfw1VroX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-qvcfw1VroX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qvcfw1VroX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qvcfw1VroX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qvcfw1VroX .navbar-buttons {
  text-align: center;
}
.cid-qvcfw1VroX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qvcfw1VroX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qvcfw1VroX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qvcfw1VroX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qvcfw1VroX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qvcfw1VroX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qvcfw1VroX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qvcfw1VroX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qvcfw1VroX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qvcfw1VroX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qvcfw1VroX .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qvcfw1VroX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qvcfw1VroX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qvcfw1VroX .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qvcfw1VroX .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qvb65UqSnp {
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/background4-1920x1280.jpg");
}
.cid-qvb65UqSnp .mbr-section-title {
  letter-spacing: .1em;
}
.cid-qvb65UqSnp .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-qvb65UqSnp .card-img span {
  font-size: 100px;
}
.cid-qvcb7jiA9y {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-qvcb7jiA9y .card-title {
  letter-spacing: 0.1em;
  color: #232323;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvcb7jiA9y .card {
  margin-bottom: 2rem;
}
.cid-qvcb7jiA9y .card-box {
  padding-top: 2rem;
}
.cid-qvcb7jiA9y .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvcb7jiA9y .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-qvcb7jiA9y .btn {
  margin: .3rem;
}
.cid-qvcb7jiA9y .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvcb7jiA9y .fixed-parse .row-content {
  margin: 0;
}
.cid-qvb6HGmexw {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-qvb6HGmexw .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvb6HGmexw .card {
  margin-bottom: 2rem;
}
.cid-qvb6HGmexw .card-box {
  padding-top: 2rem;
}
.cid-qvb6HGmexw .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvb6HGmexw .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #444444;
}
.cid-qvb6HGmexw .btn {
  margin: .3rem;
}
.cid-qvb6HGmexw .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvb6HGmexw .fixed-parse .row-content {
  margin: 0;
}
.cid-qvb6Imi9OG {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-qvb6Imi9OG .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvb6Imi9OG .card {
  margin-bottom: 2rem;
}
.cid-qvb6Imi9OG .card-box {
  padding-top: 2rem;
}
.cid-qvb6Imi9OG .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvb6Imi9OG .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-qvb6Imi9OG .btn {
  margin: .3rem;
}
.cid-qvb6Imi9OG .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvb6Imi9OG .fixed-parse .row-content {
  margin: 0;
}
.cid-qvb6IYbbeJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fafafa;
}
.cid-qvb6IYbbeJ .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
  opacity: 0.7;
}
.cid-qvb6IYbbeJ .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qvb6IYbbeJ .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qvb6IYbbeJ .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qvb6IYbbeJ .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qvb6IYbbeJ .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qvb6IYbbeJ .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qvb6IYbbeJ .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qvb6IYbbeJ .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qv5UR3kUxG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-qv5UR3kUxG .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-qv5UR3kUxG .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qv5UR3kUxG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qv5UR3kUxG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qv5UR3kUxG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qv5UR3kUxG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qv5UR3kUxG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qv5UR3kUxG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qv5UR3kUxG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qv5UR3kUxG .navbar .navbar-toggler {
    flex-basis: 30%;
  }
  .cid-qv5UR3kUxG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qv5UR3kUxG .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qv5UR3kUxG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qv5UR3kUxG .dropdown-item.active,
.cid-qv5UR3kUxG .dropdown-item:active {
  background-color: transparent;
}
.cid-qv5UR3kUxG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qv5UR3kUxG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qv5UR3kUxG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qv5UR3kUxG .navbar-buttons {
  text-align: center;
}
.cid-qv5UR3kUxG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qv5UR3kUxG a.nav-link {
  display: flex;
  align-items: center;
}
.cid-qv5UR3kUxG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qv5UR3kUxG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qv5UR3kUxG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qv70HmRM3R {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/06-1200x675.jpg");
}
.cid-qv70HmRM3R .mbr-section-title {
  letter-spacing: .1em;
}
.cid-qv70HmRM3R .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-qv70HmRM3R .card-img span {
  font-size: 100px;
}
.cid-qv720TOZh7 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f7f7f7;
}
.cid-qv720TOZh7 .row {
  justify-content: center;
}
.cid-qv720TOZh7 .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-qv720TOZh7 .btn {
  margin-bottom: 2rem;
}
.cid-qv720TOZh7 .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-qv720TOZh7 .social-list {
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  flex-wrap: nowrap;
}
.cid-qv720TOZh7 .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-qv720TOZh7 .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qv720TOZh7 .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qv720TOZh7 .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-qv720TOZh7 .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-qv720TOZh7 .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-qv720TOZh7 .links {
  color: #232323;
  text-align: center;
}
.cid-qv71JouqRM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #444444;
}
.cid-qv71JouqRM .row {
  justify-content: center;
}
.cid-qv71JouqRM .text-black {
  font-weight: 800;
  letter-spacing: 0.1em;
}
.cid-qv71JouqRM .btn {
  margin-bottom: 2rem;
}
.cid-qv71JouqRM .mbr-text {
  color: #444;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.cid-qv71JouqRM .social-list {
  justify-content: center;
  display: flex;
  padding-left: 0;
  margin-bottom: 25px;
  list-style: none;
  flex-wrap: nowrap;
}
.cid-qv71JouqRM .social-list .mbr-iconfont-social {
  font-size: 2rem;
  color: black;
}
.cid-qv71JouqRM .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qv71JouqRM .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qv71JouqRM .social-list a:hover {
  opacity: .4;
}
@media (max-width: 767px) {
  .cid-qv71JouqRM .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media (max-width: 575px) {
  .cid-qv71JouqRM .mbr-text {
    text-align: center;
    margin-bottom: 2rem;
  }
}
.cid-qv71JouqRM .links {
  color: #ffffff;
  text-align: center;
}
.cid-qvctgHPrPK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qvctgHPrPK .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qvctgHPrPK .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qvctgHPrPK .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qvctgHPrPK .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qvctgHPrPK .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qvctgHPrPK .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qvctgHPrPK .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qvctgHPrPK .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qvctgHPrPK .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qvcsTFb81o {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-qvcsTFb81o .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvcsTFb81o .card {
  margin-bottom: 2rem;
}
.cid-qvcsTFb81o .card-box {
  padding-top: 2rem;
}
.cid-qvcsTFb81o .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvcsTFb81o .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #444444;
}
.cid-qvcsTFb81o .btn {
  margin: .3rem;
}
.cid-qvcsTFb81o .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvcsTFb81o .fixed-parse .row-content {
  margin: 0;
}
.cid-qvct11Kaye {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-qvct11Kaye .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvct11Kaye .card {
  margin-bottom: 2rem;
}
.cid-qvct11Kaye .card-box {
  padding-top: 2rem;
}
.cid-qvct11Kaye .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvct11Kaye .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-qvct11Kaye .btn {
  margin: .3rem;
}
.cid-qvct11Kaye .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvct11Kaye .fixed-parse .row-content {
  margin: 0;
}
.cid-qv71KXusMg {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-qv71KXusMg .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qv71KXusMg .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qv71KXusMg .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qv71KXusMg .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qv71KXusMg .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qv71KXusMg .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qv71KXusMg .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qv71KXusMg .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qv71KXusMg .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
.cid-qv5UR3kUxG .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #444444;
  background: none;
}
.cid-qv5UR3kUxG .navbar.opened {
  transition: all .3s;
  background: #444444 !important;
}
.cid-qv5UR3kUxG .navbar .dropdown-item {
  padding: .25rem 1.5rem;
}
.cid-qv5UR3kUxG .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-qv5UR3kUxG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-qv5UR3kUxG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-qv5UR3kUxG .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-qv5UR3kUxG .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-qv5UR3kUxG .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-qv5UR3kUxG .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-qv5UR3kUxG .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem;
    text-align: center;
  }
  .cid-qv5UR3kUxG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: 70%;
    word-break: break-word;
  }
  .cid-qv5UR3kUxG .navbar .navbar-toggler {
    flex-basis: 30%;
  }
  .cid-qv5UR3kUxG .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-qv5UR3kUxG .navbar.navbar-short {
  background: #444444 !important;
  min-height: 60px;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-qv5UR3kUxG .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-qv5UR3kUxG .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-qv5UR3kUxG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-qv5UR3kUxG .dropdown-item.active,
.cid-qv5UR3kUxG .dropdown-item:active {
  background-color: transparent;
}
.cid-qv5UR3kUxG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-qv5UR3kUxG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #444444;
}
.cid-qv5UR3kUxG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-qv5UR3kUxG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qv5UR3kUxG ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-qv5UR3kUxG .navbar-buttons {
  text-align: center;
}
.cid-qv5UR3kUxG button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qv5UR3kUxG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qv5UR3kUxG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qv5UR3kUxG .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-qv5UR3kUxG a.nav-link {
  display: flex;
  align-items: center;
}
.cid-qv5UR3kUxG .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-qv5UR3kUxG .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-qv5UR3kUxG .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
.cid-qv6ZTexUfa {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/06-1200x675.jpg");
}
.cid-qv6ZTexUfa .mbr-section-title {
  letter-spacing: .1em;
}
.cid-qv6ZTexUfa .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-qv6ZTexUfa .card-img span {
  font-size: 100px;
}
.cid-qv6ZZzRo6U {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qv6ZZzRo6U .text-section-title {
  letter-spacing: 0.03em;
  font-weight: 500;
  text-align: left;
  color: #232323;
}
.cid-qv6ZZzRo6U .text-section-text {
  letter-spacing: 0.03em;
  line-height: 1.8;
  text-align: left;
  color: #232323;
}
.cid-qv6ZZzRo6U h4 {
  display: flex;
  letter-spacing: 0.03em;
  align-items: center;
  color: #000000;
}
.cid-qv6ZZzRo6U .panel-text {
  letter-spacing: 0.03em;
  color: #333333;
  line-height: 1.7;
}
.cid-qv6ZZzRo6U .mbr-section-title {
  letter-spacing: 0.1em;
  color: #000000;
}
.cid-qv6ZZzRo6U .mbr-section-subtitle {
  letter-spacing: 0.03em;
  color: #333333;
}
.cid-qv6ZZzRo6U .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qv6ZZzRo6U .panel-group {
  width: 100%;
}
.cid-qv6ZZzRo6U .card {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-qv6ZZzRo6U .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qv6ZZzRo6U .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-qv6ZZzRo6U .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-qv6ZZzRo6U .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qv6ZZzRo6U .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-qv6ZZzRo6U .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-qv6ZZzRo6U .card .panel-body {
  background: #efefef;
}
.cid-qv6ZZzRo6U .sign {
  color: #000000;
}
.cid-qv6ZZzRo6U .media-container-row {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-qv6ZZzRo6U .media-container-row .accordion-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-qv6ZZzRo6U .media-container-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-qv6ZZzRo6U .media-container-row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-qv6ZZzRo6U .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
    padding-top: 0;
    padding-bottom: 2rem;
  }
}
.cid-qv6ZYr1a77 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/04.jpg");
}
.cid-qv6ZYr1a77 h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #ffffff;
  align-items: center;
}
.cid-qv6ZYr1a77 .panel-text {
  letter-spacing: 0.03em;
  color: #444444;
}
.cid-qv6ZYr1a77 .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-qv6ZYr1a77 .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-qv6ZYr1a77 .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qv6ZYr1a77 .panel-group {
  width: 100%;
}
.cid-qv6ZYr1a77 .card {
  border-bottom: 1px solid #efefef;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-qv6ZYr1a77 .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qv6ZYr1a77 .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #444444;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-qv6ZYr1a77 .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-qv6ZYr1a77 .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qv6ZYr1a77 .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-qv6ZYr1a77 .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-qv6ZYr1a77 .card .panel-body {
  background: #efefef;
}
.cid-qv6ZYr1a77 .media-container-row > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-qv6ZYr1a77 .sign {
  color: #ffffff;
}
@media (max-width: 991px) {
  .cid-qv6ZYr1a77 .media-container-row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-qv6ZYr1a77 .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-qv701sKr0k {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/0329.jpg");
}
.cid-qv701sKr0k h4 {
  display: flex;
  letter-spacing: 0.03em;
  color: #000000;
}
.cid-qv701sKr0k .panel-text {
  letter-spacing: 0.03em;
  color: #ffffff;
  line-height: 1.7;
}
.cid-qv701sKr0k .mbr-section-title {
  letter-spacing: 0.1em;
  color: #ffffff;
}
.cid-qv701sKr0k .mbr-section-subtitle {
  letter-spacing: 0.03em;
  font-weight: 500;
  color: #ffffff;
}
.cid-qv701sKr0k .accordion-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-qv701sKr0k .panel-group {
  width: 100%;
}
.cid-qv701sKr0k .card {
  border-bottom: 1px solid #879a9f;
  border-radius: 0px;
  margin-bottom: .5rem;
}
.cid-qv701sKr0k .card .card-header {
  border-radius: 0px;
  border: 0px;
  padding: 0;
}
.cid-qv701sKr0k .card .card-header a.panel-title {
  transition: all .3s;
  background-color: #ffffff;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
}
.cid-qv701sKr0k .card .card-header a.panel-title:hover {
  opacity: 0.5;
}
.cid-qv701sKr0k .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-qv701sKr0k .card .card-header a.panel-title .sign {
  padding-left: 1rem;
}
.cid-qv701sKr0k .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-qv701sKr0k .card .panel-body {
  background: #879a9f;
}
.cid-qv701sKr0k .sign {
  color: #000000;
}
.cid-qv701sKr0k .media-container-row .accordion-section {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-qv701sKr0k .media-container-row > div {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cid-qv701sKr0k .mbr-figure {
    padding-right: 0;
    padding-left: 0;
    padding-top: 2rem;
  }
}
.cid-qv702LhraO {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/0131.jpg");
}
.cid-qv702LhraO .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: center;
}
.cid-qv702LhraO .nav {
  border: none;
}
.cid-qv702LhraO .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-qv702LhraO .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-qv702LhraO .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-qv702LhraO .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-qv702LhraO P {
  text-align: center;
}
.cid-qvbeZgVzbq {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qvbeZgVzbq .mbr-section-title {
  font-weight: bold;
  color: #232323;
  margin-bottom: 2.5rem;
}
.cid-qvbeZgVzbq .mbr-section-subtitle {
  font-weight: 500;
  margin-bottom: 2rem;
}
.cid-qvbeZgVzbq .mbr-element-title {
  margin-bottom: 1rem;
}
.cid-qvbeZgVzbq .card-img {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.cid-qvbeZgVzbq .card-img span {
  font-size: 80px;
}
.cid-qvbeZgVzbq .nav {
  border: none;
  margin-bottom: 3rem;
}
.cid-qvbeZgVzbq .nav-tabs {
  margin-top: 1rem;
  margin-bottom: 2rem;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-qvbeZgVzbq .tabcont {
  z-index: 1;
}
.cid-qvbeZgVzbq .nav-item {
  margin-top: 1rem;
}
.cid-qvbeZgVzbq .nav-tabs .nav-link {
  box-sizing: border-box;
  font-style: normal;
  font-weight: bold;
  padding: 1rem 1rem;
  margin: 0px;
  margin-left: -0.5px;
  margin-right: -0.5px;
  transition: all .5s;
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  border-bottom: 1px solid #767676;
}
.cid-qvbeZgVzbq .nav-tabs .nav-link:hover {
  border-color: transparent;
  border-bottom: 1px solid #767676;
}
.cid-qvbeZgVzbq .nav-tabs .nav-link.active {
  border: 1px solid #767676;
  border-bottom: none;
  font-style: normal;
  background-color: transparent;
}
.cid-qv7046SUy0 {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("https://mobirise.com/extensions/lawyerm4/assets/images/0131.jpg");
}
.cid-qv7046SUy0 .mbr-section-title {
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #232323;
  text-align: center;
}
.cid-qv7046SUy0 .nav {
  border: none;
}
.cid-qv7046SUy0 .nav-tabs {
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-qv7046SUy0 .nav-tabs .nav-link {
  box-sizing: border-box;
  color: #232323;
  font-style: normal;
  font-weight: 500;
  padding: 1rem 3rem;
  margin: 0px;
  margin-bottom: 1rem;
  transition: all .5s;
  border-radius: 0px !important;
  border-bottom: 1px solid #232323;
}
.cid-qv7046SUy0 .nav-tabs .nav-link h4 {
  margin: 0;
}
.cid-qv7046SUy0 .nav-tabs .nav-link:hover {
  border: 1px solid #232323;
  background-color: #18191b;
  color: #ffffff;
}
.cid-qv7046SUy0 .nav-tabs .nav-link.active {
  border: 1px solid #232323;
  font-weight: 500;
  color: #ffffff;
  font-style: normal;
  background: #18191b;
}
.cid-qv7046SUy0 .media-container-row > div {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.cid-qvbfbEu544 {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #fafafa;
}
.cid-qvbfbEu544 .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbfbEu544 .card {
  margin-bottom: 2rem;
}
.cid-qvbfbEu544 .card-box {
  padding-top: 2rem;
}
.cid-qvbfbEu544 .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbfbEu544 .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
  color: #444444;
}
.cid-qvbfbEu544 .btn {
  margin: .3rem;
}
.cid-qvbfbEu544 .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvbfbEu544 .fixed-parse .row-content {
  margin: 0;
}
.cid-qvbfjhtzzQ {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #fafafa;
}
.cid-qvbfjhtzzQ .card-title {
  letter-spacing: 0.1em;
  color: #444444;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbfjhtzzQ .card {
  margin-bottom: 2rem;
}
.cid-qvbfjhtzzQ .card-box {
  padding-top: 2rem;
}
.cid-qvbfjhtzzQ .card-box p {
  color: #444;
  letter-spacing: 0.03em;
  margin: 0;
  padding-bottom: 1.5rem;
}
.cid-qvbfjhtzzQ .mbr-section-title {
  letter-spacing: 0.1em;
  margin: 0 auto;
  margin-bottom: 2rem;
}
.cid-qvbfjhtzzQ .btn {
  margin: .3rem;
}
.cid-qvbfjhtzzQ .fixed-parse {
  flex-direction: column-reverse;
}
.cid-qvbfjhtzzQ .fixed-parse .row-content {
  margin: 0;
}
.cid-qvbfl0BiOL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-qvbfl0BiOL .mbr-text {
  color: #444;
  letter-spacing: 0.1em;
}
.cid-qvbfl0BiOL .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  flex-wrap: nowrap;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.cid-qvbfl0BiOL .social-list .mbr-iconfont-social {
  font-size: 1.1rem;
  color: black;
}
.cid-qvbfl0BiOL .social-list .soc-item {
  margin: 0 .5rem;
}
.cid-qvbfl0BiOL .social-list a {
  margin: 0;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-qvbfl0BiOL .social-list a:hover {
  opacity: .4;
}
@media (max-width: 991px) {
  .cid-qvbfl0BiOL .social-list {
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.cid-qvbfl0BiOL .media-container-row > div {
  padding: 0px;
}
@media (max-width: 991px) {
  .cid-qvbfl0BiOL .mbr-text {
    text-align: center !important;
    padding-bottom: 1.5rem;
  }
}
