@font-face {
  font-family: "alegreya";
  src: url("/assets/fonts/Alegreya-Regular.ttf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "alegreya";
  src: url("/assets/fonts/Alegreya-Italic.ttf") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "alegreya";
  src: url("/assets/fonts/Alegreya-SemiBold.ttf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: "alegreya";
  src: url("/assets/fonts/Alegreya-SemiBoldItalic.ttf") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: "alegreya";
  src: url("/assets/fonts/Alegreya-Bold.ttf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "alegreya";
  src: url("/assets/fonts/Alegreya-BoldItalic.ttf") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "alegreya";
  src: url("/assets/fonts/Alegreya-SemiBoldItalic.ttf") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: "noto-sans";
  src: url("/assets/fonts/NotoSans-Regular.ttf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "noto-sans";
  src: url("/assets/fonts/NotoSans-Italic.ttf") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "noto-sans";
  src: url("/assets/fonts/NotoSans-SemiBold.ttf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: "noto-sans";
  src: url("/assets/fonts/NotoSans-SemiBoldItalic.ttf") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 600;
  font-stretch: normal;
}

@font-face {
  font-family: "noto-sans";
  src: url("/assets/fonts/NotoSans-Bold.ttf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "noto-sans";
  src: url("/assets/fonts/NotoSans-BoldItalic.ttf") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 700;
  font-stretch: normal;
}

@font-face {
  font-family: "tinos";
  src: url("/assets/fonts/Tinos-Regular.ttf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "tinos";
  src: url("/assets/fonts/Tinos-Italic.ttf") format("opentype");
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}

@font-face {
  font-family: "tinos";
  src: url("/assets/fonts/Tinos-Bold.ttf") format("opentype");
  font-display: auto;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
}

:root {
  --text-color: #454545;
  --gold: #ffce44;
  --gold-dark: #cfa214;
  --gold-transparent: #cfa21436;
  --gold-black: #7d630d;
  --dark-green: #16252c;
  --light-green: #b8b9a44d;
  --light-green-hover: #b8b9a4ad;
  --petrol: #1f3b47;
  --green-medium: #6f7879;
}

body {
  font-family: "noto-sans";
  color: var(--text-color);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "tinos";
  color: #454545;
}

p,
li {
  color: var(--text-color);
}

.logo {
  margin-top: 26px;
}

.footer-logo {
  margin-top: 4px;
}

.footer-area,
.sticky,
.header-top,
#preloader:before,
#preloader:after {
  background-color: var(--dark-green);
}

.service-area:before {
  background-color: #1f3b47;
}

.service-area .service-wrapper {
  display: flex;
}

.service-area .service-icon {
  flex: 1 1 25%;
  border: none;
  padding: 0 !important;
}

.service-area .service-text {
  flex: 1 1 75%;
}

.practice-area:before {
  background-color: #6f7879;
}

.practice-area .service-item {
  background-color: #828983;
}

.header-contact li i {
  display: inline-block;
  font-size: 18px;
}

.header-contact li i.fa-phone,
.header-contact li i.fa-clock {
  top: -1px;
}

.breadcumb-wrap h1,
.breadcumb-wrap h2 {
  font-weight: 400;
}

.breadcumb-wrap h1 {
  font-size: 60px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #fff;
}

.main-menu nav ul li:hover > a,
.main-menu nav ul li.active > a,
.breadcumb-wrap ul li:last-child {
  color: var(--gold);
}

.breadcumb-wrap ul li a:hover {
  color: var(--gold-dark);
}

.slide {
  background: url("/assets/images/homepage.jpg") !important;
  background-position: center center !important;
  background-size: cover !important;
}

.video-overlay {
  display: block;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;

  background-image: url(https://libero.qodeinteractive.com/wp-content/uploads/2015/11/pattern.png);
  background-position: 0 0;
  background-repeat: repeat;
}

.back-to-top {
  border-radius: 50%;
  background-color: var(--petrol);
  transition: 0.5s background ease-in-out;
}

.back-to-top:hover {
  background-color: var(--gold-dark);
}

.btn-style-3 a:before {
  content: none;
}

.breadcumb-area {
  background-image: none;
  background-color: var(--dark-green);
  min-height: 350px;
}

.breadcumb-area:before {
  background: url(../images/breadcumb/bread.jpg) center center;
  background-size: cover;
  opacity: 0.12;
}

.header-top li i {
  color: var(--gold-dark);
}

.header-top li a {
  color: #fff;
}

.service-icon {
  padding: 32px 0 !important;
  width: 75px;
  border-bottom: 1px solid var(--gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-icon i {
  font-size: 45px;
  color: var(--gold-dark);
}

.service-icon:after {
  content: none !important;
}

.service-text span {
  color: var(--gold-dark);
}

.btn-style a {
  text-transform: none;
  background-color: transparent;
  color: #fff;
  border-color: var(--gold-dark);
}

.btn-style a:hover {
  color: #fff;
  background-color: var(--gold-dark);
}

.btn-style-2 a {
  text-transform: none;
  background-color: #fff;
  color: var(--petrol);
  border-color: var(--petrol);
}

.btn-style-2 a:hover {
  color: #fff;
  background-color: var(--petrol);
}

.header-top .btn-style a {
  border-color: var(--gold-dark);
}

.header-top .btn-style a:hover {
  background-color: var(--gold-dark);
}

.hyperlink {
  color: var(--gold-dark);
  border-bottom: 1px solid transparent;
  transition: all 0.2s ease-in-out;
}

.hyperlink:hover {
  border-color: var(--gold-black);
  color: var(--gold-black);
}

.hyperlink--inverted:hover {
  border-color: var(--gold);
  color: var(--gold);
}

.footer-disclaimer {
  font-size: 14px;
  color: #aaa;
}

.footer-bottom-content p {
  color: #999;
}

.Attorneys-content-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

:target::before {
  content: "";
  display: block;
  height: 120px;
  margin-top: -120px;
  visibility: hidden;
}

@media all and (max-width: 992px) {
  :target::before {
    content: "";
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
  }
}

.about-title .img-holder:before {
  background-color: var(--green-medium);
}

.title span {
  color: var(--green-medium);
}

.title h2:before {
  background-color: var(--green-medium);
}

.practice-section .active.hyperlink {
  color: var(--gold-dark);
}

.practice-section .active.hyperlink a {
  color: var(--gold-dark);
}

.practice-section .hyperlink:hover {
  border-color: #ddd !important;
}

.practice-section .hyperlink:hover a {
  color: var(--gold-black);
}

.practice-area.practice-area2 .service-item {
  height: 320px;
}

.practice-area.practice-area2 .service-text {
  padding-right: 50px;
  padding-left: 50px;
}

.section-title span {
  color: var(--gold-dark);
}

.section-title h2:before {
  background: var(--gold-dark);
}

.section-padding {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.importent-section--v2 {
  display: flex;
  gap: 20px;
  flex-direction: column;
}

.importent-section--v2 .importent-text {
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 20px;
}

.importent-section--v2 .importent-text p:last-of-type {
  margin: 0;
}

.importent-section--v2 .importent-text p {
  margin-bottom: 20px;
}

.importent-section--v3 {
  background-color: #f2f2f2;
  padding: 20px;
  margin-bottom: 20px;
}

.importent-section--v3 hr {
  margin: 20px 0 !important;
}

.importent-section--v3 .importent-text p:last-of-type {
  margin: 0;
}

.practice-details-area.case-stadies-details-area .post {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.practice-details-area.case-stadies-details-area .post:last-of-type {
  margin-bottom: 0;
  border: none;
}

.main-menu nav > ul > li > a {
  padding-right: 0 !important;
}

.blog-left-bar .tag-share {
  margin: 0;
  min-height: auto;
  border: none;
}

.blog-left-bar .tag-share .tag {
  padding: 0;
}

.blog-left-bar .tag-share .tag ul > li + li {
  margin-left: 0;
}

.blog-left-bar .tag-share .tag a {
  margin: 8px 4px;
  margin-left: 0;
  padding: 6px 12px;
  border-radius: 4px;

  border: 1px solid var(--petrol);
  color: var(--petrol);
  background: #fff;
}

.blog-left-bar .tag-share .tag a:hover {
  border: 1px solid var(--petrol);
  color: #fff;
  background: var(--petrol);
}

.divider--invisible {
  border: none;
  margin-bottom: 100px;
}

.vertical-divider {
  height: 120px;
  width: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  border-left: 1px solid #aaa;
}

#home .hero-style-1 .slide-caption h1,
.hero-style-2 .slide-caption h1 {
  font-size: 60px;
  font-weight: 400;
  color: white;
  line-height: 90px;
  margin: 33px 0;
}

#home .practice-area {
  background: var(--petrol);
}

#home .practice-area .service-item {
  min-height: 200px;
  border: 1px solid rgba(192, 181, 150, 0.4);
}

#home .practice-area .service-text h3 {
  color: #fff;
}

#home .practice-area .service-text p {
  line-height: 1.4em;
  color: #d2d2d2;
}

#home .section-title span {
  color: var(--gold);
}

#home .section-title h2:before {
  background: var(--gold);
}

#home .practice-area .section-title h2 {
  color: #fff;
}

#home .practice-area .service-text:before {
  top: 16px;
  height: 168px;
}

#contact .practice-area {
  background: url(../images/contact/map.png) no-repeat center center / cover;
  padding: 100px 0;
}

#contact .service-item {
  height: auto;
  margin: 0;
  background: #fff;
  box-shadow: 0 4px 4px #eee;
}

#contact .service-text {
  width: 100%;
}

#contact .service-icon .fa {
  font-size: 50px;
}

#contact .service-text a {
  color: inherit;
}

#privacy-policy hr,
#terms hr,
#about-us hr,
#practice-area hr,
#cases hr {
  margin-top: 20px;
  margin-bottom: 40px;
}

#cases .divider--invisible {
  margin-bottom: 100px;
}

#terms .blog-content-3 {
  padding: 20px 80px 20px 60px;
  background: none;
}

#terms .blog-content-3:before {
  background: #1f3b47;
}
#terms .blog-content-3:after {
  top: 0px;
  left: auto;
  right: 15px;
}

#about-us .Attorneys-item {
  height: 100%;
}

#about-us .Attorneys-img {
  height: calc(100% - 86px);
  background: url("/assets/images/about/headshot.jpg") no-repeat center
    calc(100% - -70px);
  background-size: cover;
}

#practice-areas .practice-area .service-text p {
  line-height: 1.4em;
}

#practice-area .practice-catagory-item {
  margin-top: 0;
}

#practice-area .practice-section-text {
  padding: 0;
}

#practice-area .practice-section-text hr {
  margin-bottom: 40px;
}

#practice-area .practice-section-text p,
#practice-area .practice-section-text ul {
  padding: 0;
  margin-bottom: 20px;
}

#practice-area .practice-section-text ul {
  list-style: disc;
  margin-left: 20px;
}

#cases .practice-area.practice-area2 {
  padding-top: 40px;
}

#cases blockquote {
  font-family: "noto-sans";
  margin: 0;
  margin-bottom: 1rem;
  padding: 0;
  font-style: italic;
  color: #777;
  background-color: #f2f2f2;
  background-color: #fff;
  font-size: 15px;
  text-align: justify;
}

#cases .timeline {
  border-left: 2px solid var(--gold-transparent);
}

#cases .case__date {
  margin-top: 16px;
  font-family: "noto-sans";
  font-size: 14px;
  color: var(--petrol);
}

#cases .case__title,
#cases .case__title * {
  color: var(--gold-dark);
}

#cases .case__title:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -9px;
  z-index: 100;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid var(--gold-dark);
  border-radius: 50%;
  background-color: #fff;
}

#cases .case__subtitle {
  margin-bottom: 8px;
  color: var(--petrol);
  font-family: "noto-sans";
  font-size: 18px;
  line-height: 1.4em;
}

#cases .case__keypoints {
  margin-left: 0px;
  margin-bottom: 16px;
  list-style: none;
  line-height: 1.6em;
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
  .header-top {
    padding: 12px 0;
  }

  .header-top .container {
    width: 100%;
    max-width: 100%;
  }

  .header-top li {
    font-size: 14px;
    padding: 0 10px;
  }

  .header-top li i {
    padding-right: 6px;
  }

  .header-area .d-lg-none {
    position: absolute;
    top: -6px;
    right: 0;
  }

  .slicknav_btn {
    margin: 0;
  }

  .slicknav_menu .slicknav_icon {
    float: none;
    margin-top: 0;
  }

  .header-area .logo {
    position: relative;
    z-index: 900;
    margin-top: 0;
  }

  #home .service-area.service-area3 .container .row {
    justify-content: center;
  }

  #home .practice-area.practice-area2 {
    padding-bottom: 40px;
  }

  #home .practice-area.practice-area2 .container .row {
    justify-content: center;
  }

  #home .img-holder {
    margin-left: auto;
    margin-right: auto;
  }

  #contact .practice-area.practice-area2 .container .row {
    justify-content: center;
  }

  #contact .service-item {
    margin-bottom: 32px;
  }

  #about-us .Attorneys-content-section h2 {
    font-size: 25px;
  }

  #practice-areas .container .row {
    justify-content: center;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .sticky {
    padding: 20px 0;
  }

  .breadcumb-area {
    min-height: 0;
  }

  .breadcumb-wrap {
    padding-top: 90px;
    padding-bottom: 30px;
  }

  .breadcumb-wrap h1,
  .breadcumb-wrap h2 {
    font-size: 32px;
  }

  .breadcumb-wrap ul li a {
    font-size: 14px;
  }

  .footer-logo {
    margin-bottom: 12px;
  }

  .footer-top {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .footer-top h3 {
    margin-bottom: 3px;
  }

  .footer-bottom-content {
    padding: 24px 0;
  }

  .footer-bottom-content p {
    margin: 6px;
  }

  .header-area .d-lg-none {
    position: absolute;
    top: -6px;
    right: 0;
  }

  .slicknav_btn {
    margin: 0;
  }

  .slicknav_menu .slicknav_icon {
    float: none;
    margin-top: 0;
  }

  .header-area .logo {
    position: relative;
    z-index: 900;
    margin-top: 0;
  }

  .header-top .header-contact {
    display: none !important;
  }

  .header-top .btn-style {
    margin: 10px 0;
  }

  .header-top a {
    margin: 0;
  }

  #home .hero-text {
    margin-top: 24px;
    text-align: center;
  }

  #home .hero h2 {
    margin-top: 36px;
    font-size: 50px;
    line-height: 1.1em;
    text-align: center;
  }

  #home .hero h2 .emphasize {
    display: inline-block;
    margin-bottom: 24px;
    margin-top: 12px;
    font-style: normal;
    font-size: 80px;
  }

  #home .hero .btns {
    margin-top: 36px;
  }

  #home .hero .btn-style {
    text-align: center;
  }

  #home .service-area {
    padding: 24px 0 10px 0;
  }

  #home .service-area .service-item {
    margin-bottom: 16px;
  }

  #home .service-area .service-icon {
    margin: 0;
  }

  #home .service-area .service-icon i {
    font-size: 24px;
  }

  #home .service-area .service-text {
    text-align: left;
    padding: 12px 24px;
  }

  #home .practice-area {
    padding-bottom: 36px;
  }

  #home .practice-area .service-item {
    height: auto;
    min-height: 0;
    margin-bottom: 16px;
  }

  #home .practice-area .service-item .row {
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0px 15px;
  }

  #home .practice-area .service-item .service-icon {
    flex: 0 0 25%;
    position: static;
    border: none;
    display: flex;
  }

  #home .practice-area .service-item .service-icon i {
    font-size: 36px;
  }

  #home .practice-area .service-item .service-text {
    flex: 0 0 75%;
    padding: 12px 24px 16px 0;
    text-align: left;
  }

  #contact .practice-area.practice-area2 {
    padding: 20px 0;
  }

  #contact .service-item {
    margin: 12px 0;
    padding: 16px 8px;
  }

  #contact .service-item .row {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
  }

  #contact .service-item .service-icon {
    flex: 0 0 25%;
    padding: 0 !important;
    border: none;
  }

  #contact .service-item .service-icon i {
    font-size: 28px;
  }

  #contact .service-item .service-text {
    flex: 0 0 75%;
    padding: 0;
    text-align: left;
  }

  #contact .service-item .service-text p {
    font-size: 16px;
  }

  #about-us .Attorneys-content-section {
    padding: 28px 0 !important;
  }

  #about-us #bio,
  #about-us #philosophy,
  #about-us #office {
    margin-bottom: 12px;
    font-size: 24px !important;
  }

  #about-us #bio {
    margin-bottom: 16px;
  }

  #about-us .exrienense-section {
    margin: 12px 0;
  }

  #about-us .Attorneys-img {
    height: 500px;
  }

  #about-us .Attorneys-info .info-outer .info li {
    font-size: 16px;
  }

  #about-us .Attorneys-content-section h2 {
    font-size: 20px;
  }

  #about-us .Attorneys-item {
    background: transparent;
  }

  #about-us .Attorneys-text {
    padding: 12px 0;
  }

  #about-us .Attorneys-content {
    padding: 12px 0;
  }

  #about-us .Attorneys-content h3 {
    font-size: 20px;
  }

  #practice-areas .practice-area {
    padding: 32px 0 !important;
  }

  #practice-areas .section-title h2 {
    margin: 0;
  }

  #practice-areas .section-title h2:before {
    content: none;
  }

  #practice-areas .section-title span {
    display: none;
  }

  #practice-areas .service-item {
    height: auto;
    margin: 12px 0;
    padding: 16px;
  }

  #practice-areas .service-item .row {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
  }

  #practice-areas .service-item .service-icon {
    flex: 0 0 25%;
    padding: 0 !important;
    border: none;
  }

  #practice-areas .service-item .service-icon i {
    font-size: 28px;
  }

  #practice-areas .service-item .service-text {
    flex: 0 0 75%;
    padding: 0;
    text-align: left;
  }

  #practice-areas .service-item .service-text p {
    font-size: 16px;
  }

  #practice-area .practice-details-area.case-stadies-details-area {
    padding-top: 28px !important;
  }

  #practice-area .related-cases {
    display: none;
  }

  #practice-area .case-stadies-details-area > .container > .row {
    flex-direction: column-reverse;
  }

  #practice-area .blog-left-bar .tag-share {
    padding-bottom: 16px;
  }

  #practice-area .practice-section-text li {
    line-height: 1.6em;
  }

  #privacy-policy hr,
  #terms hr,
  #about-us hr,
  #practice-area hr,
  #cases hr {
    margin-top: 20px !important;
    margin-bottom: 30px !important;
  }

  #terms .Attorneys-content-section,
  #privacy-policy .Attorneys-content-section,
  #disclaimer .Attorneys-content-section {
    padding: 28px 0;
  }

  #terms .disclaimer-section > h4,
  #privacy-policy .disclaimer-section > h4 {
    margin-bottom: 28px;
  }

  #cases .practice-area {
    padding: 28px 0 !important;
  }

  #cases .practice-area > .container {
    margin-bottom: 16px;
  }

  #cases .practice-area > .container > .row hr {
    display: none;
  }

  #cases .timeline {
    border: none;
  }

  #cases .case__title:before {
    content: none;
  }

  #cases .timeline > div {
    border: 1px solid #d2d2d2;
    padding: 16px;
  }

  #cases .divider--invisible {
    margin: 16px !important;
  }
}

@media (max-width: 500px) {
  #about-us .Attorneys-img {
    height: 350px;
  }
}
