@charset "UTF-8";
/*
* -------   Table of Contents -------
* ----- 1.  Variables
* ----- 2.  Normalize
* ----- 3.  Base
* ----- 4.  Typography
* ----- 5.  Header
* ----- 6.  Menu
* ----- 7.  Mobile Menu
* ----- 8.  Home
* ----- 9.  Page Banner
* ----- 10. Styles
* ----- 11. Attorney/Member Details
* ----- 12. Blog - Sidebar
* ----- 13. Contact
* ----- 14. Inputs
* ----- 15. Buttons
* ----- 16. Footer
* ----- 17. Owl Carousel
* ----- 18. Grid
* ----- 19. Utilities
*/
/*--------------------------------------- */
/* ----------- 1.Normalize -------------- */
/*--------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

figure {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

/*--------------------------------------- */
/* ----------- 2.Base ------------------- */
/*--------------------------------------- */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
}

body {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
  color: var(--dark-color);
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

::-moz-selection {
  color: #fff;
  background-color: var(--primary-color);
}

::selection {
  color: #fff;
  background-color: var(--primary-color);
}

.page-wrapper {
  position: relative;
  display: flex;
  display: -ms-flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.35s ease;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .page-wrapper {
    display: block;
  }
}

.main {
  flex: 1;
  width: 100%;
}

.main-content {
  margin-bottom: 6rem;
}

.sticky-wrapper,
.header,
.footer {
  width: 100%;
}

.direction-link {
  display: block;
}

p {
  margin-top: 0;
  margin-bottom: 3rem;
}
p:empty {
  display: none;
}
ul,
ol {
  padding-left: 0;
  list-style: none;
  margin: 0 0 3rem;
}

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

u {
  text-decoration: underline;
}

del {
  text-decoration: line-through;
}

hr {
  border: none;
  border-top: 0.2rem solid #ccc;
  margin: 4rem auto;
}

sub,
sup {
  position: relative;
  font-size: 70%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

p img {
  display: inline-block;
  vertical-align: middle;
}

address {
  font-style: normal;
}

/*--------------------------------------- */
/* ----------- 4.Typography ------------- */
/*--------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-color);
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 1.5rem;
}

h1 {
  font-size: 4.3rem;
  line-height: 1;
  margin-bottom: 3rem;
}

h2,
.title {
  font-size: 3rem;
  line-height: 1.1;
  margin-bottom: 2rem;
}

.title-middle {
  font-size: 3.4rem;
  line-height: 1.2;
}

h3,
.title-small {
  font-weight: normal;
  font-size: 3rem;
  line-height: 1.25;
}

h4{
  font-size: 2.4rem;
}

h6 {
  font-weight: 800;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
}

h5,
.subtitle {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.subtitle {
  color: var(--primary-color);
}

a {
  color: var(--primary-color);
  text-decoration: none;
  transition: color 0.35s ease;
}

a:hover,
a:focus {
  color: var(--primary-color-light);
}

.bg-primary a:not(.button) {
  color: rgba(255, 255, 255, 0.5);
}

.bg-primary a:not(.button):hover,
.bg-primary a:not(.button):focus {
  color: #fff;
}

small {
  font-size: 80%;
}

.editor-content ul ul,
.editor-content ul ol,
.editor-content ol ul,
.editor-content ol ol {
  margin-bottom: 1rem;
}

.editor-content .result-subtitle {
  background-color: var(--primary-color);
  font: 700 1.8rem/1.2 "Open Sans", sans-serif;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.625rem 1rem;
  color: #fff;
}

.editor-content ul,
.editor-content ol {
  margin-left: 1rem;
}

.editor-content ul:not(.gform_fields) > li {
  position: relative;
  padding-left: 1.5rem;
}

.editor-content ul:not(.gform_fields) > li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 0.6rem;
  height: 0.6rem;
  background-color: var(--primary-color);
}

.bg-primary .editor-content ul > li:before,
.bg-dark .editor-content ul > li:before {
  background-color: #fff;
}

.editor-content ol {
  counter-reset: ol-counter;
}

.editor-content ol > li {
  position: relative;
  margin-left: 1.5rem;
}

.editor-content ol > li:before {
  float: left;
  content: counter(ol-counter) ".";
  display: inline-block;
  font-size: inherit;
  vertical-align: middle;
  font-weight: 600;
  margin-top: 0;
  margin-left: -1.6rem;
  counter-increment: ol-counter;
}

.editor-content:after {
  content: "";
  display: table;
  clear: both;
}
.editor-content p a {
  text-decoration: underline;
}
@media (min-width: 768px) {
  h1 {
    font-size: 6rem;
  }

  .title-middle {
    font-size: 3.8rem;
  }
}

@media (min-width: 992px) {
  h1 {
    font-size: 7.2rem;
  }

  .title-middle {
    font-size: 4.2rem;
  }

  h3,
  .title-small {
    font-size: 3.6rem;
  }
}

@media (min-width: 1200px) {
  h1 {
    font-size: 8.4rem;
  }
}

/*--------------------------------------- */
/* ----------- 5.Header ----------------- */
/*--------------------------------------- */
.header {
  position: relative;
  background-color: #fff;
  z-index: 999;
  border-top: 0.5rem solid var(--dark-color);
  box-shadow: 0 0.4rem 0.8rem rgba(0, 0, 0, 0.1);
}

.header-top {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  padding: 0.8rem 0;
  background-color: var(--primary-color);
}

.header-top a {
  color: inherit;
}

.header-middle {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.logo {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.top-row {
  font-weight: 700;
  margin-bottom: 2.2rem;
  font-size: 1.3rem;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
}

.contact-address {
  margin-bottom: 0;
}

.contact-link {
  color: inherit;
}

* + .contact-link:before {
  content: "";
  padding-left: 1.4rem;
  margin-left: 1.7rem;
  border-left: 0.1rem solid rgba(13, 22, 46, 0.3);
}

.contact-link i {
  vertical-align: middle;
  font-size: 0.8rem;
  margin-right: 0.6rem;
}

.contact-link i,
.contact-link:hover,
.contact-link:focus {
  color: var(--primary-color);
}

.contact-tel {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0;
}

* + .contact-tel {
  margin-left: 3rem;
}

.contact-tel span {
  display: inline-block;
  font-size: 1.3rem;
  letter-spacing: 0.04rem;
  margin-right: 1.2rem;
  color: var(--dark-color);
  letter-spacing: 0.05rem;
  padding-top: 0.1rem;
}

.contact-tel:hover span,
.contact-tel:focus span {
  color: var(--primary-color);
}

.contact-group {
  align-items: flex-end;
  flex-direction: column;
  text-align: right;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1.5rem;
}

.contact-group .contact-tel {
  flex-direction: column;
  align-items: flex-end;
  font-size: 3.2rem;
}

.header-top * + .contact-tel {
  position: relative;
}

.contact-group .contact-tel span {
  margin-right: 0;
  margin-bottom: 0.6rem;
}

.header-top .contact-tel span {
  color: #fff;
}

.contact-group a:not(.contact-tel) {
  color: inherit;
}

.header-top .contact-tel:hover,
.header-top .contact-tel:focus {
  color: #dedede;
}
.contact-group a:not(.contact-tel):hover {
  color: var(--primary-color);
}

.contact-group * + * {
  margin-top: 0.6rem;
}

.contact-list {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 0;
  margin-right: 2rem;
}
.contact-list .address span {
  max-width: 150px;
}

.contact-list a {
  color: inherit;
}

.contact-list a:hover,
.contact-list a:focus {
  color: var(--primary-color);
}

.contact-list,
.contact-list li {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  position: relative;
}

.contact-list li + li {
  margin-left: 2.4rem;
  padding-left: 2rem;
}

.contact-list li + li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #ccc;
}

.contact-list i {
  font-size: 3.2rem;
  margin-right: 1.4rem;
  color: #ccc;
}

.contact-list i.icon-mail {
  font-size: 2.6rem;
}

.contact-list em {
  display: block;
  color: var(--primary-color);
}

.header-bottom {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  color: #fff;
  background-color: var(--dark-color);
}

.social-links {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  font-weight: normal;
  font-size: 1.8rem;
}

.social-links a {
  color: inherit;
}

.social-links a:not(:last-child) {
  margin-right: 1.8rem;
}

.social-links a:hover,
.social-links a:focus {
  color: var(--primary-color);
}

/* Header 2 */
.header-2 {
  border-top-width: 0;
}

/* Header 3 */
.header-3 {
  border-top-color: var(--primary-color);
}

.header-3 .header-middle {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.contact-button {
  min-width: 200px;
  margin-left: 1.25rem;
  padding: 1.6rem 2rem;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.07rem;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0.4rem;
  background-color: var(--primary-color);
  transition: all 0.4s ease;
}

.contact-button span {
  display: block;
  font-style: italic;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: 0;
  text-transform: initial;
}

.contact-button:hover,
.contact-button:focus {
  color: #fff;
  background-color: var(--primary-color-light);
}

/* Sticky Header */
.sticky-header {
  -webkit-backface-visibility: hidden;
}

.sticky-header.fixed {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  animation-name: fixedHeader;
  animation-duration: 0.55s;
  z-index: 999;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
}

@keyframes fixedHeader {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fixed .header-middle {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.sticky-header.fixed .top-row {
  margin-bottom: 1.4rem;
}

@media (min-width: 768px) {
  .header-middle {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .header-top * + .contact-tel {
    padding-left: 1.4rem;
    margin-left: 1.7rem;
  }

  .header-top * + .contact-tel:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0.1rem;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
  }
}

@media (min-width: 768px) {
  .header-middle {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .header-2.fixed .header-middle {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

@media (min-width: 992px) {
  .header-2 .header-middle {
    padding-top: 3.6rem;
    padding-bottom: 3.6rem;
  }
}

@media (min-width: 1200px) {
  .contact-button {
    min-width: 250px;
  }
}

@media (min-width: 1400px) {
  .contact-list {
    margin-right: 4rem;
  }
}

/*--------------------------------------- */
/* ----------- 6.Menu ------------ */
/*--------------------------------------- */
.menu,
.menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  font-size: 1.6rem;
  line-height: 1.5;
  text-transform: uppercase;
}

.menu li {
  position: relative;
}

.menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 999;
}

.menu li:hover > ul,
.menu li.sfHover > ul {
  display: block;
}

.menu a {
  display: block;
  position: relative;
  color: var(--dark-color);
  transition: all 0.45s ease;
}

.menu > li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  background-color: var(--primary-color);
  z-index: 1;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.32s ease-out;
}

.menu > li + li {
  margin-left: 1rem;
}

.menu > li > a {
  display: flex;
  -ms-display: flex;
  align-items: center;
  align-self: stretch;
  vertical-align: middle;
  padding: 0.4rem 0;
  font-weight: 700;
  font-size: 1.3rem;
}

.header-bottom .menu > li + li {
  margin-left: 1.5rem;
}

.header-bottom .menu > li > a {
  font-size: 1.4rem;
  color: #fff;
}

.menu ul {
  min-width: 280px;
  text-transform: capitalize;
  font-size: 1.5rem;
  background-color: var(--dark-color);
  padding: 1rem 2rem;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.15), -3px 3px 5px rgba(0, 0, 0, 0.15);
}

.menu ul li:not(:last-child) {
  border-bottom: 0.1rem solid rgba(255, 255, 255, 0.1);
}

.menu ul a {
  display: block;
  color: #fff;
  padding: 1rem 0;
}

.menu ul ul {
  top: 0;
  left: 100%;
}

.menu li:hover > a,
.menu li:focus > a,
.menu li.open > a,
.menu li.current-menu-item > a,
.menu li.current-menu-parent > a {
  color: var(--primary-color);
}

.menu > li:hover:after,
.menu > li:focus:after,
.menu > li.open:after,
.menu > li.current-menu-item:after,
.menu > li.current-menu-parent:after {
  transform-origin: left center;
  transform: scale(1, 1);
}

.menu ul li:hover > a,
.menu ul li:focus > a,
.menu ul li.open > a,
.menu ul li.current-menu-item > a,
.menu ul li.current-menu-parent > a {
  padding-left: 1rem;
  color: #fff;
  background-color: var(--primary-color);
}

/* CSS Arrows - in main.js file cssArrows:false */
.sf-arrows .sf-with-ul {
  padding-right: 1rem;
}

.sf-arrows .sf-with-ul:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -0.3rem;
  height: 0;
  width: 0;
  border: 0.4rem solid transparent;
  border-top-color: #222;
}

.sf-arrows ul .sf-with-ul {
  padding-right: 2rem;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -0.5rem;
  margin-right: 0.8rem;
  border-color: transparent;
  border-top-color: transparent !important;
  border-left-color: #fff;
}

.header-bottom .sf-arrows .sf-with-ul:after {
  border-top-color: #fff;
}

.header-bottom .sf-arrows li:hover > .sf-with-ul:after,
.header-bottom .sf-arrows li:focus > .sf-with-ul:after,
.header-bottom .sf-arrows li.open > .sf-with-ul:after,
.header-bottom .sf-arrows.current-menu-item > .sf-with-ul:after,
.header-bottom .sf-arrows.current-menu-parent > .sf-with-ul:after {
  border-top-color: var(--primary-color);
}

@media (min-width: 1200px) {
  .menu > li > a {
    font-size: 1.4rem;
  }

  .header-bottom .menu > li + li {
    margin-left: 2rem;
  }

  .header-bottom .menu > li > a {
    font-size: 1.6rem;
  }
}

@media (min-width: 1400px) {
  .menu > li > a {
    font-size: 1.6rem;
  }

  .menu > li + li {
    margin-left: 2.6rem;
  }
}

@media (min-width: 1600px) {
  .menu > li > a {
    font-size: 1.8rem;
  }
}

/*--------------------------------------- */
/* ----------- 7.Mobile Menu ------------ */
/*--------------------------------------- */

/* Menu Toggle Button */
/*--------------------------------------- */
/* ----------- 7.Mobile Menu ------------ */
/*--------------------------------------- */
/* Menu Toggle Button */
.menu-toggle {
  position: relative;
  align-items: center;
  margin: 0;
  border: none;
  padding: 0;
  margin: 0 0;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
}

.menu-toggle:focus,
.menu-toggle:hover,
.menu-toggle:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.menu-toggle-icon {
  display: inline-block;
  position: relative;
  width: 3rem;
  height: 1.5rem;
  vertical-align: middle;
}

.menu-toggle-text {
  display: none;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.05rem;
  line-height: 1.5;
  margin-left: 0.6rem;
  text-transform: uppercase;
  vertical-align: middle;
  padding-top: 0.1rem;
}

.header-bottom .menu-toggle-text {
  display: inline-block;
}

.header-bottom .menu-toggle-text {
  color: #fff;
}

.menu-toggle i {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 0.2rem;
  margin-top: -0.1rem;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.menu-toggle i,
.menu-toggle i::before,
.menu-toggle i::after {
  background: var(--primary-color);
  -webkit-transition: margin, background, -webkit-transform 0.4s ease;
  transition: margin, background, -webkit-transform 0.4s ease;
}

.menu-toggle i::after,
.menu-toggle i::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.menu-toggle i::after {
  margin-top: -9px;
}

.menu-toggle i::before {
  margin-top: 9px;
}

.menu-toggle.active {
  z-index: 999;
  background: transparent;
}

.menu-toggle.active i {
  background: transparent;
}

.menu-toggle.active i::after,
.menu-toggle.active i::before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-toggle.active i::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mmenu-active .page-wrapper {
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

.mmenu-active .mobile-menu-container {
  visibility: visible;
  -webkit-transform: translateX(300px);
  transform: translateX(300px);
  width: 70%;
}

.mobile-menu-container {
  position: fixed;
  left: -300px;
  top: 0;
  bottom: 0;
  z-index: 1001;
  width: 300px;
  color: var(--dark-color);
  background-color: #fff;
  max-width: 100%;
  box-shadow: 3px 0 9px 0 rgba(0, 0, 0, 0.15);
  border-right: 0.4rem solid var(--primary-color);
  visibility: hidden;
  transition: all 0.35s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu-container .close {
  display: block;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-weight: 600;
  width: 3rem;
  height: 3rem;
  padding: 0;
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  background-color: var(--primary-color);
  border: none;
  transition: all 0.4s ease;
  outline: none;
  cursor: pointer;
}

.mobile-menu-container .close:hover,
.mobile-menu-container .close:focus {
  color: #fff;
  background-color: var(--primary-color-light);
}

.mobile-menu-wrapper {
  position: relative;
  padding: 5rem 0 5rem 0;
  overflow-x: hidden;
}

.mobile-menu-overlay {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  transition: all 0.4s ease;
  visibility: hidden;
  opacity: 0;
}

.mmenu-active .mobile-menu-overlay {
  visibility: visible;
  opacity: 1;
}

.mobile-menu-logo {
  margin-left: 2.4rem;
  margin-right: 2.4rem;
  width: 100%;
  max-width: 190px;
  margin-bottom: 2.4rem;
}

.mobile-menu {
  margin: -0.8rem 0 -0.4rem;
  padding: 0;
  list-style: none;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: -0.03rem;
}

.mobile-menu li {
  display: block;
  position: relative;
}

.mobile-menu li a {
  position: relative;
  display: block;
  padding: 0.7rem 2.4rem;
  color: var(--dark-color);
}

.mobile-menu .menu-item-has-children > a {
  padding-right: 5rem;
}

.mobile-menu li ul {
  margin: 0 -2.4rem 0.8rem;
  padding: 0.8rem 2.4rem;
  font-weight: 400;
  font-size: 1.4rem;
  letter-spacing: -0.02rem;
  display: none;
  background: var(--primary-color-light);
  text-transform: capitalize;
}

.mobile-menu li ul ul {
  background: var(--primary-color);
}

.mobile-menu li.current-menu-parent > ul {
  display: block;
}

.mobile-menu li ul a {
  color: #fff;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}

.mobile-menu li a:hover,
.mobile-menu li a:focus,
.mobile-menu li.open > a,
.mobile-menu li.current-menu-item > a,
.mobile-menu li.current-menu-parent > a {
  color: var(--primary-color);
}

.mobile-menu ul li a:hover,
.mobile-menu ul li a:focus {
  color: #ccc;
}

.mobile-menu ul li.open > a,
.mobile-menu ul li.current-menu-item > a,
.mobile-menu ul li.current-menu-parent > a {
  color: #fff;
  background-color: var(--dark-color);
}

.mobile-menu li ul a::before {
  display: none;
}

.mmenu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 1.5rem;
  top: 0.7rem;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 0;
  border: none;
  background-color: var(--primary-color);
  cursor: pointer;
  outline: none;
}

.mmenu-btn::before,
.mmenu-btn::after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.2rem;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -0.5rem;
  margin-top: -0.1rem;
}

.mobile-menu li ul .mmenu-btn {
  top: 0.5.5rem;
  background-color: var(--primary-color);
}

.mmenu-btn::after {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -ms-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}

.open > .mmenu-btn::after {
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.mobile-menu-container .contact-address,
.mobile-menu-container .contact-link,
.mobile-menu-container .contact-tel,
.mobile-menu-container .socials,
.mobile-menu-container .social-links {
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.mobile-menu-container .contact-address {
  font-weight: 600;
  font-size: 1.4rem;
  max-width: 90%;
  margin-bottom: 1rem;
  color: inherit;
}

.mobile-menu-container .contact-link {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1.4rem;
}

.mobile-menu-container .contact-tel {
  margin-bottom: 0;
  margin-left: 0;
  font-size: 2.6rem;
}

.mobile-menu-container * + .contact-link:before {
  display: none;
}

.mobile-menu-container .social-links a,
.mobile-menu-container .socials {
  font-size: 1.7rem;
}

.mobile-menu-container .socials-circle a {
  min-width: 3.6rem;
  height: 3.6rem;
  font-size: 1.5rem;
}

.mobile-menu-container hr {
  width: calc(100% - 4.8rem);
  border: none;
  border-bottom: 0.1rem solid #ccc;
  margin: 2rem auto 2.4rem;
}

@media (min-width: 480px) {
  .menu-toggle-text {
    display: inline-block;
  }
}

/*--------------------------------------- */
/* ----------- 8.Home ------------------ */
/*--------------------------------------- */

.hero {
  position: relative;
  color: #fff;
  background-color: var(--dark-color);
  background-size: cover;
  background-position: center center;
}

.hero-content {
  max-width: 500px;
}

.text-center .hero-content {
  margin-left: auto;
  margin-right: auto;
}

.hero-title {
  color: inherit;
  font-weight: normal;
  /* font-size: 4.2rem; */
  line-height: 1.25;
  margin-bottom: 2.4rem;
}

.hero-text {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.35;
  margin-bottom: 3.6rem;
}

.button.hero-button {
  padding: 1.2rem 2.2rem;
  min-width: 130px;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.06rem;
}

.text-center .hero-action {
  justify-content: center;
  align-items: center !important;
}

.hero-action .button + .button {
  margin-top: 1rem;
}

@media (min-width: 480px) {
}

@media (min-width: 576px) {
  .hero-action {
    flex-direction: row;
  }
  .hero-action .button + .button {
    margin-top: 0;
    margin-left: 2rem;
  }
}

@media (min-width: 768px) {
  .hero-content {
    max-width: 600px;
  }

  /* .hero-title {
    font-size: 6rem;
    line-height: 1.15;
  } */

  .hero-text {
    font-size: 1.7rem;
  }

  .button.hero-button {
   padding: 1.2rem 2.2rem;
    min-width: 150px;
    font-size: 1.3rem;
  }

  .hero-action .button + .button {
    margin-left: 3rem;
  }
}

@media (min-width: 992px) {

  .hero-content {
    max-width: 720px;
  }

  .text-center .hero-content {
    max-width: 880;
  }

   .button.hero-button {
    padding: 1.2rem 2.2rem;
    min-width: 175px;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.06rem;
  }
}

@media (min-width: 1200px) {
  .text-center .hero-content {
    max-width: 1200px;
  }

  /* .hero-title {
    font-size: 8.4rem;
  } */

  .hero-text {
    font-size: 2rem;
  }
}

/* Practies */
.pa-single-row + .pa-single-row {
  border-top: 2px solid #ccc;
  margin-top: 4rem;
  padding-top: 4rem;
}
.pa-single-row .button {
  display: inline-block;
}
.pa-single-row:last-of-type {
  margin-bottom: 4rem;
}
.pa-single-row .row {
  flex-direction: column-reverse;
}
.pa-single-row .entry-media {
  padding-top: 61.06%;
  position: relative;
  overflow: hidden;
}
.pa-single-row img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .pa-single-row .row {
    flex-direction: row;
  }
}
@media (min-width: 1920px) {
  .pa-single-row .entry-media {
    padding-top: 45.83%;
  }
}
.content-stretch [class*="col-"] {
  display: flex;
}

.card {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.card-media {
  width: 100%;
  position: relative;
  margin-bottom: 0;
  align-self: flex-start;
}

.card-media > a {
  display: block;
}

.card-media img {
  max-width: none;
  width: 100%;
}

.card-content {
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5rem 3rem;
}

.text-center .card-content {
  align-items: center;
}

.card-title {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  width: 100%;
}

.card-content p {
  width: 100%;
  flex: 1;
}

.button.button-more {
  padding: 1.35rem 3.5rem;
  min-width: 180px;
}

/* Card Primary & Card Dark */
.card-primary {
  color: #eee;
  background-color: var(--primary-color);
}

.card-dark {
  color: #eee;
  background-color: var(--dark-color);
}

.card-primary .card-content,
.card-dark .card-content {
  padding-top: 3rem;
  padding-bottom: 4rem;
}

.card-primary .card-title a,
.card-dark .card-title a {
  color: #fff;
}

.card-primary .card-title a:hover,
.card-primary .card-title a:focus,
.card-dark .card-title a:hover,
.card-dark .card-title a:focus {
  color: #cacaca;
}

.card-primary .button {
  color: var(--primary-color);
  border-color: #fff;
  background-color: #fff;
}

.card-primary .button.button-outline,
.card-dark .button.button-outline {
  color: #fff;
  border-color: #fff;
}

.card-primary .button.button-outline:hover,
.card-primary .button.button-outline:focus,
.card-dark .button.button-outline:hover,
.card-dark .button.button-outline:focus {
  border-color: var(--primary-color-light);
  background-color: var(--primary-color-light);
}

/* Card List */
.card-list .card-media {
  margin-bottom: 2.5rem;
}

.card-list .card-title {
  font-size: 2.2rem;
}

.card-menu {
  margin-bottom: 2rem;
}

.card-menu li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.card-menu a {
  transition: all 0.45s ease;
  color: var(--dark-color);
}

.card-menu a:hover,
.card-menu a:focus {
  color: var(--primary-color);
  padding-left: 1rem;
}

/* Card OVerlay */
.practices-container {
  max-width: 1920px;
  margin-right: auto;
  margin-left: auto;
  overflow-x: hidden;
}

.card-overlay {
  margin-bottom: 3rem;
}

.card-overlay .card-media {
  margin-bottom: 0;
}

.card-overlay .card-media:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.65;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.card-overlay .card-title {
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 3.2rem;
  z-index: 7;
  margin-bottom: 0;
}

.card-box {
  margin-bottom: 0;
}

.card-box .card-content {
  padding: 4rem;
}

@media (min-width: 992px) {
  .card-big .card-content {
    padding: 3rem 5rem;
  }

  .card-big.card-primary .card-content {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .card-big .card-title {
    font-size: 3rem;
  }

  .card-big.card-list .card-title {
    font-size: 2.6rem;
  }
}

/* Attorneys/Team Section */
.team .container + .container:last-child hr {
  display: none;
}

.member {
  position: relative;
  margin-bottom: 4rem;
}

.member-media {
  position: relative;
  overflow: hidden;
  margin-bottom: 2rem;
}

.member-media > a {
  display: block;
}

.member-media img {
  max-width: none;
  width: 100%;
}

.member-title {
  color: var(--dark-color);
  font-size: 2.6rem;
  line-height: 1.3;
  margin-bottom: 1.7rem;
}

.col-lg-3 .member-title {
  font-size: 2.4rem;
}

.member-subtitle {
  display: block;
  color: var(--primary-color);
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  margin-top: 0.4rem;
}

.member-title a {
  color: inherit;
}

.member-title a:hover,
.member-title a:focus {
  color: var(--primary-color-light);
}

.readmore-link {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  padding-bottom: 0.2rem;
  color: var(--dark-color);
}

.readmore-link:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  background-color: var(--primary-color);
  z-index: 1;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.32s ease-out;
}

.readmore-link:hover:after,
.readmore-link:focus:after {
  transform-origin: left center;
  transform: scale(1, 1);
}

.readmore-link:hover,
.readmore-link:focus {
  color: var(--primary-color);
}

.member-overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding: 2rem;
  background-color: var(--primary-color-rgba);
  opacity: 0;
  visibility: hidden;
  transition: all 0.55s ease;
  z-index: 7;
}

.member-overlay .button {
  padding: 1.35rem 3.5rem;
  min-width: 190px;
}

.member:hover .member-overlay,
.member:focus .member-overlay {
  opacity: 1;
  visibility: visible;
}

.member-overlay .member-title {
  color: #fff;
}

.member-overlay .member-subtitle {
  color: inherit;
}

.member-overlay .member-title a:hover,
.member-overlay .member-title a:focus {
  color: #cacaca;
}

.member-overlay .socials {
  justify-content: center;
}

.member-overlay .socials a + a {
  margin-left: 1rem;
}

.overlay-content .socials {
  margin-bottom: 1rem;
}

/* Member 2 */
.member-2 {
  overflow: hidden;
}

.member-2 .member-media {
  margin-bottom: 0;
}

.member-2 .member-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.8rem 2.4rem;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease;
  z-index: 1;
}

.member-2 .member-title {
  color: #fff;
}

.member-2:hover .member-content {
  transform: translateY(100%);
}

@media (min-width: 992px) {
  .member-big .member-title {
    font-size: 3.2rem;
  }
}

/* Image Zoom animation on hover*/
.image-zoom {
  overflow: hidden;
}

.image-zoom img {
  transition: all 0.4s ease;
}

.image-zoom:hover img {
  transform: scale(1.2);
}

/* News Section */
.news-carousel .owl-stage {
  display: flex;
  align-items: stretch;
}

.news-carousel .owl-item {
  display: flex;
  align-items: stretch;
}

.news .entry {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05);
  margin-bottom: 0;
}

.news .entry-media {
  overflow: hidden;
  margin-bottom: 0;
  padding-top: 62.25%;
  position: relative;
}
.news .entry-media img {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8);
  transition: transform 0.5s;
}
.news .entry-media:hover img,
.news .entry-media:focus img {
  transform: scale(2.2);
}

.news .entry-body {
  flex: 1;
  padding: 2.8rem 2.5rem 4.5rem;
}

.news .entry-meta {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2rem;
}

.news .entry-cat {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
}

.news .entry-date {
  color: #999;
  font-size: 1.4rem;
}

.news .entry-title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.3;
  margin-bottom: 0;
  margin-top: 0;
}

/* Contact Section */
.contact .contact-form form {
  max-width: 580px;
}
.contact-form.text-white .title-small {
  color: inherit;
}

/* Testimonials */
blockquote {
  position: relative;
  border: none;
  margin: 3rem 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

blockquote p {
  font-style: italic;
  letter-spacing: 0;
}

blockquote cite {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.35;
  letter-spacing: 0;
  margin-bottom: 0;
}

blockquote cite span {
  color: var(--primary-color);
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
}

.testimonial {
  margin: 0 0 2rem;
}

.quote-icon {
  color: var(--primary-color);
  display: block;
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 2.4rem;
}

.bg-primary .quote-icon {
  color: var(--primary-color-light);
}

@media (min-width: 768px) {
  blockquote {
    font-size: 1.8rem;
  }

  blockquote cite {
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .contact .contact-form form {
    max-width: 580px;
    margin-left: auto;
  }
}

/* Review */
.reviews .col {
  padding-right: 5%;
}

.review {
  margin-bottom: 2rem;
}

.review p {
  font-style: normal;
}

.bg-primary .subtitle,
.bg-primary-light .subtitle {
  color: rgba(255, 255, 255, 0.5);
}

.bg-primary blockquote cite span,
.bg-primary-light blockquote cite span {
  color: rgba(255, 255, 255, 0.5);
}

.ratings-container {
  display: flex;
  align-items: center;
  margin-bottom: 2.2rem;
  line-height: 1;
  white-space: nowrap;
}

.ratings {
  position: relative;
  color: #cccccc;
}

.ratings,
.ratings-val {
  display: inline-block;
  font-size: 2.4rem;
  letter-spacing: 0.2em;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
}

.ratings:before,
.ratings-val:before {
  font-weight: 900;
  content: "\f005""\f005""\f005""\f005""\f005";
}

.ratings-val {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #fcb941;
}

.review .quote-icon {
  font-size: 12rem;
  line-height: 1;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .review .quote-icon {
    font-size: 14rem;
  }
}

@media (min-width: 1200px) {
  .review .quote-icon {
    font-size: 16rem;
  }
}

@media (max-width: 767px) {
  .review .col-auto {
    display: none;
  }
}

/* Call Box*/
.call-box {
  border: 0.1rem solid var(--primary-color);
  outline: 0.1rem solid var(--primary-color);
  outline-offset: -0.5rem;
  background-color: #fff;
  padding: 6.5rem 5rem;
  line-height: 1.75;
  margin-bottom: 5rem;
}

.call-box-title {
  color: var(--dark-color);
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.015rem;
  margin-bottom: 2.4rem;
  text-transform: uppercase;
}

.call-box p {
  max-width: 920px;
}

.call-box.text-center p {
  margin: auto;
}

.call-box p:last-child {
  margin-bottom: 0;
}

/* Callout */
.callout {
  margin-bottom: 5rem;
}

.callout img {
  margin-bottom: 2rem;
}

.text-center.callout img {
  margin-left: auto;
  margin-right: auto;
}

.callout-title {
  color: var(--dark-color);
  margin-bottom: 4rem;
  line-height: 1;
}

.callout-title a {
  display: inline-block;
  color: inherit;
  font-weight: 700;
  font-size: 120%;
}

.callout-title a:hover,
.callout-title a:focus {
  color: var(--primary-color);
}

.callout-title span {
  display: inline-block;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  margin-bottom: 1.5rem;
}

.text-row {
  overflow: hidden;
}

.text-row .container-fluid {
  padding: 0;
  max-width: 1920px;
}

.text-row .text-content {
  padding: 5rem 7%;
}

/* Info */
.info {
  font-size: 1.8rem;
  line-height: 1.75;
}

.info-title {
  color: var(--dark-color);
  font-size: 3rem;
}

/* Info Box*/
.info-box-content {
  background-color: #fff;
  padding: 2.5rem 8%;
}

/* Box */
.box {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: flex-start;
  width: 100%;
  padding: 5rem 4rem;
  border: 0.2rem solid #e2e2e2;
  transition: all 0.5s ease;
  margin-bottom: 3rem;
}

.box-heading {
  border: none;
  justify-content: space-between;
}

.box > * {
  position: relative;
  z-index: 5;
}

.box-title {
  color: var(--dark-color);
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.35;
  margin-bottom: 2rem;
  max-width: 90%;
}

.box-title a {
  color: inherit;
  transition: all 0.4s ease;
}

.box-title a:hover,
.box-title a:focus {
  opacity: 0.5;
}

.box .button.button-white {
  color: var(--primary-color);
  border-color: #fff;
  background-color: #fff;
}

.box .button.button-white:hover,
.box .button.button-white:focus {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.box p {
  line-height: 1.75;
}

.box p:last-child {
  margin-bottom: 1rem;
}

.box:not(.box-heading):hover,
.box:not(.box-heading):focus {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.box:not(.box-heading):hover .box-title,
.box:not(.box-heading):focus .box-title {
  color: #fff;
}

@media (min-width: 768px) {
  .info-title {
    font-size: 3.6rem;
  }
}

@media (min-width: 992px) {
  .box-big {
    padding: 8rem 7rem;
  }

  .box-big .box-title {
    font-size: 3rem;
  }
}

/*--------------------------------------- */
/* ----------- 9.Page Banner ------------- */
/*--------------------------------------- */
.page-banner {
  color: #fff;
  background-color: var(--dark-color);
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-bottom: 7rem;
}

.page-banner .subtitle {
  color: inherit;
  margin-bottom: 0.8rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.page-title {
  color: inherit;
  font-weight: 400;
  font-size: 4.4rem;
  line-height: 1;
  margin-bottom: 0;
  margin-left: -0.6rem;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) {
  .page-banner {
    padding-top: 7rem;
    padding-bottom: 7rem;
    margin-bottom: 8rem;
  }

  .page-title {
    font-size: 6rem;
  }
}

@media (min-width: 992px) {
  .page-banner .subtitle {
    margin-bottom: 0.4rem;
  }

  .page-title {
    font-size: 7.2rem;
  }
}

@media (min-width: 1200px) {
  .page-title {
    font-size: 8.4rem;
  }
}

/*--------------------------------------- */
/* ----------- 10.Styles ------------- */
/*--------------------------------------- */
.image {
  position: relative;
  margin-bottom: 3rem;
}

.image img {
  max-width: none;
  width: 100%;
}

.image-caption {
  font-size: 1.4rem;
  line-height: 1.675;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2.8rem 2.4rem 3rem;
}

.image-caption p:last-child {
  margin-bottom: 0;
}

.cta {
  margin-bottom: 3rem;
  font-weight: 400;
  font-size: 2.2rem;
  padding: 3.2rem 4rem;
  background-color: #f5f5f5;
}

.cta p:last-child {
  margin-bottom: 0;
}

.cta a {
  position: relative;
}

.cta a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.2rem;
  background-color: var(--primary-color);
  z-index: 1;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.32s ease-out;
}

.cta a:hover:after,
.cta a:focus:after {
  transform-origin: left center;
  transform: scale(1, 1);
}

.cta.bg-primary a:after {
  background-color: #fff;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 3rem;
}

table th {
  position: relative;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  background-color: var(--primary-color);
  text-align: left;
  text-transform: uppercase;
}

table td {
  font-size: inherit;
  line-height: inherit;
  border: 1px solid var(--dark-color);
}

table th,
table td {
  padding: 1.5rem 2.4rem;
}

table th + th::before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 1.6rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.8rem;
  background-color: #fff;
}

table tbody tr:first-child td {
  border-top-width: 0;
}

table tbody tr:nth-child(2n) {
  background-color: #f5f5f5;
}

.accordion {
  margin-bottom: 4rem;
}

.accordion-item {
  border: 0.1rem solid var(--dark-color);
  border-left: 0.4rem solid var(--primary-color);
  margin-bottom: 1.2rem;
}

.accordion-header h3 {
  color: var(--primary-color);
  cursor: pointer;
  position: relative;
  font-weight: 400;
  font-size: 2rem;
  margin: 0;
  padding: 1.8rem 4.4rem 1.8rem 2.4rem;
  transition: all 0.35s ease;
}

.accordion-header h3.collapsed {
  background-color: #f5f5f5;
  color: #353636;
}

.accordion-header h3:before,
.accordion-header h3:after {
  content: "";
  display: block;
  width: 1.4rem;
  height: 0.2rem;
  background-color: var(--dark-color);
  position: absolute;
  right: 2.5rem;
  top: 50%;
  margin-left: 0;
  margin-top: -0.2rem;
}

.accordion-header h3:after {
  -ms-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}

.accordion-header h3.collapsed:after {
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.accordion-body {
  padding: 1rem 2.4rem 0.5rem;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

@media (min-width: 768px) {
  .image-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .cta {
    font-size: 2.4rem;
  }

  .accordion-header h3 {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  table,
  table thead,
  table tbody,
  table tfoot,
  table tr,
  table th,
  table td {
    display: block !important;
  }

  table th,
  table td {
    padding: 1rem 2rem;
  }

  table td {
    border-top: none;
  }

  table th + th::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.1rem;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0;
    background-color: #fff;
  }

  table tbody tr:nth-child(2n) {
    background-color: #e5e5e5;
  }
}

/*--------------------------------------- */
/* ----------- 11.Attorney/Member Details - */
/*--------------------------------------- */
.member-details .member-media {
  margin-bottom: 4rem;
}

.badges {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.badge {
  max-width: 230px;
}

.member-details .member-title {
  font-size: 3.6rem;
  line-height: 1.3;
  letter-spacing: -0.05rem;
  margin-bottom: 2.4rem;
}

.member-details .member-subtitle {
  font-size: 1.6rem;
}

.member-meta {
  padding-top: 2.4rem;
  border-top: 0.1rem solid var(--dark-color);
  margin-bottom: 2.4rem;
}

.member-meta.border-bottom {
  padding-top: 0;
  padding-bottom: 2.4rem;
  border-top: none;
  margin-bottom: 3.6rem;
  border-bottom: 0.1rem solid var(--dark-color);
}

.member-meta .socials {
  margin-top: 2rem;
  margin-bottom: 0;
}

.member-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.member-contact-list li {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.1;
  margin-bottom: 0.5rem;
}

.member-contact-list a {
  display: flex;
  align-items: center;
  color: var(--dark-color);
}

.member-contact-list abbr {
  text-decoration: none;
  font-weight: 700;
  margin-right: 0.2rem;
}

.member-contact-list a:hover,
.member-contact-list a:focus {
  color: var(--primary-color);
}

.member-contact-list i {
  color: var(--primary-color);
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
  font-size: 136%;
}

.member-contact-list i.icon-phone {
  font-size: 148%;
}

.member-contact-list span {
  vertical-align: middle;
}

.member-contact-list li:not(:last-child) {
  border-right: 1px solid var(--dark-color);
  padding-right: 1.5rem;
  margin-right: 1.5rem;
}

.member-contact-list span i {
  margin-right: 0;
  vertical-align: middle;
  margin-top: -0.2rem;
  margin-left: 0.4rem;
  font-size: 100%;
}

.member-contact-details {
  max-width: 600px;
  font-size: 1.5rem;
  line-height: 1.75;
  margin-top: 4rem;
  margin-bottom: 5rem;
}

.member-contact-details .col-lg-6 + .col-lg-6 {
  padding-top: 2rem;
  margin-top: 2rem;
  border-top: 0.1rem solid var(--dark-color);
}

.member-contact-details .col-md-6:first-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 4rem;
}

.member-contact-details .col-md-6:last-child {
  padding-left: 4rem;
}

.member-contact-details address {
  margin-bottom: 2rem;
  flex: 1;
  max-width: 250px;
}

.member-contact-details .readmore-link {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color);
}

.member-contact-details .readmore-link i {
  margin-right: 1rem;
  font-size: 140%;
}

.member-details-list {
  margin-bottom: 0;
}

.member-details-list a {
  font-weight: 700;
  color: var(--dark-color);
}

.member-details-list a:hover,
.member-details-list a:focus {
  color: var(--primary-color);
}

.member-details-list a[href^="mailto:"] {
  font-weight: 400;
  color: var(--primary-color);
}

.breadcrumb {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0;
  align-self: start;
  margin-bottom: 4rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.04rem;
}

.breadcrumb li:not(:last-child):after {
  content: "/";
  margin-left: 1rem;
  margin-right: 1rem;
}

.breadcrumb li a {
  color: inherit;
}

.breadcrumb li a:hover,
.breadcrumb li a:focus,
.breadcrumb li.active {
  color: var(--primary-color);
}

.member-header-media {
  position: relative;
  background-color: #ccc;
}

.member-header-media:before {
  content: "";
  display: block;
  padding-top: 78.26704545454545%;
}

.member-header-media img {
  position: absolute;
  left: 0;
  top: 0;
}

.member-header-body {
  width: 100%;
  padding: 3rem 2rem 2rem;
}

.member-header-content {
  width: 100%;
  padding-bottom: 2rem;
}
.member-header {
  overflow: hidden;
}
.member-header h1 {
  color: inherit;
  font-size: 6.4rem;
}

.member-header .title-desc {
  font-size: 1.6rem;
}

.member-header .member-contact-list {
  text-transform: uppercase;
  font-weight: 700;
}

@media (min-width: 576px) {
  .member-header-body {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 992px) {
  .member-meta .socials {
    margin-top: 0;
  }

  .member-details .member-title {
    font-size: 4.2rem;
  }

  .member-contact-details .col-lg-6 + .col-lg-6 {
    border-top-width: 0;
    padding-top: 0;
    margin-top: 0;
    border-left: 0.1rem solid var(--dark-color);
  }
}

@media (min-width: 1200px) {
  .member-header-body {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

/*--------------------------------------- */
/* ----------- 12.Blog - Sidebar -------- */
/*--------------------------------------- */
.entry {
  margin-bottom: 6rem;
}

.entry-media {
  margin: 0 0 3rem;
  background-color: #ccc;
}
.entry-media.iframe {
  position: relative;
  padding-top: 56.25%;
}
.entry-media iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry-media > a {
  display: block;
}

.entry-media img {
  display: block;
  max-width: none;
  width: 100%;
  height: auto;
}

iframe {
  border: none;
}

.entry-title {
  color: var(--dark-color);
  font-size: 3rem;
  line-height: 1.15;
  margin-bottom: 1.6rem;
  margin-top: -0.8rem;
}

.entry-title a {
  color: inherit;
}

.entry-title a:hover,
.entry-title a:focus {
  color: var(--primary-color);
}

.entry-meta {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 1.4rem;
  color: #2f2f2f;
  margin-bottom: 2.5rem;
}

.entry-meta .separator {
  display: inline-block;
  width: 0.1rem;
  height: 1rem;
  background-color: #2e3334;
  margin: 0.2rem 1.3rem 0 1.3rem;
}

.entry-content {
  margin-bottom: 1.125rem;
}

.entry-content::after {
  content: "";
  display: table;
  clear: both;
}

.entry-footer {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  font-weight: 400;
  font-size: 1.4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-top: 0.1rem solid var(--dark-color);
  border-bottom: 0.1rem solid var(--dark-color);
}

.entry-footer .button-more {
  margin-top: 1.5rem;
}

.entry-cats span {
  font-weight: 700;
  text-transform: uppercase;
}

.entry-cats a {
  color: inherit;
}

.entry-cats span,
.entry-cats a:hover,
.entry-cats a:focus {
  color: var(--primary-color);
}

.entry-slider.entry-media {
  margin-bottom: 7rem;
}

.entry-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4.5rem;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Navigation */
.navigation {
  margin: 0 0 8rem;
}

.pager {
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  text-transform: uppercase;
  color: var(--dark-color);
}

.pager a {
  display: inline-block;
  position: relative;
  color: inherit;
}

.pager a i {
  display: inline-block;
  margin-right: 1rem;
  font-size: 120%;
  vertical-align: middle;
  margin-bottom: 0.2rem;
}

.pager a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  background-color: var(--primary-color);
  z-index: 1;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.32s ease-out;
}

.pager a:hover,
.pager a:focus {
  color: var(--primary-color);
}

.pager a:hover:after,
.pager a:focus:after {
  transform-origin: left center;
  transform: scale(1, 1);
}

.navigation ul,
.navigation ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -ms-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.navigation li {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
}

.navigation li:first-child {
  margin-right: auto;
}

.navigation li:last-child {
  margin-left: auto;
}

.navigation li a,
.navigation li span {
  color: var(--dark-color);
  margin-left: 0.7rem;
  margin-right: 0.7rem;
}

.navigation li a:hover,
.navigation li a.prev,
.navigation li a.next,
.navigation li .current {
  color: var(--primary-color);
}

.navigation li a.prev {
  margin-left: 0;
}

.navigation li a.prev i {
  margin-right: 0.8rem;
}

.navigation li a.next {
  margin-right: 0;
}

.navigation li a.next i {
  margin-left: 0.8rem;
}

.navigation .prev i,
.navigation .next i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.4rem;
  height: 5.4rem;
  border: 0.2rem solid var(--primary-color);
  border-radius: 50%;
  font-size: 2rem;
  color: var(--dark-color);
  transition: all 0.4s ease;
}

.navigation li a span {
  display: none;
}

.navigation .prev:hover i,
.navigation .next:hover i {
  color: #fff;
  background-color: var(--primary-color);
}

/* Entry Details*/
.entry-details {
  margin-bottom: 8rem;
}

/* Sidebar */
.sidebar {
  margin-bottom: 3rem;
}

.widget {
  margin-bottom: 3.5rem;
  background-color: #f5f5f5;
  padding: 8% 9%;
  color: #2e3334;
}

.widget a {
  color: inherit;
}

.widget a:hover,
.widget a:focus {
  color: var(--primary-color);
}

.widget-title {
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1.9rem;
  line-height: 1.35;
  margin-bottom: 2rem;
}

.sidebar .widget ul,
.sidebar .widget ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar .widget:not(.widget_contact_form) li {
  padding: 1.2rem 0;
}
.sidebar .widget ul,
.sidebar .widget ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget_contact_form textarea {
  min-height: 80px !important;
}

.sidebar .widget:not(.widget_contact_form) li {
  padding: 1.2rem 0;
}

.sidebar .widget:not(.widget_contact_form) li + li {
  border-top: 1px solid #cdcece;
}
.widget-content li.activeChild > a,
.widget ul li.current_page_item > a {
  position: relative;
  padding: 0 0 0 1.5rem;
  color: var(--primary-color);
}
.widget-content li.activeChild > a::before,
.widget ul li.current_page_item > a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  display: inline-block;
  font-weight: 700;
  position: absolute;
  left: 0;
  top: 50%;
  color: var(--primary-color);
  transform: translateY(-50%);
}
.widget ul li ul.children {
  display: none;
}
.widget ul li.current_page_ancestor ul.children,
.widget ul li.current_page_item ul.children {
  display: block;
}

.sidebar .widget ul ul li + li {
  border-top-width: 0;
}

.sidebar .widget ul ul {
  padding-left: 3rem;
  padding-top: 0.7rem;
}

.sidebar .widget ul ul li {
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
}

.sidebar .widget:not(.widget_contact_form) li + li {
  border-top: 1px solid #cdcece;
}

.widget_search {
  background-color: transparent;
  padding: 0;
}

.widget_search form {
  position: relative;
  margin: 0;
}

.widget .search-field {
  width: 100%;
  height: 50px;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
  color: var(--dark-color);
  background-color: #f5f5f5;
  border: 1px solid var(--dark-color);
  border-radius: 0;
  margin: 0;
  padding: 1.35rem 7rem 1.35rem 2.5rem;
  box-shadow: none;
}

.widget .search-field:focus {
  outline: none;
  border-color: var(--primary-color);
  box-shadow: none;
}

.widget .search-submit {
  position: absolute;
  right: 0;
  top: 50%;
  min-width: 5rem;
  padding: 0 2.4rem;
  height: 4.6rem;
  margin-top: -22px;
  min-width: 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  color: var(--primary-color);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  background-color: transparent;
  text-align: center;
}

.widget .search-submit:hover,
.widget .search-submit:focus {
  color: var(--primary-color-light);
  background-color: transparent;
}

.widget_dark {
  color: #fff;
  background-color: var(--dark-color);
}

.widget_white {
  background-color: #fff;
}

.widget_dark .widget-title {
  color: #fff;
}

.widget_socials .socials {
  margin-bottom: 0;
}

.widget_socials .socials a {
  width: 4.8rem;
  height: 4.8rem;
  border: 0.2rem solid var(--primary-color);
  margin-bottom: 1.4rem;
  border-radius: 50%;
}

.widget_socials .socials a + a {
  margin-left: 0;
}

.widget_socials .socials a:not(:last-child) {
  margin-right: 1.4rem;
}

.widget_socials .socials a:hover,
.widget_socials .socials a:focus {
  color: #fff;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.widget_dark .socials a {
  color: #fff;
}
.contact-container {
  position: relative;
}
.contact-container.sticky {
  position: sticky;
  left: 0;
}
.widget_contact_form .widget-title {
  margin: 0;
  text-transform: uppercase;
}

.widget_contact_form [type="submit"] {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}

.widget label {
  color: inherit;
}

@media (min-width: 576px) {
  .entry-footer {
    align-items: center;
    flex-direction: row;
  }

  .entry-footer .button-more {
    margin-left: auto;
    margin-top: 0;
  }

  .navigation li a span {
    display: inline;
  }
}
@media (min-width: 768px) {
  .entry {
    margin-bottom: 6rem;
  }
}

@media (min-width: 992px) {
  .navigation {
    margin-bottom: 5rem;
  }

  .entry-details {
    margin-bottom: 5.5rem;
  }
}

/*--------------------------------------- */
/* ----------- 13.Contact --------------- */
/*--------------------------------------- */
.map {
  background-color: #2e3334;
  height: 300px;
}

.map address {
  font-style: normal;
  font-weight: 400;
  margin: 0 0 1rem;
  font-size: 1.4rem;
  padding: 0.8rem 1.4rem;
  line-height: 1.675;
  margin: 0;
}

.map-small {
  height: 350px;
}

.contact-info {
  font-size: 1.5rem;
  margin-bottom: 4rem;
}

.form-box {
  padding: 5rem 8%;
  background-color: #f5f5f5;
}

.contact-info .h3 {
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  color: var(--primary-color);
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--dark-color);
  margin-bottom: 2.5rem;
}

.contact-info .h4 {
  font-weight: 600;
  font-size: 1.7rem;
  letter-spacing: 0.04rem;
  font-family: var(--second-font-family);
  color: var(--primary-color);
}

.contact-info ul {
  padding: 0;
  list-style: none;
  margin: 0 0 1.5rem;
  line-height: 2.15;
}

.contact-info ul li a {
    word-wrap: break-word;
}

.contact-info strong a {
  color: #2e3334;
}

.contact-info strong a:hover,
.contact-info strong a:focus {
  color: var(--primary-color);
}

.contact-info ul li:before {
  display: none !important;
}

.contact-info ul li span {
  display: inline-block;
  min-width: 7.5rem;
}

.contact-info address {
  font-style: normal;
  font-weight: 400;
  line-height: 2.15;
  margin: 0 0 1rem;
}

.contact-info .socials-circle a {
  min-width: 3.6rem;
  height: 3.6rem;
  font-size: 1.6rem;
  margin-bottom: 0.75rem;
}

.contact-info .socials a + a {
  margin-left: 0;
}

.contact-info .socials a:not(:last-child) {
  margin-right: 1rem;
}

@media (min-width: 768px) {
  .map {
    height: 570px;
  }

  .map-small {
    height: 350px;
  }
}

/*--------------------------------------- */
/* ----------- 14.Inputs --------------- */
/*--------------------------------------- */
label {
  display: inline-block;
  color: var(--dark-color);
  font-weight: 700;
  font-size: 1.4rem !important;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin-bottom: 0.8rem;
  text-transform: uppercase;
}

.text-white label {
  color: inherit;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"],
textarea {
  display: block;
  width: 100%;
  height: 52px;
  padding: 1.3rem 2rem !important;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  margin: 0 0 2rem;
  color: var(--dark-color);
  border: 0.1rem solid var(--dark-color);
  border-radius: 0.2rem;
  background-color: #fff;
  transition: border-color 0.35s ease;
  box-shadow: none;
  -webkit-appearance: none;
  background-position: left bottom, center 100%;
}

.text-white input[type="text"],
.text-white input[type="password"],
.text-white input[type="email"],
.text-white input[type="tel"],
.text-white input[type="search"],
.text-white input[type="url"],
.text-white textarea {
  border-color: #fff;
}

::-webkit-input-placeholder {
  color: var(--dark-color);
}

:-ms-input-placeholder {
  color: var(--dark-color);
}

::-ms-input-placeholder {
  color: var(--dark-color);
}

::placeholder {
  color: var(--dark-color);
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--primary-color);
}

textarea {
  min-height: 170px;
  resize: vertical;
}

/*--------------------------------------- */
/* ----------- 15.Buttons --------------- */
/*--------------------------------------- */
[type="submit"] {
  cursor: pointer;
  margin-top: 1rem;
}

[type="submit"],
.button {
  position: relative;
  display: -ms-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 1.75rem 3.5rem;
  min-width: 220px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06rem;
  text-transform: uppercase;
  border: 0.1rem solid var(--primary-color);
  border-radius: 0.3rem;
  color: #fff;
  background-color: var(--primary-color);
  transition: all 0.35s ease;
  -webkit-appearance: none;
}

.form-box.bg-primary [type="submit"] {
  color: var(--primary-color);
  background-color: #fff;
}

.button:hover,
.button:focus,
[type="submit"]:hover,
[type="submit"]:focus {
  color: #fff;
  outline: none;
  border-color: var(--primary-color-light);
  background-color: var(--primary-color-light);
}

.form-box.bg-primary [type="submit"]:hover,
.form-box.bg-primary [type="submit"]:focus {
  color: #fff;
  background-color: var(--primary-color-light);
}

.button.button-outline {
  color: var(--primary-color);
  background-color: transparent;
}

.button.button-outline:hover,
.button.button-outline:focus {
  color: #fff;
  background-color: var(--primary-color);
}

.button.button-white {
  border-color: #fff;
}

.button.button-white:hover,
.button.button-white:focus {
  color: var(--primary-color);
  background-color: #fff;
}

.button-outline.button-white {
  color: #fff;
}

/*--------------------------------------- */
/* ----------- 16.Footer ----------------- */
/*--------------------------------------- */
.footer {
  color: #2f2f2f;
  font-size: 1.5rem;
  line-height: 1.5;
  border-bottom: 0.8rem solid var(--primary-color);
}

.footer a {
  color: inherit;
}

.footer a:hover,
.footer a:focus {
  color: var(--primary-color);
}

.footer-top {
  background-color: #f5f5f5;
  overflow: hidden;
}

.footer-logo {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.footer-title {
  display: flex;
  align-items: center;
  position: relative;
  padding-top: 2.2rem;
  padding-bottom: 2.2rem;
  font-style: italic;
  font-size: 2.2rem;
  line-height: 1.3;
  color: #fff;
  background-color: var(--primary-color);
  z-index: 1;
}

.footer-title:before,
.footer-title:after {
  content: "";
  display: block;
  position: absolute;
  width: 50vw;
  top: 0;
  bottom: 0;
  background-color: var(--primary-color);
}

.footer-title:after {
  left: 100%;
}

.footer-title:before {
  right: 100%;
}

.footer-middle {
  padding-top: 5rem;
  padding-bottom: 2rem;
}

.footer .widget {
  line-height: 2.15;
  /* margin-bottom: 4rem; */
  background-color: transparent;
  padding: 0;
  color: inherit;
}

.footer .widge-text {
  line-height: 1.75;
}

.footer .widget-title {
  color: #2f2f2f;
  font-weight: 800;
  font-size: 1.7rem;
  line-height: 1.25;
  margin-bottom: 2rem;
}

/* .footer-menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  font-weight: 700;
  padding: 0.25rem 0 0;
  list-style: none;
  margin: 0 0 2rem;
  text-align: center;
}
.footer-menu li + li {
  margin-left: 1rem;
}
*/
.footer-link-title {
    margin: 0px 0px 2px 0px;
    border-bottom: 3px solid #8f1a1d;
    font-weight: 500;
}
.footer-menu li {
  position: relative;
  padding-bottom: 0.2rem;
  margin: 1rem 0;
}
.footer-links-wrapper .footer-links-style {
    width: 50%;
    padding: 0px 12px;
}
.footer-menu > li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.3rem;
  background-color: var(--primary-color);
  z-index: 1;
  transform-origin: right center;
  transform: scale(0, 1);
  transition: transform 0.32s ease-out;
}

.footer-menu > li:hover:after,
.footer-menu > li:focus:after {
  transform-origin: left center;
  transform: scale(1, 1);
} 

.widget-address {
  margin-bottom: 0;
}

.widget-address address {
  margin-bottom: 0;
  max-width: 200px;
}

.widget-address a {
  font-weight: 700;
  text-transform: uppercase;
  color: var(--primary-color);
}

.widget-contact li span {
  display: inline-block;
  min-width: 7rem;
}

.widget-contact a {
  font-weight: 700;
}

.widget-contact a[href^="mailto"] {
  font-weight: 400;
  color: var(--primary-color);
}

.widget-contact address {
  line-height: 1.75;
  margin-bottom: 1.5rem;
  padding-top: 0.3rem;
}

.footer-bottom {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.copyright {
  margin-bottom: 0;
}

.footer-links {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  margin-bottom: 0.8rem;
}

.footer-links li {
  position: relative;
}

.footer-links li + li {
  margin-left: 1.5rem;
  padding-left: 1.6rem;
}

.footer-links li + li:before {
  content: "";
  display: block;
  width: 0.1rem;
  height: 0.8rem;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -0.4rem;
  background-color: #2f2f2f;
}

.practice-links {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: row wrap;
}

.practice-links li {
  width: 100%;
}

.socials {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
  font-size: 1.8rem;
  line-height: 1;
  margin-bottom: 2rem;
}

.socials a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-color);
  transition: all 0.35s ease;
  margin-bottom: 0.5rem;
}

.socials a:hover,
.socials a:focus {
  color: var(--primary-color);
}

.socials a + a {
  margin-left: 1rem;
}

.socials-circle a {
  min-width: 4.8rem;
  height: 4.8rem;
  border: 0.2rem solid var(--primary-color);
  border-radius: 50%;
}

.socials-circle a:hover,
.socials-circle a:focus {
  color: #fff;
  background-color: var(--primary-color);
}

.socials-white a {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}

.socials-white a:hover,
.socials-white a:focus {
  color: var(--primary-color);
  border-color: #fff;
  background-color: #fff;
}

/* Footer 2 */
.footer-2 {
  border-bottom-width: 0;
}

.footer-2 .footer-title,
.footer-2 .footer-title:before,
.footer-2 .footer-title:after {
  background-color: var(--dark-color);
}

.footer-2 .footer-bottom {
  color: #fff;
  background-color: var(--primary-color);
}

.footer-2 .footer-bottom a {
  color: inherit;
}

.footer-2 .footer-bottom a:hover,
.footer-2 .footer-bottom a:focus {
  color: #ccc;
}

.footer-2 .footer-links li + li:before {
  background-color: #eee;
}

/* Scroller - To Top */
#scroller {
  position: fixed;
  bottom: 5rem;
  right: 4rem;
  display: none;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  cursor: pointer;
  z-index: 999;
  width: 6.2rem;
  height: 6.2rem;
  font-weight: normal;
  font-size: 2.2rem;
  line-height: 1.1;
  text-align: center;
  opacity: 0;
  text-transform: uppercase;
  transition: all 0.4s ease;
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  border-radius: 50%;
  border: none;
  color: #fff;
  background-color: var(--primary-color);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.18), -2px 2px 6px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

#scroller i {
  display: inline-block;
  margin-top: -0.2rem;
}

#scroller.show {
  opacity: 1;
  visibility: visible;
  -ms-transform: translateY(0);
  transform: translateY(0);
}

#scroller:hover,
#scroller:focus {
  color: #fff;
  background-color: var(--primary-color-light);
  box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.3), -2px 2px 9px rgba(0, 0, 0, 0.3);
}

@media (min-width: 576px) {
  .practice-links li {
    width: 50%;
  }

  .footer-2 .footer-top {
    margin-bottom: 0.4rem;
  }

  .footer-2 .footer-middle {
    padding-bottom: 4.5rem;
  }
}

@media (min-width: 768px) {
  .footer-title {
    text-align: right;
    padding-left: 3rem;
  }

  .footer-top .col-md-auto {
    max-width: 50%;
    align-self: stretch;
    display: flex;
    align-items: stretch;
  }

  .footer-title:before {
    display: none;
  }

  .socials a + a {
    margin-left: 1.5rem;
  }

  #scroller {
    display: flex;
  }
}

@media (min-width: 992px) {
  /* .footer-menu {
    justify-content: flex-end;
    text-align: right;
  }

  .footer-menu li {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-menu li + li {
    margin-left: 2rem;
  } */

  .footer-title {
    padding-left: 5rem;
  }

  .footer-links {
    justify-content: flex-end;
    margin-bottom: 0;
  }

  #scroller {
    width: 7.2rem;
    height: 7.2rem;
    font-size: 2.4rem;
  }
}

@media (max-width: 991px) {
  .footer-bottom {
    text-align: center;
  }

  .footer-bottom .row {
    flex-direction: column-reverse;
  }
}

/*--------------------------------------- */
/* ----------- 17.Owl Carousel ---------- */
/*--------------------------------------- */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel {
  position: relative;
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy,
.owl-carousel .owl-item video:not(.vid-animated) {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item.active video:not(.vid-animated) {
  opacity: 1;
}

.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/* Nav */
.owl-nav {
  margin-top: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  z-index: 99;
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0;
  color: var(--dark-color);
  font-size: 2.4rem;
  width: 7.2rem;
  height: 7.2rem;
  border: 0.2rem solid var(--primary-color);
  border-radius: 50%;
  line-height: 1;
  padding: 0.1rem 0 0;
  cursor: pointer;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-transform: uppercase;
  transition: all 0.4s ease;
}

.bg-primary .owl-carousel .owl-nav .owl-prev,
.bg-primary .owl-carousel .owl-nav .owl-next,
.bg-primary-light .owl-carousel .owl-nav .owl-prev,
.bg-primary-light .owl-carousel .owl-nav .owl-next {
  color: #fff;
  border-color: #fff;
}

.bg-dark .owl-carousel .owl-nav .owl-prev,
.bg-dark .owl-carousel .owl-nav .owl-next {
  color: #fff;
}

.owl-carousel .owl-nav .owl-prev {
  left: -9rem;
}

.owl-carousel .owl-nav .owl-next {
  right: -9rem;
}

.nav-inside.owl-carousel .owl-nav .owl-prev {
  color: #fff;
  left: 3rem;
}

.nav-inside.owl-carousel .owl-nav .owl-next {
  color: #fff;
  right: 3rem;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-prev:focus,
.owl-carousel .owl-nav .owl-next:hover,
.owl-carousel .owl-nav .owl-next:focus {
  color: #fff;
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  text-decoration: none;
  outline: none;
}

.bg-primary .owl-carousel .owl-nav .owl-prev:hover,
.bg-primary .owl-carousel .owl-nav .owl-prev:focus,
.bg-primary .owl-carousel .owl-nav .owl-next:hover,
.bg-primary .owl-carousel .owl-nav .owl-next:focus,
.bg-primary-light .owl-carousel .owl-nav .owl-prev:hover,
.bg-primary-light .owl-carousel .owl-nav .owl-prev:focus,
.bg-primary-light .owl-carousel .owl-nav .owl-next:hover,
.bg-primary-light .owl-carousel .owl-nav .owl-next:focus {
  color: var(--primary-color);
  background-color: #fff;
  border-color: #fff;
}

.owl-carousel .owl-nav .owl-prev.disabled,
.owl-carousel .owl-nav .owl-next.disabled {
  visibility: hidden;
  pointer-events: none;
}
/* Dots */
.owl-dots {
  margin-top: 1.5rem;
  line-height: 0;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
  display: inline-block;
  padding: 0.4rem 0.8rem;
}

.owl-dots .owl-dot span {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin: 0;
  border-radius: 50%;
  border-color: #7a8193;
  background: #7a8193;
  -webkit-backface-visibility: visible;
  transition: all 0.4s ease;
}

.owl-dots .owl-dot:hover,
.owl-dots .owl-dot:focus {
  outline: none;
}

.owl-dots .owl-dot.active span {
  border-color: var(--primary-color);
  background: var(--primary-color);
  cursor: default;
}

.owl-dots .owl-dot:not(.active):hover span,
.owl-dots .owl-dot:not(.active):focus span {
  border-color: var(--primary-color);
  background: var(--primary-color);
  box-shadow: 0 0 0 0.3rem var(--primary-color);
}

.bg-primary .owl-dots .owl-dot span,
.bg-primary-light .owl-dots .owl-dot span {
  border-color: rgba(255, 255, 255, 0.35);
  background-color: rgba(255, 255, 255, 0.35);
}

.bg-primary .owl-dots .owl-dot.active span,
.bg-primary-light .owl-dots .owl-dot.active span {
  border-color: #fff;
  background: #fff;
}

.bg-primary .owl-dots .owl-dot:not(.active):hover span,
.bg-primary .owl-dots .owl-dot:not(.active):focus span,
.bg-primary-light .owl-dots .owl-dot:not(.active):hover span,
.bg-primary-light .owl-dots .owl-dot:not(.active):focus span {
  border-color: #fff;
  background: #fff;
  box-shadow: 0 0 0 0.3rem #fff;
}

.dots-inside .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2rem;
  margin: 0;
}

@media (min-width: 768px) {
  
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next {
    display: flex;
    display: -ms-flex;
  }
}

@media (min-width: 1600px) {
  .owl-carousel .owl-nav .owl-prev {
    left: -12rem;
  }

  .owl-carousel .owl-nav .owl-next {
    right: -12rem;
  }
}

/*--------------------------------------- */
/* ----------- 18.Grid ------------------ */
/*--------------------------------------- */
/*!
 * Bootstrap Grid v5.0.0-alpha1 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid {
  width: 100%;
  padding-right: 2rem;
  padding-left: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  max-width: 2040px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .container-fluid {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .container-fluid {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 144rem;
  }
}

@media (min-width: 2500px) {
  .container {
    max-width: 160rem;
  }
}
@media (min-width: 1600px) {
  .container-fluid {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.row {
  display: flex;
  display: -ms-flex;
  flex: 1 0 100%;
  flex-wrap: wrap;
  margin-right: -1.5rem;
  margin-left: -1.5rem;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters .col,
.no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}

/*--------------------------------------- */
/* ----------- 19.Utilities ------------- */
/*--------------------------------------- */
.image-fluid {
  max-width: none;
  width: 100%;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-left {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-white {
  color: #fff !important;
}

.text-dark {
  color: #0b101c !important;
}

.text-gray {
  color: #a6a9aa !important;
}

.text-primary {
  color: var(--primary-color) !important;
}

.text-primary-light {
  color: var(--primary-color-light) !important;
}

.bg-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.bg-overlay {
  position: relative;
}

.bg-overlay .container,
.bg-overlay .container-fluid {
  position: relative;
  z-index: 2;
}

.bg-overlay:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.65;
}

.bg-overlay-primary:after {
  opacity: 0.5;
  background-color: var(--primary-color);
}

.bg-primary {
  color: #fff;
  background-color: var(--primary-color) !important;
}

.bg-primary-light {
  color: #fff;
  background-color: var(--primary-color-light) !important;
}

.bg-dark {
  color: #fff;
  background-color: var(--dark-color) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.bg-gray {
  background-color: #f5f5f5 !important;
}

.bg-gray-2 {
  background-color: #e2e2e2 !important;
}

.highlight {
  color: #fff;
  background-color: var(--primary-color);
  padding-left: 0.3rem;
  padding-right: 0.3rem;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.d-flex {
  display: flex !important;
  display: -ms-flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}
.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-last {
  order: 6 !important;
}

[class^="mt-"]:after,
[class^="mb-"]:after {
  content: "";
  display: table;
  clear: both;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 1rem !important;
}

.mt-2 {
  margin-top: 2rem !important;
}

.mt-3 {
  margin-top: 3rem !important;
}

.mt-4 {
  margin-top: 4rem !important;
}

.mt-5 {
  margin-top: 5rem !important;
}

.mt-6 {
  margin-top: 6rem !important;
}

.mt-7 {
  margin-top: 7rem !important;
}

.mt-8 {
  margin-top: 8rem !important;
}

.mt-9 {
  margin-top: 9rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 1rem !important;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb-3 {
  margin-bottom: 3rem !important;
}

.mb-4 {
  margin-bottom: 4rem !important;
}

.mb-5 {
  margin-bottom: 5rem !important;
}

.mb-6 {
  margin-bottom: 6rem !important;
}

.mb-7 {
  margin-bottom: 7rem !important;
}

.mb-8 {
  margin-bottom: 8rem !important;
}

.mb-9 {
  margin-bottom: 9rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mb-11 {
  margin-bottom: 11rem !important;
}

.mb-12 {
  margin-bottom: 12rem !important;
}

.mb-13 {
  margin-bottom: 13rem !important;
}

.mb-14 {
  margin-bottom: 14rem !important;
}

.mb-15 {
  margin-bottom: 15rem !important;
}

.ml-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 1rem !important;
}

.pt-2 {
  padding-top: 2rem !important;
}

.pt-3 {
  padding-top: 3rem !important;
}

.pt-4 {
  padding-top: 4rem !important;
}

.pt-5 {
  padding-top: 5rem !important;
}

.pt-6 {
  padding-top: 6rem !important;
}

.pt-7 {
  padding-top: 7rem !important;
}

.pt-8 {
  padding-top: 8rem !important;
}

.pt-9 {
  padding-top: 9rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pt-11 {
  padding-top: 11rem !important;
}

.pt-12 {
  padding-top: 12rem !important;
}

.pt-13 {
  padding-top: 13rem !important;
}

.pt-14 {
  padding-top: 14rem !important;
}

.pt-15 {
  padding-top: 15rem !important;
}

.pt-16 {
  padding-top: 16rem !important;
}

.pt-17 {
  padding-top: 17rem !important;
}

.pt-18 {
  padding-top: 18rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 1rem !important;
}

.pb-2 {
  padding-bottom: 2rem !important;
}

.pb-3 {
  padding-bottom: 3rem !important;
}

.pb-4 {
  padding-bottom: 4rem !important;
}

.pb-5 {
  padding-bottom: 5rem !important;
}

.pb-6 {
  padding-bottom: 6rem !important;
}

.pb-7 {
  padding-bottom: 7rem !important;
}

.pb-8 {
  padding-bottom: 8rem !important;
}

.pb-9 {
  padding-bottom: 9rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.pb-11 {
  padding-bottom: 11rem !important;
}

.pb-12 {
  padding-bottom: 12rem !important;
}

.pb-13 {
  padding-bottom: 13rem !important;
}

.pb-14 {
  padding-bottom: 14rem !important;
}

.pb-15 {
  padding-bottom: 15rem !important;
}

.pb-16 {
  padding-bottom: 16rem !important;
}

.pb-17 {
  padding-bottom: 17rem !important;
}

.pb-18 {
  padding-bottom: 18rem !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 1rem !important;
  }
  .mt-sm-2 {
    margin-top: 2rem !important;
  }
  .mt-sm-3 {
    margin-top: 3rem !important;
  }
  .mt-sm-4 {
    margin-top: 4rem !important;
  }
  .mt-sm-5 {
    margin-top: 5rem !important;
  }
  .mt-sm-6 {
    margin-top: 6rem !important;
  }
  .mt-sm-7 {
    margin-top: 7rem !important;
  }
  .mt-sm-8 {
    margin-top: 8rem !important;
  }
  .mt-sm-9 {
    margin-top: 9rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 2rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 7rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 8rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 9rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 1rem !important;
  }
  .pt-sm-2 {
    padding-top: 2rem !important;
  }
  .pt-sm-3 {
    padding-top: 3rem !important;
  }
  .pt-sm-4 {
    padding-top: 4rem !important;
  }
  .pt-sm-5 {
    padding-top: 5rem !important;
  }
  .pt-sm-6 {
    padding-top: 6rem !important;
  }
  .pt-sm-7 {
    padding-top: 7rem !important;
  }
  .pt-sm-8 {
    padding-top: 8rem !important;
  }
  .pt-sm-9 {
    padding-top: 9rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 2rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 7rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 8rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 9rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
  .pb-sm-11 {
    padding-bottom: 11rem !important;
  }
  .pb-sm-12 {
    padding-bottom: 12rem !important;
  }
  .pb-sm-13 {
    padding-bottom: 13rem !important;
  }
  .pb-sm-14 {
    padding-bottom: 14rem !important;
  }
  .pb-sm-15 {
    padding-bottom: 15rem !important;
  }
  .pb-sm-16 {
    padding-bottom: 16rem !important;
  }
  .pb-sm-17 {
    padding-bottom: 17rem !important;
  }
  .pb-sm-18 {
    padding-bottom: 18rem !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-flex {
    display: flex !important;
    display: -ms-flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 1rem !important;
  }
  .mt-md-2 {
    margin-top: 2rem !important;
  }
  .mt-md-3 {
    margin-top: 3rem !important;
  }
  .mt-md-4 {
    margin-top: 4rem !important;
  }
  .mt-md-5 {
    margin-top: 5rem !important;
  }
  .mt-md-6 {
    margin-top: 6rem !important;
  }
  .mt-md-7 {
    margin-top: 7rem !important;
  }
  .mt-md-8 {
    margin-top: 8rem !important;
  }
  .mt-md-9 {
    margin-top: 9rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 1rem !important;
  }
  .mb-md-2 {
    margin-bottom: 2rem !important;
  }
  .mb-md-3 {
    margin-bottom: 3rem !important;
  }
  .mb-md-4 {
    margin-bottom: 4rem !important;
  }
  .mb-md-5 {
    margin-bottom: 5rem !important;
  }
  .mb-md-6 {
    margin-bottom: 6rem !important;
  }
  .mb-md-7 {
    margin-bottom: 7rem !important;
  }
  .mb-md-8 {
    margin-bottom: 8rem !important;
  }
  .mb-md-9 {
    margin-bottom: 9rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 1rem !important;
  }
  .pt-md-2 {
    padding-top: 2rem !important;
  }
  .pt-md-3 {
    padding-top: 3rem !important;
  }
  .pt-md-4 {
    padding-top: 4rem !important;
  }
  .pt-md-5 {
    padding-top: 5rem !important;
  }
  .pt-md-6 {
    padding-top: 6rem !important;
  }
  .pt-md-7 {
    padding-top: 7rem !important;
  }
  .pt-md-8 {
    padding-top: 8rem !important;
  }
  .pt-md-9 {
    padding-top: 9rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 1rem !important;
  }
  .pb-md-2 {
    padding-bottom: 2rem !important;
  }
  .pb-md-3 {
    padding-bottom: 3rem !important;
  }
  .pb-md-4 {
    padding-bottom: 4rem !important;
  }
  .pb-md-5 {
    padding-bottom: 5rem !important;
  }
  .pb-md-6 {
    padding-bottom: 6rem !important;
  }
  .pb-md-7 {
    padding-bottom: 7rem !important;
  }
  .pb-md-8 {
    padding-bottom: 8rem !important;
  }
  .pb-md-9 {
    padding-bottom: 9rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .pb-md-11 {
    padding-bottom: 11rem !important;
  }
  .pb-md-12 {
    padding-bottom: 12rem !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-flex {
    display: flex !important;
    display: -ms-flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 1rem !important;
  }
  .mt-lg-2 {
    margin-top: 2rem !important;
  }
  .mt-lg-3 {
    margin-top: 3rem !important;
  }
  .mt-lg-4 {
    margin-top: 4rem !important;
  }
  .mt-lg-5 {
    margin-top: 5rem !important;
  }
  .mt-lg-6 {
    margin-top: 6rem !important;
  }
  .mt-lg-7 {
    margin-top: 7rem !important;
  }
  .mt-lg-8 {
    margin-top: 8rem !important;
  }
  .mt-lg-9 {
    margin-top: 9rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 2rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 7rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 8rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 9rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 1rem !important;
  }
  .pt-lg-2 {
    padding-top: 2rem !important;
  }
  .pt-lg-3 {
    padding-top: 3rem !important;
  }
  .pt-lg-4 {
    padding-top: 4rem !important;
  }
  .pt-lg-5 {
    padding-top: 5rem !important;
  }
  .pt-lg-6 {
    padding-top: 6rem !important;
  }
  .pt-lg-7 {
    padding-top: 7rem !important;
  }
  .pt-lg-8 {
    padding-top: 8rem !important;
  }
  .pt-lg-9 {
    padding-top: 9rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  .pt-lg-11 {
    padding-top: 11rem !important;
  }
  .pt-lg-12 {
    padding-top: 12rem !important;
  }
  .pt-lg-13 {
    padding-top: 13rem !important;
  }
  .pt-lg-14 {
    padding-top: 14rem !important;
  }
  .pt-lg-15 {
    padding-top: 15rem !important;
  }
  .pt-lg-16 {
    padding-top: 16rem !important;
  }
  .pt-lg-17 {
    padding-top: 17rem !important;
  }
  .pt-lg-18 {
    padding-top: 18rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 2rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 7rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 8rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 9rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  .pb-lg-11 {
    padding-bottom: 11rem !important;
  }
  .pb-lg-12 {
    padding-bottom: 12rem !important;
  }
  .pb-lg-13 {
    padding-bottom: 13rem !important;
  }
  .pb-lg-14 {
    padding-bottom: 14rem !important;
  }
  .pb-lg-15 {
    padding-bottom: 15rem !important;
  }
  .pb-lg-16 {
    padding-bottom: 16rem !important;
  }
  .pb-lg-17 {
    padding-bottom: 17rem !important;
  }
  .pb-lg-18 {
    padding-bottom: 18rem !important;
  }
  .pb-lg-19 {
    padding-bottom: 19rem !important;
  }
  .pb-lg-20 {
    padding-bottom: 20rem !important;
  }
  .pb-lg-21 {
    padding-bottom: 21rem !important;
  }
  .pb-lg-22 {
    padding-bottom: 22rem !important;
  }
  .pb-lg-23 {
    padding-bottom: 23rem !important;
  }
  .pb-lg-24 {
    padding-bottom: 24rem !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-flex {
    display: flex !important;
    display: -ms-flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 1rem !important;
  }
  .mt-xl-2 {
    margin-top: 2rem !important;
  }
  .mt-xl-3 {
    margin-top: 3rem !important;
  }
  .mt-xl-4 {
    margin-top: 4rem !important;
  }
  .mt-xl-5 {
    margin-top: 5rem !important;
  }
  .mt-xl-6 {
    margin-top: 6rem !important;
  }
  .mt-xl-7 {
    margin-top: 7rem !important;
  }
  .mt-xl-8 {
    margin-top: 8rem !important;
  }
  .mt-xl-9 {
    margin-top: 9rem !important;
  }
  .mt-xl-10 {
    margin-top: 10rem !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 2rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 7rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 8rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 9rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 1rem !important;
  }
  .pt-xl-2 {
    padding-top: 2rem !important;
  }
  .pt-xl-3 {
    padding-top: 3rem !important;
  }
  .pt-xl-4 {
    padding-top: 4rem !important;
  }
  .pt-xl-5 {
    padding-top: 5rem !important;
  }
  .pt-xl-6 {
    padding-top: 6rem !important;
  }
  .pt-xl-7 {
    padding-top: 7rem !important;
  }
  .pt-xl-8 {
    padding-top: 8rem !important;
  }
  .pt-xl-9 {
    padding-top: 9rem !important;
  }
  .pt-xl-10 {
    padding-top: 10rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 2rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 7rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 8rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 9rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }
}
/**/
/* GF Overrides*/
/**/
body .gform_wrapper .top_label div.ginput_container,
body .gform_wrapper ul.gform_fields li.gfield {
  margin: 0 !important;
  vertical-align: middle !important;
}
body .gform_wrapper .gfield_required {
  color: var(--primary-color);
}
.gform_footer {
  position: relative;
}
.gform_ajax_spinner {
  position: absolute;
  top: 20px;
  right: 20px;
  border: 4px solid rgba(231, 237, 250, 0.3);
  border-left: 4px solid var(--primary-color-rgba);
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}
body .gform_wrapper div.validation_error,
body .gform_wrapper li.gfield.gfield_error,
body
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning,
body .gform_wrapper .gfield_error .gfield_label,
body .gform_wrapper .validation_message,
body
  .gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not(
    [type="button"]
  ):not([type="image"]):not([type="file"]),
body .gform_wrapper li.gfield_error textarea {
  color: var(--primary-color);
  border-color: var(--primary-color);
}
body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper div.validation_error {
  background-color: var(--primary-color-rgba-lighter);
}
body .gform_wrapper .gform_footer,
body .gform_wrapper {
  padding: 0;
  margin: 0;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/**/
/* Recent Successes Slider Flex Row */
/**/
.recent-successes-slider.bg-primary {
  border-bottom: 0.1rem solid #fff;
}
.recent-successes-slider.bg-primary h3,
.recent-successes-slider.bg-primary .editor-content .subtitle,
.recent-successes-slider.bg-dark h3 {
  color: #fff;
}
.recent-successes-slider.bg-primary .editor-content .subtitle {
  background-color: var(--dark-color);
}
.recent-successes-slider .editor-content h3 {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.35;
  margin-bottom: 2rem;
}
/**/
/* Badges flex row */
/**/
.badges.full-width-flex-row {
  justify-content: space-evenly;
  flex-flow: row wrap;
  margin: 3rem auto;
}
.badges.full-width-flex-row .badge {
  max-width: 50%;
  padding: 2rem;
  flex: 0 1 50%;
}
.badges.full-width-flex-row .badge img {
  margin: 0 auto;
}

@media (min-width: 768px) {
  .badges.full-width-flex-row .badge {
    max-width: 20%;
    flex: 0 1 20%;
  }
}
.gform_required_legend {
  display: none;
}
@media (min-width: 1200px) {
  .blog-categories .entry + .entry,
  .blog-categories .entry + .related-posts {
    margin-top: 3rem;
  }
  .blog-categories .entry + .entry {
    padding-top: 3rem;
    border-top: 0.1rem solid var(--dark-color);
  }
  .blog-categories .entry + .related-posts {
    padding-bottom: 1.5rem;
    border-bottom: 0.1rem solid var(--dark-color);
  }
  .related-posts h3 {
    font-size: 1.6rem;
  }
  .related-posts h3 a {
    color: var(--dark-color);
    transition: color 0.3s;
  }
  .related-posts h3 a:hover,
  .related-posts h3 a:focus {
    color: var(--primary-color);
  }
  .blog-categories .entry-meta {
    font-size: 1.6rem;
  }
}
.testimonials-carousel.owl-carousel .owl-stage,
.testimonials-carousel.owl-carousel .owl-item {
  display: flex;
  align-items: stretch;
  justify-content: stretch;
  flex: 1;
}
.testimonials-carousel.owl-carousel .owl-item blockquote,
.testimonials-carousel .review .row {
  flex: 1;
}
.reviews .col {
  padding: 0 5rem;
}

.testimonials-carousel .review {
  margin: 0;
}
.team-box {
    height: calc(100% - 80px);
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.15);
    position: relative;
    margin-bottom: 80px;
}
.team-member-link {
    position: absolute;
    top: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 10;
}
.team-member-link a {
    padding: 1.35rem 3rem;
    min-width: 170px;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    color: #fff;
    background-color: var(--primary-color);
    transition: all 0.35s ease;
    -webkit-appearance: none;
    width: 100%;
    display: block;
    text-align: center;
}
.team-box:hover .team-member-link {
    opacity: 1;
    visibility: visible;
}
.team-member-detail {
    text-align: center;
    padding: 15px 10px;
}
.editor-content h3.team-member-name{
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.3;
    color: var(--dark-color);
    text-transform: uppercase;
}
.team-list {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}
.team-member-designation {
    font-size: 16px;
    text-transform: uppercase;
    color: #000;
}
.right-content-wraper iframe{
  width: 100%;
  display: block;
  height: 400px;
}


@media screen and (max-width: 831px) {
  .nav-btn-wrapper-manager {
    flex-wrap: nowrap !important;
}

.nav-btn-wrapper button.menu-toggle span.menu-toggle-text {
    display: none;
}
header .search-icon {
    margin-left: 0rem;
}

}

@media screen and (max-width: 767px) {
.team-member-link {
    position: absolute;
    opacity: 1;
    visibility: visible;
}
.right-content-wraper iframe {
    height: 270px;
}


.alignright {
  margin: 5px 0px 0px 0px;
    float: none;
    width: 100%;
}


.container, .container-fluid {
    padding-right: 4rem;
    padding-left: 4rem;
}


.header a.call-us-button {
    display: block;
    font-size: 0px;
   background: transparent;
   min-width: auto;
  padding: .5rem .5rem !important;
  }
.fixed .logo {
    max-width: 180px;
}

.header a.call-us-button:before {
   content: '';
        width: 24px;
        height: 22px;
        display: block;
        background: transparent;
        background: url(/wp-content/themes/muze-one/assets/images/phone-dark.svg);
        background-repeat: no-repeat;
        background-size: contain;

}

.header-over .header:not(.fixed) a.call-us-button:before {
        filter: invert(100%);
}

.menu-toggle span.menu-toggle-text {
    display: none;
}
header .search-icon {
    margin-left: 0rem !important;
}


.video-play-icon {
    display: block;
    width: 70px;
}

.video-play-icon svg {
    width: 100%;
}

.search-button-manager {
    gap: 0px 5px;
}
.nav-btn-wrapper-manager .menu-toggle {
    margin-left: 5px;
}


}

@media screen and (max-width: 500px) {
.fixed .logo {
    max-width: 160px;
}

.header-search-box span.closebtn {
    top: 20% !important;
    right: 0px !important;
}
.header-search-box .search-input-wrap .searchform{
  max-width: 85%;
}


}



    span.entry-author {
    display: flex;
    align-items: center;
    gap: 5px;
}
span.entry-author a {
    display: flex;
    align-items: center;
    gap: 5px;
}
span.entry-author img {
    width: 32px;
    height: 32px;
    object-fit: cover;
    object-position: center top;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
span.separator.mobile-hide-separator {
    display: none;
}
span.entry-author-wraper {
    display: block;
    width: 100%;
}

}

.hero-content {
    padding: 80px 5rem 0;
}
.page-id-2263 section.main-content {
    padding-top: 50px;
}