/*------------------------------------------------------------------
* Project:        Lawberg - Lawyer & Legal Firm HTML Templates
* Author:         HtmlDesign Templates
* URL:            https://themeforest.net/user/htmldesigntemplates/portfolio
* Created:        07/10/2026
-------------------------------------------------------------------*/
/*

1.Default CSS
2.Header CSS
3.Banner CSS
4.Feature CSS
5.About CSS
6.Service CSS
7.Question CSS
8.Team CSS
9.Case CSS
10.Why Us CSS
11.Testimonial CSS
12.Appontment CSS
13.Footer CSS
14.Homepage 2 CSS
15.About Us CSS
16.Service Detail CSS
17.Attorney List CSS
18.Contact CSS
19.Coming Soon CSS
20.Error Page CSS
21.Product Detail CSS
22.Blog List CSS
23.Account CSS



*/
/*1. Tools & helpers*/
/*2. Base styles*/
/* Remove default margins and paddings */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Remove list styles */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove text decoration for links */
a {
  text-decoration: none;
  color: inherit;
}

/* Reset images and media */
img,
picture,
video,
canvas,
svg {
  display: inline-block;
  width: 100%;
}

/* Reset form elements */
button,
input,
select,
textarea {
  font: inherit;
  background: none;
  border: none;
  outline: none;
}

.slick-track {
  display: flex;
  align-items: center;
}

body {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 400;
  color: #777777;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  color: #17233E;
  text-transform: capitalize;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-weight: 600;
  line-height: 1.22;
}

h1, .h1 {
  font-size: 60px;
}
@media (max-width: 992px) {
  h1, .h1 {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  h1, .h1 {
    font-size: 38px;
  }
}

h2, .h2 {
  font-size: 42px;
}
@media (max-width: 992px) {
  h2, .h2 {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  h2, .h2 {
    font-size: 30px;
  }
}

h3, .h3 {
  font-size: 30px;
}
@media (max-width: 992px) {
  h3, .h3 {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 22px;
}
@media (max-width: 992px) {
  h4, .h4 {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  h4, .h4 {
    font-size: 18px;
  }
}

h5, .h5 {
  font-size: 20px;
}
@media (max-width: 992px) {
  h5, .h5 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  h5, .h5 {
    font-size: 16px;
  }
}

h6, .h6 {
  font-size: 18px;
}
@media (max-width: 992px) {
  h6, .h6 {
    font-size: 16px;
  }
}

a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: #B68C5A;
}

small, .small {
  font-size: 0.875rem;
}

.inter {
  font-family: "Inter", sans-serif;
}

.poppins {
  font-family: "Poppins", Arial, sans-serif;
}

.primary {
  color: #023A5B;
}

.secondary {
  color: #B68C5A;
}

.text {
  color: #777777;
}

.white {
  color: #ffffff;
}

.dark {
  color: #101010;
}

.dark-blue {
  color: #17233E;
}

.text-primary {
  color: #023A5B !important;
}

.bg-primary {
  background-color: #023A5B !important;
}

.bg-secondary {
  background-color: #B68C5A !important;
}

.bg-grey {
  background-color: #F7F6F3 !important;
}

.bg-accent {
  background-color: #01253A !important;
}

.bg-light {
  background-color: #F1F1F1 !important;
}

.bg-dark-blue {
  background-color: #17233E !important;
}

.bg-secondary-subtle {
  background-color: rgba(182, 140, 90, 0.3294117647) !important;
}

.border-bottom-dashed {
  border-bottom-style: dashed !important;
}

.border-top-dashed {
  border-top-style: dashed !important;
}

.border-dashed {
  border-style: dashed !important;
}

.border-right-dashed {
  border-right-style: dashed !important;
}

.border-primary {
  border-color: #023A5B !important;
}

.border-secondary {
  border-color: #B68C5A !important;
}

.border-light {
  border-color: rgba(119, 119, 119, 0.2705882353) !important;
}

.border-grey {
  border-color: #F1F1F1 !important;
}

.border-secondary-subtle {
  border-color: rgba(182, 140, 90, 0.3294117647) !important;
}

/* ---------------- PADDING ---------------- */
.p-6 {
  padding: 4rem !important;
}

.p-7 {
  padding: 5rem !important;
}

.p-8 {
  padding: 6rem !important;
}

.p-9 {
  padding: 7rem !important;
}

.p-10 {
  padding: 8rem !important;
}

/* Padding Top */
.pt-6, .py-6 {
  padding-top: 4rem !important;
}

.pt-7, .py-7 {
  padding-top: 5rem !important;
}

.pt-8, .py-8 {
  padding-top: 6rem !important;
}

.pt-9, .py-9 {
  padding-top: 7rem !important;
}

.pt-10, .py-10 {
  padding-top: 8rem !important;
}

/* Padding Bottom */
.pb-6, .py-6 {
  padding-bottom: 4rem !important;
}

.pb-7, .py-7 {
  padding-bottom: 5rem !important;
}

.pb-8, .py-8 {
  padding-bottom: 6rem !important;
}

.pb-9, .py-9 {
  padding-bottom: 7rem !important;
}

.pb-10, .py-10 {
  padding-bottom: 8rem !important;
}

/* Padding Start */
.ps-6, .px-6 {
  padding-left: 4rem !important;
}

.ps-7, .px-7 {
  padding-left: 5rem !important;
}

.ps-8, .px-8 {
  padding-left: 6rem !important;
}

.ps-9, .px-9 {
  padding-left: 7rem !important;
}

.ps-10, .px-10 {
  padding-left: 8rem !important;
}

/* Padding End */
.pe-6, .px-6 {
  padding-right: 4rem !important;
}

.pe-7, .px-7 {
  padding-right: 5rem !important;
}

.pe-8, .px-8 {
  padding-right: 6rem !important;
}

.pe-9, .px-9 {
  padding-right: 7rem !important;
}

.pe-10, .px-10 {
  padding-right: 8rem !important;
}

/* ---------------- MARGIN ---------------- */
.m-6 {
  margin: 4rem !important;
}

.m-7 {
  margin: 5rem !important;
}

.m-8 {
  margin: 6rem !important;
}

.m-9 {
  margin: 7rem !important;
}

.m-10 {
  margin: 8rem !important;
}

/* Margin Top */
.mt-6, .my-6 {
  margin-top: 4rem !important;
}

.mt-7, .my-7 {
  margin-top: 5rem !important;
}

.mt-8, .my-8 {
  margin-top: 6rem !important;
}

.mt-9, .my-9 {
  margin-top: 7rem !important;
}

.mt-10, .my-10 {
  margin-top: 8rem !important;
}

/* Margin Bottom */
.mb-6, .my-6 {
  margin-bottom: 4rem !important;
}

.mb-7, .my-7 {
  margin-bottom: 5rem !important;
}

.mb-8, .my-8 {
  margin-bottom: 6rem !important;
}

.mb-9, .my-9 {
  margin-bottom: 7rem !important;
}

.mb-10, .my-10 {
  margin-bottom: 8rem !important;
}

/* Margin Start */
.ms-6, .mx-6 {
  margin-left: 4rem !important;
}

.ms-7, .mx-7 {
  margin-left: 5rem !important;
}

.ms-8, .mx-8 {
  margin-left: 6rem !important;
}

.ms-9, .mx-9 {
  margin-left: 7rem !important;
}

.ms-10, .mx-10 {
  margin-left: 8rem !important;
}

/* Margin Start */
.me-6, .mx-6 {
  margin-right: 4rem !important;
}

.me-7, .mx-7 {
  margin-right: 5rem !important;
}

.me-8, .mx-8 {
  margin-right: 6rem !important;
}

.me-9, .mx-9 {
  margin-right: 7rem !important;
}

.me-10, .mx-10 {
  margin-right: 8rem !important;
}

section, .section-padding {
  padding: 100px 0;
}

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

/* Width */
.w-60 {
  width: 60% !important;
}

.w-30 {
  width: 30%;
}

.w-80 {
  width: 80%;
}

@media (min-width: 768px) {
  .w-md-auto {
    width: auto !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
}
@media (min-width: 996px) {
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-50 {
    width: 50% !important;
  }
}
/* Box shadow */
.shadow1 {
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
}

/* Slick Slide */
.slick-initialized .slick-slide {
  display: flex;
  justify-content: center;
}

/* Sticky Header */
.navbar-sticky-in {
  position: fixed !important; /* Fixes navbar at the top */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999 !important; /* Keeps it above other elements */
  background: #fff;
  box-shadow: 0px 1px 5px rgb(225, 225, 225);
}
.navbar-sticky-in .header-nav-inner {
  border: none !important;
}

.navbar-sticky-in .header-nav-inner {
  margin-top: 0;
}

/*Back-to-top button  */
#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 768px) {
  #back-to-top {
    bottom: 80px;
  }
}

#back-to-top a {
  width: 50px;
  height: 50px;
  transition: all ease-in-out 0.5s;
}

#back-to-top a:hover {
  background-color: #023A5B !important;
}

#back-to-top a:after {
  position: absolute;
  content: "\f062";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  top: 50%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

.accordion-button:focus {
  z-index: 1;
}

@keyframes button-ripple {
  70% {
    -webkit-box-shadow: 0 0 0 var(--glow-size, 15px) #ff0000;
    box-shadow: 0 0 0 var(--glow-size, 15px) #ff0000;
    opacity: 0;
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 #ff0000;
    box-shadow: 0 0 0 0 #ff0000;
    opacity: 0;
  }
}
.shadow {
  box-shadow: 0px 0px 15px 0px rgba(204, 204, 204, 0.4) !important;
}

input,
textarea,
select {
  background-color: #fff;
  border: 1px solid #F1F1F1;
  padding: 12px 20px;
  outline: none;
  border-radius: 5px;
  color: #777777;
  width: 100%;
}
input:focus,
textarea:focus,
select:focus {
  box-shadow: rgba(0, 0, 0, 0.098) 0px 0px 0px 0.9694px inset;
}
input::placeholder,
textarea::placeholder,
select::placeholder {
  color: rgba(119, 119, 119, 0.5647058824);
}

.btn-primary, .btn-secondary, .btn1 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  border-radius: 5px;
  padding: 14px 24px;
  font-size: 15px;
  color: #ffffff;
  background-color: #B68C5A;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  text-transform: capitalize;
}
.btn-primary:hover, .btn-secondary:hover, .btn1:hover {
  color: #ffffff;
  background-color: #023A5B;
}

.btn-secondary {
  color: #ffffff;
  background-color: transparent;
}
.btn-secondary:hover {
  color: #ffffff !important;
  background-color: #B68C5A !important;
}

.percentage-wrapper {
  height: 18px;
  width: 18px;
  top: -1px;
  right: 20px;
  font-size: 14px;
}

.progress-bar {
  animation: progressBar 3s ease-in-out;
  animation-fill-mode: both;
  -moz-animation: progressBar 3s ease-in-out;
  -moz-animation-fill-mode: both;
}

@keyframes progressBar {
  0% {
    width: 0;
  }
  100% {
    width: width;
  }
}
.divider-pattern {
  background: repeating-linear-gradient(-60deg, #D5D4D4, #D5D4D4 1px, transparent 1px, transparent 7px);
}

/* ========================================= */
/*            Homepage Page CSS             */
/* ======================================== */
/* Header Section */
header .header-right .phone-icon i {
  height: 43px;
  width: 43px;
  font-size: 21px;
  line-height: 43px;
}
header .header-nav-inner .navbar-nav .nav-link {
  color: #777777;
  padding: 20px 15px;
}
header .header-nav-inner .navbar-nav .nav-link:hover {
  color: #023A5B;
}
header .header-nav-inner .navbar-nav .nav-link.show, header .header-nav-inner .navbar-nav .nav-link.active {
  color: #B68C5A;
}
header .header-nav-inner .navbar-nav .nav-item.no-after::after {
  display: none;
}
header .header-nav-inner .navbar-nav .nav-item .dropdown-menu > li > a {
  font-size: 15px;
  padding: 13px 30px;
  background-color: #f9f9f9;
  color: #777777;
  border-bottom: 1px solid #F1F1F1;
}
header .header-nav-inner .navbar-nav .nav-item .dropdown-menu > li > a:hover, header .header-nav-inner .navbar-nav .nav-item .dropdown-menu > li > a.active {
  background-color: #023A5B;
  color: #ffffff;
}
@media (min-width: 1180px) {
  header .navbar-nav .dropdown-menu {
    position: absolute;
    top: auto;
    border-radius: 5px;
  }
  header .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
  }
  header .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease-in-out;
  }
  header .dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
  }
  header ul.dropdown-menu {
    max-height: 630px !important;
    overflow-y: auto !important;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  header .dropdown-item.active {
    background-color: #B68C5A;
  }
  header .dropdown-menu > li > a {
    border: none;
  }
}
@media (max-width: 1180px) {
  header div#slicknav-mobile, header .dropdown-toggle::after {
    display: block;
  }
  header .header-top, header .mt_search, header .slicknav_nav .slicknav_arrow, header .navbar-button, header .navbar-sticky-in, header #responsive-menu {
    display: none;
  }
  header .slicknav_menu {
    display: block;
  }
  header .nav-link {
    padding: 12px 36px !important;
    margin: 0 !important;
  }
  header .slicknav_btn {
    position: absolute;
    right: 70px;
  }
  header .slicknav_btn.slicknav_open:before, header .slicknav_btn.slicknav_collapsed:before {
    left: -100px;
    top: 28px;
    padding: 8px;
    position: absolute;
    color: #023A5B;
    font-family: "Font Awesome 5 Free";
    content: "\f0c9";
    font-weight: 900;
  }
  header .dropdown-menu {
    border-radius: 0 !important;
  }
  header .slicknav_btn.slicknav_open:before {
    color: #B68C5A;
  }
  header .slicknav_nav {
    top: 80px;
    left: 0;
    background-color: #F5F5F5;
    position: absolute;
    height: 280px;
    overflow: auto;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
    width: 91%;
    margin: auto;
  }
  header .slicknav_nav a:hover, header li.nav-item.dropdown.slicknav_parent.slicknav_open > a > a {
    background-color: #B68C5A !important;
    color: #fff;
  }
  header .slicknav_nav a, header .dropdown-menu > li > a {
    font-size: 16px;
    background-color: #F5F5F5;
    color: #33373d;
    text-transform: capitalize !important;
    border: none !important;
    font-weight: 400 !important;
  }
  header .dropdown-menu > li > a {
    padding-left: 50px !important;
    border-top: 1px solid #FBFBFB !important;
  }
  header .dropdown-toggle::after {
    display: none;
  }
  header .slicknav_nav .active, header .fa-angle-up:before {
    background-color: #B68C5A;
    color: #fff;
  }
  header .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }
  header .header-nav-inner {
    border: none !important;
  }
}
@media (max-width: 1100px) {
  header .slicknav_nav .slicknav_item a {
    pointer-events: none;
  }
  header .slicknav_btn.slicknav_open:before, header .slicknav_btn.slicknav_collapsed:before {
    left: -50px;
  }
}
@media (max-width: 996px) {
  header .slicknav_btn.slicknav_open:before, header .slicknav_btn.slicknav_collapsed:before {
    left: -50px;
  }
}
@media (max-width: 767px) {
  header header .header-nav .header-logo img {
    width: 160px;
  }
  header .banner .slide-inner {
    width: 100% !important;
  }
  header .slicknav_btn.slicknav_open:before, header .slicknav_btn.slicknav_collapsed:before {
    left: 10px;
  }
}

.banner {
  margin-top: -142px;
}
.banner .swiper {
  height: 880px;
}
.banner .swiper .swiper-pagination-vertical.swiper-pagination-bullets, .banner .swiper .swiper-vertical > .swiper-pagination-bullets {
  right: 60px;
}
.banner .swiper .swiper-pagination-bullet {
  height: 10px;
  width: 10px;
}
.banner .swiper .swiper-pagination-bullet {
  background-color: #f7b800;
}
.banner .swiper .banner-inner {
  height: 880px;
  padding: 240px 0 100px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner .swiper .banner-inner .overlay {
  background-color: rgba(2, 58, 91, 0.7607843137);
}
.banner .swiper .banner-inner .banner-content > * {
  opacity: 0;
}
.banner .swiper .banner-inner .banner-content > *:nth-child(1) {
  animation-delay: 1s;
}
.banner .swiper .banner-inner .banner-content > *:nth-child(2) {
  animation-delay: 2s;
}
.banner .swiper .banner-inner .banner-content > *:nth-child(3) {
  animation-delay: 2.5s;
}
.banner .swiper .banner-inner .banner-content > *:nth-child(4) {
  animation-delay: 3s;
}
.banner .swiper .banner-inner .animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.banner .swiper .banner-inner .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.banner .swiper .btn-primary {
  border: 2px solid #B68C5A;
}
.banner .swiper .btn-primary:hover {
  border-color: #fff;
}
.banner .swiper .btn-secondary {
  border: 2px solid #fff;
}
.banner .swiper .btn-secondary:hover {
  border-color: #B68C5A;
}

.feature {
  position: relative;
  margin-top: -100px;
}
.feature .feature-box {
  padding: 50px 30px;
  transition: all ease-in-out 0.3s;
}
.feature .feature-box:hover {
  background-color: #01253A !important;
  transition: all ease-in-out 0.3s;
}

.about .about-left .about-left-top {
  background-image: linear-gradient(90deg, #B68C5A 50%, rgba(182, 140, 90, 0) 0%);
}
.about .about-left .about-left-top .about-image {
  margin-bottom: -20px;
}
.about .about-left .about-left-top .about-play-icon {
  height: 80px;
  width: 80px;
  position: relative;
}
.about .about-left .about-left-top .about-play-icon img {
  height: 40px;
  width: 40px;
}
.about .about-left .about-left-top .about-play-icon::after, .about .about-left .about-left-top .about-play-icon::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ff0000;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #ff0000;
  box-shadow: 0 0 0 0 #ff0000;
  -webkit-animation: button-ripple 3s infinite;
  animation: button-ripple 3s infinite;
  opacity: 0.6;
}
.about .about-left .about-left-top .about-play-icon::before {
  animation-delay: 0.9s;
}
.about .about-left .about-left-bottom {
  margin-top: -80px;
}
.about .about-left .about-left-bottom .experience-icon {
  margin-top: -60px;
  height: 100px;
  width: 100px;
  position: absolute;
  top: 0;
}
.about .about-left .about-left-bottom .experience-icon img {
  height: 55px;
  width: 55px;
}

.service {
  background-image: url(../image/shape-1-e1748943541993.png);
  background-size: contain;
}
.service .service-box {
  padding: 40px 30px;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.service .service-box .service-icon {
  height: 60px;
  width: 60px;
  transition: all ease-in-out 0.3s;
}
.service .service-box:hover {
  background-color: #fff !important;
  border-color: #B68C5A !important;
  transition: all ease-in-out 0.3s;
}
.service .service-box:hover .service-icon {
  border-color: #B68C5A !important;
  transition: all ease-in-out 0.3s;
}

.question {
  background-image: url(../image/meeting-of-lawyers-2021-09-01-16-31-37-utc.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.question .overlay {
  background-color: #023A5B;
  opacity: 0.8;
}
.question .btn-primary:hover {
  background-color: #B68C5A !important;
  box-shadow: 0px 0px 0px 4px rgba(255, 255, 255, 0.1019607843);
}
.question .question-right {
  margin-bottom: -50px;
}

.social-link li a {
  width: 38px;
  height: 38px;
  line-height: 38px;
  transition: all 0.3s ease-in-out;
}
.social-link li a:hover {
  color: #fff;
  background-color: #023A5B !important;
  transition: all 0.3s ease-in-out;
}
.social-link li:nth-child(2) {
  animation-delay: 0.2s;
}
.social-link li:nth-child(3) {
  animation-delay: 0.3s;
}
.social-link li:nth-child(4) {
  animation-delay: 0.4s;
}
.social-link li {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInup;
  opacity: 0;
}

.team-box:hover .team-image::after {
  opacity: 0.8;
  transition: all 0.7s ease-in-out;
}
.team-box:hover .social-link li {
  animation-duration: 0.5s;
  animation-fill-mode: both;
  animation-name: fadeInDown;
}

.team-image::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  opacity: 0;
  transition: all 0.7s ease-in-out;
}
.team-image:hover .social-link li:nth-child(2) {
  animation-delay: 0.2s;
}
.team-image:hover .social-link li:nth-child(3) {
  animation-delay: 0.3s;
}
.team-image:hover .social-link li:nth-child(4) {
  animation-delay: 0.4s;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInup {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-50px);
  }
}
.case-study .case-study-title {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(../image/couple-signing-agreement-with-lawyer-2021-12-09-15-13-25-utc.JPG);
}
.case-study .case-study-title .overlay {
  background-color: #023A5B;
  opacity: 0.8;
}
.case-study .case-study-body {
  margin-top: -124px;
  position: relative;
}
.case-study .case-study-body .case-study-box .case-study-info {
  padding: 30px 20px;
  border-color: #F1F1F1 !important;
  margin-top: -50px;
}

.why-us {
  background-image: linear-gradient(180deg, rgba(2, 58, 91, 0) 40%, #023A5B 0%);
}
.why-us .overlay {
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 50% auto;
  opacity: 0.2;
  background-image: url(../image/shape-1-e1748943541993.png);
}
.why-us .why-us-left .why-us-image {
  margin-right: -150px;
}
@media (max-width: 996px) {
  .why-us .why-us-left .why-us-image {
    margin-right: 0px;
  }
}

.testimonial .overlay {
  background-image: url(../image/law-tes.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.testimonial .testimonial-body .testimonial-box {
  padding: 50px 30px;
  margin-bottom: 80px;
}

.appointment {
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(../image/young-confident-economist-or-lawyer-checking-docum-2022-02-09-20-33-56-utc.jpg);
}
.appointment .overlay {
  background-color: #023A5B;
  opacity: 0.8;
}

footer {
  background-image: url(../image/lawyer-is-providing-information-about-the-client-s-2022-10-06-05-58-38-utc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
footer .overlay {
  opacity: 0.9;
  background-color: #023A5B;
}
footer .footer-copyright {
  background-color: rgba(251, 251, 251, 0.0705882353);
}
footer .footer-copyright .footer-social-link li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(251, 251, 251, 0.2392156863);
  transition: all 0.3s ease-in-out;
}
footer .footer-copyright .footer-social-link li a:hover {
  color: #fff;
  background-color: #023A5B !important;
  transition: all 0.3s ease-in-out;
}

/* ========================================= */
/*             Homepage 2 Page CSS           */
/* ======================================== */
.banner2 {
  background-image: url(../image/medium-shot-man-working-as-lawyer.jpg);
  height: 840px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.banner2 .overlay {
  background-color: #023A5B;
  opacity: 0.5;
}
.banner2 .banner-inner {
  padding-top: 280px;
  margin-bottom: 90px !important;
}

.about1 .about-left {
  background-image: linear-gradient(90deg, #B68C5A 80%, rgba(182, 140, 90, 0) 0%);
}
.about1 .overlay {
  background-image: url(../image/shape-1-e1748943541993.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.1;
}
.about1 .about-play-icon {
  height: 80px;
  width: 80px;
  position: relative;
  margin-bottom: -40px;
}
.about1 .about-play-icon img {
  height: 40px;
  width: 40px;
}
.about1 .about-play-icon::after, .about1 .about-play-icon::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #ff0000;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 0 #ff0000;
  box-shadow: 0 0 0 0 #ff0000;
  -webkit-animation: button-ripple 3s infinite;
  animation: button-ripple 3s infinite;
  opacity: 0.6;
}
.about1 .about-play-icon::before {
  animation-delay: 0.9s;
}

.service1 .service-inner .service-body {
  padding: 0 200px;
}
.service1 .service-inner .service-body .service-box {
  padding: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.service1 .service-inner .service-body .service-box:hover {
  background-color: #B68C5A !important;
  transition: all 0.3s ease-in-out;
}

.case-study .case-study-body1 {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 19%, #17233E 0%);
}

.why-us1 {
  background-image: linear-gradient(180deg, #17233E 40%, #023A5B 0%);
}
.why-us1 .overlay {
  background-image: url(../image/shape-1-e1748943541993.png);
  background-position: bottom center;
  background-repeat: repeat-x;
  background-size: 50% auto;
  opacity: 0.2;
}
.why-us1 .why-us-qoute {
  margin-top: -170px;
}
.why-us1 .why-us-right {
  margin-left: -50px;
}
.why-us1 .why-us-right .overlay {
  background-color: #101010 !important;
  opacity: 0.3;
}

.team1 {
  background-image: linear-gradient(90deg, #023A5B 52%, #17233E 0%);
}

.testimonial1 {
  background-image: url(../image/medium-shot-man-working-as-lawyer.jpg);
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial1 .overlay {
  background-color: #17233E;
  opacity: 0.7;
}
.testimonial1 .slick-dots {
  bottom: -35px;
}
.testimonial1 .slick-dots li button:before {
  height: 10px;
  width: 10px;
}
.testimonial1 .slick-dots li.slick-active button:before {
  background-color: #B68C5A;
  border-color: #B68C5A;
}
.testimonial1 .testimonial-left {
  margin-bottom: 150px;
}

.contact-form {
  background-image: linear-gradient(90deg, #023A5B 17%, #17233E 0%);
}
.contact-form .contact-informations .overlay {
  background-color: #101010 !important;
  opacity: 0.5;
}
.contact-form .contact-form-left-top {
  padding-left: 100px;
}
.contact-form .contact-form-right {
  background-image: linear-gradient(90deg, rgba(2, 1, 1, 0) 50%, #B68C5A 0%);
}

.blog1 {
  background-image: linear-gradient(180deg, #17233E 0%, #023A5B 100%);
}

.index2 .navbar-sticky-in .header-nav-inner {
  background-color: #17233E !important;
}
.index2 .navbar-sticky-in .header-nav-inner .navbar-nav .nav-link {
  color: #fff;
}
.index2 .navbar-sticky-in .header-nav-inner .navbar-nav .nav-link:hover {
  color: #B68C5A;
}

.index2 .navbar-sticky-in {
  background-color: #17233E !important;
  box-shadow: 0px 1px 10px rgba(225, 225, 225, 0.5);
}

@media (max-width: 1200px) {
  .banner2 .banner-inner {
    padding-top: 250px;
    margin-bottom: 90px !important;
  }
  .service1 .service-inner .service-body {
    padding: 0 50px;
  }
  .contact-form .contact-form-left-top {
    padding-left: 0px;
  }
}
@media (max-width: 1180px) {
  .index2 header .slicknav_btn.slicknav_open:before, .index2 header .slicknav_btn.slicknav_collapsed:before {
    left: -100px;
  }
}
@media (max-width: 992px) {
  .banner2 .banner-inner {
    padding-top: 200px;
  }
  .banner2 .banner-feature-box {
    border-right: 0 !important;
  }
  .banner2 {
    height: 1000px;
  }
  .why-us1 .why-us-right {
    margin-left: 0px;
  }
  .index2 header .slicknav_btn.slicknav_open:before, .index2 header .slicknav_btn.slicknav_collapsed:before {
    left: -50px;
  }
}
@media (max-width: 767px) {
  .banner2 .banner-inner {
    padding-top: 250px;
  }
  .service1 .service-inner .service-body {
    padding: 0;
  }
  .index2 header .slicknav_btn.slicknav_open:before, .index2 header .slicknav_btn.slicknav_collapsed:before {
    left: 10px;
  }
}
/* ========================================= */
/*              About US Page CSS            */
/* ======================================== */
.breadcrumb1 {
  padding: 250px 0px 100px 0px;
  background-image: url(../image/couple-signing-agreement-with-lawyer-2021-12-09-15-13-25-utc.JPG);
  margin-top: -145px;
}
.breadcrumb1 .overlay {
  opacity: 0.8;
  background-color: #023A5B;
}

/* ========================================= */
/*           Service Detail Page CSS        */
/* ======================================== */
.help .help-icon i {
  height: 43px;
  width: 43px;
  font-size: 21px;
  line-height: 43px;
}

/* ========================================= */
/*           Attorneys List Page CSS        */
/* ======================================== */
.consulation .consulation-right {
  background-image: linear-gradient(-90deg, #023A5B 50%, rgba(242, 41, 91, 0) 0%);
}

/* ========================================= */
/*               Contact Page CSS            */
/* ======================================== */
.contact-form1 {
  background-image: url(../image/law-tes.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ========================================= */
/*            Coming Soon Page CSS          */
/* ======================================== */
.coming-soon {
  background-image: url(../image/meeting-of-lawyers-2021-09-01-16-31-37-utc.jpg);
  background-size: cover;
}
.coming-soon .overlay {
  opacity: 0.8;
}
.coming-soon .social-links li a i {
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.coming-soon .social-links li a i:hover {
  background-color: #B68C5A !important;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1400px) {
  .coming-soon .h1 {
    font-size: 90px;
  }
}
@media (max-width: 995px) and (orientation: landscape) {
  .coming-soon {
    height: 200vh !important;
  }
}
@media (max-width: 995px) {
  .coming-soon .coming-soon-inner {
    width: 100% !important;
  }
}

/* ========================================= */
/*               Error Page CSS             */
/* ======================================== */
.error {
  background-image: url(../image/shape-1-e1748943541993.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

/* ========================================= */
/*          Product Detail Page CSS         */
/* ======================================== */
.product-detail {
  background-image: url(../image/shape-1-e1748943541993.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}

.product-review-left .nav-tabs .nav-item button:hover {
  color: #777777;
}
.product-review-left .nav-tabs .nav-item.show .nav-link, .product-review-left .nav-tabs .nav-link.active {
  background-color: #fff !important;
  color: #023A5B !important;
}

/* ========================================= */
/*              Blog List Page CSS           */
/* ======================================== */
.author-socials li a i {
  height: 34px;
  width: 34px;
  line-height: 34px;
  font-size: 16px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.author-socials li a i:hover {
  background-color: #B68C5A !important;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}

/* ========================================= */
/*             Account page CSS             */
/* ======================================== */
.account {
  position: relative;
}
.account .btn-primary, .account .btn-secondary {
  padding: 9px 16px;
}
.account input, .account textarea, .account select {
  padding: 9px 16px;
  font-size: 15px;
}
.account .account-sidebar {
  position: sticky;
  top: 120px;
}
.account .account-sidebar .sidebar {
  min-height: 600px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
}
.account .account-sidebar .sidebar .nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 20px;
  font-weight: 400;
  cursor: pointer;
  border-left: 3px solid transparent;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-in-out;
}
.account .account-sidebar .sidebar .nav-item .nav-badge {
  margin-left: auto;
  background: #17233E;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  padding: 1px 6px;
  border-radius: 20px;
}
.account .account-sidebar .sidebar .nav-item:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.account .account-sidebar .sidebar .nav-item.active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-left-color: #B68C5A;
  font-weight: 500;
}
.account .account-main .account-topbar {
  border-bottom: 1px solid rgba(119, 119, 119, 0.2705882353);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.account .account-main .account-topbar .icon-btn {
  height: 32px;
  width: 32px;
  transition: all 0.2s ease-in-out;
  color: #023A5B;
}
.account .account-main .account-topbar .icon-btn:hover {
  background-color: #023A5B !important;
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.account .account-main .account-hero {
  background: 17233E;
  background: linear-gradient(90deg, rgb(23, 35, 62) 0%, #023A5B 90%);
}
.account .account-main .account-hero .btn-primary {
  color: #023A5B;
  padding: 9px 16px;
}
.account .account-main .account-hero .btn-primary:hover {
  color: #023A5B !important;
}
.account .account-main .stat-cards .stat-card-box .stat-card-icon i {
  height: 34px;
  width: 34px;
  line-height: 34px;
  font-size: 16px;
}
.account .account-main .todays-schedule .schedule-item .schedule-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  flex-shrink: 0;
}
.account .account-main .todays-schedule .schedule-item .schedule-line {
  width: 1.5px;
  flex: 1;
  background: #777777;
  opacity: 0.5;
  margin-top: 3px;
  min-height: 20px;
}
.account .account-main .field-note-box .note-tag {
  font-weight: 500;
  padding: 2px 8px;
  border-radius: 20px;
  font-size: 12px;
}

.offcanvas {
  width: 80% !important;
  overflow-y: scroll;
}
.offcanvas .sidebar {
  min-height: 500px;
  font-size: 15px;
  display: flex;
  flex-direction: column;
}
.offcanvas .sidebar .nav-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 20px;
  font-weight: 400;
  cursor: pointer;
  border-left: 3px solid transparent;
  color: rgba(255, 255, 255, 0.9);
  transition: all 0.2s ease-in-out;
}
.offcanvas .sidebar .nav-item .nav-badge {
  margin-left: auto;
  background: #17233E;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  padding: 1px 6px;
  border-radius: 20px;
}
.offcanvas .sidebar .nav-item:hover {
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  transition: all 0.2s ease-in-out;
}
.offcanvas .sidebar .nav-item.active {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-left-color: #B68C5A;
  font-weight: 500;
}

/*# sourceMappingURL=style.css.map */
