/*!
Theme Name: mirza
Theme URI: https://www.accelmarketingsolutions.com
Author: Elnick
Author URI: https://www.accelmarketingsolutions.com
Description: Mirza Law
Version: 3.0 (2020 Version)
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mirza
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready

This theme, like WordPress, is licensed under the GPL.
mirza is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

:root {
  --gold: #fdd2a9;
  --blue: #071a32;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Slick Stuff
--------------------------------------------------------------*/

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  -webkit-display: flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */

.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  bottom: 10px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 50%;
  z-index: 10;
  color: #fafafa;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: hsla(203.3, 60%, 22.4%, 0.05);
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-size: 34px;
  line-height: 1;
  opacity: 0.75;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 50px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "\f053";
}

[dir="rtl"] .slick-prev:before {
  content: "\f053";
  font-family: fontawesome-webfont;
}

.slick-next {
  right: 50px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "\f054";
}

[dir="rtl"] .slick-next:before {
  content: "\f054";
  font-family: fontawesome-webfont;
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  /*! position: absolute; */
  bottom: 0px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px auto;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  width: 30px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
  font-weight: 400;
}

.slick-dots li button:before {
  transition: none !important;
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  content: "\f111";
  text-align: center;
  opacity: 0.85;
  color: #1d426e;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
.heading-h1,
.heading-h2,
.heading-h3,
.cta-h3,
.contact-h3 {
  clear: both;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}

h1 span,
h2 span,
h3 span,
h1 strong,
h2 strong,
h3 strong,
.heading-h1 span,
.heading-h2 span,
.heading-h1 strong,
.heading-h2 strong,
.cta-h3 span {
  font-weight: 600;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/

a,
a::before,
a::after,
.article-thumb::after,
input,
textarea,
.main-navigation,
.menu-primary-container ul,
.menu-primary-right-container ul,
li,
i,
button,
::before,
::after,
img,
span,
.active,
.expand-menu,
#top-phone p,
#primary article,
#secondary,
#masthead,
.widget,
.contact-form,
#practice-after-menu .sub-menu,
.bloghide,
.blogshow,
.shader,
.diag,
.contact-form-wrap,
.col-cont,
.cta-2 {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sticky-header {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

@-webkit-keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}

@keyframes animateright {
  from {
    right: -300px;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}

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

@-moz-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadedown {
  0% {
    transform: translateY(-80px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-moz-keyframes fadedown {
  0% {
    transform: translateY(-80px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadedown {
  0% {
    transform: translateY(-80px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes fadeup {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-moz-keyframes fadeup {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes fadeleft {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@-moz-keyframes fadeleft {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes fadeleft {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes fadeleftbig {
  0% {
    transform: translateX(250px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@-moz-keyframes fadeleftbig {
  0% {
    transform: translateX(250px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes fadeleftbig {
  0% {
    transform: translateX(250px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes faderight {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@-moz-keyframes faderight {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes faderight {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes faderightbig {
  0% {
    transform: translateX(-250px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@keyframes faderightbig {
  0% {
    transform: translateX(-250px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

@-webkit-keyframes ccglow {
  0% {
    color: rgba(255, 255, 255, 0.75);
  }
  20% {
    color: rgba(255, 255, 255, 1);
  }
  40% {
    color: rgba(255, 255, 255, 0.75);
  }
  100% {
    color: rgba(255, 255, 255, 0.75);
  }
}

@keyframes ccglow {
  0% {
    color: rgba(255, 255, 255, 0.75);
  }
  20% {
    color: rgba(255, 255, 255, 1);
  }
  40% {
    color: rgba(255, 255, 255, 0.75);
  }
  100% {
    color: rgba(255, 255, 255, 0.75);
  }
}

@-webkit-keyframes zoomin {
  0% {
    -webkit-transform: scale(0.85);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes zoomin {
  0% {
    transform: scale(0.85);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes herozoom {
  0% {
    -webkit-transform: scale(0.45);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

@keyframes herozoom {
  0% {
    transform: scale(0.45);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes pagein {
  0% {
    -webkit-transform: translateY(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}

@keyframes pagein {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@-webkit-keyframes heroFade {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    -webkit-animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes heroFade {
  0% {
    opacity: 0;
    animation-timing-function: ease-in;
  }
  8% {
    opacity: 1;
    animation-timing-function: ease-out;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes heroleft {
  0% {
    transform: translateX(-450px) skew(-33deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) skew(-33deg);
    opacity: 1;
  }
}

@keyframes heroleft {
  0% {
    transform: translateX(-450px) skew(-33deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) skew(-33deg);
    opacity: 1;
  }
}

@-webkit-keyframes heroright {
  0% {
    transform: translateX(450px) skew(-33deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) skew(-33deg);
    opacity: 1;
  }
}

@keyframes heroright {
  0% {
    transform: translateX(450px) skew(-33deg);
    opacity: 0;
  }
  100% {
    transform: translateX(0px) skew(-33deg);
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #f5f5f5;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Modal
--------------------------------------------------------------*/

#searchsubmit,
.opensearch,
.openmenu {
  border: none;
  font-size: 12px;
  font-size: 1em;
  box-shadow: none;
  background: transparent;
}

.opensearch {
  -webkit-align-self: center;
  align-self: center;
}

.sticky-header .opensearch {
  padding-left: 7px;
}

.opensearch a {
  font-size: 1.7em;
  color: #fff;
  text-decoration: none;
}

.openmenu {
  font-size: 1.5em;
  display: none;
  cursor: pointer;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  background: rgba(255, 255, 255, 0.15);
  padding: 0 10px;
  border-radius: 5px;
}

.openmenu::before {
  content: "MENU";
  font-family: "Roboto", sans-serif;
  margin-right: 10px;
}

.search-modal,
.menu-modal,
.rev-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.search-modal-content,
.menu-modal-content,
.rev-modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: 35%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-animation-name: animateright;
  -webkit-animation-duration: 0.4s;
  animation-name: animateright;
  animation-duration: 0.4s;
}

.search-modal-content {
}

.menu-modal-content {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 80vw;
}

.rev-modal-content {
  position: absolute;
  left: 20%;
  top: 10%;
  width: 60vw;
}

@media screen and (max-width: 800px) {
  .search-modal-content {
    position: absolute;
    left: 10%;
    top: 10%;
    width: 80vw;
  }
  #searchsubmit {
    padding: 0 0 0 10px;
  }
}

.vid-modal-content {
  position: absolute;
  left: 10%;
  top: 20%;
  width: 80vw;
  background-color: #cccbca;
}

.search-close,
.menu-close,
.rev-close {
  color: #1c3763;
  float: right;
  font-size: 40px;
  margin-top: 10px;
  line-height: 0.4;
  font-weight: bold;
}

.search-close:hover,
.search-close:focus,
.menu-close:hover,
.menu-close:focus,
.rev-close:hover,
.rev-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.menu-search-form {
  position: relative;
}

.phonensoc .menu-search-form input[type="text"] {
  width: 100%;
  padding-right: 32px;
}

.phonensoc #searchsubmit {
  position: absolute;
  right: 5px;
  top: 7px;
  padding: 3px;
}

.search-modal .menu-search-form p {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.search-modal-header,
.menu-modal-header,
.rev-modal-header {
  padding: 0px 16px;
  color: white;
}

.search-modal-body,
.menu-modal-body,
.rev-modal-body {
  padding: 2px 16px;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.1) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.1) 100%
  );
  color: #1c3763;
}

.menu-modal-footer {
  margin-bottom: 35px;
}

#menu-mobile {
  list-style-type: none;
  margin: 5% 0 0;
  padding: 0;
}

#menu-mobile a {
  font-variant: small-caps;
  margin: 0;
  line-height: 1.1;
  font-size: 20px;
}

#menu-mobile li {
  list-style-type: none;
  width: 95%;
  margin: 0;
  line-height: 1.6;
  margin-left: 1.5%;
  padding: 5px 0;
}

#menu-mobile li ul li {
  list-style-type: none;
}

#menu-mobile li ul li ul li {
  list-style-type: none;
}

#menu-mobile .sub-menu {
  margin-left: 0 !important;
  padding-left: 5% !important;
}

.mobile-title {
  line-height: 3;
}

.no-border,
.mobile-title {
  border-bottom: 0px !important;
}

.no-border a:first-of-type,
.mobile-title a:first-of-type {
  text-decoration: underline;
}

.no-border ul li a {
  text-decoration: none !important;
}

.mobile-title a {
  font-size: 26px !important;
}

.mobile-title ul a {
  font-size: 21px !important;
}

.main-navigation #mobile-menu .sub-menu .dropdown-menu > .sub-menu {
  display: none;
}

.main-navigation .sub-menu .dropdown-menu:target > .sub-menu {
  display: block;
}

#mobile-menu .sub-menu > li > .flex-row {
  -webkit-align-items: center;
  align-items: center;
}

/*--------------------------------------------------------------
## Review Modal
--------------------------------------------------------------*/

#review-us {
  text-align: center;
}

.rev-modal-body > h3 img {
  display: block;
  margin: 0 auto;
}

#openrev:before {
  font: normal normal normal 14px/1 fontawesome-webfont;
  font-size: 24px;
  margin-right: 10px;
}

.rev-modal-content {
  position: absolute;
  left: 20%;
  top: 10%;
  width: 60vw;
  background: #fff;
}

#rev-box-start,
#rev-box-opt,
#rev-box-form,
.rev-choice i {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
}

#rev-box-opt,
#rev-box-form {
  display: none;
}

.rev-box-choices {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}

.rev-choice i:before {
  font-size: 100px;
  margin-bottom: 15px;
}

.rev-choice {
  margin: 0 15px 15px;
  border: 4px solid;
  border-radius: 7px;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  background: rgba(0, 0, 0, 0.1);
}

.rev-choice:hover,
.rev-choice:focus,
#openrev:focus,
#openrev:hover {
  cursor: pointer;
  text-decoration: none;
}

#rev-yes:hover {
  background: rgba(63, 170, 68, 0.5);
}

#rev-no:hover {
  background: rgba(175, 19, 19, 0.5);
}

.rev-modal h3 {
  text-align: center;
  margin: 0;
}

.rev-form {
  width: 80%;
  max-width: 800px;
}

.rev-form input {
  max-height: 40px;
  font-size: 20px;
  width: 100%;
}

.rev-form textarea,
.rev-form input:last-of-type {
  font-size: 20px;
}

.rev-form p {
  margin: 0.5em auto;
}

@media (max-width: 1050px) {
  .rev-modal-content {
    width: 96%;
    left: 2%;
  }
  .review-flex {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #rev-more div {
    width: 45%;
  }
}

.review-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-align-content: center;
  -webkit-align-items: center;
  -webkit-justify-content: center;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.review-flex {
  margin: 0 auto 25px auto;
  max-width: 90%;
}

.review-logo img {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  width: 95%;
  border: 2px solid #1c3763;
}

.review-logo img:hover {
  background: rgba(0, 0, 0, 0.26);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a {
  color: var(--blue);
}

a:visited {
  color: var(--blue);
}

a:hover,
a:focus,
a:active {
  color: var(--blue);
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation {
  clear: both;
  display: block;
  float: left;
  margin: 0 auto;
}

.main-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

#primary-menu {
  position: relative;
}

.menu-primary-container,
.menu-primary-right-container {
  display: -webkit-flex;
  -webkit-justify-content: center;
  display: flex;
  justify-content: center;
  position: relative;
}

.menu-primary-container > ul > li > a,
.menu-primary-right-container > ul > li > a {
  padding: 10px 15px;
}

.menu-primary-container li,
.menu-primary-right-container li {
  position: relative;
}

.menu-primary-container a,
.menu-primary-right-container a {
  font-size: 17px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
}

.menu-primary-container a:hover,
.menu-primary-container .sub-menu a:hover,
.menu-primary-right-container a:hover,
.menu-primary-right-container .sub-menu a:hover,
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  /* background: rgba(255, 255, 255, .1); */
}

.menu-primary-container .sub-menu,
.menu-primary-right-container .sub-menu {
  position: absolute;
  top: 85%;
  left: 0;
  width: 280px;
  background: rgba(17, 70, 108, 0.95);
  background: var(--blue);
  visibility: hidden;
  opacity: 0;
  -webkit-box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.7);
  box-shadow: 0 7px 10px -3px rgba(0, 0, 0, 0.5);
}

.main-navigation .sub-menu li,
.menu-primary-right-container .sub-menu li {
  display: block;
  position: relative;
  width: 100%;
}

.menu-primary-container .sub-menu a,
.menu-primary-right-container .sub-menu a {
  width: 100%;
  padding: 10px;
  height: 100%;
  display: block;
  font-size: 17px;
  line-height: 1;
}

.menu-primary-container li:hover > .sub-menu,
.menu-primary-right-container li:hover > .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}

.menu-primary-container .sub-menu .sub-menu,
.menu-primary-right-container .sub-menu .sub-menu {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.menu-primary-container .sub-menu > li .sub-menu,
.menu-primary-right-container .sub-menu > li .sub-menu {
  left: calc(100% + 10px);
  top: 0;
  width: 280px;
}

.menu-primary-container .sub-menu > li:first-of-type > a,
.menu-primary-right-container .sub-menu > li:first-of-type > a {
  border-top: none;
  border-left: none !important;
}

.menu-primary-container .sub-menu > li:hover .sub-menu,
.menu-primary-right-container .sub-menu > li:hover .sub-menu {
  left: 100%;
}

.menu-primary-container .sub-menu .sub-menu > li,
.menu-primary-right-container .sub-menu .sub-menu > li {
  -webkit-flex: auto !important;
  flex: auto !important;
}

.menu-primary-container .sub-menu > li:last-of-type,
.menu-primary-right-container .sub-menu > li:last-of-type {
  border-bottom: none;
  border-right: none;
}

.menu-primary-container .sub-menu .menu-item-has-children::after,
.menu-primary-right-container .sub-menu .menu-item-has-children::after {
  content: ">";
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 24px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 100%;
  color: #fff;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* 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: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
  margin: 0;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
  display: block;
}

.hentry {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
  max-width: 100%;
}

/*************************************** HIDE!! *****************************************/

.category-blogs .entry-meta,
.single-post .post-navigation,
.home .entry-header,
.cat-links,
.entry-meta,
.home #secondary,
body.page .page .entry-title,
.single-post article .entry-title,
.archive .page-title,
.archive .top-entry-title span,
.type-post .entry-text > h1:nth-of-type(2),
#practice-after-menu .menu-item-1557,
.blog-img.alignright,
.page-id-1265 .secondet,
.page-id-1265 #secondary,
.page-id-1322 #secondary {
  display: none !important;
}

.post-excerpt-wrap .entry-header,
.search article .entry-header {
  display: block !important;
}

/************************************** GLOBALS *******************************************/

.main-flex-wrap {
  display: -webkit-flex;
  display: flex;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.home .main-flex-wrap {
  background: transparent;
}

.flex-col,
.flex-row {
  display: -webkit-flex;
  display: flex;
}

.flex-col {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.flex-row {
  -webkit-flex-direction: row;
  flex-direction: row;
}

.s-a {
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.s-b {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.j-c {
  -webkit-justify-content: center;
  justify-content: center;
}

.a-c {
  -webkit-align-items: center;
  align-items: center;
}

.f-w {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pseudos {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.menu-mobile-container,
#menu-item-2490 > ul,
.mobile-h {
  display: none;
}

.archive #primary article,
.search #primary article,
.entry-text img {
  box-shadow: 0 0px 20px 0px rgb(0 0 0 / 30%);
}

/* .archive #primary article:hover,
.search #primary article:hover {
  box-shadow: 0 5px 10px -4px rgba(0, 0, 0, 0.9);
} */

::placeholder {
  color: #fafafa;
  opacity: 0.85;
}

/*--------------------------------------------------------------
# LL YT
--------------------------------------------------------------*/

.col-cont {
  margin: 0 auto;
  max-width: 640px;
  width: 100%;
  position: relative;
}

.home-youtube-container {
  cursor: pointer;
  position: relative;
}

.home-youtube-container img {
  max-height: 360px;
  max-width: 640px;
  width: 100%;
}

.home-youtube-container i {
  color: #fff;
  font-size: 72px;
  left: 50%;
  margin: -33px 0 0 -31px;
  position: absolute;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  top: 50%;
}

.embed-responsive {
  height: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive iframe {
  border: 0;
  bottom: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.featuredVideoPlayButton {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  color: rgba(255, 36, 0, 0.7);
}

.vid-box .featuredVideoPlayButton,
#secondary .featuredVideoPlayButton {
  font-size: 60px;
}

.entry-text > .widget {
  box-shadow: none;
  border: none;
  padding: 0;
}

.shader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.shader:hover {
  background: rgba(255, 255, 255, 0.1);
}

.page-id-1668 .vid-page {
  width: 31%;
  margin: 0 auto 50px;
}

.page-id-1668 #secondary {
  display: none;
}

.page-id-1668 .vid-page > h3,
.page-id-1668 .secondet {
  display: none;
}

.page-id-1668 .featuredVideoPlayButton {
  font-size: 45px;
}

.page-id-1668 .top-page-sec-title {
  text-align: center;
}

.page-id-1668 .vid-menu a {
  text-decoration: none;
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
}

.page-id-1668 .vid-menu a:hover {
  background: rgba(0, 0, 0, 0.17);
}

.vid-page-wrap {
  margin: 0 auto;
}

.page-id-1668 #primary .vid-page-wrap {
  max-width: 1600px;
  margin: 0 auto;
  padding-top: 30px;
}

/************** HEADER **************/

.menu-mobile-container,
#menu-item-2490 > ul,
.mobile-h {
  display: none;
}

.phonensoc > div {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#top-social {
  margin: 0 0 0 auto;
  width: auto;
}

#top-social a:hover i {
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#top-social i {
  width: 38px;
  height: 38px;
  /* border-radius: 50%; */
  background: transparent !important;
  color: var(--gold);
  /* border: 1px solid #203644; */
}

.fa-facebook-square {
  color: rgba(59, 89, 152, 0.9);
}

.fa-twitter-square {
  color: rgba(0, 132, 180, 0.8);
}

.fa-linkedin-square {
  color: rgba(14, 118, 168, 0.8);
}

.fa-google-plus-square {
  color: rgba(211, 72, 54, 0.8);
}

.fa-facebook {
  background: rgba(59, 89, 152, 0.9);
}

.fa-twitter {
  background: rgba(0, 132, 180, 0.8);
}

.fa-linkedin {
  background: rgba(14, 118, 168, 0.8);
}

.fa-google-plus {
  background: rgba(211, 72, 54, 0.8);
}

.phonensoc {
  margin: 0 auto;
  width: 100%;
}

#top-phone {
  text-align: right;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin: 0 0 0 30px;
  width: auto;
  width: 170px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

#top-phone a {
  color: var(--gold);
  text-decoration: none;
  font-weight: 400;
  font-size: 22px;
  line-height: 1;
}

#top-bar {
  padding: 0 20px;
}

#masthead {
  display: none;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  /* background: #f5f5f5; */
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 95%,
    rgba(0, 0, 0, 0) 100%
  );
}

#mirza-logo {
  margin: 0 auto 0 0;
  width: 200px;
}

#mirza-logo a,
#mirza-logo img {
  display: block;
}

/*************************** BODY ***************************/

#page::before {
  background-repeat: repeat;
  opacity: 0.15;
  z-index: -4;
  position: fixed;
}

#page::after {
  background: rgba(255, 255, 255, 0.9);
  background: -moz-linear-gradient(
    left,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 23%,
    rgba(255, 255, 255, 0.3) 77%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: -webkit-linear-gradient(
    left,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 23%,
    rgba(255, 255, 255, 0.3) 77%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.2) 0%,
    rgba(255, 255, 255, 0) 23%,
    rgba(255, 255, 255, 0.3) 77%,
    rgba(255, 255, 255, 0.5) 100%
  );
  z-index: -3;
  position: fixed;
}

#main-bg {
  width: 100%;
  height: auto;
  position: relative;
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.5) 0%,
      rgba(0, 0, 0, 0.5) 100%
    ),
    url("/wp-content/uploads/2022/06/hero-bg-no-overlay.jpg");
  background-size: cover;
  background-position: center;
  /* margin-top: 140px; */
  padding: 50px;
  padding-top: 100px;
  min-height: 420px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#primary {
  width: 100%;
  max-width: none;
  margin: 0 auto;
  padding: 0;
  opacity: 0;
  -webkit-animation: 1s fadeup forwards;
  animation: 1s fadeup forwards;
}

.home #primary {
  width: 100%;
  max-width: none;
  padding: 0px 50px;
  margin: 0;
  opacity: 1;
  animation: none;
}

#secondary {
  width: 500px;
  min-width: 500px;
  margin-right: 0;
  padding: 50px 0 0;
  z-index: 0;
  overflow: hidden;
  background: #ececec;
  box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.5);
  background-size: 70% auto;
  background-position: bottom right;
  background-repeat: no-repeat;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.home #primary {
  padding: 0;
}

.home .hentry {
  margin: 0;
}

/*************************** SIDEBAR ************************/

.expand-menu {
  content: ">";
  padding: 10px 15px;
  margin: 0;
  cursor: pointer;
  -webkit-align-self: center;
  align-self: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

.expand-menu:hover {
}

#secondary ul {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

#secondary .menu-practice-sidebar-container > ul {
  padding-left: 0;
}

#secondary .menu-practice-sidebar-container > ul > li {
  margin-top: 15px;
}

#secondary .menu-practice-sidebar-container > ul > li:first-of-type {
  margin-top: 0;
}

#secondary .menu-practice-sidebar-container > ul > li > a,
#secondary .menu-videos-menu-container > ul > li > a {
  /*  background: -moz-linear-gradient(-45deg, rgba(3,46,76,1) 0%, rgba(32,82,123,1) 50%, rgba(3,46,76,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(3,46,76,1) 0%, rgba(32,82,123,1) 50%, rgba(3,46,76,1) 100%);
background: linear-gradient(135deg, rgba(3,46,76,1) 0%, rgba(32,82,123,1) 50%, rgba(3,46,76,1) 100%);*/
}

#secondary ul li {
  margin: 15px 0;
  position: relative;
}
#secondary ul li:last-of-type {
  margin-bottom: 0;
}

#sidebar-img img {
  margin-bottom: 15px;
  -webkit-box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.4);
}

#secondary ul li::after {
  z-index: -1;
}

#secondary .sub-menu .sub-menu > li {
  margin: 0;
  border: none;
}

#featured-vid iframe {
  width: 450px;
  height: 244px;
}

.home #featured-vid iframe {
  width: 550px;
  height: 290px;
  -webkit-box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.8);
  box-shadow: 0 5px 7px -2px rgba(0, 0, 0, 0.8);
}

#secondary #featured-vid {
  padding: 0;
  width: 94%;
  margin: -20px auto 30px;
}

.widget {
  /*  background: rgba(255,255,255,.65); */
}

/************** FOOTER **************/

#colophon {
}

.contact-form input,
.contact-form textarea,
.contact-form select {
  font-size: 20px;
  width: 100%;
  padding: 1.5%;
  padding: 1.5%;
  -webkit-box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 5px 10px -7px rgba(0, 0, 0, 0.8);
  border-radius: 0;
  background: rgba(255, 255, 255, 0.85);
  color: #000;
}

.contact-form {
  margin: 0 auto;
  position: relative;
}

.contact-form li {
  position: relative;
  padding: 0 !important;
}

.contact-form label {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-form h3,
.contact-h3 {
  text-align: center;
  font-variant: small-caps;
  /* margin: 0 auto 0.5em; */
  width: 100%;
}

.contact-form p {
  margin: 0 0 10px;
}

.contact-box {
  padding: 0;
  position: relative;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-box img {
  width: 100%;
  max-width: 190px;
  margin: 15px auto; /* margin-bottom: 15px; */
}

.contact-box::before {
  z-index: -2;
  background-position: center center;
}

#colophon .contact-box h3 {
  margin: 0 auto;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px single rgba(22, 22, 22, 0.9);
  font-weight: 500;
  font-variant: none;
  color: #fafafa;
}

.contact-box h3 span {
  font-weight: 400;
}

.contact-form .flex-col {
  width: 36.5%;
}

.contact-form .flex-row > p {
  width: 63%;
  padding: 0 3% 0 0;
}

.contact-form .submit-flex > p {
  margin: 0 auto;
  width: 100%;
}

.contact-form .flex-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.contact-form textarea {
  height: 100%;
  max-height: 220px;
  font-size: 16px;
  border-radius: 7px;
}

.contact-form input {
  height: 40px;
  border-radius: 7px;
  font-size: 16px;
}

.contact-form input[type="submit"] {
  height: auto;
  font-size: 22px;
  color: rgba(0, 0, 0, 0.85);
  border: none;
  max-width: 180px;
  margin: 0 auto;
  display: block;
  font-size: 18px;
}

.contact-form input[type="submit"]:hover,
.contact-form input:focus,
.contact-form textarea:focus {
  color: #fafafa;
  opacity: 1;
}

.ajax-loader {
  position: absolute;
}

.contact-loc,
.contact-map {
  font-size: 30px;
}

.contact-loc a i {
  font-size: 36px;
  padding-top: 5px;
}

.contact-map-wrap {
  width: 100%;
  padding: 25px 10px;
}

.contact-map {
  background-position: center center;
  box-shadow: none;
  background: none;
  padding: 0 0 15px 40px;
  margin-left: 40px;
  border-left: 7px double #acacac;
}

.contact-map::before {
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0;
  z-index: -1;
}

.contact-map:hover::before {
  opacity: 1;
}

.site-info {
  position: relative;
  text-align: center;
}

.site-info p {
  margin: 0;
  padding: 30px 3% 10px;
  font-size: 12px;
  color: #fafafa;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.site-info p a {
  color: #ccc;
}

.site-info p a:hover {
  color: #fff;
}

.contact-loc .foot-addy {
  margin: 10px 0 15px;
}

.contact-loc {
  font-size: 23px;
  min-width: 260px;
  margin: 0 auto;
  width: 100%;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-loc > div {
  position: relative;
  /*    border: 2px solid #20527b; */
  padding: 0;
  text-align: left;
  margin-bottom: 5px;
}

.contact-loc > div:last-of-type {
  margin: 0 auto 0 0;
}

.contact-loc p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1;
  color: #fafafa;
}

.contact-box {
  max-width: 500px;
  margin: 0 auto 0 0;
  padding-top: 30px;
  width: 50%;
  text-align: center;
}

#contact-map {
  position: relative;
  height: 250px;
  width: 100%;
}

#contact-map > a:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

#contact-map > a:first-of-type {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  display: block;
  padding: 7px;
  background: rgba(44, 44, 44, 0.85);
  text-decoration: none;
  color: #eee;
  font-size: 20px;
  z-index: 2;
}

.contact-loc > div::before {
  content: "\f041";
  font-family: "fontawesome-webfont";
  font-size: 26px;
  padding: 0 15px;
  color: #777;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  color: rgb(62, 168, 244);
  display: none;
}

.contact-loc > div:hover::before {
  color: #fff;
}

.contact-loc > .foot-phone::before {
  content: "\f095";
}

.contact-loc > .foot-fax::before {
  content: "\f1ac";
  font-size: 20px;
}

.contact-loc > .foot-soc::before {
  content: "\f007";
}

.contact-loc p a {
  text-decoration: none;
  color: #fafafa;
}

.contact-loc .foot-soc p a {
  display: inline-block;
}

/************** TEXT ***************/

#top-phone p {
  margin: 0;
  font-size: 24px;
  line-height: 1;
}

#top-phone p a {
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.17);
  color: #fafafa;
  text-shadow: none;
  padding: 20px;
  text-transform: uppercase;
  border-radius: 30px;
}

#top-phone p a > span:last-of-type {
  padding: 0;
  letter-spacing: 1px;
  font-size: 20px;
}

.phonensoc p {
  margin: 0;
}

#top-social a {
  text-decoration: none;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  font-size: 27px;
  padding: 0;
  color: #222;
  margin: 0 3px;
}

.entry-content p,
.entry-content ul,
.entry-content ol {
  font-size: 16px;
  margin: 0 0 15px;
}

#secondary ul a {
  align-self: center;
  text-decoration: none;
  padding: 10px 2px 10px 12px;
  display: block;
  font-size: 18px;
  width: 100%;
  text-transform: uppercase;
  color: #fafafa;
  position: relative;
  text-align: center;
  font-weight: 500;
}

#secondary .sub-menu a {
  position: relative;
}

#secondary ul ul a {
  font-size: 15px;
}

#secondary ul a::before {
  background: rgb(222, 222, 222);
  z-index: -1;
  opacity: 0;
}

#secondary ul li a:hover,
#secondary .current_page_item > a,
#secondary .current_page_item .flex-row > a,
#secondary .current_page_ancestor > .flex-row > a {
  background: rgba(255, 255, 255, 0.15);
}

#secondary .sub-menu li a:hover,
#secondary .sub-menu .current_page_item > a,
#secondary .sub-menu .current_page_item .flex-row > a,
#secondary .sub-menu .current_page_ancestor .flex-row > a {
}

#secondary ul a:hover::before,
#secondary .sub-menu .current_page_item > a::before,
#secondary .sub-menu .current_page_item .flex-row > a::before,
#secondary .current_page_ancestor > .flex-row > a::before {
  opacity: 1;
}

#secondary .widget-title {
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 10px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.17);
  text-align: center;
  padding: 0 0 5px;
}

#secondary #featured-vid .widget-title,
.home #featured-vid .widget-title {
  padding: 5px 10px;
  font-size: 36px;
  padding: 10px;
  text-transform: uppercase;
  margin: 0;
  color: rgba(33, 33, 33, 0.9);
  display: none;
}

.blog-footer-content {
  margin: 0;
  padding: 0;
  font-size: 15px;
  text-align: left;
}

.blog-footer-content a {
  text-align: center;
  display: block;
  width: auto;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 28px;
  font-size: 17px;
  background: rgba(255, 255, 255, 0.2);
  color: #fafafa;
  font-weight: 400;
  width: 220px;
  margin: 30px 0 0;
  text-align: center;
}

.blog-footer-content a:hover {
  background: rgba(0, 0, 0, 0.57);
}

.blogs-n-news h4 {
  text-align: center;
  font-size: 36px;
  padding: 0 50px;
  margin: 0;
  line-height: 1;
  font-weight: 500;
  width: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}

.blogs-n-news h4 a {
  text-decoration: none;
}

.blogs-n-news h4 a:hover,
.blog-footer-title:hover {
}

/************************************* TESTIMONIALS *****************************************/

#test-box {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.test-page {
  margin-bottom: 30px;
  padding: 20px 0 10px;
  margin: 0 20px 30px 0;
}

.test-page p {
}

.test-page > p {
  margin: 0;
}

.home .test-page p {
  font-size: 17px;
  line-height: 1.25;
  margin: 0;
}

.test-more a,
.test-more i {
  width: 250px;
  display: -webkit-flex;
  display: flex;
  background: rgba(255, 255, 255, 0.85);
  margin: 15px 15px 0;
  -webkit-justify-content: center;
  -webkit-align-items: center;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 15px 0;
  font-weight: bold;
  font-size: 24px;
  text-decoration: none;
  height: 50px;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.2);
  color: #fafafa;
  font-family: "Open Sans";
  padding: 0;
  border-radius: 12px;
  font-weight: 400;
}

.test-more i::before {
  color: #fafafa;
}

.test-more a:hover,
.test-more i:hover {
  background: rgba(255, 255, 255, 0.4);
}

.home #test-wrap h3 {
  text-transform: none;
  font-weight: 300;
  padding: 0;
  color: #dfdfdf;
  font-size: 50px;
  text-align: center;
}

/*
.test-content span {
display: block;
text-align: right;
width: 100%;
}
.test-content span em {
font-style: italic;
font-weight: bold;
font-size: 24px;
} */

/********************** BLOG **********************/

.archive #primary article,
.search #primary article {
  display: -webkit-flex;
  display: flex;
  background: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(0, 0, 0, 0.05) 100%
  );
  /* background: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(0, 0, 0, 0.05) 100%
  ); */
  /* background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.05) 0%,
    rgba(255, 255, 255, 0.5) 50%,
    rgba(0, 0, 0, 0.05) 100%
  ); */
  padding: 0 0 20px;
  /* width: 48%; */
  margin: 0 1% 1.5em;
  padding: 0;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: flex-start;
  align-self: flex-start;
  /* border: 2px solid rgba(0, 0, 0, 0.9); */
  padding: 0 0 20px;
}

.search #primary article {
  -webkit-flex-direction: column;
  flex-direction: column;
  padding: 0 3%;
  width: 98%;
}

.archive #primary article .post-excerpt-thumb {
  width: 100%;
  /*! display: none; */
  height: 300px;
  /* max-height: 200px; */
  overflow: hidden;
}

.archive #primary article .post-excerpt-thumb img {
  -webkit-box-shadow: 0 5px 15px -5px #000;
  box-shadow: 0 5px 15px -5px #000;
  opacity: 0.9;
}

.archive #primary article .post-excerpt-thumb img:hover {
  opacity: 1;
}

.archive #primary article .post-excerpt-thumb a {
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 300px;
  display: -webkit-flex;
  display: flex;
}

.archive #primary article .post-excerpt-wrap {
  width: 100%;
  padding: 25px;
}

.archive h1 {
  text-align: center;
}

.archive #primary article .post-excerpt-wrap h2 {
  font-size: 34px;
  /* padding: 10px 20px; */
}

.archive #primary article .post-excerpt-wrap p {
  margin: 0 0 10px;
}

.post-excerpt-thumb a {
  display: -webkit-flex;
  display: flex;
}

.single-post .entry-content .blog-img img {
  -webkit-box-shadow: 0 5px 10px -7px rgba(0, 0, 0, 0.8);
  box-shadow: 0 5px 10px -7px rgba(0, 0, 0, 0.8);
  border-radius: 12px;
}

.read-more,
.nav-previous a,
.nav-next a {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  text-decoration: none;
  position: relative;
  width: fit-content;
  /* max-width: 280px; */
}

.read-more span {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

.read-more span::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-image: url("/wp-content/uploads/2020/12/plus.svg");
  margin-right: 15px;
}

/* .read-more.gry span::before {
  background: var(--gold);
  -webkit-mask: url("/wp-content/uploads/2020/12/plus-gry.svg");
  mask: url("/wp-content/uploads/2020/12/plus-gry.svg");
} */

.read-more.read-arrow span::before {
  background-image: url("/wp-content/uploads/2022/06/curve-arrow-blue.svg");
  width: 20px;
  height: 20px;
  -webkit-mask: none;
  mask: none;
  background-size: contain;
  background-repeat: no-repeat !important;
  /* background: transparent; */
}

.read-more.read-arrow.wht span::before {
  background-image: url("/wp-content/uploads/2020/12/curve-arrow-wht.svg");
}

.wht,
.wht a {
  color: #fafafa !important;
}

.gry,
.gry a {
  color: var(--blue) !important;
}

.gry span {
  color: var(--blue);
}

.blue-btn {
  border-color: var(--blue);
  color: var(--blue);
}

.read-more.gry span::before,
span.blue-btn::before {
  background: var(--blue);

  -webkit-mask: url("/wp-content/uploads/2020/12/plus-gry.svg");
  mask: url("/wp-content/uploads/2020/12/plus-gry.svg");
}

.archive #main {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  display: flex;
  flex-wrap: wrap;
}

.archive .page-header,
.archive .navigation.posts-navigation {
  width: 100%;
}

.archive #primary .entry-title a {
  /* text-align: center; */
  text-decoration: none;
  display: block;
	line-height: 1.2;
}

.archive .post-excerpt-wrap .entry-summary {
  display: -webkit-flex;
  -webkit-flex-direction: column;
  display: flex;
  flex-direction: column;
}

.recent-blogs-wrap ul {
  margin: 0 auto 0 0;
  padding: 0;
  list-style-type: none;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 96%;
  max-width: 1000px;
}

.recent-blogs-wrap ul li {
  margin: 0 auto;
  width: 48%;
  background: transparent;
  -webkit-order: 1;
  order: 1;
  display: block;
  text-align: left;
  position: relative;
  height: auto;
  max-width: 450px;
}

.blog-footer-title {
  font-size: 24px;
  line-height: 1.25;
  text-decoration: none;
  text-align: left;
  display: block;
  padding: 10px 0;
  text-shadow: none;
  color: var(--blue);
  /* text-transform: uppercase; */
}

.footer-blog-thumb {
  width: 100%;
  height: 220px;
  display: block;
  text-decoration: none;
  margin: 0 0 20px;
  background-size: cover;
  background-position: center center;
}

.curves-break,
#main-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home .curves-break {
  background: transparent;
}

body .blogs-n-news {
  padding: 50px 0 100px;
  /* margin: 0 auto; */
  /* background-size: auto 250px; */
  /* background-image: url('/wp-content/uploads/2021/09/icon-watermark.svg)'); */
  /* background-position: bottom 20px left 50px; */
}

.recent-news-wrap ul {
  margin: 0;
  padding: 0;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
}

.recent-news-wrap ul > li {
  width: 46%;
  margin: 7px auto;
  position: relative;
  background: rgba(0, 0, 0, 0.11);
  box-shadow: 0 5px 7px -5px rgba(0, 0, 0, 0.7);
}

.recent-news-wrap ul > li:last-of-type {
  background: rgba(30, 50, 70, 0.21);
}

.recent-news-wrap {
  width: 96%;
  max-width: 1500px;
  background: rgba(255, 255, 255, 0.85);
  border: 7px double rgba(0, 0, 0, 0.9);
  padding: 20px;
  -webkit-box-shadow: inset 0 0 7px -2px rgba(0, 0, 0, 0.9),
    inset 0 0 60px rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 0 7px -2px rgba(0, 0, 0, 0.9),
    inset 0 0 60px rgba(255, 255, 255, 0.88);
  margin: 0 auto 30px;
}

.recent-news-wrap li::before {
  content: "\f1ea";
  font-family: "fontawesome-webfont";
  width: auto;
  font-size: 28px;
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
  padding: 6px 0 0 10px;
}

.recent-news-wrap ul > li:hover {
  background: rgba(0, 0, 0, 0.17);
}

.recent-news-wrap a {
  display: block;
  padding: 15px 5px 15px 55px;
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
}

.epyt-gallery iframe,
.epyt-gallery .epyt-gallery-img {
  -webkit-box-shadow: 5px 5px 10px -7px rgba(0, 0, 0, 0.8);
  box-shadow: 5px 5px 10px -7px rgba(0, 0, 0, 0.8);
}

.epyt-gallery-title {
  font-size: 22px !important;
  padding-bottom: 20px !important;
}

.type-post .entry-text h2,
.type-post .entry-text h3,
.entry-content h3 {
  clear: none;
}

.archive .entry-summary .read-more {
  text-align: center;
  width: fit-content;
  margin: 40px auto 0;
  padding: 10px 30px;
}

.bloghide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.bloghide a {
  color: #fafafa;
  font-size: 26px;
  text-align: left;
  padding: 0 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  height: 100%;
  align-items: flex-start;
  padding-top: 30px;
  pointer-events: none;
}

.bloghide i {
  display: block;
  color: #fafafa;
  text-align: right;
  padding: 20px;
  font-size: 36px;
  pointer-events: none;
}

.blogshow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(255, 255, 255, 0.9);
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
}

.blogshow .blog-footer-title {
  text-align: left;
  font-size: 24px;
  color: #333;
  padding: 10px 20px;
}

.recent-blogs-wrap ul li:hover .bloghide {
  opacity: 0;
}

.recent-blogs-wrap ul li:hover .blogshow {
  opacity: 1;
  height: 100%;
}

.recent-blogs-wrap ul li > p {
  font-size: 18px;
  margin: 0;
  /* text-transform: uppercase; */
  font-weight: 300;
  letter-spacing: 2px;
}

.blog-footer-content a span {
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: var(--blue);
}

/************* ETC ****************/

.menu-phone a span {
  display: block;
  text-align: center;
  padding: 13px 20px;
  font-size: 20px;
}

#primary-menu-right {
  display: -webkit-flex;
  -webkit-align-items: center;
  display: flex;
  align-items: center;
}

.menu-primary-right-container > ul > .menu-phone > a,
header.sticky .menu-primary-right-container > ul > .menu-phone > a {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 15px;
  line-height: 1;
}

.menu-primary-right-container > ul > .menu-phone > a:hover {
  background: transparent;
}

.menu-primary-right-container > ul > .menu-phone > a:hover span {
  background: #528fcf;
}

#mirza-logo {
  margin: 0 auto 0 0;
  -webkit-align-self: center;
  align-self: center;
  margin-top: 24px;
}

.home-success-wrap {
  overflow: hidden;
}

.success-wrap-outer {
  width: calc(100% - 400px);
  position: relative;
}

#success-wrap,
#side-success-wrap {
  z-index: 3;
}

.home .success-wrap-outer::before {
  content: "";
  width: 100px;
  background: #f5f5f5;
  top: 0;
  position: absolute;
  z-index: 2;
}

.home .success-wrap-outer::after {
  content: "";
  width: 50px;
  height: 100%;
  z-index: 4;
  right: 0;
  top: 0;
  background: #f5f5f5;
  position: absolute;
}

.home-success-wrap > h3 {
  width: 400px;
  text-align: center;
  color: #fafafa;
  font-size: 28px;
  margin: 0 !important;
  padding-right: 50px;
  min-width: 400px;
}

.home .case-details {
  font-size: 18px;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  font-weight: 400;
  color: #222;
  padding: 0 5px;
}

.home .case-amount {
  font-size: 40px;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  color: #1d426e;
  margin: 0 0 5px;
}

.case-wrap {
  padding: 30px;
  position: relative;
}

.case-wrap::after {
  height: 50px;
  width: 2px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  position: absolute;
  display: block;
}

.home-intro-vid {
  width: 450px;
  margin: 0 50px 0 auto;
}

#hero-plax {
  height: 800px;
  position: relative;
  background-size: cover;
  background-position: top center;
}

#hero-overlay {
  height: 100%;
  position: relative;
  z-index: 3;
  background-image: linear-gradient(
      to right,
      rgba(7, 26, 50, 0.85) 0%,
      rgba(7, 26, 50, 0) 100%
    ),
    url("/wp-content/uploads/2022/07/mirza-skyline-3.webp");
  /* margin-top: 111px; */
  background-size: cover;
  background-position: center;
}

#hero-overlay::after {
  content: "";
  background: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.65) 0%,
    rgba(0, 0, 0, 0) 55%,
    rgba(0, 0, 0, 0) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#hero-details {
  margin: 0 auto 0 90px;
  z-index: 2;
}

.cta-1 {
  margin: 0;
  color: #fafafa;
  font-size: 26px;
  line-height: 1;
}

.home .cta-2 {
  margin: 0;
  font-size: 26px;
  max-width: 765px;
  line-height: 1;
  color: #fafafa;
  padding: 20px 0;
  text-transform: uppercase;
}

.cta-3 {
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
}

.nav-previous a,
.nav-next a {
  display: inline-block;
  padding: 12px 20px;
  text-decoration: none;
  font-size: 20px;
  width: 190px;
  text-align: center;
  text-decoration: none;
  margin-top: 25px;
  padding: 7px 0;
  border: 2px solid;
  border-radius: 30px;
}

.cta-3 a:hover,
a.read-more:hover,
.nav-previous a:hover,
.nav-next a:hover {
}

.blog article .entry-title {
  line-height: 1.25;
  text-transform: uppercase;
}

.home-intro-wrap {
  height: auto;
  position: relative;
  min-height: 550px;
  max-height: none;
}

.home-practice-wrap,
.home-vid-wrap-outer {
  position: relative;
}

.home-intro-wrap::before,
.home-intro-wrap::after,
#cta::before,
.home-vid-wrap-outer::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  z-index: 5;
  width: 100%;
  pointer-events: none;
}

.home-intro-wrap.uno::after,
.home-intro-wrap.dos::before {
  /*! background: #f5f5f5; */
  width: 25%;
  display: none;
}

.home-intro-wrap::before {
  right: 0;
}

.home-intro-wrap::after {
  left: 0;
}

.home-intro-text {
  position: relative;
  z-index: 3;
  color: #fafafa;
  width: 45%;
  -webkit-align-self: center;
  align-self: center;
}

.uno .home-intro-text,
.tres .home-intro-text,
.slip .home-intro-text {
  margin: 0 auto 0 120px;
  color: #222;
}

.dos .home-intro-text {
  margin: 0 120px 0 auto;
  max-width: 570px;
}

.heading-h2 strong,
.dos .home-intro-text strong {
  color: var(--gold);
  font-size: 40px;
}

.home-intro-wrap.uno,
.test,
.blogs-n-news,
.cinc,
.emp-law {
  background-size: auto 200px;
  /* background-position: bottom left; */
  background-image: url("/wp-content/uploads/2022/06/mirza-m-icon.svg");
  background-repeat: no-repeat;
  min-height: 600px;
  max-height: none;
  background-position-x: -56px;
  background-position-y: calc(100% + 56px);
  background-size: auto 350px;
}

.emp-law {
  background-position-x: calc(100% + 56px);
  background-position-y: calc(100% + 56px);
  background-size: auto 350px;
}

.cinc {
  background-position: bottom right;
  background-image: url("/wp-content/uploads/2022/06/mirza-m-icon.svg");
}

.test {
  /*  background-image: url('/wp-content/uploads/2021/09/icon-alt-watermark-mirror.svg)'); */
  background-position: bottom -100px right;
}

.home-intro-wrap.dos,
.home-intro-wrap.tres {
  background: url("/wp-content/uploads/2022/06/section-bg.webp") no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 620px;
}

.home h2,
.home h3,
.heading-h2,
.heading-h3 {
  /* margin-top: 0; */
  font-size: 36px;
  line-height: 1.25;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.home h2,
.tres h3,
.slip h3,
.heading-h2 {
  font-size: 36px;
  line-height: 1.25;
}

.home-intro-pic {
  background-size: cover;
  background-position: top right;
  position: relative;
  width: 55%;
  max-width: 1000px;
  overflow: hidden;
}

.uno .home-intro-pic {
}

.home-intro-pic::after {
  position: absolute;
  content: "";
  width: 300px;
  background: #f5f5f5;
}

.uno .home-intro-pic::after {
}

.dos .home-intro-pic {
  background-image: url("/wp-content/uploads/2022/07/mirza-laptop.webp");
  background-size: cover;
  width: 96%;
  max-width: 520px;
  height: 600px;
  margin: -70px auto 0 0;
}

.dos .home-intro-pic::after {
}

.home-intro-text {
  max-width: 650px;
  padding: 50px 0;
}

.tres .home-intro-text {
  max-width: 1000px;
  width: 75%;
  margin: 0 auto 0 0;
}

.cuat .home-intro-text {
  max-width: 600px;
  width: 96%;
  margin: 0 120px 0 auto;
  text-align: left;
}

.dos {
}

.att {
}

.home-intro-wrap.tres {
  margin-top: -70px;
  z-index: 1;
  position: relative;
  padding: 30px 0 10px;
}

.home-intro-wrap.att {
  z-index: 2;
}

.att .home-intro-pic {
  background-image: url("/wp-content/uploads/2022/07/adnan-mirza.webp");
  background-position: top center;
  background-size: cover;
  max-width: 400px;
  height: 520px;
  margin: 30px 120px 0 auto;
}

.att .home-intro-pic::after {
}

.att .home-intro-text {
  margin: 0 auto 70px 0;
}

.att .home-intro-text p {
  margin: 0;
}

.tres .home-intro-pic {
  width: 300px;
  height: 300px;
  -webkit-align-self: center;
  align-self: center;
  margin: 0 0 0 auto;
}

.tres .home-intro-pic::after {
  display: none;
}

.home-practice-wrap.auto {
}

.cuat {
  background-size: cover;
  background-position: center;
  /* background-image: url('/wp-content/uploads/2021/09/criminal-defense.jpg'); */
  background: var(--blue);
}

.auto .home-intro-text {
  margin: 0 5% 0 auto;
  padding: 0 70px;
}

.uno .home-intro-text p {
  margin: 0;
  line-height: 1.7;
}

.heading-h2,
.home .dos h2 {
  color: #fafafa;
  font-size: 26px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 30px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
}

.dos .read-more.read-arrow,
.cuat .read-more.read-arrow,
.blog-footer-content a.read-more.read-arrow {
  background: #fff;
  border-color: #fff;
  color: var(--blue) !important;
  border: none;
  margin-top: 15px;
}

.blog-footer-content a.read-more.read-arrow {
  background: transparent;
  color: var(--blue) !important;
  border: none;
  margin-top: 15px;
  padding: 0;
  width: 160px;
}

.dos p {
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
  /* text-shadow: 1px 1px 3px rgba(0, 0, 0, .7); */
}

#colophon {
}

.contact-box > div {
  width: 100%;
  max-width: none;
  margin: 10px auto;
  /* padding: 0 0 0 100px; */
  /* text-align: center; */
}

.foot-accel a,
.foot-accel img {
  display: block;
  margin: 0 auto;
}

.foot-accel img {
  max-height: 50px;
}

.foot-accel {
  text-align: center;
  color: #fafafa;
}

#foot-social a {
  text-decoration: none;
  background: transparent;
  margin: 0 12px 0 0;
  display: block;
  width: 45px;
  /* border: 1px solid #fafafa; */
  /* border-radius: 50%; */
  font-size: 12px;
}

#foot-social i {
  background: transparent;
  color: #fafafa;
  font-size: 30px;
}

.contact-middle p {
  margin: 0;
}

.contact-phones p,
.contact-phones a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none;
  color: #fafafa;
  font-size: 20px;
}

.contact-phones i {
  font-size: 30px;
  margin-right: 10px;
}

.contact-phones > div {
  margin: 0;
}

.foot-consultation {
  margin: 20px 0;
}

.home-vid-gallery {
  width: 96%;
  max-width: 1400px;
  position: relative;
  z-index: 4;
  margin: 0 auto;
}

.home-vid-wrap {
  padding: 70px 20px 50px;
}

.home .slick-dots {
  padding-top: 20px;
}

.home .slick-dots button::before,
.home .slick-next::before,
.home .slick-prev::before {
  color: #fafafa !important;
}

.video-container {
  box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.6);
  min-height: 100%;
  height: auto;
}

.video-container img {
  display: block;
}

.home .home-vid-wrap .slick-list {
  padding-bottom: 10px;
}

/************** PAGE SPECIFIC *************/

.featured-img {
  width: 100%;
  height: 400px;
  max-width: 750px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.7);
  margin-bottom: 20px;
}

.contact-form-wrap {
  margin: 0 auto 30px;
  padding: 30px 0;
  position: relative;
  z-index: 3;
  width: 50%;
  max-width: 600px;
  min-width: 350px;
}

.contact-form .gform_wrapper .gform_footer {
  padding: 0 0 10px;
}

.contact-form > h3,
.contact-h3 {
  text-transform: uppercase;
  line-height: 1.3;
  /* margin-bottom: 30px; */
  font-size: 40px;
  /* padding-bottom: 20px; */
  text-align: left;
  font-weight: 600;
  color: #fafafa;
  position: relative;
}

.contact-form > h3 span {
  display: block;
  font-size: 32px;
}

.contact-form input,
.contact-form textarea {
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 12px 30px !important;
  color: #fafafa !important;
  border: 1px solid #fafafa;
  /* border-radius: 30px; */
}

.contact-form textarea {
  max-height: 100px;
}

.ginput_container.ginput_container_textarea::after {
  width: 100%;
  height: 40px;
  position: absolute;
  bottom: 0;
  right: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  display: none;
}

.ginput_container.ginput_container_textarea {
  position: relative;
  margin-bottom: 30px;
}

.contact-form #gform_submit_button_1 {
  display: block;
  text-align: center;
  margin: 0;
  border: none;
  padding: 12px 20px !important;
  background: var(--gold);
  margin: 0;
  color: var(--blue) !important;
}

.contact-form #gform_submit_button_1:hover {
  /*     background: rgba(255, 255, 255, .1); */
  cursor: pointer;
}

.contact-form .gform_wrapper .gform_footer {
  margin-top: 0;
}

.blog article .read-more {
  width: 190px;
  text-align: center;
  text-decoration: none;
  margin-top: 25px;
  padding: 7px 0;
  background: #191919;
  color: #fafafa;
  border: none;
}

.blog article .entry-footer {
  padding-bottom: 10px;
}

.blog .post-excerpt-thumb a {
  width: 100%;
  display: block;
  height: 100%;
  background-size: cover;
}

.blog #primary article {
  background: #fafafa;
  box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.5);
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 auto 50px;
  max-width: 700px;
}

.blog #primary .post-excerpt-wrap {
  padding: 0 30px;
}

.blog .entry-title a {
  text-decoration: none;
}

.blog .post-excerpt-thumb {
  width: 100%;
  height: 320px;
  max-width: none;
}

.blog article .read-more span {
  -webkit-justify-content: center;
  justify-content: center;
}

.page-id-6 .post-content-menu,
.page-id-6 .blogs-n-news,
.page-id-6 #secondary #nav_menu-2,
.page-id-6 #secondary .success-wrap-outer {
  display: none;
}

.page-id-6 #colophon {
  background: var(--blue);
}

body.page-id-6 {
  background: var(--blue);
}

.g-recaptcha > div {
  display: block;
  margin: 0 auto;
}

.home .home-intro-vid {
  width: 550px;
}

.top-page-title {
  margin: 0 auto 0 0;
  color: #fafafa;
  max-width: none;
  font-size: 42px;
  line-height: 1.2;
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.top-title-wrap {
  height: 100%;
  width: 96%;
  margin: 0 auto;
  max-width: 1200px;
}

.page-id-1667 .entry-content .case-wrap {
  background: rgba(48, 109, 174, 0.15);
  margin-bottom: 30px;
  box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.7);
}

.page-id-1667 .case-wrap::after {
  display: none;
}

.page-id-1667 .entry-content .case-amount {
  font-weight: 600;
  font-size: 36px;
  color: #1d426e;
  margin: 0;
}

.page-id-1667 .entry-content .case-details {
  font-weight: 600;
  font-size: 24px;
}

#inner-head {
  margin: 0 0 0 auto;
}

.outer-head {
  padding: 5px 5% 0;
}

.grad {
  background: var(--gold);
}

.cta-3 a {
  width: 50%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 150px;
  color: #fafafa;
  font-size: 18px;
  border-radius: 0;
  border: none !important;
}

.home .cta-1 {
  font-size: 41px;
  max-width: 920px;
  margin-top: -70px;
  text-transform: uppercase;
  line-height: 0.5;
  font-weight: 300;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  color: var(--gold);
}

.home .cta-1 span {
  font-size: 80px;
  line-height: 1;
  display: block;
  padding: 10px 0 20px;
  font-weight: 600;
  color: #fff;
}

.cta-3 a.bbank {
  background-color: var(--blue);
}

.read-more,
.cta-3 a span {
  border: 2px solid;
  padding: 7px 30px;
  /* border-radius: 30px; */
}

.home-intro-h1 {
  -webkit-align-self: center;
  align-self: center;
  margin: 0 0 0 auto;
  max-width: 575px;
}

.heading-h1,
.heading-h3,
.home-intro-h1 h1,
.blog-heading h3 {
  line-height: 1.25;
  position: relative;
  color: var(--blue);
  text-transform: uppercase;
  font-weight: 300;
  font-size: 38px;
  letter-spacing: 2px;
  /* padding-bottom: 30px; */
  margin-bottom: 0px;
}

.heading-h1 span,
.home-intro-h1 h1 span,
.blog-heading h3 span,
.heading-h3 span {
  font-weight: 600;
  display: block;
}

.home-intro-h1 h1::after,
.home #test-wrap h2::after,
.cuat .home-intro-text h2::after,
.cinc .home-intro-text h2::after,
.home-vid-wrap-outer h2::after {
  position: absolute;
  left: calc(50% - 100px);
  bottom: 0;
  content: "";
  background: var(--gold);
  width: 200px;
  height: 2px;
}

.att .read-more.grad.wht,
.test .home-intro-pic .read-more {
  display: -webkit-flex;
  border-radius: 0;
  border: none;
  position: absolute;
  width: 100%;
  height: 100px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  bottom: 0;
  left: 0;
}

.test .home-intro-pic .read-more {
  width: 42%;
  min-width: 270px;
}

.att .read-more.grad.wht span,
.test .home-intro-pic .read-more span {
  border: 2px solid;
  /* border-radius: 30px; */
  padding: 7px 27px;
}

.att .home-intro-text h2 {
  text-transform: uppercase;
  font-weight: 600;
  color: #1c4063;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  font-size: 40px;
}

.att .home-intro-text p {
  font-size: 28px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  color: #666;
  letter-spacing: 2px;
}

.home-intro-panels {
  margin: 0 auto;
  width: 96%;
  max-width: 1600px;
  padding: 100px 0;
  padding-top: 150px;
  align-self: center;
}

.panel {
  position: relative;
  height: 375px;
  border-radius: 7px;
  margin: 0 auto;
  width: 24%;
  max-width: 360px;
  padding: 20px 30px;
  border-left: 2px solid var(--gold);
  border-right: 2px solid var(--gold);
  border-bottom: 2px solid var(--gold);
}

.panel::before {
  content: "";
  position: absolute;
  height: 10px;
  top: 0;
  left: 0;
  width: 24%;
  border-top: 2px solid var(--gold);
  border-top-left-radius: 7px;
}

.panel::after {
  content: "";
  position: absolute;
  height: 10px;
  top: 0;
  right: 0;
  width: 24%;
  border-top: 2px solid var(--gold);
  border-top-right-radius: 7px;
}

.panel-circle,
.panel-circle-patch {
  position: absolute;
}

.panel-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: var(--blue);
  /* border: 2px solid var(--gold); */
  top: -70px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.panel-circle-patch {
  background: var(--blue);
  width: calc(100% + 4px);
  height: 78px;
  left: -2px;
  bottom: -10px;
}

.panel p {
  margin: 0;
  color: #fff;
  text-align: center;
  line-height: 1.4;
}

.panel p span {
  display: block;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
  line-height: 1;
  margin: 0 auto 10px;
  max-width: 300px;
}

.panel-two p span,
.panel-four p span {
  max-width: 270px;
}

.panel p span::before {
  content: "";
  display: block;
  margin: 0 auto 50px;
  margin-top: -67px;
  width: 110px;
  height: 103px;
  background: url("/wp-content/uploads/2022/06/mirza-m-icon-color.svg")
    no-repeat;
  background-size: contain;
}

/* .panel span::before {
  -webkit-mask: url("/wp-content/uploads/2022/02/Macri-Law-logo-gold.svg");
  mask: url("/wp-content/uploads/2022/02/Macri-Law-logo-gold.svg");
} */

/* .panel.panel-three span::before {
-webkit-mask: url('/wp-content/uploads/2021/09/clock.svg');
mask: url('/wp-content/uploads/2021/09/clock.svg');
}

.panel.panel-one span::before {
-webkit-mask: url('/wp-content/uploads/2021/09/university.svg');
mask: url('/wp-content/uploads/2021/09/university.svg');
}

.panel.panel-four span::before {
-webkit-mask: url('/wp-content/uploads/2021/09/medal.svg');
mask: url('/wp-content/uploads/2021/09/medal.svg');
}

.panel.panel-two span::before {
-webkit-mask: url('/wp-content/uploads/2021/09/hands-helping.svg');
mask: url('/wp-content/uploads/2021/09/hands-helping.svg');
height: 80px;
margin-bottom: 20px;
margin-top: 10px;
} */

.test .home-intro-pic {
  width: 38vw;
  background-image: url("/wp-content/uploads/2021/09/home-testimonials.jpg");
  height: 25vw;
  background-size: cover;
  margin: 0 0 0 auto;
  background-position: bottom left;
}

.home-intro-wrap.test {
  padding: 70px 0;
}

.home #test-wrap {
  max-width: 650px;
  margin: 0 auto;
  -webkit-align-self: center;
  align-self: center;
}

.home #test-wrap h2,
.cuat .home-intro-text h2,
.cinc .home-intro-text h2,
.home-vid-wrap-outer h2 {
  color: var(--blue);
  position: relative;
  font-size: 36px;
  max-width: 340px;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 20px;
  margin-bottom: 90px;
}

.slick-prev::before,
.slick-next::before {
  background-image: url("/wp-content/uploads/2020/12/arrow-drk.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 50px;
  height: 50px;
  content: "";
}

.slick-next::before {
  transform: scale(-1, 1);
}

.slick-prev,
.slick-next {
  transform: none;
  top: -60px;
  left: 0;
  right: auto;
  bottom: auto;
}

.slick-next {
  left: 75px;
}

.home #test-box .slick-prev,
.home #test-box .slick-next {
  top: auto;
  bottom: -30px;
}

.home .test p.test-content {
  font-size: 27px;
}

.home .test p.text-author {
  font-size: 22px;
  padding-top: 12px;
  color: #1c4063;
  font-weight: 600;
  text-transform: uppercase;
}

.home .test-page {
  -webkit-align-self: flex-start;
  align-self: flex-start;
}

.home-practices {
  width: 100%;
  max-width: 750px;
  padding: 0;
  -webkit-align-self: center;
  align-self: center;
  margin: 0 auto 0 0;
  position: relative;
}

.home-practices ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.cuat .home-intro-text h2 {
  color: #fafafa;
  letter-spacing: 2px;
  text-transform: uppercase;
  max-width: 430px;
  margin-bottom: 30px;
}

.home #test-wrap h2 {
  margin-bottom: 30px;
}

.cuat p,
.cinc p {
  font-weight: 300;
  line-height: 1.7;
}

.cinc .read-more {
  margin: 0 auto;
  display: block;
  width: 210px;
}

.home-practices.wht .slick-prev::before,
.home-practices.wht .slick-next::before,
.bus .slick-next::before,
.bus .slick-prev::before {
  background-image: url("/wp-content/uploads/2020/12/arrow-wht.svg");
}

.home-practices::before {
  position: absolute;
  top: 20px;
  left: 0;
  width: 200px;
  height: 2px;
  background: #1c4063;
}

.home-practices p > span {
  display: block;
  font-weight: 400;
  padding-top: 20px;
  text-transform: uppercase;
  font-size: 20px;
}

.practice {
  -webkit-align-self: flex-start;
  align-self: flex-start;
  margin-right: 20px;
}

.cinc .home-intro-text h2::after {
  max-width: none;
}

.cinc .home-intro-text {
  color: #333;
  margin: 0 auto 0 120px;
}

.bus {
  background-size: cover;
  background-position: center;
  position: relative;
  margin: 0 0 0 auto;
  max-width: 650px;
  padding: 30px 0;
}

.bus .slick-prev,
.bus .slick-next {
  top: 50px;
  left: 50px;
}

.bus .slick-next {
  left: 125px;
}

.home-practices.bus::before {
  top: 125px;
  left: 50px;
}

.cinc .home-intro-text h2 {
  max-width: none;
  margin-bottom: 25px;
}

.cta-footer h3,
.cta-h3 {
  color: #fafafa;
  margin: 0 auto 0 0;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.25;
}

.cta-footer {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.cta-footer-wrap {
  padding: 50px 0;
  background: var(--blue);
}

.cta-footer h3 span,
.cta-h3 span {
  display: block;
  color: var(--gold);
}

.cta-footer::before {
  content: "";
  width: 100px;
  height: 100px;
  background-size: cover;
  margin: 0px 30px 0px 0px;
  /*  border: 2px solid #2a9e6e;
border-radius: 50%;
background-color: rgba(42, 158, 110,.2); */
  background-image: url("/wp-content/uploads/2022/06/mirza-m-icon-color.svg");
}

.cta-footer a {
  font-size: 24px;
}

.heading-h3,
.blog-heading h3 {
  max-width: 340px;
  font-size: 44px;
}

.blog-heading {
  margin: 0 120px 0 auto;
}

.contact-main-wrap {
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.125) 100%
    ),
    url("/wp-content/uploads/2022/06/footer-bg-alt.webp");
  background-size: cover;
  background-position: center;
  padding-top: 50px;
  position: relative;
}

.contact-main-wrap::before {
  content: "";
  background: linear-gradient(
    to right,
    rgba(11, 25, 39, 0.65) 0%,
    rgba(11, 25, 39, 0) 55%,
    rgba(11, 25, 39, 0) 100%
  );
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.entry-content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home .entry-content {
  display: block;
}

.firstet {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  /* margin-top: 140px; */
  background-image: linear-gradient(
      to right,
      rgba(0, 0, 0, 0.7) 0%,
      rgba(0, 0, 0, 0.7) 100%
    ),
    url("/wp-content/uploads/2022/06/hero-bg-no-overlay.jpg");
  /* margin-top: 111px; */
  background-size: cover;
  background-position: center;
}

.secondet,
.archive #primary,
.single #primary,
.search #primary,
.blog #primary {
  width: calc(100% - 500px);
  max-width: 1100px;
  margin: 0 auto;
  padding: 50px;
}

.secondet {
  padding-top: 100px;
}

.firstet-inner {
  margin: 0 auto;
  width: 1300px;
  position: relative;
  padding: 0 0 0 550px;
  padding-top: 140px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 640px;
  -webkit-justify-content: center;
  justify-content: center;
}

.page .featured-img {
  position: absolute;
  left: 25px;
  top: 170px;
  height: 530px;
  max-width: 440px;
}

.page:not(.home) #primary h2,
.single #primary h2,
.page #primary h3,
.single #primary h3 {
  color: var(--blue);
  font-weight: 600;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.2;
  margin: 20px 0 10px;
}

.page #primary h3,
.single #primary h3 {
  font-size: 28px;
  font-weight: 300;
}

.firstet-inner p {
  color: #fafafa;
  line-height: 1.7;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

#menu-practice-sidebar > li > ul > li {
  margin: 0;
}

#menu-practice-sidebar > li {
  background: var(--blue);
  /* background: rgb(150, 210, 114); */
  /*     background: -moz-linear-gradient(left, #2b4054 0%, #1c4063 100%); */
  /* background: -webkit-linear-gradient(left, #2b4054 0%, #1c4063 100%); */
  /* background: linear-gradient(to right, #2b4054 0%, #1c4063 100%); */
}

#menu-practice-sidebar > li > ul {
  background: #ececec;
}

#menu-practice-sidebar > li > ul a {
  color: #444;
  text-align: left;
  padding: 11px 0 11px 50px;
}

#menu-practice-sidebar > li > ul a:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* #secondary .menu-practice-sidebar-container>ul>li>a:hover {
background: #203644;
} */

#secondary .menu-practice-sidebar-container > ul > li > a {
  padding: 30px 0;
}

#secondary .cta-wrap {
  padding: 30px 0;
  margin: 0;
}

#secondary .cta-wrap-inner a {
  margin: 0 auto 15px;
  width: 220px;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-decoration: none;
  /* border-radius: 30px; */
  border: 2px solid var(--blue);
  padding: 7px;
  color: var(--blue);
  overflow: hidden;
  position: relative;
}

#nav_menu-2 {
  margin-bottom: 30px;
}

#secondary .cta-wrap-inner a span {
  margin-left: 10px;
}

#secondary .cta-wrap-inner a span,
.cta-wrap-inner a i {
  z-index: 2;
}

#secondary .cta-wrap-inner a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 1;
  /* background: rgb(150, 210, 114); */
  /*     background: -moz-linear-gradient(left, #2b4054 0%, #1c4063 100%); */
  /* background: -webkit-linear-gradient(left, #2b4054 0%, #1c4063 100%); */
  /* background: linear-gradient(to right, #2b4054 0%, #1c4063 100%); */
  opacity: 0;
}

#secondary .cta-wrap-inner a:hover {
  color: #fafafa;
  /* border-color: rgba(0, 0, 0, 0); */
  background: var(--blue);
}

#secondary .cta-wrap-inner a:hover::before {
  opacity: 1;
}

#secondary .cta-logo p {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1.25;
  text-align: center;
  margin-top: 20px;
}

#secondary .cta-logo p span {
  font-weight: 300;
  display: block;
}

#secondary .cta-logo img {
  max-width: 140px;
}

.contact-form > h3::after {
  position: absolute;
  content: "";
  left: 0;
  width: 240px;
  bottom: 0;
  background: #fafafa;
  height: 1px;
}

.contact-form-wrap #gform_fields_1 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.contact-form-wrap #gform_fields_1 > li {
  width: 100%;
}

.contact-form-wrap #gform_fields_1 > #field_1_1,
.contact-form-wrap #gform_fields_1 > #field_1_2 {
  width: 48%;
}

.contact-phones p {
  font-weight: 600;
  margin: 0;
  text-align: center;
}

.contact-phones p span {
  font-weight: 300;
  margin-left: 10px;
}

.foot-addy a {
  text-decoration: none;
  color: #fafafa;
  text-align: center;
  margin: 0;
  width: 100%;
  display: block;
  font-size: 20px;
}

.foot-addy p {
  margin: 0;
}

.foot-addy {
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

#foot-social {
  margin-top: 20px;
}

#foot-social a i {
  font-size: 24px;
  padding: 9px 0;
}

.site-info {
  padding: 10px 7%;
  background: var(--blue);
}

.copyright {
  -webkit-align-self: center;
  align-self: center;
  text-align: left;
  color: #fafafa;
}

.page-id-1321 .test-page {
  background: #203644;
  border-radius: 30px;
  padding: 30px;
  color: #fafafa;
  box-shadow: 0 5px 10px -3px rgba(0, 0, 0, 0.2);
}

.page-id-1321 .test-page span {
  text-transform: uppercase;
  display: block;
  text-align: right;
  font-size: 20px;
}

.page-id-6 .main-flex-wrap,
.page-id-6 .cta-footer-wrap {
  display: none;
}

.page-id-6 #colophon {
  background: transparent;
  /* margin-top: 220px; */
}

.page-id-6 .contact-main-wrap {
  padding-top: 200px;
}

.secondet a,
.site-info a,
.single .entry-text a {
  font-weight: 600;
}

.site-info a {
  color: #fafafa;
}

.page-id-1265 #primary {
  margin-bottom: 100px;
}

.video-container img {
  display: block;
  width: 100%;
}

.home .home-vid-wrap-outer h2 span::after {
  content: none;
}

.home .home-vid-wrap-outer h2 span {
  display: block;
  text-align: left;
}

.home .home-vid-wrap-outer h2 {
  text-align: left;
  display: block;
  width: 96%;
  max-width: 1370px;
  margin: 50px auto 0;
  position: relative;
}

.home-vid-wrap {
  padding: 30px 0;
}

.more-vids-wrap {
  margin: 50px 0 30px;
}

.home .home-vid-gallery .slick-prev,
.home .home-vid-gallery .slick-next {
  left: auto;
  right: 10px;
  top: -75px;
}

.home .home-vid-gallery .slick-prev {
  right: 100px;
}

.home .home-vid-gallery .slick-next::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.home-intro-wrap.uno {
  padding-bottom: 50px;
}

.home-pa-wrap li {
  margin: 0 auto 30px;
  padding: 0;
  width: 46%;
}

.home-pa-wrap li a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  height: 60px;
  border: 2px solid var(--gold);
  /* border-radius: 50px; */
}

.home-pa-wrap li a:hover {
  background: var(--gold);
  color: var(--blue);
  cursor: pointer;
}

.home-pa-wrap li a:hover span {
  color: #444;
}

.bus .home-pa-wrap li a {
  /* background: #b96342; */
  border: none;
  color: var(--blue);
  -webkit-transform: scale(1);
  transform: scale(1);
  border: 2px solid var(--blue);
}

.bus .home-pa-wrap li a:hover {
  /*     -webkit-transform: scale(1.1);
transform: scale(1.1); */
  color: #fafafa;
  background: var(--blue);
}

.bus .home-pa-wrap li a:hover span {
  color: #fafafa;
}

/* .bus .home-pa-wrap li {
    width: 100%;
    max-width: 450px;
} */

.home-vid-wrap-outer {
  background-color: #eee;
  padding: 30px 0;
}

/**************** MEDIAS ******************/

@media screen and (min-width: 1210px) {
  .cinc .read-more {
    margin: 0;
  }
  #masthead {
    display: block;
    position: absolute;
  }
  .home .site-content {
    padding-top: 0;
  }
  #masthead.sticky {
    position: fixed;
    opacity: 0;
    -webkit-animation: 1s forwards fadedown;
    animation: 1s forwards fadedown;
    box-shadow: 0 0 15px -5px rgba(0, 0, 0, 0.5);
    background: var(--blue);
  }
  .home #masthead.sticky {
    height: auto;
  }
  header.sticky .bluebar {
    height: 10px;
  }
  header.sticky #mirza-logo {
    width: 90px;
  }
  header.sticky .menu-primary-container > ul > li > a,
  header.sticky .menu-primary-right-container > ul > li > a {
    padding: 10px 15px;
  }
  header.sticky #top-consult {
    font-size: 38px;
  }
  header.sticky #top-phone p {
    font-size: 19px;
  }
  header.sticky #top-phone p a {
    padding: 10px 15px;
  }
  /* header.sticky #top-phone {
      width: 270px;
  } */
  header.sticky #top-phone p a span {
    font-size: 17px;
  }
  .home .video-container.col-cont {
    max-width: 600px;
  }
}

@media screen and (min-width: 1500px) {
  .home .video-container.col-cont {
    max-width: 440px;
  }
}

@media screen and (max-width: 1200px) {
  .home-intro-panels {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1000px;
  }
  .panel {
    width: 48%;
    max-width: 450px;
    margin: 55px auto;
  }
}

@media screen and (max-width: 1600px) {
  .outer-head {
    /* padding: 5px 20px 0; */
  }
  .blog-heading,
  .cuat .home-intro-text,
  .dos .home-intro-text,
  .att .home-intro-pic {
    margin-right: 50px;
  }
  .cinc .home-intro-text {
    margin-left: 50px;
  }
  #hero-details {
    /* margin-left: 180px; */
  }
  #hero-plax {
    height: 700px;
  }
  .home-intro-wrap.uno,
  .att,
  .test,
  .blogs-n-news,
  .cinc {
    min-height: 500px;
  }
  .uno {
    padding-bottom: 70px;
  }
  .recent-blogs-wrap ul li {
    max-width: 400px;
  }
  .recent-blogs-wrap ul {
    max-width: 850px;
  }
  .firstet-inner {
    height: auto;
    padding-left: 480px;
    min-height: 530px;
    /* padding: 50px 50px 50px 460px; */
    width: 96%;
  }
  .page .featured-img {
    height: 430px;
    max-width: 380px;
  }
  .cta-3 {
    width: 90%;
    max-width: 750px;
  }
  #mirza-logo {
    /* width: 300px; */
  }
  .heading-h3,
  .blog-heading h3 {
    font-size: 38px;
  }
  .att .home-intro-text p,
  .home .test p.test-content {
    font-size: 24px;
  }
}
@media screen and (max-width: 1500px) {
  .home .cta-1 {
    max-width: 860px;
  }
}

@media screen and (max-width: 1420px) {
  .cuat,
  .cinc {
    padding-left: 30px;
    padding-right: 30px;
  }
  .menu-primary-container > ul > li > a,
  .menu-primary-right-container > ul > li > a,
  header.sticky .menu-primary-container > ul > li > a,
  header.sticky .menu-primary-right-container > ul > li > a {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
  }
  #mirza-logo {
    /* max-width: 320px; */
  }
  /* body .blogs-n-news {
    background-size: auto 280px;
    background-position: bottom 10px left 10px;
  } */
}

@media screen and (max-width: 1350px) {
  .blog-heading {
    padding-left: 30px;
  }
  .page-id-1668 .vid-page {
    width: 48%;
  }
  #mirza-logo,
  header.sticky #mirza-logo {
    /* width: 240px; */
  }
  header.sticky .menu-primary-container > ul > li > a,
  .menu-primary-container > ul > li > a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1210px) {
  body .blogs-n-news {
    background-image: none;
  }
  .menu-primary-container,
  .menu-primary-right-container {
    display: none;
  }
  .menu-mobile-container {
    display: block;
  }
  #masthead {
    position: relative;
  }
  .menu-mobile-container {
    width: auto;
    margin: 0 0 0 auto;
  }
  #mobile-menu {
    display: -webkit-flex;
    -webkit-justify-content: center;
    display: flex;
    justify-content: center;
  }
  #mobile-menu > li {
    position: initial;
  }
  #mobile-menu .sub-menu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 0;
    float: none;
    clear: both;
    display: block;
    background: rgba(255, 255, 255, 0.95);
  }
  #mobile-menu .sub-menu li {
    float: none;
    width: 100%;
    position: relative;
  }
  #mobile-menu .sub-menu li a {
    width: 100%;
    padding: 10px 5%;
    font-variant: normal;
    font-size: 15px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  }
  #mobile-menu .sub-menu .sub-menu {
    position: relative;
  }
  #mobile-menu .sub-menu .sub-menu li {
    float: none;
    position: relative;
    background: rgba(255, 255, 255, 0.12);
  }
  #mobile-menu .sub-menu .sub-menu li a {
    padding-left: 7%;
  }
  #mobile-menu .sub-menu .sub-menu .sub-menu li {
    background: rgba(255, 255, 255, 0.18);
  }
  #mobile-menu .sub-menu .sub-menu .sub-menu li a {
    padding-left: 9%;
  }
  #mobile-menu .sub-menu .sub-menu .sub-menu .sub-menu li {
    background: rgba(255, 255, 255, 0.24);
  }
  #mobile-menu .sub-menu li:hover > a,
  #mobile-menu .sub-menu li:hover > .flex-row > a {
    color: #222;
  }
  #mobile-menu a {
  }
  header .expand-menu {
    background: rgba(255, 255, 255, 0.75);
  }
  header .expand-menu:hover {
    background: rgba(255, 255, 255, 0.95);
  }
  #menu-item-2490 > a {
    font-size: 30px;
    padding: 3px 10px;
    color: rgba(255, 255, 255, 0.92);
    background: transparent;
  }
  .top-search {
    margin: 0 auto 0 0;
  }
  .top-search form p {
    margin: 0;
  }
  #top-bar {
    padding: 5px 12px;
  }
  #searchsubmit {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    padding: 8px;
  }
  #site-navigation {
    display: -webkit-flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
    padding: 5px 0;
    -webkit-order: 2;
    order: 2;
    margin: 0 5px 0 30px;
    width: 100%;
  }
  .home #featured-vid {
    max-width: 500px;
  }
  #colophon h3,
  #colophon .contact-box h3 {
    font-size: 40px;
  }
  .blogs-n-news h4 {
    font-size: 42px;
    padding: 0 20px 20px;
  }
  .blog-footer-content {
    line-height: 1.3;
  }
  .recent-blogs-wrap ul li {
  }
  .contact-map {
    margin-left: 15px;
    padding-left: 15px;
  }
  .main-flex-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .home #page {
    padding-top: 0;
    width: 100%;
  }
  .entry-text,
  .site-info p {
    display: -webkit-flex;
    -webkit-flex-direction: column;
    display: flex;
    flex-direction: column;
  }
  #secondary,
  .archive #secondary,
  .single-post #secondary,
  .search #secondary {
    width: 100%;
    min-width: 0;
    margin: 30px auto 0;
    /* padding: 30px 3%; */
  }
  .contact-box {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .mobile-h {
    display: block;
  }
  .mobile-h > img {
    display: block;
    margin: 0 auto;
    max-width: 500px;
    width: 100%;
  }
  .site-info p span {
    padding: 2px;
  }
  .cta-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 30px;
  }
  .cta-wrap p,
  .cta-wrap h3 {
    width: 100%;
    margin: 7px auto;
    max-width: none;
    text-align: center;
  }
  .cta-wrap h3 {
    width: 100%;
    max-width: 510px;
    text-align: left;
  }
  .blog #primary {
    padding-top: 70px;
  }
  .blog-img.alignright {
    float: none;
    display: block;
    margin: 50px auto 10px;
  }
  #top-phone p a {
    padding: 10px 15px;
  }
  #top-phone {
    width: 270px;
  }
  #inner-head {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  #menu-item-2490 > a {
    font-size: 24px;
    color: #203644;
  }
  #site-navigation {
    margin: 0 10px;
  }
  .outer-head {
    padding: 0 0 0 10px;
  }
  #hero-overlay {
    margin-top: 0;
  }
  #hero-details {
    margin-left: 100px;
  }
  #hero-plax {
    height: 600px;
  }
  .uno .home-intro-text,
  .tres .home-intro-text,
  .slip .home-intro-text {
    margin-left: 50px;
  }
  .test .home-intro-pic .read-more {
    width: 96%;
    max-width: 300px;
  }
  .home #test-wrap {
    margin-left: 50px;
    max-width: 430px;
  }
  .home-intro-wrap.test {
    padding: 70px 30px;
  }
  .home-practices {
    max-width: 800px;
  }
  /* .home-practices.bus {
        max-width: 500px;
    } */
  .home #test-wrap h2 {
    max-width: 290px;
  }
  .home-intro-h1 {
    max-width: 390px;
  }
  .home .cta-1 {
    font-size: 26px;
    margin-bottom: 50px;
    max-width: 640px;
  }
  .home .cta-1 span {
    font-size: 60px;
  }
  #colophon h3,
  .contact-h3,
  #colophon .contact-box h3 {
    font-size: 34px;
  }
  .att .home-intro-text h2,
  .home-intro-h1 h1,
  .blog-heading h3 {
    font-size: 32px;
  }
  .cuat .home-intro-text h2,
  .home #test-wrap h2,
  .home .dos h2,
  .cta-footer h3,
  .cta-h3,
  .cinc .home-intro-text h2 {
    font-size: 30px;
  }
  .att .home-intro-text p,
  .home .test p.test-content {
    font-size: 22px;
  }
  .cta-footer a {
    font-size: 20px;
  }
  #top-phone p {
    font-size: 19px;
  }
  #top-phone p a span,
  #top-phone p a > span:last-of-type {
    font-size: 17px;
  }
  .entry-content p,
  .entry-content ul,
  .entry-content ol,
  .test-more a,
  .test-more i,
  .home-practice-text-inner ul a,
  .read-more-att a {
    font-size: 15px;
  }
  .home-intro-wrap.uno,
  .cuat,
  .recent-blogs-wrap,
  .contact-main-wrap {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .home-intro-h1 {
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
  .home-intro-h1 h1::after,
  .home #test-wrap h2::after,
  .cuat .home-intro-text h2::after,
  .cinc .home-intro-text h2::after,
  .blog-heading h3::after,
  .home-practices::before,
  .home-practices .slick-prev,
  .home-practices .slick-next,
  .home-practices.bus::before,
  .contact-form > h3::after,
  .home #test-box .slick-prev,
  .home #test-box .slick-next {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .home #test-box .slick-prev,
  .home-practices .slick-prev {
    left: calc(50% - 40px);
  }
  .home #test-box .slick-next,
  .home-practices .slick-next {
    left: calc(50% + 40px);
  }
  .uno .home-intro-text,
  .tres .home-intro-text,
  .slip .home-intro-text,
  .dos .home-intro-text,
  .att .home-intro-text,
  .cuat .home-intro-text,
  .home-practices,
  .cinc .home-intro-text {
    width: 100%;
    margin: 0 auto;
  }
  .home-intro-wrap.dos,
  .home-intro-wrap.att,
  .cinc,
  #secondary,
  .archive #secondary,
  .single-post #secondary,
  .search #secondary {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #secondary,
  .archive #secondary,
  .single-post #secondary,
  .search #secondary {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .dos .home-intro-pic {
    margin-left: auto;
  }
  .home h2,
  .home h3,
  .home-practices.bus,
  .att .home-intro-text {
    text-align: center;
  }
  .dos .read-more.read-arrow,
  .cuat .read-more.read-arrow,
  .blog-footer-content a.read-more.read-arrow {
    margin: 15px auto 0;
    text-align: center;
    display: block;
    max-width: 200px;
  }
  .cuat .home-intro-text h2,
  .home #test-wrap h2 {
    margin: 0 auto 30px;
  }
  .att .home-intro-text h2 {
    text-align: center;
    margin: 0 auto 20px;
    display: block;
  }
  .att .home-intro-pic,
  .contact-box,
  .contact-form-wrap {
    width: 96%;
    margin: 0 auto;
  }
  .home-practices.ind {
    margin: 50px auto;
    text-align: center;
  }
  .home-practices.bus {
    margin-bottom: 50px;
  }
  .cta-footer {
    max-width: 800px;
  }
  .cta-footer h3,
  .cta-h3 {
    text-align: left;
  }
  .blog-heading {
    width: 100%;
    text-align: center;
    max-width: 290px;
    margin: 0 auto 50px;
  }
  .recent-blogs-wrap ul {
    margin: 0 auto;
  }
  .blog-footer-content a.read-more.read-arrow {
    max-width: 250px;
    margin: 20px 0 0;
  }
  .contact-box {
    max-width: 300px;
    margin-bottom: 50px;
    z-index: 2;
  }

  .contact-box > div {
    padding-left: 0;
    text-align: center;
    justify-content: center;
  }
  .test .home-intro-pic {
    width: 440px;
    height: 290px;
  }
  .blog-heading {
    padding-left: 0;
  }
  .firstet,
  #main-bg,
  .page-id-6 #colophon {
    margin-top: 0;
  }
  .page .featured-img {
    max-width: 270px;
    height: 320px;
    top: 125px;
  }
  .firstet-inner {
    padding: 100px 20px 40px 320px;
  }
  .top-page-title {
    font-size: 36px;
  }
  .secondet {
    padding-top: 50px;
  }
  .secondet,
  .archive #primary,
  .single #primary,
  .search #primary,
  .blog #primary {
    width: 100%;
  }
  #nav_menu-2 {
    margin: 0 auto;
    /* max-width: 600px; */
    width: 100%;
  }
  #secondary .cta-wrap {
    padding: 50px 0 30px;
    max-width: 600px;
    margin: 50px auto;
    width: 96%;
    /* box-shadow: 0 3px 10px -3px rgba(0, 0, 0, 0.6); */
  }
  #colophon h3,
  .contact-h3,
  #colophon .contact-box h3 {
    text-align: center;
  }
  #secondary,
  .archive #secondary,
  .single-post #secondary,
  .search #secondary {
    display: -webkit-flex;
    display: flex;
  }
  .contact-form .gform_wrapper .gform_footer {
    text-align: center;
    margin: 0 auto;
    -webkit-justify-content: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
  }
  .cinc .home-intro-text p .read-more {
    display: block;
    margin: 0 auto;
    max-width: 200px;
  }
  #menu-practice-sidebar > li > ul a {
    padding: 11px;
    text-align: center;
  }
  .home .home-vid-wrap-outer h2,
  .home .home-vid-wrap-outer h2 span {
    text-align: center;
  }
  .home .home-vid-wrap-outer h2::after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .home .home-vid-gallery .slick-prev,
  .home .home-vid-gallery .slick-next {
    top: auto;
    left: calc(50% - 250px);
    bottom: -100px;
  }
  .home .home-vid-gallery .slick-next {
    left: auto;
    right: calc(50% - 250px);
  }
}

@media screen and (max-width: 1000px) {
  #top-social {
    display: none;
  }
  .cta-3 {
    width: 100%;
    max-width: none;
    bottom: auto;
    top: 100%;
  }
  #hero-plax {
    height: 340px;
    margin-bottom: 130px;
  }
  #hero-details {
    margin-left: 50px;
    margin-top: 50px;
  }
  .cta-3 a {
    height: 110px;
    font-size: 15px;
  }
  .home .cta-1 {
    font-size: 20px;
    margin: 0;
    max-width: 600px;
  }
  .home-intro-wrap.test {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 40px 20px;
  }
  .home #test-wrap,
  .test .home-intro-pic {
    margin: 0 auto;
  }
  .home #test-wrap {
    margin-bottom: 50px;
  }
  .home #test-box .slick-prev,
  .home #test-box .slick-next {
    bottom: -10px;
  }
  .site-info {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
  }
  .copyright {
    text-align: center;
  }

  .contact-phones p a,
  .foot-addy a {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .contact-phones > div {
    text-align: center;
    display: block;
  }
  .contact-phones p {
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .home .cta-1 span {
    font-size: 42px;
  }
}

@media screen and (max-width: 1210px) {

  .top-page-title {
    font-size: 32px;
    margin: 0 auto;
  }

}

@media screen and (max-width: 840px) {
  .home .cta-1 span {
    font-size: 42px;
  }
  .top-page-title {
    font-size: 32px;
    margin: 0 auto;
  }
  .att .home-intro-text h2,
  .home-intro-h1 h1,
  .blog-heading h3 {
    font-size: 28px;
  }
  .cuat .home-intro-text h2,
  .home #test-wrap h2,
  .home .dos h2,
  .cta-footer h3,
  .cinc .home-intro-text h2,
  .cta-footer h3,
  .cta-h3,
  .page #primary h3,
  .single #primary h3 {
    font-size: 26px;
  }
  .home .cta-1 {
    font-size: 18px;
  }
  .cta-footer a {
    font-size: 17px;
  }
  #hero-details {
    max-width: 400px;
  }
  .blog-heading h3 {
    max-width: 240px;
  }
  .recent-blogs-wrap ul li {
    width: 96%;
    max-width: 500px;
    margin: 20px auto;
  }
  .blog-heading h3 {
    margin: 0 auto 40px;
  }
  .blogs-n-news {
    padding-bottom: 40px;
  }
  #top-phone {
    margin-left: 15px;
  }
}

@media screen and (max-width: 750px) {
  a.more-vids.read-more {
    max-width: 210px;
    font-size: 15px;
  }
  .home .home-vid-gallery .slick-next {
    right: calc(50% - 70px);
    bottom: -60px;
    top: auto;
  }
  .home .home-vid-gallery .slick-prev {
    left: calc(50% - 70px);
    bottom: -60px;
    top: auto;
  }
  .more-vids-wrap {
    margin-top: 80px;
  }
  .archive #primary,
  .single #primary,
  .search #primary,
  .blog #primary {
    padding: 10px;
  }
  .single .featured-img {
    height: 270px;
  }
}

@media screen and (min-width: 700px) {
  .page-id-2271 .featured-img {
    left: auto;
  }
}

@media screen and (max-width: 700px) {
  .panel {
    width: 96%;
    height: 310px;
  }
  #top-phone p a span,
  #top-phone p a > span:last-of-type {
    font-size: 15px;
  }
  #top-phone {
    width: 222px;
  }
  .cta-3 a {
    padding: 7px;
  }
  .cta-3 a span {
    padding: 7px 15px;
    font-size: 14px;
  }

  .cta-3 a.read-more span::before {
    width: 12px;
    height: 12px;
    margin-right: 7px;
  }
  .uno .home-intro-text,
  .tres .home-intro-text,
  .slip .home-intro-text,
  .dos .home-intro-text,
  .att .home-intro-text,
  .cuat .home-intro-text,
  .home-practices,
  .cinc .home-intro-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .page .featured-img {
        top: calc(100% - 50px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0;
    max-width: 350px;
    height: 390px;
  }
	
	  .page-id-2271 .featured-img {
    top: 200px;
  }
  .firstet-inner {
    padding: 40px 30px 70px;
    min-height: 270px;
  }
  .entry-text.firstet.has-feat-img {
    margin-bottom: 300px;
  }
  .top-page-title,
  .entry-content h2,
  .entry-content h3 {
    text-align: center;
  }
  .cta-footer {
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .cta-footer-wrap {
    padding: 20px 0 40px;
  }
  .cta-footer h3,
  .cta-h3 {
    text-align: center;
    margin: 0 auto 20px;
    padding: 0;
  }
  .cta-footer::before {
    margin: 0 auto 10px;
  }
  #main-bg {
    min-height: 240px;
  }
  .page-id-1668 .entry-text.firstet,
  .page-id-1321 .entry-text.firstet {
    margin-bottom: 0px;
  }
  .page-id-1668 .vid-page {
    width: 96%;
  }
  .page-id-1668 .firstet-inner,
  .page-id-1321 .firstet-inner {
    padding-bottom: 40px;
  }
  .page:not(.home) #primary h2,
  .single #primary h2,
  .page #primary h3,
  .single #primary h3 {
    font-size: 27px;
  }
  #secondary .cta-logo p {
    font-size: 26px;
  }
  .att .home-intro-text p,
  .home .test p.test-content {
    font-size: 18px;
  }
  .read-more,
  .nav-previous a,
  .nav-next a {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  #top-phone p a {
    position: relative;
  }
  #top-phone p a::before {
    content: "\f095";
    font-family: "fontawesome";
    font-size: 28px;
  }
  #top-phone p a span {
    display: none;
  }
  #top-phone {
    width: auto;
  }
  #hero-details {
    max-width: 280px;
  }
  .att .read-more.grad.wht,
  .test .home-intro-pic .read-more {
    height: 70px;
  }
  .home-intro-wrap.tres {
    margin-top: -100px;
  }
  .home-intro-panels {
    padding-bottom: 30px;
  }
  .home #test-wrap {
    width: 100%;
  }
  .home #test-box .slick-prev,
  .home #test-box .slick-next {
    bottom: -30px;
  }
  .test .home-intro-pic {
    width: 96%;
    background-position: center;
    position: relative;
    overflow: visible;
    margin-bottom: 70px;
  }
  .test .home-intro-pic .read-more {
    width: 100%;
    max-width: none;
    top: 100%;
    bottom: auto;
    z-index: 2;
  }
  .cuat,
  .cinc {
    padding-left: 0;
    padding-right: 0;
  }
  .contact-form-wrap {
    padding: 20px;
  }
  .firstet-inner {
    padding: 30px 20px 70px;
  }
  .contact-form-wrap #gform_fields_1 > #field_1_1,
  .contact-form-wrap #gform_fields_1 > #field_1_2 {
    width: 100%;
  }
  .page-id-1321 .test-page {
    margin-right: 0;
  }
  .att,
  .test,
  .blogs-n-news,
  .cinc {
    background-image: none;
  }
  .home-pa-wrap li,
  .bus .home-pa-wrap li {
    width: 100%;
  }
  .cuat .home-intro-text {
    padding-bottom: 0;
  }
  .home .cta-1 span {
    font-size: 36px;
    padding: 7px 0;
  }
  #colophon h3,
  #colophon .contact-box h3 {
    font-size: 30px;
  }
  .top-page-title {
    font-size: 28px;
  }
  .att .home-intro-text h2,
  .home-intro-h1 h1,
  .blog-heading h3 {
    font-size: 25px;
  }
  .cuat .home-intro-text h2,
  .home #test-wrap h2,
  .home .dos h2,
  .cta-footer h3,
  .cinc .home-intro-text h2,
  .cta-footer h3,
  .cta-h3,
  .page #primary h3,
  .single #primary h3 {
    font-size: 23px;
  }
  .blog-footer-title {
    font-size: 22px;
  }
  .home .test p.text-author {
    font-size: 20px;
    text-align: right;
  }
  .home-practices p > span {
    font-size: 18px;
  }
  .att .home-intro-text p,
  .home .test p.test-content {
    font-size: 16px;
    text-align: center;
  }
  .recent-blogs-wrap ul li > p {
    font-size: 15px;
  }
  .read-more,
  .nav-previous a,
  .nav-next a {
    font-size: 14px;
  }
}

@media screen and (max-width: 460px) {
  .home .cta-1 {
    width: 100%;
    text-align: left;
    opacity: 0;
    -webkit-animation: 2.5s 0.5s zoomin forwards;
    animation: 2.5s 0.5s zoomin forwards;
  }
  #hero-details {
    margin: 0 auto 0 30px;
  }
  #hero-plax {
    height: 270px;
    margin-bottom: 180px;
  }
  .cta-3 a {
    width: 100%;
    height: 80px;
  }
  .cta-3 {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dos .home-intro-pic,
  .att .home-intro-pic,
  .page .featured-img {
    width: 310px;
    height: 400px;
  }
  .uno .home-intro-text,
  .tres .home-intro-text,
  .slip .home-intro-text,
  .dos .home-intro-text,
  .att .home-intro-text,
  .cuat .home-intro-text,
  .home-practices,
  .cinc .home-intro-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .secondet {
    padding: 50px 20px;
  }
  .contact-box > div {
    padding-left: 0;
  }
  #top-bar {
    padding-right: 0;
  }
  #top-phone p a {
    padding: 5px 9px;
  }
  .test .home-intro-pic {
    height: 240px;
  }
  #top-phone p a::before,
  .page:not(.home) #primary h2,
  .single #primary h2,
  .page #primary h3,
  .single #primary h3 {
    font-size: 24px;
  }
  .blog-footer-title {
    font-size: 20px;
  }
  .blog-footer-content a.read-more.read-arrow {
    font-size: 15px;
  }
  .nav-previous a,
  .nav-next a {
    width: 150px;
  }
  .home .cta-1 span {
    font-size: 32px;
  }
  .home .cta-1 {
    font-size: 15px;
  }
  #hero-details {
    max-width: 250px;
    margin-left: 20px;
  }
}

#secondary #featured-vid {
  display: none;
}

#secondary {
  padding-top: 0;
  max-width: 800px;
}

#gform_confirmation_message_1 {
  color: #fff !important;
}

@media screen and (max-width: 700px) {
  .main-flex-wrap {
    margin-top: 69px;
  }
}

.fs-1 {
  --min-px: 18px;
  --min: 18;
  --max: 19;
  font-size: calc(
    var(--min-px) + (var(--max) - var(--min)) * ((100vw - 420px) / (1920 - 360))
  );
}

.fs-2 {
  --min-px: 20px;
  --min: 20;
  --max: 26;
  font-size: calc(
    var(--min-px) + (var(--max) - var(--min)) * ((100vw - 420px) / (1920 - 360))
  );
}

.fs-3 {
  --min-px: 20px;
  --min: 20;
  --max: 36;
  font-size: calc(
    var(--min-px) + (var(--max) - var(--min)) * ((100vw - 420px) / (1920 - 360))
  );
}

.fs-4 {
  --min-px: 32px;
  --min: 32;
  --max: 42;
  font-size: calc(
    var(--min-px) + (var(--max) - var(--min)) * ((100vw - 420px) / (1920 - 360))
  );
}

.fs-5 {
  --min-px: 32px;
  --min: 32;
  --max: 55;
  font-size: calc(
    var(--min-px) + (var(--max) - var(--min)) * ((100vw - 420px) / (1920 - 360))
  );
}
.fs-6 {
  --min-px: 36px;
  --min: 36;
  --max: 66;
  font-size: calc(
    var(--min-px) + (var(--max) - var(--min)) * ((100vw - 420px) / (1920 - 360))
  );
}

.fs-7 {
  --min-px: 42px;
  --min: 42;
  --max: 74;
  font-size: calc(
    var(--min-px) + (var(--max) - var(--min)) * ((100vw - 420px) / (1920 - 360))
  );
}

@media screen and (min-width: 1920px) {
  .fs-1 {
    font-size: 19px;
  }

  .fs-2 {
    font-size: 26px;
  }

  .fs-3 {
    font-size: 36px;
  }

  .fs-4 {
    font-size: 42px;
  }

  .fs-5 {
    font-size: 55px;
  }
  .fs-6 {
    font-size: 66px;
  }
  .fs-7 {
    font-size: 74px;
  }
}

.fw-reg {
  font-weight: 400;
}

.fw-med {
  font-weight: 500;
}

.fw-bold {
  font-weight: 700;
}

/* General grid buttons styles */

.grid-2,
.grid-3,
.grid-4 {
  --gap: 18px;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  list-style: none;
}

.grid-2 > *,
.grid-3 > *,
.grid-4 > * {
  width: 100%;
  margin: var(--gap) 0 0;
}

.pa-btn-drk a {
  display: block;
  text-decoration: none;
  padding: var(--gap) 0;
  border: 2px solid var(--blue);
  color: var(--blue);
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
}
.pa-btn-light a {
  display: block;
  text-decoration: none;
  padding: var(--gap) 0;
  border: 2px solid var(--gold);

  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  color: #fff;
}
.pa-btn-drk a:hover {
  cursor: pointer;
  color: var(--gold);
  background: var(--blue);
}

.pa-btn-light a:hover {
  cursor: pointer;
  color: var(--blue);
  background: var(--gold);
}

.grid-wrapper {
  margin: 0 auto;
  max-width: 680px;
}

@media screen and (min-width: 720px) {
  .grid-2,
  .grid-3,
  .grid-4 {
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: calc(-1 * var(--gap)) 0 0 calc(-1 * var(--gap));
    width: calc(100% + var(--gap));
  }

  .grid-2 > *,
  .grid-3 > *,
  .grid-4 > * {
    width: calc(50% - var(--gap));
    margin: var(--gap) 0 0 var(--gap);
  }

  .grid-2 > * {
    width: calc(50% - var(--gap));
  }

  .grid-4 > * {
    width: calc(50% - var(--gap));
  }
}

@media screen and (min-width: 960px) {
  .grid-wrapper {
    margin: 0 auto;
    max-width: 1350px;
  }

  .grid-3 > * {
    width: calc(33% - var(--gap));
  }

  .grid-4 > * {
    width: calc(25% - var(--gap));
  }
}
/* END of General grid buttons styles */
/* General structure container styles */

section,
.no-padding .left,
.no-padding .right {
  position: relative;
  padding: 50px 6.4%;
}

#secondary section {
  padding: 0;
}

.inner-container,
.inner-container-col {
  position: relative;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.left,
.right {
  position: relative;
  width: 100%;
}

.left {
  padding-right: 0;
}

.right {
  padding-left: 0;
  padding-top: 30px;
}

@media screen and (min-width: 960px) {
  .inner-container,
  .inner-container-col {
    max-width: 1350px;
  }
  .inner-container {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .left,
  .right {
    width: 50%;
  }
  .left {
    padding-right: 25px;
  }
  .right {
    padding-left: 25px;
    padding-top: 0;
  }
}

@media screen and (min-width: 1210px) {
  section,
  .no-padding .left,
  .no-padding .right {
    padding: 100px 6.4%;
  }
}

.no-padding {
  padding: 0;
}

/* End of general container styles */

.centered-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.centered-wrapper h2 {
  text-align: center;
  text-transform: uppercase;
}
.centered-wrapper h2 span {
  font-weight: 200;
}
.per-in h2 {
  text-transform: uppercase;
  color: var(--gold);
}
.per-in h2 span {
  font-weight: 200;
  color: #fff;
}

.per-in {
  background: url("/wp-content/uploads/2022/06/section-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.bar-gold {
  margin: 20px auto;
  display: block;
  width: 100%;
  max-width: 250px;
  height: 2px;
  border-top: 3px solid var(--gold);
}

@media screen and (min-width: 960px) {
  .lit-ser {
    padding: 50px 6.4%;
  }
}

@media screen and (min-width: 1210px) {
  .lit-ser .left img {
    margin-top: -100px;
  }
  .bar-gold {
    margin: 20px 0;
  }
}

a.btn,
a.btn:visited {
  display: block;
  padding: 16px 50px;
  font-weight: 500;
  background: var(--gold);
  color: var(--blue);
  text-decoration: none;
  text-align: center;
  width: fit-content;
  max-width: 280px;
}

a.btn:hover {
  background: var(--blue);
  color: var(--gold);
}

@media screen and (max-width: 1210px) {
  .blog-heading {
    -webkit-align-items: center;
    align-items: center;
  }
}

@media screen and (max-width: 720px) {
  .dos .home-intro-text strong {
    font-size: 32px;
  }
  .home .dos h2 {
    font-size: 20px;
  }

  .home-intro-wrap.dos,
  .home-intro-wrap.tres,
  .per-in {
    background: url("/wp-content/uploads/2022/06/mobile-bg-1.webp") no-repeat;
    background-position: center;
    background-size: cover;
  }
}

.main-navigation .sub-menu a:hover {
  margin-left: 10px;
}

.main-navigation .current-menu-item > a,
.main-navigation .current_page_parent > a {
  text-decoration: underline var(--gold);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
}
