@import url("https://fonts.googleapis.com/css2?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");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Unna:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;400;500;600;700&display=swap");
@font-face {
  font-family: "TheSeasons";
  src: url("./assets/fonts/Fontspring-DEMO-theseasons-reg.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "TheSeasons";
  src: url("./assets/fonts/Fontspring-DEMO-theseasons-bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "TheSeasons";
  src: url("./assets/fonts/Fontspring-DEMO-theseasons-it.otf") format("opentype");
  font-weight: 400;
  font-style: italic;
}
*,
body,
figure {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

figure {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #000;
}

li {
  list-style-type: none;
}

button {
  cursor: pointer;
  border: none;
  background: none;
}

@media only screen and (max-width: 550px) {
  .container {
    width: 100%;
  }
}
#practice-areas .container .row .overview .overview-grid .overview-item__content .img img, #case-studies-detail .container .wrapper .detail .detail-img img, #nav .container .wrapper .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#contact .container .wrapper .form .contact-submit, #lists .container .more-cases .see-more-cases, #view-all-stories .view-all-stories-btn, #case-studies-detail .container .wrapper .contact .contact-btn {
  border: 1px solid #f5c00c;
  display: inline-block;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 140%;
  font-weight: 600;
  padding: 12px 40px;
}
#contact .container .wrapper .form .contact-submit:hover, #lists .container .more-cases .see-more-cases:hover, #view-all-stories .view-all-stories-btn:hover, #case-studies-detail .container .wrapper .contact .contact-btn:hover {
  background-color: #f5c00c;
  transition: 0.3s ease-in-out;
  color: #fff;
}

#lists .container, #case-studies-detail .container, #title .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 25px 20px;
}

#meet-team .wrapper__right a, #about .wrapper__left .description .our-history {
  position: relative;
  z-index: 1;
  display: inline-block;
  text-transform: uppercase;
  color: #000;
  font-family: "Hind", sans-serif;
  font-weight: 700;
  overflow: hidden;
  transition: color 0.4s;
  background: #bbbdc0;
  padding: 6px 30px;
  border-left: 4px solid #f5c00c;
}
#meet-team .wrapper__right a::before, #about .wrapper__left .description .our-history::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f5c00c;
  transition: left 0.4s ease;
}
#meet-team .wrapper__right a:hover::before, #about .wrapper__left .description .our-history:hover::before {
  left: 0;
}
#meet-team .wrapper__right a:hover, #about .wrapper__left .description .our-history:hover {
  color: black;
}

#about .wrapper__right__item {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#pdf-download .container .wrapper .print-pdf, #print-pdf .container .print-pdf {
  font-weight: 700;
  display: inline-flex;
  text-transform: uppercase;
  font-family: "Prompt", sans-serif;
  font-size: 12px;
  align-items: center;
  gap: 8px;
  color: grey;
  transition: 0.5s;
}
#pdf-download .container .wrapper .print-pdf:hover, #print-pdf .container .print-pdf:hover {
  color: #000;
}
#pdf-download .container .wrapper .print-pdf:hover i, #print-pdf .container .print-pdf:hover i {
  border: 2px solid #000;
}
#pdf-download .container .wrapper .print-pdf i, #print-pdf .container .print-pdf i {
  border: 2px solid grey;
  padding: 4px 5px;
  font-size: 14px;
}

#practice-areas .content-nav, #about .content-nav {
  background-image: url(../../assets/images/png/practice-areas-2.png);
  background-repeat: repeat;
  width: 43%;
  right: 0;
  top: -90px;
  position: absolute;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 50px 0 50px 95px;
  z-index: 9;
}
#practice-areas .content-nav h4, #about .content-nav h4 {
  font-weight: 700;
  margin-bottom: 28px;
  font-size: 26px;
  font-family: "Unna", sans-serif;
}
#practice-areas .content-nav ul, #about .content-nav ul {
  max-width: 565px;
}
#practice-areas .content-nav ul li, #about .content-nav ul li {
  margin-bottom: 10px;
}
#practice-areas .content-nav ul li a, #about .content-nav ul li a {
  background-color: #fff;
  display: flex;
  align-items: flex-start;
  padding: 17px 10px 13px 37px;
  font-size: 17px;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  width: 100%;
  position: relative;
  z-index: 1;
  transition: color 0.4s;
  overflow: hidden;
}
#practice-areas .content-nav ul li a::before, #about .content-nav ul li a::before {
  padding-top: 4px;
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #f5c00c;
  padding-right: 8px;
  flex-shrink: 0;
}
#practice-areas .content-nav ul li a::after, #about .content-nav ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f5c00c;
  transition: left 0.4s ease;
}
#practice-areas .content-nav ul li a:hover::after, #about .content-nav ul li a:hover::after {
  left: 0;
}
#practice-areas .content-nav ul li a:hover, #about .content-nav ul li a:hover {
  color: black;
}

@media only screen and (max-width: 1024px) {
  #practice-areas .content-nav, #about .content-nav {
    position: unset;
    width: 100%;
    padding: 40px 20px;
  }
  #practice-areas .content-nav ul, #about .content-nav ul {
    max-width: 100%;
  }
  #pdf-download .container .wrapper .print-pdf, #print-pdf .container .print-pdf {
    display: none;
  }
}
@media only screen and (max-width: 550px) {
  #practice-areas .content-nav ul li a::after, #about .content-nav ul li a::after {
    transition: left 0.1s ease;
  }
}
.search-item {
  background-color: #0e3e43;
  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  position: relative;
}
.search-item .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px 20px 25px 20px;
}
.search-item .container .search-close {
  display: flex;
  right: 17.5%;
  justify-content: flex-end;
  margin-bottom: 5px;
}
.search-item .container .search-close button i {
  color: #fff;
  font-size: 30px;
}
.search-item .container form {
  position: relative;
}
.search-item .container form #search {
  outline: none;
  background: none;
  color: #fff;
  font-size: 20px;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-bottom: 10px;
  padding-right: 25px;
}
.search-item .container form #search::-moz-placeholder {
  color: #fff;
}
.search-item .container form #search::placeholder {
  color: #fff;
}
.search-item .container form i {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 20px;
  bottom: 15px;
}

.search-active {
  opacity: 1;
  height: 130px;
  visibility: visible;
  transition: 0.3s ease-in-out;
}

#nav {
  border-bottom: 2px solid #0E3E43;
}
#nav .container {
  max-width: 1280px;
  margin: 0 auto;
  font-family: "Montserrat", sans-serif !important;
  padding: 19px 20px;
}
#nav .container .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#nav .container .wrapper .logo {
  height: 66px;
  width: 220px;
}
#nav .container .wrapper .nav-menu ul {
  display: flex;
  gap: 50px;
}
#nav .container .wrapper .nav-menu ul li {
  position: relative;
}
#nav .container .wrapper .nav-menu ul li a {
  font-size: 17px;
  position: relative;
  text-decoration: none;
}
#nav .container .wrapper .nav-menu ul li a i {
  font-size: 13px;
  margin-left: 5px;
  transition: transform 0.3s ease-in-out;
}
#nav .container .wrapper .nav-menu ul li .submenu {
  position: absolute;
  background-color: #0E3E43;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  gap: 0;
  top: 66px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  width: -moz-max-content;
  width: max-content;
  transition: all 0.5s ease-in-out;
}
#nav .container .wrapper .nav-menu ul li .submenu li {
  margin-bottom: 5px;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
}
#nav .container .wrapper .nav-menu ul li .submenu li:last-child {
  border-bottom: none;
}
#nav .container .wrapper .nav-menu ul li .submenu li a {
  padding: 10px 0;
  font-size: 14px;
  display: block;
  line-height: 1.4;
  color: #fff;
}
#nav .container .wrapper .nav-menu ul li .submenu li a:hover i {
  transition: 0.5s;
  transform: rotate(360deg);
}
#nav .container .wrapper .nav-menu ul li .submenu li a i {
  transition: 0.5s;
  font-size: 12px;
  margin-left: 10px;
  transform: rotate(320deg);
}
#nav .container .wrapper .nav-menu ul li .submenu-fullwidth {
  position: fixed;
  top: 106px;
  left: 0;
  width: 100vw;
  transform: none;
  background-color: #0E3E43;
  z-index: 9999;
  text-align: left;
  box-sizing: border-box;
  padding: 0 20px !important;
}
#nav .container .wrapper .nav-menu ul li .submenu-fullwidth li {
  margin-bottom: 0;
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.3);
}
#nav .container .wrapper .nav-menu ul li .submenu-fullwidth li:last-child {
  border-bottom: 0;
}
#nav .container .wrapper .nav-menu ul li .submenu-fullwidth li a {
  display: inline-block !important;
  padding: 15px 0;
}
#nav .container .wrapper .nav-menu ul li:hover > a {
  color: #0E3E43;
}
#nav .container .wrapper .nav-menu ul li:hover > a .fa-caret-down {
  transform: rotate(180deg);
}
#nav .container .wrapper .nav-menu ul li:hover .submenu {
  padding: 0 15px;
  max-height: 400px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}
#nav .container .wrapper .nav-menu ul li:hover .submenu-fullwidth {
  max-height: 800px !important;
}
#nav .container .wrapper .nav-menu ul li a:hover {
  color: #0E3E43;
}
#nav .container .wrapper .nav-menu ul li button {
  height: 100%;
}
#nav .container .wrapper .nav-menu ul li #search-btn img {
  transition: transform 0.3s ease;
}
#nav .container .wrapper .nav-menu ul li #search-btn img:hover {
  transform: scale(1.2);
}
#nav .container .wrapper .contact-langs {
  display: flex;
  align-items: center;
  gap: 40px;
}
#nav .container .wrapper .contact-langs .contact {
  display: flex;
  gap: 2px;
  flex-direction: column;
  align-items: flex-end;
}
#nav .container .wrapper .contact-langs .contact a {
  font-weight: 400;
  display: block;
  font-size: 18px;
}
#nav .container .wrapper .contact-langs .langs ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#nav .container .wrapper .contact-langs .langs ul li button {
  font-weight: 500;
  font-size: 16px;
  position: relative;
  padding-left: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
  overflow: hidden;
}
#nav .container .wrapper .contact-langs .langs ul li button::before, #nav .container .wrapper .contact-langs .langs ul li button::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #f5c00c;
  transition: height 0.3s ease-in-out;
}
#nav .container .wrapper .contact-langs .langs ul li button::before {
  top: 0;
  left: 0;
}
#nav .container .wrapper .contact-langs .langs ul li button::after {
  bottom: 0;
  left: 0;
}
#nav .container .wrapper .contact-langs .langs ul li button span::before,
#nav .container .wrapper .contact-langs .langs ul li button span::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 0;
  background-color: #f5c00c;
  transition: height 0.3s ease-in-out;
}
#nav .container .wrapper .contact-langs .langs ul li button:hover {
  color: #f5c00c;
  transition: color 0.2s ease-in-out;
}
#nav .container .wrapper .contact-langs .langs ul li button:hover::before, #nav .container .wrapper .contact-langs .langs ul li button:hover::after {
  height: 50%;
}
#nav .container .wrapper .contact-langs .langs ul li .active-lang {
  color: #f5c00c;
}
#nav .container .wrapper .contact-langs .langs ul li .active-lang::before, #nav .container .wrapper .contact-langs .langs ul li .active-lang::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 50%;
  background-color: #f5c00c;
  transition: height 0.3s ease-in-out;
}
#nav .container .wrapper .burger-menu {
  display: none;
}
#nav .container .wrapper .burger-menu #hamburger-btn {
  border: 4px solid #0E3E43;
  padding: 14px;
  display: flex;
  align-items: center;
}
#nav .container .wrapper .burger-menu #hamburger-btn .hamburger-box {
  width: 30px;
}
#nav .container .wrapper .burger-menu #hamburger-btn .hamburger-box .hamburger-inner {
  width: 30px;
  background-color: #0E3E43;
}
#nav .container .wrapper .burger-menu #hamburger-btn .hamburger-box .hamburger-inner::before {
  width: 30px;
  background-color: #0E3E43;
}
#nav .container .wrapper .burger-menu #hamburger-btn .hamburger-box .hamburger-inner::after {
  width: 30px;
  background-color: #0E3E43;
}
#nav .container .wrapper .burger-menu #search-btn-res {
  border: 3px solid #0E3E43;
  display: flex;
  width: 45px;
  height: 42px;
  justify-content: center;
  align-items: center;
}
#nav .container .wrapper .burger-menu #search-btn-res i {
  color: #0E3E43;
  font-size: 18px;
}
#nav .container .wrapper .burger-menu .langs {
  display: none;
  position: relative;
  margin-left: 10px;
}
#nav .container .wrapper .burger-menu .langs button {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
}
#nav .container .wrapper .burger-menu .langs button span {
  font-size: 14px;
}
#nav .container .wrapper .burger-menu .langs button img {
  width: 20px;
  height: 20px;
}
#nav .container .wrapper .burger-menu .langs .lang-btn {
  width: 45px;
  height: 42px;
  padding: 8px 4px;
  justify-content: center;
  border: 3px solid #0E3E43;
  color: #0E3E43;
  font-weight: 600;
}
#nav .container .wrapper .burger-menu .langs .lang-item {
  padding: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border: 1px solid #a3a3a3;
  position: absolute;
  z-index: 9999;
  background-color: #fff;
  width: 55px;
  left: -5px;
  top: 48px;
  display: none;
}
#nav .container .wrapper .burger-menu .langs .lang-item.active {
  display: flex;
}
#nav .responsive-search {
  display: none;
  background-color: #0e3e43;
  opacity: 0;
  height: 0;
  visibility: hidden;
  transition: 0.3s ease-in-out;
  position: relative;
}
#nav .responsive-search .container {
  max-width: 1280px;
  margin: 0 auto;
  height: 100%;
  padding: 20px 20px 25px 20px;
}
#nav .responsive-search .container .search-close {
  display: flex;
  right: 17.5%;
  justify-content: flex-end;
  margin-bottom: 5px;
}
#nav .responsive-search .container .search-close button i {
  color: #fff;
  font-size: 30px;
}
#nav .responsive-search .container form {
  position: relative;
}
#nav .responsive-search .container form #search {
  outline: none;
  background: none;
  color: #fff;
  font-size: 20px;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-bottom: 10px;
  padding-right: 25px;
}
#nav .responsive-search .container form #search::-moz-placeholder {
  color: #fff;
}
#nav .responsive-search .container form #search::placeholder {
  color: #fff;
}
#nav .responsive-search .container form i {
  position: absolute;
  right: 0;
  color: #fff;
  font-size: 20px;
  bottom: 15px;
}
#nav .res-search-active {
  opacity: 1;
  height: 115px;
  visibility: visible;
  transition: 0.3s ease-in-out;
}

.fixed-nav {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
}

@media only screen and (max-width: 1200px) {
  #nav {
    position: fixed;
    background-color: #fff;
    width: 100%;
    z-index: 99999;
  }
  #nav .container .wrapper .nav-menu,
  #nav .container .wrapper .contact-langs {
    display: none;
  }
  #nav .container .wrapper .burger-menu {
    display: flex;
    align-items: center;
  }
  #nav .container .wrapper .burger-menu .langs {
    display: block;
  }
}
@media only screen and (max-width: 550px) {
  .search-active {
    height: 120px;
  }
  .search-item .container .search-close {
    margin-bottom: 10px;
  }
  .search-item .container .search-close button i {
    font-size: 25px !important;
  }
  .search-item .container form #search {
    font-size: 16px;
  }
  .search-item .container form i {
    padding-bottom: 5px;
    font-size: 16px;
    bottom: 10px;
  }
  #nav {
    border-bottom: none;
  }
  #nav .container .wrapper .logo {
    width: auto;
    height: 45px;
  }
  #nav .responsive-search .container .search-close {
    margin-bottom: 10px;
  }
  #nav .responsive-search .container .search-close button i {
    font-size: 25px;
  }
  #nav .responsive-search .container form #search {
    font-size: 16px;
    padding-bottom: 5px;
  }
  #nav .responsive-search .container form i {
    font-size: 16px;
    bottom: 10px;
  }
}
footer {
  background-color: #131e29;
  position: relative;
  overflow: hidden;
}
footer .container {
  max-width: 1055px;
  margin: 0 auto;
  padding: 0 20px;
  z-index: 3;
  position: relative;
}
footer .container .wrapper {
  padding-top: 90px;
  display: flex;
  color: #fff;
}
footer .container .wrapper__left {
  width: 290px;
  border-right: 1px solid #fff;
}
footer .container .wrapper__left h4 {
  padding-top: 10px;
  font-size: 30px;
  font-weight: 500;
}
footer .container .wrapper__left p {
  font-size: 15px;
  width: 130px;
  margin-top: 30px;
}
footer .container .wrapper__left ul {
  margin-top: 50px;
}
footer .container .wrapper__left ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}
footer .container .wrapper__right {
  flex: 1;
  padding-left: 40px;
}
footer .container .wrapper__right .menu-links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
footer .container .wrapper__right .menu-links li a {
  font-size: 14px;
  color: #fff;
  transition: 0.5s;
}
footer .container .wrapper__right .menu-links li a:hover {
  color: #f5c00c;
}
footer .container .wrapper__right .consultation {
  display: flex;
  margin-top: 50px;
  gap: 10px;
}
footer .container .wrapper__right .consultation a {
  border: 1px solid #fff;
  font-size: 14px;
  font-weight: 300;
  padding: 5px 10px;
  color: #fff;
  transition: 0.5s;
}
footer .container .wrapper__right .consultation a:hover {
  border: 1px solid #f5c00c;
  color: #f5c00c;
}
footer .container .wrapper__right .partner h4 {
  margin-top: 60px;
  font-size: 25px;
  font-weight: 400;
}
footer .container .wrapper__right .partner .partner-wrapper {
  color: #fff;
  display: flex;
  gap: 20px;
  width: 345px;
  font-size: 14px;
  font-weight: 200;
  margin-top: 40px;
}
footer .container .wrapper__right .partner .partner-wrapper ul li a {
  color: #fff;
}
footer .copyright {
  margin-top: 80px;
  margin-bottom: 40px;
  position: relative;
  z-index: 1;
  background-color: #131e29;
  text-align: center;
}
footer .copyright .copy {
  background-color: #131e29;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  font-size: 15px;
  font-weight: 200;
  color: #fff;
}
footer .copyright::after {
  position: absolute;
  content: "ALIBI";
  bottom: -100px;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 400px;
  line-height: 1;
  font-weight: 700;
  font-family: Montserrat, sans-serif;
  color: #fff;
  opacity: 0.1;
}

@media only screen and (max-width: 1200px) {
  footer .copyright::after {
    font-size: 32vw;
  }
}
@media only screen and (max-width: 1024px) {
  footer .alibi-logo p {
    font-size: 245px;
  }
}
@media only screen and (max-width: 550px) {
  footer .container .wrapper {
    padding-top: 30px;
    gap: 15px;
    flex-direction: column;
  }
  footer .container .wrapper__left {
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
  }
  footer .container .wrapper__left p {
    width: 100%;
    margin-top: 5px;
  }
  footer .container .wrapper__left ul {
    margin-top: 15px;
  }
  footer .container .wrapper__right {
    padding-left: 0;
  }
  footer .container .wrapper__right .menu-links {
    gap: 10px;
  }
  footer .container .wrapper__right .consultation {
    margin-top: 20px;
  }
  footer .container .wrapper__right .partner h4 {
    margin-top: 20px;
  }
  footer .container .wrapper__right .partner .partner-wrapper {
    width: 100%;
    margin-top: 15px;
  }
  footer .copyright {
    margin-top: 38px;
    margin-bottom: 20px;
  }
  footer .copyright .copy {
    height: 40px;
    font-size: 14px;
  }
  footer .copyright::after {
    bottom: -40px;
    font-size: 140px;
  }
}
@media only screen and (max-width: 390px) {
  footer .copyright {
    margin-top: 30px;
  }
  footer .copyright .copy {
    height: 35px;
    font-size: 13px;
  }
  footer .copyright::after {
    font-size: 120px;
  }
}
#home-banner .container {
  position: relative;
}
#home-banner .container .video {
  width: 100%;
  height: 575px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#home-banner .container .info {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
  pointer-events: none;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home-banner .container .info .content {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  width: 800px;
  text-align: center;
}
#home-banner .container .info .content h2 {
  font-family: "TheSeasons";
  font-size: 54px;
  font-weight: 400;
}
#home-banner .container .info .content .item {
  border: 4px solid #f5c00c;
  border-bottom: none;
  padding: 20px 15px;
  position: relative;
}
#home-banner .container .info .content .item .left-item,
#home-banner .container .info .content .item .right-item {
  background-color: #f5c00c;
  position: absolute;
  width: 80px;
  height: 4px;
}
#home-banner .container .info .content .item .left-item {
  bottom: 0;
  left: -25px;
}
#home-banner .container .info .content .item .right-item {
  bottom: 0;
  right: -25px;
}
#home-banner .container .info .content .item p {
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
}
#home-banner .container .info .content a {
  pointer-events: auto;
  background-color: #f5c00c;
  display: inline-flex;
  align-items: center;
  border: 2px solid #000;
  font-size: 20px;
  border-radius: 50px;
  padding: 5px 0;
  gap: 10px;
  padding: 5px 25px;
  width: 215px;
  line-height: 22px;
  text-align: center;
}
#home-banner .container .info .content a i {
  font-size: 25px;
}

#since {
  background-color: #0E3E43;
}
#since .container {
  max-width: 1370px;
  padding: 20px;
  margin: 0 auto;
  color: #fff;
}
#since .container .title {
  font-family: "TheSeasons";
  text-align: center;
  font-size: 38px;
  border-bottom: 1px solid #fff;
  font-weight: 400;
  padding-bottom: 10px;
}
#since .container .wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  margin-top: 20px;
}
#since .container .wrapper h4 {
  font-size: 54px;
  font-weight: 400;
}
#since .container .wrapper p {
  font-size: 20px;
}
#since .container .wrapper__center {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

#partners {
  margin-bottom: 40px;
}
#partners .container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}
#partners .container .title {
  display: flex;
  justify-content: center;
  margin-top: 55px;
  margin-bottom: 40px;
}
#partners .container .title h2 {
  text-align: center;
  width: 700px;
  font-weight: 700;
  font-size: 37px;
  font-family: "Montserrat", sans-serif;
}
#partners .container .title h2 .sentence_1 {
  background-color: #f5c00c;
  padding: 4px;
}
#partners .container .title h2 .sentence_2 {
  color: #f5c00c;
  position: relative;
}
#partners .container .title h2 .sentence_2::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20312.403%2015.7767'%3E%3Cpath%20d='M0.39280537614467903%2C12.2988C104.26524542819098%2C0.5670666666666673%20208.1376854802373%2C0.5670666666666673%20312.0101255322836%2C12.2988'%20stroke-linecap='butt'%20stroke-width='7'%20fill='none'%20stroke='%23ffb32c'%20%2F%3E%3C%2Fsvg%3E") no-repeat center;
  background-repeat: no-repeat;
  height: 45px;
  bottom: -35px;
}
#partners .container .partner-slider {
  overflow: hidden;
  position: relative;
  margin-top: 50px;
}
#partners .container .partner-slider .wrapper {
  display: flex;
  gap: 20px;
  animation: scroll 40s linear infinite;
  height: 100px;
  width: -moz-max-content;
  width: max-content;
}
#partners .container .partner-slider .wrapper:hover {
  animation-play-state: paused;
}
#partners .container .partner-slider .wrapper .partner-slider-slide {
  flex: 0 0 auto;
  width: calc((100vw - 140px) / 8);
  padding: 0 30px;
}
#partners .container .partner-slider .wrapper .partner-slider-slide a {
  display: block;
  width: 100%;
  height: 100%;
}
#partners .container .partner-slider .wrapper .partner-slider-slide a img {
  height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-1 * ((100vw - 140px) / 5 + 20px) * 12));
  }
}

#about-us {
  background-color: #0E3E43;
}
#about-us .container {
  max-width: 1300px;
  padding: 80px 20px 60px 40px;
  margin: 0 auto;
}
#about-us .container .wrapper {
  display: grid;
  gap: 70px;
  grid-template-columns: repeat(2, 1fr);
}
#about-us .container .wrapper .imgs {
  position: relative;
}
#about-us .container .wrapper .imgs .first {
  height: 370px;
}
#about-us .container .wrapper .imgs .first,
#about-us .container .wrapper .imgs .second {
  width: 100%;
  background-color: #fff;
  padding: 12px;
}
#about-us .container .wrapper .imgs .first img,
#about-us .container .wrapper .imgs .second img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#about-us .container .wrapper .imgs .second {
  width: 345px;
  height: 280px;
  position: absolute;
  right: -40px;
  top: 200px;
}
#about-us .container .wrapper .about-us {
  color: #fff;
}
#about-us .container .wrapper .about-us h3 {
  font-family: "TheSeasons";
  font-weight: 400;
  font-size: 38px;
  display: inline-block;
  border-left: 3px solid #f5c00c;
  border-bottom: 3px solid #f5c00c;
  padding: 5px 20px 6px 10px;
}
#about-us .container .wrapper .about-us p {
  margin-top: 10px;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 15px;
}
#about-us .container .wrapper .about-us .read-more {
  background-color: #f5c00c;
  display: inline-block;
  font-size: 21px;
  padding: 10px;
  font-family: "Montserrat", sans-serif;
  transition: 0.5s;
}
#about-us .container .wrapper .about-us .read-more:hover {
  background-color: #fff;
}

#practice-areas-section {
  background-image: url(../../assets/images/png/practice-areas.png);
  height: 395px;
  margin: 60px 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}
#practice-areas-section h2 {
  font-size: 72px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

#menus .container {
  max-width: 1150px;
  padding: 0 20px;
  margin: 0 auto;
}
#menus .container .wrapper {
  display: grid;
  gap: 100px;
  grid-template-columns: repeat(2, 1fr);
}
#menus .container .wrapper ul li {
  border-top: 1px solid #000;
  padding: 30px 0;
}
#menus .container .wrapper ul li:last-child {
  border-bottom: 1px solid #000;
}
#menus .container .wrapper ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #000;
  font-size: 20px;
  flex: none;
  font-weight: 500;
}
#menus .container .wrapper ul li a:hover {
  color: #f5c00c;
  transition: 0.5s ease-in-out;
}
#menus .container .wrapper ul li a:hover i {
  transition: 0.5s ease-in-out;
  background-color: #f5c00c;
}
#menus .container .wrapper ul li a span {
  font-size: 25px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#menus .container .wrapper ul li a i {
  flex: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-color: #0E3E43;
  color: #fff;
}

#case-studies {
  margin-bottom: 50px;
}
#case-studies .title {
  margin-top: 160px;
  text-align: center;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-direction: column;
  margin-bottom: 50px;
}
#case-studies .title h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 52px;
  color: #131e29;
  letter-spacing: -3px;
}
#case-studies .title .case-studies-description {
  font-size: 37px;
  width: 810px;
  font-weight: 600;
}
#case-studies .title .success {
  font-size: 37px;
  font-weight: 700;
  background-color: #0E3E43;
  color: #fff;
  padding: 2px 20px;
}
#case-studies .title .line {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}
#case-studies .title .line .line-item {
  background-color: #0E3E43;
  height: 10px;
  width: 70px;
}

#founder {
  background-color: #797777;
  margin-top: 100px;
}
#founder .container {
  max-width: 1255px;
  padding: 0 20px;
  margin: 0 auto;
}
#founder .container .wrapper {
  display: grid;
  align-items: center;
  gap: 120px;
  grid-template-columns: repeat(2, 1fr);
}
#founder .container .wrapper .image {
  width: 100%;
  height: 530px;
  position: relative;
  top: -20px;
}
#founder .container .wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#founder .container .wrapper .image .description {
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-size: 28px;
  width: 165px;
}
#founder .container .wrapper .image .description h4 {
  line-height: 28px;
  color: #f5c00c;
  font-weight: 600;
}
#founder .container .wrapper .image .description p {
  color: #fff;
}
#founder .container .wrapper .info {
  color: #fff;
}
#founder .container .wrapper .info h4 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
#founder .container .wrapper .info p {
  font-size: 19px;
}
#founder .container .wrapper .info .name {
  font-weight: 200;
  font-style: italic;
  margin-top: 20px;
}
#founder .container .wrapper .info .schedule-call {
  background-color: #f5c00c;
  border-radius: 40px;
  font-size: 17px;
  padding: 16px 22px;
  display: inline-block;
  margin-top: 25px;
  transition: 0.5s;
}
#founder .container .wrapper .info .schedule-call:hover {
  background-color: #fff;
}

#contact-section {
  background-image: url(../../assets/images/jpg/pexels-photo-8190804.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 40px 0;
}
#contact-section .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  pointer-events: none;
  z-index: 0;
}
#contact-section .wrapper {
  padding: 0 20px;
  position: relative;
  display: grid;
  gap: 40px;
  height: 100%;
  grid-template-columns: repeat(2, 1fr);
}
#contact-section .wrapper__left {
  padding-left: 30px;
  padding-top: 50px;
}
#contact-section .wrapper__left .title {
  font-size: 3.4vw;
  color: #f5c00c;
  font-family: "TheSeasons";
  text-transform: uppercase;
  font-weight: 500;
}
#contact-section .wrapper__left .info {
  margin-top: 20px;
  font-size: 19px;
  color: #fff;
  font-family: "TheSeasons";
  font-weight: 500;
}
#contact-section .wrapper__right {
  background-color: rgba(0, 0, 0, 0.7);
  height: 100%;
  padding: 0 60px;
  box-shadow: rgba(255, 255, 255, 0.2) 0px 2px 4px 0px, rgba(255, 255, 255, 0.5) 0px 2px 16px 0px;
}
#contact-section .wrapper__right h2 {
  margin-top: 45px;
  font-size: 3.4vw;
  color: #fff;
  font-family: "TheSeasons";
  font-weight: 500;
  text-align: center;
}
#contact-section .wrapper__right form {
  margin-top: 30px;
}
#contact-section .wrapper__right form input,
#contact-section .wrapper__right form .item_1,
#contact-section .wrapper__right form .item_2 {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(2, 1fr);
}
#contact-section .wrapper__right form input input,
#contact-section .wrapper__right form .item_1 input,
#contact-section .wrapper__right form .item_2 input {
  color: #757575;
  width: 100%;
  height: 45px;
  outline: none;
  font-size: 16px;
  padding: 0 15px;
}
#contact-section .wrapper__right form .item_3 {
  display: grid;
  gap: 25px;
  position: relative;
  grid-template-columns: repeat(2, 1fr);
}
#contact-section .wrapper__right form .item_3 select {
  width: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  padding: 0 15px;
  color: #757575;
}
#contact-section .wrapper__right form .item_3 select option {
  width: 100%;
  overflow: hidden;
}
#contact-section .wrapper__right form .item_3 select.input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 40px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
}
#contact-section .wrapper__right form .item_3 input {
  width: 100%;
  height: 45px;
  outline: none;
  font-size: 16px;
  padding: 0 15px;
}
#contact-section .wrapper__right form .item_2,
#contact-section .wrapper__right form .item_3,
#contact-section .wrapper__right form .item_4,
#contact-section .wrapper__right form .item_5 {
  margin-top: 20px;
}
#contact-section .wrapper__right form .item_4 textarea {
  width: 100%;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding: 10px;
  outline: none;
  border: none;
}
#contact-section .wrapper__right form .item_5 input {
  border: 2px solid #fff;
  padding: 5px;
  width: 100%;
  height: 45px;
  color: #fff;
}
#contact-section .wrapper__right .send-item {
  margin: 40px 0;
  display: flex;
  justify-content: center;
}
#contact-section .wrapper__right .send-item .send-btn {
  background-color: #f5c00c;
  padding: 17px 75px;
  font-size: 18px;
  text-transform: uppercase;
  transition: 0.5s;
}
#contact-section .wrapper__right .send-item .send-btn:hover {
  background-color: #fff;
}

#title {
  background-image: url(../../assets/images/png/slider-3.png);
  background-repeat: no-repeat;
  height: 370px;
  background-size: cover;
}
#title .container {
  height: 100%;
}
#title .container .page-route {
  color: #fff;
  display: flex;
  gap: 10px;
}
#title .container .page-route a {
  color: #fff;
  position: relative;
}
#title .container .page-route a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: #f5c00c;
  transition: width 0.2s ease-in-out;
}
#title .container .page-route a:hover::after {
  width: 100%;
}
#title .container .page-route::after {
  width: 100%;
}
#title .container .title {
  height: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}
#title .container .title h2 {
  padding-left: 45px;
  border-left: 4px solid #fff;
  font-size: 45px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  padding: 20px 0 20px 45px;
  letter-spacing: 4px;
  line-height: 60px;
  width: 550px;
  animation: slideFromRight 1s ease-out forwards;
}
@keyframes slideFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

#case-studies-detail .container .wrapper {
  display: flex;
  gap: 25px;
}
#case-studies-detail .container .wrapper .detail {
  flex: 1;
}
#case-studies-detail .container .wrapper .detail .detail-title {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 15px;
  line-height: 1;
  letter-spacing: 1.5px;
  margin-top: 20px;
  padding-right: 20px;
}
#case-studies-detail .container .wrapper .detail .description {
  font-family: "Montserrat", sans-serif;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  margin-top: 25px;
  height: 720px;
  line-height: 1.5;
  overflow: auto;
  padding-right: 20px;
  scroll-behavior: smooth;
}
#case-studies-detail .container .wrapper .detail .description::-webkit-scrollbar {
  width: 6px !important;
}
#case-studies-detail .container .wrapper .detail .description::-webkit-scrollbar-track {
  background: #bfbfbf !important;
  border-radius: 0 !important;
}
#case-studies-detail .container .wrapper .detail .description::-webkit-scrollbar-thumb {
  background: #f5c00c !important;
  border-radius: 0 !important;
  cursor: pointer;
}
#case-studies-detail .container .wrapper .detail .description::-webkit-scrollbar-thumb:hover {
  background: #d89014 !important;
}
#case-studies-detail .container .wrapper .detail .description::-webkit-scrollbar-button:vertical:start:decrement, #case-studies-detail .container .wrapper .detail .description::-webkit-scrollbar-button:vertical:end:increment {
  display: none !important;
  height: 0 !important;
}
#case-studies-detail .container .wrapper .detail .our-success-stories {
  margin-top: 120px;
}
#case-studies-detail .container .wrapper .detail .our-success-stories .row {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(2, 1fr);
}
#case-studies-detail .container .wrapper .detail .detail-img {
  width: 100%;
  height: 500px;
  margin: 20px 0;
  background-color: #f0efef;
}
#case-studies-detail .container .wrapper .contact {
  padding: 0 30px;
  width: 100%;
  max-width: 415px;
  background-color: #fbfbfb;
  align-self: flex-start;
  position: sticky;
  top: 120px;
}
#case-studies-detail .container .wrapper .contact .contact-btn {
  margin-top: 40px;
  background-color: #f5c00c;
  color: #fff;
}
#case-studies-detail .container .wrapper .contact .contact-btn:hover {
  background-color: #fff;
  color: #000;
}
#case-studies-detail .container .wrapper .contact .phone {
  font-size: 24px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-top: 20px;
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
}
#case-studies-detail .container .wrapper .contact .phone::after {
  width: 100%;
}
#case-studies-detail .container .wrapper .contact .phone::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
  transition: width 0.2s ease-in-out;
}
#case-studies-detail .container .wrapper .contact .phone:hover::after {
  width: 100%;
}
#case-studies-detail .container .wrapper .contact .location {
  padding-left: 15px;
  margin-top: 25px;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  border-left: 2px solid #f5c00c;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 40px;
}

#view-all-stories {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 100px;
}
#lists .container .list-categories-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  margin-top: 60px;
  display: none;
}
#lists .container .list-categories {
  display: none;
  gap: 15px;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
#lists .container .list-categories .filter-list__checkbox {
  display: flex;
  align-items: stretch;
}
#lists .container .list-categories .filter-list__checkbox input {
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 30px;
  position: relative;
  border-radius: 0;
  background-color: #fbfbfb;
  border: 1px solid #c1c1c1;
  transition: 0.3s;
  cursor: pointer;
  height: unset;
}
#lists .container .list-categories .filter-list__checkbox input::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 14px;
  background-color: transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%) rotate(45deg);
  border-right: 2px solid #0E3E43;
  border-bottom: 2px solid #0E3E43;
  opacity: 0;
  transition: 0.3s;
}
#lists .container .list-categories .filter-list__checkbox input:checked {
  border-color: #0E3E43;
}
#lists .container .list-categories .filter-list__checkbox input:checked::after {
  opacity: 1;
}
#lists .container .list-categories .filter-list__checkbox input:checked + label {
  border-color: #0E3E43;
}
#lists .container .list-categories .filter-list__checkbox label {
  margin-left: -1px;
  padding: 0 8px;
  line-height: 30px;
  font-size: 18px;
  border: 1px solid #c1c1c1;
  transition: 0.3s;
  cursor: pointer;
}
#lists .container .list-title {
  margin-top: 20px;
}
#lists .container .list-title h2 {
  font-weight: 400;
  font-size: 34px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
#lists .container .wrapper {
  margin-top: 40px;
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(2, 1fr);
}
#lists .container .more-cases {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 60px;
}
#practice-areas {
  background-image: url(../../assets/images/jpg/practic-areas-bg.jpg);
  background-repeat: repeat;
}
#practice-areas .container .row {
  padding-top: 72px;
  display: flex;
}
#practice-areas .container .row .overview {
  width: 59%;
  position: relative;
}
#practice-areas .container .row .overview .overview-grid .print-pdf {
  width: 100%;
  float: right;
  max-width: 870px;
  font-weight: 600;
  align-items: center;
  gap: 4px;
  display: inline-flex;
  color: #707070;
  text-transform: uppercase;
  transition: 0.25s ease-in-out;
  font-size: 14px;
  cursor: pointer;
  margin-bottom: 65px;
}
#practice-areas .container .row .overview .overview-grid .print-pdf i {
  border: 2px solid #707070;
  padding: 4px;
}
#practice-areas .container .row .overview .overview-grid .print-pdf:hover {
  color: #000;
}
#practice-areas .container .row .overview .overview-grid .overview-item {
  background-color: #fff;
  width: 100%;
  height: 100%;
}
#practice-areas .container .row .overview .overview-grid .overview-item__content {
  width: 100%;
  float: right;
  max-width: 870px;
}
#practice-areas .container .row .overview .overview-grid .overview-item__content .overview-item-title {
  margin-bottom: 48px;
  font-weight: 700;
  font-size: 26px;
  font-family: "Unna", sans-serif;
}
#practice-areas .container .row .overview .overview-grid .overview-item__content .img {
  width: 300px;
  height: 200px;
}
#practice-areas .container .row .overview .overview-grid .overview-grid-head {
  width: 100%;
  float: right;
  max-width: 870px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  font-family: "Hind", sans-serif;
  font-size: 48px;
  margin-bottom: 65px;
}
#practice-areas .container .row .other-practice-areas {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  width: 41%;
  position: relative;
  background-image: url(../../assets/images/png/practice-areas-2.png);
  background-repeat: repeat;
  padding-top: 60px;
  padding-bottom: 65px;
  padding-left: 60px;
}
#practice-areas .container .row .other-practice-areas__content {
  width: 100%;
  max-width: 525px;
  padding-right: 15px;
  padding-left: 15px;
}
#practice-areas .container .row .other-practice-areas__content .other-practice-areas__title {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
  font-family: "Unna", serif;
}
#practice-areas .container .row .other-practice-areas__content ul li {
  margin-bottom: 10px;
}
#practice-areas .container .row .other-practice-areas__content ul li a {
  font-family: "Hind", sans-serif;
  font-weight: 600;
  line-height: 1.3;
  font-size: 17px;
  position: relative;
  padding: 17px 10px 13px 33px;
  background: #fff;
  width: 100%;
  display: inline-block;
  z-index: 1;
}
#practice-areas .container .row .other-practice-areas__content ul li a::before {
  content: "\f0da";
  color: #f5c00c;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 15px;
  left: 17px;
}
#practice-areas .container .row .other-practice-areas__content ul li a::after {
  z-index: -1;
  content: "";
  width: 0;
  height: 100%;
  background: #f5c00c;
  transition: 0.25s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}
#practice-areas .container .row .other-practice-areas__content ul li a:hover::after {
  width: 100%;
}
#practice-areas .container .row .other-practice-areas__content ul li a:hover::before {
  width: 100%;
  color: #fff;
}

#responsive-menu {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 97px;
  left: -101%;
  transition: 0.5s ease-in-out;
  z-index: 1000;
}
#responsive-menu #responsive-menu__nav {
  padding-left: 15px;
  background-color: #0E3E43;
  width: 350px;
  height: 100%;
  overflow-y: auto;
}
#responsive-menu #responsive-menu__nav ul {
  list-style: none;
}
#responsive-menu #responsive-menu__nav ul li {
  border-bottom: 1px solid;
  border-color: rgba(255, 255, 255, 0.5);
  position: relative;
}
#responsive-menu #responsive-menu__nav ul li .menu-item-wrapper {
  display: flex;
  justify-content: space-between;
}
#responsive-menu #responsive-menu__nav ul li .menu-item-wrapper button {
  flex: none;
  width: 55px;
  height: auto;
  border-left: 1px solid;
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
#responsive-menu #responsive-menu__nav ul li .menu-item-wrapper button:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#responsive-menu #responsive-menu__nav ul li .menu-item-wrapper button i {
  color: #fff;
  font-size: 14px;
  transition: transform 0.3s ease;
}
#responsive-menu #responsive-menu__nav ul li .submenu-close {
  font-size: 17px;
  padding: 15px 0;
  color: #0E3E43;
  background-color: #fff;
  text-align: center;
}
#responsive-menu #responsive-menu__nav ul li .submenu-close button {
  font-size: 16px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
}
#responsive-menu #responsive-menu__nav ul li a {
  width: 100%;
  text-decoration: none;
  color: #fff;
  padding: 15px 0;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
#responsive-menu .submenu {
  position: fixed;
  top: 97px;
  left: -100%;
  width: 75%;
  height: 100%;
  background-color: #0E3E43;
  transition: left 0.4s ease-in-out;
  overflow-y: auto;
  z-index: 1001;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.2);
}
#responsive-menu .submenu.active {
  left: 0;
}
#responsive-menu .submenu.active li {
  border-bottom: none !important;
}
#responsive-menu .submenu li a {
  font-size: 15px;
  color: #fff;
  padding: 15px 0 !important;
  margin: 0 15px;
  width: auto !important;
  transition: color 0.3s ease;
  padding: 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
#responsive-menu .submenu li a img {
  width: 20px;
  height: 20px;
}
#responsive-menu .submenu li a:hover {
  color: #f5c00c !important;
}
#responsive-menu .socials li a {
  display: flex !important;
  justify-content: flex-start !important;
  gap: 10px;
  align-items: center;
  -webkit-line-clamp: unset !important;
}
#responsive-menu .menu-active {
  left: 0 !important;
}
#responsive-menu .content {
  margin-top: 100px;
  padding: 20px;
}

.menu-active {
  left: 0 !important;
}

#print-pdf {
  background-image: url(../../assets/images/jpg/practic-areas-bg.jpg);
  background-repeat: repeat;
  height: 130px;
}
#print-pdf .container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 30px 20px;
  height: 100%;
  display: flex;
  align-items: center;
}
#about {
  background-image: url(../../assets/images/jpg/practic-areas-bg.jpg);
  background-repeat: repeat;
  position: relative;
}
#about .title__wrapper {
  padding-top: 80px;
  width: 70%;
  display: flex;
  justify-content: center;
}
#about .title__wrapper h2 {
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: "Hind", sans-serif;
  font-size: 30px;
  padding-bottom: 40px;
  margin-right: 70px;
  width: 780px;
}
#about .wrapper {
  display: flex;
  height: 720px;
}
#about .wrapper__left {
  width: 70%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about .wrapper__left .description {
  overflow: auto;
  height: 80%;
  position: absolute;
  z-index: 3;
  float: right;
  margin-right: 70px;
  max-width: 780px;
  padding-right: 15px;
  scroll-behavior: smooth;
}
#about .wrapper__left .description::-webkit-scrollbar {
  width: 6px !important;
}
#about .wrapper__left .description::-webkit-scrollbar-track {
  background: #bfbfbf !important;
  border-radius: 0 !important;
}
#about .wrapper__left .description::-webkit-scrollbar-thumb {
  background: #f5c00c !important;
  border-radius: 0 !important;
}
#about .wrapper__left .description::-webkit-scrollbar-thumb:hover {
  background: #d89014 !important;
}
#about .wrapper__left .description::-webkit-scrollbar-button:vertical:start:decrement, #about .wrapper__left .description::-webkit-scrollbar-button:vertical:end:increment {
  display: none !important;
  height: 0 !important;
}
#about .wrapper__left .description p {
  line-height: 2;
  font-size: 18px;
}
#about .wrapper__right {
  width: 432px;
  display: flex;
  justify-content: end;
  gap: 20px;
  flex-direction: column;
}
#about .wrapper__right__item {
  background-image: url(../../assets/images/jpg/614001-3476x1955-desktop-hd-azerbaijan-background-image.jpg);
  height: 150px;
  border-left: 5px solid #f5c00c;
}
#about .wrapper__right__item a {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  font-family: "Hind", sans-serif;
  color: #fff;
  position: relative;
  overflow: hidden;
  transition: color 0.4s;
  z-index: 1;
}
#about .wrapper__right__item a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #f5c00c;
  transition: left 0.4s ease;
}
#about .wrapper__right__item a:hover::before {
  left: 0;
}
#about .wrapper__right__item a:hover {
  color: black;
}
#about .content-nav {
  width: 35%;
  top: 100px;
}

#experience {
  background-image: url(../../assets/images/jpg/pattern3.jpg);
  background-repeat: repeat;
  padding-top: 115px;
  padding-bottom: 105px;
}
#experience .container {
  max-width: 1370px;
  margin: 0 auto;
}
#experience .container .wrapper {
  display: flex;
  gap: 90px;
  align-items: center;
}
#experience .container .wrapper__left {
  background-color: #fff;
  position: relative;
  padding: 23px 50px 33px;
  width: 100%;
}
#experience .container .wrapper__left__item {
  text-align: center;
}
#experience .container .wrapper__left__item h4 {
  line-height: 1;
  font-weight: 700;
  color: #f5c00c;
  font-size: 130px;
  font-family: "Unna", sans-serif;
}
#experience .container .wrapper__left__item h5 {
  font-family: "Unna", sans-serif;
  font-weight: 400;
  line-height: 1;
  color: #989898;
  font-size: 26px;
}
#experience .container .wrapper__left__item h5::after {
  content: "";
  width: 22px;
  height: 2px;
  opacity: 0.6;
  display: block;
  background: #969696;
  margin: 32px auto 20px;
}
#experience .container .wrapper__left__item p {
  line-height: 2;
  margin: 0 0 20px;
  font-size: 20px;
  font-family: "Hind", sans-serif;
}
#experience .container .wrapper__left::after {
  transform: rotate(-45deg);
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  top: -11px;
  left: -11px;
}
#experience .container .wrapper__left::before {
  transform: rotate(-135deg);
  content: "\f077";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  left: -11px;
  bottom: -11px;
}

#meet-team .wrapper {
  display: grid;
  padding: 100px 0;
  align-items: center;
  gap: 110px;
  grid-template-columns: repeat(2, 1fr);
}
#meet-team .wrapper__left {
  width: 100%;
  height: 520px;
}
#meet-team .wrapper__left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
#meet-team .wrapper__right {
  padding-left: 150px;
  max-width: 630px;
  border-left: 5px solid #f5c00c;
}
#meet-team .wrapper__right h3 {
  font-size: 30px;
  font-family: "Unna", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.1;
}
#meet-team .wrapper__right p {
  line-height: 2;
  letter-spacing: 1px;
  font-family: "Hind", sans-serif;
  font-size: 20px;
  margin-bottom: 30px;
}
#location .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
#location .wrapper__left {
  width: 100%;
  height: 315px;
}
#location .wrapper__left img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#location .wrapper__right {
  background-image: url(../../assets/images/jpg/past.jpg);
}
#location .wrapper__right .content {
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  padding: 47px 0 47px 110px;
}
#location .wrapper__right .content .info {
  color: #fff;
  border-left: 5px solid #f5c00c;
  padding-left: 70px;
  width: 320px;
  padding-top: 28px;
}
#location .wrapper__right .content .info .address {
  font-size: 21px;
  display: inline-block;
  color: #fff;
  margin-bottom: 35px;
  font-family: "Hind", sans-serif;
  transition: 0.5s;
}
#location .wrapper__right .content .info .address:hover {
  color: #f5c00c;
}
#location .wrapper__right .content .info .phone-item {
  font-family: "Unna", sans-serif;
}
#location .wrapper__right .content .info .phone-item:hover a {
  color: #fff;
}
#location .wrapper__right .content .info .phone-item p {
  font-weight: 700;
  font-size: 26px;
}
#location .wrapper__right .content .info .phone-item a {
  transition: 0.5s;
  font-size: 30px;
  display: inline-block;
  font-family: "Hind", sans-serif;
  font-weight: 600;
  color: #f5c00c;
}

#pdf-download {
  background-image: url(../../assets/images/jpg/practic-areas-bg.jpg);
  background-repeat: repeat;
}
#pdf-download .container {
  padding-left: 20px;
  width: 60%;
  display: flex;
  justify-content: end;
}
#pdf-download .container .wrapper {
  padding-right: 150px;
  max-width: 870px;
}
#pdf-download .container .wrapper .print-pdf {
  display: none;
}

#practice-areas {
  position: relative;
  display: flex;
  align-items: flex-start;
}
#practice-areas .container {
  width: 60%;
  height: -webkit-fill-available;
  background-color: #fff;
}
#practice-areas .container .title {
  background-image: url(../../assets/images/jpg/practic-areas-bg.jpg);
  background-repeat: repeat;
  display: flex;
  justify-content: end;
}
#practice-areas .container .title h2 {
  margin-top: 65px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 30px;
  padding-bottom: 40px;
  width: 800px;
  padding-left: 20px;
  padding-right: 80px;
  font-family: "Montserrat", sans-serif;
}
#practice-areas .container .practice-areas-left {
  padding-bottom: 60px;
}
#practice-areas .container .practice-areas-left .wrapper {
  display: flex;
  justify-content: end;
}
#practice-areas .container .practice-areas-left .wrapper .overview {
  width: 800px;
  padding-left: 20px;
  padding-right: 110px;
}
#practice-areas .container .practice-areas-left .wrapper .overview h3 {
  margin: 48px 0;
  font-weight: 700;
  font-size: 26px;
  font-family: "Unna", sans-serif;
}
#practice-areas .container .practice-areas-left .wrapper .overview .img {
  width: 300px;
  height: 200px;
  margin-bottom: 40px;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
#practice-areas .container .practice-areas-left .wrapper .overview .img:hover {
  transform: scale(1.05);
}
#practice-areas .container .practice-areas-left .wrapper .overview .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
#practice-areas .container .practice-areas-left .wrapper .overview .description {
  margin-top: 30px;
  font-size: 18px;
  margin-bottom: 48px;
  font-family: "Montserrat", sans-serif;
  height: 720px;
  line-height: 1.5;
  overflow: auto;
  scroll-behavior: smooth;
  padding-right: 20px;
}
#practice-areas .container .practice-areas-left .wrapper .overview .description::-webkit-scrollbar {
  width: 6px !important;
}
#practice-areas .container .practice-areas-left .wrapper .overview .description::-webkit-scrollbar-track {
  background: #bfbfbf !important;
  border-radius: 0 !important;
}
#practice-areas .container .practice-areas-left .wrapper .overview .description::-webkit-scrollbar-thumb {
  background: #f5c00c !important;
  border-radius: 0 !important;
}
#practice-areas .container .practice-areas-left .wrapper .overview .description::-webkit-scrollbar-thumb:hover {
  background: #d89014 !important;
}
#practice-areas .container .practice-areas-left .wrapper .overview .description::-webkit-scrollbar-button:vertical:start:decrement, #practice-areas .container .practice-areas-left .wrapper .overview .description::-webkit-scrollbar-button:vertical:end:increment {
  display: none !important;
  height: 0 !important;
}
#practice-areas .container .practice-areas-left .experience {
  background-image: url(../../assets/images/jpg/past.jpg);
  height: 340px;
  width: 100%;
  padding-top: 45px;
  padding-right: 45px;
  padding-bottom: 45px;
  display: flex;
  justify-content: end;
}
#practice-areas .container .practice-areas-left .experience .content {
  color: #fff;
  background-color: #fff;
  border: 4px solid #f5c00c;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 810px;
  padding: 0 20px;
  height: 100%;
  background-color: transparent;
  text-align: center;
}
#practice-areas .container .practice-areas-left .experience .content h2 {
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
  font-family: "Hind", sans-serif;
  font-size: 40px;
  margin-bottom: 12px;
}
#practice-areas .container .practice-areas-left .experience .content p {
  letter-spacing: 1.1px;
  text-transform: none;
  color: #f5c00c;
  font-size: 24px;
  font-family: "Unna", sans-serif;
}
#practice-areas .content-nav {
  margin-top: 55px;
  position: unset;
  box-shadow: 60px 20px 60px rgba(0, 0, 0, 0.3);
}

#practice-areas-title {
  background-image: url(../../assets/images/png/practice-areas.png);
  background-repeat: no-repeat;
  height: 400px;
  background-size: cover;
  background-attachment: fixed;
}
#practice-areas-title .container {
  height: 100%;
}
#practice-areas-title .container .title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
#practice-areas-title .container .title h2 {
  font-size: 72px;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

#contact .container {
  max-width: 1330px;
  margin: 0 auto;
  padding: 0 15px;
}
#contact .container .wrapper {
  display: flex;
  gap: 100px;
  margin: 100px 0;
}
#contact .container .wrapper .form {
  flex: 1;
}
#contact .container .wrapper .form .contact-info {
  display: none;
  margin-bottom: 20px;
}
#contact .container .wrapper .form .title {
  max-width: 525px;
  margin-bottom: 25px;
}
#contact .container .wrapper .form .title h2 {
  font-size: 34px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
  text-transform: uppercase;
}
#contact .container .wrapper .form .title h3 {
  color: #f5c00c;
  font-size: 34px;
  font-weight: 400;
  font-family: "Unna", sans-serif;
}
#contact .container .wrapper .form .title p {
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  line-height: 160%;
}
#contact .container .wrapper .form .item {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#contact .container .wrapper .form .item_3 {
  grid-template-columns: repeat(1, 1fr);
}
#contact .container .wrapper .form .contact-submit {
  width: 100%;
  background-color: #f5c00c;
  color: #fff;
}
#contact .container .wrapper .form .contact-submit:hover {
  background-color: #fff;
  color: #000;
}
#contact .container .wrapper .form .info {
  max-width: 525px;
  line-height: 160%;
  font-family: Montserrat, sans-serif;
  margin-top: 20px;
}
#contact .container .wrapper .form .contact {
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
}
#contact .container .wrapper .form .contact a {
  font-size: 24px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin-top: 20px;
  display: inline-block;
  position: relative;
}
#contact .container .wrapper .form .contact a::after {
  width: 100%;
}
#contact .container .wrapper .form .contact a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
  transition: width 0.2s ease-in-out;
}
#contact .container .wrapper .form .contact a:hover::after {
  width: 100%;
}
#contact .container .wrapper .form .contact p {
  margin-top: 20px;
  border-left: 2px solid #f5c00c;
  padding: 8px 8px 8px 15px;
  font-weight: 500;
}
#contact .container .wrapper .form .item_2 .wrap-input-1 #phone {
  color: #757575;
}
#contact .container .wrapper .form .item_4 .wrap-input-1 select {
  color: #757575;
}
#contact .container .wrapper .image {
  width: 480px;
  position: relative;
  z-index: 1;
}
#contact .container .wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#contact .container .wrapper .image .border {
  border: 3px solid #f5c00c;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  bottom: -30px;
  right: -40px;
}

#practice-areas-categories {
  background-image: url(../../assets/images/jpg/practic-areas-bg.jpg);
  padding: 100px 0 140px 0;
}
#practice-areas-categories .container {
  max-width: 1350px;
  padding: 0 20px;
  margin: 0 auto;
}
#practice-areas-categories .container .wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}
#practice-areas-categories .container .wrapper .card_item {
  max-width: 320px;
  height: 160px;
  position: relative;
}
#practice-areas-categories .container .wrapper .card_item:hover {
  background: #000;
}
#practice-areas-categories .container .wrapper .card_item:hover .title {
  background: #f5c00c;
  height: 70%;
  bottom: 0;
  top: 48px;
}
#practice-areas-categories .container .wrapper .card_item:hover .title h4 {
  color: #000;
}
#practice-areas-categories .container .wrapper .card_item:hover .title img {
  position: relative;
  z-index: 9;
  display: block;
}
#practice-areas-categories .container .wrapper .card_item:hover img {
  opacity: 0.5;
}
#practice-areas-categories .container .wrapper .card_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#practice-areas-categories .container .wrapper .card_item .title {
  transition: 0.25s ease-in-out;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
#practice-areas-categories .container .wrapper .card_item .title h4 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}
#practice-areas-categories .container .wrapper .card_item .title img {
  display: none;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 1440px) {
  #about .title__wrapper {
    width: 68%;
  }
  #about .content-nav {
    width: 37%;
  }
  #practice-areas .container .title h2 {
    max-width: 755px;
    padding-right: 60px;
  }
  #practice-areas .container .practice-areas-left .wrapper .overview {
    max-width: 755px;
    padding-right: 60px;
  }
}
@media only screen and (max-width: 1200px) {
  main {
    padding-top: 105px;
  }
  #title .container .title {
    justify-content: flex-start;
  }
  #title .container .title h2 {
    width: 100%;
  }
  #practice-areas .container .title h2 {
    padding-right: 80px;
  }
  #practice-areas-categories .container .wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  #home-banner .container .info .content {
    width: 100%;
    padding: 0 40px;
  }
  #founder {
    margin-top: 50px;
  }
  #founder .container .wrapper {
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
  #founder .container .wrapper .info {
    padding-bottom: 50px;
  }
  #contact-section {
    height: 100%;
  }
  #contact-section .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  #contact-section .wrapper__left {
    padding: 0 20px;
    margin-top: 20px;
  }
  #contact-section .wrapper__left .info {
    font-size: 24px;
  }
  #contact-section .wrapper__left .title {
    font-size: 5vw;
  }
  #contact-section .wrapper__right {
    padding: 0 20px;
  }
  #contact-section .wrapper__right h2 {
    font-size: 4.75vw;
  }
  #case-studies .title {
    margin-top: 60px;
    gap: 10px;
  }
  #case-studies .title h4 {
    font-size: 40px;
  }
  #case-studies .title .case-studies-description {
    width: 100%;
    font-size: 30px;
  }
  #case-studies .title .line {
    margin-top: 10px;
  }
  #case-studies .title .line .line-item {
    height: 8px;
  }
  #case-studies-detail .container .wrapper .detail .our-success-stories {
    margin-top: 60px;
  }
  #case-studies-detail .container .wrapper .detail .our-success-stories .row {
    grid-template-columns: repeat(1, 1fr);
  }
  #case-studies-detail .container .wrapper .contact {
    display: none;
  }
  #pdf-download .container {
    width: 100%;
  }
  #practice-areas {
    flex-direction: column;
  }
  #practice-areas .container {
    width: 100%;
  }
  #practice-areas .container .title h2 {
    width: 100% !important;
    max-width: none !important;
    margin-top: 50px;
  }
  #practice-areas .container .practice-areas-left .wrapper .overview {
    min-width: 100%;
    padding-right: 20px;
  }
  #practice-areas .container .practice-areas-left .experience .content {
    width: 100%;
    max-width: 100% !important;
    padding-left: 20px;
  }
  #practice-areas .content-nav {
    padding: 50px 0 100px 20px;
  }
  #location .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  #about {
    padding-top: 40px;
  }
  #about .title__wrapper {
    width: 100%;
    padding: 0 20px;
    display: block;
  }
  #about .title__wrapper h2 {
    max-width: none;
    width: 100%;
    margin-right: 0;
  }
  #about .wrapper {
    height: 100%;
    padding: 0 20px;
    flex-direction: column;
  }
  #about .wrapper__left {
    width: 100%;
    height: 500px;
    padding-top: 40px;
  }
  #about .wrapper__left .description {
    padding-top: 5px;
    padding-left: 50px;
  }
  #about .wrapper__right {
    width: 100%;
    margin-top: 20px;
  }
  #about .content-nav {
    width: 100%;
  }
  #experience .container .wrapper {
    flex-direction: column;
    padding: 0 20px;
  }
  #experience .container .wrapper__left {
    width: 100%;
  }
  #experience .container .wrapper__right {
    width: 100%;
  }
  #meet-team {
    margin-bottom: 40px;
  }
  #meet-team .wrapper {
    padding: 0 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  #print-pdf {
    display: none;
  }
  #contact .container .wrapper .form .contact-info {
    display: block;
  }
  #contact .container .wrapper .image {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #since .container .wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  #since .container .wrapper__left h4, #since .container .wrapper__center h4, #since .container .wrapper__right h4 {
    font-size: 30px;
  }
  #since .container .wrapper__left p, #since .container .wrapper__center p, #since .container .wrapper__right p {
    font-size: 16px;
  }
  #since .container .wrapper__center {
    border: none;
  }
  #about-us .container {
    padding: 80px 20px 60px 20px;
  }
  #about-us .container .wrapper {
    grid-template-columns: repeat(1, 1fr);
    gap: 100px;
  }
  #about-us .container .wrapper .imgs .second {
    right: 0px;
    top: 180px;
  }
  #practice-areas-section {
    margin: 30px 0;
    height: 270px;
  }
  #practice-areas-section h2 {
    font-size: 45px;
  }
  #lists .container .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  #title {
    height: 280px;
  }
  #title .container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #title .container .page-route {
    flex-wrap: wrap;
    margin-bottom: 35px;
  }
  #title .container .title {
    height: auto;
  }
  #title .container .title h2 {
    padding-left: 20px;
    font-size: 40px;
  }
  #menus {
    margin-top: 40px;
  }
  #menus .container .wrapper {
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  #menus .container .wrapper ul li {
    padding: 10px 0;
  }
  #menus .container .wrapper ul li a {
    font-size: 14px;
  }
  #menus .container .wrapper ul li a span {
    font-size: 16px;
  }
  #menus .container .wrapper ul li a i {
    width: 30px;
    height: 30px;
  }
  #menus .container .wrapper ul:first-child li:last-child {
    border-bottom: none;
  }
  #partners .container .partner-slider .wrapper .partner-slider-slide {
    flex: 0 0 33.3333333333%;
  }
  #practice-areas-title {
    height: 200px;
    background-attachment: unset;
  }
  #practice-areas-title .container .title h2 {
    font-size: 35px;
  }
  #practice-areas-categories .container .wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 550px) {
  #home-banner .container .video {
    height: 380px;
  }
  #home-banner .container .info .content {
    gap: 20px;
    padding: 0 20px;
  }
  #home-banner .container .info .content h2 {
    font-size: 30px;
  }
  #home-banner .container .info .content .item {
    border: 3px solid #ffc530;
    border-bottom: none;
    padding: 15px 10px;
  }
  #home-banner .container .info .content .item p {
    font-size: 16px;
  }
  #home-banner .container .info .content .item .left-item,
  #home-banner .container .info .content .item .right-item {
    width: 60px;
  }
  #home-banner .container .info .content .item .left-item {
    left: -18px;
  }
  #home-banner .container .info .content .item .right-item {
    right: -18px;
  }
  #home-banner .container .info .content a {
    font-size: 16px;
    gap: 5px;
  }
  #partners .container .title h2 {
    font-size: 25px;
    line-height: 45px;
  }
  #partners .container .title h2 .sentence_2::after {
    height: 22px;
    bottom: -17px;
  }
  #partners .container .partner-slider .wrapper .partner-slider-slide {
    padding: 0 15px;
  }
  #about-us .container .wrapper .imgs .first,
  #about-us .container .wrapper .imgs .second {
    padding: 8px;
  }
  #about-us .container .wrapper .imgs .first {
    width: 95%;
    height: 300px;
  }
  #about-us .container .wrapper .imgs .second {
    width: 300px;
    height: 220px;
    top: 150px;
  }
  #about-us .container .wrapper .about-us p {
    font-size: 16px;
  }
  #practice-areas-section {
    margin: 0;
    margin-top: 40px;
    height: 200px;
    background-position: center;
    text-align: center;
    background-attachment: unset;
  }
  #practice-areas-section h2 {
    width: 255px;
    font-size: 35px;
  }
  #founder .container .wrapper {
    gap: 10px;
  }
  #founder .container .wrapper .image {
    height: 320px;
  }
  #founder .container .wrapper .info h4 {
    margin-bottom: 8px;
  }
  #founder .container .wrapper .info p {
    font-size: 14px;
  }
  #contact-section .wrapper {
    padding-bottom: 30px;
  }
  #contact-section .wrapper__left {
    text-align: center;
  }
  #contact-section .wrapper__left .title {
    font-size: 25px;
  }
  #contact-section .wrapper__left .info {
    font-size: 18px;
    margin-top: 10px;
  }
  #contact-section .wrapper__right h2 {
    font-size: 25px;
    margin-top: 20px;
  }
  #contact-section .wrapper__right form {
    margin-top: 20px;
  }
  #contact-section .wrapper__right form .item_1,
  #contact-section .wrapper__right form .item_2,
  #contact-section .wrapper__right form .item_3 {
    gap: 15px;
    grid-template-columns: repeat(1, 1fr);
  }
  #contact-section .wrapper__right form .item_1 select,
  #contact-section .wrapper__right form .item_2 select,
  #contact-section .wrapper__right form .item_3 select {
    height: 45px;
    font-size: 14px;
  }
  #contact-section .wrapper__right form .item_2,
  #contact-section .wrapper__right form .item_3,
  #contact-section .wrapper__right form .item_4,
  #contact-section .wrapper__right form .item_5 {
    margin-top: 15px;
  }
  #contact-section .wrapper__right form .item_1 input,
  #contact-section .wrapper__right form .item_2 input,
  #contact-section .wrapper__right form .item_3 input,
  #contact-section .wrapper__right form .item_4 input,
  #contact-section .wrapper__right form .item_5 input {
    height: 45px;
    font-size: 14px;
  }
  #contact-section .wrapper__right form .item_1 textarea,
  #contact-section .wrapper__right form .item_2 textarea,
  #contact-section .wrapper__right form .item_3 textarea,
  #contact-section .wrapper__right form .item_4 textarea,
  #contact-section .wrapper__right form .item_5 textarea {
    font-size: 14px;
  }
  #contact-section .wrapper__right .send-item .send-btn {
    width: 100%;
    font-size: 18px;
    padding: 16px 0;
  }
  #title {
    height: 240px;
  }
  #title .container {
    display: block;
  }
  #title .container .page-route {
    margin-bottom: 0;
  }
  #title .container .title {
    height: 100%;
  }
  #title .container .title h2 {
    font-size: 25px;
    padding: 10px 0 10px 20px;
    letter-spacing: 3px;
    line-height: 40px;
  }
  #practice-areas-title {
    background-position: center;
  }
  #practice-areas-title .container .title {
    text-align: center;
  }
  #practice-areas-title .container .title h2 {
    width: 290px;
  }
  #lists .container .list-categories-title {
    margin-top: 10px;
  }
  #lists .container .list-categories {
    margin-bottom: 40px;
  }
  #lists .container .list-title h2 {
    font-size: 25px;
  }
  #case-studies .title {
    margin-top: 40px;
  }
  #case-studies .title h4 {
    font-size: 35px;
  }
  #case-studies .title .case-studies-description {
    font-size: 20px;
  }
  #case-studies .title .success {
    font-size: 20px;
  }
  #practice-areas .container .title h2 {
    font-size: 20px;
    padding-right: 20px;
    margin-top: 20px;
    line-height: normal;
    letter-spacing: 1.2px;
  }
  #practice-areas .container .practice-areas-left {
    padding-bottom: 0;
  }
  #practice-areas .container .practice-areas-left .wrapper .overview h3 {
    text-align: center;
    margin: 30px 0;
  }
  #practice-areas .container .practice-areas-left .wrapper .overview .img {
    width: 100%;
    margin-bottom: 30px;
  }
  #practice-areas .container .practice-areas-left .wrapper .overview .description {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 30px;
  }
  #practice-areas .container .practice-areas-left .experience {
    padding: 20px;
    height: auto;
  }
  #practice-areas .container .practice-areas-left .experience .content {
    padding: 20px;
    border: 3px solid #f5c00c;
  }
  #practice-areas .container .practice-areas-left .experience .content h2 {
    font-size: 25px;
  }
  #practice-areas .container .practice-areas-left .experience .content p {
    font-size: 20px;
  }
  #pdf-download {
    padding-top: 40px;
  }
  #pdf-download .container {
    padding: 0 20px;
    justify-content: center;
    align-items: center;
  }
  #pdf-download .container .wrapper {
    padding: 0;
  }
  #pdf-download .container .wrapper h2 {
    margin-top: 0;
    font-size: 25px;
    text-align: center;
    padding-bottom: 40px;
  }
  #location .wrapper__left {
    height: 180px;
  }
  #location .wrapper__right .content {
    padding: 20px;
  }
  #location .wrapper__right .content .info {
    border: none;
    width: 100%;
    text-align: center;
    padding: 0;
  }
  #location .wrapper__right .content .info .address {
    margin-bottom: 15px;
  }
  #about {
    padding-top: 0;
  }
  #about .title {
    padding-top: 30px;
  }
  #about .title__wrapper h2 {
    line-height: normal;
    letter-spacing: 1.2px;
    font-size: 20px;
    padding-bottom: 30px;
  }
  #about .wrapper {
    padding: 0;
  }
  #about .wrapper__left {
    padding: 0;
  }
  #about .wrapper__left .description {
    margin-left: 0;
    margin-right: 20px;
    border-left: none;
    padding: 0 20px 0 20px;
  }
  #about .wrapper__left .description p {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  #about .wrapper__right__item {
    height: 100px;
  }
  #experience {
    padding: 50px 0;
  }
  #experience .container .wrapper {
    gap: 50px;
  }
  #experience .container .wrapper__left {
    padding: 20px 30px 30px;
  }
  #experience .container .wrapper__left__item h4 {
    font-size: 90px;
  }
  #experience .container .wrapper__left__item h5::after {
    margin: 15px auto 10px;
  }
  #experience .container .wrapper__left__item p {
    font-size: 16px;
  }
  #experience .container .wrapper__right .row__item {
    padding: 20px 0;
  }
  #experience .container .wrapper__right .row__item h4 {
    font-size: 22px;
  }
  #meet-team {
    padding-top: 20px;
  }
  #meet-team .wrapper {
    gap: 30px;
  }
  #meet-team .wrapper__left {
    height: 300px;
  }
  #meet-team .wrapper__left img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
  }
  #meet-team .wrapper__right {
    padding-left: 20px;
    border-left: 4px solid #f5c00c;
  }
  #meet-team .wrapper__right p {
    font-size: 16px;
    line-height: 1.5;
  }
  #responsive-menu #responsive-menu__nav {
    width: 75%;
  }
  #responsive-menu #responsive-menu__nav ul .menu-item .submenu .active {
    margin-top: 10px !important;
  }
  #responsive-menu #responsive-menu__nav ul .menu-item .submenu .active li a {
    font-size: 16px !important;
  }
  #responsive-menu #responsive-menu__nav ul .menu-item .submenu .active li a img {
    width: 22px;
    height: 22px;
  }
  #contact .container {
    padding: 0 20px;
  }
  #contact .container .wrapper {
    margin: 30px 0;
  }
  #contact .container .wrapper .form .title {
    max-width: 100%;
  }
  #contact .container .wrapper .form .title h2,
  #contact .container .wrapper .form .title h3 {
    font-size: 30px;
  }
  #contact .container .wrapper .form form .item {
    grid-template-columns: repeat(1, 1fr);
  }
  #practice-areas-categories .container .wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  #practice-areas-categories .container .wrapper .card_item {
    max-width: 100%;
    height: 180px;
  }
  #practice-areas-categories .container .wrapper .card_item .title {
    transition: 0.1s ease-in-out;
    padding: 0 10px;
  }
  #practice-areas-categories .container .wrapper .card_item .title h4 {
    font-size: 16px;
  }
  #practice-areas-categories .container .wrapper .card_item:hover .title {
    top: 55px;
  }
  #case-studies-detail .container .wrapper .detail .detail-title {
    font-size: 20px;
    letter-spacing: 1.2px;
    padding-right: 0;
    line-height: normal;
  }
  #case-studies-detail .container .wrapper .detail .description {
    font-size: 16px;
  }
}
@media only screen and (max-width: 390px) {
  #responsive-menu #responsive-menu__nav {
    width: 100%;
  }
  #responsive-menu #responsive-menu__nav ul li .active {
    width: 100%;
  }
  #home-banner .container .info .content .item {
    padding: 10px;
  }
  #home-banner .container .info .content .item p {
    font-size: 14px;
  }
  #title .container .title h2 {
    font-size: 25px;
  }
  #pdf-download {
    padding: 0;
  }
  #practice-areas .container .title h2 {
    margin-top: 30px;
    font-size: 18px;
    padding-bottom: 30px;
  }
  #about-us .container .wrapper .imgs .first {
    width: 95%;
  }
  #about-us .container .wrapper .imgs .second {
    width: 85%;
    top: 145px;
  }
  #case-studies-detail .container .wrapper .detail .detail-title {
    font-size: 18px;
  }
  #about .title__wrapper h2 {
    font-size: 18px;
  }
}
#home-banner .container .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
}

.video:hover .play-overlay {
  opacity: 1;
  pointer-events: auto;
}

.play-overlay:hover {
  background: rgba(0, 0, 0, 0.6);
  transform: translate(-50%, -50%) scale(1.1);
}

.play-overlay.play::before {
  content: "\f04b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: white;
  display: inline-block;
}

.play-overlay.pause::before {
  content: "\f04c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: white;
  display: inline-block;
}

.video-controls {
  position: absolute;
  bottom: 0;
  z-index: 9;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  padding: 20px 15px 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 20;
}

.video:hover .video-controls {
  opacity: 1;
}

.controls-row {
  display: flex;
  align-items: center;
  gap: 15px;
}

.progress-container {
  flex: 1;
  height: 6px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  cursor: pointer;
  position: relative;
}

.progress-bar {
  height: 100%;
  background: #fff;
  border-radius: 3px;
  width: 0%;
  transition: width 0.1s ease;
}

.progress-container:hover {
  height: 8px;
}

.volume-control {
  position: relative;
  display: flex;
  align-items: center;
}

.volume-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  fill: white;
  transition: fill 0.3s ease;
}

.volume-icon:hover {
  fill: #fff;
}

.volume-slider-container {
  position: absolute;
  bottom: 40px;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.8);
  padding: 15px 8px;
  border-radius: 20px;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.volume-control:hover .volume-slider-container {
  opacity: 1;
  pointer-events: auto;
}

.volume-slider {
  writing-mode: bt-lr;
  -webkit-appearance: slider-vertical;
  width: 6px;
  height: 100px;
  background: rgba(255, 255, 255, 0.3);
  outline: none;
  cursor: pointer;
}

.volume-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff4757;
  cursor: pointer;
}

.volume-slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ff4757;
  cursor: pointer;
  border: none;
}

video::-webkit-media-controls {
  display: none !important;
}

video::-webkit-media-controls-panel {
  display: none !important;
}

video::-webkit-media-controls-start-playback-button {
  display: none !important;
}

.list-card {
  padding: 15px 15px 50px;
  background-color: #fbfbfb;
  position: relative;
  display: flex;
  flex-direction: column;
}
.list-card::after {
  width: 45px;
  height: 35px;
  left: -2px;
  top: -2px;
  transition: 0.3s;
  content: "";
  position: absolute;
  display: inline-block;
  border: 2px solid #f5c00c;
  z-index: -1;
}
.list-card:hover::after {
  width: 100%;
  height: 100%;
}
.list-card .category {
  padding: 10px 15px;
  background-color: #dcdcdc;
  color: #000;
  font-weight: 500;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 15px;
}
.list-card .list-card-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 24px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 20px;
}
.list-card .description {
  margin-bottom: 40px;
  font-size: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.list-card .cases-list-link {
  padding: 10px 15px;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  text-transform: capitalize;
  text-align: left;
  background-color: #f5c00c;
  color: #fff;
  margin-top: auto;
}

@media only screen and (max-width: 390px) {
  .list-card .category {
    padding: 8px 12px;
  }
  .list-card .category p {
    font-size: 14px;
  }
  .list-card .list-card-title {
    font-size: 20px;
  }
}
.mySwiper-case-studios {
  width: 100%;
  height: 550px !important;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 55px;
}
.mySwiper-case-studios .swiper-wrapper {
  transition-timing-function: ease-out !important;
  align-items: flex-end;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide {
  width: 20%;
  height: auto;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.3s ease-out;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide .image-component {
  display: inline-block;
  width: 100%;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide .image-component .line {
  position: relative;
  padding-left: 18px;
  padding-bottom: 15px;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide .image-component .line .content {
  z-index: 2;
  display: none;
  position: absolute;
  bottom: 15px;
  padding: 20px;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide .image-component .line .content p {
  font-size: 18px;
  color: #fff;
  text-align: start;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide .image-component .line .bg-shadow {
  width: 97.5%;
  height: 97%;
  top: 0;
  left: 18px;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide .image-component .line .gradient-overlay {
  position: absolute;
  bottom: 15px;
  left: 18px;
  width: 97.5%;
  height: 60%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
  pointer-events: none;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide .image-component .line img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 5/3;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide .image-component .line::before {
  content: "";
  position: absolute;
  left: -10px;
  bottom: -15px;
  height: 95%;
  border-left: 15px solid #0E3E43;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide .image-component .line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 10%;
  width: 92%;
  border-bottom: 15px solid #0E3E43;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-active {
  margin-bottom: 0;
  width: 50% !important;
  height: 490px;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-active .image-component {
  padding: 0 100px;
  height: 100%;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-active .image-component .line {
  height: 100%;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-active .image-component .line::after {
  width: 95%;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-active .image-component .line .content {
  display: block;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-active .image-component .line .content p {
  font-size: 24px;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-prev,
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-next {
  width: 25% !important;
  height: 400px;
  padding-bottom: 35px;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-prev .image-component,
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-next .image-component {
  height: 100%;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-prev .image-component .line,
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-next .image-component .line {
  height: 100%;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-prev .image-component .line::after,
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-next .image-component .line::after {
  left: 18px;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-prev .image-component .line::before,
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-next .image-component .line::before {
  bottom: -12px;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-prev .image-component .line .bg-shadow,
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-next .image-component .line .bg-shadow {
  background-color: rgba(255, 255, 255, 0.1);
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-prev .image-component .line::before {
  border: none;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-prev .image-component .line::after {
  width: 82%;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-prev .image-component .line .bg-shadow {
  left: 18px;
  width: 96.5%;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-prev .image-component .line .gradient-overlay {
  left: 18px;
  width: 96.5%;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-next .image-component .line {
  padding-bottom: 12px;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-next .image-component .line::after {
  left: 4px;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-next .image-component .line::before {
  bottom: -15px;
  height: 92%;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-next .image-component .line .gradient-overlay {
  bottom: 11px;
}
.mySwiper-case-studios .swiper-wrapper .swiper-slide-active .image-component img {
  width: 100%;
}
.mySwiper-case-studios .swiper-navigation-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 42%;
  align-items: center;
  gap: 10px;
  z-index: 10;
}
.mySwiper-case-studios .swiper-navigation-wrapper .swiper-button-next:after,
.mySwiper-case-studios .swiper-navigation-wrapper .swiper-button-prev:after {
  content: "";
}
.mySwiper-case-studios .swiper-navigation-wrapper .swiper-button-next,
.mySwiper-case-studios .swiper-navigation-wrapper .swiper-button-prev {
  position: static;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: 0;
}
.mySwiper-case-studios .swiper-navigation-wrapper .swiper-button-next:before {
  content: "\f061";
}
.mySwiper-case-studios .swiper-navigation-wrapper .swiper-button-prev:before {
  content: "\f060";
}
.mySwiper-case-studios .swiper-navigation-wrapper .swiper-counter {
  position: static;
  color: #000;
  font-size: 16px;
  padding-left: 40px;
}
.mySwiper-case-studios .swiper-navigation-wrapper .next-prev-btns {
  display: flex;
  gap: 8px;
  margin-right: 62px;
}

.mySwiper-case-studios-responsive {
  display: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  padding-bottom: 55px;
}
.mySwiper-case-studios-responsive .swiper-wrapper {
  transition-timing-function: ease-out !important;
  align-items: flex-end;
}
.mySwiper-case-studios-responsive .swiper-wrapper .swiper-slide {
  height: auto;
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: width 0.3s ease-out;
}
.mySwiper-case-studios-responsive .swiper-wrapper .swiper-slide .image-component {
  width: 100%;
}
.mySwiper-case-studios-responsive .swiper-wrapper .swiper-slide .image-component .line {
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
}
.mySwiper-case-studios-responsive .swiper-wrapper .swiper-slide .image-component .line .content {
  position: absolute;
  bottom: 15px;
  padding: 20px;
}
.mySwiper-case-studios-responsive .swiper-wrapper .swiper-slide .image-component .line .content p {
  font-size: 18px;
  color: #fff;
  text-align: start;
}
.mySwiper-case-studios-responsive .swiper-wrapper .swiper-slide .image-component .line img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 5/3;
}
.mySwiper-case-studios-responsive .swiper-wrapper .swiper-slide .image-component .line::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 92%;
  border-left: 15px solid #0E3E43;
}
.mySwiper-case-studios-responsive .swiper-wrapper .swiper-slide .image-component .line::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 10%;
  width: 92%;
  border-bottom: 15px solid #0E3E43;
}
.mySwiper-case-studios-responsive .swiper-navigation-wrapper {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  gap: 10px;
  z-index: 10;
}
.mySwiper-case-studios-responsive .swiper-navigation-wrapper .swiper-button-next:after,
.mySwiper-case-studios-responsive .swiper-navigation-wrapper .swiper-button-prev:after {
  content: "";
}
.mySwiper-case-studios-responsive .swiper-navigation-wrapper .swiper-button-next,
.mySwiper-case-studios-responsive .swiper-navigation-wrapper .swiper-button-prev {
  position: static;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: 0;
}
.mySwiper-case-studios-responsive .swiper-navigation-wrapper .swiper-button-next:before {
  content: "\f061";
}
.mySwiper-case-studios-responsive .swiper-navigation-wrapper .swiper-button-prev:before {
  content: "\f060";
}
.mySwiper-case-studios-responsive .swiper-navigation-wrapper .swiper-counter {
  position: static;
  color: #000;
  font-size: 16px;
}
.mySwiper-case-studios-responsive .swiper-navigation-wrapper .next-prev-btns {
  display: flex;
  gap: 8px;
}

@media only screen and (max-width: 1440px) {
  .mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-active {
    width: 68% !important;
  }
  .mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-active .image-component {
    padding: 0 100px;
  }
  .mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-active .image-component .line .content {
    width: 80%;
  }
  .mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-active .image-component .line .content p {
    line-height: 38px;
    font-size: 28px;
  }
  .mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-next {
    width: 17% !important;
  }
  .mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-prev {
    width: 15% !important;
  }
  .mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-prev .image-component .line {
    padding-left: 0;
  }
  .mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-prev .image-component .line::after {
    left: 0;
    width: 86%;
  }
  .mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-prev .image-component .line .bg-shadow {
    left: 0px;
    width: 100%;
  }
  .mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-prev .image-component .line .gradient-overlay {
    left: 0px;
    width: 100%;
  }
  .mySwiper-case-studios .swiper-button-prev {
    left: 61.5%;
  }
  .mySwiper-case-studios .swiper-button-next {
    right: 0;
  }
  .mySwiper-case-studios .swiper-navigation-wrapper {
    width: 54% !important;
    align-items: flex-start;
  }
  .mySwiper-case-studios .swiper-navigation-wrapper .swiper-counter {
    padding-left: 5px;
  }
  .mySwiper-case-studios .swiper-navigation-wrapper .next-prev-btns {
    margin-right: 35px;
  }
}
@media only screen and (max-width: 1200px) {
  .mySwiper-case-studios .swiper-wrapper .swiper-slide.swiper-slide-active .image-component {
    padding: 0 60px;
  }
  .mySwiper-case-studios .swiper-navigation-wrapper {
    width: 60% !important;
  }
  .mySwiper-case-studios .swiper-navigation-wrapper .swiper-counter {
    padding-left: 18px;
  }
}
@media only screen and (max-width: 1024px) {
  #case-studies {
    padding: 0 20px;
  }
  .mySwiper-case-studios {
    display: none;
  }
  .mySwiper-case-studios-responsive {
    display: block;
  }
}
@media only screen and (max-width: 550px) {
  .mySwiper-partners .swiper-wrapper .swiper-slide {
    height: 100px;
  }
  .mySwiper-case-studios-responsive .swiper-wrapper .swiper-slide .image-component .line {
    padding-left: 18px;
    padding-bottom: 5px;
  }
  .mySwiper-case-studios-responsive .swiper-wrapper .swiper-slide .image-component .line::before {
    border-left: 10px solid #0e3e43;
  }
  .mySwiper-case-studios-responsive .swiper-wrapper .swiper-slide .image-component .line::after {
    border-bottom: 10px solid #0e3e43;
    width: 94%;
  }
  .mySwiper-case-studios-responsive .swiper-wrapper .swiper-slide .image-component .line .content {
    bottom: 8px;
    padding: 15px;
  }
  .mySwiper-case-studios-responsive .swiper-wrapper .swiper-slide .image-component .line .content p {
    font-size: 16px;
  }
  .mySwiper-case-studios-responsive .swiper-navigation-wrapper .next-prev-btns {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 390px) {
  .mySwiper-case-studios .swiper-wrapper .swiper-slide::after {
    width: 76%;
  }
  .mySwiper-case-studios-responsive .swiper-wrapper .swiper-slide .image-component .line {
    padding-left: 16px;
    padding-bottom: 2px;
  }
  .mySwiper-case-studios-responsive .swiper-wrapper .swiper-slide .image-component .line .content {
    padding: 10px;
  }
  .mySwiper-case-studios-responsive .swiper-wrapper .swiper-slide .image-component .line .content p {
    font-size: 14px;
  }
}
.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  animation: fadeIn 0.3s ease;
}

.modal.show {
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-content {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  animation: zoomIn 0.3s ease;
}

.modal-content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.close {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 35px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 1001;
}

.close:hover,
.close:focus {
  color: #ff6b6b;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    transform: scale(0.5);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes zoomOut {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.5);
    opacity: 0;
  }
}
.modal.hide .modal-content {
  animation: zoomOut 0.3s ease;
}

@media (max-width: 768px) {
  .img {
    width: 250px;
    height: 167px;
  }
  .modal-content {
    max-width: 95%;
    max-height: 80%;
  }
  .close {
    font-size: 30px;
    top: -35px;
  }
}
.wrap-input-1 .input:focus {
  outline: none;
}

.wrap-input-1 {
  position: relative;
  margin: 0;
  margin-bottom: 20px;
  height: 60px;
}

.wrap-input-1 .input {
  border: 0;
  padding: 7px 0;
  border-bottom: 1px solid #ccc;
  width: 100%;
  box-sizing: border-box;
  letter-spacing: 1px;
  background-color: #FBFBFB;
  height: 100%;
  padding-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.wrap-input-1 select.input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  padding-right: 40px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 20px;
}

.wrap-input-1 select.input option[disabled] {
  color: #999;
}

.wrap-input-1 .input ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #f5c00c;
  transition: 0.4s;
}

.wrap-input-1 .input:focus ~ .focus-border {
  width: 100%;
  transition: 0.4s;
}

.wrap-input-1 textarea.input {
  resize: vertical;
  min-height: 80px;
  padding-top: 15px;
  padding-right: 20px;
  line-height: 1.5;
}

.wrap-input-1:has(textarea.input) {
  height: auto;
  min-height: 80px;
}