/* 
Theme Name: KLME Theme
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body {
  font-family: "Montserrat", Sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.2em;
}
body #body main#content,
body #body main#content h1,
body #body main#content h2,
body #body main#content h3,
body #body main#content h4,
body #body main#content h5,
body #body main#content h6 {
  font-family: "Montserrat", Sans-serif;
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff7f2;
  display: flex;
  justify-content: center;
  padding: 3%;
  z-index: 9999;
}
body.loading #preloader {
  opacity: 1;
  visibility: visible;
}
.preload-text {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}
.preloader-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 10;
}
.preload-text > p {
  font-size: 25px;
  line-height: 30px;
  letter-spacing: 3px;
  color: #dd344d;
  margin-bottom: 5px;
  overflow: hidden;
}
.preload-text > p > span.text,
.preload-text > h3 > span.text {
  display: block;
  position: relative;
}
.preload-text > p > span.text,
.preload-text > h3 > span.text,
.preload-logo > svg {
  transform: translate(0px, 200px);
  -webkit-transform: translate(0px, 200px);
  -moz-transform: translate(0px, 200px);
  -ms-transform: translate(0px, 200px);
  -o-transform: translate(0px, 200px);
}
.preload-text > h3 {
  margin: 0;
  font-size: 50px;
  line-height: 61px;
  font-weight: 300;
  color: #7c223c;
  overflow: hidden;
}
.preload-logo {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.preload-logo > svg {
  display: block;
  max-width: 100%;
  height: auto;
}
/*===================================
  #              Page Style
  =====================================*/
a,
input,
textarea,
button {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.container {
  max-width: 96%;
  width: 1680px;
  margin: 0 auto;
  padding: 0 20px;
}
header#site-header {
  padding: 40px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
header#site-header.fixed {
  background-color: #ffffff;
  border-bottom: 1px solid #c2c2c2;
  padding: 20px 0;
}
body.elementor-editor-active header#site-header {
  position: relative;
  background-color: #ffffff;
  border-bottom: 1px solid #c2c2c2;
}
header#site-header.fixed button#menu-btn {
  width: 40px;
}
.site-branding {
  width: 173px;
  transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
}
header#site-header.fixed .site-branding {
  width: 150px;
}
body.admin-bar header#site-header {
  top: 32px;
}
.header-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-branding > a,
.site-branding > a > img {
  display: block;
}
button#menu-btn {
  padding: 0;
  border: none;
  width: 52px;
  border-radius: 0px;
  transition: width 0.3s ease-in-out;
  -webkit-transition: width 0.3s ease-in-out;
  -moz-transition: width 0.3s ease-in-out;
  -ms-transition: width 0.3s ease-in-out;
  -o-transition: width 0.3s ease-in-out;
}
button#menu-btn > svg {
  display: block;
  width: 100%;
  height: auto;
}
button#menu-btn:focus,
button#menu-btn:hover {
  background-color: transparent;
}
section#sliding-menu {
  position: fixed;
  top: 0;
  right: 0;
  margin-right: -482px;
  z-index: 9999;
  width: 482px;
  height: 100vh;
  background-color: #7c223c;
  display: flex;
  overflow: scroll;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.sliding-menu-wrapper {
  padding: 10%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
}
button.close-menu {
  padding: 0;
  border: none;
  border-radius: 0;
  position: relative;
  z-index: 2;
}
button.close-menu:hover,
button.close-menu:focus {
  background: none;
}
button.close-menu > svg {
  display: block;
  width: 100%;
  height: auto;
}
button.close-menu > svg line {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
button.close-menu:hover > svg line {
  stroke: #ffffff;
}
nav.site-navigation {
  margin: auto 0;
  padding: 30px 0;
  width: 100%;
  position: relative;
  z-index: 2;
}
nav.site-navigation > ul.menu {
  flex-direction: column;
  align-items: flex-end;
  row-gap: 40px;
  row-gap: 5vh;
}
nav.site-navigation > ul.menu > li > a {
  font-size: 31px;
  line-height: 1.2em;
  color: #c85476;
  padding: 0px;
  text-align: right;
  text-transform: uppercase;
}
nav.site-navigation > ul.menu > li > a:hover {
  color: #f2e1d6;
}
section#sliding-menu.show-menu {
  margin-right: 0;
}
section.menu-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  cursor: zoom-out;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
section#sliding-menu.show-menu + section.menu-overlay {
  opacity: 1;
  visibility: visible;
}
.overlay-bg {
  position: absolute;
  top: 0;
  right: 0px;
  width: 60%;
  height: 100%;
  background-image: linear-gradient(to left, #5b1227, #5b122700);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
section#sliding-menu.show-menu + section.menu-overlay .overlay-bg {
  right: 480px;
}
svg#preloader-svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
}
#banner-image > .elementor-widget-container,
#banner-shape > .elementor-widget-container,
#banner-title > .elementor-widget-container {
  transition: none;
}
main#content > .page-content > .elementor > .elementor-element > .e-con-inner,
#page-breadcrumb > .e-con-inner {
  max-width: 96%;
  width: 1640px;
}
/*==== Home Banner Section ====*/
#home-banner {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
#banner-bg-shape {
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="605.783" height="803.466" viewBox="0 0 605.783 803.466"><defs><clipPath id="clip-path"><path id="Path_142" data-name="Path 142" d="M7.221,805.922C54.077,504.658,304.3,270.429,613,248.468L7.221,2.456Z" transform="translate(424.227 222.779)" fill="%237c223c"/></clipPath></defs><g id="Mask_Group_30" data-name="Mask Group 30" transform="translate(-431.448 -225.235)" clip-path="url(%23clip-path)"><rect id="Rectangle_65" data-name="Rectangle 65" width="651" height="833" transform="translate(386.166 184)"/><path id="Rectangle_65_-_Outline" data-name="Rectangle 65 - Outline" d="M1,1V832H650V1H1M0,0H651V833H0Z" transform="translate(386.166 184)" fill="%23707070"/></g></svg>');
  mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="605.783" height="803.466" viewBox="0 0 605.783 803.466"><defs><clipPath id="clip-path"><path id="Path_142" data-name="Path 142" d="M7.221,805.922C54.077,504.658,304.3,270.429,613,248.468L7.221,2.456Z" transform="translate(424.227 222.779)" fill="%237c223c"/></clipPath></defs><g id="Mask_Group_30" data-name="Mask Group 30" transform="translate(-431.448 -225.235)" clip-path="url(%23clip-path)"><rect id="Rectangle_65" data-name="Rectangle 65" width="651" height="833" transform="translate(386.166 184)"/><path id="Rectangle_65_-_Outline" data-name="Rectangle 65 - Outline" d="M1,1V832H650V1H1M0,0H651V833H0Z" transform="translate(386.166 184)" fill="%23707070"/></g></svg>');
  mask-repeat: no-repeat;
  mask-position: 40% 69%;
  mask-size: 25%;
  transition: none;
}
/* html {
  scroll-snap-type: y mandatory;
}
main#content > .page-content > .elementor > .elementor-element {
  scroll-snap-align: start;
  scroll-snap-stop: always;
} */
.elementor-element.animated
  .elementor-element.button-border
  .elementor-button-wrapper:before {
  width: 100%;
  transition-delay: 0.5s;
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  30% {
    transform: translateY(100px);
  }
}

#mouse-animation svg #wheel {
  animation: scroll ease 1.5s infinite;
}
/*==== KLME Mission Section ====*/
body:not(.elementor-editor-active) #mission-texts .mission-slide-text-2,
body:not(.elementor-editor-active) #mission-texts .mission-slide-text-3,
body:not(.elementor-editor-active) #mission-images .mission-image-2,
body:not(.elementor-editor-active) #mission-images .mission-image-3 {
  position: absolute;
  opacity: 0;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
#klme-mission .elementor-element.mission-shape {
  position: absolute;
  bottom: -32vh;
  left: 0;
  max-width: 145%;
  margin-left: -20vw;
}
#mission-images {
  margin-bottom: -33vh;
  width: 35vw;
}
#mission-images > .elementor-widget-image:before {
  content: "";
  width: 44%;
  height: 44%;
  display: block;
  background: #dd344d;
  position: absolute;
  top: 8%;
  right: 18%;
  z-index: 9;
}
#mission-images > .elementor-widget-image > .elementor-widget-container {
  position: relative;
  z-index: 10;
}
#mission-texts .elementor-widget-text-editor p {
  margin-bottom: 0;
}
#mission-texts .elementor-widget-text-editor p strong {
  color: #7c223c;
  font-weight: 600;
}
.elementor-element.button-border .elementor-button-wrapper {
  position: relative;
}
.elementor-element.button-border .elementor-button-wrapper:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #c2c2c2;
  top: 50%;
  left: 0;
  margin-top: -1px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.elementor-element.button-border .elementor-button-wrapper a.elementor-button {
  position: relative;
  z-index: 10;
  padding-right: 45px;
}
#footer-menu ul.menu {
  list-style: none;
  padding: 0;
  display: flex;
  column-gap: 43px;
}
#footer-menu ul.menu > li > a {
  font-size: 14px;
  line-height: 1.2em;
  color: #ffffff;
  text-transform: uppercase;
}
#footer-menu ul.menu > li > a:hover {
  text-decoration: underline;
}
#contact-form .form-row:not(.submit-row) {
  margin-bottom: 40px;
}
#contact-form .form-row p {
  margin-bottom: 0;
}
#contact-form .form-row p label {
  display: block;
  font-size: 18px;
  line-height: 1.2em;
  color: #ffffff;
  margin-bottom: 10px;
}
#contact-form .form-row p span.wpcf7-form-control-wrap {
  display: block;
}
#contact-form .form-row p input.wpcf7-form-control:not(.wpcf7-submit),
#contact-form .form-row p textarea.wpcf7-form-control {
  padding: 0;
  border-radius: 0;
  border: none;
  background: transparent;
  border-bottom: 1px solid #f2e1d6;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2em;
}
#contact-form .form-row p input.wpcf7-form-control:not(.wpcf7-submit) {
  height: 30px;
}
#contact-form .form-row p textarea.wpcf7-form-control {
  height: 150px;
}
#contact-form .form-row p textarea.wpcf7-form-control:focus,
#contact-form .form-row p input.wpcf7-form-control:focus {
  outline: 0;
  border-color: #ffa972;
}
#contact-form .form-row p input.wpcf7-form-control.wpcf7-submit {
  background: #dd344d;
  padding: 12px 40px;
  border-radius: 0;
  border: none;
  height: 52px;
  min-width: 300px;
  color: #ffffff;
}
#contact-form .form-row.submit-row p {
  display: flex;
  position: relative;
}
#contact-form .form-row.submit-row span.wpcf7-spinner {
  position: absolute;
  right: 160px;
  top: 50%;
  margin-top: -12px;
}
#contact-form .form-row p input.wpcf7-form-control.wpcf7-submit:hover {
  color: #ffffff;
  background: #b1192f;
}
#contact-form .form-row span.wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: 1.2em;
  margin-top: 10px;
  color: #ffd8d8;
}
#contact-form .wpcf7-response-output {
  text-align: center;
  padding: 10px;
  color: #ffffff;
  margin-left: 0;
  margin-right: 0;
}
main#content
  .elementor-element.elementor-widget-button
  a.elementor-button
  span.elementor-button-icon
  svg {
  width: 26px;
}
main#content
  .elementor-element.elementor-widget-button
  a.elementor-button
  span.elementor-button-content-wrapper {
  align-items: center;
}
/*===== News & Legal Prespectives =====*/
#news-post-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 90px;
}
.single-news-post.fix {
  width: 47%;
}
.single-news-header {
  display: flex;
  column-gap: 18px;
  margin-bottom: 18px;
}
.single-news-thumb {
  width: 46%;
}
.single-news-title {
  width: 54%;
}
.single-news-title > h2 {
  font-size: 22px;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 10px;
}
.single-news-title > h2 > a {
  font-size: 20px;
  line-height: 1.2em;
}
.single-news-title > p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.2em;
  color: #000000;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2c2c2;
}
.single-news-excerpt {
  color: #000000;
  font-size: 15px;
  margin-bottom: 25px;
}
.single-news-excerpt p {
  margin-bottom: 0;
}
.single-news-button > a {
  display: inline-block;
  font-size: 14px;
  line-height: 1.2em;
  text-transform: uppercase;
}
.single-news-button > a:hover {
  text-decoration: underline;
}
.single-news-thumb > a {
  display: block;
  overflow: hidden;
}
.single-news-thumb > a > img {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.single-news-thumb > a:hover > img {
  scale: 1.05;
}
/*===== KLME Story =====*/
#klme-story .elementor-widget-text-editor p {
  margin-bottom: 0;
}
#klme-story .elementor-widget-text-editor p:not(:last-child) {
  margin-bottom: 35px;
}
#expert-search-form form.search-form {
  display: flex;
  column-gap: 40px;
  align-items: flex-end;
  flex-wrap: wrap;
  row-gap: 60px;
}
#expert-search-form form.search-form > .form-row:nth-child(1) {
  width: 35%;
}
#expert-search-form form.search-form > .form-row:nth-child(2) {
  width: 30%;
}
#expert-search-form form.search-form > .form-row:nth-child(3) {
  width: 25%;
}
#expert-search-form form.search-form > .form-submit {
  width: 11%;
}
#expert-search-form .form-row > label {
  font-size: 18px;
  line-height: 1.2em;
  display: block;
  color: #7c223c;
  margin-bottom: 0px;
}
#expert-search-form .form-row > input {
  padding: 0;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #707070;
  background: transparent;
  color: #000000;
  height: 40px;
}
#expert-search-form .form-row > input:focus {
  outline: 0;
  border-color: #7c223c;
}
#expert-search-form .form-submit button.submit {
  padding: 0;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  color: #7c223c;
  font-size: 18px;
  line-height: 1.2em;
  text-transform: uppercase;
  column-gap: 10px;
  background: #f2e1d6;
  padding: 15px 60px;
}
#expert-search-form .form-submit button.submit:hover,
#expert-search-form .form-submit button.submit:focus {
  background-color: #7c223c;
  color: #ffffff;
}
#expert-search-form .form-submit button.submit > svg {
  width: 26px;
  height: auto;
  display: block;
}
#expert-search-form form.search-form > .form-row .nice-select.options:after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12.207" height="6.811" viewBox="0 0 12.207 6.811"><path id="Path_126" data-name="Path 126" d="M534.533,4295.9l5.75,5.75,5.75-5.75" transform="translate(-534.18 -4295.549)" fill="none" stroke="%237c223c" stroke-width="1"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  height: 10px;
  width: 12px;
  top: 50%;
  right: 0;
  border: none;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
#expert-search-form form.search-form > .form-row .nice-select.options {
  width: 100%;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #707070;
  background: transparent;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.2em;
  color: #7c223c;
  height: 40px;
  display: flex;
  align-items: center;
}
#expert-search-form form.search-form > .form-row .nice-select.options ul.list {
  margin-top: 0;
  min-width: 100%;
  border-radius: 0;
}
.swiper-slide.single-service-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 25px;
}
.single-service-content .service-image a,
.single-service-content .service-image img {
  display: block;
}
.single-service-content .service-image img {
  width: 100%;
  height: auto;
}
.single-service-content .service-content {
  margin-top: 15px;
}
.single-service-content .title {
  margin-bottom: 15px;
}
.single-service-content .title h3 {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.2em;
  color: #7c223c;
  font-weight: normal;
  margin-bottom: 0;
}
.single-service-content .content {
  color: #000000;
  margin-bottom: 20px;
}
.single-service-content .content p {
  margin-bottom: 0;
}
.single-service-content .button a {
  font-size: 14px;
  line-height: 1.2em;
}
.single-service-content .button a:hover {
  text-decoration: underline;
}
.single-service-content {
  width: 40%;
}
.service-content-slider-buttons {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  column-gap: 30px;
  background: #ffffff;
  padding-left: 65px;
}
.service-content-slider-buttons > div > svg {
  display: block;
  max-width: 32px;
  height: auto;
}
#service-shape {
  max-width: 100vw;
  width: 32vw;
  left: 55%;
  bottom: -20%;
}
.content-slider-button-prev,
.content-slider-button-next {
  cursor: pointer;
  user-select: none;
}
body:not(.elementor-editor-active) #service-image-shape:after {
  content: "";
  display: block;
  width: 32vw;
  height: 28vw;
  position: absolute;
  left: 55%;
  bottom: 10%;
  z-index: 30;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="619.97" height="693.898" viewBox="0 0 619.97 693.898"><g id="Group_50" data-name="Group 50" transform="translate(214.714 2.9) rotate(22)"><path id="Path_6" data-name="Path 6" d="M7.221,571.275c33.172-213.282,210.32-379.106,428.868-394.653L7.221,2.456Z" transform="translate(-7.221 -2.456)" fill="none" stroke="%23b12051" stroke-miterlimit="10" stroke-width="3.311"/></g></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
body:not(.elementor-editor-active)
  #service-image-shape
  .elementor-widget-container {
  position: relative;
  z-index: 20;
}
.swiper.service-content-slider,
.swiper.service-slider {
  padding-bottom: 50px;
  z-index: 20;
  margin-bottom: -46px;
}
.service-content-slider-buttons > .content-slider-button-prev > svg path,
.service-content-slider-buttons > .content-slider-button-next > svg path {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.service-content-slider-buttons
  > .content-slider-button-prev.swiper-button-disabled
  > svg
  path,
.service-content-slider-buttons
  > .content-slider-button-next.swiper-button-disabled
  > svg
  path {
  stroke: #c2c2c2;
}
#klme-mission {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
body:not(.elementor-editor-active) #klme-mission-wrapper {
  padding-bottom: 350vh;
}
/*====== About Page ======*/
main#content > .page-content > .elementor > #page-header > .e-con-inner {
  max-width: 100%;
  width: 100%;
}
#page-breadcrumb .elementor-widget-text-editor p {
  margin-bottom: 0;
}
#page-breadcrumb .elementor-widget-text-editor p a {
  font-size: 14px;
  line-height: 1.2em;
  color: #ffffff;
}
#page-breadcrumb .elementor-widget-text-editor p a:hover {
  text-decoration: underline;
}
#page-breadcrumb .elementor-widget-text-editor p em {
  font-style: normal;
  margin: 0 10px;
}
body.page:not(.home) header#site-header,
body.single header#site-header {
  padding: 20px 0;
  background-color: #ffffff;
}
body.page.page-id-20 header#site-header:not(.fixed) {
  background-color: transparent;
}
body.page.page-id-20 header#site-header:not(.fixed) a.custom-logo-link > img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
body.page.page-id-20 header#site-header:not(.fixed) button#menu-btn line {
  stroke: #ffffff;
}
body.page.page-id-20 header#site-header:not(.fixed) button#menu-btn text {
  fill: #ffffff;
}
#page-banner:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 187px;
  background: #000000;
  background: linear-gradient(
    0deg,
    rgb(255 255 255 / 0%) 0%,
    rgb(0 0 0 / 65%) 60%,
    rgba(0, 0, 0, 1) 100%
  );
  opacity: 1;
}
#page-banner > .e-con-inner {
  position: relative;
  z-index: 10;
}
#team-posts-grid {
  display: flex;
  padding-top: 50px;
}
#team-posts-grid .teams-slider-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  column-gap: 30px;
}
#team-posts-grid .teams-slider-buttons > div {
  position: relative;
  opacity: 1;
  margin-top: 0;
  top: 0;
  left: 0;
  width: 30px;
  height: auto;
}
#team-posts-grid .teams-slider-buttons > div:after {
  display: none;
}
#team-posts-grid .teams-slider-buttons > div > svg {
  display: block;
  width: 100%;
  height: auto;
}
#team-posts-grid
  .teams-slider-buttons
  > div:not(.swiper-button-disabled)
  svg
  path {
  stroke: #7c223c;
}
.team-post-thumb > a {
  display: block;
}
.team-post-content > h2 {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
.team-post-content > h2 > a {
  font-size: 24px;
  line-height: 1.2em;
  color: #707070;
  font-weight: 500;
}
.team-post-content > p.position {
  line-height: 1.2em;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.team-post-content {
  margin-top: 20px;
}
.single-team-post:hover .team-post-content > h2 > a,
.single-team-post:hover .team-post-content > p.position {
  color: #7c223c;
}
.team-post-thumb > a > img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.single-team-post:hover .team-post-thumb > a > img {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.single-team-header {
  height: 35vh;
  background-color: #000000;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
}
.single-team-breadcrumb {
  padding: 22px 0;
  background-color: #b12051;
}
.breadcrumb-wrapper > p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
}
.breadcrumb-wrapper > p > a {
  font-size: 14px;
  line-height: 1.2em;
  color: #ffffff;
  text-decoration: none;
}
.breadcrumb-wrapper > p > a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.breadcrumb-wrapper > p > span.divider {
  display: inline-block;
  margin: 0 12px;
}
.single-team-content {
  padding: 50px 0px;
}
.team-content-wrapper {
  display: flex;
  position: relative;
  align-items: flex-start;
}
.team-thumbnail {
  width: 35%;
  position: relative;
}
.team-content {
  width: 65%;
  padding: 4%;
}
.team-thumbnail > .thumbnail > img {
  display: block;
  width: 100%;
}
.floating-text {
  position: absolute;
  left: 0;
  bottom: 74px;
  color: #ffffff;
  padding: 20px 20px 30px 25px;
  width: 100%;
}
.team-thumbnail > .thumbnail {
  position: relative;
}
.floating-text > h1 {
  margin-top: 0;
  font-size: 42px;
  line-height: 1.2em;
  font-weight: 700;
  margin-bottom: 10px;
}
.floating-text > p {
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 0;
}
.team-contact {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: #7c223c;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2em;
  padding: 25px 22px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.team-contact > .contact {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.team-contact > .contact > span.icon > svg {
  display: block;
}
ul.social-link {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}
ul.social-link > li > a:hover {
  opacity: 0.5;
}
.team-thumbnail > .thumbnail:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(0deg, #7c223c, #ffffff00);
  opacity: 0.5;
}
.team-border-anim {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #c2c2c2;
}
.team-border-anim > span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 22px;
  line-height: 1.2em;
  color: #dd344d;
  background: #ffffff;
  margin-top: -13px;
  padding-left: 45px;
  z-index: 99;
}
.team-content > h3 {
  font-size: 22px;
  line-height: 1.2em;
  color: #7c223c;
  font-weight: normal;
  margin-bottom: 18px;
  margin-top: 0;
}
.team-content > .content {
  font-size: 18px;
  line-height: 1.8em;
  color: #000000;
  max-width: 800px;
}
.team-content > .content > p {
  margin-bottom: 0;
}
.team-content > .content > p:not(:last-child) {
  margin-bottom: 30px;
}
.team-contact > .contact > a.text {
  font-size: 18px;
  line-height: 1.2em;
  color: #ffffff;
  text-decoration: none;
}
.team-contact > .contact > a.text:hover {
  text-decoration: underline;
}
#service-slider-mobile {
  display: none;
}
#icon-list-wrapper .icon-list .elementor-icon > svg {
  height: auto;
  width: 50px;
  display: block;
}
#icon-list-wrapper .icon-list .elementor-icon {
  height: 40px;
}
main#content
  .elementor-element.elementor-widget-button
  a.elementor-button
  span.elementor-button-text
  b {
  font-weight: 600;
}
/*====================================
        Legal Experts
======================================*/
.legal-experts-header {
  padding-top: 175px;
  padding-bottom: 40px;
  background-color: #b12051;
  background-image: url(img/search-bg-shape.svg);
  background-repeat: no-repeat;
  background-position: 85% bottom;
  background-size: 50% auto;
  position: relative;
  z-index: 10;
}
.legal-experts-header #expert-search-form .form-row > label {
  color: #f2e1d6;
  font-size: 22px;
  margin-bottom: 19px;
}
.legal-experts-header #expert-search-form .form-row > input,
.legal-experts-header
  #expert-search-form
  form.search-form
  > .form-row
  .nice-select.options {
  border-color: #f2e1d6;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.2em;
  height: 60px;
}
.legal-experts-header
  #expert-search-form
  form.search-form
  > .form-row
  .nice-select.options
  ul.list {
  background-color: #7c223c;
}
.legal-experts-header .nice-select .option.focus,
.legal-experts-header .nice-select .option.selected.focus,
.legal-experts-header .nice-select .option:hover {
  background-color: #b12051;
}
.legal-experts-header
  #expert-search-form
  form.search-form
  > .form-row
  .nice-select.options:after {
  width: 18px;
  height: 9px;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18.06" height="9.736" viewBox="0 0 18.06 9.736"><path id="Path_127" data-name="Path 127" d="M534.533,4295.9l8.676,8.676,8.676-8.676" transform="translate(-534.18 -4295.549)" fill="none" stroke="%23f2e1d6" stroke-width="1"/></svg>');
}
.legal-experts-header #expert-search-form form.search-form {
  flex-wrap: nowrap;
}
.legal-experts-header #expert-search-form .form-submit button.submit {
  color: #f2e1d6;
  font-size: 21px;
  column-gap: 19px;
  width: 100%;
  justify-content: space-between;
  background: transparent;
  padding: 0;
}
.legal-experts-header #expert-search-form .form-submit button.submit > svg {
  width: 40px;
  height: auto;
}
.legal-experts-header
  #expert-search-form
  .form-submit
  button.submit
  > svg
  path {
  stroke: #f2e1d6;
}
.legal-experts-breadcrumb {
  background-color: #c3c2c2;
  padding: 24px 0;
  color: #7c223c;
}
.legal-experts-breadcrumb .breadcrumb-wrapper > p span.divider,
.legal-experts-breadcrumb .breadcrumb-wrapper > p a.home {
  color: #000000;
}
.legal-experts-posts {
  padding: 30px 0 60px 0;
}
#experts-posts {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.single-experts-post {
  width: calc((100% - 120px) / 4);
}
.experts-post-thumb {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.experts-post-thumb > a,
.experts-post-thumb > a > img {
  display: block;
  width: 100%;
  height: 100%;
}
.experts-post-thumb > a > img {
  object-fit: cover;
  object-position: center;
  position: relative;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.experts-post-thumb > a > img.hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 20;
}
.experts-post-thumb > a:hover > img.hover-image {
  opacity: 1;
}
.experts-post-thumb:not(.hover-empty) > a > img.wp-post-image {
  opacity: 1;
}
.experts-post-thumb:not(.hover-empty) > a:hover > img.wp-post-image {
  opacity: 0;
}
.experts-post-content > h2,
.experts-post-content > h2 > a {
  font-size: 22px;
  line-height: 1.2em;
  color: #b12051;
  font-weight: bold;
  text-decoration: none;
}
.experts-post-content > h2 {
  margin-top: 0;
  margin-bottom: 3px;
}
.experts-post-content {
  margin-top: 30px;
}
.experts-post-content p.position {
  font-size: 22px;
  line-height: 1.2em;
  margin-bottom: 0;
}
.experts-sector {
  margin-top: 30px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-size: 18px;
  line-height: 1.2em;
  color: #000000;
}
.experts-sector > .title {
  color: #7c223c;
}
.experts-post-content > h2 > a:hover {
  color: #7c223c;
}
.experts-header-wrapper {
  padding-right: 15%;
}
.experts-buttons {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
}
.experts-buttons > a {
  border: 1px solid #7c223c;
  font-size: 16px;
  line-height: 1.2em;
  text-transform: uppercase;
  border-radius: 6px;
  height: 46px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 35%;
  text-decoration: none;
}
.experts-buttons > a.contact {
  width: 65%;
}
.experts-buttons > a:hover {
  background: #7c223c;
  color: #ffffff;
}
.singel-legal-experts .team-contact {
  padding: 15px;
}
.team-contact .experts-buttons {
  width: 100%;
  justify-content: center;
  margin-top: 0;
}
.team-contact .experts-buttons a.contact {
  max-width: 220px;
  color: #ffffff;
  border-color: #ffffff;
}
.team-contact .experts-buttons a.contact:hover {
  background: #b12051;
}
.singel-legal-experts .team-thumbnail > .thumbnail {
  margin-bottom: 20px;
}
.team-content .experts-sector {
  margin-top: 0;
  margin-bottom: 40px;
}
.team-content .experts-sector p {
  margin-bottom: 0;
  font-size: 22px;
  line-height: 1.2em;
}
.team-content .experts-sector p span {
  color: #7c223c;
}
.experts-bio > h3,
.experts-recog h3 {
  font-size: 22px;
  line-height: 1.2em;
  color: #7c223c;
  font-weight: normal;
  margin-bottom: 18px;
  margin-top: 0;
}
.experts-bio .content p {
  margin-bottom: 0;
}
.singel-legal-experts .team-content {
  font-size: 18px;
  line-height: 1.8em;
  color: #000000;
  padding-right: 0;
}
.expert-content {
  display: flex;
  flex-wrap: wrap;
  width: 65%;
  justify-content: space-between;
}
.experts-recog {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.recog-content {
  width: 200px;
}
.expert-content > h3 {
  width: 100%;
}
.expert-content-left {
  width: 60%;
}
.expert-content-right {
  width: 30%;
}
.experts-recog p {
  margin-bottom: 0;
}
.experts-recog p:not(:last-child) {
  margin-bottom: 20px;
}
.no-results {
  width: 100%;
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no-results > h2 {
  margin: 0;
  font-size: 64px;
  line-height: 1.2em;
  color: #b12051;
}
/* HTML: <div class="loader"></div> */
.searching-posts {
  width: 100%;
  min-height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.loader {
  width: fit-content;
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #0000;
  background: linear-gradient(90deg, #b12051 calc(50% + 0.5ch), #000 0) right /
    calc(200% + 1ch) 100%;
  -webkit-background-clip: text;
  background-clip: text;
  animation: l7 2s infinite steps(11);
}
.loader:before {
  content: "Loading...";
}
@keyframes l7 {
  to {
    background-position: left;
  }
}
main#content .elementor .elementor-widget-text-editor p {
  margin-bottom: 0;
}
main#content .elementor .elementor-widget-text-editor p:not(:last-child) {
  margin-bottom: 25px;
}
main#content .elementor .elementor-widget-text-editor p a {
  font-size: inherit;
}
main#content .elementor .elementor-widget-text-editor p a strong {
  font-weight: 700;
}
/*=====================================
            Our Expertise
=======================================*/
#expertise-post-grid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 80px;
  row-gap: 100px;
}
.single-expertise-post.fix {
  width: calc((100% - 160px) / 3);
  border-bottom: 12px solid #c2c2c4;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.single-expertise-thumb > a {
  display: block;
  position: relative;
  z-index: 10;
}
.single-expertise-thumb > a > img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.single-expertise-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px;
  z-index: 11;
}
.single-expertise-title > h2,
.single-expertise-title > h2 > a {
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 700;
  margin: 0;
  text-transform: uppercase;
}
.single-expertise-title > h2 > a {
  color: #ffffff;
}
.single-expertise-thumb:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
  z-index: 11;
  background-image: linear-gradient(0deg, #707070, transparent);
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.single-expertise-post.fix:hover .single-expertise-thumb > a > img {
  -webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
  filter: grayscale(0%);
}
.single-expertise-thumb {
  position: relative;
  z-index: 10;
}
.single-expertise-post.fix:hover .single-expertise-thumb:before {
  background-image: linear-gradient(0deg, #7c223c, transparent);
}
.single-expertise-post.fix:hover {
  border-color: #f32b48;
}
.single-expertise-title > h2 > a:hover {
  color: #eaeaea;
}
#expertise-title h1.post-title {
  margin: 0;
  font-size: 50px;
  line-height: 1.2em;
  color: #7c223c;
  text-transform: uppercase;
}
.post-thumbnail > img {
  width: 100%;
  height: auto;
  display: block;
}
.advocates-button-prev > svg,
.advocates-button-next > svg {
  display: block;
}
.advocates-button-prev.swiper-button-disabled > svg path,
.advocates-button-next.swiper-button-disabled > svg path {
  fill: #c2c2c2;
}
.advocates-button-next,
.advocates-button-prev {
  cursor: pointer;
}
.quickpresss-advocates-slider {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
.advocate-image img {
  display: block;
}
.single-advocates-slide .name > h3,
.single-advocates-slide .name > h3 > a {
  font-size: 18px;
  line-height: 1.2em;
  font-weight: 700;
  color: #b12051;
  margin-bottom: 0;
  margin-top: 15px;
}
.single-advocates-slide .name > h3 > a:hover {
  color: #000000;
}
#advocates-slider {
  width: 100%;
}
/*==================================
        Get In Touch
====================================*/
#get-in-touch-form {
  width: 100%;
}
#get-in-touch-form .contact-row {
  display: flex;
  column-gap: 50px;
  width: 100%;
}
#get-in-touch-form .contact-row:not(.submit-row) {
  margin-bottom: 60px;
}
#get-in-touch-form .contact-row > .contact-column {
  width: 100%;
}
#get-in-touch-form .contact-row > .contact-column > p,
#get-in-touch-form .contact-row > p {
  margin-bottom: 0;
  width: 100%;
}
#get-in-touch-form .contact-row > .contact-column label {
  display: block;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 1.2em;
  color: #4a4a4a;
}
#get-in-touch-form .contact-row .wpcf7-form-control-wrap {
  display: block;
}
#get-in-touch-form
  .contact-row
  .wpcf7-form-control-wrap
  textarea.wpcf7-form-control,
#get-in-touch-form
  .contact-row
  > .contact-column
  .wpcf7-form-control-wrap
  .wpcf7-form-control {
  border: none;
  font-size: 22px;
  line-height: 1.2em;
  color: #4a4a4a;
  padding: 0;
  border-bottom: 1px solid #dd344d;
  border-radius: 0;
  padding: 15px 0;
}
#get-in-touch-form
  .contact-row
  > .contact-column
  .wpcf7-form-control-wrap
  .wpcf7-form-control:focus {
  outline: 0;
}
#get-in-touch-form
  .contact-row
  .wpcf7-form-control-wrap
  textarea.wpcf7-form-control {
  height: 170px;
}
#get-in-touch-form .contact-row.submit-row input.wpcf7-submit {
  background: #7c223c;
  border-radius: 0;
  border: none;
  height: 52px;
  min-width: 300px;
  color: #ffffff;
}
#get-in-touch-form .contact-row.submit-row input.wpcf7-submit:hover {
  background: #a2103a;
}
/*====================================
        Blog Page
======================================*/
#blog-posts-filter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 50px;
  padding-left: calc(((100% - 100px) / 3) + 50px);
  column-gap: 50px;
}
#blog-posts-grid {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
  row-gap: 50px;
}
.single-blog-post.fix {
  width: calc((100% - 100px) / 3);
}
.single-blog-thumb > a > img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.single-blog-thumb > a {
  display: block;
  overflow: hidden;
}
.single-blog-title {
  margin-top: 20px;
}
.single-blog-title p.date-cat {
  margin-bottom: 25px;
  color: #000000;
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-size: 14px;
}
.single-blog-title p.date-cat > span:nth-child(2) {
  color: #b12051;
}
.single-blog-title p.date-cat > span.cat {
  text-transform: uppercase;
}
.single-blog-title > h2 {
  font-size: 22px;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 0;
  margin-bottom: 0;
  font-weight: 400;
}
.single-blog-title > h2 > a {
  display: inline-block;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: 400;
}
.single-blog-excerpt {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.4em;
  color: #000000;
}
.single-blog-button {
  margin-top: 25px;
}
.single-blog-button > a {
  font-size: 16px;
  line-height: 1.2em;
  font-weight: 400;
}
.single-blog-button > a:hover {
  text-decoration: underline;
}
.single-blog-thumb > a:hover > img {
  scale: 1.05;
}
.blog-serch {
  width: 50%;
  position: relative;
}
.blog-filters {
  width: 50%;
}
button#blog-search-btn {
  position: absolute;
  top: 0;
  left: 10px;
  height: 100%;
  border: none;
  padding: 5px 10px;
}
input#blog-search {
  border-color: #c2c2c2;
  border-radius: 0;
  height: 58px;
  font-size: 18px;
  line-height: 1.2em;
  color: #707070;
  padding-left: 60px;
}
button#blog-search-btn:hover,
button#blog-search-btn:focus {
  background: transparent;
}
input#blog-search:focus {
  outline: 0;
}
.blog-filters .nice-select.options {
  width: 100%;
  border-color: #c2c2c2;
  border-radius: 0;
  height: 58px;
  line-height: 55px;
  font-size: 18px;
  color: #707070;
}
.blog-filters .nice-select.options:after {
  display: none;
}
.blog-filters .nice-select.options:before {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  border-top: 13px solid #7c223c;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
}
.blog-filters .nice-select.options ul.list {
  width: 100%;
  margin-top: 0;
}
.post-not-found {
  width: 100%;
  text-align: center;
  height: 40vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.post-not-found > h4 {
  margin: 0;
  font-size: 30px;
  line-height: 1.2em;
  color: #000000;
}
#post-title h1.post-title {
  margin: 0;
  font-size: 40px;
  font-weight: 400;
  color: #7c223c;
}
#date-category p.date-cat {
  margin-bottom: 0;
  color: #000000;
  display: flex;
  align-items: center;
  column-gap: 15px;
  font-size: 18px;
  line-height: 1.2em;
}
#date-category p.date-cat span.cat {
  text-transform: uppercase;
}
#date-category p.date-cat > span:nth-child(2) {
  color: #b12051;
}
#post-categories ul.cat-list {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
#post-categories ul.cat-list > li > a {
  font-size: 22px;
  line-height: 1.2em;
  color: #000000;
  font-weight: 400;
  text-transform: capitalize;
}
#post-categories ul.cat-list > li > a:hover {
  color: #7c223c;
}
ul#recent-posts {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
ul#recent-posts > li.single-recent-post > a {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
ul#recent-posts > li.single-recent-post > a h3.title {
  font-size: 20px;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 15px;
}
ul#recent-posts > li.single-recent-post > a .thumb {
  width: 40%;
}
ul#recent-posts > li.single-recent-post > a .content {
  width: 60%;
}
ul#recent-posts > li.single-recent-post > a p.date {
  font-size: 16px;
  line-height: 1.1em;
  font-weight: 400;
  color: #000000;
  column-gap: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
ul#recent-posts > li.single-recent-post > a p.date span:nth-child(2) {
  color: #7c223c;
}

/* Tablet Layout: 1366px. */
@media only screen and (min-width: 992px) and (max-width: 1366px) {
  header#site-header {
    padding: 30px 0;
  }
  #banner-bg-shape {
    mask-position: 30% 55%;
    mask-size: 45%;
  }
  .team-contact {
    position: relative;
    flex-direction: column;
  }
  .floating-text {
    bottom: 0;
    padding-bottom: 20px;
  }
  .floating-text > h1 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .floating-text > p {
    font-size: 18px;
  }
  .team-content > .content {
    font-size: 16px;
  }
  #expertise-title h1.post-title {
    font-size: 40px;
  }
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  header#site-header {
    padding: 30px 0;
  }
  #banner-bg-shape {
    mask-position: 30% 55%;
    mask-size: 45%;
  }
  .preload-text > p {
    font-size: 18px;
  }
  .preload-text > h3 {
    font-size: 38px;
    line-height: 1.2em;
  }
  #team-posts-grid {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .single-team-post {
    width: 50%;
  }
  .site-branding {
    width: 150px;
  }
  button#menu-btn {
    width: 42px;
  }
  #mission-images {
    width: 45vw;
    margin-left: -5vw;
  }
  body:not(.elementor-editor-active) #service-image-shape:after {
    width: 60vw;
    height: 60vw;
    bottom: 0;
  }
  .team-border-anim > span {
    font-size: 16px;
  }
  .team-thumbnail {
    width: 45%;
  }
  .team-content {
    width: 55%;
  }
  .team-contact {
    position: relative;
    flex-direction: column;
  }
  .floating-text {
    bottom: 0;
    padding-bottom: 20px;
  }
  .floating-text > h1 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .floating-text > p {
    font-size: 18px;
  }
  .team-content > .content {
    font-size: 16px;
  }
  .single-experts-post {
    width: calc((100% - 40px) / 2);
  }
  .no-results > h2 {
    font-size: 48px;
  }
  .legal-experts-header {
    background-size: 100% auto;
  }
  .experts-header-wrapper {
    padding-right: 0;
  }
  .legal-experts-header #expert-search-form form.search-form {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .legal-experts-header #expert-search-form form.search-form > .form-row,
  .legal-experts-header #expert-search-form form.search-form > .form-submit {
    width: calc((100% - 40px) / 2);
  }
  .singel-legal-experts .team-thumbnail > .thumbnail {
    margin-bottom: 0;
  }
  .team-content .experts-sector p {
    font-size: 16px;
  }
  .experts-recog {
    flex-direction: column;
    row-gap: 40px;
  }
  .expert-content {
    width: 100%;
    flex-direction: column;
  }
  .experts-bio > h3,
  .experts-recog h3 {
    font-size: 18px;
  }
  .expert-content-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .expert-content-right {
    width: 100%;
  }
  .singel-legal-experts .team-content {
    font-size: 16px;
  }
  #expertise-post-grid {
    column-gap: 40px;
    row-gap: 40px;
  }
  .single-expertise-post.fix {
    width: calc((100% - 50px) / 2);
  }
  .single-expertise-title > h2,
  .single-expertise-title > h2 > a {
    font-size: 18px;
  }
  #blog-posts-filter {
    padding-left: 0;
  }
  .single-blog-post.fix {
    width: calc((100% - 50px) / 2);
  }
  #post-categories ul.cat-list > li > a {
    font-size: 18px;
  }
  ul#recent-posts > li.single-recent-post > a h3.title {
    font-size: 16px;
  }
}

/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
  header#site-header {
    padding: 20px 0;
  }
  .site-branding {
    max-width: 140px;
  }
  button#menu-btn {
    width: 40px;
  }
  section#sliding-menu {
    max-width: 80%;
    margin-right: -482px;
    /* margin-right: -580px; */
  }
  section.menu-overlay .overlay-bg {
    width: 100%;
    transition-delay: -0.1s;
  }
  section#sliding-menu.show-menu + section.menu-overlay .overlay-bg {
    right: 50%;
    transition-delay: 0.1s;
  }
  button.close-menu {
    width: 22px;
  }
  nav.site-navigation > ul.menu {
    row-gap: 30px;
  }
  nav.site-navigation > ul.menu > li > a {
    font-size: 22px;
  }
  .preload-text > p {
    font-size: 16px;
  }
  .preload-text > h3 {
    font-size: 30px;
    line-height: 1.2em;
  }
  #banner-bg-shape {
    mask-position: 30% 40%;
    mask-size: 55%;
  }
  #mission-images {
    margin-bottom: -11vh;
    width: 115%;
  }
  #expert-search-form form.search-form {
    flex-direction: column;
    row-gap: 20px;
  }
  #expert-search-form .form-submit button.submit {
    font-size: 14px;
  }
  #news-post-grid {
    flex-direction: column;
    row-gap: 40px;
  }
  .single-news-post.fix {
    width: 100%;
  }
  #expert-search-form form.search-form > .form-row:nth-child(1),
  #expert-search-form form.search-form > .form-row:nth-child(2),
  #expert-search-form form.search-form > .form-row:nth-child(3),
  #expert-search-form form.search-form > .form-submit {
    width: 100%;
  }
  #klme-mission .elementor-element.mission-shape {
    bottom: -22vh;
  }
  #service-slider-desktop {
    display: none;
  }
  #service-slider-mobile {
    display: block;
  }
  .service-content-slider-buttons {
    padding-left: 30px;
  }
  .service-content-slider-buttons > div > svg {
    max-width: 25px;
  }
  .swiper.service-content-slider,
  .swiper.service-slider {
    margin-bottom: -40px;
  }
  .single-news-title > h2 > a {
    font-size: 16px;
    display: block;
  }
  .single-news-excerpt {
    font-size: 14px;
  }
  #team-posts-grid {
    flex-direction: column;
    row-gap: 30px;
  }
  .team-content-wrapper {
    flex-direction: column;
  }
  .team-thumbnail {
    width: 100%;
  }
  .team-contact {
    position: relative;
    flex-direction: column;
  }
  .floating-text {
    bottom: 0;
    padding-bottom: 20px;
  }
  .floating-text > h1 {
    font-size: 26px;
    margin-bottom: 5px;
  }
  .floating-text > p {
    font-size: 18px;
  }
  .team-border-anim > span {
    margin-top: -20px;
    font-size: 16px;
  }
  .team-content {
    width: 100%;
    padding: 0px;
    margin-top: 30px;
  }
  .team-content > .content {
    font-size: 16px;
  }
  .single-team-header {
    height: 25vh;
  }
  .border-background-mobile {
    background-color: #ffffff;
  }
  .legal-experts-header {
    background-size: auto 50%;
  }
  .experts-header-wrapper {
    padding-right: 0;
  }
  .legal-experts-header #expert-search-form .form-row > label {
    margin-bottom: 10px;
  }
  .legal-experts-header #expert-search-form form.search-form {
    row-gap: 30px;
  }
  .single-experts-post {
    width: 100%;
  }
  .no-results > h2 {
    font-size: 34px;
  }
  .singel-legal-experts .team-thumbnail > .thumbnail {
    margin-bottom: 0;
  }
  .team-content .experts-sector p {
    font-size: 16px;
  }
  .experts-recog {
    flex-direction: column;
    row-gap: 40px;
  }
  .expert-content {
    width: 100%;
    flex-direction: column;
  }
  .experts-bio > h3,
  .experts-recog h3 {
    font-size: 18px;
  }
  .expert-content-left {
    width: 100%;
    margin-bottom: 30px;
  }
  .expert-content-right {
    width: 100%;
  }
  .singel-legal-experts .team-content {
    font-size: 16px;
  }
  #expertise-post-grid {
    row-gap: 30px;
  }
  .single-expertise-post.fix {
    width: 100%;
  }
  .single-expertise-title > h2,
  .single-expertise-title > h2 > a {
    font-size: 18px;
  }
  #expertise-title h1.post-title {
    font-size: 30px;
  }
  .advocate-image {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .single-advocates-slide .name > h3 {
    text-align: center;
  }
  #get-in-touch-form .contact-row {
    flex-direction: column;
    row-gap: 30px;
  }
  #get-in-touch-form .contact-row:not(.submit-row) {
    margin-bottom: 30px;
  }
  #get-in-touch-form .contact-row > .contact-column label,
  #get-in-touch-form
    .contact-row
    .wpcf7-form-control-wrap
    textarea.wpcf7-form-control,
  #get-in-touch-form
    .contact-row
    > .contact-column
    .wpcf7-form-control-wrap
    .wpcf7-form-control {
    font-size: 16px;
  }
  #get-in-touch-form
    .contact-row
    .wpcf7-form-control-wrap
    textarea.wpcf7-form-control,
  #get-in-touch-form
    .contact-row
    > .contact-column
    .wpcf7-form-control-wrap
    .wpcf7-form-control {
    padding: 10px 0;
  }
  #get-in-touch-form
    .contact-row
    .wpcf7-form-control-wrap
    textarea.wpcf7-form-control {
    height: 120px;
  }
  #blog-posts-filter {
    padding-left: 0;
    flex-direction: column;
    row-gap: 20px;
    margin-bottom: 30px;
  }
  .single-blog-post.fix {
    width: 100%;
  }
  .blog-serch,
  .blog-filters {
    width: 100%;
  }
  #blog-posts-grid {
    row-gap: 30px;
  }
  #post-categories ul.cat-list > li > a {
    font-size: 18px;
  }
  ul#recent-posts > li.single-recent-post > a h3.title {
    font-size: 16px;
  }
}
